/* .custom_green{
    background-color: #1b381f !important;
}

.custom_beige{
    background-color: #d4b896 !important;
}

.custom_wine{
    background-color: #590016 !important;
} */

/* Botões */
.ui.button.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.button.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.button.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Hover para Botões */
.ui.button.custom_green:hover {
    background-color: #143018 !important;
}
.ui.button.custom_beige:hover {
    background-color: #c3a589 !important;
}
.ui.button.custom_wine:hover {
    background-color: #430013 !important;
}

/* Botões Mini: Verde */
.ui.mini.button.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
    font-size: 0.78571429rem !important; /* Tamanho padrão do botão mini */
}
.ui.mini.button.custom_green:hover {
    background-color: #143018 !important; /* Cor ao passar o mouse */
}

/* Botões Mini: Bege */
.ui.mini.button.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
    font-size: 0.78571429rem !important;
}
.ui.mini.button.custom_beige:hover {
    background-color: #c3a589 !important; /* Cor ao passar o mouse */
}

/* Botões Mini: Vinho */
.ui.mini.button.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
    font-size: 0.78571429rem !important;
}
.ui.mini.button.custom_wine:hover {
    background-color: #430013 !important; /* Cor ao passar o mouse */
}


/* Labels */
.ui.label.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.label.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.label.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Cards */
.ui.card.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.card.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.card.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Modais */
.ui.modal.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.modal.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.modal.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Segments */
.ui.segment.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.segment.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.segment.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Menus */
.ui.menu.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.menu.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.menu.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Headers */
.ui.header.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.header.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.header.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Tables */
.ui.table.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.table.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.table.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Inputs */
.ui.input.custom_green input {
    background-color: #1b381f !important;
    color: #fff !important;
    border: 1px solid #143018 !important;
}
.ui.input.custom_beige input {
    background-color: #d4b896 !important;
    color: #000 !important;
    border: 1px solid #c3a589 !important;
}
.ui.input.custom_wine input {
    background-color: #590016 !important;
    color: #fff !important;
    border: 1px solid #430013 !important;
}

/* Dropdowns */
.ui.dropdown.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.dropdown.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.dropdown.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Messages */
.ui.message.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
    border: 1px solid #143018 !important;
}
.ui.message.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
    border: 1px solid #c3a589 !important;
}
.ui.message.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
    border: 1px solid #430013 !important;
}

/* Ícone Grande: Verde */
.bars.big.icon.custom_green {
    color: #1b381f !important;
}

/* Ícone Grande: Bege */
.bars.big.icon.custom_beige {
    color: #d4b896 !important;
}

/* Ícone Grande: Vinho */
.bars.big.icon.custom_wine {
    color: #590016 !important;
}

/* Hover para os Ícones */
.bars.big.icon.custom_green:hover {
    color: #143018 !important;
}
.bars.big.icon.custom_beige:hover {
    color: #c3a589 !important;
}
.bars.big.icon.custom_wine:hover {
    color: #430013 !important;
}

/* Fundo geral do site */
body {
    background-color: #fff !important;
}

/* Cards da listagem da home */
#imoveis-home .boxImovel {
    background-color: #f3f3f3 !important;
    border-color: #e3e3e3 !important;
}

/* Logo com nome e CRECI no header */
.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 20px;
}

.logo-container .logo-image {
    flex-shrink: 0;
}

.logo-container .logo-image img {
    display: block;
    max-width: 100px;
    height: auto;
}

.logo-container .logo-info {
    flex: 1;
}

.logo-container .logo-info h1 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}

.logo-container .logo-info .creci {
    margin: 4px 0 0 0;
    font-size: 0.75rem;
    color: #666;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .logo-container {
        flex-direction: column;
        gap: 8px;
    }

    .logo-container .logo-image img {
        max-width: 80px;
    }

    .logo-container .logo-info h1 {
        font-size: 0.9rem;
    }

    .logo-container .logo-info .creci {
        font-size: 0.7rem;
    }
}

/* Box Pesquisa – visível em todas as telas como sidebar */
.box-pesquisa {
    display: block;
}

/* ResponsiveSlides - Slideshow de banners */
#slideshow,
.slideshow-mobile {
    width: 100%;
    overflow: hidden;
}

#slideshow .rslides_container,
.slideshow-mobile .rslides_container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

#slideshow .rslides,
.slideshow-mobile .rslides {
    margin: 0;
    padding: 0;
}

#slideshow .rslides li,
.slideshow-mobile .rslides li {
    list-style: none;
}

/* Banner desktop com altura visual próxima da referência */
#slideshow .rslides img {
    width: 100%;
    height: clamp(360px, 38vw, 560px);
    object-fit: cover;
    display: block;
}

