.elementor-kit-1998{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#F8F8FA;--e-global-color-text:#1A1A1A;--e-global-color-accent:#1A1A1A;--e-global-color-background:#FAF9F6;--e-global-color-backgroundAccent:#B3B1B1;--e-global-color-transparent:#b43d3d00;--e-global-typography-primary-font-family:"Marcellus";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:1px;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-primary-word-spacing:2px;--e-global-typography-secondary-font-family:"Marcellus";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-word-spacing:0px;--e-global-typography-text-font-family:"Space Mono";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Space Mono";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading_xl-font-family:"Marcellus";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"GFS Didot";--e-global-typography-heading_l-font-size:48px;--e-global-typography-heading_l-font-weight:600;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"GFS Didot";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Prata";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Cormorant Infant";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;background-color:var( --e-global-color-background );font-family:"Syne", Sans-serif;font-weight:100;}.elementor-kit-1998 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1998 p{margin-block-end:0px;}.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;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .header-inner{width:0px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-1998{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1998{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Contenedor */
.contenedor-hero {
    transition: background-color 1.2s ease;
}

/* Hover del contenedor */
.contenedor-hero:hover {
    background-color: #1a1a1a;
}

/* Transición del logo */
.contenedor-hero .logo-who,
.contenedor-hero .logo-who svg,
.contenedor-hero .logo-who svg path {
    transition: all 1s ease;
}

/* Reducir opacidad del logo */
.contenedor-hero:hover .logo-who {
    opacity: 0.5;
}

/* Cambiar color del SVG a blanco */
.contenedor-hero:hover .logo-who svg path {
    fill: #f8f8fa;
}/* End custom CSS */