body, html {
overflow-x: hidden !important;
}

@media (max-width: 786px){
    body, html {
        overflow-x: hidden!important;
    }

    .hero-content {
        padding-top: 50px;
        padding-bottom: 35px;
    }

    .hero-content h1 {
        font-size: 25px;
    }

    .hero-content p {
        font-size: 17px;
    }

    .bg-white {
        margin: 0;
    }
}

body { font-family: Poppins, sans-serif; }
.top-bar { background-color: #333; color: white; font-size: 0.9rem; padding: 5px 0; }
.top-bar a { color: white; margin-left: 10px; }
header .phones b{
    font-weight: 600;
}

header .phones a{
    color:#212529;
    text-decoration: none;
}

.menu { background-color: white; position: sticky; top: 0; z-index: 1030; }
.color-icon-header {
    --bs-text-opacity: 1;
    color: #d2a80a !important;
    font-size: 30px;
}
.hero {
    background: url('/template/images/hero-bg.webp') center center/cover no-repeat;
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}
.hero::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}
.hero-content {
    position: relative;
    color: white;
    z-index: 1;
}

.btn-search{
    background-color: #d2a80b;
    border-color: #d2a80b;
}


.btn-send{
    background-color: #d2a80b;
    border-color: #d2a80b;
    color:#fff;
}

.btn-send:hover{
    background-color: #d2a80b;
    border-color: #d2a80b;
    color:#fff;
}

.category-box, .bairro-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 10px auto;
}
.category-box:hover, .bairro-box:hover {
    background-color: #f8f8f8;
}
.p-3 a{
    color: #212529;
    text-decoration: none;
}

.category-box h3{
    font-size: 17px;
}
.property-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
}
.property-card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.property-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
footer {
    background: #333;
    color: white;
    padding: 40px 0;
}
.bootstrap-select>.dropdown-toggle{
    background-color: #fff;
    color: #333 !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255 / 79%) !important;
}
.hero video {
    object-fit: cover;
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

.card .badge {
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 12px;
}
.price-card{
    color: #d2a80a;
    font-size: 17px;
    font-weight: 600;
}
.price{
    color: #d3a80c;
    font-size: 25px;
    font-weight: 600;
}
.team-card {
    aspect-ratio: 3/4;
    position: relative;
}
.team-card h3{
    font-size: 1rem;
}
.team-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.team-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.bairro-card {
    aspect-ratio: 4/3;
    position: relative;
}

.bairro-card h3{
    font-size: 1rem;
}
.bairro-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bairro-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

.object-fit-cover {
    object-fit: cover;
}

.card-title {
    font-size: 1rem;
}
.contato-sticky {
    position: sticky;
    top: 70px; /* distância do topo da tela */
  }
  
.conteudo h1 {
    font-size: 25px;
}

.conteudo h2 {
    font-size: 20px;
}

.conteudo h3 {
    font-size: 17px;
}

.conteudo h4 {
    font-size: 15px;
}


.filtros-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.filtros-container-button {
  padding: 10px;
  background-color: #dbbc3e;
  color: #6b5401;
  font-weight: 500;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
}

.box-filtros{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.input-price{
    background-color: #fff;
    color: #333 !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    text-align: left;
}

.bootstrap-select{
  width: 100%!important;
}

.botao{
    padding: 10px;
    background-color: #dbbc3e;
    color: #6b5401;
    font-weight: 500;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s;
}

.botao:hover{
    background-color: #6b5401;
    color: #fff;
}

.btn-primary{
    padding: 10px;
    background-color: #dbbc3e;
    color: #6b5401;
    font-weight: 500;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
}

.btn-primary:hover{
    background-color: #6b5401;
    color: #fff;
}

/* Botão flutuante */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe5b;
}

.whatsapp-icon {
    line-height: 1;
}

.svg-img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.btn-outline-primary {
    color: #675700;
    border-color: #675700;
}

.btn-outline-primary:hover {
    color:#fff;
    background-color: #d2a80a;
    border-color: #675700;
}

.btn-outline-primary.active {
    color: var(--bs-btn-active-color);
    background-color: #d2a80a;
    border-color: #675700;
}

.property-flag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d4ab13; /* cor de fundo laranja, altere se quiser */
    color: white;
    font-size: 0.85rem;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.dev-link {
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  text-decoration: none;
}

.dev-link:hover {
  text-decoration: underline;
}


.blog-post-content a {
    color: var(--bs-body-color);
    text-decoration: none;
}