@media only screen and (max-width: 767px) {
    .d-header {
        border-left: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 250px;
    }

    .d-header > img {
        width: 160px;
    }

    .d-header .t1 {
        font-size: 50px;
        line-height: 1
    }

    .d-header .t2 {
        font-size: 20px;
        margin-top: 10px;
    }

    .d-header {
        background-size: 150px;
    }

    .d-items-inicio {
        margin-top: 40px;
    }

    .d-info-sec-productos .t3 {
        font-size: 16px;
    }

    .col-productos {
        margin-top: 30px;
    }

    .gallery__item {
        margin-bottom: 30px;
    }

    .d-producto figure > img {
        border-radius: 20px;
    }

    .title-producto {
        text-align: center;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: .3px;
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        bottom: 45px;
        transform: translate(-50%, -50%);
    }
    
    .d-info-somos .t1{
        font-size: 24px;
    }
    
    .d-info-somos .t2{
        font-size: 15px;
    }
    
    .d-info-contacto{
        text-align: center;
    }
    
    .d-btn-contacto{
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }
    
    .btn-contacto{
        width: 80%;
        justify-content: center;
        font-size: 16px;
    }
    
    .btn-contacto > img{
        margin-left: 15px;
    }


}

/* ----- 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) {}
