/* Tablet 768px */
@media screen and (max-width: 768px){
    .flechas-banner{
        font-size: 28px;
    }
}
/* Movil 476px */
@media screen and (max-width: 492px){
    .cantidad{
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .subtotal{
        display: flex;
        flex-direction: column;
        align-items: end;
    }
}
/* Movil L 425px */
@media screen and (max-width: 426px){
    #logo-zonatech{
        height: 80px;
    }
    .seccion-nuestras-marcas-destacadas{
        display: none;
    }
    .lista-nav-footer{
        flex-direction: column;
    }
    .lista-nav-footer>li{
        margin-top: 4px;
    }
    .carrusel-indicador{
        display: none;
    }
    .breadcrumb>li{
        font-size: 12px;
    }
}
/* Movil S 320px */
@media screen and (max-width: 320px){
    #logo-zonatech{
        height: 80px;
    }
    .seccion-nuestras-marcas-destacadas{
        display: none;
    }
    #boton-suscribirse{
        display: none;
    }
    #boton-suscribirse-movil{
        display: block;
        margin-top: 22px;
    }
}