#destaquesVendas, #destaquesLocacao{
}

.destaquesTitulo{
    display: none;
}

.destaqueMais h4{
    color: var(--corPrincipal);
}

.destaqueMais h4 strong{
    display: block;
    font-size: 2.5rem;
    color: var(--corSecundaria);
}

.destaqueMais a{
    background-color: var(--corSecundaria);
    font-weight: bold;
    font-size: .8em;
    padding: 10px 30px;
}

.destaquesLinha1, .destaquesLinha2{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.destaquesLinha1 a, .destaquesLinha2 a{
    width: calc(100% / 3 - 1rem);
    position: relative;
    margin: 0.5rem;
    text-decoration: none;
}

.destaque{
    width: 100%;
    height: 100%;
}

.destaquefoto{
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    text-align: center;
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #ccc;
    height: 180px;
}

.destaquefoto img{
    max-width: 100%;
    position: relative;
    margin: 0px auto;
    display: block;
}

.destaqueinformacoes{
    padding-bottom: 50px;
    border-bottom: 2px solid #ccc;
    height: 170px;
    position: relative;
    padding: 15px 10px 20px;
    font-size: .9em;
    font-weight: 500;
}

.destaqueinformacoes>div{color: #999;font-size: .8em;}

.Loc, .Vnd{
    position: absolute;
    margin-top: 30px;
    color: var(--corSecundaria) !important;
    font-size: 1em !important;
    font-weight: 500;
}

.Tipo{
    color: var(--corSecundaria) !important;
    font-size: 1em !important;
    font-weight: 500;
    margin-bottom: 50px;
    height: 21.6px;
}

.Cidade{
    
position: absolute;
    
margin-top: 12px;
}

.Bairro{
    
position: absolute;
}

.Preco{
    position: absolute;
    top: 60px;
    color: var(--corPrincipal) !important;
    font-size: 1em !important;
    font-weight: bold;
}

.RtySchDesDtl{
    padding: 10px 0px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0px;
}
.RtySchDesDtl div{
    display: inline-flex;
    margin: 0px 5px;
    font-weight: bold;
    font-size: 14px;
    height: 24px;
    align-items: center;
    color: #999;
    background-size: 20px;
}
#RtySchDesDorm{
    background-image: url("../img/Dormitorio.png");
    padding: 0px 0px 0px 25px;
    background-repeat: no-repeat;
    background-position: 0px;
}
#RtySchDesSui{
    background-image: url("../img/Suite.png");
    padding: 0px 0px 0px 25px;
    background-repeat: no-repeat;
    background-position: 0px;
}
#RtySchDesSla{
    background-image: url("../img/Sala.png");
    padding: 0px 0px 0px 25px;
    background-repeat: no-repeat;
    background-position: 0px;
}
#RtySchDesGar{
    background-image: url("../img/garagem.png");
    padding: 0px 0px 0px 25px;
    background-repeat: no-repeat;
    background-position: 0px;
}
#RtySchDesDorm span,  #RtySchDesSui span, #RtySchDesSla span, #RtySchDesGar span{
    display:none;
}
#RtySchDesArtCns{
    background-image: url("../img/Areautil.png");
    padding: 0px 0px 0px 25px;
    background-repeat: no-repeat;
    background-position: 0px;
}
#RtySchDesAruCns{
    background-image: url("../img/Areautil.png");
    padding: 0px 0px 0px 25px;
    background-repeat: no-repeat;
    background-position: 0px;
}
#RtySchDesArtTrn{
    background-image: url("../img/Areautil.png");
    padding: 0px 0px 0px 25px;
    background-repeat: no-repeat;
    background-position: 0px;
}
#RtySchDesArtCns span,  #RtySchDesAruCns span, #RtySchDesArtTrn span{
    margin-left:3px;
}

@media (max-width: 992px) {
    .destaquesLinha1 a, .destaquesLinha2 a{
        width: calc(100% / 2 - 1rem);
    }
}

@media (max-width: 768px) {
    .destaques .row:last-child{
        display: flex;
        flex-direction: column-reverse;
    }
    .destaquesLinha1 a, .destaquesLinha2 a{
        width: calc(100% / 1 - 1rem);
    }
}