.elementor-23 .elementor-element.elementor-element-731ce59{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-23 .elementor-element.elementor-element-ad3c69e{text-align:center;}.elementor-23 .elementor-element.elementor-element-ad3c69e .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:55px;font-weight:300;text-transform:uppercase;color:#000000;}.elementor-23 .elementor-element.elementor-element-5b6da5f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-9810179{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-23 .elementor-element.elementor-element-a8237d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:0px;--padding-left:40px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-23 .elementor-element.elementor-element-8b426b2{text-align:justify;color:#000000;}.elementor-23 .elementor-element.elementor-element-db377ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-23 .elementor-element.elementor-element-768f6a5.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-23 .elementor-element.elementor-element-768f6a5 .elementor-thumbnails-swiper .elementor-carousel-image{aspect-ratio:21 / 9;}.elementor-23 .elementor-element.elementor-element-768f6a5 .elementor-swiper-button{font-size:20px;}.elementor-23 .elementor-element.elementor-element-0fbbdbf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;}.elementor-23 .elementor-element.elementor-element-2116fe1{--spacer-size:56px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-23 .elementor-element.elementor-element-9810179{--width:50%;}.elementor-23 .elementor-element.elementor-element-a8237d0{--width:50%;}}@media(max-width:1024px){.elementor-23 .elementor-element.elementor-element-768f6a5.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:767px){.elementor-23 .elementor-element.elementor-element-768f6a5.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}/* Start custom CSS *//* ================================
   HEADER normal (siempre azul)
================================ */
.header-scroll {
    background-color: #0D3B5E !important;

    transition:
        height 0.35s ease,
        transform 0.35s ease;

    /* Full width SIN provocar overflow */
    width: 100%;
    margin-left: 0;
    margin-right: 0;

    z-index: 999;
}

/* (Opcional) si también quieres el vídeo full width sin overflow */
.fondo-video {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* ================================
   STICKY (solo en scroll) — estable
================================ */
.elementor-sticky--effects.header-scroll,
.elementor-sticky--effects .header-scroll {
    height: 100px;

    transform: translateY(-20px);
}

/* Seguridad: evitar micro scroll horizontal */
html, body {
    overflow-x: hidden;
}/* End custom CSS */