/*
* Theme Name: Blo child
* Theme URI: https://themeforest.net/user/xpeedstudio/portfolio
* Description: Blo is a powerful and modern Corporate Business wordpress theme.
* Version: 1.0
* Author: XpeedStudio
* Author URI: http://www.xpeedstudio.com
Template: blo
Text Domain: blo
Tags: left-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* ── Fotos del equipo – Página Empresa ──────────────────────────────────────
   MEDIDA FIJA: 320px en todos los breakpoints, sin variaciones responsive.
   Selector estructural doble (.elementor-1922.elementor-1922) → especificidad
   0,4,1, suficiente para ganarle al CSS inline de Elementor (0,3,1 !important)
   que fuerza height:200px en .elementor-section .elementor-column … img.
   El mismo selector en functions.php (inline CSS) refuerza esta regla.
   ─────────────────────────────────────────────────────────────────────────── */
.elementor-1922.elementor-1922 .elementor-col-25 .elementor-widget-image img,
.elementor-1922.elementor-1922 .elementor-col-33 .elementor-widget-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 320px !important;
    object-fit: cover !important;
    object-position: top center !important;
    border-radius: 12px !important;
    display: block !important;
}

/* ── Nuestras funciones – 5 col → responsive ────────────────────────────────
   Desktop: 5 columnas a 18 % c/u + 1 % margen a cada lado → 5×20 % = 100 %.
   Las cards quedan más pequeñas y con espacio visible entre ellas.
   Tablet ≤1024px: 2 columnas al 46 % con 2 % margen — 2 por fila con espacio.
   Móvil ≤767px: 1 columna al 94 % con 3 % margen — centrada y sin pegarse.
   IDs actuales: 8aa895d 0b9cc2b 9019b90 7403f6c 815b29b
   ─────────────────────────────────────────────────────────────────────────── */
/* Desktop: cards más pequeñas con hueco entre ellas */
.elementor-element-8aa895d,
.elementor-element-0b9cc2b,
.elementor-element-9019b90,
.elementor-element-7403f6c,
.elementor-element-815b29b {
    width: 18% !important;
    margin: 0 1% 16px !important;
}

@media (max-width: 1024px) {
    .elementor-element-8aa895d,
    .elementor-element-0b9cc2b,
    .elementor-element-9019b90,
    .elementor-element-7403f6c,
    .elementor-element-815b29b {
        width: 46% !important;
        margin: 0 2% 24px !important;
    }
}

@media (max-width: 767px) {
    .elementor-element-8aa895d,
    .elementor-element-0b9cc2b,
    .elementor-element-9019b90,
    .elementor-element-7403f6c,
    .elementor-element-815b29b {
        width: 94% !important;
        margin: 0 3% 16px !important;
    }
}

