/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* 
back to top
 */

 #backtotop {
    background: url(https://dev-transforma-center.pantheonsite.io/wp-content/uploads/2024/02/arriba.svg) no-repeat center;
    border: 0;
    bottom: 50px;
    cursor: pointer;
    display: table;
    height: 65px;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 65px;
    transition: 300ms;
    z-index: 300;
    background-size: 100%;
}

#backtotop.opaco {
    opacity: 0;
}



body {
    overflow-x: hidden !important;
  }

body[data-elementor-device-mode="desktop"] .elementor-sticky--active.boxheadshado.boxscrollhead{
    top: 71px !important;
}

  
.menuheadd img{
    -webkit-transition:all 1.9s ease;
    -moz-transition:all 1.9s ease;
    -o-transition:all 1.9s ease;
    -ms-transition:all 1.9s ease;
}

body[data-elementor-device-mode="desktop"] .cambio-logo img{
    -webkit-transform:scale(0.25);
    -moz-transform:scale(0.25);
    -ms-transform:scale(0.25);
    -o-transform:scale(0.25);
    transform: scale(1.0);
    width: 200px !important;
}

.whatsappsticky {
    animation: jump 1s infinite alternate, bounce 2s ease-in-out infinite forwards; /* Ajusta la duración y otras propiedades según tu preferencia */
}

@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* Ajusta la altura del salto según tu preferencia */
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Ajusta la altura del rebote según tu preferencia */
  }
}

.postcateg .author-container{
	font-size: 12px;
	margin-bottom: 13px;
	color: #adadad;
	display: flex;
	align-items: center;
	justify-content: start;
}
.postcateg .author-container .elementor-post__avatar{
	width: max-content;
	top: 0;
	left: 0;
	padding: 0;
	margin-right: 5px;
}
.postcateg .author-container .elementor-post__avatar img{ 
	width: 30px;
}   
@media (max-width: 768px) {
	.sub-arrow{filter: brightness(0) invert(1);}
}
