@media (max-width: 991px) {
    /* ////////// NAV ////////// */
    .navbarMain {
        background-color: var(--white-color);
    }
} 
@media (max-width: 767px) {
     /* ////////// CONÓCENOS ////////// */
     #conocenos {
        min-height: 500px!important;
     }
    #conocenos::before {
        background-size: cover;
        background-position: center center;
    }
    #conocenos span {
        background-size: cover;
        background-position: center center;
    }
}
@media (max-width: 575px) {
    /* ////////// GENERAL ////////// */
    .logoNavbar {
        height: 26px;
    }
    /* ////////// HERO ////////// */
    #hero2 {
        margin-top: 40px;
    }
    #hero3 {
        margin-top: 40px;
    }
    /* ////////// INICIO ////////// */
    .videoBannerCont {
        border-radius: 0;
    }

    .videoBannerCont video {
        pointer-events: none !important;
        user-select: none !important;
    }

    /* ////////// TESTIMONIOS ////////// */
    #testimonios {
        margin-top: 0;
        min-height: 600px!important;
    }
    .testimonio-card {
        width: 300px!important;
    }

    /* ////////// PRODUCTOS ////////// */
    #productos {
        padding-top: 40px;
        padding-bottom: 80px;
        min-height: 0!important;
    }
    .swiperProductos .swiper-slide {
        border-radius: 0;
    }

    /* ////////// CONTACTO ////////// */
    #contacto {
        overflow: hidden;
        height: 200px!important;
        min-height: 0!important;
        margin-bottom: 30px;
    }

    /* ////////// FAQS ////////// */
    /* #faqs {
        padding-top: 80px;
        padding-bottom: 50px;
    } */
    /* #faqs h4 {
        margin-bottom: 60px;
    } */

    /* ////////// CONTACTO PÁGINA ////////// */
    #contactanos {
        padding-bottom: 0;
    }

    /* ////////// CONÓCENOS PÁGINA ////////// */
    .swiper-divider-gallery .swiper-slide {
        width: 60%;
    }
}
