body {
    background: #e3f2fb;
    font-family: 'Roboto', sans-serif;
    padding-top: 180px;
}

h1,
h2,
h3,
.titulo {
    font-family: 'Montserrat', sans-serif;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
    background: none;
    border-bottom: 3px solid #d4a21f;
}

.topbar {
    background: #e3f2fb;
    font-size: 14px;
}

.topbar p {
    color: #333333;
    margin: 0;
}

.gold-line {
    height: 3px;
    background: #d4a21f;
}

.btn-detalhes {
    border-color: #d4a21f;
    background: #d4a21f;
    color: #fff;
}

.btn-detalhes:hover,
.btn-detalhes:active {
    border-color: #d4a21f;
}

/* NAVBAR */

.logo {
    max-height: 115px;
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-link {
    font-weight: 500;
    margin: 0 12px;
}

.btn-whatsapp {
    background: #1DA860;
    color: #fff;
    border: none;
}

.btn-whatsapp:hover {
    background: #1ebe5d;
}

header.shrink .img-fluid {
    max-height: 80px;
}

.link-default {
    color: #000;
    text-decoration: none;
}

.no-resize {
    resize: none;
}

.menu-link,
.phone-link {
    text-decoration: none;
    color: #000;
    transition: 0.25s ease;
}

.menu-link:hover,
.phone-link:hover {
    color: #bbbbbb;
    opacity: 0.85;
}

.mobile-menu {
    background: #111;
    border-radius: 8px;
    padding: 10px 15px;
}

.hero {
    position: relative;
    height: 80vh;
    background: url('../images/bg3.png') left bottom/cover no-repeat;
}

/*IA MODE */
.hero {
    position: relative;
    background: url('../images/bg3.png') center/cover no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
}

/* escurece levemente pra melhorar contraste */
.hero-overlay {
    position: absolute;
    inset: 0;
    /*background: rgba(0, 0, 0, 0.35);*/
}

/* conteúdo */
.hero-content {
    position: relative;
    z-index: 2;
}

.search-box {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    padding: 40px;
    border-radius: 16px;
    color: #333;
}

.hero-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.hero-sub {
    font-size: 1rem;
    opacity: 0.9;
}

/* botão */
.btn-home {
    background: #d4a21f;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
}

.btn-home:hover {
    background: #e0b200;
}

.section-announce {
    color: #fff;
    padding: 60px 0;
    border-top: 2px solid #d4a21f;
    border-bottom: 2px solid #d4a21f;
    background: url('../images/bg_destaque.png') left bottom/cover no-repeat;
}

.section-announce-title {
    font-size: 1.8rem;
    font-weight: 600;
}

.icon-highlight {
    color: #d4a21f;
}

.section-announce-text {
    font-size: 1rem;
    opacity: 0.9;
}

.announce-btn {
    background: #d4a21f;
    color: #000;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.announce-btn:hover {
    background: #b88c1a;
    color: #000;
    transform: translateY(-2px);
}

.announce-benefits {
    font-size: 0.95rem;
}

.benefit-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 12px;
    border-radius: 6px;
}

/*IA MODE */

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: relative;
    z-index: 5;
    top: 85%;
    transform: translateY(-85%);
}

.search-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.carousel-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    background: #fff;
}

.property-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.property-card .dv-price {
    min-height: 68px;
}

.property-card .property-price-wrapper {
    display: flex;
    flex-direction: column;
}

.property-card .property-price-old {
    font-size: 0.9rem;
    color: #999;
    text-decoration: line-through;
}

.property-card .property-price {
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
}


.property-card .property-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.property-card .property-code {
    position: absolute;
    top: 165px;
    left: 0;
    background: #f4c700;
    color: #000;
    padding: 6px 18px;
    border-radius: 0 5px 5px 0;
    font-weight: 600;
    font-size: 16px;
}

.property-card .property-content {
    padding: 20px;
}

.property-card .property-price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.property-card .property-info {
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.property-card .property-info i {
    margin-right: 5px;
    color: #f4c700;
}

.property-card .property-location {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #444;
}

.property-card .property-location i {
    margin-right: 6px;
    color: #f4c700;
}

.property-card .btn-primary {
    background: #000;
    border: none;
}

.property-card .btn-primary:hover {
    background: #103b5e;
}

.property-card .badge-diagonal {
    position: absolute;
    top: 39px;
    right: -30%;
    width: 100%;
    background: #000;
    color: #ffc107;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    transform: rotate(40deg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
    pointer-events: none;
}

.select2-results__option--selected {
    background-color: #000 !important;
    color: #fff !important;
}

.select2-results__option--highlighted {
    background-color: #333 !important;
    color: #fff !important;
}

.releases .carousel-control-next,
.releases .carousel-control-prev {
    color: #F4C700;
}

.active>.page-link,
.page-link.active {
    background: #000;
    border-color: #000;
}

.page-link {
    border-color: #000;
    color: #000;
}

.footer-imobiliaria {
    background-color: #fff;
    color: #333;
}

.footer-imobiliaria a {
    text-decoration: none;
    color: #333;
}

.footer-imobiliaria .bg-contact-home,
.footer-imobiliaria .bg-contact-home a,
.footer-imobiliaria .bg-contact-home h6 {
    background: #e3f2fb;
    color: #000;
}

.footer-imobiliaria h5,
.footer-imobiliaria h6 {
    color: #333;
}

.footer-imobiliaria .footer-link {
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 6px;
    transition: color 0.3s;
}

.footer-imobiliaria .footer-link:hover {
    color: #f1c40f;
}

.footer-imobiliaria .social-icon {
    width: 40px;
    height: 40px;
    background: #111;
    color: #f1c40f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
    text-decoration: none;
}

.footer-imobiliaria .social-icon:hover {
    background: #f1c40f;
    color: #000;
    transform: translateY(-3px);
}

.footer-bottom {
    background-color: #333;
    color: #fff;
}

.footer-bottom img {
    max-width: 100%;
    max-height: 40px;
}

.footer-bottom a {
    text-decoration: none;
}

.contact-address a {
    color: var(--bs-body-color);
}

.whats-float {
    position: fixed;
    right: 20px;
    bottom: 70px;
    width: 60px;
    height: 60px;
    background-color: #1DA860;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: transform 0.25s ease;
    text-decoration: none;
}

.whats-float:hover {
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}

.btn-primary {
    background: #1DA860;
    border: #1DA860;
}

.btn-primary:hover {
    background: #10ba4e;
    border: #10ba4e;
}

.section-announce {
    color: #333;
    padding: 3rem 0;
}

.section-announce-title {
    color: #333;
}

.icon-highlight {
    color: #F5C800;
}

.announce-btn {
    background: #1FBE5D;
    color: #fff;
}

.announce-btn:hover {
    background: #d4b000;
    color: #000;
}


/** IA MODE**/
.property-card-v2 {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.property-thumb {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
}

.property-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    color: #fff;
}

.property-code {
    background: rgba(0, 0, 0, 0.6);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
}

.property-bottom h5 {
    font-size: 16px;
    font-weight: 600;
}

.property-price {
    font-weight: bold;
}

.property-features i {
    font-size: 16px;
}

.property-features div {
    font-size: 14px;
}

/** IA MODE**/

.section-news .bg-icon {
    border-color: #d4a21f;
    background: #d4a21f;
    color: #fff;
}

.property-price {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.property-price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}