/* ── Tablet: 4-col icon grid → 2 columns ──────────────────────────────────── */
@media (max-width: 1024px) {
    .elementor-element-8abe9a8,
    .elementor-element-7d45a20,
    .elementor-element-660a5f6,
    .elementor-element-0fefa0c {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .elementor-element-8abe9a8,
    .elementor-element-7d45a20,
    .elementor-element-660a5f6,
    .elementor-element-0fefa0c {
        width: 100% !important;
    }
}

/* ── Footer fixes ───────────────────────────────────────────────────────────
   1. Reemplaza el coral #f3525a del tema Blo por el celeste TuSeg.
   2. Limita el tamaño del logo en tablet/móvil.
   3. Oculta la sección CTA (solo logo flotante) en responsive — rompe el layout
      porque el texto y botón ya están ocultos con hidden-tablet/phone.
   4. Arregla las columnas del footer de contenido: la columna del medio está
      vacía y ocupaba 50% del ancho en tablet.
   ─────────────────────────────────────────────────────────────────────────── */

/* 1 — Color del fondo derecho de "Trabaja con nosotros" */
.footer-call_toaction:after {
    background: #0CC4FF !important;
}

/* 2 — Logo del header: master.css limita a 140px. Restauramos a un tamaño apropiado.
        El logo natural es 334×112px (ratio 3:1). 220px de ancho = ~74px de alto. */
.header.header-standard .navbar a.logo {
    max-width: 220px !important;
}
.header.header-standard .navbar a.logo img {
    width: 220px !important;
    max-width: 220px !important;
}

@media (max-width: 1024px) {
    .header.header-standard .navbar a.logo,
    .header.header-standard .navbar a.logo img {
        width: 190px !important;
        max-width: 190px !important;
    }
}

@media (max-width: 767px) {
    .header.header-standard .navbar a.logo,
    .header.header-standard .navbar a.logo img {
        width: 160px !important;
        max-width: 160px !important;
    }
}

/* 2b — Logo Elementor widget (footer/CTA area): tamaño en tablet y móvil */
@media (max-width: 1024px) {
    .elementor-395 .elementor-element.elementor-element-46f6bd6 img {
        width: 200px !important;
        max-width: 200px !important;
    }
}

@media (max-width: 767px) {
    .elementor-395 .elementor-element.elementor-element-46f6bd6 img {
        width: 160px !important;
        max-width: 160px !important;
    }
}

/* 3 — Sección CTA completa: ocultar en ≤1199px (el :after ya se oculta,
        pero la sección queda visible solo con el logo a pantalla completa) */
@media (max-width: 1199.98px) {
    .elementor-395 .elementor-element.elementor-element-67a021e {
        display: none !important;
    }
}

/* 4 — Footer contenido: ocultar columna del medio (vacía) y redistribuir */
@media (max-width: 1024px) {
    .elementor-395 .elementor-element.elementor-element-fb6354b {
        display: none !important;
    }
    .elementor-395 .elementor-element.elementor-element-fd4a31c {
        width: 50% !important;
    }
    .elementor-395 .elementor-element.elementor-element-b15afab {
        width: 50% !important;
    }
}

/* 5 — Móvil: apilar columnas del footer de contenido */
@media (max-width: 767px) {
    .elementor-395 .elementor-element.elementor-element-fd4a31c,
    .elementor-395 .elementor-element.elementor-element-b15afab {
        width: 100% !important;
    }
}

/* ── Fix: Sección "Nuestras funciones / Contacta con nosotros" — columnas ────
   En mobile las dos columnas col-50 dentro del inner-section 89999b5 deben
   apilarse. Sin este fix la columna del formulario queda a 133px de ancho
   y los inputs se comprimen a 93px.                                        */
@media (max-width: 767px) {
    .elementor-element-89999b5 {
        width: 100% !important;
    }
    .elementor-element-f32d2ec,
    .elementor-element-50ff545 {
        width: 100% !important;
    }
    /* MetForm widget container — debe ser full-width en mobile */
    .elementor-element-f8d7bf7 {
        width: 100% !important;
        max-width: 100% !important;
    }
    /* MetForm wrappers internos */
    .mf-widget-container,
    .formpicker_warper,
    .metform-form-main-wrapper,
    .metform-form-content,
    .mf-form-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    /* Elementor embebido de MetForm y su section */
    .elementor-5383,
    .elementor-element-c233fe0 {
        width: 100% !important;
        max-width: 100% !important;
    }
    /* Quitar padding del container interno del form para dar max espacio */
    .elementor-element-c233fe0 > .elementor-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* mf-widget-container tiene padding:32px 36px que deja solo 133px al form.
       En mobile reducimos a 16px para dar espacio útil a los inputs.         */
    .mf-widget-container {
        padding: 20px 16px !important;
    }
    /* Inputs y sus wrappers */
    .mf-input-wrapper,
    .mf-input {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* ── Fix: horizontal overflow por menú off-canvas en mobile ─────────────────
   El #primary-nav (navbar-collapse) se posiciona fuera del viewport a la
   derecha cuando está colapsado, causando scroll horizontal.
   overflow-x:hidden en html corta eso sin afectar position:fixed.       */
html {
    overflow-x: hidden;
}

/* ── Sección ¿POR QUÉ TUSEG? — correcciones responsive ─────────────────────
   1. Imagen usuario.jpg full width en responsive.
   2. Tarjeta "Representaremos TUS intereses" es position:absolute en desktop
      (diseño intencional), pero en tablet/móvil se superpone al contenido
      adyacente. Se resetea a flujo normal para que aparezca debajo de la
      imagen sin solaparse con nada.
   ─────────────────────────────────────────────────────────────────────────── */

/* 1 — Imagen full width en responsive.
        El column tiene padding: 0 15px (→ imagen queda 30px estrecha).
        Se elimina el padding del column y se restaura solo en los widgets
        de texto, para que la imagen llegue de borde a borde del column. */
@media (max-width: 1024px) {
    .elementor-7 .elementor-element.elementor-element-b221e36 > .elementor-element-populated {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 20px !important;
    }
    .elementor-7 .elementor-element.elementor-element-237d264 img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    /* Restaurar padding lateral solo en la tarjeta de texto */
    .elementor-7 .elementor-element.elementor-element-2cce1ca > .elementor-widget-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* 2 — "Representaremos" card: centrar horizontalmente en desktop */
.elementor-7 .elementor-element.elementor-element-2cce1ca {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* Reset posición absoluta en tablet/móvil */
@media (max-width: 1024px) {
    .elementor-7 .elementor-element.elementor-element-2cce1ca {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: auto !important;
        transform: none !important;
    }
}

/* ── Nav: activo y hover → celeste TuSeg (reemplaza el coral #f3525a del tema) ── */
/* Texto del link */
.header ul.navbar-nav > li > a:hover,
.header ul.navbar-nav > li > a.active,
.header ul.navbar-nav > li > a:focus,
.header.header-standard ul.navbar-nav > li > a:hover,
.header.header-standard ul.navbar-nav > li.active > a {
    color: #0CC4FF !important;
}
/* Underline animado (:before) */
.header ul.navbar-nav > li:hover > a:before,
.header ul.navbar-nav > li.active > a:before {
    border-color: #0CC4FF !important;
}

/* ── Contacta con nosotros — descripción en blanco ──────────────────────────── */
.elementor-element-5333d5f .ekit-heading__description p {
    color: #ffffff !important;
}

/* ── Hero Slider nativo (reemplaza RevSlider) ────────────────────────────────
   CSS aquí en lugar de inline en el shortcode para que Elementor no lo filtre.
   ─────────────────────────────────────────────────────────────────────────── */

/* Sección hero: eliminar padding/margin y quitar max-width para que el slider sea full-bleed */
.elementor-element-49de8e4 > .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
.elementor-element-49de8e4,
.elementor-element-49de8e4 > .elementor-container > .elementor-row,
.elementor-element-49de8e4 .elementor-column-wrap,
.elementor-element-49de8e4 .elementor-widget-wrap,
.elementor-element-49de8e4 .elementor-column,
.elementor-element-49de8e4 .elementor-widget-container {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.tuseg-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
/* track no necesita CSS — los slides son position:absolute */
.tuseg-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}
.tuseg-hero-slide.active {
    opacity: 1;
    pointer-events: auto;
}
.tuseg-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
}
.tuseg-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
}
/* Contenido: flex-column centrado. padding-top compensa el header transparente
   sin desplazar demasiado el centro visual hacia abajo. */
.tuseg-hero-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 90px 80px 0;
    max-width: 780px;
    box-sizing: border-box;
}
.tuseg-hero-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 18px;
    display: block;
}
.tuseg-hero-heading {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0;
}
/* Dots — bottom center, horizontal (igual que sliders estándar) */
.tuseg-hero-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: row;
    gap: 10px;
    background: none;
    border: none;
    padding: 0;
}
.tuseg-hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 0;
    transition: background .2s, border-color .2s, transform .2s;
}
.tuseg-hero-dot.active {
    background: #fff;
    border-color: #fff;
    transform: scale(1.2);
}
/* Flechas prev / next */
.tuseg-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, border-color .2s;
    backdrop-filter: blur(3px);
}
.tuseg-hero-arrow:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #fff;
}
.tuseg-hero-prev { left: 28px; }
.tuseg-hero-next { right: 28px; }

