﻿.card.card-novidades {
    box-shadow: revert !important;
    overflow: hidden !important;
    border-radius: 20px;
    height: 100%;
}

.card-novidades.imovel-caixa {
    text-transform: none !important;
}

.card-tags {
    gap: 5px;
    font-size: 10pt;
}

.badge-novidades, .badge-outline-novidades {
    border-radius: 30px;
    padding: 2px 17px;
    font-weight: 600;
}

.badge-novidades {
    background: #BF932B;
    color: white;
}

.badge-outline-novidades {
    background: white;
    border: 2px solid #09364D;
    color: #09364D;
}

.tiponovidades-tiponome {
    font-weight: bold
}

.tiponovidades-autor--valor {
    color: #09364D;
    font-weight: bold;
}

.icone-cor-secundaria {
    color: #BF932B !important;
}

.img-detalhes-novidades {
    object-fit: contain;
    width: 100%;
    height: 600px;
}
