/* Fontes */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Fontes - Fontello */
@font-face {
    font-family: 'fontello';
    src: url('../fontello/font/fontello.eot?89025850');
    src: url('../fontello/font/fontello.eot?89025850#iefix')
            format('embedded-opentype'),
        url('../fontello/font/fontello.woff2?89025850') format('woff2'),
        url('../fontello/font/fontello.woff?89025850') format('woff'),
        url('../fontello/font/fontello.ttf?89025850') format('truetype'),
        url('../fontello/font/fontello.svg?89025850#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
    display: inline-block;
    width: 1em;
    margin-right: 0.2em;
    margin-left: 0.2em;
    color: inherit;
    font-family: 'fontello';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home-outline::before { content: '\0800'; }
.icon-home::before { content: '\0801'; }
.icon-home-1::before { content: '\0802'; }
.icon-cancel::before { content: '\e800'; }
.icon-search::before { content: '\e801'; }
.icon-heart-empty::before { content: '\e802'; }
.icon-heart::before { content: '\e803'; }
.icon-exchange::before { content: '\e804'; }
.icon-loop-alt::before { content: '\e805'; }
.icon-phone::before { content: '\e806'; }
.icon-phone-outline::before { content: '\e807'; }
.icon-logout::before { content: '\e808'; }
.icon-logout-1::before { content: '\e809'; }
.icon-export::before { content: '\e80a'; }
.icon-share::before { content: '\e80b'; }
.icon-direction::before { content: '\e80c'; }
.icon-attach::before { content: '\e80d'; }
.icon-attach-1::before { content: '\e80e'; }
.icon-zoom-in-1::before { content: '\e80f'; }
.icon-download-1::before { content: '\e810'; }
.icon-edit::before { content: '\e811'; }
.icon-ok-circled::before { content: '\e812'; }
.icon-ok-circled2::before { content: '\e813'; }
.icon-check::before { content: '\e814'; }
.icon-check-empty::before { content: '\e815'; }
.icon-edit-1::before { content: '\e816'; }
.icon-folder-add::before { content: '\e817'; }
.icon-mail::before { content: '\e818'; }
.icon-mail-1::before { content: '\e819'; }
.icon-paper-plane::before { content: '\e81a'; }
.icon-resize-horizontal::before { content: '\e81b'; }
.icon-resize-horizontal-1::before { content: '\e81c'; }
.icon-spin3::before { content: '\e832'; }
.icon-pencil::before { content: '\e880'; }
.icon-logout-2::before { content: '\f02d'; }
.icon-download::before { content: '\f02e'; }
.icon-location::before { content: '\f031'; }
.icon-ruler::before { content: '\f044'; }
.icon-zoom-in::before { content: '\f07e'; }
.icon-twitter::before { content: '\f099'; }
.icon-facebook::before { content: '\f09a'; }
.icon-docs::before { content: '\f0c5'; }
.icon-exchange-1::before { content: '\f0ec'; }
.icon-angle-left::before { content: '\f104'; }
.icon-angle-right::before { content: '\f105'; }
.icon-angle-up::before { content: '\f106'; }
.icon-angle-down::before { content: '\f107'; }
.icon-folder-open-empty::before { content: '\f115'; }
.icon-instagram::before { content: '\f16d'; }
.icon-cab::before { content: '\f1b9'; }
.icon-paper-plane-empty::before { content: '\f1d9'; }
.icon-whatsapp::before { content: '\f232'; }
.icon-bed::before { content: '\f236'; }
.icon-bath::before { content: '\f2cd'; }
.icon-facebook-squared::before { content: '\f308'; }

/* WhatsApp fixo */
.fixed-whatsapp {
    position: fixed;
    z-index: 999;
    top: 40%;
    right: 0.625rem;
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: #00e676;
    box-shadow: 0 0 0.875rem -0.3125rem #000;
}

.fixed-whatsapp > span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}

.fixed-whatsapp > span::before {
    margin: 0;
    font-size: 1.75rem;
}

@media (max-width: 768px) {
    .fixed-whatsapp {
        top: auto;
        right: 0.625rem;
        bottom: 0.9375rem;
        width: 2.375rem;
        height: 2.375rem;
    }

    .fixed-whatsapp > span::before {
        font-size: 1.25rem;
    }
}

/* Base */
body {
    font-family: 'Poppins', sans-serif;
}

/* Home Hero */
.home-hero {
    min-height: 90vh;
    padding-bottom: 5rem;
    background-color: #f1f1f1;
    background-image: var(--home-hero-background);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1200px) {
    .home-hero > .container {
        max-width: 1300px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-hero > .container {
        max-width: 100%;
    }
}

/* Navbar */
.home-header {
    padding: 0.25rem 0 1rem;
}

.home-header__left,
.home-header__right {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.home-header__right {
    justify-content: flex-end;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-header__left,
    .home-header__right {
        gap: 1rem;
    }

    .home-header__left {
        justify-content: space-between;
    }

    .home-header__right {
        justify-content: flex-start;
    }

    .home-header__phone {
        font-size: 1.3rem;
    }

    .home-header__phone .icon-phone-outline {
        font-size: 1.5625rem;
    }
}

@media (min-width: 1200px) {
    .home-header__left,
    .home-header__right {
        justify-content: flex-start;
    }

    .home-header__left {
        justify-content: space-between;
        padding-right: clamp(1.5rem, 3vw, 3rem);
    }

    .home-header__right {
        padding-left: clamp(1.5rem, 3vw, 3rem);
    }

    .home-header__favorites {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .home-header__favorites {
        margin-left: 1.3rem;
        margin-right: 0;
    }
}

.home-header__phone,
.home-header__nav,
.home-header__favorites {
    color: #fff;
}

.home-header__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.6625rem;
    font-weight: 300;
    text-decoration: none;
}

.home-header__phone .icon-phone-outline {
    font-size: 1.875rem;
    line-height: 1em;
    transform: rotate(90deg);
}

.home-header__phone .icon-phone-outline::before {
    margin: 0;
}

.home-header__phone strong {
    font-weight: 700;
}

.home-header__nav a,
.home-header__favorites {
    font-weight: 600;
}

.home-header__nav {
    display: flex;
    gap: 1.75rem;
}

.home-header__nav a,
.home-header__favorites {
    font-size: 0.875rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Poppins", "sans-serif",
}

.home-header__nav a {
    transition: color 160ms ease-in-out;
}

.home-header__nav a:hover,
.home-header__nav a:focus {
    color: #d7efc9;
}

.home-header__phone:hover,
.home-header__phone:focus,
.home-header__favorites:hover,
.home-header__favorites:focus {
    color: #fff;
}

.home-header__logo {
    display: inline-block;
    width: min(12rem, 100%);
}

.home-header__logo img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5px;
}

/* Listagem de imóveis */
.properties-page {
    --properties-toolbar-height: 3.125rem;
    background-color: #eef1f5;
}

.properties-toolbar {
    position: sticky;
    z-index: 20;
    top: 0;
    padding: 0.625rem 0;
    background-color: #fafafa;
    border-bottom: 1px solid #e5e7eb;
}

.properties-toolbar__button {
    padding: 0.45rem 0.875rem;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    background-color: #72c844;
    border: 0;
    border-radius: 999px;
}

.properties-toolbar__button.dropdown-toggle::after {
    margin-left: 0.35rem;
    vertical-align: 0.1em;
}

.properties-toolbar__button .icon-angle-right,
.properties-toolbar__button .icon-angle-down {
    display: inline-block;
    margin-left: 0.25rem;
    transition: transform 180ms ease;
}

.properties-toolbar__button.is-open .icon-angle-right {
    transform: rotate(90deg);
}

/* Filtro de mobília da sala aérea */
.properties-toolbar__furnishing {
    display: flex;
    gap: 0.625rem;
}

.properties-toolbar__furnishing-button {
    padding: 0.4rem 0.875rem;
    border: 2px solid #c7c7c7;
    border-radius: 999px;
    background-color: #fff;
    color: #344542;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
}

.properties-toolbar__furnishing-button:hover,
.properties-toolbar__furnishing-button:focus-visible {
    border-color: #72c844;
    color: #72c844;
}

.properties-toolbar__furnishing-button.is-active {
    border-color: #72c844;
    color: #72c844;
}

/* Botão de copiar busca: só ícone, como no legado */
.properties-toolbar__copy {
    display: inline-grid;
    width: 2rem;
    height: 2rem;
    padding: 0;
    place-items: center;
}

.properties-toolbar__copy .icon-docs,
.properties-toolbar__copy .icon-spin3,
.properties-toolbar__copy .icon-ok-circled {
    font-size: 1.0625rem;
    line-height: 1;
}

.properties-toolbar__copy.is-loading,
.properties-toolbar__copy.is-copied {
    pointer-events: none;
}

@keyframes properties-toolbar-spin {
    to {
        transform: rotate(360deg);
    }
}

.properties-toolbar__copy.is-loading .icon-spin3 {
    display: inline-block;
    animation: properties-toolbar-spin 0.8s linear infinite;
}

.properties-toolbar__dropdown-menu {
    min-width: 11rem;
    border-color: #dfe4df;
    border-radius: 0.5rem;
}

.properties-toolbar__dropdown-menu .dropdown-item {
    color: #45514c;
    font-size: 0.875rem;
}

.properties-toolbar__dropdown-menu .dropdown-item.active,
.properties-toolbar__dropdown-menu .dropdown-item:active {
    background-color: #6cc247;
    color: #fff;
}

.properties-page__filters {
    display: none;
}

.properties-page__filters.is-open {
    display: block;
    position: sticky;
    top: var(--properties-toolbar-height);
    z-index: 19;
}

.properties-page__filters .advanced-filter {
    min-height: 0;
}

.properties-page__filters .advanced-filter__trigger {
    display: none;
}

.properties-page__content {
    min-height: 1500px;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.properties-list__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
}

.properties-list__status {
    display: grid;
    justify-items: center;
    gap: 0.5rem;
    padding: 1.25rem 0 0;
}

.properties-list__summary,
.properties-list__loading,
.properties-list__end,
.properties-list__empty {
    margin: 0;
    color: #4a5551;
    font-size: 0.875rem;
}

.properties-list__load-more {
    min-width: 11rem;
    padding: 0.45rem 0.9rem;
    border: 0;
    border-radius: 999px;
    background-color: #6cc247;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
}

.properties-list__load-more:hover,
.properties-list__load-more:focus {
    background-color: #61b13f;
}

.properties-list__sentinel {
    width: 100%;
    height: 1px;
}

@media (min-width: 576px) {
    .properties-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .properties-list__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .properties-list__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.home-header__favorites {
    position: relative;
    display: inline-block;
    padding-right: 1.3rem;
}

.home-header__favorites .icon-heart-empty {
    position: absolute;
    top: 50%;
    right: -5px;
    color: #ff0000;
    font-size: 1.35rem;
    line-height: 1em;
    transform: translateY(-51%);
}

.home-header__favorites .icon-heart-empty::before {
    margin: 0;
}

.home-header__favorites:hover .icon-heart-empty::before {
    content: '\e803';
}

.home-header--light .home-header__phone,
.home-header--light .home-header__nav,
.home-header--light .home-header__nav a,
.home-header--light .home-header__favorites {
    color: #006a2d;
}

.home-header--light .home-header__nav a:hover,
.home-header--light .home-header__nav a:focus,
.home-header--light .home-header__phone:hover,
.home-header--light .home-header__phone:focus,
.home-header--light .home-header__favorites:hover,
.home-header--light .home-header__favorites:focus {
    color: #005524;
}

/* Páginas internas */
.site-internal-page {
    min-height: 0;
}

.site-internal-page > .container {
    min-height: 700px;
}

.site-form-reserve--rental {
    min-height: 760px;
}

.site-form-reserve--contact {
    min-height: 460px;
}

/* Erro 404 */
.error-page {
    display: grid;
    min-height: 36rem;
    padding: 4rem 0 6rem;
    place-items: center;
}

.error-page__container {
    min-height: 0 !important;
}

.error-page__content {
    max-width: 42rem;
    margin: 0 auto;
    color: #3f4944;
    text-align: center;
}

.error-page__action span::before {
    margin: 0;
}

.error-page__code {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    color: #b6d8c0;
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 800;
    line-height: 1;
}

.error-page__code svg {
    width: 0.850em;
    height: 0.850em;
    fill: currentColor;
}

.error-page h1 {
    margin: 0.875rem 0 0;
    color: #4e5752;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
}

.error-page__content > p:not(.error-page__code) {
    margin: 1rem 0 0;
    font-size: 1.0625rem;
}

.error-page__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 2rem;
    margin-top: 2rem;
}

.error-page__action {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    color: #006a2d;
    font-weight: 500;
    text-decoration: none;
}

.error-page__action:hover,
.error-page__action:focus {
    color: #005524;
    text-decoration: underline;
}

.error-page__action .icon-home {
    font-size: 1.35rem;
}

/* Quem somos */
.about-page {
    padding: 0 0 4rem;
}

.about-page__container {
    width: 71.25rem;
    max-width: 100%;
    min-height: 0 !important;
}

.about-page__title {
    margin: 3.125rem 0;
    padding: 1.5625rem 0;
    color: #4e5752;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

.about-page__title > span,
.about-page__title > strong {
    font-size: 1.08em;
}

.about-page__title span {
    font-weight: 400;
}

.about-page__title strong {
    color: #4e5752;
    font-weight: 700;
    text-transform: uppercase;
}

.about-page__image {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.about-page__text {
    padding: 1.25rem;
    color: #3f4944;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.45;
}

.about-page__text p {
    margin: 0;
}

.about-page__text p + p {
    margin-top: 1.25rem;
}

@media (max-width: 991.98px) {
    .about-page {
        padding-top: 0;
    }

    .about-page__image {
        max-width: 35rem;
    }

    .about-page__text {
        max-width: 40rem;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .about-page {
        padding-bottom: 2.5rem;
    }

    .about-page__title {
        margin: 1.5625rem 0;
        padding: 0.9375rem 0;
        font-size: 1.8rem;
    }

    .about-page__text {
        font-size: 1rem;
        line-height: 1.45;
    }
}

/* Contato */
.contact-page {
    padding: 0 0 4rem;
}

.contact-page__container {
    width: 71.25rem;
    max-width: 100%;
    min-height: 0 !important;
}

.contact-page__location {
    margin-top: 1.75rem;
}

.contact-page__map {
    --bs-aspect-ratio: 54%;
    background-color: #eef0ef;
}

.contact-page__map iframe {
    border: 0;
}

.contact-page__address {
    padding: 0.875rem 1.25rem;
    color: #3f4944;
    font-size: 1rem;
    line-height: 1.45;
}

.contact-page__address h2 {
    margin: 0 0 0.625rem;
    color: #006a2d;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
}

.contact-page__address address {
    margin: 0 0 1.25rem;
    font-style: normal;
}

.contact-page__address a,
.contact-page__departments a {
    color: inherit;
    text-decoration: none;
}

.contact-page__address a:hover,
.contact-page__address a:focus,
.contact-page__departments a:hover,
.contact-page__departments a:focus {
    color: #006a2d;
    text-decoration: underline;
}

.contact-page__departments {
    margin-top: 2.75rem;
    color: #3f4944;
    font-size: 1rem;
    line-height: 1.45;
}

.contact-page__departments p {
    margin: 0 0 0.75rem;
}

.contact-page__departments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-page__departments li + li {
    margin-top: 0.5rem;
}

.contact-page__departments strong {
    font-weight: 600;
    text-transform: uppercase;
}

.contact-page__separator {
    margin: 2rem 0 2.25rem;
    border: 0;
    border-top: 1px solid #a09f9f;
}

/* Serviços */
.services-page {
    padding: 2rem 0 4.5rem;
}

.services-page__container {
    width: 71.25rem;
    max-width: 100%;
    min-height: 0 !important;
}

.services-page__list {
    padding-top: 1rem;
}

.services-page__item {
    padding: 1.75rem 0 3.125rem;
    border-bottom: 1px solid #edf0ee;
}

.services-page__item h2 {
    margin: 0;
    color: #4e5752;
    font-size: 1.875rem;
    font-weight: 700;
}

.services-page__item h3 {
    margin: 0.875rem 0 0.875rem 1.875rem;
    color: #006a2d;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.services-page__item ul {
    margin: 0;
    padding: 0;
    color: #3f4944;
    font-size: 1rem;
    line-height: 1.45;
    list-style: none;
}

.services-page__item li::before {
    content: '– ';
}

.services-page__actions {
    display: flex;
    justify-content: center;
    gap: 0.625rem;
    margin-top: 2rem;
}

.services-page__actions > a,
.services-page__actions > span {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 2.25rem;
    padding: calc(0.5rem + 1px) 0.875rem 0.5rem;
    border-radius: 999px;
    background-color: #6cc247;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.services-page__actions > a:hover,
.services-page__actions > a:focus {
    background-color: #58a535;
}

.services-page__actions .icon-angle-right {
    margin-left: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1;
}

.services-page__actions .icon-angle-right::before {
    margin: 0;
}

@media (max-width: 767.98px) {
    .services-page__actions {
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .services-page {
        padding: 1rem 0 3rem;
    }

    .services-page__item h2 {
        font-size: 1.55rem;
    }

    .services-page__item {
        padding: 1.5rem 0 2.5rem;
    }

    .services-page__item h3 {
        margin-left: 0;
    }

    .services-page__actions {
        align-items: center;
        flex-direction: column;
    }

    .services-page__actions > a,
    .services-page__actions > span {
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    .contact-page__address {
        max-width: 35rem;
        padding: 0;
    }
}

@media (max-width: 575.98px) {
    .contact-page {
        padding-bottom: 2.5rem;
    }

    .contact-page__location {
        margin-top: 0.75rem;
    }

    .contact-page__map {
        --bs-aspect-ratio: 75%;
    }

    .contact-page__departments {
        margin-top: 2rem;
        font-size: 0.9375rem;
    }

}

/* Navbar mobile */
.home-mobile-header,
.home-mobile-nav {
    display: none;
}

/* Slider institucional */
.home-slider .container {
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
}

.home-slider__item {
    display: grid;
    min-height: 9rem;
    place-items: center;
}

.home-slider__title {
    margin: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
}

.home-slider__title strong {
    font-weight: 600;
}

.home-slider__item img {
    display: block;
    width: 14.875rem;
    height: 9rem;
    object-fit: cover;
}

/* Busca de imóveis */
.home-search .container {
    width: 50rem;
    max-width: 100%;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.home-search__control {
    position: relative;
    height: 3.125rem;
    border-radius: 1.5625rem;
    box-shadow: 0 2px 10px 3px rgba(66, 66, 66, 0.2);
}

.home-search__operations {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -0.3125rem;
    display: flex;
    align-items: stretch;
    width: 16.25rem;
    height: 100%;
}

.home-search__operations button {
    width: 8.75rem;
    padding: 2px 0 0;
    border: 1px solid #6cc247;
    border-radius: 1.5625rem;
    background-color: #fff;
    color: #4c5250;
    font-size: 1.0625rem;
    font-weight: 500;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
}

.home-search__operations button:first-child {
    z-index: 10;
}

.home-search__operations button + button {
    z-index: 0;
    margin-left: -2.1875rem;
    padding-left: 1.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.home-search__operations button.is-active {
    background-color: #6cc247;
}

.home-search__control input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 3.625rem 0 15.625rem;
    border: 1px solid #6cc247;
    border-radius: 1.5625rem;
    background-color: #fff;
    color: #4c5250;
    font-size: 1rem;
    outline: 0;
}

.home-search__control input::placeholder {
    color: #999;
    opacity: 1;
}

.home-search__submit {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    width: 3.4375rem;
    height: 100%;
    padding: 0;
    border: 1px solid #6cc247;
    border-radius: 0 1.5625rem 1.5625rem 0;
    background-color: #6cc247;
    color: #4c5250;
    font-size: 1.875rem;
    place-items: center;
}

.home-search__submit .icon-search::before {
    margin: 0;
}

/* Categorias de imóveis */
.home-categories .container {
    width: 43.75rem;
    max-width: 100%;
    min-height: 25rem;
    padding-bottom: 2.1875rem;
}

.home-categories h2 {
    margin: 1.875rem 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.home-categories__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-categories__list li {
    margin-bottom: 0.625rem;
}

.home-categories__list a {
    display: block;
    width: 100%;
    padding: 0.625rem 1rem 0.5rem;
    border: 1px solid #fafafa;
    border-radius: 1.375rem;
    background-color: #fff;
    box-shadow: 0 0 7px -1px rgba(72, 72, 72, 0.5);
    color: #3f4544;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.home-categories__list a:hover,
.home-categories__list a:focus {
    border-color: #6cc247;
    background-color: #6cc247;
    color: #fff;
}

@media (min-width: 1200px) {
    .home-slider .container {
        max-width: 1170px;
    }
}

@media (min-width: 769px) {
    .home-categories__list a {
        font-size: 0.9375rem;
    }
}

@media (max-width: 768px) {
    .home-hero {
        min-height: auto;
        padding-bottom: 1.8rem;
    }

    .home-slider .container {
        padding-top: 1.5625rem;
        padding-bottom: 0.9375rem;
    }

    .home-slider__item {
        min-height: 7.5rem;
    }

    .home-slider__title {
        font-size: 1.4rem;
    }

    .home-slider__item img {
        width: 12.375rem;
        height: 7.5rem;
    }

    .home-search__operations {
        width: 13.75rem;
    }

    .home-search__operations button {
        width: 7.5rem;
        font-size: 0.9rem;
    }

    .home-search__operations button + button {
        margin-left: -1.25rem;
        padding-left: 0.625rem;
    }

    .home-search__control input {
        padding-left: 12.5rem;
        font-size: 0.875rem;
    }

    .home-categories h2 {
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
        font-size: 1rem;
    }

    .home-categories__list a {
        padding-top: 0.500rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 991.98px) {
    .home-header__left,
    .home-header__right {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .home-header {
        padding-bottom: 0.75rem;
    }

    .home-header > .row:first-child {
        max-width: 52rem;
        margin-right: auto;
        margin-left: auto;
    }

    .home-header__left,
    .home-header__right {
        gap: 1rem;
        flex-wrap: nowrap;
    }

    .home-header__left {
        justify-content: flex-start;
    }

    .home-header__right {
        justify-content: flex-end;
    }

    .home-header__nav {
        gap: 1rem;
    }

    .home-header__nav a,
    .home-header__favorites {
        font-size: 0.8125rem;
    }

    .home-header__phone {
        gap: 0.35rem;
        font-size: 1.125rem;
    }

    .home-header__phone .icon-phone-outline {
        font-size: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .home-header__desktop {
        display: none;
    }

    .home-mobile-header {
        display: block;
        padding-top: 4rem;
        padding-bottom: 0.5rem;
    }

    .home-mobile-header__logo {
        display: inline-block;
        width: min(10.375rem, 60vw);
    }

    .home-mobile-header__logo img {
        display: block;
        width: 100%;
        height: auto;
    }

    .home-mobile-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        display: block;
        background-color: #fafafa;
        border-bottom: 1px solid #026930;
    }

    .home-mobile-nav__bar {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 3.125rem;
        padding: 0 1.25rem;
    }

    .home-mobile-nav__toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.25rem;
        width: 2.75rem;
        height: 2.25rem;
        padding: 0.5rem;
        border: 1px solid #026930;
        border-radius: 0.25rem;
        background: transparent;
    }

    .home-mobile-nav__toggle > span:not(.visually-hidden) {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #026930;
    }

    .home-mobile-nav__favorites {
        position: relative;
        padding-right: 1.875rem;
        color: #026930;
        font-size: 0.875rem;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
    }

    .home-mobile-nav__favorites .icon-heart-empty {
        position: absolute;
        top: 50%;
        right: 0;
        color: #ff0000;
        font-size: 1.8rem;
        line-height: 1em;
        transform: translateY(-50%);
    }

    .home-mobile-nav__favorites .icon-heart-empty::before {
        margin: 0;
    }

    .home-mobile-nav__favorites:hover,
    .home-mobile-nav__favorites:focus {
        color: #026930;
    }

    .home-mobile-nav__favorites:hover .icon-heart-empty::before {
        content: '\e803';
    }

    .home-mobile-nav__links {
        display: none;
        border-top: 1px solid #e4e4e4;
    }

    .home-mobile-nav.is-open .home-mobile-nav__links {
        display: block;
    }

    .home-mobile-nav__links a {
        display: block;
        padding: 0.75rem 1rem;
        color: #026930;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.25;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .home-mobile-nav__links a:hover,
    .home-mobile-nav__links a:focus,
    .home-mobile-nav__links a[aria-current='page'] {
        color: #fff;
        background-color: #026930;
    }
}

@media (max-width: 767.98px) {
    .home-search__control {
        height: 2.75rem;
    }

    .home-search__operations {
        width: 12rem;
    }

    .home-search__operations button {
        width: 6.25rem;
        font-size: 0.85rem;
    }

    .home-search__operations button + button {
        width: 6.5625rem;
        margin-left: -1.5625rem;
        padding-right: 0;
        padding-left: 1.25rem;
        text-align: center;
    }

    .home-search__control input {
        padding-left: 11.25rem;
        padding-right: 3.625rem;
        font-size: 0.875rem;
    }

    .home-search__submit {
        width: 3.4375rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .home-header__left,
    .home-header__right,
    .home-header__nav {
        gap: 1rem;
    }

    .home-header__phone {
        font-size: 1.05rem;
    }

}

/* Vitrine de imóveis */
.home-property-showcases{
    padding-bottom: 2rem;
    background-color: #e8e9eb;
}
.property-showcase {
    overflow: hidden;
    padding: 1.5rem 0 0.75rem;
    background-color: #e8e9eb;
}

.property-showcase__container {
    max-width: 120rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.property-showcase__header {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.property-showcase__header h2 {
    margin: 0;
    color: #47524d;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.property-showcase__header a {
    color: #344542;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}

.property-showcase__header a::before {
    margin-right: 0.5rem;
    color: #47524d;
    content: '›';
    font-size: 1.5rem;
    line-height: 0;
    vertical-align: -0.125rem;
}

.property-showcase__header a span {
    text-transform: uppercase;
}

.property-showcase__header a:hover {
    color: #006a2d;
}

.property-showcase .property-showcase__swiper {
    overflow: visible;
}

.property-showcase__swiper .swiper-slide {
    height: auto;
}

.property-card {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    background-color: #fff;
}

.property-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.343 / 1;
    background: #dfe2e3;
}

.property-card__image .swiper,
.property-card__image .swiper-wrapper,
.property-card__image .swiper-slide,
.property-card__image a,
.property-card__image img {
    width: 100%;
    height: 100%;
}

.property-card__image a {
    position: relative;
    display: block;
}

.property-card__image img {
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.property-card__image img.is-loaded {
    opacity: 1;
}

.property-image-carousel__navigation {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 1.875rem;
    height: 6.25rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 2.125rem;
    opacity: 0.9;
    transform: translateY(-50%);
}

.property-image-carousel__navigation span::before {
    margin: 0;
}

.property-image-carousel__navigation--previous {
    left: 0;
}

.property-image-carousel__navigation--next {
    right: 0;
}

.property-image-carousel__navigation.swiper-button-disabled {
    cursor: default;
    opacity: 0.25;
}

.property-image-carousel__image-spinner {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8e9eb;
}

.property-image-carousel__image-spinner::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #d5d5d5;
    border-top-color: #999;
    border-radius: 50%;
    animation: property-image-carousel-spin 0.7s linear infinite;
}

@keyframes property-image-carousel-spin {
    to {
        transform: rotate(360deg);
    }
}

.property-card__ribbon {
    position: absolute;
    top: 34px;
    right: -34px;
    display: block;
    width: 160px;
    padding: 7px 5px 5px 5px;
    background-color: #f71920;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(45deg);
    z-index: 99;
    pointer-events: none;
}

.property-card__info {
    flex: 1;
    padding: 0.75rem 0.8125rem 0.625rem;
}

.property-card__info h3,
.property-card__info p,
.property-card__info strong {
    display: block;
    margin: 0;
}

.property-card__info h3 {
    margin-bottom: 0.25rem;
    color: #006a2d;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.property-card__info p {
    color: #363636;
    font-size: 0.8125rem;
    line-height: 1.3;
    text-transform: uppercase;
}

.property-card__info strong {
    margin-top: 0.125rem;
    color: #181818;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.property-card__features {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 3rem;
    padding: 0.5rem 0.625rem 0.25rem;
    background-color: #fcfcfc;
}

.property-card__features > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.125rem;
}

.property-card__features span {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    color: #1a1a1a;
    font-size: 0.75rem;
}

.property-card__features span i {
    display: grid;
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.1875rem;
    border: 1px solid #f0f0f0;
    color: #006a2d;
    font-size: 1rem;
    place-items: center;
}

.property-card__features span i::before {
    margin: 0;
}

.property-card__favorite {
    display: grid;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: 1px solid #f0f0f0;
    background: #fff;
    color: #f71920;
    font-size: 1.25rem;
    place-items: center;
}

.property-card__favorite i::before {
    margin: 0;
}

.property-showcase__navigation {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    width: 2.1875rem;
    height: 6.25rem;
    padding: 0;
    border: 0;
    background: rgba(71, 82, 77, 0.85);
    color: #fff;
    font-size: 1.5rem;
    place-items: center;
    transform: translateY(-50%);
}

.property-showcase__navigation span::before {
    margin: 0;
}

.property-showcase__navigation--previous {
    left: -2.5rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.property-showcase__navigation--next {
    right: -2.5rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.property-showcase__navigation.swiper-button-disabled {
    cursor: default;
    opacity: 0.5;
}

.property-showcase__pagination {
    display: none;
    padding-top: 0.625rem;
    text-align: center;
}

.property-showcase__pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.375rem !important;
    background: #c1c4c4;
    opacity: 1;
}

.property-showcase__pagination .swiper-pagination-bullet-active {
    background: #47524d;
}

@media (max-width: 767.98px) {
    .property-showcase {
        padding-top: 1.25rem;
    }

    .property-showcase__container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .property-showcase__header {
        display: block;
    }

    .property-showcase__header h2 {
        margin-bottom: 0.375rem;
        font-size: 1.375rem;
    }

    .property-showcase__header a {
        font-size: 0.8125rem;
    }

    .property-showcase__navigation {
        display: none;
    }

    .property-showcase__pagination {
        display: block;
    }
}

/* Rodapé */
.site-footer {
    color: #fff;
    background-color: #48534d;
}

.site-footer .container {
    width: 87.5rem;
    max-width: 100%;
    padding-top: 0.9375rem;
    padding-bottom: 0;
}

.site-footer__column {
    position: relative;
}

.site-footer__column::after {
    position: absolute;
    top: 2.1875rem;
    right: 0;
    width: 3.125rem;
    height: 1px;
    background-color: #fafafa;
    content: '';
    transform: rotate(90deg);
}

.site-footer__block {
    width: 18.75rem;
    max-width: 100%;
    margin: 0 auto;
}

.site-footer__block--address {
    width: 21.875rem;
}

.site-footer h2 {
    margin: 0 0 0.5rem;
    color: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
}

.site-footer address,
.site-footer__links {
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.site-footer__phone {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}

.site-footer__links a,
.site-footer__social a {
    color: #fff;
    text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__links a:focus,
.site-footer__phone:hover,
.site-footer__phone:focus,
.site-footer__social a:hover,
.site-footer__social a:focus {
    color: #a8d78e;
}

.site-footer__social {
    display: flex;
    justify-content: center;
    gap: 0.125rem;
    margin-top: 1.5625rem;
}

.site-footer__social a {
    display: grid;
    width: 2rem;
    height: 2rem;
    font-size: 1.8rem;
    place-items: center;
}

.site-footer__social span::before {
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .site-footer__column:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .site-footer .container {
        padding: 1.5rem 1.5rem 0.25rem;
    }

    .site-footer__column {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .site-footer__column::after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0.75rem;
        transform: none;
    }

    .site-footer__block,
    .site-footer__block--address {
        width: 100%;
    }

    .site-footer__social {
        justify-content: flex-start;
        margin-top: 0;
        margin-bottom: 1rem;
    }
}

/* ===================================================
        Favoritos
=================================================== */
.favorite-button {
    cursor: pointer;
}

.favorite-button:disabled {
    cursor: default;
    opacity: 0.6;
}

.favorite-button i::before {
    margin: 0;
}

.favorite-button .icon-heart,
.favorite-button .icon-heart-empty {
    color: #f00;
}

.favorite-button__spin {
    display: inline-block;
    animation: favoritos-spin 0.8s linear infinite;
}

@keyframes favoritos-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Botão no detalhe do imóvel, alinhado aos compartilhamentos. */
.favorite-button.property-detail__share-action--favorite {
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
}

.favorite-button.property-detail__share-action--favorite > i::before {
    position: static;
    color: #f00;
    font-size: 1.5em;
    transform: none;
}

/* Página de favoritos */
.favoritos-page {
    min-height: 37.5rem;
    padding: 3.125rem 0 4rem;
}

.favoritos-page__container {
    max-width: 78.125rem;
}

.favoritos-page__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.1875rem;
}

.favoritos-page__header h1,
.favoritos-colecao__header h1 {
    margin: 0;
    color: #47524d;
    font: 700 2.25rem/1.2 'Poppins', sans-serif;
}

.favoritos-page__new-list {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #6c7873;
    font: 700 1.5rem/1.2 'Poppins', sans-serif;
}

.favoritos-page__new-list-icon {
    display: inline-grid;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    background: #6c7873;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1;
    place-items: center;
}

.favoritos-page__new-list-icon span {
    display: grid;
    width: 1em;
    height: 1em;
    line-height: 1;
    place-items: center;
}

.favoritos-page__new-list-icon span::before {
    margin: 0;
    line-height: 1;
}

.favoritos-page__new-list:hover,
.favoritos-page__new-list:focus {
    color: #006b31;
}

.favoritos-page__new-list:hover .favoritos-page__new-list-icon,
.favoritos-page__new-list:focus .favoritos-page__new-list-icon {
    background: #006b31;
}

.favoritos-page__status {
    padding: 2rem 0;
    color: #6a7472;
    font: 400 0.9375rem/1.4 'Poppins', sans-serif;
}

.favoritos-section__conteudo {
    min-height: 28rem;
}

.favoritos-page__grade {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.875rem 1.25rem;
}

.favoritos-colecao-item {
    position: relative;
    overflow: hidden;
    max-width: 25rem;
    border-bottom: 3px solid #006b31;
    background: #fafafa;
}

.favoritos-colecao-item__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.favoritos-colecao-item__imagens {
    height: 14rem;
    background: #eef1f5;
}

.favoritos-colecao-item__imagens img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.favorite-list-cover-carousel {
    position: relative;
    height: 14rem;
    overflow: hidden;
    background: #eef1f5;
}

.favorite-list-cover-carousel__swiper,
.favorite-list-cover-carousel__swiper .swiper-wrapper,
.favorite-list-cover-carousel__swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.favorite-list-cover-carousel__swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.favorite-list-cover-carousel__navigation {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    width: 1.875rem;
    height: 6.25rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 2.125rem;
    opacity: 0.9;
    place-items: center;
    transform: translateY(-50%);
}

.favorite-list-cover-carousel__navigation:hover,
.favorite-list-cover-carousel__navigation:focus {
    opacity: 1;
}

.favorite-list-cover-carousel__navigation span::before {
    margin: 0;
}

.favorite-list-cover-carousel__navigation--previous {
    left: 0;
}

.favorite-list-cover-carousel__navigation--next {
    right: 0;
}

.favorite-list-cover-carousel__navigation.swiper-button-disabled {
    cursor: default;
    opacity: 0.25;
}

.favoritos-colecao-item__sem-imagem {
    display: grid;
    width: 100%;
    height: 100%;
    color: #b6c0bc;
    font-size: 2rem;
    place-items: center;
}

.favoritos-colecao-item h2 {
    margin: 0;
    color: #016f30;
    font: 700 1.125rem/1.3 'Poppins', sans-serif;
    text-transform: uppercase;
}

.favoritos-colecao-item p {
    margin: 0.25rem 0 0;
    color: #4a4a4a;
    font: 400 0.875rem/1.3 'Poppins', sans-serif;
}

.favoritos-colecao-item__info {
    min-height: 5.5rem;
    padding: 0.875rem 0.875rem 0.5rem;
}

.favoritos-colecao-item__edit {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 2.5rem;
    padding: 0.625rem;
    border: 0;
    background: rgba(0, 107, 49, 0.8);
    color: #fff;
    font: 500 0.875rem/1.2 'Poppins', sans-serif;
    text-align: right;
}

.favoritos-colecao-item__edit span::before {
    margin: 0 0 0 0.25rem;
}

.favoritos-colecao-item__acoes,
.favoritos-colecao__acoes {
    display: flex;
    justify-content: flex-end;
    gap: 0.25rem;
    padding: 0.25rem 0.875rem 0.875rem;
}

.favoritos-colecao__acoes {
    padding: 0;
}

.favoritos-colecao-item__acoes button,
.favoritos-colecao-item__acoes a,
.favoritos-colecao__acoes button,
.favoritos-colecao__acoes a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #006a2d;
    cursor: pointer;
    text-decoration: none;
}

.favoritos-colecao-item__acoes i::before,
.favoritos-colecao__acoes i::before {
    margin: 0;
}

.favoritos-colecao-item__acoes button:hover,
.favoritos-colecao-item__acoes button:focus,
.favoritos-colecao-item__acoes a:hover,
.favoritos-colecao-item__acoes a:focus {
    color: #004f24;
}

.favoritos-colecao-item__copiado {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.3125rem 0.5rem;
    background: #006b31;
    color: #fff;
    font: 400 0.6875rem/1.2 'Poppins', sans-serif;
}

/* Detalhe de uma coleção */
.favoritos-colecao {
    padding: 0 0 3rem;
}

.favoritos-colecao__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2.1875rem;
}

.favoritos-colecao__topo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

@media (max-width: 575.98px) {
    .favoritos-page__header,
    .favoritos-colecao__header,
    .favoritos-colecao__topo {
        flex-direction: column;
        align-items: flex-start;
    }

    .favoritos-page__header h1,
    .favoritos-colecao__header h1 {
        font-size: 1.875rem;
    }

    .favoritos-page__new-list {
        font-size: 1.25rem;
    }
}

.favoritos-colecao__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.875rem 1.25rem;
}

.favoritos-colecao__vazio {
    padding: 2rem 0;
    color: #6a7472;
    font: 400 0.9375rem/1.4 'Poppins', sans-serif;
}

@media (max-width: 991.98px) {
    .favoritos-page__grade,
    .favoritos-colecao__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .favoritos-page {
        padding-top: 2rem;
    }

    .favoritos-section__conteudo {
        min-height: 20rem;
    }

    .favoritos-page__grade,
    .favoritos-colecao__grid {
        grid-template-columns: 1fr;
    }

    .favoritos-colecao-item {
        max-width: none;
    }
}

/* Modais de favoritos */
.favoritos-modal {
    position: fixed;
    z-index: 1050;
    inset: 0;
    display: grid;
    padding: 1rem;
    background: rgba(27, 41, 34, 0.58);
    place-items: center;
    overflow: auto;
}

.favoritos-modal__painel {
    position: relative;
    width: 100%;
    max-width: 36rem;
    max-height: 90vh;
    padding: 1.75rem;
    overflow: auto;
    background: #fff;
    border-top: 4px solid #006b31;
    border-radius: 0.625rem;
    box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, 0.28);
}

.favoritos-modal__fechar {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: grid;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #56635e;
    cursor: pointer;
    place-items: center;
}

.favoritos-modal__fechar i::before,
.favoritos-modal__fechar span::before {
    margin: 0;
}

.favoritos-modal__titulo {
    margin-bottom: 1.25rem;
    padding-right: 2rem;
    color: #006b31;
    font: 700 1.375rem/1.3 'Poppins', sans-serif;
}

.favoritos-modal__lista {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.favoritos-modal__lista li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.favoritos-modal__lista label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    color: #45514c;
    font: 400 0.9375rem/1.3 'Poppins', sans-serif;
    cursor: pointer;
}

.favoritos-modal__lista input {
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: #6cc247;
}

.favoritos-modal__form {
    display: grid;
    gap: 0.75rem;
}

.favoritos-modal__campo-acao {
    display: flex;
    align-items: flex-end;
    gap: 0.625rem;
}

.favoritos-modal__campo {
    display: grid;
    flex: 1;
    gap: 0.375rem;
    color: #45514c;
    font: 500 0.8125rem/1.2 'Poppins', sans-serif;
}

.favoritos-modal__campo input {
    width: 100%;
    height: 2.25rem;
    padding: 0.375rem 0.625rem;
    border: 1px solid #b9cbbd;
    border-radius: 0.375rem;
    color: #4c5250;
    font: 400 0.875rem/1 'Poppins', sans-serif;
    outline: 0;
}

.favoritos-modal__campo input:focus {
    border-color: #6cc247;
    box-shadow: 0 0 0 0.15rem rgba(108, 194, 71, 0.2);
}

.favoritos-modal__salvar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6.5rem;
    height: 2.25rem;
    padding: 0 1rem;
    border: 0;
    line-height: 120%;
    border-radius: 0.375rem;
    background: #006b31;
    color: #fff;
    font: 600 0.8125rem/1 'Poppins', sans-serif;
    text-transform: uppercase;
}

.favoritos-modal__salvar:hover,
.favoritos-modal__salvar:focus {
    background: #005525;
}

.favoritos-modal__salvar:disabled {
    cursor: wait;
    opacity: 0.65;
}

.favoritos-modal__acoes {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

.favoritos-modal__remover-lista {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0;
    border: 0;
    background: transparent;
    color: #79837f;
    font: 500 0.8125rem/1.2 'Poppins', sans-serif;
}

.favoritos-modal__remover-lista:hover,
.favoritos-modal__remover-lista:focus-visible {
    color: #c13737 !important;
}

.favoritos-modal__remover-lista .icon-cancel::before {
    margin: 0;
    color: #79837f;
}

.favoritos-modal__remover-lista:hover .icon-cancel::before,
.favoritos-modal__remover-lista:focus-visible .icon-cancel::before {
    color: #c13737 !important;
}

@media (max-width: 575.98px) {
    .favoritos-modal__painel {
        padding: 1.25rem;
    }

    .favoritos-modal__campo-acao {
        align-items: stretch;
        flex-direction: column;
    }

    .favoritos-modal__salvar {
        width: 100%;
    }
}

.favoritos-modal__itens {
    margin-top: 1rem;
    overflow: auto;
}

.favoritos-modal__itens table {
    width: 100%;
    border-collapse: collapse;
    font: 400 0.8125rem/1.3 'Poppins', sans-serif;
}

.favoritos-modal__itens th,
.favoritos-modal__itens td {
    padding: 0.375rem 0.5rem;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
}

.favoritos-modal__itens th {
    color: #6a7472;
    font-weight: 600;
}

.favoritos-modal__itens .favoritos-modal__coluna-link {
    width: 4.5rem;
    text-align: center;
}

.favoritos-modal__itens a {
    color: #006a2d;
}

.favoritos-modal__itens i::before {
    margin: 0;
}

.favoritos-modal__remover {
    padding: 0;
    border: 0;
    background: transparent;
    color: #f00;
    cursor: pointer;
}

.favoritos-modal__vazio {
    margin: 1rem 0 0;
    color: #6a7472;
    font: 400 0.875rem/1.4 'Poppins', sans-serif;
}

/* Compartilhar */
.property-share-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.property-share-trigger .icon-paper-plane-empty::before {
    margin: 0;
}

.property-share {
    position: fixed;
    z-index: 1080;
    inset: 0;
    display: grid;
    padding: 1rem;
    overflow-y: auto;
    background: rgba(31, 41, 37, 0.55);
    place-items: center;
}

.property-share__dialog {
    width: min(100%, 35rem);
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.24);
}

.property-share__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.property-share__header h2 {
    margin: 0;
    color: #006a2d;
    font-size: 1.25rem;
    font-weight: 700;
}

.property-share__close {
    padding: 0;
    border: 0;
    background: transparent;
    color: #45514c;
    font-size: 1.25rem;
}

.property-share__close .icon-cancel::before {
    margin: 0;
}

.property-share__title {
    margin: 0.75rem 0 1rem;
    color: #45514c;
    font: 500 0.875rem/1.4 'Poppins', sans-serif;
}

.property-share__actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    gap: 0.5rem;
}

.property-share__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    min-height: 2.5rem;
    border: 1px solid #dfe4df;
    border-radius: 0.375rem;
    background: #fff;
    color: #45514c;
    font: 500 0.8125rem/1.2 'Poppins', sans-serif;
}

.property-share__action:hover,
.property-share__action:focus,
.property-share__action.is-active {
    border-color: #6cc247;
    color: #006a2d;
}

.property-share__action span::before {
    margin: 0;
}

.property-share__form {
    display: grid;
    gap: 0.5rem;
    margin-top: 1rem;
}

.property-share__form label {
    color: #45514c;
    font: 500 0.8125rem/1.2 'Poppins', sans-serif;
}

.property-share__submit {
    min-height: 2.5rem;
    margin-top: 0.25rem;
    padding: 0.5rem 1rem;
    border: 0;
    border-radius: 999px;
    background-color: #6cc247;
    color: #fff;
    font: 700 0.75rem/1 'Poppins', sans-serif;
    justify-self: start;
    text-transform: uppercase;
}

.property-share__submit:hover,
.property-share__submit:focus {
    background-color: #58a535;
}

.property-share__submit:disabled {
    cursor: wait;
    opacity: 0.65;
}

.property-share__field-error {
    margin: 0;
    color: #b83232;
    font: 400 0.75rem/1.3 'Poppins', sans-serif;
}

.property-share__status {
    margin: 1rem 0 0;
    font: 400 0.8125rem/1.4 'Poppins', sans-serif;
}

.property-share__status--success {
    color: #006a2d;
}

.property-share__status--error {
    color: #b83232;
}

.favoritos-share__acoes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.favoritos-share__acao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.5rem;
    border: 1px solid #dfe4df;
    border-radius: 0.375rem;
    background: #fff;
    color: #45514c;
    font: 500 0.8125rem/1.2 'Poppins', sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.favoritos-share__acao:hover {
    border-color: #6cc247;
    color: #006a2d;
}

.favoritos-share__acao i::before {
    margin: 0;
    font-size: 1.125rem;
}

.favoritos-share__erro {
    margin: 0;
    color: #f00;
    font: 400 0.8125rem/1.3 'Poppins', sans-serif;
}

.favoritos-share__sucesso {
    margin: 0;
    color: #006a2d;
    font: 400 0.8125rem/1.3 'Poppins', sans-serif;
}

/* Tarja de destaque no detalhe do imóvel */
.property-detail__views {
    margin: 0.25rem 0 0;
    color: #777;
    font: 400 0.75rem/1.3 'Poppins', sans-serif;
    text-transform: lowercase;
}

.property-detail__tarja {
    display: inline-block;
    margin-top: 0.55rem;
    padding: 0.4rem 0.875rem;
    border-radius: 999px;
    color: #fff;
    font: 700 0.75rem/1 'Poppins', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
/* Select único */
.single-select {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.single-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 1.875rem;
  padding: 0.375rem 0.625rem;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #555;
  font: 400 0.875rem/1.42857143 Arial, Helvetica, sans-serif;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}

.single-select__trigger:focus,
.single-select--open .single-select__trigger {
  outline: 0;
  box-shadow: 0 0 0 1px #b0d687;
}

.single-select__text {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-select__arrow {
  width: 0;
  height: 0;
  margin-left: 0.5rem;
  flex: 0 0 auto;
  border-top: 5px solid #7e7e7e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.single-select--open .single-select__arrow {
  border-top: 0;
  border-bottom: 5px solid #7e7e7e;
}

.single-select__options {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  max-height: 18.75rem;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  border: 1px solid #b0d687;
  background: #fff;
  list-style: none;
}

.single-select__option {
  padding: 0.375rem 0.5rem;
  color: #363636;
  font: 400 0.8125rem/1.2 Arial, Helvetica, sans-serif;
  text-transform: none;
  cursor: pointer;
}

.single-select__option:hover,
.single-select__option--selected {
  background: #b0d687;
}