@media (max-width: 1024px) {
    .tuseg-hero-heading  { font-size: 44px; }
    .tuseg-hero-content  { padding: 140px 40px 0; }
}
@media (max-width: 767px) {
    .tuseg-hero-heading  { font-size: 32px; line-height: 1.2; }
    .tuseg-hero-content  { padding: 100px 24px 0; max-width: 100%; }
    .tuseg-hero-arrow    { display: none; }
    .tuseg-hero-dots     { bottom: 20px; }
}

/* ── Ramos Carousel ──────────────────────────────────────────────────────────── */
.tuseg-ramos {
    position: relative;
    padding: 0 48px 48px;   /* espacio lateral para flechas */
    box-sizing: border-box;
}
.tuseg-ramos-outer {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;          /* Firefox */
}
.tuseg-ramos-outer::-webkit-scrollbar { display: none; } /* Chrome/Safari */
.tuseg-ramos-track {
    display: flex;
    align-items: stretch;
}

/* Tarjeta: 1/3 del ancho del contenedor (desktop) */
.tuseg-ramos-card {
    flex: 0 0 calc(100% / 3);
    padding: 0 12px;
    box-sizing: border-box;
    scroll-snap-align: start;
    flex-shrink: 0;
}
.tuseg-ramos-inner {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0,0,0,.10);
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease;
}
.tuseg-ramos-inner:hover {
    box-shadow: 0 12px 36px rgba(0,0,0,.16);
    transform: translateY(-4px);
}
.tuseg-ramos-img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.tuseg-ramos-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.tuseg-ramos-inner:hover .tuseg-ramos-img img {
    transform: scale(1.04);
}
/* Floating card body — sube sobre la imagen */
.tuseg-ramos-body {
    position: relative;
    margin: -28px 16px 0;
    background: #fff;
    border-radius: 6px;
    padding: 18px 20px 20px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
}
.tuseg-ramos-title {
    font-size: 17px;
    font-weight: 700;
    color: #161163;
    margin: 0 0 12px;
    line-height: 1.3;
}
.tuseg-ramos-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #0CC4FF;
    transition: color .2s;
}
.tuseg-ramos-inner:hover .tuseg-ramos-btn {
    color: #161163;
}

