.elementor-kit-5{--e-global-color-primary:#FF5E5B;--e-global-color-secondary:#FFB88C;--e-global-color-text:#EEEEEE;--e-global-color-accent:#6C7A89;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:#0D0D0D;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estado normal (arriba) */
#header.header {
    background-color: transparent;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: all 0.3s ease;
}

/* Estado sticky (abajo) */
#header.header.elementor-sticky--effects {
    background-color: #000000 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.3s ease;
}

/* Logo normal 
#header.header img {
    max-height: 80px;
    transition: all 0.3s ease;
}

Logo sticky 
#header.header.elementor-sticky--effects img {
    max-height: 50px;
}*//* End custom CSS */