/* ==========================================================================
   1. VARIABLES, RESET & BASE
   ========================================================================== */
:root {
    --primary-blue: #004b87;
    --light-blue: #00a3e0;
    --green-brand: #39b54a;
    --dark-blue: #0a2540;
}

.m-0 { margin: 0 !important; }
.p-0 { padding: 0 !important; }

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    overflow-x: hidden;
    max-width: 1440px !important;
    margin: 0 auto !important;
}
.ml-6{
    margin-left: 6%;
}

/* ==========================================================================
   2. FUENTES & TIPOGRAFÍA
   ========================================================================== */
@font-face {
    font-family: 'Montserrat_bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_semibold';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.Monserrat { font-family: 'Montserrat', sans-serif; }
.Monserrat_semibold { font-family: 'Montserrat_semibold', sans-serif; }
.Monserrat_bold { font-family: 'Montserrat_bold', sans-serif; }

/* Escala Tipográfica */
.h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.3px;
}
.h3 {
    font-size: 21px !important;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0 !important;
    margin-top: -4px;
}
.ticker-track .h3 {
    margin-bottom: 0 !important;
    margin-top: -4px !important;
}
.h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}
.h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.h6 {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.texto-degradado-azul {
    background-image: linear-gradient(#1993f1 0%, #1993f1 15%, #0055b0 65%, #003c8a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

/* ==========================================================================
   3. COMPONENTS & HEADER
   ========================================================================== */
.navbar-brand img {
    max-height: 45px;
}

.btn-header-buy {
    background-color: #e3e3e3 !important;
    color: #374151;
    font-weight: 700;
    font-size: 12px;
    border-radius: 10px !important;
    padding: 8px 15px !important;
    text-transform: uppercase;
}

/* ==========================================================================
   4. HERO SLIDER (VIDEO BACKGROUND)
   ========================================================================== */
/* .hero-slider-container {
    position: relative;
    width: 100%;
    /* height: 91vh;  */
    height: 800px;
    overflow: hidden;
} */

.hero-video-link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}
/* 
.video-hero-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
} */

.hero-slider-container{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.video-hero-wrapper{
    position:absolute;
    inset:0;
}

.video-background{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:left center;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: background-color 0.3s ease;
}

.hero-video-link:hover .video-overlay {
    background-color: rgba(0, 0, 0, 0.2); 
}

/* ==========================================================================
   5. CINTA CORREDIZA (MARQUESINA)
   ========================================================================== */
.ticker-wrap {
    width: 100%;
    padding: 14px 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.ticker-wrap:hover .ticker-track {
    animation-play-state: paused;
    cursor: pointer;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: infinite-scroll 35s linear infinite;
}

.ticker-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    white-space: nowrap;
}

.ticker-block span {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0c4c8d;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.ticker-bullet {
    color: #1993f1 !important;
    font-size: 22px;
    margin: 0 40px;
}

.texto-degradado-exacto {
    background-image: linear-gradient(170deg, #1993f1 0%, #1993f1 30%, #0055b0 65%, #003c8a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    padding: 0 4px;
}

@keyframes infinite-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

/* ==========================================================================
   6. CARACTERÍSTICAS (SECCIÓN 2)
   ========================================================================== */
.features-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle, #eaf6ff 0%, #bce3ff 100%);
}

.features-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.features-bg-image {
    width: 100%;
    height: auto;
    display: block;
}

.features-bg-image.mt-20 {
    margin-top: 20px;
}

.features-btn-wrapper {
    position: absolute;
    bottom: 8%;
    left: 60%;
    transform: translateX(-50%);
    z-index: 10;
    width: auto;
    text-align: center;
}

.btn-donde-comprar-floating {
    display: inline-block;
    background: linear-gradient(to bottom, #4cd043 0%, #039722 100%);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.1rem;
    padding: 12px 35px;
    border-radius: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
    white-space: nowrap;
}

.badge-2en1 {
    font-size: 8rem;
    font-weight: 800;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #72c21a, #009639);
    line-height: 1;
}

.features-text-box h3 {
    font-weight: 800;
    color: var(--primary-blue);
    font-size: 1.8rem;
}

.features-text-box h4 {
    font-weight: 700;
    color: var(--green-brand);
    font-size: 1.3rem;
}

.btn-donde-comprar {
    background-color: var(--green-brand);
    color: white;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    margin-top: 20px;
}

.btn-donde-comprar:hover {
    color: white;
    background-color: #2e943c;
    text-decoration: none;
}

/* ==========================================================================
   7. SABÍAS QUE CAROUSEL (SECCIÓN 3 - DESKTOP)
   ========================================================================== */
.sabias-que-section {
    /* background-image: url('../img/Desktop_assets/tu-fondo-azul-texturizado.jpg'); */
    background-color: #032b53;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    color: white;
}

.sabias-que-section .container {
    max-width: 1440px;
    padding: 0;
}

.sabias-que-container {
    max-width: 900px;
    margin: 0 auto;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.sabias-que-section .swiper-slide {
    height: 720px;
}

.swiper-slide.bg-1 {
    background-image: url('../img/Desktop_assets/back_norma_probioticos_v2.png');
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1440px;
    z-index: 1;
}
.swiper-slide.bg-2 {
    background-image: url('../img/Desktop_assets/back_norma_vitaminas_v2.png');
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1440px;
    z-index: 1;
}
.swiper-slide.bg-3 {
    background-image: url('../img/Desktop_assets/iconos_background.png');
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1440px;
    z-index: 1;
}

.sabias-main-title {
    color: #ffffff;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.doctor-character img {
    max-width: 250px;
    width: 100%;
}

.doctor-wrapper {
    position: relative;
    display: inline-block;
}

.doctor-img {
    max-height: 400px;
    width: auto;
}

/* Estructura de las Tarjetas (Slides Desktop) */
.sabias-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

.sabias-card h3 {
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.sabias-card h4 {
    color: #92e3a9;
    font-weight: 700;
    font-style: italic;
}

.sabias-card-wrapper {
    position: absolute;
    top: 17%;
    right: 13%;
    max-width: 420px;
}

.sabias-card-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #045ca1;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.sabias-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sabias-card-body {
    background: linear-gradient(180deg, #005fa8 0%, #003666 100%);
    border-radius: 24px;
    padding: 80px 30px 40px 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    max-width: 662px;
    max-height: 750px;
}

.sabias-card-title {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.1;
}

.sabias-card-title span {
    display: block;
    font-weight: 800;
    font-style: italic;
}

.sabias-card-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
}

.sabias-card-text sup {
    font-size: 0.65rem;
}

/* Swiper Controls */
.sabiasSwiper {
    padding-bottom: 0px !important;
    padding-left: 40px;
    padding-right: 40px;
}

.sabiasSwiper .active {
    height: 720px;
}

.sabias-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
}

.sabias-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00a3e0;
    width: 12px;
    height: 12px;
}

.sabias-prev, .sabias-next {
    color: #00a3e0 !important;
    width: 35px;
    height: 35px;
    background-color: #00a3e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 5px !important;
    color: #fff !important;
}

.sabias-prev::after, .sabias-next::after {
    font-size: 14px !important;
    font-weight: bold;
}

.sabias-prev:hover, .sabias-next:hover {
    background-color: #00a3e0;
    color: #ffffff !important;
    border-radius: 5px;
}


/* continuacion swiper 1, para la cuadricula de 4 iconos desktop */
/* ==========================================================================
   DISEÑO DE CUADRÍCULA DE BENEFICIOS (SLIDE 3)
   ========================================================================== */
.beneficios-grid-wrapper {
    width: 100%;
    max-width: 800px; /* Centra el bloque de manera compacta en pantallas grandes */
    margin: 0 auto;
    padding-top: 40px; /* Ajuste para equilibrar verticalmente el slide */
}

/* Burbuja contenedor del icono (Efecto esfera/espejo de agua) */
.beneficio-bubble {
    /* width: 160px; */
    height: 160px;
    border-radius: 50%;
    /* background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(200, 235, 255, 0.6) 50%, rgba(115, 195, 245, 0.4) 100%);
    box-shadow: inset -5px -5px 15px rgba(0, 75, 135, 0.2), 
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                0 10px 25px rgba(0, 0, 0, 0.15); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: transform 0.3s ease;
    /* border: 1px solid rgba(255, 255, 255, 0.4); */
}

/* Animación sutil al pasar el mouse */
.beneficio-item:hover .beneficio-bubble {
    /* transform: translateY(-5px) scale(1.03); */
}

/* Iconos dentro de la burbuja */
.beneficio-icon {
    width: 100%;
    max-width: 160px !important;
    height: 90px;
    object-fit: contain;
}

/* Textos de descripción debajo de cada burbuja */
.beneficio-text {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.beneficio-text strong {
    font-weight: 800; /* Resalta con mayor peso como en la imagen */
}

.beneficio-text sup {
    font-size: 0.65rem;
    top: -0.4em;
}

/* --- Adaptación Responsiva para móviles si se llegara a renderizar en pantallas pequeñas --- */
@media (max-width: 767.98px) {
    .beneficios-grid-wrapper {
        max-width: 100%;
        padding-top: 15px;
    }
    
   
    
    .beneficio-icon {
        width: 55px;
        height: 55px;
    }
    
    .beneficio-text {
        font-size: 0.85rem;
    }
}







/* ==========================================================================
   8. SECCIÓN ENTERONORMA CAJA (CTA BANNER DESKTOP)
   ========================================================================== */
.cta-banner-section {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 400px;
}
.cta-title {
    color: #174989 !important;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin: 0;
}

.cta-title .h1 {
    font-size: 4.9rem;
}

.cta-image-wrapper img {
    width: 100%;
    max-width: 490px;
}



.cta-title .highlight {
    color: #004b87;
    font-weight: 800;
}

.cta-divider {
    width: 2px;
    height: 240px;
    background-color: #004b87;
    margin: 0 40px;
}

.cta-product-img {
    max-width: 320px;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .cta-banner-section {
        background-color: #fff;
        padding: 40px 0;
    }
    .cta-container {
        max-width: 1440px;
        margin: 0 auto;
    }
    .cta-text-content {
        border-right: 2px solid #004b87;
        padding-right: 32px;
        margin-right: 32px;
    }
}

/* ==========================================================================
   9. DÓNDE COMPRAR (ALIADOS)
   ========================================================================== */
.donde-comprar-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 60px 0 0 0;
    background-image: url('../img/Mobile_assets/banner_donde-comprar_background_2.png');
    background-repeat: repeat-x;
    background-color: #ffffff; /* Color de respaldo */
}

.donde-comprar-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.titulo-donde-comprar {
    color: #004b87;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.3rem;
    letter-spacing: -1px;
}

.logo-farmacia {
    /* max-height: 85px; */
    width: auto;
    max-width: 85%;
    /* transition: transform 0.3s ease, filter 0.3s ease; */
}

.last-logo {
    /* max-height: 100px; */
}

.logo-link:hover .logo-farmacia {
    /* transform: scale(1.05); */
    /* filter: brightness(1.05); */
}

.donde-comprar-bg-image {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   10. FOOTER DESKTOP
   ========================================================================== */
.footer-cta {
    background-color: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #e2e8f0;
}

.footer-disclaimer {
    background-color: #7fb5e5;
    color: #ffffff;
    padding: 30px 0;
}

.max-width-footer {
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.footer-text-references {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 12px;
    opacity: 0.95;
    font-weight: 400;
}

.footer-text-legal {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 500;
    opacity: 0.9;
}

.footer-text-copyright {
    font-size: 9px;
    margin-bottom: 0;
    opacity: 0.8;
}

.footer-brand-logos {
    max-height: 80px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

/* ==========================================================================
   11. MEDIA QUERIES CONSOLIDADOS (SOPORTE DISPOSITIVOS)
   ========================================================================== */

/* ------------------------------------------------------------------
   A. TABLETS & PANTALLAS MEDIANAS (max-width: 991.98px)
   ------------------------------------------------------------------ */
@media (max-width: 991.98px) {
    .sabias-que-section {
        padding: 50px 0;
    }
    .sabias-main-title {
        font-size: 2rem;
    }
    .doctor-img {
        max-height: 300px;
    }
    .sabias-card-wrapper {
        max-width: 100%;
    }
    .sabiasSwiper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sabias-prev, .sabias-next {
        display: none !important;
    }
}

/* ------------------------------------------------------------------
   B. DISPOSITIVOS MÓVILES (max-width: 767.98px)
   ------------------------------------------------------------------ */
@media (max-width: 767.98px) {
    /* Base & Hero */
    .video-hero-wrapper {
        padding-bottom: 0;
    }
    .hero-title { 
        font-size: 1.4rem; 
    }
    .hero-title span { 
        font-size: 1.8rem; 
    }

    /* Marquesina */
    .ticker-wrap {
        padding: 10px 0;
    }
    .ticker-block span {
        font-size: 11px;
    }
    .ticker-bullet {
        font-size: 16px;
        margin: 0 25px;
    }

    /* Características */
    .features-btn-wrapper {
        bottom: 6%;
    }
    .btn-donde-comprar-floating {
        font-size: 10px;
        padding: 6px 20px;
        border-radius: 8px;
        margin-top: 30px;
    }
    .badge-2en1 { 
        font-size: 5.5rem; 
    }
    .doctor-character { 
        text-align: center; 
        margin-bottom: 30px;
    }

    /* Sabías que (Versión Móvil) */
    .sabias-que-mobile {
        padding: 30px 20px 40px 20px;
        position: relative;
        overflow: hidden;
        font-family: 'Montserrat', sans-serif;
    }
    .sabias-mob-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        position: relative;
        margin-bottom: 25px;
        min-height: 120px;
    }
    .sabias-mob-title {
        color: #ffffff;
        font-size: 2.3rem;
        font-weight: 800;
        line-height: 0.95;
        margin: 0;
        letter-spacing: -1px;
    }
    .sabias-mob-doctor {
        max-width: 210px;
        width: 55%;
        height: auto;
        position: absolute;
        right: -10px;
        bottom: -33px;
        z-index: 2;
    }
    .sabias-mob-cards-container {
        display: flex;
        flex-direction: column;
        gap: 25px;
        position: relative;
        z-index: 3;
    }
    .sabias-mob-card {
        border-radius: 35px;
        padding: 25px 20px;
    }
    .sabias-mob-card.caja-1 {
        background-image: url('../img/Mobile_assets/probioticos-background.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sabias-mob-card.caja-2 {
        background-image: url('../img/Mobile_assets/vitamina-b6-background.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sabias-mob-card-top {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    .sabias-mob-circle-img {
        width: 90px;
        height: 90px;
        min-width: 90px;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid #1993f1;
        background-color: #ffffff;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    .sabias-mob-circle-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sabias-mob-card-title {
        color: #ffffff;
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.1;
        margin: 0;
    }
    .sabias-mob-card-title span {
        display: block;
        font-style: italic;
        font-weight: 700;
    }
    .sabias-mob-card-text {
        color: #ffffff;
        font-size: 0.95rem;
        line-height: 1.4;
        text-align: center;
        margin: 0;
        font-weight: 400;
    }
    .sabias-mob-card-text strong {
        font-weight: 700;
    }
    .sabias-mob-card-text sup {
        font-size: 0.65rem;
        color: rgba(255, 255, 255, 0.8);
    }

    /* Caja Especial Swiper Mobile */
    .caja-3-swiper {
        background-image: url('../img/Mobile_assets/carrusel_background-925.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 35px;
        padding: 35px 15px 40px 15px !important;
        position: relative;
        overflow: hidden;
    }
    .swiperBeneficiosMob {
        width: 100%;
        position: relative;
        padding: 0 10px;
    }
    .benefit-slide-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .benefit-circle-frame {
        width: 130px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .benefit-circle-frame img {
        width: 100%;
        max-width: 130px;
        /* height: 100%; */
        object-fit: cover;
    }
    .benefit-title {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.6rem;
        font-weight: 800;
        margin: 0;
        line-height: 1.1;
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    .benefit-subtitle {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3rem;
        font-weight: 400;
        margin: 4px 0 0 0;
        opacity: 0.95;
    }
    .benefit-subtitle sup {
        font-size: 0.75rem;
    }
    .benefit-description-bottom {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 8px;
        line-height: 1.45;
        text-align: center;
        margin: 20px 10px 0 10px;
        font-weight: 400;
        opacity: 0.9;
    }
    .benefits-mob-prev, .benefits-mob-next {
        color: #ffffff !important;
        width: 25px !important;
        height: 25px !important;
        background-color: #00a3e0 !important;
        border-radius: 4px;
        top: 54% !important;
        transition: background-color 0.2s ease;
    }
    .benefits-mob-prev::after, .benefits-mob-next::after {
        font-size: 14px !important;
        font-weight: 800;
    }
    .benefits-mob-prev { left: 15px !important; }
    .benefits-mob-next { right: 25px !important; }
    
    .benefits-mob-pagination {
        position: absolute !important;
        bottom: 10px !important;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .benefits-mob-pagination .swiper-pagination-bullet {
        background: #ffffff !important;
        opacity: 0.4;
        width: 8px;
        height: 8px;
        margin: 0 5px !important;
        display: inline-block;
    }
    .benefits-mob-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #00a3e0 !important;
        width: 10px;
        height: 10px;
    }

    /* CTA Banner Mobile */
    .cta-banner-section {
        background-color: #87bce6;
        padding: 20px 15px;
        height: 200px;
    }
    .cta-container {
        background-color: #ffffff;
        border-radius: 25px;
        padding: 30px 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }
    .cta-title { font-size: 1em; }
    .cta-title .h1 { font-size: 20px; }
    .cta-image-wrapper img { width: 130px; }
    .cta-product-img { max-width: 260px; }

    /* Footer Mobile */
    .footer-disclaimer {
        padding: 0px 5px 20px 0;
        text-align: left;
    }
    .footer-brand-logos {
        max-height: 25px;
        margin-top: 15px;
    }
}

/* ------------------------------------------------------------------
   C. MÓVILES MUY PEQUEÑOS (max-width: 600px)
   ------------------------------------------------------------------ */
@media (max-width: 600px) {
    .hero-slider-container {
        height: 26vh;
    }
    .cta-banner-section {
        background-color: #7fb5e5;
        padding: 20px 40px 0 40px;
    }
    .cta-divider {
        height: 40px;
        margin: 0;
    }
    .cta-text-content {
        padding-right: 0px;
        border-right: 2px solid #004b87;
        padding-right: 3px;
    }
    .features-section {
        background-image: url('../img/Mobile_assets/background.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    .donde-comprar-section {
        padding: 20px 0 0 0;
    }
    .footer-text-references, .footer-text-legal {
        font-size: 5.5px;
        line-height: 1.3;
    }
    .footer-text-copyright {
        font-size: 5.5px;
    }
    .footer-brand-logos {
        max-height: 25px;
        margin-top: 0 !important;
    }
}

/* ------------------------------------------------------------------
   D. AJUSTES ESPECÍFICOS PARA PANTALLAS EXTRA PEQUEÑAS (max-width: 575.98px)
   ------------------------------------------------------------------ */
@media (max-width: 575.98px) {
    .titulo-donde-comprar {
        font-size: 1.8rem;
    }
    
    .logo-farmacia {
        max-height: 75px;
        max-width: 70%;
    }
    .last-logo {
        max-height: 85px;
    }
    .ml-6{
     margin-left: auto;
    }
}
@media (max-width: 380px) {
    .hero-slider-container {
        height: 33vh;
    }
    .cta-banner-section {
        padding: 20px 10px 0 10px;
    }
    .cta-title {
        font-size: 1em;
    }
}