/* Flechas */
.tuseg-ramos-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e0e4ef;
    color: #161163;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.10);
    transition: background .2s, border-color .2s, color .2s;
    z-index: 5;
}
.tuseg-ramos-arrow:hover:not(:disabled) {
    background: #0CC4FF;
    border-color: #0CC4FF;
    color: #fff;
}
.tuseg-ramos-arrow:disabled {
    opacity: .35;
    cursor: default;
}
.tuseg-ramos-prev { left: 0; }
.tuseg-ramos-next { right: 0; }

/* Dots */
.tuseg-ramos-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    padding: 0;
    background: none;
    border: none;
}
.tuseg-ramos-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c8d0e0;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .2s, transform .2s;
}
.tuseg-ramos-dot.active {
    background: #0CC4FF;
    transform: scale(1.25);
}

/* Responsive */
@media (max-width: 991px) {
    .tuseg-ramos-card { flex: 0 0 50%; }
    .tuseg-ramos { padding: 0 44px 40px; }
}
@media (max-width: 767px) {
    .tuseg-ramos-card { flex: 0 0 100%; }
    .tuseg-ramos { padding: 0 8px 36px; }
    .tuseg-ramos-arrow { top: 35%; }
}

/* ── Mobile nav: "Inicio" link — oculto en desktop, visible en ≤991px ────────── */
/* Selector específico para superar las reglas del tema Blo con !important */
.header ul.navbar-nav > li.tuseg-mobile-inicio {
    display: none !important;
}
@media (max-width: 991px) {
    .header ul.navbar-nav > li.tuseg-mobile-inicio {
        display: list-item !important;
    }
    .header ul.navbar-nav > li.tuseg-mobile-inicio > a {
        color: #1a2a5e !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid #f0f0f0 !important;
        display: block !important;
    }
}

