.width_26 {width: 26%;}

.video_desk {display: block;}
.video_mob {display: none;}

header::after {
    background: linear-gradient(180deg, rgba(7,51,80,0) 0%, rgba(7,51,80,1) 100%);
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.localizacao-imagem img {height: auto;}

.empreendimentos-recursos {
    justify-content: space-evenly;
}

.header-logos img {height: auto;}

.item-lista-card {position: relative;}

.lista-selo {
    position: absolute;
    top: -52px;
    right: 0;
}

@media screen and (max-width: 992px) {
    .width_26 {width: 100%;}

    .video_mob {display: block;}
    .video_desk {display: none;}
}