.logo-img,
.navbar-brand img,
.menu-logo img {
    max-height: 48px;
    width: auto;
}

.contato-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
}

.contato-logo {
    max-height: 180px;
    width: auto;
    object-fit: contain;
}

.campo-oculto {
    position: absolute;
    left: -9999px;
    height: 0;
    width: 0;
    opacity: 0;
}

.whatsapp-flutuante {
    position: fixed;
    right: 1.1rem;
    bottom: 1.1rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px #128c7e66;
    z-index: 40;
    font-size: 1.6rem;
}
.whatsapp-flutuante:hover {
    color: #fff;
}

.google-map iframe {
    width: 100%;
    min-height: 380px;
    border: 0;
}

body.pagina-mapa {
    height: 100vh;
    overflow: hidden;
}
body.pagina-mapa .main-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
body.pagina-mapa .pagina-mapa {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.mapa-busca {
    background: #fff;
    border-bottom: 1px solid #e2e4e6;
    padding: 0.8rem 0;
}
.mapa-split {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(320px, 42%) 1fr;
}
.mapa-lista {
    overflow: auto;
    padding: 1rem 1.1rem 2rem;
    background: #fff;
}
.mapa-lista.carregando .mapa-cards {
    opacity: 0.55;
}
.mapa-contador {
    margin: 0 0 1rem;
    font-weight: 700;
}
.mapa-cards {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.mapa-item {
    border: 1px solid #e2e4e6;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.mapa-item-link {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 84px;
    color: inherit;
    text-decoration: none;
}
.mapa-item-link img {
    width: 108px;
    height: 100%;
    min-height: 84px;
    max-height: 96px;
    object-fit: cover;
    display: block;
}
.mapa-item-corpo {
    padding: 0.5rem 0.7rem;
    min-width: 0;
}
.mapa-item-preco {
    margin: 0 0 0.15rem;
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--primary, #027b2c);
}
.mapa-item-corpo h6 {
    margin: 0 0 0.2rem;
    font-size: 0.86rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mapa-item-local {
    margin: 0;
    font-size: 0.75rem;
    color: #5d6772;
    display: flex;
    align-items: flex-start;
    gap: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mapa-item-local i {
    font-size: 14px;
    line-height: 1.2;
}
.imovel-proximos-lista i {
    font-size: 20px;
    margin-top: 2px;
}
.imovel-preco span {
    display: inline-block;
    background: #fff;
    color: #0b1f3a;
    font-weight: 700;
    padding: 0.55rem 1rem;
    border-radius: 8px;
    box-shadow: 0 6px 18px #0003;
    line-height: 1.2;
}
.buy-property-items p i {
    background: var(--primary, #027b2c);
    color: #fff;
}
.slider-card .slide-part .service-img-wrap a {
    display: block;
    height: 100%;
}
    display: block;
    height: 100%;
}
.slider-card .slide-part .service-img-wrap a img {
    height: 100%;
}
.mapa-vazio,
.mapa-sentinela {
    margin: 1rem 0 0;
    color: #5d6772;
}
.mapa-canvas {
    height: 100%;
    min-height: 0;
    width: 100%;
    background: #d9e1ea;
}
.card-mapa.ativo {
    outline: 2px solid #1cc4a7;
}
.mapa-pin {
    background: none;
    border: 0;
}
.mapa-pin span {
    display: inline-block;
    background: #fff;
    color: #128f7c;
    font-weight: 700;
    font-size: 0.78rem;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    box-shadow: 0 6px 16px #0003;
    white-space: nowrap;
}
.mapa-pin.ativo span {
    background: #128f7c;
    color: #fff;
}
.mapa-popup {
    min-width: 180px;
}
.mapa-popup img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    margin-bottom: 0.4rem;
}
.mapa-popup strong,
.mapa-popup span {
    display: block;
    margin: 0.15rem 0;
}

@media (max-width: 980px) {
    .mapa-split {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 42vh;
    }
}

.property-card-item {
    color: inherit;
}
.banner-card .card-img img {
    width: 92px;
    height: 92px;
    object-fit: cover;
}
.city-item .city-img img,
.location-item .location-img img,
.property-type-item .property-img img,
.property-item .property-img img {
    width: 100%;
    object-fit: cover;
}

.filter-price-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.search-item .grid-list-view .list-icon {
    display: inline-flex;
}

footer.footer-dark .footer-widget .footer-title::after {
    background: var(--primary);
}
.footer-middle-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}
.footer-contatos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.1rem 1.6rem;
    flex: 1 1 520px;
    justify-content: flex-end;
}
footer.footer-three .footer-middle .contact-info span {
    background: var(--primary);
    color: #fff;
}
footer.footer-dark,
footer.footer-dark .footer-widget,
footer.footer-dark .footer-widget .footer-title,
footer.footer-dark .footer-widget h5,
footer.footer-dark .footer-widget .footer-menu li,
footer.footer-dark .footer-widget .footer-menu li a,
footer.footer-dark .footer-middle .contact-info p,
footer.footer-dark .footer-middle .contact-info h6,
footer.footer-dark .footer-middle .contact-info h6 a,
footer.footer-dark .footer-bottom p,
footer.footer-dark .copy-right {
    color: #fff;
}
footer.footer-dark .footer-widget .footer-menu li a:hover,
footer.footer-dark .footer-middle .contact-info h6 a:hover {
    color: var(--primary-200, #cfe8d6);
}

.home-banner-painel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sobre-institucional p:last-child {
    margin-bottom: 0;
}
