.elementor-kit-12{--e-global-color-primary:#273C98;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1C1C49;--e-global-color-accent:#D8AB28;--e-global-typography-primary-font-family:"Red Hat Display";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Red Hat Display";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"Red Hat Text";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Red Hat Text";--e-global-typography-accent-font-weight:bold;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-12 a:hover{color:var( --e-global-color-secondary );}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.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-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 *//* Smooth transition for the cabecera background */
#cabecera {
    transition: background-color 0.3s ease;
}

/* Transparent state (at the top of the page) */
#cabecera:not(.scrolled) {
    background-color: transparent;
}

/* Solid state (when scrolled) - uses theme primary color */
#cabecera.scrolled {
    background-color: var(--e-global-color-primary);
}/* End custom CSS */