.elementor-kit-5{--e-global-color-primary:#193919;--e-global-color-secondary:#D41414;--e-global-color-text:#53807C;--e-global-color-accent:#7B7979;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:53px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-astglobalcolor2 );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:20px;font-weight:500;color:var( --e-global-color-accent );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-radius:3px 3px 3px 3px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-astglobalcolor2 );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h2{color:var( --e-global-color-astglobalcolor2 );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CSS súper específico para forzar que el logo se oculte */

/* Ocultar TODOS los elementos con clase logo-sticky inicialmente */
.logo-sticky,
.logo-sticky img,
.logo-sticky .elementor-image,
.elementor-widget.logo-sticky,
.elementor-widget.logo-sticky img {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
}

/* Mostrar solo cuando se hace scroll */
.scrolled .logo-sticky,
.scrolled .logo-sticky img,
.scrolled .logo-sticky .elementor-image,
.scrolled .elementor-widget.logo-sticky,
.scrolled .elementor-widget.logo-sticky img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: scale(1);
    transition: all 0.3s ease;
}/* End custom CSS */