/* Banner mobile preservando proporção */
.slideshow-mobile .rslides img {
    width: 100%;
    height: auto;
    display: block;
}

/* Navegação gerada pelo ResponsiveSlides com namespace centered-btns */
#slideshow .centered-btns_nav,
.slideshow-mobile .centered-btns_nav {
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 76px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    text-decoration: none;
    font-size: 44px;
    line-height: 1;
    text-indent: 0;
    overflow: hidden;
    transition: background-color 0.2s ease;
}

#slideshow .centered-btns_nav:hover,
.slideshow-mobile .centered-btns_nav:hover {
    background: rgba(0, 0, 0, 0.65);
}

#slideshow .centered-btns_nav.prev,
.slideshow-mobile .centered-btns_nav.prev {
    left: 0;
}

#slideshow .centered-btns_nav.next,
.slideshow-mobile .centered-btns_nav.next {
    right: 0;
    left: auto;
}

/* Exibição desktop/mobile do slideshow */
.slideshow-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    #slideshow {
        display: none;
    }

    .slideshow-mobile {
        display: block;
    }

    .slideshow-mobile .centered-btns_nav {
        width: 42px;
        height: 64px;
        font-size: 36px;
    }
}

/* Destaque Info – painel lateral do imóvel em destaque */
.boxDestaqueInfo {
    background-color: #590016;
    color: #fff;
    padding: 1.5rem;
    align-self: stretch;
    box-sizing: border-box;
}
.boxDestaqueInfo .ui.header,
.boxDestaqueInfo p,
.boxDestaqueInfo .sub.header {
    color: #fff !important;
}
.boxDestaqueInfo .ui.divider {
    border-color: rgba(255,255,255,0.3) !important;
}

/* Remove padding da coluna de imagem do destaque */
.noPadded {
    padding: 0 !important;
}

/* Imagem do destaque preenche toda a altura do painel */
#imovel-destaque .noPadded {
    overflow: hidden;
    display: flex;
    align-items: stretch;
}
#imovel-destaque .noPadded a {
    display: block;
    width: 100%;
}
#imovel-destaque .noPadded img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

/* Destaque home com alturas sincronizadas (pesquisa, imagem e info) */
@media screen and (min-width: 992px) {
    #imovel-destaque {
        --destaque-h: clamp(380px, 36vw, 560px);
    }

    #imovel-destaque .destaque-layout {
        align-items: stretch;
    }

    #imovel-destaque .destaque-search,
    #imovel-destaque .destaque-main {
        height: var(--destaque-h);
    }

    #imovel-destaque .destaque-search #pesquisa {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #imovel-destaque .destaque-grid {
        height: 100%;
    }

    #imovel-destaque .destaque-grid > .noPadded,
    #imovel-destaque .destaque-grid > .boxDestaqueInfo {
        height: 100%;
    }

    #imovel-destaque .destaque-grid > .noPadded img {
        max-height: none;
        height: 100%;
    }

    #imovel-destaque .boxDestaqueInfo {
        display: flex;
        flex-direction: column;
    }

    #imovel-destaque .boxDestaqueInfo .ui.mini.orange.button {
        margin-top: auto;
    }
}

@media screen and (max-width: 991px) {
    #imovel-destaque .destaque-search,
    #imovel-destaque .destaque-main,
    #imovel-destaque .destaque-grid,
    #imovel-destaque .destaque-grid > .noPadded,
    #imovel-destaque .destaque-grid > .boxDestaqueInfo {
        height: auto;
    }
}

/* Paleta institucional atualizada */
:root {
    --site-bg: #f6f7f9;
    --site-secondary: #071c37;
    --site-secondary-hover: #06162d;
    --site-tertiary: #956d25;
    --site-tertiary-hover: #7f5d1f;
    --site-surface: #ffffff;
    --site-border: #e2e6ec;
}

body {
    background-color: var(--site-bg) !important;
}

#header,
#header nav,
#header .fluid-container,
.footer {
    background-color: var(--site-bg) !important;
}

#header {
    border-bottom: 1px solid var(--site-border);
}

#header nav {
    padding: 8px 0;
}

#header .ui.grid {
    align-items: center;
}

#header .logo-topo a {
    display: inline-block;
}

#header .logo-container {
    gap: 14px;
}

#header .logo-container .logo-image img {
    max-width: 220px;
}

#header .logo-container .logo-info h1 {
    font-size: 1.25rem;
    letter-spacing: -0.01em;
}

#header .logo-container .logo-info .creci {
    font-size: 0.95rem;
    font-weight: 700;
}

