@media only screen and (max-width: 767px) {
    .navbar .navbar-brand > img {
        width: 110px;
    }

    .navbar .nav-item .nav-link.btn-nav {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .navbar .nav-item {
        margin-bottom: 5px;
    }

    .navbar .navbar-toggler {
        font-size: 20px;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 8px;
        padding-bottom: 8px;
        color: #000000;
        border-radius: 8px;
    }

    .navbar .navbar-toggler > span {
        color: red;
    }

    .navbar .navbar-toggler:active,
    .navbar .navbar-toggler:focus {
        box-shadow: none;
        outline: 0;
    }

    .carousel-caption .t1 {
        font-size: 28px;
    }

    .carousel-caption .t1 > span {
        display: none !important;
    }

    .carousel-control-next {
        bottom: 76px;
        right: 10px;
    }

    .carousel-item {
        height: 100vh;
    }

    .sec-about {
        padding-top: 70px;
    }

    .d-img-about {
        height: 340px;
    }

    .d-info-about {
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .d-info-about .t2 {
        font-size: 22px;
    }

    .d-title-sec .t2 {
        font-size: 22px;
    }

    .d-owl-servicios {
        padding-left: 40px;
        padding-right: 40px;
    }

    .form-group.nombre {
        padding-right: 5px;
    }

    .form-group.correo {
        padding-left: 5px;
    }

    .d-left-footer {
        text-align: center;
    }

    .d-right-footer {
        text-align: center;
    }

    .text-footer {
        display: none;
    }

    .text-footer.movil {
        display: block;
    }
    
    .d-item-repse{
        padding-left: 20px;
    }
    
    .d-item-repse .d-image-repse{
        margin-right: 20px;
    }
    
    .d-item-repse .d-image-repse > img{
        width: 50px;
        height: 50px;
    }
    
    .d-item-repse .d-info-repse .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) {

    .d-item-repse .d-info-repse .t1 > span {
        display: none;
    }
}


@media only screen and (max-width: 1020px) {}

@media only screen and (max-width: 1200px) {}

/* ----- ULTRAWIDE SCREEN ----- */


@media only screen and (min-width: 1386px) {}
