.elementor-3532 .elementor-element.elementor-element-04069ff{--display:flex;--min-height:450px;--justify-content:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3532 .elementor-element.elementor-element-c7a5816 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;font-weight:600;line-height:55px;color:#2B4978;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );background-image:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3532 .elementor-element.elementor-element-a974a3f .elementor-button{background-color:#F1B700;background-image:none;fill:#003478;color:#003478;}.elementor-3532 .elementor-element.elementor-element-a974a3f .elementor-button:hover, .elementor-3532 .elementor-element.elementor-element-a974a3f .elementor-button:focus{background-color:#003478;background-image:none;color:#F1B700;}.elementor-3532 .elementor-element.elementor-element-a974a3f .elementor-button:hover svg, .elementor-3532 .elementor-element.elementor-element-a974a3f .elementor-button:focus svg{fill:#F1B700;}/* Start custom CSS for heading, class: .elementor-element-c7a5816 */.hero-heading h1 {
    font-family: 'Poppins', sans-serif; /* o la fuente redondeada que uses */
    font-weight: 800;
    font-size: 64px;
    line-height: 1.1;
    color: #2c4270; /* azul oscuro del texto */
    margin: 0;
}

.hero-heading .highlight {
    background-color: #e2bd4e; /* amarillo/dorado del fondo */
    color: #2c4270; /* mismo azul, se mantiene el texto */
    display: inline-block;
    padding: 4px 12px;
    box-decoration-break: clone; /* importante si el span rompe en varias líneas */
    -webkit-box-decoration-break: clone;
}

.hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #2c4270;
    font-weight: 400;
    margin-top: 20px;
    max-width: 700px;
}/* End custom CSS */