#header .txtRt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
}

#header .txtRt .ui.mini.button.no-mobile {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 1rem !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#header .txtRt .ui.mini.button.no-mobile i.icon {
    margin-right: 8px;
    opacity: 0.95;
}

#header .txtRt .ui.mini.custom_green.button.no-mobile,
#header .txtRt .ui.mini.custom_green.button.no-mobile:hover {
    background-color: var(--site-secondary) !important;
    color: #fff !important;
}

#header .txtRt .ui.mini.custom_beige.button.no-mobile,
#header .txtRt .ui.mini.custom_beige.button.no-mobile:hover {
    background-color: var(--site-tertiary) !important;
    color: #fff !important;
}

#header .btn-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--site-secondary);
    background-color: #fff;
    margin-top: 0 !important;
}

#header .btn-menu:hover {
    background-color: #eef2f7;
}

#header .btn-menu .bars.big.icon {
    margin: 0 !important;
    color: var(--site-secondary) !important;
    background: transparent !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
}

@media screen and (min-width: 992px) {
    #header .ui.grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
    }

    #header .ui.grid > .column:first-child {
        width: auto !important;
        flex: 0 0 auto !important;
    }

    #header .ui.grid > .column.txtRt {
        width: auto !important;
        max-width: none !important;
        flex: 1 1 auto !important;
        margin-left: auto !important;
        float: none !important;
    }

    #header .txtRt {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 10px !important;
    }

    #header .txtRt .ui.mini.button.no-mobile {
        display: inline-flex !important;
        vertical-align: middle;
    }

    #header .txtRt .btn-menu {
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 991px) {
    #header nav {
        padding: 8px 0;
    }

    #header .logo-topo {
        text-align: left !important;
    }

    #header .logo-topo a {
        display: block;
    }

    #header .ui.grid {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
    }

    #header .ui.grid > .column:first-child {
        width: 70% !important;
        max-width: 70% !important;
        flex: 0 0 70% !important;
        padding-left: 14px !important;
    }

    #header .ui.grid > .column.txtRt {
        width: 30% !important;
        max-width: 30% !important;
        flex: 0 0 30% !important;
        padding-right: 14px !important;
        float: none !important;
    }

    #header .logo-container {
        margin-left: 0;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #header .logo-container .logo-image img {
        max-width: 160px;
    }

    #header .logo-container .logo-info h1 {
        font-size: 0.98rem;
    }

    #header .logo-container .logo-info .creci {
        font-size: 0.8rem;
    }

    #header .txtRt {
        gap: 6px;
        justify-content: flex-end;
        width: 100%;
    }

    #header .btn-menu {
        width: 38px;
        height: 38px;
        margin-left: auto !important;
    }
}

.footer {
    margin-top: 32px;
    padding: 24px 0 10px;
    border-top: 1px solid var(--site-border);
    background: linear-gradient(180deg, var(--site-bg) 0%, #ffffff 100%) !important;
    color: var(--site-secondary);
}

.footer .ui.grid > .row {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.footer .inverted.column {
    background: transparent !important;
}

.footer .cwhite,
.footer .copyright,
.footer .copyright a,
.footer .copyright a:visited,
.footer p,
.footer h4,
.footer h1 {
    color: var(--site-secondary) !important;
}

.footer h4.ui.header,
.footer .ui.inverted.header,
.footer .ui.header.custom_green {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid var(--site-tertiary) !important;
    border-radius: 0 !important;
    margin-bottom: 0.9rem !important;
    padding: 0 0 0.55rem 0 !important;
    color: var(--site-secondary) !important;
    font-weight: 800 !important;
}

.footer .column p,
.footer .column a {
    font-size: 1.02rem;
    line-height: 1.55;
}

.footer .column a {
    color: var(--site-secondary) !important;
    transition: color 0.2s ease;
}

.footer .column a:hover {
    color: var(--site-tertiary) !important;
}

.footer .column p a .icon,
.footer .column p a .white.icon {
    color: var(--site-tertiary) !important;
}

.footer .bt-whats .white.icon {
    color: #fff !important;
}

.footer .ui.divider {
    border-color: var(--site-border) !important;
}

.footer .copyright {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid var(--site-border);
}

/* UI dos cards de imóveis (home e pesquisa) */
.ui.three.column.doubling.grid {
    row-gap: 1.25rem;
}

.ui.three.column.doubling.grid > .column {
    display: flex;
}

.boxImovel {
    width: 100%;
    background-color: var(--site-surface) !important;
    border: 1px solid var(--site-border) !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(7, 28, 55, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.boxImovel:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(7, 28, 55, 0.14);
}

.boxImovel > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--site-secondary);
}

.boxImovel figure {
    margin: 0;
    padding: 0;
    background: #fff;
}

.boxImovel figure img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid var(--site-border);
}

