﻿:root {
    --cor-primaria: #450314;
    --cor-secundaria: #3B0211;
    --cor-terciaria: #31020F;
    --cor-quaternaria: #22010A;
    --cor-quintenaria: #180107;
    --amarelo-primario: #C68E45;
}

body {
    background-color: #EFEFEF !important;
}

/*Home*/
.hero-container {
    position: relative;
    width: 100%;
    min-height: 100svh;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*HomeBar*/
.hero-search {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    z-index: 10;
}

@media (max-width: 768px) {
    .hero-search {
        bottom: 28%;
        padding: 0 1rem;
        left:45%;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .hero-search {
        top: 55%;
        max-width: 1100px;
    }
}

@media (min-width: 1367px) and (max-width: 1599px) {
    .hero-search {
        top: 30.5em;
        max-width: 1200px;
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .hero-search {
        top: 30em;
        max-width: 1400px;
    }
}

@media (min-width: 1920px) and (max-width: 2559px) {
    .hero-search {
        top: 30.6em;
        max-width: 1600px;
    }
}

@media (min-width: 2560px) {
    .hero-search {
        top: 28em;
        max-width: 1800px;
    }
}


.bg-transparent-navbar {
    background: rgba(189, 189, 190, 0.20);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius:15px;
    margin-bottom:-15px;
}

.NoBorderRadius {
    border-radius: 0px;
    background-color: white;
}

.BtnVerTodosRio:hover {
    transform: scale(1.05);
}

.DecorWrapper {
    width: 75%;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.DecorImg {
    height: 85vh;
    min-height: 400px;
    max-width: 100%;
    overflow: hidden;
}

    .DecorImg img {
        object-fit: cover;
    }

.zoom-img {
    transition: transform 0.5s ease-in-out;
}

.card-zoom-wrapper {
    overflow: hidden;
    border-radius: var(--bs-border-radius, 0.5rem);
}

    .card-zoom-wrapper:hover .zoom-img {
        transform: scale(1.2);
    }

/*falar command corretor btn*/
.BtnContato {
    background-color: var(--cor-primaria) !important;
    color: white !important;
    border: none !important;
    border-radius: 15px !important
}

/*imagem top*/
.ImagemTop {
    width: 100% !important;
    height: 35vh !important;
}

@media (min-width: 768px) {
    .ImagemTop {
        height: 45vh !important;
    }
}

/* DESKTOP (≥992px) */
@media (min-width: 992px) {
    .ImagemTop {
        height: 70vh !important;
    }
}

/*ImagemHeroFicha*/

@media (min-width: 768px) {
    .prontoHeroImg {
        height: 65vh;
    }
}
.ActivedButton {
    background-color: var(--cor-secundaria);
    color: white;
}

    .ActivedButton:hover {
        background-color: var(--cor-secundaria);
        color: var(--amarelo-primario);
        font-weight: bold;
    }

@media (max-width: 576px) { 
    .CodigoBuscaMobile {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

/*Contato*/
.CardTitulo {
    background-color: var(--cor-primaria);
    color: var(--amarelo-primario);
}

.CardTelefone {
    color: var(--cor-primaria);
}

.MotivosGap {
    gap: 12em;
}

.form-check-input:checked {
    background-color: gray !important;
    border-color: var(--cor-primaria) !important;
}

.form-check-input:focus {
    border-color: var(--cor-primaria) !important;
    box-shadow: 0 0 0 0.25rem rgba(198, 142, 69, 0.3) !important;
}

.form-control:focus {
    border-color: var(--cor-quaternaria) !important;
    box-shadow: 0 0 0 0.25rem rgba(198, 142, 69, 0.3) !important;
}

/*sobreNosCard*/
.card-anim {
    transition: transform .3s ease-in-out;
    border: 1px solid #C68E45;
}

    .card-anim:hover {
        transform: translateY(-6px);
    }

.ActivedButton {
    background-color: var(--cor-secundaria);
    color: white;
}

    .ActivedButton:hover {
        background-color: var(--cor-secundaria);
        color: var(--amarelo-primario);
        font-weight: bold;
    }

.fav-shadow {
    text-shadow: 0 0 6px rgba(0,0,0,0.4);
}

/*Trabalhe*/
.MotivosGap {
    gap: 12em;
}

/* CHECKED */
.form-check-input:checked {
    background-color: #111 !important;
    border-color: #111 !important;
}

/* FOCUS CHECK / RADIO */
.form-check-input:focus {
    border-color: #111 !important;
    box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.15) !important;
}

/* INPUT FOCUS */
.form-control:focus {
    border-color: #1a1a1a !important;
    box-shadow: 0 1px 0 0 #1a1a1a !important; 
}


/*CardAvulso*/
.CardSize {
    transition: transform 0.2s ease;
}

    .CardSize:hover {
        transform: scale(1.03);
    }

.ActivedButton {
    background-color: var(--cor-secundaria);
    color: white;
}

    .ActivedButton:hover {
        background-color: var(--cor-secundaria);
        color: var(--amarelo-primario);
        font-weight: bold;
    }

.condominio-box {
    min-height: 70px;
}

.condominio-box-invisivel {
    min-height: 80px;
    visibility: hidden;
}

/*InputCodigoBusca*/
.InputCodigo {
    border: 1px solid var(--cor-primaria);
}

InputCodigo::placeholder {
    color: var(--cor-primaria) !important;
    opacity: 1 !important;
}

ImgCardBirro {
    width: 100%;
    aspect-ratio: 3/4;
}

/*CardLancamento*/
.CardSize {
    transition: transform 0.2s ease;
}

    .CardSize:hover {
        transform: scale(1.03);
    }

.ActivedButton {
    background-color: var(--cor-secundaria);
    color: white;
}

    .ActivedButton:hover {
        background-color: var(--cor-secundaria);
        color: var(--amarelo-primario);
        font-weight: bold;
    }

/*LGPD*/
.privacy-header {
    background-color: var(--cor-primaria);
    color: var(--amarelo-primario);
}

.privacy-content {
    max-width: 900px;
}

    .privacy-content h3 {
        font-weight: 600;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }

    .privacy-content p,
    .privacy-content li {
        color: #555;
        line-height: 1.8;
        font-size: 0.95rem;
    }

    .privacy-content a {
        color: var(--cor-primaria);
        text-decoration: none;
    }

        .privacy-content a:hover {
            text-decoration: underline;
        }

/*BuscaRedisLan*/
.ActivedButton {
    background-color: var(--cor-primaria);
    color: var(--amarelo-primario);
}

    .ActivedButton:hover {
        background-color: var(--cor-primaria);
        color: var(--amarelo-primario);
        font: bolder;
    }

/*FichaAluguel*/
.txtMenu.text-black {
    color: #fff !important;
}

.btn-custom-gallery {
    background-color: var(--cor-primaria);
    color: var(--amarelo-primario);
    border: none;
    transition: all 0.6s ease;
}

    .btn-custom-gallery:hover {
        background-color: var(--cor-primaria);
        color: var(--amarelo-primario);
        transform: scale(1.03);
        cursor: pointer;
    }
.codigoBusca {
    border-color: var(--cor-primaria);
}

.InputCodigo {
    display:block;
    left:0vh;
    top:12vh;
}

/*Barra de pesquisa por código (BuscaAvulsa)*/
.InputCodigoAvulsoBuscar {
    border: 1px solid var(--cor-primaria);
    margin-right:1em;
}



@media (max-width: 768px) {
    .InputCodigoAvulsoBuscar {
        justify-content:center;
        padding: 0.4em;
        margin-right:0;
    }
}

.imgCard {
    transition: transform 0.4s ease;
}

.card:hover imgCard {
    transform: scale(1.05);
}


/*NavBar*/
/* Altura da Navbar no Desktop */
.lopes-custom-nav {
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    z-index: 2000;
}

/* Tipografia Logo */
.luxury-logo-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 4px;
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
}

/* Efeito Quadrado nos Links Desktop */
.lopes-nav-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid transparent; 
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px; 
}

    .lopes-nav-item:hover {
        border: 1px solid #000; 
        color: #000;
    }

/* Botão Burger */
.lopes-burger-btn {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    outline: none !important;
}

.lopes-burger-icon {
    width: 30px;
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

    .lopes-burger-icon span {
        display: block;
        height: 1px;
        background-color: #000;
        transition: 0.3s;
    }

.l-1 {
    width: 100%;
}

.l-2 {
    width: 60%;
}

.lopes-burger-btn:hover .l-2 {
    width: 100%;
}

/* OFF CANVAS (MENU LATERAL) - Customização de Largura */
.lopes-offcanvas {
    width: 35% !important; 
    min-width: 300px; 
    border-left: 1px solid #eee !important;
}

@media (max-width: 768px) {
    .lopes-offcanvas {
        width: 80% !important; 
    }

    .lopes-custom-nav {
        height: 70px;
    }
}

/* Links dentro do menu lateral */
.lopes-mobile-list {
    padding-top: 2rem;
    list-style: none;
}

.mobile-link {
    font-size: 0.85rem;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    letter-spacing: 3px;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #f9f9f9;
    transition: 0.3s;
}

    .mobile-link:hover {
        padding-left: 10px;
        color: #000;
    }

.mobile-link-contact {
    font-size: 0.8rem;
    letter-spacing: 2px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* Botão Fechar */
.btn-close-custom {
    background: none;
    border: none;
    font-size: 0.6rem;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #999;
}

.close-x {
    width: 15px;
    height: 1px;
    background: #999;
    display: inline-block;
    transform: rotate(45deg);
    position: relative;
}

    .close-x::after {
        content: '';
        width: 15px;
        height: 1px;
        background: #999;
        position: absolute;
        transform: rotate(-90deg);
        left: 0;
    }

/*InputButton*/
/* Remove o azul do Bootstrap e coloca o preto minimalista */
.lopes-input-v2:focus {
    border-color: #000 !important;
    background-color: #fff;
    /* Remove aquela sombra azul (glow) */
    box-shadow: none !important;
}

/* Opcional: Efeito suave de expansão ao clicar */
.lopes-input-v2 {
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

    .lopes-input-v2:focus {
        width: 240px !important; 
    }

/* Ajuste mobile */
@media (max-width: 576px) {
    .lopes-search-container, .lopes-input-v2 {
        width: 100% !important;
    }
}

/*Buttons*/
/* Container de Filtros Lopes */
.lopes-filter-wrapper, .lopes-filter-dropdown {
    height: 48px; 
    display: flex;
    align-items: center;
    background: #fff;
}

/* Input de Código */
.lopes-filter-input {
    border: 1px solid #e0e0e0;
    height: 100%;
    padding: 0 15px;
    font-size: 0.7rem;
    letter-spacing: 1px;
    width: 100%;
    transition: all 0.3s;
}

.lopes-filter-input:focus {
    border-color: #000;
}

/* Botões de Dropdown (Bairros, Área, etc) */
.lopes-filter-btn {
    border: 1px solid #e0e0e0;
    height: 48px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 0.65rem;
    letter-spacing: 2px;
    color: #000 !important;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    white-space: nowrap;
}

.lopes-filter-dropdown:hover .lopes-filter-btn {
    border-color: #000;
}

/* Dropdown Content */
.lopes-filter-dropdown { position: relative; }
.lopes-dropdown-content {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    background: #fff;
    border: 1px solid #000;
    z-index: 1000;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.lopes-filter-dropdown:hover .lopes-dropdown-content {
    display: block;
}

/* Lista de Bairros/Tipos */
.lopes-dropdown-content ul li {
    font-size: 0.75rem;
    cursor: pointer;
    transition: 0.2s;
}
.lopes-dropdown-content ul li:hover { padding-left: 5px; color: #c5a059; }
.lopes-dropdown-content ul li.on { font-weight: bold; }

/* Contadores (Quartos/Vagas) */
.lopes-counter-box {
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.lopes-counter-box .label {
    font-size: 0.55rem;
    letter-spacing: 1px;
    color: #999;
}

.lopes-counter-box .controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lopes-counter-box button {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

.lopes-counter-box input {
    width: 20px;
    border: none;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    pointer-events: none;
}

/* Botões de ação */
.lopes-btn-clear {
    font-size: 0.65rem;
    letter-spacing: 2px;
    color: #999;
    transition: 0.3s;
}

.lopes-btn-clear:hover { color: #000; }

.lopes-location-link {
    font-size: 0.7rem;
    letter-spacing: 1px;
    color: #666;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.lopes-location-link:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

/* Inputs internos dos dropdowns */
.lopes-sub-input {
    border: 1px solid #eee !important;
    padding: 5px !important;
    font-size: 0.7rem !important;
    width: 100%;
    outline: none;
}

/*BarraDeNavegaçãoAvulso*/
.lopes-filter-input,
.lopes-filter-btn,
.lopes-counter-wrapper {
    height: 48px !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 15px !important;
    font-size: 0.65rem !important;
    letter-spacing: 1.5px !important;
    color: #000 !important;
    transition: all 0.3s !important;
    text-transform: uppercase !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.lopes-filter-dropdown {
    position: relative;
}

.lopes-filter-input:focus,
.lopes-filter-btn:hover,
.lopes-counter-wrapper:hover {
    border-color: #000 !important;
    outline: none !important;
}

.lopes-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #000;
    z-index: 3000;
    min-width: 250px;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.lopes-filter-dropdown:hover .lopes-dropdown-content {
    display: block;
}

.lopes-dropdown-wide {
    min-width: 700px;
    left: 50%;
    transform: translateX(-50%);
}

.lopes-grid-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.lopes-dropdown-item {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

    .lopes-dropdown-item:hover {
        color: #c5a059;
        background: #fcfcfc;
    }

    .lopes-dropdown-item.on {
        font-weight: bold;
        background: #f9f9f9;
    }

.lopes-check-box {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    flex-shrink: 0;
}

.lopes-dropdown-item.on .lopes-check-box {
    background: #000;
    border-color: #000;
    color: #fff;
}

.lopes-item-text {
    font-size: 0.7rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lopes-counter-wrapper {
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 130px !important;
    cursor: default !important;
}

.lopes-counter-label {
    font-size: 0.55rem !important;
    color: #999 !important;
    margin-bottom: -2px !important;
    letter-spacing: 1px !important;
}

.lopes-counter-controls {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    width: 100% !important;
    background: transparent !important;
}

button.lopes-btn-step {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #000 !important;
    font-size: 1.2rem !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    padding: 0 10px !important;
    margin: 0 !important;
    cursor: pointer !important;
    width: auto !important;
    height: auto !important;
}

    button.lopes-btn-step:hover {
        opacity: 0.5 !important;
    }

.lopes-counter-input {
    width: 30px !important;
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    padding: 0 !important;
    pointer-events: none !important;
}

.lopes-btn-clear {
    font-size: 0.6rem;
    letter-spacing: 1px;
    color: #999;
    cursor: pointer;
    transition: 0.3s;
}

    .lopes-btn-clear:hover {
        color: #000;
    }

.lopes-sub-input {
    border: 1px solid #eee !important;
    font-size: 0.7rem !important;
    width: 100%;
    padding: 5px;
    outline: none;
}

.lopes-dropdown-content::-webkit-scrollbar {
    width: 4px;
}

.lopes-dropdown-content::-webkit-scrollbar-thumb {
    background: #000;
}

@media (max-width: 992px) {
    .lopes-dropdown-wide {
        min-width: 100% !important;
        left: 0 !important;
        transform: none !important;
    }

    .lopes-grid-list {
        grid-template-columns: 1fr !important;
    }

    .lopes-counter-wrapper {
        flex: 1;
    }
}

/*Plantas-Lançamento-Ficha*/
#plantas-launch .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: white;
    border: 1px solid #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
}

    #plantas-launch .arrow:hover {
        background: #f8f8f8 !important;
        color: var(--amarelo-primario) !important;
    }

#plantas-launch .prev {
    left: -15px;
}

#plantas-launch .next {
    right: -15px;
}

/*Teste*/
.hero-search input, .hero-search select {
    border: none !important;
    box-shadow: none !important;
    font-weight: 300;
}

/* Ajuste para telas menores */
@media (max-width: 768px) {
    h1 {
        font-size: 1.6rem !important;
    }

    p {
        font-size: 0.9rem !important;
    }
}

/*Botões Luxo*/
.btn-luxo-quadrado {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 18px 40px;
    border: 1px solid var(--cor-primaria);
    background-color: transparent;
    color: var(--cor-primaria);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.4s ease;
    position: relative;
}

.btn-luxo-quadrado:hover {
    background-color: var(--cor-primaria);
    color: white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.btn-luxo-quadrado i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.btn-luxo-quadrado:hover i {
    transform: translateX(5px);
}

/*Diferencias - Home*/
.luxury-card {
    border-radius: 0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

    .luxury-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
    }

.luxury-img {
    transition: transform 0.6s ease;
}

.luxury-card:hover .luxury-img {
    transform: scale(1.05);
}

/* Ajuste de altura responsiva */
@media (min-width: 576px) {
    .luxury-img {
        height: 100% !important;
    }
}

/*Trabalhe decoration*/
.secao-premium {
    font-family: Georgia, serif;
    color: #1a1a1a;
}

.titulo-premium {
    font-weight: 400;
    letter-spacing: -1px;
}

.btn-link-premium {
    font-family: sans-serif;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-decoration: none;
    color: #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 4px;
    transition: 0.3s;
    display: inline-block;
}

    .btn-link-premium:hover {
        color: #b89564;
        border-color: #b89564;
    }

.img-container {
    width: 100%;
    max-width: 400px; 
    margin: 0 auto;
}

/*sobre nos */
.card-pilar-luxo {
    border: 1px solid rgba(198, 142, 69, 0.2);
    transition: all 0.4s ease;
    background: transparent;
}

.card-pilar-luxo:hover {
    border-color: var(--amarelo-primario);
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(-5px);
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 300;
    letter-spacing: 0.5px;
}