/* ── Padding lateral global en secciones Elementor — tablet y mobile ─────────────
   Todas las secciones boxed reciben padding lateral en responsive para evitar
   que el contenido llegue al borde de la pantalla.
   Excepciones explícitas: hero (49de8e4) y carousel ramos (1961c8e) son full-bleed.
   ─────────────────────────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .elementor-section.elementor-top-section.elementor-section-boxed > .elementor-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }
    /* Hero y ramos carousel: sin padding lateral (full-bleed) */
    .elementor-element-49de8e4 > .elementor-container,
    .elementor-element-1961c8e > .elementor-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 767px) {
    .elementor-section.elementor-top-section.elementor-section-boxed > .elementor-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    /* Hero y ramos carousel: sin padding lateral (full-bleed) */
    .elementor-element-49de8e4 > .elementor-container,
    .elementor-element-1961c8e > .elementor-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Icon boxes section — hidden temporarily */
.elementor-element-7b4345e {
    display: none !important;
}

/* Mobile nav dropdown items — el tema padre los fuerza a blanco en móvil/tablet
   porque espera un fondo oscuro, pero el nav de TuSeg es blanco. */
@media (max-width: 991px) {
    .header ul.navbar-nav li .dropdown-menu li a {
        color: #1e2b4a !important;
    }
    .header ul.navbar-nav li .dropdown-menu li a:hover,
    .header ul.navbar-nav li .dropdown-menu li a:focus {
        color: #f2343b !important;
    }
}

/* Heading "Representaremos TUS intereses" — centrar en responsive */
@media (max-width: 1024px) {
    .elementor-element-2cce1ca {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        text-align: center !important;
        margin: 20px auto 0 !important;
    }
    .elementor-element-2cce1ca .ekit-heading {
        text-align: center !important;
    }
    .elementor-element-2cce1ca h2 {
        text-align: center !important;
    }
}

/* ── Sección "Distintos ramos" — padding inferior para separar el carrusel del borde */
.elementor-element-4123093 {
    padding-bottom: 80px !important;
}
/* Extra espacio entre los dots y el borde inferior de la sección */
#tuseg-ramos-carousel {
    margin-bottom: 20px;
}

/* ── Logo "Trabaja con nosotros" — corregir recorte por object-fit:cover ─────
   Elementor genera inline: .elementor-section .elementor-column
   .elementor-widget-image img { height:200px !important; object-fit:cover !important }
   (especificidad 0,3,1). Necesitamos 0,3,2 para ganarle con !important. */
.elementor-section .elementor-column .elementor-element-46f6bd6 .elementor-widget-container img {
    width: auto !important;
    max-width: 220px !important;
    height: auto !important;
    object-fit: contain !important;
}

/* ── Topbar mobile ───────────────────────────────────────────────────────────
   En mobile: una sola fila compacta — email a la izquierda, iconos a la derecha.
   La dirección y el label "On Social:" se ocultan para ahorrar espacio.
   ──────────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .topbar .row {
        flex-wrap: nowrap;
        align-items: center;
    }
    .topbar .col-md-7,
    .topbar .col-md-5 {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        padding: 0 8px;
    }
    .topbar .col-md-5 {
        margin-left: auto;
    }
    /* Ocultar dirección física, solo dejar email */
    .topbar .top-info li + li {
        display: none !important;
    }
    /* Ocultar label "On Social:" */
    .topbar .social-links > li:first-child {
        display: none !important;
    }
    /* Padding vertical más compacto */
    .topbar {
        padding: 6px 0 !important;
    }
}

/* ── Empresa hero: imagen visible en móvil + layout wide ─────────────────────
   Problema: el column derecho (819981e) usa background-image pero NO tiene
   contenido real (sólo un spacer de 10px) y su width:50% se declara sin
   media-query → en móvil no apila correctamente y colapsa a 0px de alto.
   El column izquierdo (6433912) tiene padding de escritorio 120px 100px
   100px 80px que aplica también en móvil y genera demasiado espacio.
   ──────────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    /* Columna texto: padding compacto en móvil */
    .elementor-1922 .elementor-element.elementor-element-6433912 > .elementor-element-populated {
        padding: 60px 28px 48px 28px !important;
    }

    /* Columna imagen: ancho completo + altura mínima para ver el fondo */
    .elementor-1922 .elementor-element.elementor-element-819981e {
        width: 100% !important;
        min-height: 340px !important;
    }

    /* Asegurar que el widget-wrap de la columna imagen también tenga altura */
    .elementor-1922 .elementor-element.elementor-element-819981e > .elementor-widget-wrap {
        min-height: 340px !important;
    }
}