.boxImovel h2.ui.header {
    margin: 14px 14px 6px;
    color: var(--site-secondary) !important;
    font-size: 1.1rem;
    line-height: 1.2;
}

.boxImovel h2.ui.header .sub.header {
    margin-top: 6px;
    color: #5a687a !important;
    font-size: 0.85rem;
    font-weight: 600;
}

.boxImovel .ui.divider {
    margin: 10px 14px;
    border-top-color: var(--site-border) !important;
}

.boxImovel .ui.stackable.two.column.divided.grid {
    margin: auto 14px 14px !important;
}

.boxImovel h3.preco,
.boxImovel h3.preco.black {
    color: var(--site-secondary) !important;
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
}

.boxImovel p.black {
    color: var(--site-tertiary) !important;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .boxImovel h2.ui.header {
        font-size: 1rem;
    }

    .boxImovel h2.ui.header .sub.header {
        font-size: 0.8rem;
    }

    .boxImovel h3.preco,
    .boxImovel h3.preco.black {
        font-size: 0.95rem;
    }
}

.ui.button.custom_green,
.ui.mini.button.custom_green,
.ui.label.custom_green,
.ui.card.custom_green,
.ui.modal.custom_green,
.ui.segment.custom_green,
.ui.menu.custom_green,
.ui.header.custom_green,
.ui.table.custom_green,
.ui.input.custom_green input,
.ui.dropdown.custom_green,
.ui.message.custom_green,
.bars.big.icon.custom_green {
    background-color: var(--site-secondary) !important;
    color: #fff !important;
    border-color: var(--site-secondary) !important;
}

.ui.button.custom_green:hover,
.ui.mini.button.custom_green:hover,
.bars.big.icon.custom_green:hover {
    background-color: var(--site-secondary-hover) !important;
    color: #fff !important;
}

.ui.button.custom_beige,
.ui.mini.button.custom_beige,
.ui.label.custom_beige,
.ui.card.custom_beige,
.ui.modal.custom_beige,
.ui.segment.custom_beige,
.ui.menu.custom_beige,
.ui.header.custom_beige,
.ui.table.custom_beige,
.ui.input.custom_beige input,
.ui.dropdown.custom_beige,
.ui.message.custom_beige,
.bars.big.icon.custom_beige {
    background-color: var(--site-tertiary) !important;
    color: #fff !important;
    border-color: var(--site-tertiary) !important;
}

.ui.button.custom_beige:hover,
.ui.mini.button.custom_beige:hover,
.bars.big.icon.custom_beige:hover {
    background-color: var(--site-tertiary-hover) !important;
    color: #fff !important;
}

.ui.button.custom_wine,
.ui.mini.button.custom_wine,
.ui.label.custom_wine,
.ui.card.custom_wine,
.ui.modal.custom_wine,
.ui.segment.custom_wine,
.ui.menu.custom_wine,
.ui.header.custom_wine,
.ui.table.custom_wine,
.ui.input.custom_wine input,
.ui.dropdown.custom_wine,
.ui.message.custom_wine,
.bars.big.icon.custom_wine {
    background-color: var(--site-secondary) !important;
    color: #fff !important;
    border-color: var(--site-secondary) !important;
}

.ui.button.custom_wine:hover,
.ui.mini.button.custom_wine:hover,
.bars.big.icon.custom_wine:hover {
    background-color: var(--site-secondary-hover) !important;
    color: #fff !important;
}

.logo-container .logo-info h1 {
    color: var(--site-secondary);
}

.logo-container .logo-info .creci {
    color: var(--site-tertiary);
}

#imovel-destaque .boxDestaqueInfo {
    background-color: var(--site-secondary);
    color: #fff;
}

#imovel-destaque .boxDestaqueInfo .ui.mini.orange.button {
    background-color: var(--site-tertiary) !important;
    color: #fff !important;
    border-color: var(--site-tertiary) !important;
}

#imovel-destaque .boxDestaqueInfo .ui.mini.orange.button:hover {
    background-color: var(--site-tertiary-hover) !important;
    color: #fff !important;
}

.destaqueTitulo:after {
    background-color: var(--site-tertiary) !important;
}

/* =============================================
   Sidebar / Menu lateral
   ============================================= */
.menu-sidebar {
    background-color: var(--site-secondary) !important;
    width: 300px !important;
    padding: 0 !important;
    box-shadow: 4px 0 24px rgba(7, 28, 55, 0.22) !important;
}

