.elementor-4045 .elementor-element.elementor-element-5c8c318{--display:flex;--min-height:70vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--overflow:hidden;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4045 .elementor-element.elementor-element-5c8c318:not(.elementor-motion-effects-element-type-background), .elementor-4045 .elementor-element.elementor-element-5c8c318 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );background-position:center center;}.elementor-4045 .elementor-element.elementor-element-5c8c318::before, .elementor-4045 .elementor-element.elementor-element-5c8c318 > .elementor-background-video-container::before, .elementor-4045 .elementor-element.elementor-element-5c8c318 > .e-con-inner > .elementor-background-video-container::before, .elementor-4045 .elementor-element.elementor-element-5c8c318 > .elementor-background-slideshow::before, .elementor-4045 .elementor-element.elementor-element-5c8c318 > .e-con-inner > .elementor-background-slideshow::before, .elementor-4045 .elementor-element.elementor-element-5c8c318 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-4045 .elementor-element.elementor-element-200d7c0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;padding:0px 0px 0px 0px;}.elementor-4045 .elementor-element.elementor-element-200d7c0 img{width:100%;max-width:100%;}.elementor-4045 .elementor-element.elementor-element-261d84a{--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-4045 .elementor-element.elementor-element-261d84a:not(.elementor-motion-effects-element-type-background), .elementor-4045 .elementor-element.elementor-element-261d84a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-e2e97b5 );}@media(max-width:1024px){.elementor-4045 .elementor-element.elementor-element-5c8c318{--min-height:70vh;}}@media(max-width:767px){.elementor-4045 .elementor-element.elementor-element-5c8c318:not(.elementor-motion-effects-element-type-background), .elementor-4045 .elementor-element.elementor-element-5c8c318 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}.elementor-4045 .elementor-element.elementor-element-200d7c0 img{max-width:100%;}}/* Start custom CSS *//* 1. Estilos por defecto (para móvil, y tablet si no hay otra media query específica) */
div#vector-header img {
    width: 100%;
    height: auto;
    /* Es buena práctica asegurar que no hay un min-width aplicado globalmente */
    min-width: 0; 
}

/* 2. Media Query para sobrescribir los estilos solo en Escritorio */
/* Se aplica a partir de un ancho mínimo (breakpoint) de 1201px */
@media screen and (min-width: 1201px) {
    div#vector-header img {
        min-width: 1400px; /* Tu regla específica de escritorio */
        width: auto; /* Permite que min-width funcione correctamente */
    }
}/* End custom CSS */