@media only screen and (max-width: 767px) {
    .sec-navbar{
        
    }
    
    .d-logo-nav > img{
        width: 100%;
    }
    
    .btn-whatsapp-nav{
        font-size: 14px;
    }
    
    .sec-header {
        background-image: url("../images/bg-header-movil.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #FFFFFF;;
        margin-top: 84px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 230px;
        
    }
    
    .d-header{
        display: none;
    }
    
    .sec-catalogo{
        padding-top: 50px;
    }
    
    .d-contacto{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .d-logo-footer{
        text-align: center;
    }
    
    .d-info-footer{
        text-align: center;
    }
    
    .d-titulo-contacto .t1{
        font-size: 32px;
    }
    
    .col-tlaquepaque{
        margin-top: 50px;
    }
    
    .d-image-producto{
    }
    
    .d-info-producto{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .d-info-item-catalogo .t1{
        font-size: 22px;
    }
    
    .d-info-item-catalogo .t2{
        font-size: 16px;
    }
    
    .d-info-item-catalogo .t3{
        font-size: 16px;
    }
    
    .d-precio-a-granel .t1{
        font-size: 14px;
    }

}

/* ----- RESPONSIVE S5 ----- */
@media only screen and (max-width: 360px) {}

/* ----- RESPONSIVE iPHONE 5/SE ----- */
@media only screen and (max-width: 320px) {}

/* ----- RESPONSIVE iPHONE X ----- */
@media only screen and (max-width: 375px) {}

/* ----- RESPONSIVE MOVIL DESKTOP ----- */
@media only screen and (max-width: 500px) {}

/* ----- RESPONSIVE MOVIL DESKTOP ----- */
@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 991px) {}


@media only screen and (max-width: 1020px) {}

@media only screen and (max-width: 1200px) {}

/* ----- ULTRAWIDE SCREEN ----- */


@media only screen and (min-width: 1386px) {}
