    @media (max-width: 576px) {
    .top-bar { display: none; } 
    .main-nav { display: none; } 
    .hero { display: none; } 
    .section-wrap { display: none; } 
    .news-bar {display: none;}
    .login-left {display: none;}
    
/*--------------IDIOAMA + TEXTO LATERAL--------------*/ 
    .top-bar-mobile {
        background: #fff;
        border-bottom: 1px solid #e8ecf0;
        font-size: 12px;
        color: #666;
        padding: 6px 10px;
        overflow: hidden;
    }
    .top-bar-mobile .fixed-info {
        flex-shrink: 0;
        font-weight: 600;
        color: var(--primary);
    }
    .top-bar-mobile .scroll-text {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }
    .top-bar-mobile .scroll-text span {
        display: inline-block;
        padding-left: 100%;
        animation: scrollText 12s linear infinite;
        font-weight: 700;
        color: var(--accent);
    }
    .top-bar-mobile .scroll-text span strong {
    color: #555;            /* igual que escritorio */
    font-weight: 400;
    }
    @keyframes scrollText {
        0%   { transform: translateX(0); }
        100% { transform: translateX(-100%); }
    }
/*------------NAVEGACION PRINCIPAL + LOGO-----------*/  
    .mobile-nav{
    display:none;
    background:#fff;
    padding: 8px 0;
    border-bottom:1px solid #e5e5e5;
    }
    .mobile-nav .brand-logo{
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: var(--primary);
    text-decoration: none; 
    }
    .mobile-nav .logo-icon{
    color: var(--teal);
    margin-right: 6px;
    }
    .mobile-nav .nav-link{
        font-weight:600;
    }
    .mobile-nav .dropdown-menu{
        padding: 6px;
    }
    .mobile-nav .dropdown-item{
        transition: all 0.3s ease;
        border-radius: 8px;
        margin: 0;
    }
    .mobile-nav .dropdown-item:hover,
    .mobile-nav .dropdown-item:active,
    .mobile-nav .dropdown-item:focus{
        background-color: #0d6efd;
        color: #fff;
        padding-left: 20px;
    }
/*------------NAVEGACION PRINCIPAL + LOGO-----------*/  
    .mobile-search{
        width:100%;
        padding:10px 15px;
    }
    .mobile-search .search-bar{
        width:100%;
    }
    .mobile-search input{
        width:100%;
    }
/*---DISEÑO DEL RESULTADO DESPLEGABLE LINEA 128--- */
/*--------------HERO PRINCIPAL MOBILE---------------*/  
    .hero-mobile{
        background: linear-gradient(135deg, #e3f4fb 0%, #4DAFDA 80%, #1592C8 100%);
        min-height: 450px;
        position: relative;
        overflow: hidden;
    }
    .hero-mobile-content{
        max-width: 500px;
        margin: 0 auto;
        min-height: 450px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        text-align: center;
    }
    .hero-mobile::before{
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    top: -80px;
    right: -80px;
    }
    .hero-mobile::after{
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        bottom: -60px;
        left: -60px;
    }
    .hero-mobile .hero-subtitle{
        font-size:16px;
        color:#1976d2;
        margin-bottom:15px;
    }
    .hero-mobile .hero-title{
        font-size:2rem;
        line-height:1.2;
        margin-bottom:20px;
    }
    .hero-mobile .hero-desc{
        font-size:15px;
        line-height:1.8;
        color:#555;
        margin-bottom:30px;
    }
    .hero-mobile .btn-shop{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        gap:10px;
    }
/*--------------TARJETAS DE PRODUCTOS MOBILE---------------*/  
    .productosQuimicosMobile{
    padding:40px 0 15px;
    }
    .productosSwiper{
    width:100%;
    padding:10px 20px 50px;
    }
    .productosSwiper .product-card{
    padding: 18px;
    }
    .productosSwiper .product-img-wrap{
    height: 260px;          /* antes seguramente era 180 o 200 */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    }

    .productosSwiper .product-card-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s;
    }
    .productosSwiper .whatsapp-btn{
    width: 45px;
    height: 45px;
    }
    /* Cada tarjeta */
    .productosSwiper .swiper-slide{
    display:flex;
    justify-content:center;
    transition: .35s;
    }
    /* Flechas */
    .productosSwiper .swiper-button-next,
    .productosSwiper .swiper-button-prev{
    color:#6c757d;
    font-weight:bold;
    }
    .productosSwiper .swiper-button-next::after,
    .productosSwiper .swiper-button-prev::after{
    font-size:22px;
    }
    /* Punticos */
    .productosSwiper .swiper-pagination{
    bottom:5px;
    }
    .productosSwiper .swiper-pagination-bullet{
    background:#6c757d;
    opacity:.4;
    }
    .productosSwiper .swiper-pagination-bullet-active{
    opacity:1;
    width:20px;
    border-radius:20px;
    }
/*-----------TARJETAS DE NOTICIAS MOBILE------------*/
    .news-bar-mobile{
    display:block;
    padding-top: 30px;
    }
    .newsSwiper{
    height:360px;
    }
    .newsSwiper .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    }
/*----------TARJETAS DE UBICACION MOBILE------------*/
    .location-map-mobile{
    overflow:hidden;
    border-radius:20px 20px 0 0;
    }
    .location-map-mobile iframe{
    width:100%;
    height:220px;
    border:0;
    }
/*----------      LOGIN     ------------*/
    .login-user-icon{
    width:90px;
    height:90px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#EAF7FD;
    display:flex;
    justify-content:center;
    align-items:center;
    }
    .login-user-icon i{
        font-size:48px;
        color:#1592C8;
    }
    .login-container{
        width:100%;
        max-width:100%;
    }
    .login-card{
        display:block;
        border-radius:20px;
        overflow:hidden;
    }
    /* La derecha ocupa toda la tarjeta */
    .login-right{
        width:100%;
        padding:35px 25px;
    }
    .login-right form{
        width:100%;
    }
    /* Panel Administrativo */
    .panel-badge{
        display:flex;
        justify-content:center;
        align-items:center;
        width:fit-content;
        margin:0 auto 10px;
        padding:10px 22px;
        font-size:12px;
    }
    /* Título */
    .login-title{
        font-size:28px;
        text-align:center;
        margin-bottom:10px;
    }

    .login-subtitle{
        text-align:center;
        font-size:14px;
        margin-bottom:30px;
    }

    /* Labels */

    .form-group label{
        font-size:14px;
    }

    /* Inputs */

    .input-box{
        height:55px;
    }

    .input-box input{
        font-size:15px;
    }

    /* Recuperar contraseña */

    .forgot-password{
        margin:18px 0 25px;
    }

    .forgot-password a{
        font-size:13px;
    }

    /* Botones */

    .btn-login,
    .btn-google{
        height:54px;
        font-size:15px;
    }

    /* Separador */

    .separator{
        margin:25px 0;
    }

    /* Registro */

    .register{
        margin-top:25px;
        font-size:14px;
    }

    /* Botón volver */

    .back-home{
        top:15px;
        left:15px;
        width:48px;
        height:48px;
    }

    .back-home i{
        min-width:48px;
        font-size:17px;
    }

    /* Ocultar texto en móvil */

    .back-home span{
        display:none;
    }

    .back-home:hover{
        width:48px;
    }


} /* FIN DEL @MEDIA */