.video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.678);
    /* <- aqui está o filtro escuro */
    pointer-events: none;
    z-index: 2;
    /* garante que fique acima do vídeo */
}

#top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_logo {
    width: 200px;
    height: 70px;
    margin-top: -15px;
    margin-left: -100px;

}

.imgs_vs {
    width: 60%;
    height: 350px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}


#isotope {
    overflow-y: hidden;
}

.icon-circle-2 {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #67d5b5;
}

.contact-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}

.contact-row p,
h1,
h2 {
    color: #67d5b5 !important;
}

#contato {
    color: #67d5b5;
}

.icon_section3 {
    width: 50px;
}

.icon_section5 {
    width: 40px;
}

#txt_banner_p {
    text-align: center;
}

@media screen and (max-width: 39.9375em) {


    .icon_logo {
        position: absolute;
        width: 150px;
        height: auto;
        top: 25px;
        left: 30%;
    }



    #title_banner {
        box-sizing: border-box;
        font-size: 6px;
        text-wrap: wrap;
        white-space: wrap;
        text-align: center;
        margin-bottom: 20px;
        position: relative;

    }


}

@media (min-width: 426px) and (max-width: 920px) {

    .icon_logo {
        position: absolute;
        width: 150px;
        height: auto;
        top: 25px;
        left: 30%;
    }

    #navbar-toggle {
        position: absolute;
        top: 20px;
        right: 10px;
    }

    #title_banner {
        box-sizing: border-box;
        font-size: 8px;
        text-wrap: wrap;
        white-space: wrap;
        text-align: center;
        margin-bottom: 12px;

    }

    #subtitle_banner {
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 8px;
        text-wrap: wrap;
        white-space: wrap;
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .icon_logo {
        position: absolute;
        width: 90px;
        height: auto;
        top: 36px;
        left: 14%;
    }

    #navbar-toggle {
        position: absolute;
        top: 20px;
        right: 10px;
    }

    #title_banner {
        box-sizing: border-box;
        font-size: 8px;
        text-wrap: wrap;
        white-space: wrap;
        text-align: center;
        margin-bottom: 30px;
    }

    #subtitle_banner {
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 8px;
        text-wrap: wrap;
        white-space: wrap;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 20px;
    }
}

@media (max-width: 1824px) {

    #isotope .isotope-item {
        object-position: center;
        object-fit: cover;
    }
}


@media only screen and (min-width: 64.063em) {



    .row-about .mob {
        display: none;
    }



    #isotope {
        height: 1013.72px !important;
        overflow-y: hidden;
    }

    #isotope {
        height: 1000px;
    }



}


/* .video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.74);
    z-index: 1;
    pointer-events: none;
    object-fit: cover;
    object-position: center;
} */

/* 
.bg-about-1 {
    background: url(/img/drive/imagens-editadas/imgaba3.png) center no-repeat;
    background-size: cover;
} */