html, body {
    overflow-x: hidden;
    max-width: 100%;
}
/* =========================================
   ESTILOS GENERALES Y MEDIA QUERIES
========================================= */
@media (max-width: 1399px) {
    .card-cta__text { width: 150px!important; }
    .card-cta { padding: 0px 30px!important; height: 256px!important; }
    .card-cta_text-2 { margin-bottom: 17px!important; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .row .centro-mobile { flex: 0 0 50%; max-width: 50%; }
  .card-cta { height: 320px !important; width: 324px !important; justify-content: center; align-items: center; }
}

.seccion-2-verticales {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.titulo h1 {
  color: #6A00A7;
  font-family: 'Ubuntu', sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 16px;
}

.titulo p {
  color: #6A00A7;
  font-family: 'Ubuntu', sans-serif;
  font-size: 22px;
  line-height: 30px;
  margin: 0 auto;
  max-width: 800px;
}

.card-verticales { aspect-ratio: 3 / 3!important; }
.card-verticales .titulo { display: flex; justify-content: center; align-items: center; }
.card-verticales .titulo h3 { margin: 0px; }

@media (max-width: 992px) {
  .titulo h1 { font-size: 40px; }
  .titulo p { font-size: 20px; line-height: 28px; }
}

@media (max-width: 768px) {
  .titulo h1 { font-size: 34px; }
  .titulo p { font-size: 18px; line-height: 26px; }
  
  .mb-5-verticales {
    color: #002955 !important; margin-bottom: 3rem !important; margin-top: 1rem !important;
    text-align: justify !important; font-size: 16px !important; line-height: 30px !important;
    padding: 30px 21px !important; margin: 0 auto!important;
  } 
}

.container { display: block!important; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }

.mb-5-verticales {
    margin-bottom: 3rem; margin-top: 3rem; color: #002955; text-align: justify;
    font-family: Ubuntu; font-size: 22px; line-height: 30px;
    max-width: 998px; width: 100%; margin-left: auto; margin-right: auto; padding: 40px 0;
}

.mb-4 { margin-bottom: 2rem !important; }
.header-inner h1 { font-weight: 600; margin-bottom: 1rem!important; }

.titulo-verticales {
    color: #6A00A7; text-align: center; font-family: 'Ubuntu', sans-serif;
    font-size: 43px; font-weight: 700; width: 820px; margin: auto;
}

@media only screen and (max-width: 600px) {
  .text-purple { padding: 15px; color: white !important; }
  .titulo-verticales { font-size: 30px; width: 100%; padding: 0 12px; box-sizing: border-box; }
}

/* =========================================
   ESTILOS COMPONENTE VERTICALES (SPLIT VIEW)
========================================= */
.app-verticales-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 150px; 
    align-items: flex-start; 
    margin-left: -36px;
    margin-right: 24px;
}

/* SIDEBAR DESKTOP */
.app-sidebar {
    width: 291px;
    flex-shrink: 0;
    padding: 25px 0;
    align-self: flex-start; 
    border-radius: 15px;
border: 0.8px solid rgba(106, 0, 167, 0.70);
background: #FFF;
    
}

.sidebar-title {
    margin-bottom: 20px;
    padding: 0 25px;
    text-transform: uppercase;
    color: #6A00A7;
    font-family: Ubuntu;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.verticales-menu {
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

.verticales-menu li {
    margin-bottom: 5px; 
}

.verticales-menu li a {
    display: flex;
    align-items: center;
    padding: 10px 15px; 
    border-radius: 8px; 
    color: #002955;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.verticales-menu li a .icon {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}

.verticales-menu li a .icon img {
    width: 100%;
    height: auto;
    max-width: 22px; 
    object-fit: contain;
    transition: all 0.3s ease;
}

.verticales-menu li a:hover {
    background: #F4EEFB;
    color: #6A00A7;
}

.verticales-menu li a.active {
    background: #6A00A7; 
    color: #ffffff; 
}

.verticales-menu li a.active .icon img {
    filter: brightness(0) invert(1); 
}

/* SELECTOR MOBILE OCULTO EN DESKTOP */
.mobile-selector-wrapper {
    display: none;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
}

/* CONTENIDO PRINCIPAL */
.app-content {
    flex-grow: 1;
    background: #F7F7F7; 
    border: 0.8px solid #6A00A7; 
    border-radius: 15px; 
    padding: 40px 40px 0px 40px;
    display: flex;
   flex-direction: column;
    min-height: 600px;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    opacity: 1;
    transform: translateY(0);
}
.app-content.is-loading {
    transition: none !important; 
    opacity: 0;
    transform: translateY(20px); 
}
.empty-state {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
    color: #002955;
}

.empty-icon {
    width: 60px;
    margin-bottom: 20px;
}

.empty-state h2 {
   color: #6A00A7;
   text-align: center;
   font-family: Ubuntu;
   font-size: 32px;
   font-style: normal;
   font-weight: 700;
   line-height: 32px;
}

.empty-state p {
    margin-bottom: 30px;
    color: #002955;
    text-align: center;
    font-family: Ubuntu;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.4%;
    width: 420px;
}

.btn-solicitar {
    color: white !important;
    text-decoration: none;
    margin-top: 25px;
    font-weight: 600;
    font-size: 16px;
    transition: transform 0.2s ease;
    border-radius: 10px;
    background: var(--Linear, linear-gradient(270deg, #00CDCD -107.23%, #6A00A7 99.93%));
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    display: flex;
    width: 219px;
    height: 36px;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.btn-solicitar:hover {
    transform: scale(1.05);
}

/* TARJETAS DINÁMICAS */
.content-title { 
    color: #002955;
    font-family: Ubuntu;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); 
    gap: 15px;
    margin-bottom: 30px;
    padding-top: 35px;
}

.feature-card {
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    min-height: 200px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.feature-card .card-icon {
    width: 55px;
    height: 55px;
    background-image: url('https://zeuserp.tech/wp-content/themes/zeus-2023/img-verticales/fondo-icon.svg');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.feature-card .card-icon img {
    object-fit: contain;
}

.feature-card h4 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #6A00A7;
    font-family: Ubuntu;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    width: 369px;
    max-width: 100%;
}
.feature-card p {
    color: #002955;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
   width: auto;
    max-width: 100%;
}


/*quitar bullets*/
    .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
        display: none;
}



/* =========================================
   BOTÓN SUPERIOR "INICIAR PROCESO"
========================================= */
.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.btn-iniciar-top {

    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, background 0.3s ease;
    color: #FFF;
    text-align: center;
    font-family: Ubuntu;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: var(--Linear, linear-gradient(270deg, #00CDCD -107.23%, #6A00A7 99.93%));
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    width: 236px;
    height: 45px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-iniciar-top:hover {
    transform: scale(1.05);
     background: var(--Linear, linear-gradient(270deg, #00CDCD -107.23%, #6A00A7 99.93%));
     color: #FFF;
}

/* Ajuste móvil para que no se amontone con el título */
@media (max-width: 991px) {
    .content-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 10px;
    }

}



/* =========================================
   NUEVO BANNER (CARTEL) INFERIOR
========================================= */
.vertical-cta-banner {
        border-radius: 32px;
        border: 0 solid #002955;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        background:
            url('https://zeuserp.tech/wp-content/themes/zeus-2023/img-verticales/vector-fondo.svg')
            bottom left /  200px auto no-repeat, 
            var(--ZEUS, linear-gradient(97deg, #6A00A7 -0.71%, #00CDCD 100.1%)); 

        display: flex;
        justify-content: flex-end; 
        align-items: center;
        margin-top: 20px;
        margin-bottom: -120px;
        position: relative;
        z-index: 10;
        overflow: hidden;
        min-height: 240px;
    }

.vertical-cta-banner .cta-image {
    position: relative;
       left: 75px;
    bottom: 13px;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}
.vertical-cta-banner .cta-content {
    width: 55%; 
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2; 
}

.vertical-cta-banner h3 {
    margin: 0 0 10px 0;
    color: #FFF;
    text-align: center;
    font-family: Ubuntu;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
        width: 380px;
}

.vertical-cta-banner p {
    margin-bottom: 22px;
    color: #FFF;
    text-align: center;
    font-family: Ubuntu;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
   width: 322px;
}

.btn-iniciar {
display: flex;
width: 272px;
height: 45px;
padding: 10px 16px;
justify-content: center;
align-items: center;
gap: 10px; 
border-radius: 15px;
background: #FFF;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
color: #6A00A7;
text-align: center;
font-family: Ubuntu;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.btn-iniciar:hover {
    transform: scale(1.05);
}

/* =========================================
   OCULTAR ELEMENTOS MÓVILES EN DESKTOP
========================================= */
@media (min-width: 992px) {
    .mobile-custom-selector-wrapper,
    .bottom-sheet-overlay,
    .bottom-sheet {
        display: none !important;
    }
}

/* =========================================
   ADAPTACIÓN MÓVIL EXACTA
========================================= */
@media (max-width: 991px) {
    
    .app-verticales-wrapper { 
        flex-direction: column; 
        margin-bottom: 50px; 
        align-items: stretch; 
          margin-left: 0px;
    margin-right: 0px;
    }

    .app-sidebar { display: none; }
    .mobile-selector-wrapper { display: block; }
    
       .app-content {
        min-height: auto;
        padding: 15px 15px 15px 14px;
        border: 0.8px solid #6A00A7;
        border-radius: 15px;
        background: #F7F7F7;
        margin-bottom: 100px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        padding-top: 15px;
    }

    .content-title {
        font-size: 22px;
        margin-bottom: 5px;
        text-align: left;
        color: #002955;
        padding-top: 10px;
    }

    
    .vertical-cta-banner {
    border-radius: 32px;
    border: 0 solid #002955;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background:
        url('https://zeuserp.tech/wp-content/themes/zeus-2023/img-verticales/vector-fondo.svg')
        bottom left /  200px auto no-repeat, 
        var(--ZEUS, linear-gradient(97deg, #6A00A7 -0.71%, #00CDCD 100.1%)); 

    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    margin-bottom: -120px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    min-height: 240px;
    flex-direction: column;
}
    
    .vertical-cta-banner .cta-content { 
        width: 100%; 
        padding: 10px 25px 30px 25px; 
    }

    .vertical-cta-banner h3 {
        font-size: 22px; 
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .vertical-cta-banner p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .vertical-cta-banner .cta-image {
        position: relative; 
        left: 0;
        height: auto;
        max-height: 170px;
        width: 100%; 
        object-fit: contain; 
        margin: 0 auto;
        margin-bottom: 10px; 
        bottom: 0;
        border-radius: 16px 16px 0 0; 
    }

    .btn-iniciar {
        width: 100%; 
        max-width: 250px;
        margin: 0 auto;
        border-radius: 6px; 
        font-size: 17px;
        padding: 12px 16px;
    }
    
    .empty-state p {
      color: #002955;
text-align: center;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 122.4%; /* 19.584px */
    }

    .empty-state h2 {
    color: #6A00A7;
text-align: center;
font-family: Ubuntu;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 160% */
    }

    .app-verticales-wrapper, 
    .app-content {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
       
    }
      .feature-card {
        background: #FFF;
        border: 1px solid #E2D1F9;
        border-radius: 20px;
        padding: 14px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
        width: 333px;
        height: auto;
    }
 .feature-card .card-icon {
  width: 45.385px;
height: 45.855px;
    background-image: url('https://zeuserp.tech/wp-content/themes/zeus-2023/img-verticales/fondo-icon.svg');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7.62px;
}

.feature-card h4 {
        color: #6A00A7;
        font-family: Ubuntu, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        
        /* 1. Forzamos el quiebre de línea idéntico a Figma */
       max-width: 312px;
        width: 100%;
        
        /* 2. Ajustamos el interlineado exacto (Figma: 42px altura / 2 líneas = 21px) */
        line-height: 21px; 
        
        /* 3. Margen inferior para separarlo del párrafo */
        margin-bottom: 10px; 
    }

.feature-card p {
 color: #002955;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 143.75% */
/*width: 304px;
height: 92.953px;*/
}

    .mobile-custom-selector-wrapper {
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
    
    /* NUEVO BOTÓN MÓVIL: Centrado, tamaño y estructura */
    .mobile-custom-selector-wrapper h3 {
        text-align: center;
        color: #002955;
        font-family: Ubuntu, sans-serif;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 14px;
        text-transform: uppercase;
    }

    .custom-mobile-trigger {
        width: 100%;
        max-width: 250px; /* Igual que en la captura */
        margin: 0 auto; /* Centrado */
        padding: 12px 18px;
        border-radius: 6px; /* Borde más recto */
        border: 1px solid #002955; /* Borde azul oscuro si no está seleccionado */
        font-family: Ubuntu, sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #002955;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    /* NUEVO BOTÓN MÓVIL: Estado Activo (Cuando hay una vertical elegida) */
       .custom-mobile-trigger.has-selection
 {
     
        color: #6A00A7;
        text-align: center;
        font-family: Ubuntu;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        border-radius: 5px;
        border: 1px solid #002955;
        background: #F7F7F7;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    }

    /* Contenedor interno para juntar el icono con el texto */
    .custom-mobile-trigger-inner {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .custom-mobile-trigger .trigger-icon {
        width: 20px;
        height: 20px;
        display: none; /* Oculto por defecto hasta que se elija algo */
    }
    .custom-mobile-trigger .trigger-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    /* Invertimos color del SVG a violeta cuando está seleccionado */
    .custom-mobile-trigger.has-selection .trigger-icon {
        display: block;
    }
  
/* 1. Estado base de la flecha (Azul oscuro: #002955) */
    .custom-mobile-arrow {
        width: 10px; height: 6px; /* Ajustado al tamaño de tu nuevo SVG */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M9.81437 0.197888C9.69076 0.065926 9.54423 0 9.37492 0H0.625047C0.455668 0 0.30924 0.065926 0.185523 0.197888C0.0618069 0.329995 0 0.486182 0 0.66674C0 0.847261 0.0618069 1.00345 0.185523 1.13545L4.56048 5.80197C4.68433 5.93393 4.83076 6 5 6C5.16924 6 5.31581 5.93393 5.43942 5.80197L9.81437 1.13541C9.93795 1.00345 10 0.847261 10 0.666703C10 0.486182 9.93795 0.329995 9.81437 0.197888Z' fill='%23002955'/%3E%3C/svg%3E");
        background-repeat: no-repeat; 
        background-position: center;
    }
    
    /* 2. Flecha violeta cuando está seleccionado (#6A00A7) */
    .custom-mobile-trigger.has-selection .custom-mobile-arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M9.81437 0.197888C9.69076 0.065926 9.54423 0 9.37492 0H0.625047C0.455668 0 0.30924 0.065926 0.185523 0.197888C0.0618069 0.329995 0 0.486182 0 0.66674C0 0.847261 0.0618069 1.00345 0.185523 1.13545L4.56048 5.80197C4.68433 5.93393 4.83076 6 5 6C5.16924 6 5.31581 5.93393 5.43942 5.80197L9.81437 1.13541C9.93795 1.00345 10 0.847261 10 0.666703C10 0.486182 9.93795 0.329995 9.81437 0.197888Z' fill='%236A00A7'/%3E%3C/svg%3E");
    }

    .bottom-sheet-overlay {
        position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
        background: rgba(0,0,0,0.6);
        z-index: 99998;
        opacity: 0; visibility: hidden;
        transition: opacity 0.3s ease;
    }
    .bottom-sheet {
        position: fixed; bottom: -100%; left: 0; width: 100vw;
        background: #fff;
        border-radius: 20px 20px 0 0;
        z-index: 99999;
        transition: bottom 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        display: flex; flex-direction: column;
        max-height: 75vh;
        padding-bottom: 20px;
    }
    .bottom-sheet-overlay.open { opacity: 1; visibility: visible; }
    .bottom-sheet.open { bottom: 0; }

    .bottom-sheet-handle {
        width: 45px; height: 5px;
        background: #D9D9D9; border-radius: 5px;
        margin: 15px auto;
    }
    
    .bottom-sheet-scroll { overflow-y: auto; padding: 0 25px; }
    .bottom-sheet-list { list-style: none; padding: 0; margin: 0; }
    .bottom-sheet-list li { margin: 0; }
    
    .bs-menu-item {
        display: flex; align-items: center;
        padding: 16px 0;
        color: #002955; text-decoration: none;
        font-family: Ubuntu, sans-serif;
        font-size: 18px; font-weight: 600;
        border-bottom: 1px solid #F0F0F0;
    }
    
    .bs-menu-item .icon { width: 24px; margin-right: 15px; display: flex; }
    .bs-menu-item .icon img { width: 100%; object-fit: contain; }
    .bs-menu-item.active { color: #6A00A7; }
    .bs-menu-item.active .icon img { filter: invert(13%) sepia(91%) saturate(5462%) hue-rotate(274deg) brightness(83%) contrast(116%); }

    /* REDUCCIÓN DE ÍCONOS PARA MÓVIL Y TABLET (Añadido de la respuesta anterior) */
    .feature-card .card-icon img {
        transform: scale(0.80) !important;
        transform-origin: center center !important;
    }
}

/* REDUCCIÓN EXTRA PARA MÓVIL PEQUEÑO */
@media (max-width: 768px) {
    .feature-card .card-icon img {
        transform: scale(0.85) !important;
        transform-origin: center center !important;
    }
}


/* =========================================
   AJUSTES FINOS POR VERTICAL (SOLO Mobile)
========================================= */
@media (max-width: 991px) {
    
     /* pinturerias */
    [data-vertical="pinturerias"] .vertical-cta-banner h3 {width:309px;color: #FFF; text-align: center;font-family: Ubuntu;font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;}
    [data-vertical="pinturerias"] .vertical-cta-banner .cta-image { left: 22px !important; bottom: -11px !important;}
     [data-vertical="pinturerias"]  .vertical-cta-banner p {  width: 200px !important; }
     
     
   /*Ferreterias*/  
 [data-vertical="ferreterias"] .vertical-cta-banner h3 {width:309px;color: #FFF; text-align: center;font-family: Ubuntu;font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;}
    [data-vertical="ferreterias"] .vertical-cta-banner .cta-image { left: 22px !important; bottom: -11px !important;}
     [data-vertical="ferreterias"]   .vertical-cta-banner p {font-size: 18px; margin-bottom: 25px; width: 219px;}     
    
    
    /* Corralones */
     [data-vertical="corralones"] .vertical-cta-banner h3 {width:309px;color: #FFF; text-align: center;font-family: Ubuntu;font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;}
     [data-vertical="corralones"]   .vertical-cta-banner p {font-size: 18px; margin-bottom: 25px; width: 219px;}     

    /* Distribuidoras */
    [data-vertical="distribuidoras"] .vertical-cta-banner h3 {width:309px;color: #FFF; text-align: center;font-family: Ubuntu;font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;}
    [data-vertical="distribuidoras"] .vertical-cta-banner .cta-image { left: 3px !important; bottom: -11px !important;}
     [data-vertical="distribuidoras"]   .vertical-cta-banner p {font-size: 18px; margin-bottom: 25px; width: 219px;}
    
    /*Hogar y Jardin*/
    [data-vertical="hogar-jardin"] .vertical-cta-banner .cta-image {  left: 0px !important; }
    [data-vertical="hogar-jardin"] .vertical-cta-banner h3 {width: 250px !important; }
     [data-vertical="hogar-jardin"] .vertical-cta-banner p {font-size: 18px; margin-bottom: 25px; width: 219px;}
   
    /* Autopartes */
    /* [data-vertical="autopartes"]   <-- Nota: En tu código original esta línea quedó vacía/incompleta, la dejo comentada por precaución */

    /* Indumentaria */
    [data-vertical="indumentaria"] .vertical-cta-banner h3 { width: 355px !important; }
    [data-vertical="indumentaria"] .vertical-cta-banner .cta-image { left: 14px !important; bottom: -4px !important; }
   [data-vertical="indumentaria"] .vertical-cta-banner .cta-image { left: 14px !important; bottom: -4px !important; }
    /* Bazares */
    [data-vertical="bazares"] .vertical-cta-banner .cta-image { left: 13px !important; bottom: -8px !important; }
     [data-vertical="bazares"] .vertical-cta-banner h3 { width: 274px !important; }
        [data-vertical="bazares"].vertical-cta-banner p {font-size: 18px; margin-bottom: 25px; width: 219px;}

    /* Electrónica */
    [data-vertical="electronica"] .vertical-cta-banner h3 { width: 279px !important; }
    [data-vertical="electronica"] .vertical-cta-banner .cta-image {   left: 10px !important; bottom: -14px !important;}
    [data-vertical="electronica"] .vertical-cta-banner p {font-size: 18px; margin-bottom: 25px; width: 219px;}
  

    /* Supermercados */
    [data-vertical="supermercados"] .vertical-cta-banner h3 { width: 274px !important; }
    [data-vertical="supermercados"] .vertical-cta-banner .cta-image { left: 20px !important; bottom: -13px !important;}
     [data-vertical="supermercados"].vertical-cta-banner p {font-size: 18px; margin-bottom: 25px; width: 219px;}

    /* Jugueterías */
    [data-vertical="jugueterias"] .vertical-cta-banner h3 { width: 274px !important; }
     [data-vertical="jugueterias"] .vertical-cta-banner .cta-image { left: 0px !important;}
     [data-vertical="jugueterias"].vertical-cta-banner p {font-size: 18px; margin-bottom: 25px; width: 219px;}
    
    /* Librerías */
    [data-vertical="librerias"] .vertical-cta-banner h3 { width: 255px !important; }
    [data-vertical="librerias"] .vertical-cta-banner .cta-image { left: 9px !important; bottom: -9px; }
     [data-vertical="librerias"].vertical-cta-banner p {font-size: 18px; margin-bottom: 25px; width: 219px;}

    /* Sanitarios */
    [data-vertical="sanitarios"] .vertical-cta-banner h3 { width: 276px !important; }
    [data-vertical="sanitarios"] .vertical-cta-banner .cta-image { left: -9px !important; bottom: -10px !important; }
    [data-vertical="sanitarios"]  .vertical-cta-banner p {font-size: 18px; margin-bottom: 25px; width: 219px;}
    
    /*Cafeterias*/
    [data-vertical="cafeterias"] .vertical-cta-banner h3 { width: 331  px !important; }
    [data-vertical="cafeterias"] .vertical-cta-banner .cta-image { left: 0px !important; bottom: 0px !important; }
    [data-vertical="cafeterias"]  .vertical-cta-banner p {  width: 200px !important; }

    /* Materiales eléctricos */
    [data-vertical="materiales-electricos"] .vertical-cta-banner h3 { width: 274px !important; }
    [data-vertical="materiales-electricos"] .vertical-cta-banner .cta-image { left: 0px !important; bottom: 0px !important; }
    [data-vertical="materiales-electricos"] .vertical-cta-banner p {  width: 200px !important; }
    
    /*herrajes*/
     [data-vertical="herrajes"] .vertical-cta-banner .cta-image { left: 0px !important; bottom: 0px !important; }
     [data-vertical="herrajes"] .vertical-cta-banner h3 { width: 274px !important; }
      [data-vertical="herrajes"] .vertical-cta-banner p {  width: 200px !important; }
     
     
}


@media (max-width: 768px) {
    .cloud-card {
        top: calc(50% + 9rem); 
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important; 
        transform: none !important; 
        width: 90%;
        max-width: 380px; 
        padding: 15px;
        box-sizing: border-box; 
    }
}

@media (max-width: 600px) {
    .cloud-card { top: calc(50% + 8.5rem); }
}

/* =========================================
   AJUSTES FINOS POR VERTICAL (SOLO DESKTOP)
========================================= */
@media (min-width: 992px) {
    
    /*Pinturerias*/
    [data-vertical="pinturerias"] .vertical-cta-banner h3 {
   width: 380px !important;
        color: #FFF;
        font-size: 32px;
        text-align: center;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    [data-vertical="pinturerias"] .vertical-cta-banner .cta-image {
            left: 66px !important;
        bottom: 6px !important;
    }
    
    /*Ferreterias*/
      [data-vertical="ferreterias"] .vertical-cta-banner .cta-image {
        left: 68px !important;
        bottom: 3px !important;
    }
    [data-vertical="ferreterias"] .vertical-cta-banner h3 {
        width: 380px !important;
        color: #FFF;
        font-size: 32px;
        text-align: center;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    
    
    /* Corralones */
    [data-vertical="corralones"] .vertical-cta-banner h3 { width: 341px !important; left: 35px !important; bottom: 19px !important;}
    [data-vertical="corralones"] .vertical-cta-banner .cta-image { left: 35px !important; bottom: 19px !important;}
    [data-vertical="corralones"] .vertical-cta-banner h3 {
    width: 309px;
    color: #FFF;
    font-size: 32px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

    /* Distribuidoras */
    [data-vertical="distribuidoras"] .vertical-cta-banner .cta-image { left: -5px !important; bottom: 8px !important; width: 322px; }
    
       [data-vertical="distribuidoras"] .vertical-cta-banner h3 {
        width: 386px;
        font-size: 36px;
        color: #FFF;
        text-align: center;
        font-family: Ubuntu;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    
    /*Hogar y Jardin*/
    [data-vertical="hogar-jardin"] .vertical-cta-banner .cta-image {  left: 0px !important; bottom: 13px !important; }
      [data-vertical="hogar-jardin"] .vertical-cta-banner h3 { width: 377px !important; }
   
    /* Autopartes */
    [data-vertical="autopartes"] .vertical-cta-banner .cta-image { left: 30px !important; bottom: 13px !important; }

    /* Indumentaria */
    [data-vertical="indumentaria"] .vertical-cta-banner h3 { width: 355px !important; }
    [data-vertical="indumentaria"] .vertical-cta-banner .cta-image { left: 46px !important; bottom: 13px !important; }

    /* Bazares */
    [data-vertical="bazares"] .vertical-cta-banner .cta-image { left: 30px !important; bottom: 0px !important; }

    /* Electrónica */
    [data-vertical="electronica"] .vertical-cta-banner h3 { width: 400px !important; }
    [data-vertical="electronica"] .vertical-cta-banner .cta-image {   left: 35px !important; bottom: 0px !important; }
  

    /* Supermercados */
    [data-vertical="supermercados"] .vertical-cta-banner h3 { width: 417px !important; }
    [data-vertical="supermercados"] .vertical-cta-banner .cta-image { left: 30px !important; bottom: 0px !important;}

    /* Jugueterías */
    [data-vertical="jugueterias"] .vertical-cta-banner h3 { width: 386px !important; }
     [data-vertical="jugueterias"] .vertical-cta-banner .cta-image { left: 0px !important;}
    
    /* Librerías */
    [data-vertical="librerias"] .vertical-cta-banner h3 { width: 355px !important; }
    [data-vertical="librerias"] .vertical-cta-banner .cta-image { left: 40px !important; }

    /* Sanitarios */
    [data-vertical="sanitarios"] .vertical-cta-banner h3 { width: 376px !important; }
    [data-vertical="sanitarios"] .vertical-cta-banner .cta-image { left: 0px !important; bottom: 0px !important; }

    /* Materiales eléctricos */
    [data-vertical="materiales-electricos"] .vertical-cta-banner h3 { width: 402px !important; }
    [data-vertical="materiales-electricos"] .vertical-cta-banner .cta-image { left: 0px !important; bottom: 0px !important; }
    
    /*herrajes*/
     [data-vertical="herrajes"] .vertical-cta-banner .cta-image { left: 0px !important; bottom: 0px !important; }
       [data-vertical="herrajes"] .vertical-cta-banner h3 { width: auto !important; }
}