.menu-sidebar .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 8px;
}

.menu-sidebar .sidebar-brand {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--site-tertiary);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.menu-sidebar .btn-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.menu-sidebar .btn-close:hover {
    background-color: rgba(255, 255, 255, 0.18) !important;
}

.menu-sidebar .btn-close i.icon {
    color: #fff !important;
    margin: 0 !important;
    font-size: 1rem !important;
}

.menu-sidebar ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.menu-sidebar ul li {
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.menu-sidebar ul li:last-child {
    border-bottom: none;
}

.menu-sidebar ul li a {
    display: flex !important;
    align-items: center;
    padding: 13px 20px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
    gap: 10px;
}

.menu-sidebar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.07);
    color: #fff !important;
    padding-left: 26px !important;
}

.menu-sidebar ul li a i.icon {
    font-size: 1.05rem;
    flex-shrink: 0;
}

.menu-sidebar ul li a .whatsapp.icon {
    color: #25d366 !important;
}

.menu-sidebar ul li .ui.fitted.divider {
    border-color: rgba(255, 255, 255, 0.12) !important;
    margin: 4px 20px !important;
}

/* =============================================
   Página detalhe do imóvel
   ============================================= */
#imovel {
    padding: 16px 0 22px;
}

#imovel .ui.padded.grid.stackable {
    gap: 12px 0;
}

#imovel #containerCarousel {
    background: var(--site-surface) !important;
    border: 1px solid var(--site-border) !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 30px rgba(7, 28, 55, 0.12);
    padding: 8px;
}

#imovel #mainCarousel {
    --carousel-button-color: var(--site-secondary);
    --carousel-button-bg: var(--site-surface);
    --carousel-button-shadow: 0 10px 24px rgba(7, 28, 55, 0.24);
}

#imovel #mainCarousel .carousel__button {
    border: 1px solid var(--site-border);
}

#imovel #mainCarousel .carousel__button.is-prev,
#imovel #mainCarousel .carousel__button.is-next {
    top: 45% !important;
}

#imovel #navCarousel {
    padding: 2px;
}

#imovel #navCarousel .carousel__slide {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--site-border);
}

#imovel .imovel-side-panel {
    background: var(--site-surface);
    border: 1px solid var(--site-border);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(7, 28, 55, 0.09);
    padding: 10px 10px 14px !important;
}

#imovel .imovel-breadcrumb {
    background: var(--site-surface) !important;
    border: 1px solid var(--site-border) !important;
    border-radius: 10px !important;
    margin-bottom: 0.9rem !important;
}

#imovel .imovel-breadcrumb .ui.breadcrumb .section {
    color: var(--site-secondary) !important;
    font-weight: 700;
}

#imovel .imovel-breadcrumb .ui.breadcrumb .active.section {
    color: #1f2d3d !important;
}

#imovel .imovel-breadcrumb .ui.breadcrumb .divider.icon {
    color: var(--site-tertiary) !important;
}

#imovel .imovel-contact-card {
    background: linear-gradient(135deg, var(--site-secondary) 0%, var(--site-secondary-hover) 100%) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
}

#imovel .imovel-contact-card p,
#imovel .imovel-contact-card a,
#imovel .imovel-contact-card i {
    color: #fff !important;
}

#imovel .imovel-contact-card .ui.mini.button {
    min-width: 148px;
    border-radius: 8px !important;
    font-weight: 700 !important;
}

#imovel .imovel-data-table {
    border: 1px solid var(--site-border) !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(7, 28, 55, 0.07);
    margin-top: 0.9rem !important;
}

#imovel .imovel-data-table tbody tr td {
    background: #fff !important;
    color: #253649 !important;
    border-color: var(--site-border) !important;
    font-size: 1rem;
}

#imovel .imovel-data-table tbody tr td.active {
    background: #f3f6fa !important;
    color: var(--site-secondary) !important;
}

#imovel .imovel-data-table h1.ui.header {
    margin: 0;
    color: var(--site-secondary) !important;
    font-size: 1.6rem;
    line-height: 1.25;
}

#imovel .imovel-data-table .tituloBoxImovel {
    color: var(--site-secondary);
    margin: 0;
}

@media screen and (max-width: 991px) {
    #imovel {
        padding-top: 8px;
    }

    #imovel .nine.wide.column,
    #imovel .seven.wide.column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #imovel #mainCarousel .carousel__button.is-prev,
    #imovel #mainCarousel .carousel__button.is-next {
        top: 28% !important;
    }

    #imovel .imovel-data-table h1.ui.header {
        font-size: 1.25rem;
    }
}
