html {
    scroll-behavior: smooth;
}

.site-corretor.broker-template-9 {
    --template-9-ink: #17231d;
    --template-9-deep: #21342a;
    --template-9-muted: #66736c;
    --template-9-line: #dfe5e1;
    --template-9-soft: #f3f5f1;
    --template-9-sand: #eee8dc;
    --template-9-surface: #ffffff;
    --template-9-accent: var(--broker-layout-brand, #b68a43);
    --template-9-title: var(--broker-layout-title, #17231d);
    --template-9-shadow: 0 22px 58px rgba(23, 35, 29, 0.1);
    --template-9-shadow-soft: 0 14px 34px rgba(23, 35, 29, 0.07);
    background: var(--template-9-soft);
    color: var(--template-9-ink);
    overflow-x: hidden;
}

.site-corretor.broker-template-9,
.site-corretor.broker-template-9 input,
.site-corretor.broker-template-9 select,
.site-corretor.broker-template-9 textarea,
.site-corretor.broker-template-9 button {
    font-family: "Lato", sans-serif;
}

.site-corretor.broker-template-9 h1,
.site-corretor.broker-template-9 h2,
.site-corretor.broker-template-9 h3,
.site-corretor.broker-template-9 h4,
.site-corretor.broker-template-9 h5,
.site-corretor.broker-template-9 h6 {
    color: var(--template-9-title);
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}

.site-corretor.broker-template-9 a:focus-visible,
.site-corretor.broker-template-9 button:focus-visible,
.site-corretor.broker-template-9 input:focus-visible,
.site-corretor.broker-template-9 select:focus-visible,
.site-corretor.broker-template-9 textarea:focus-visible {
    outline: 3px solid var(--template-9-accent);
    outline-offset: 3px;
}

/* Header and navigation */
.site-corretor.broker-template-9 #header-container {
    position: relative;
    z-index: 1000;
}

.site-corretor.broker-template-9 #header,
.site-corretor.broker-template-9 #header.cloned,
.site-corretor.broker-template-9 #header.sticky,
.site-corretor.broker-template-9.hd-white #header {
    background: rgba(255, 255, 255, 0.97) !important;
    border-bottom: 1px solid rgba(23, 35, 29, 0.09);
    box-shadow: 0 8px 30px rgba(23, 35, 29, 0.06);
    backdrop-filter: blur(14px);
}

.site-corretor.broker-template-9 #header-container.is-scrolled #header,
.site-corretor.broker-template-9 #header.cloned.sticky {
    box-shadow: 0 12px 34px rgba(23, 35, 29, 0.12);
}

.site-corretor.broker-template-9 .container-header {
    min-height: 82px;
}

.site-corretor.broker-template-9 #logo img {
    max-height: 58px;
    max-width: min(230px, 22vw);
    object-fit: contain;
}

.site-corretor.broker-template-9 #navigation.style-1 ul {
    align-items: center;
    gap: 0.12rem;
}

.site-corretor.broker-template-9 #navigation.style-1 ul li,
.site-corretor.broker-template-9 #navigation.style-1 ul li a {
    border-radius: 0 !important;
}

.site-corretor.broker-template-9 #navigation.style-1 ul li a {
    color: var(--template-9-ink) !important;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    padding: 0.78rem 0.72rem;
    position: relative;
    text-transform: uppercase;
}

.site-corretor.broker-template-9 #navigation.style-1 ul li a::after {
    background: var(--template-9-accent);
    bottom: 0.35rem;
    content: "";
    height: 2px;
    left: 0.72rem;
    position: absolute;
    right: 0.72rem;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

.site-corretor.broker-template-9 #navigation.style-1 ul li:hover,
.site-corretor.broker-template-9 #navigation.style-1 ul li.active {
    background: transparent !important;
}

.site-corretor.broker-template-9 #navigation.style-1 ul li a:hover::after,
.site-corretor.broker-template-9 #navigation.style-1 ul li a.active::after {
    transform: scaleX(1);
}

.site-corretor.broker-template-9 .header-widget .button,
.site-corretor.broker-template-9 .header-widget .button.border {
    background: var(--template-9-deep) !important;
    border: 1px solid var(--template-9-deep) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.035em;
    padding: 0.78rem 1.1rem !important;
    text-transform: uppercase !important;
}

.site-corretor.broker-template-9 .fav-topo {
    align-items: center;
    background: #fff;
    border: 1px solid var(--template-9-line);
    border-radius: 50%;
    color: var(--template-9-deep) !important;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

/* Shared actions and fields */
.site-corretor.broker-template-9 .btn.btn-yellow,
.site-corretor.broker-template-9 .btn.btn-primary,
.site-corretor.broker-template-9 button.btn-primary,
.site-corretor.broker-template-9 .enviarformimovel,
.site-corretor.broker-template-9 input[type="submit"],
.site-corretor.broker-template-9 a.button {
    background: var(--template-9-accent) !important;
    border: 1px solid var(--template-9-accent) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: var(--broker-layout-button-text, #fff) !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em;
    text-transform: none !important;
}

.site-corretor.broker-template-9 .form-control,
.site-corretor.broker-template-9 input,
.site-corretor.broker-template-9 select,
.site-corretor.broker-template-9 textarea,
.site-corretor.broker-template-9 .select2-container--default .select2-selection--single {
    border-color: var(--template-9-line) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}

.site-corretor.broker-template-9 .form-control:focus,
.site-corretor.broker-template-9 input:focus,
.site-corretor.broker-template-9 select:focus,
.site-corretor.broker-template-9 textarea:focus {
    border-color: var(--template-9-accent) !important;
    box-shadow: 0 0 0 3px rgba(33, 52, 42, 0.08) !important;
}

/* Home hero */
.site-corretor.broker-template-9 .broker-estate-home {
    background: var(--template-9-soft);
}

.site-corretor.broker-template-9 .broker-estate-hero {
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(16, 27, 21, 0.9) 0%, rgba(16, 27, 21, 0.78) 42%, rgba(16, 27, 21, 0.34) 70%, rgba(16, 27, 21, 0.18) 100%),
        var(--template-9-hero-image);
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: clamp(690px, 82vh, 880px);
    padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3.5rem, 7vw, 5.8rem);
    position: relative;
}

.site-corretor.broker-template-9 .broker-estate-hero::after {
    background: linear-gradient(180deg, transparent 65%, rgba(10, 18, 14, 0.38) 100%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.site-corretor.broker-template-9 .broker-estate-hero-container {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 5vw, 5.5rem);
    grid-template-columns: minmax(0, 0.93fr) minmax(430px, 0.72fr);
    position: relative;
    z-index: 2;
}

.site-corretor.broker-template-9 .broker-estate-hero-copy {
    max-width: 720px;
}

.site-corretor.broker-template-9 .broker-estate-eyebrow {
    color: var(--template-9-accent);
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-corretor.broker-template-9 .broker-estate-hero-copy h1 {
    color: #fff !important;
    font-size: clamp(2.65rem, 5vw, 5.25rem);
    font-weight: 800;
    line-height: 0.99;
    margin: 0.75rem 0 1.2rem;
    max-width: 760px;
}

.site-corretor.broker-template-9 .broker-estate-hero-copy > p {
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 1.35vw, 1.22rem);
    line-height: 1.65;
    margin: 0;
    max-width: 640px;
}

.site-corretor.broker-template-9 .broker-estate-confidence {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.1rem;
    margin-top: 1.7rem;
}

.site-corretor.broker-template-9 .broker-estate-confidence span {
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.42rem;
}

.site-corretor.broker-template-9 .broker-estate-confidence i {
    color: var(--template-9-accent);
}

.site-corretor.broker-template-9 .broker-estate-search-panel {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 6px;
    box-shadow: 0 34px 80px rgba(5, 13, 9, 0.3);
    padding: clamp(1.25rem, 2.3vw, 2rem);
}

.site-corretor.broker-template-9 .broker-estate-search-heading {
    border-bottom: 1px solid var(--template-9-line);
    margin-bottom: 1rem;
    padding-bottom: 0.9rem;
}

.site-corretor.broker-template-9 .broker-estate-search-heading span {
    color: var(--template-9-ink);
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 800;
    letter-spacing: -0.025em;
}

.site-corretor.broker-template-9 .broker-estate-search-heading p {
    color: var(--template-9-muted);
    font-size: 0.9rem;
    margin: 0.3rem 0 0;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .broker-search-module {
    background: transparent;
    box-shadow: none;
    margin: 0;
    max-width: none !important;
    opacity: 1 !important;
    padding: 0 !important;
    transform: none !important;
    width: 100% !important;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab {
    background: var(--template-9-soft);
    border: 1px solid var(--template-9-line);
    border-radius: 4px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 0.85rem;
    overflow: hidden;
    padding: 0;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab .nav-item {
    border-right: 1px solid var(--template-9-line);
    margin: 0;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab .nav-item:last-child {
    border-right: 0;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab .nav-link {
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--template-9-muted) !important;
    font-size: 0.75rem;
    font-weight: 900;
    padding: 0.75rem 0.35rem;
    text-align: center;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab .nav-link.active,
.site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab .nav-link:hover {
    background: var(--template-9-deep) !important;
    color: #fff !important;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .rld-main-search {
    background: transparent;
    padding: 0;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .rld-main-search > .row {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: 1fr;
    margin: 0;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .rld-single-input,
.site-corretor.broker-template-9 .broker-estate-search-panel .rld-single-select,
.site-corretor.broker-template-9 .broker-estate-search-panel .broker-search-action,
.site-corretor.broker-template-9 .broker-estate-search-panel .form-group {
    flex: none !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.site-corretor.broker-template-9 .broker-estate-search-panel input,
.site-corretor.broker-template-9 .broker-estate-search-panel .select2-container--default .select2-selection--single {
    background: #fff !important;
    min-height: 50px !important;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .select2-container--default .select2-selection--single .select2-selection__rendered,
.site-corretor.broker-template-9 .broker-estate-search-panel .select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 48px !important;
}

.site-corretor.broker-template-9 .broker-estate-search-panel #btnBuscar,
.site-corretor.broker-template-9 .broker-estate-search-panel #btnBuscarPorCodigo {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 50px;
    width: 100%;
}

.site-corretor.broker-template-9 .broker-estate-search-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.9rem;
    margin-top: 0.9rem;
}

.site-corretor.broker-template-9 .broker-estate-search-shortcuts a {
    color: var(--template-9-deep);
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-corretor.broker-template-9 .broker-estate-scroll-cue {
    align-items: center;
    bottom: 1.25rem;
    color: #fff !important;
    display: flex;
    font-size: 0.72rem;
    font-weight: 800;
    gap: 0.55rem;
    left: 50%;
    letter-spacing: 0.08em;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
    z-index: 3;
}

/* Home sections */
.site-corretor.broker-template-9 .broker-estate-services,
.site-corretor.broker-template-9 .broker-estate-showcase,
.site-corretor.broker-template-9 .broker-estate-guidance,
.site-corretor.broker-template-9 .broker-estate-neighborhoods,
.site-corretor.broker-template-9 .broker-estate-final-cta {
    padding: clamp(3rem, 5vw, 4.5rem) 0;
}

.site-corretor.broker-template-9 .broker-estate-services,
.site-corretor.broker-template-9 .broker-estate-showcase-rent,
.site-corretor.broker-template-9 .broker-estate-final-cta {
    background: #fff;
}

.site-corretor.broker-template-9 .broker-estate-showcase-sale,
.site-corretor.broker-template-9 .broker-estate-neighborhoods {
    background: var(--template-9-soft);
}

.site-corretor.broker-template-9 .broker-estate-section-heading {
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.site-corretor.broker-template-9 .broker-estate-section-heading-inline {
    align-items: end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.site-corretor.broker-template-9 .broker-estate-section-heading h2,
.site-corretor.broker-template-9 .broker-estate-guidance-copy h2,
.site-corretor.broker-template-9 .broker-estate-neighborhood-intro h2,
.site-corretor.broker-template-9 .broker-estate-final-cta h2 {
    font-size: clamp(2rem, 3.4vw, 3rem);
    font-weight: 800;
    line-height: 1.06;
    margin: 0.5rem 0 0;
}

.site-corretor.broker-template-9 .broker-estate-section-heading > p {
    color: var(--template-9-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    max-width: 500px;
}

.site-corretor.broker-template-9 .broker-estate-service-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: var(--template-9-line);
    border: 1px solid var(--template-9-line);
}

.site-corretor.broker-template-9 .broker-estate-service-card {
    background: #fff;
    color: var(--template-9-ink) !important;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: clamp(1.4rem, 2.7vw, 2.25rem);
    text-decoration: none !important;
    transition: background 180ms ease, transform 180ms ease;
}

.site-corretor.broker-template-9 .broker-estate-service-card:hover {
    background: #fbfcfa;
    transform: translateY(-4px);
}

.site-corretor.broker-template-9 .broker-estate-service-card-accent {
    background: var(--template-9-deep);
    color: #fff !important;
}

.site-corretor.broker-template-9 .broker-estate-service-card-accent:hover {
    background: #18271f;
}

.site-corretor.broker-template-9 .broker-estate-service-icon {
    align-items: center;
    border: 1px solid var(--template-9-line);
    border-radius: 50%;
    color: var(--template-9-accent);
    display: inline-flex;
    font-size: 1.05rem;
    height: 46px;
    justify-content: center;
    margin-bottom: 1.6rem;
    width: 46px;
}

.site-corretor.broker-template-9 .broker-estate-service-card-accent .broker-estate-service-icon {
    border-color: rgba(255, 255, 255, 0.24);
}

.site-corretor.broker-template-9 .broker-estate-service-card small {
    color: var(--template-9-muted);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-corretor.broker-template-9 .broker-estate-service-card-accent small,
.site-corretor.broker-template-9 .broker-estate-service-card-accent p {
    color: rgba(255, 255, 255, 0.68);
}

.site-corretor.broker-template-9 .broker-estate-service-card h3 {
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 800;
    line-height: 1.18;
    margin: 0.55rem 0 0.75rem;
}

.site-corretor.broker-template-9 .broker-estate-service-card-accent h3 {
    color: #fff !important;
}

.site-corretor.broker-template-9 .broker-estate-service-card p {
    color: var(--template-9-muted);
    font-size: 0.93rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.site-corretor.broker-template-9 .broker-estate-service-card strong {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: 0.82rem;
    gap: 0.5rem;
    margin-top: auto;
}

.site-corretor.broker-template-9 .broker-estate-section-link,
.site-corretor.broker-template-9 .broker-estate-guidance-copy > a,
.site-corretor.broker-template-9 .broker-estate-neighborhood-intro > a {
    align-items: center;
    border-bottom: 1px solid currentColor;
    color: var(--template-9-deep) !important;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    gap: 0.5rem;
    padding-bottom: 0.25rem;
    text-decoration: none !important;
    white-space: nowrap;
}

/* Property boxes on home */
.site-corretor.broker-template-9 .broker-estate-property-grid {
    align-items: stretch;
    display: grid !important;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid {
    display: block;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid:nth-child(n+7),
.site-corretor.broker-template-9 .broker-estate-property-grid-compact > .agents-grid:nth-child(n+4) {
    display: none !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .landscapes,
.site-corretor.broker-template-9 .broker-estate-property-grid .project-single {
    background: #fff;
    border: 0;
    border-radius: 0 !important;
    box-shadow: var(--template-9-shadow-soft);
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .project-head {
    aspect-ratio: 16 / 10;
    background: #dfe4df !important;
    min-height: 0;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .project-head .homes,
.site-corretor.broker-template-9 .broker-estate-property-grid .swiper-container,
.site-corretor.broker-template-9 .broker-estate-property-grid .swiper-wrapper,
.site-corretor.broker-template-9 .broker-estate-property-grid .swiper-slide {
    height: 100% !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .swiper-slide {
    padding-top: 0 !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .swiper-slide img {
    height: 100% !important;
    object-fit: cover;
    transition: transform 280ms ease;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .project-single:hover .swiper-slide img {
    transform: scale(1.035);
}

.site-corretor.broker-template-9 .broker-estate-property-grid .homes-content {
    border: 0 !important;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 1.1rem 1.15rem 1rem !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .homes-content h3 {
    font-size: 1.05rem;
    margin-bottom: 0.45rem;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .homes-address {
    color: var(--template-9-muted);
    font-size: 0.82rem;
    min-height: 38px;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .homes-list {
    border-bottom: 1px solid var(--template-9-line);
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.8rem;
    margin-bottom: 0.8rem !important;
    padding: 0 0 0.85rem !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .homes-list li {
    flex: 0 0 auto;
    font-size: 0.75rem;
    width: auto !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .price-properties.footer {
    border: 0;
    margin-top: auto;
    padding-top: 0 !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .price-properties .title,
.site-corretor.broker-template-9 .broker-estate-property-grid .price-properties .title a {
    color: var(--template-9-deep) !important;
    font-size: 1.15rem !important;
    font-weight: 900;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .alert {
    grid-column: 1 / -1;
    margin: 0;
}

/* Guidance and neighborhoods */
.site-corretor.broker-template-9 .broker-estate-guidance {
    background: var(--template-9-deep);
}

.site-corretor.broker-template-9 .broker-estate-guidance-grid {
    align-items: stretch;
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
}

.site-corretor.broker-template-9 .broker-estate-guidance-media {
    background-image: linear-gradient(180deg, rgba(23, 35, 29, 0.04), rgba(23, 35, 29, 0.22)), var(--template-9-hero-image);
    background-position: center;
    background-size: cover;
    min-height: clamp(390px, 42vw, 560px);
}

.site-corretor.broker-template-9 .broker-estate-guidance-copy {
    align-self: center;
    padding: 1rem 0;
}

.site-corretor.broker-template-9 .broker-estate-guidance-copy h2 {
    color: #fff !important;
}

.site-corretor.broker-template-9 .broker-estate-guidance-copy > p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.7;
    margin: 1.2rem 0 1.5rem;
}

.site-corretor.broker-template-9 .broker-estate-guidance-copy ul {
    display: grid;
    gap: 0.8rem;
    list-style: none;
    margin: 0 0 1.8rem;
    padding: 0;
}

.site-corretor.broker-template-9 .broker-estate-guidance-copy li {
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    font-size: 0.9rem;
    gap: 0.7rem;
    line-height: 1.5;
}

.site-corretor.broker-template-9 .broker-estate-guidance-copy li i {
    color: var(--template-9-accent);
    margin-top: 0.18rem;
}

.site-corretor.broker-template-9 .broker-estate-guidance-copy > a {
    color: #fff !important;
}

.site-corretor.broker-template-9 .broker-estate-neighborhood-layout {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
}

.site-corretor.broker-template-9 .broker-estate-neighborhood-intro {
    position: sticky;
    top: 110px;
}

.site-corretor.broker-template-9 .broker-estate-neighborhood-intro p {
    color: var(--template-9-muted);
    line-height: 1.65;
    margin: 1rem 0 1.5rem;
}

.site-corretor.broker-template-9 .broker-estate-neighborhood-grid {
    display: grid !important;
    gap: 0.9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.site-corretor.broker-template-9 .broker-estate-neighborhood-grid > [class*="col-"] {
    flex: none !important;
    max-width: none !important;
    padding: 0 !important;
    width: auto !important;
}

.site-corretor.broker-template-9 .broker-estate-neighborhood-grid .card {
    background: #fff;
    border: 1px solid var(--template-9-line);
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    margin: 0 !important;
}

.site-corretor.broker-template-9 .broker-estate-neighborhood-grid .card-body {
    padding: 1.1rem;
}

.site-corretor.broker-template-9 .broker-estate-neighborhood-grid .card-title {
    font-size: 1rem;
    font-weight: 800;
}

.site-corretor.broker-template-9 .broker-estate-neighborhood-grid .tipo-box {
    align-items: center;
    border-top: 1px solid var(--template-9-line);
    display: flex;
    font-size: 0.78rem;
    justify-content: space-between;
    padding: 0.55rem 0;
}

.site-corretor.broker-template-9 .broker-estate-neighborhood-grid .tipo-link {
    color: var(--template-9-ink) !important;
}

.site-corretor.broker-template-9 .broker-estate-neighborhood-grid .tipo-total {
    color: var(--template-9-muted);
}

.site-corretor.broker-template-9 .broker-estate-final-cta-card {
    align-items: center;
    background: var(--template-9-sand);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: clamp(1.8rem, 4vw, 3.4rem);
}

.site-corretor.broker-template-9 .broker-estate-final-cta-card p {
    color: var(--template-9-muted);
    margin: 0.8rem 0 0;
}

.site-corretor.broker-template-9 .broker-estate-final-cta-card > a {
    align-items: center;
    background: var(--template-9-deep);
    color: #fff !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.83rem;
    font-weight: 900;
    gap: 0.55rem;
    min-height: 52px;
    padding: 0.8rem 1.25rem;
    text-decoration: none !important;
}

/* Internal page hero */
.site-corretor.broker-template-9 .broker-template-page-hero--residence {
    background-image:
        linear-gradient(90deg, rgba(18, 31, 24, 0.95) 0%, rgba(18, 31, 24, 0.78) 55%, rgba(18, 31, 24, 0.42) 100%),
        var(--broker-template-hero-image);
    background-position: center;
    background-size: cover;
    padding: clamp(5rem, 9vw, 8rem) 0 clamp(3.5rem, 7vw, 6rem);
}

.site-corretor.broker-template-9 .broker-template-page-residence-grid {
    align-items: end;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
}

.site-corretor.broker-template-9 .broker-template-page-hero--residence .broker-template-page-hero-copy span {
    color: var(--template-9-accent);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-corretor.broker-template-9 .broker-template-page-hero--residence .broker-template-page-hero-copy h1 {
    color: #fff !important;
    font-size: clamp(2.4rem, 5vw, 4.7rem);
    font-weight: 800;
    line-height: 1;
    margin: 0.65rem 0 0.9rem;
}

.site-corretor.broker-template-9 .broker-template-page-hero--residence .broker-template-page-hero-copy p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    max-width: 650px;
}

.site-corretor.broker-template-9 .broker-template-page-residence-points {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    display: grid;
    gap: 0.75rem;
    padding-left: 1.5rem;
}

.site-corretor.broker-template-9 .broker-template-page-residence-points span {
    align-items: center;
    color: rgba(255, 255, 255, 0.88);
    display: flex;
    font-size: 0.85rem;
    gap: 0.65rem;
}

.site-corretor.broker-template-9 .broker-template-page-residence-points i {
    color: var(--template-9-accent);
    width: 18px;
}

/* Contact, about and content pages */
.site-corretor.broker-template-9 .broker-contact-page,
.site-corretor.broker-template-9 .broker-content-page,
.site-corretor.broker-template-9 .broker-neighborhood-guide,
.site-corretor.broker-template-9 .broker-favorites-section {
    background: var(--template-9-soft) !important;
    padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.site-corretor.broker-template-9 .broker-contact-row {
    align-items: stretch;
}

.site-corretor.broker-template-9 .broker-form-column,
.site-corretor.broker-template-9 .broker-contact-column {
    display: flex;
    flex-direction: column;
}

.site-corretor.broker-template-9 .broker-section-heading span {
    color: var(--template-9-accent) !important;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-corretor.broker-template-9 .broker-section-heading h2,
.site-corretor.broker-template-9 .broker-section-heading h3 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 800;
}

.site-corretor.broker-template-9 .broker-form-card,
.site-corretor.broker-template-9 .broker-contact-card,
.site-corretor.broker-template-9 .broker-rich-content-card,
.site-corretor.broker-template-9 .broker-map-card,
.site-corretor.broker-template-9 .broker-next-steps,
.site-corretor.broker-template-9 .broker-neighborhood-card {
    background: #fff !important;
    border: 1px solid var(--template-9-line) !important;
    border-radius: 0 !important;
    box-shadow: var(--template-9-shadow-soft) !important;
}

.site-corretor.broker-template-9 .broker-form-card,
.site-corretor.broker-template-9 .broker-contact-card,
.site-corretor.broker-template-9 .broker-rich-content-card {
    padding: clamp(1.25rem, 3vw, 2.25rem) !important;
}

.site-corretor.broker-template-9 .broker-contact-card {
    background: var(--template-9-deep) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    height: 100%;
}

.site-corretor.broker-template-9 .broker-contact-card h3,
.site-corretor.broker-template-9 .broker-contact-card p,
.site-corretor.broker-template-9 .broker-contact-card .in-p {
    color: inherit !important;
}

.site-corretor.broker-template-9 .broker-contact-card .info {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding: 0.9rem 0;
}

.site-corretor.broker-template-9 .broker-contact-card .info i {
    color: var(--template-9-accent) !important;
}

.site-corretor.broker-template-9 .broker-map-card,
.site-corretor.broker-template-9 .contact-map {
    border-radius: 0 !important;
    overflow: hidden;
}

.site-corretor.broker-template-9 .broker-neighborhood-guide #guiaBairros {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.site-corretor.broker-template-9 .broker-neighborhood-guide .broker-guide-col {
    flex: none;
    max-width: none;
    padding: 0;
    width: auto;
}

.site-corretor.broker-template-9 .broker-neighborhood-card {
    height: 100%;
    padding: 1.25rem;
}

.site-corretor.broker-template-9 .broker-neighborhood-link {
    border-top: 1px solid var(--template-9-line);
}

/* Listing and search */
.site-corretor.broker-template-9.inner-pages.listing .broker-listing-template-page {
    background: var(--template-9-soft) !important;
    padding-bottom: clamp(3rem, 6vw, 5.5rem) !important;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero {
    background: var(--template-9-deep) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 1.5rem;
    padding: clamp(1.35rem, 3vw, 2.2rem);
}

.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-copy > span,
.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-copy .tituloHeader,
.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-copy .tituloHeader i,
.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-copy .tituloHeader small {
    color: #fff !important;
}

.site-corretor.broker-template-9.inner-pages.listing .widget-boxed.main-search-field {
    background: #fff !important;
    border: 1px solid var(--template-9-line) !important;
    border-radius: 0 !important;
    box-shadow: var(--template-9-shadow-soft) !important;
    padding: 0 !important;
}

.site-corretor.broker-template-9.inner-pages.listing .widget-boxed-header {
    border-bottom: 1px solid var(--template-9-line);
    padding: 1rem 1.1rem !important;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-filter-content {
    padding: 1rem 1.1rem 1.25rem;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-filter-toggle {
    color: var(--template-9-deep);
}

.site-corretor.broker-template-9.inner-pages.listing .rdBusca .btn,
.site-corretor.broker-template-9.inner-pages.listing .btn-boxes {
    background: #fff !important;
    border-color: var(--template-9-line) !important;
    border-radius: 0 !important;
    color: var(--template-9-ink) !important;
}

.site-corretor.broker-template-9.inner-pages.listing .rdBusca .btn.active,
.site-corretor.broker-template-9.inner-pages.listing .rdBusca .btn:hover {
    background: var(--template-9-deep) !important;
    color: #fff !important;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-results-toolbar {
    align-items: center;
    background: #fff;
    border: 1px solid var(--template-9-line);
    border-radius: 0 !important;
    box-shadow: none;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0.75rem;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-intent-tabs {
    border: 0;
    gap: 0.25rem;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-intent-tabs .nav-link {
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--template-9-muted) !important;
    font-size: 0.8rem;
    font-weight: 900;
    padding: 0.65rem 0.8rem;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-intent-tabs .nav-link.active {
    background: var(--template-9-deep) !important;
    color: #fff !important;
}

.site-corretor.broker-template-9.inner-pages.listing #imovel-content {
    align-items: stretch;
    display: grid !important;
    gap: 1.1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.site-corretor.broker-template-9.inner-pages.listing #imovel-content > .property-list-card {
    display: block;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.site-corretor.broker-template-9 .property-card-residence {
    background: #fff;
    border: 1px solid var(--template-9-line);
    border-radius: 0 !important;
    box-shadow: var(--template-9-shadow-soft);
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    overflow: hidden;
}

.site-corretor.broker-template-9 .property-card-residence .property-list-media {
    aspect-ratio: 16 / 10;
    min-height: 0 !important;
    width: 100%;
}

.site-corretor.broker-template-9 .property-card-residence .project-single,
.site-corretor.broker-template-9 .property-card-residence .project-inner,
.site-corretor.broker-template-9 .property-card-residence .homes,
.site-corretor.broker-template-9 .property-card-residence .swiper-container,
.site-corretor.broker-template-9 .property-card-residence .swiper-wrapper,
.site-corretor.broker-template-9 .property-card-residence .swiper-slide {
    border: 0 !important;
    border-radius: 0 !important;
    height: 100% !important;
    margin: 0 !important;
}

.site-corretor.broker-template-9 .property-card-residence .swiper-slide {
    padding-top: 0 !important;
}

.site-corretor.broker-template-9 .property-card-residence .swiper-slide img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

.site-corretor.broker-template-9 .property-card-residence .property-list-body {
    border: 0 !important;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    min-width: 0;
    padding: 1.05rem !important;
}

.site-corretor.broker-template-9 .property-card-residence .property-list-card-meta {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 0.65rem;
}

.site-corretor.broker-template-9 .property-card-residence .property-list-card-meta span {
    border: 1px solid var(--template-9-line);
    color: var(--template-9-muted);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    padding: 0.28rem 0.42rem;
    text-transform: uppercase;
}

.site-corretor.broker-template-9 .property-card-residence h3 {
    font-size: 1.05rem;
    line-height: 1.25;
    margin-bottom: 0.45rem;
}

.site-corretor.broker-template-9 .property-card-residence .homes-address {
    font-size: 0.8rem;
    min-height: 38px;
}

.site-corretor.broker-template-9 .property-card-residence .homes-list {
    border-bottom: 1px solid var(--template-9-line);
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.7rem;
    margin: 0 !important;
    padding: 0 0 0.8rem !important;
}

.site-corretor.broker-template-9 .property-card-residence .homes-list li {
    flex: 0 0 auto;
    font-size: 0.72rem;
    width: auto !important;
}

.site-corretor.broker-template-9 .property-card-residence-footer {
    align-items: end;
    display: grid;
    gap: 0.7rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: auto;
    padding-top: 0.85rem;
}

.site-corretor.broker-template-9 .property-card-residence-footer > div:first-child span {
    color: var(--template-9-muted);
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.site-corretor.broker-template-9 .property-card-residence-footer strong,
.site-corretor.broker-template-9 .property-card-residence-footer strong a {
    color: var(--template-9-deep) !important;
    font-size: 1.08rem;
    font-weight: 900;
}

.site-corretor.broker-template-9 .property-card-residence-footer .property-list-primary-link {
    background: var(--template-9-deep);
    color: #fff !important;
    font-size: 0.72rem;
    font-weight: 900;
    padding: 0.6rem 0.72rem;
    text-decoration: none !important;
}

.site-corretor.broker-template-9 .property-card-residence-footer .compare {
    grid-column: 1 / -1;
    justify-content: flex-end;
}

/* Property detail */
.site-corretor.broker-template-9 .broker-detail-media-stage {
    background: #101812;
    border: 0;
    margin: 0;
    max-width: none;
}

.site-corretor.broker-template-9 .broker-detail-media-stage .swiper-slide img {
    object-fit: cover;
}

.site-corretor.broker-template-9 .broker-detail-media-stage .buttons-container .btn {
    background: rgba(255, 255, 255, 0.94) !important;
    border: 0 !important;
    border-radius: 3px !important;
    color: var(--template-9-deep) !important;
}

.site-corretor.broker-template-9 .single-proper.blog.details {
    background: var(--template-9-soft) !important;
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.site-corretor.broker-template-9 .property-detail-summary-card,
.site-corretor.broker-template-9 .property-detail-template-nav,
.site-corretor.broker-template-9 .blog-info.details,
.site-corretor.broker-template-9 .property-detail-sidebar-column .widget-boxed,
.site-corretor.broker-template-9 .property-related-widget,
.site-corretor.broker-template-9 .property-resume-widget {
    background: #fff !important;
    border: 1px solid var(--template-9-line) !important;
    border-radius: 0 !important;
    box-shadow: var(--template-9-shadow-soft) !important;
}

.site-corretor.broker-template-9 .property-detail-summary-card {
    padding: clamp(1.2rem, 3vw, 2rem) !important;
}

.site-corretor.broker-template-9 .property-detail-summary {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.38fr);
}

.site-corretor.broker-template-9 .property-detail-meta .category-tag {
    background: var(--template-9-deep) !important;
    border-color: var(--template-9-deep) !important;
}

.site-corretor.broker-template-9 .property-detail-copy h3 {
    font-size: clamp(1.65rem, 3vw, 2.6rem);
    font-weight: 800;
}

.site-corretor.broker-template-9 .property-detail-price-panel {
    border-left: 1px solid var(--template-9-line);
    padding-left: 1.5rem;
}

.site-corretor.broker-template-9 .property-detail-price-item strong {
    color: var(--template-9-deep) !important;
}

.site-corretor.broker-template-9 .property-detail-cta {
    background: var(--template-9-accent) !important;
    border-color: var(--template-9-accent) !important;
    border-radius: 3px !important;
    color: var(--broker-layout-button-text, #fff) !important;
}

.site-corretor.broker-template-9 .property-detail-template-nav {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1rem 0 1.5rem;
    overflow: hidden;
    padding: 0 !important;
}

.site-corretor.broker-template-9 .property-detail-template-nav a {
    background: #fff;
    border-right: 1px solid var(--template-9-line);
    padding: 1rem;
}

.site-corretor.broker-template-9 .property-detail-template-nav a:last-child {
    border-right: 0;
}

.site-corretor.broker-template-9 .blog-info.details,
.site-corretor.broker-template-9 .property-detail-sidebar-column .widget-boxed {
    padding: clamp(1rem, 2.5vw, 1.7rem) !important;
}

.site-corretor.broker-template-9 .blog-info.details > h5,
.site-corretor.broker-template-9 .agent-contact-form-sidebar h5,
.site-corretor.broker-template-9 .property-location h3 {
    color: var(--template-9-deep) !important;
    font-family: "Montserrat", sans-serif;
    font-size: 1.08rem !important;
    font-weight: 800 !important;
}

.site-corretor.broker-template-9 .property-detail-sidebar-column .sidebar {
    position: sticky;
    top: 105px;
}

.site-corretor.broker-template-9 .property-related-card {
    border-color: var(--template-9-line) !important;
    border-radius: 0 !important;
}

.site-corretor.broker-template-9 .property-resume-list > div {
    border-color: var(--template-9-line) !important;
}

/* Footer */
.site-corretor.broker-template-9 .first-footer {
    background: var(--template-9-deep) !important;
    border-top: 0;
    color: rgba(255, 255, 255, 0.72);
}

.site-corretor.broker-template-9 .first-footer h3,
.site-corretor.broker-template-9 .first-footer h4,
.site-corretor.broker-template-9 .first-footer h5,
.site-corretor.broker-template-9 .first-footer a,
.site-corretor.broker-template-9 .first-footer p,
.site-corretor.broker-template-9 .first-footer li {
    color: inherit !important;
}

.site-corretor.broker-template-9 .first-footer a:hover {
    color: var(--template-9-accent) !important;
}

.site-corretor.broker-template-9 .second-footer {
    background: #14221a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

/* Wide desktop */
@media (min-width: 1600px) {
    .site-corretor.broker-template-9 .container {
        max-width: 1440px;
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid {
        gap: 1.5rem;
    }
}

/* Laptop and small desktop */
@media (max-width: 1366px) {
    .site-corretor.broker-template-9 .broker-estate-hero-container {
        grid-template-columns: minmax(0, 1fr) minmax(410px, 0.76fr);
    }

    .site-corretor.broker-template-9 #navigation.style-1 ul li a {
        font-size: 0.7rem;
        padding-left: 0.55rem;
        padding-right: 0.55rem;
    }
}

@media (max-width: 1199.98px) {
    .site-corretor.broker-template-9 .container-header {
        min-height: 72px;
    }

    .site-corretor.broker-template-9 #logo img {
        max-width: 210px;
    }

    .site-corretor.broker-template-9 .broker-estate-hero {
        min-height: auto;
        padding-bottom: 5.5rem;
        padding-top: 5.5rem;
    }

    .site-corretor.broker-template-9 .broker-estate-hero-container {
        gap: 2rem;
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
    }

    .site-corretor.broker-template-9 .broker-estate-confidence {
        display: grid;
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid:nth-child(n+5) {
        display: none !important;
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid-compact > .agents-grid:nth-child(3) {
        display: block !important;
    }

    .site-corretor.broker-template-9.inner-pages.listing #imovel-content {
        grid-template-columns: 1fr;
    }
}

/* Tablet */
@media (max-width: 991.98px) {
    .site-corretor.broker-template-9 .broker-estate-hero {
        background-image:
            linear-gradient(180deg, rgba(16, 27, 21, 0.83) 0%, rgba(16, 27, 21, 0.73) 48%, rgba(16, 27, 21, 0.5) 100%),
            var(--template-9-hero-image);
        padding-top: 4.5rem;
    }

    .site-corretor.broker-template-9 .broker-estate-hero-container,
    .site-corretor.broker-template-9 .broker-estate-guidance-grid,
    .site-corretor.broker-template-9 .broker-estate-neighborhood-layout,
    .site-corretor.broker-template-9 .broker-template-page-residence-grid {
        grid-template-columns: 1fr;
    }

    .site-corretor.broker-template-9 .broker-estate-hero-copy {
        max-width: 680px;
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel {
        max-width: 680px;
        width: 100%;
    }

    .site-corretor.broker-template-9 .broker-estate-confidence {
        display: flex;
    }

    .site-corretor.broker-template-9 .broker-estate-service-grid {
        grid-template-columns: 1fr;
    }

    .site-corretor.broker-template-9 .broker-estate-service-card {
        min-height: 250px;
    }

    .site-corretor.broker-template-9 .broker-estate-guidance-grid {
        gap: 2.5rem;
    }

    .site-corretor.broker-template-9 .broker-estate-guidance-media {
        min-height: 440px;
    }

    .site-corretor.broker-template-9 .broker-estate-neighborhood-intro,
    .site-corretor.broker-template-9 .property-detail-sidebar-column .sidebar {
        position: static;
    }

    .site-corretor.broker-template-9 .broker-template-page-residence-points {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-left: 0;
        padding-top: 1.25rem;
    }

    .site-corretor.broker-template-9.inner-pages.listing .broker-listing-template-page > .container > .row {
        display: block;
    }

    .site-corretor.broker-template-9.inner-pages.listing aside.car,
    .site-corretor.broker-template-9.inner-pages.listing .blog-pots {
        max-width: 100% !important;
        width: 100% !important;
    }

    .site-corretor.broker-template-9.inner-pages.listing #imovel-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-corretor.broker-template-9 .property-detail-summary {
        grid-template-columns: 1fr;
    }

    .site-corretor.broker-template-9 .property-detail-price-panel {
        border-left: 0;
        border-top: 1px solid var(--template-9-line);
        padding-left: 0;
        padding-top: 1rem;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .site-corretor.broker-template-9 .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .site-corretor.broker-template-9 #logo img {
        max-height: 48px;
        max-width: 180px;
    }

    .site-corretor.broker-template-9 .broker-estate-hero {
        min-height: 760px;
        padding: 3.5rem 0 5rem;
    }

    .site-corretor.broker-template-9 .broker-estate-hero-copy h1 {
        font-size: clamp(2.35rem, 12vw, 3.5rem);
    }

    .site-corretor.broker-template-9 .broker-estate-confidence {
        display: grid;
        gap: 0.5rem;
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel {
        padding: 1.1rem;
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab .nav-link {
        font-size: 0.66rem;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }

    .site-corretor.broker-template-9 .broker-estate-scroll-cue {
        display: none;
    }

    .site-corretor.broker-template-9 .broker-estate-section-heading-inline,
    .site-corretor.broker-template-9 .broker-estate-final-cta-card,
    .site-corretor.broker-template-9.inner-pages.listing .listing-results-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid,
    .site-corretor.broker-template-9 .broker-estate-neighborhood-grid,
    .site-corretor.broker-template-9 .broker-neighborhood-guide #guiaBairros,
    .site-corretor.broker-template-9.inner-pages.listing #imovel-content {
        grid-template-columns: 1fr;
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid:nth-child(n+4) {
        display: none !important;
    }

    .site-corretor.broker-template-9 .broker-estate-guidance-media {
        min-height: 330px;
    }

    .site-corretor.broker-template-9 .broker-template-page-residence-points {
        grid-template-columns: 1fr;
    }

    .site-corretor.broker-template-9 .broker-contact-column {
        margin-top: 1rem;
    }

    .site-corretor.broker-template-9 .broker-field-col + .broker-field-col {
        margin-top: 0.25rem;
    }

    .site-corretor.broker-template-9 .property-detail-template-nav {
        grid-template-columns: 1fr;
    }

    .site-corretor.broker-template-9 .property-detail-template-nav a {
        border-bottom: 1px solid var(--template-9-line);
        border-right: 0;
    }

    .site-corretor.broker-template-9 .property-detail-template-nav a:last-child {
        border-bottom: 0;
    }

    .site-corretor.broker-template-9 .property-card-residence-footer {
        grid-template-columns: 1fr;
    }

    .site-corretor.broker-template-9 .property-card-residence-footer .property-list-primary-link {
        text-align: center;
    }
}

/* Small mobile */
@media (max-width: 575.98px) {
    .site-corretor.broker-template-9 .broker-estate-hero {
        padding-top: 2.8rem;
    }

    .site-corretor.broker-template-9 .broker-estate-search-heading p,
    .site-corretor.broker-template-9 .broker-estate-search-shortcuts {
        display: none;
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab .nav-item:nth-child(2) {
        border-right: 0;
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab .nav-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--template-9-line);
    }

    .site-corretor.broker-template-9 .broker-estate-service-card {
        min-height: 285px;
    }

    .site-corretor.broker-template-9 .broker-estate-final-cta-card > a {
        justify-content: center;
        width: 100%;
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-intent-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-intent-tabs .nav-link {
        text-align: center;
    }
}

@media (max-width: 390px) {
    .site-corretor.broker-template-9 .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .site-corretor.broker-template-9 .broker-estate-hero-copy h1 {
        font-size: 2.25rem;
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel {
        padding: 0.9rem;
    }

    .site-corretor.broker-template-9 .broker-estate-section-heading h2,
    .site-corretor.broker-template-9 .broker-estate-guidance-copy h2,
    .site-corretor.broker-template-9 .broker-estate-neighborhood-intro h2,
    .site-corretor.broker-template-9 .broker-estate-final-cta h2 {
        font-size: 1.8rem;
    }
}

/* Final responsive stabilization for the standalone residence layout. */
.site-corretor.broker-template-9 *,
.site-corretor.broker-template-9 *::before,
.site-corretor.broker-template-9 *::after {
    box-sizing: border-box;
}

.site-corretor.broker-template-9 #wrapper,
.site-corretor.broker-template-9 main,
.site-corretor.broker-template-9 section,
.site-corretor.broker-template-9 .container,
.site-corretor.broker-template-9 .container-header,
.site-corretor.broker-template-9 .row,
.site-corretor.broker-template-9 [class*="col-"] {
    min-width: 0;
}

.site-corretor.broker-template-9 img,
.site-corretor.broker-template-9 iframe {
    max-width: 100%;
}

.site-corretor.broker-template-9 .container-header {
    align-items: center;
    display: flex;
    width: 100%;
}

.site-corretor.broker-template-9 .container-header .left-side,
.site-corretor.broker-template-9 .container-header .right-side {
    min-width: 0;
}

.site-corretor.broker-template-9 .container-header .left-side {
    flex: 0 0 auto;
}

.site-corretor.broker-template-9 .broker-estate-hero {
    min-height: clamp(620px, calc(100vh - 82px), 800px);
}

.site-corretor.broker-template-9 .broker-estate-hero-container,
.site-corretor.broker-template-9 .broker-estate-hero-copy,
.site-corretor.broker-template-9 .broker-estate-search-panel {
    min-width: 0;
    width: 100%;
}

.site-corretor.broker-template-9 .broker-estate-hero-copy h1,
.site-corretor.broker-template-9 .broker-template-page-hero-copy h1,
.site-corretor.broker-template-9 .property-detail-copy h3 {
    overflow-wrap: anywhere;
}

.site-corretor.broker-template-9 .broker-estate-search-panel,
.site-corretor.broker-template-9 .broker-estate-search-panel .broker-search-module,
.site-corretor.broker-template-9 .broker-estate-search-panel .tab-content,
.site-corretor.broker-template-9 .broker-estate-search-panel .tab-pane,
.site-corretor.broker-template-9 .broker-estate-search-panel .rld-main-search,
.site-corretor.broker-template-9 .broker-estate-search-panel .rld-main-search > .row,
.site-corretor.broker-template-9 .broker-estate-search-panel .rld-single-input,
.site-corretor.broker-template-9 .broker-estate-search-panel .rld-single-select,
.site-corretor.broker-template-9 .broker-estate-search-panel .broker-search-action,
.site-corretor.broker-template-9 .broker-estate-search-panel #multiple-datasets,
.site-corretor.broker-template-9 .broker-estate-search-panel .twitter-typeahead,
.site-corretor.broker-template-9 .broker-estate-search-panel .form-group,
.site-corretor.broker-template-9 .broker-estate-search-panel .select2-container {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .rld-main-search > .row,
.site-corretor.broker-template-9 .broker-estate-search-panel #tabs_1 .rld-main-search > .row,
.site-corretor.broker-template-9 .broker-estate-search-panel #tabs_2 .rld-main-search > .row,
.site-corretor.broker-template-9 .broker-estate-search-panel #tabs_3 .rld-main-search > .row,
.site-corretor.broker-template-9 .broker-estate-search-panel #tabs_4 .rld-main-search > .row {
    display: grid !important;
    gap: 0.65rem !important;
    grid-auto-flow: row !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin: 0 !important;
    width: 100% !important;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .rld-main-search > .row > * {
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.site-corretor.broker-template-9 .broker-estate-search-panel input,
.site-corretor.broker-template-9 .broker-estate-search-panel select,
.site-corretor.broker-template-9 .broker-estate-search-panel .typeahead,
.site-corretor.broker-template-9 .broker-estate-search-panel .tt-hint,
.site-corretor.broker-template-9 .broker-estate-search-panel .tt-menu,
.site-corretor.broker-template-9 .broker-estate-search-panel .select2-selection--single,
.site-corretor.broker-template-9 .broker-estate-search-panel #btnBuscar,
.site-corretor.broker-template-9 .broker-estate-search-panel #btnBuscarPorCodigo {
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
}

.site-corretor.broker-template-9 .broker-estate-search-panel input,
.site-corretor.broker-template-9 .broker-estate-search-panel select,
.site-corretor.broker-template-9 .broker-estate-search-panel .select2-selection--single,
.site-corretor.broker-template-9 .broker-estate-search-panel #btnBuscar,
.site-corretor.broker-template-9 .broker-estate-search-panel #btnBuscarPorCodigo {
    height: 48px !important;
    min-height: 48px !important;
}

.site-corretor.broker-template-9 .broker-estate-search-panel .broker-search-action .btn {
    margin-left: 0 !important;
}

.site-corretor.broker-template-9 .broker-estate-service-card {
    min-height: 285px;
}

.site-corretor.broker-template-9 .broker-estate-property-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid {
    grid-column: span 2;
}

.site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid:nth-last-child(2):nth-child(3n + 1),
.site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid:nth-last-child(2):nth-child(3n + 1) ~ .agents-grid {
    grid-column: span 2;
}

.site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid:nth-last-child(2):nth-child(3n + 1) {
    grid-column: 2 / span 2 !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid:nth-last-child(2):nth-child(3n + 1) ~ .agents-grid {
    grid-column: 4 / span 2 !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid:last-child:nth-child(3n + 1) {
    grid-column: 3 / span 2;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .landscapes,
.site-corretor.broker-template-9 .broker-estate-property-grid .project-single,
.site-corretor.broker-template-9 .broker-estate-property-grid .project-inner,
.site-corretor.broker-template-9 .broker-estate-property-grid .project-head {
    margin-bottom: 0 !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .project-head,
.site-corretor.broker-template-9 .property-card-residence .property-list-media {
    overflow: hidden;
    position: relative;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .button-effect,
.site-corretor.broker-template-9 .property-card-residence .property-list-media .button-effect {
    align-items: center !important;
    bottom: 0.75rem !important;
    display: flex !important;
    gap: 0.35rem;
    left: 0.75rem !important;
    margin: 0 !important;
    position: absolute !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 8;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .button-effect:empty,
.site-corretor.broker-template-9 .property-card-residence .property-list-media .button-effect:empty {
    display: none !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .button-effect .btn,
.site-corretor.broker-template-9 .property-card-residence .property-list-media .button-effect .btn {
    align-items: center;
    background: rgba(23, 35, 29, 0.92) !important;
    border: 0 !important;
    border-radius: 3px !important;
    color: #fff !important;
    display: inline-flex;
    height: 38px !important;
    justify-content: center;
    margin: 0 !important;
    min-height: 38px !important;
    padding: 0 !important;
    width: 38px !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .homes-content {
    margin-bottom: 0 !important;
    min-height: 205px;
}

/* Compact result context, filters and cards. */
.site-corretor.broker-template-9.inner-pages.listing .broker-listing-template-page {
    padding-top: 1.35rem !important;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--template-9-line) !important;
    box-shadow: none !important;
    display: flex !important;
    height: auto !important;
    margin: 0 0 1rem !important;
    max-height: none !important;
    min-height: 30px !important;
    padding: 0 0 0.75rem !important;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-copy,
.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-copy .tituloHeader {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.4rem;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    width: auto !important;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-copy > span {
    color: var(--template-9-accent) !important;
    font-size: 0.68rem !important;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-copy .tituloHeader,
.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-copy .tituloHeader i,
.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-copy .tituloHeader small {
    color: var(--template-9-muted) !important;
    font-size: 0.8rem !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-copy .tituloHeader i {
    color: var(--template-9-accent) !important;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero-actions {
    display: none !important;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-listing-template-page > .container > .row {
    align-items: start;
    display: grid !important;
    gap: 1.4rem;
    grid-template-columns: minmax(250px, 285px) minmax(0, 1fr);
    margin: 0 !important;
}

.site-corretor.broker-template-9.inner-pages.listing aside.car,
.site-corretor.broker-template-9.inner-pages.listing .blog-pots {
    flex: none !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.site-corretor.broker-template-9.inner-pages.listing aside.car .widget {
    margin: 0 !important;
    position: sticky;
    top: 100px;
}

.site-corretor.broker-template-9.inner-pages.listing .widget-boxed.main-search-field {
    overflow: hidden;
}

.site-corretor.broker-template-9.inner-pages.listing .widget-boxed-header {
    padding: 0.85rem 1rem !important;
}

.site-corretor.broker-template-9.inner-pages.listing .widget-boxed-header h4 {
    font-size: 0.98rem !important;
    line-height: 1.25;
    margin: 0 !important;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-filter-content {
    padding: 0.9rem 1rem 1rem;
}

.site-corretor.broker-template-9.inner-pages.listing .main-search-field-2 {
    margin-bottom: 0.85rem !important;
}

.site-corretor.broker-template-9.inner-pages.listing .main-search-field-2:last-of-type {
    margin-bottom: 0.5rem !important;
}

.site-corretor.broker-template-9.inner-pages.listing .main-search-field-2 label {
    font-size: 0.74rem;
    font-weight: 800;
    margin-bottom: 0.4rem !important;
}

.site-corretor.broker-template-9.inner-pages.listing .main-search-field-2 .form-control,
.site-corretor.broker-template-9.inner-pages.listing .main-search-field-2 .select2-selection--single {
    font-size: 0.84rem !important;
    height: 42px !important;
    min-height: 42px !important;
    width: 100% !important;
}

.site-corretor.broker-template-9.inner-pages.listing .rdBusca {
    display: grid !important;
    gap: 0.35rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}

.site-corretor.broker-template-9.inner-pages.listing .rdBusca .btn,
.site-corretor.broker-template-9.inner-pages.listing .btn-boxes {
    align-items: center;
    display: flex;
    font-size: 0.75rem !important;
    height: 36px;
    justify-content: center;
    margin: 0 !important;
    min-height: 36px;
    padding: 0.25rem !important;
}

.site-corretor.broker-template-9.inner-pages.listing .at-col-default-mar {
    margin: 0 !important;
}

.site-corretor.broker-template-9.inner-pages.listing #btnBuscar {
    font-size: 0.82rem;
    height: 44px;
    min-height: 44px;
    width: 100%;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-results-toolbar {
    min-height: 54px;
    padding: 0.5rem 0.65rem;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-intent-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-sort-control {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 0.45rem;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-sort-control label {
    font-size: 0.72rem;
    margin: 0;
}

.site-corretor.broker-template-9.inner-pages.listing .listing-sort-control select {
    font-size: 0.78rem;
    height: 38px;
    min-width: 150px;
    padding: 0.35rem 1.8rem 0.35rem 0.65rem;
}

.site-corretor.broker-template-9.inner-pages.listing #imovel-content {
    align-items: stretch;
    display: grid !important;
    gap: 1.15rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.site-corretor.broker-template-9.inner-pages.listing #imovel-content > .property-list-card,
.site-corretor.broker-template-9.inner-pages.listing #imovel-content .property-list-card-row {
    height: 100%;
    margin: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.site-corretor.broker-template-9.inner-pages.listing .property-card-residence {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr !important;
}

.site-corretor.broker-template-9.inner-pages.listing .property-card-residence .property-list-media {
    aspect-ratio: 16 / 10;
    display: block !important;
    height: auto !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    width: 100% !important;
}

.site-corretor.broker-template-9.inner-pages.listing .property-card-residence .property-list-media .project-single,
.site-corretor.broker-template-9.inner-pages.listing .property-card-residence .property-list-media .project-inner,
.site-corretor.broker-template-9.inner-pages.listing .property-card-residence .property-list-media .project-head,
.site-corretor.broker-template-9.inner-pages.listing .property-card-residence .property-list-media .homes,
.site-corretor.broker-template-9.inner-pages.listing .property-card-residence .property-list-media .swiper-container,
.site-corretor.broker-template-9.inner-pages.listing .property-card-residence .property-list-media .swiper-wrapper,
.site-corretor.broker-template-9.inner-pages.listing .property-card-residence .property-list-media .swiper-slide,
.site-corretor.broker-template-9.inner-pages.listing .property-card-residence .property-list-media .swiper-slide a,
.site-corretor.broker-template-9.inner-pages.listing .property-card-residence .property-list-media .swiper-slide img {
    height: 100% !important;
    max-height: none !important;
    min-height: 0 !important;
    width: 100% !important;
}

.site-corretor.broker-template-9.inner-pages.listing .property-card-residence .property-list-media .swiper-slide img {
    object-fit: cover !important;
}

.site-corretor.broker-template-9 .property-card-residence .property-list-body {
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0.95rem 1rem 1rem !important;
}

.site-corretor.broker-template-9 .property-card-residence .property-list-card-meta {
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.site-corretor.broker-template-9 .property-card-residence h3 {
    font-size: 1.08rem;
    margin: 0 0 0.35rem !important;
}

.site-corretor.broker-template-9 .property-card-residence .homes-address {
    display: -webkit-box;
    line-height: 1.45;
    margin: 0 0 0.7rem !important;
    min-height: 2.35rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.site-corretor.broker-template-9 .property-card-residence .homes-list {
    min-height: 2rem;
}

.site-corretor.broker-template-9 .property-card-residence-footer {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-top: 0.75rem;
}

.site-corretor.broker-template-9 .property-card-residence-footer strong,
.site-corretor.broker-template-9 .property-card-residence-footer strong a {
    display: block;
    font-size: clamp(0.95rem, 1.2vw, 1.08rem) !important;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.site-corretor.broker-template-9 .property-card-residence-actions {
    align-items: center;
    display: flex;
    gap: 0.45rem;
}

.site-corretor.broker-template-9 .property-card-residence-actions .compare {
    display: flex;
    gap: 0.25rem;
    grid-column: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.site-corretor.broker-template-9 .property-card-residence-actions .compare a {
    align-items: center;
    border: 1px solid var(--template-9-line);
    color: var(--template-9-muted) !important;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    margin: 0 !important;
    width: 34px;
}

.site-corretor.broker-template-9 .property-card-residence-footer .property-list-primary-link {
    align-items: center;
    display: inline-flex;
    min-height: 34px;
    padding: 0.45rem 0.65rem;
    white-space: nowrap;
}

/* Detail page and forms. */
.site-corretor.broker-template-9 .broker-detail-media-stage {
    max-width: 100% !important;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

.site-corretor.broker-template-9 .broker-detail-media-stage > .swiper-container,
.site-corretor.broker-template-9 .broker-detail-media-stage .swiper-wrapper,
.site-corretor.broker-template-9 .broker-detail-media-stage .swiper-slide,
.site-corretor.broker-template-9 .broker-detail-media-stage .swiper-slide a,
.site-corretor.broker-template-9 .broker-detail-media-stage .swiper-slide img {
    height: clamp(380px, 42vw, 560px) !important;
    max-height: 560px !important;
    min-height: 380px !important;
    width: 100% !important;
}

.site-corretor.broker-template-9 .broker-detail-media-stage .swiper-slide img {
    object-fit: cover !important;
}

.site-corretor.broker-template-9 .broker-detail-media-stage .buttons-container {
    align-items: center;
    bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    left: max(1rem, calc((100% - 1140px) / 2));
    max-width: calc(100% - 2rem);
    position: absolute;
    right: auto;
    z-index: 20;
}

.site-corretor.broker-template-9 .broker-detail-media-stage .buttons-container .btn {
    font-size: 0.75rem;
    height: 38px;
    margin: 0 !important;
    min-height: 38px;
    padding: 0.45rem 0.7rem !important;
    white-space: nowrap;
}

.site-corretor.broker-template-9 .property-detail-summary-card,
.site-corretor.broker-template-9 .property-detail-summary {
    height: auto !important;
    min-height: 0 !important;
}

.site-corretor.broker-template-9 .property-detail-summary-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.site-corretor.broker-template-9 .property-detail-summary-row > .blog-pots {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.site-corretor.broker-template-9 .property-detail-summary {
    align-items: center;
    gap: clamp(1.25rem, 3vw, 2.25rem);
}

.site-corretor.broker-template-9 .property-detail-copy,
.site-corretor.broker-template-9 .property-detail-price-panel {
    min-width: 0;
}

.site-corretor.broker-template-9 .property-detail-price-panel {
    display: grid;
    gap: 0.7rem;
}

.site-corretor.broker-template-9 .property-detail-price-item strong {
    font-size: clamp(1.25rem, 2vw, 1.75rem) !important;
    overflow-wrap: anywhere;
}

.site-corretor.broker-template-9 .property-detail-cta {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-top: 0 !important;
    min-height: 44px;
    padding: 0.65rem 1rem !important;
    width: 100%;
}

.site-corretor.broker-template-9 .property-detail-template-nav a {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    text-decoration: none !important;
}

.site-corretor.broker-template-9 .property-detail-template-nav span,
.site-corretor.broker-template-9 .property-detail-template-nav strong {
    display: block;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.site-corretor.broker-template-9 .property-detail-template-nav span {
    color: var(--template-9-muted);
    font-size: 0.68rem;
    text-transform: uppercase;
}

.site-corretor.broker-template-9 .property-detail-template-nav strong {
    color: var(--template-9-deep);
    font-size: 0.82rem;
}

.site-corretor.broker-template-9 .property-detail-content-row {
    align-items: start;
}

.site-corretor.broker-template-9 .blog-info.details,
.site-corretor.broker-template-9 .blog-info.details p,
.site-corretor.broker-template-9 .blog-info.details li,
.site-corretor.broker-template-9 .property-detail-address {
    overflow-wrap: anywhere;
}

.site-corretor.broker-template-9 .blog-info.details .homes-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
}

.site-corretor.broker-template-9 .blog-info.details .homes-list li {
    margin: 0 !important;
    width: auto !important;
}

.site-corretor.broker-template-9 .contact-map {
    display: block;
    height: clamp(300px, 40vw, 450px);
    width: 100% !important;
}

.site-corretor.broker-template-9 .broker-form-card textarea,
.site-corretor.broker-template-9 .contact-form textarea {
    height: 150px !important;
    min-height: 150px !important;
    resize: vertical;
}

.site-corretor.broker-template-9 .broker-form-card .btn-lg,
.site-corretor.broker-template-9 .contact-form .btn-lg {
    font-size: 0.86rem !important;
    min-height: 46px;
    padding: 0.65rem 1.25rem !important;
}

body.site-corretor.broker-template-9 .broker-contact-page .call-info.broker-contact-card {
    background: #fff !important;
    color: var(--template-9-ink) !important;
}

body.site-corretor.broker-template-9 .broker-contact-page .broker-contact-card h3,
body.site-corretor.broker-template-9 .broker-contact-page .broker-contact-card p,
body.site-corretor.broker-template-9 .broker-contact-page .broker-contact-card .in-p {
    color: var(--template-9-ink) !important;
}

body.site-corretor.broker-template-9 .broker-contact-page .broker-contact-card .info {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-top: 1px solid var(--template-9-line) !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0.85rem 0 !important;
}

.site-corretor.broker-template-9 div:has(> #by-popup) {
    bottom: 0 !important;
    margin-bottom: 12px !important;
    right: 0 !important;
    width: auto !important;
}

.site-corretor.broker-template-9 #by-popup {
    height: 48px !important;
    margin-right: 14px !important;
    object-fit: contain;
    width: 48px !important;
}

.site-corretor.broker-template-9 .first-footer {
    clear: both;
    position: relative;
    z-index: 2;
}

.site-corretor.broker-template-9 [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

@media (min-width: 1600px) {
    .site-corretor.broker-template-9 .broker-detail-media-stage .buttons-container {
        left: max(1rem, calc((100% - 1440px) / 2));
    }
}

@media (max-width: 1199.98px) {
    .site-corretor.broker-template-9 .container-header .left-side {
        margin-right: auto;
    }

    .site-corretor.broker-template-9 .header-menu-action {
        align-items: center;
        display: flex !important;
        flex: 0 0 auto !important;
        float: none !important;
        margin-left: auto !important;
        width: auto !important;
    }

    .site-corretor.broker-template-9 .header-menu-action .mmenu-trigger {
        align-items: center;
        display: flex !important;
        float: none !important;
        margin: 0 !important;
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid,
    .site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid:nth-last-child(2):nth-child(3n + 1),
    .site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid:nth-last-child(2):nth-child(3n + 1) ~ .agents-grid,
    .site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid:last-child:nth-child(3n + 1) {
        grid-column: auto !important;
    }

    .site-corretor.broker-template-9.inner-pages.listing .broker-listing-template-page > .container > .row {
        display: block !important;
    }

    .site-corretor.broker-template-9.inner-pages.listing aside.car .widget {
        margin-bottom: 1rem !important;
        position: static;
    }

    .site-corretor.broker-template-9.inner-pages.listing .widget-boxed-header {
        display: none;
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-filter-toggle {
        align-items: center;
        display: flex !important;
        justify-content: space-between;
        min-height: 42px !important;
        padding: 0.55rem 0.8rem !important;
        width: 100%;
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-filter-content:not(.is-open) {
        display: none !important;
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-filter-content.is-open {
        display: grid !important;
        gap: 0.8rem 1rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-filter-content.is-open > .col-lg-12,
    .site-corretor.broker-template-9.inner-pages.listing .listing-filter-content.is-open > .no-pds {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .site-corretor.broker-template-9 .broker-estate-hero {
        min-height: 0;
        padding-bottom: 4rem;
        padding-top: 4rem;
    }

    .site-corretor.broker-template-9 .broker-detail-media-stage .buttons-container {
        left: 1rem;
    }

    .site-corretor.broker-template-9 .property-detail-summary {
        align-items: stretch;
    }

    .site-corretor.broker-template-9.inner-pages.listing #imovel-content {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    .site-corretor.broker-template-9 .container-header {
        min-height: 72px;
    }

    .site-corretor.broker-template-9 #logo,
    .site-corretor.broker-template-9 #logo a,
    .site-corretor.broker-template-9 #logo img {
        max-width: min(180px, 62vw) !important;
        width: auto !important;
    }

    .site-corretor.broker-template-9 .broker-estate-hero {
        min-height: 0;
        padding: 2.75rem 0 3.5rem;
    }

    .site-corretor.broker-template-9 .broker-estate-hero-container {
        gap: 1.8rem;
    }

    .site-corretor.broker-template-9 .broker-estate-hero-copy h1 {
        font-size: clamp(2rem, 10vw, 2.75rem);
        line-height: 1.04;
        margin-bottom: 0.9rem;
    }

    .site-corretor.broker-template-9 .broker-estate-hero-copy > p {
        font-size: 0.94rem;
        line-height: 1.55;
    }

    .site-corretor.broker-template-9 .broker-estate-confidence {
        margin-top: 1.1rem;
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel {
        padding: 1rem;
    }

    .site-corretor.broker-template-9 .broker-estate-section-heading h2,
    .site-corretor.broker-template-9 .broker-estate-guidance-copy h2,
    .site-corretor.broker-template-9 .broker-estate-neighborhood-intro h2,
    .site-corretor.broker-template-9 .broker-estate-final-cta h2 {
        font-size: clamp(1.7rem, 8vw, 2.2rem);
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid {
        grid-template-columns: 1fr;
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid .homes-content {
        min-height: 0;
    }

    .site-corretor.broker-template-9 .broker-template-page-hero--residence {
        padding: 3.25rem 0 2.75rem;
    }

    .site-corretor.broker-template-9 .broker-template-page-hero--residence .broker-template-page-hero-copy h1 {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .site-corretor.broker-template-9.inner-pages.listing .broker-listing-template-page {
        padding-top: 0.85rem !important;
    }

    .site-corretor.broker-template-9.inner-pages.listing .broker-listing-hero {
        margin-bottom: 0.65rem !important;
        min-height: 24px !important;
        padding-bottom: 0.45rem !important;
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-filter-content.is-open {
        display: block !important;
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-results-toolbar {
        align-items: stretch;
        display: grid;
        gap: 0.5rem;
        min-height: 0;
        padding: 0.45rem;
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-intent-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-intent-tabs .nav-link {
        font-size: 0.7rem;
        padding: 0.55rem 0.3rem;
        text-align: center;
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-sort-control {
        justify-content: space-between;
        width: 100%;
    }

    .site-corretor.broker-template-9.inner-pages.listing .listing-sort-control select {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
    }

    .site-corretor.broker-template-9.inner-pages.listing #imovel-content {
        grid-template-columns: 1fr !important;
    }

    .site-corretor.broker-template-9 .property-card-residence .homes-address,
    .site-corretor.broker-template-9 .property-card-residence .homes-list {
        min-height: 0;
    }

    .site-corretor.broker-template-9 .property-card-residence-footer {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .site-corretor.broker-template-9 .property-card-residence-actions .property-list-primary-link {
        display: inline-flex;
        font-size: 0.66rem;
        padding-left: 0.55rem;
        padding-right: 0.55rem;
    }

    .site-corretor.broker-template-9 .broker-detail-media-stage > .swiper-container,
    .site-corretor.broker-template-9 .broker-detail-media-stage .swiper-wrapper,
    .site-corretor.broker-template-9 .broker-detail-media-stage .swiper-slide,
    .site-corretor.broker-template-9 .broker-detail-media-stage .swiper-slide a,
    .site-corretor.broker-template-9 .broker-detail-media-stage .swiper-slide img {
        height: 300px !important;
        max-height: 300px !important;
        min-height: 300px !important;
    }

    .site-corretor.broker-template-9 .broker-detail-media-stage .buttons-container {
        bottom: 0.65rem;
        gap: 0.3rem;
        left: 0.65rem;
        max-width: calc(100% - 1.3rem);
    }

    .site-corretor.broker-template-9 .broker-detail-media-stage .buttons-container .btn {
        font-size: 0.68rem;
        height: 34px;
        min-height: 34px;
        padding: 0.35rem 0.5rem !important;
    }

    .site-corretor.broker-template-9 .single-proper.blog.details {
        padding: 1.4rem 0 2.5rem;
    }

    .site-corretor.broker-template-9 .property-detail-summary-card,
    .site-corretor.broker-template-9 .property-detail-summary,
    .site-corretor.broker-template-9 .blog-info.details,
    .site-corretor.broker-template-9 .property-detail-sidebar-column .widget-boxed {
        padding: 1rem !important;
    }

    .site-corretor.broker-template-9 .property-detail-summary {
        gap: 1rem;
    }

    .site-corretor.broker-template-9 .property-detail-template-nav {
        gap: 0;
        grid-template-columns: 1fr;
        margin: 0.75rem 0 1rem;
    }

    .site-corretor.broker-template-9 .property-detail-template-nav a {
        padding: 0.75rem 0.9rem;
    }

    .site-corretor.broker-template-9 .broker-contact-page,
    .site-corretor.broker-template-9 .broker-content-page,
    .site-corretor.broker-template-9 .broker-neighborhood-guide,
    .site-corretor.broker-template-9 .broker-favorites-section {
        padding: 2.5rem 0;
    }
}

@media (max-width: 420px) {
    .site-corretor.broker-template-9 .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab .nav-link {
        min-height: 42px;
        padding: 0.55rem 0.2rem;
    }

    .site-corretor.broker-template-9 .property-card-residence-footer strong,
    .site-corretor.broker-template-9 .property-card-residence-footer strong a {
        font-size: 0.96rem !important;
    }

    .site-corretor.broker-template-9 .property-card-residence-actions .compare a {
        height: 32px;
        width: 32px;
    }

    .site-corretor.broker-template-9 .broker-detail-media-stage > .swiper-container,
    .site-corretor.broker-template-9 .broker-detail-media-stage .swiper-wrapper,
    .site-corretor.broker-template-9 .broker-detail-media-stage .swiper-slide,
    .site-corretor.broker-template-9 .broker-detail-media-stage .swiper-slide a,
    .site-corretor.broker-template-9 .broker-detail-media-stage .swiper-slide img {
        height: 270px !important;
        max-height: 270px !important;
        min-height: 270px !important;
    }
}

/* Template 9 interaction refinements. */
.site-corretor.broker-template-9 #navigation.style-1 ul li a::after,
.site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab .nav-link::before,
.site-corretor.broker-template-9 .broker-estate-search-panel .rld-banner-tab .nav-link::after {
    content: none !important;
    display: none !important;
}

.site-corretor.broker-template-9 .broker-mobile-search-launch,
.site-corretor.broker-template-9 .broker-mobile-search-header,
.site-corretor.broker-template-9 .listing-filter-mobile-header {
    display: none;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-filter-range > label {
    display: block;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-filter-range-grid {
    display: grid;
    gap: 0.45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-corretor.broker-template-9.inner-pages.listing .broker-filter-value {
    align-items: center;
    background: #fff;
    border: 1px solid var(--template-9-line);
    border-radius: 3px;
    display: flex;
    gap: 0.3rem;
    margin: 0 !important;
    min-width: 0;
    padding: 0 0.55rem;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-filter-value:focus-within {
    border-color: var(--template-9-accent);
    box-shadow: 0 0 0 3px rgba(252, 185, 0, 0.14);
}

.site-corretor.broker-template-9.inner-pages.listing .broker-filter-value > span {
    color: var(--template-9-muted);
    flex: 0 0 auto;
    font-size: 0.7rem;
    font-weight: 800;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-filter-value-input {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--template-9-ink);
    font-size: 0.72rem !important;
    height: 40px !important;
    min-width: 0;
    outline: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.site-corretor.broker-template-9 .property-card-residence-actions .compare a {
    background: var(--template-9-deep) !important;
    border-color: var(--template-9-deep) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.site-corretor.broker-template-9 .property-card-residence-actions .compare a i,
.site-corretor.broker-template-9 .property-card-residence-actions .compare a span {
    color: inherit !important;
    opacity: 1 !important;
}

.site-corretor.broker-template-9 .property-card-residence-actions .compare a:hover,
.site-corretor.broker-template-9 .property-card-residence-actions .compare a:focus-visible {
    background: var(--template-9-accent) !important;
    border-color: var(--template-9-accent) !important;
    color: var(--template-9-deep) !important;
}

.site-corretor.broker-template-9 .broker-estate-property-grid .button-effect,
.site-corretor.broker-template-9 .property-card-residence .property-list-media .button-effect {
    background: transparent !important;
    border: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.site-corretor.broker-template-9 .property-card-residence .swiper-pagination-bullets-dynamic,
.site-corretor.broker-template-9 .broker-estate-property-grid .swiper-pagination-bullets-dynamic {
    box-sizing: content-box !important;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.site-corretor.broker-template-9 .property-detail-sidebar-column .agent-contact-form-sidebar #enviarformimovel,
.site-corretor.broker-template-9 .property-detail-sidebar-column .agent-contact-form-sidebar #whats-btn2 {
    align-items: center;
    display: flex !important;
    justify-content: center;
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
    width: calc(100% - 1.5rem) !important;
}

.site-corretor.broker-template-9 .property-detail-sidebar-column .agent-contact-form-sidebar #enviarformimovel {
    margin-top: 0.9rem !important;
}

.site-corretor.broker-template-9 .property-detail-sidebar-column .agent-contact-form-sidebar #whats-btn2 {
    margin-bottom: 0.5rem !important;
    margin-top: 1rem !important;
}

.site-corretor.broker-template-9 .property-detail-sidebar-column .agent-contact-form-sidebar .contact-form > p {
    margin: 0.75rem 0 0 !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (max-width: 767.98px) {
    body.site-corretor.broker-template-9.template9-home-search-open,
    body.site-corretor.broker-template-9.template9-filter-open {
        overflow: hidden !important;
    }

    .site-corretor.broker-template-9 .broker-mobile-search-launch {
        align-items: center;
        align-self: stretch;
        background: var(--template-9-accent);
        border: 0;
        border-radius: 4px;
        color: var(--template-9-deep);
        display: flex;
        font-size: 0.82rem;
        font-weight: 900;
        gap: 0.55rem;
        justify-content: center;
        min-height: 48px;
        padding: 0.7rem 1rem;
        text-transform: uppercase;
        width: 100%;
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel {
        background: #fff !important;
        border: 0 !important;
        border-radius: 0 !important;
        bottom: 0 !important;
        box-shadow: none !important;
        display: block !important;
        height: 100dvh !important;
        left: 0 !important;
        margin: 0 !important;
        max-height: none !important;
        max-width: none !important;
        opacity: 0 !important;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 1rem 1.5rem !important;
        pointer-events: none;
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        transform: translateY(100%) !important;
        transition: opacity 180ms ease, transform 220ms ease, visibility 220ms ease !important;
        visibility: hidden;
        width: 100% !important;
        z-index: 21000;
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel.is-open {
        opacity: 1 !important;
        pointer-events: auto;
        transform: translateY(0) !important;
        visibility: visible;
    }

    .site-corretor.broker-template-9 .broker-mobile-search-header,
    .site-corretor.broker-template-9 .listing-filter-mobile-header {
        align-items: center;
        background: #fff;
        border-bottom: 1px solid var(--template-9-line);
        display: flex;
        justify-content: space-between;
        margin: 0 -1rem 1rem;
        min-height: 72px;
        padding: 0.8rem 1rem;
        position: sticky;
        top: 0;
        z-index: 4;
    }

    .site-corretor.broker-template-9 .broker-mobile-search-header > div,
    .site-corretor.broker-template-9 .listing-filter-mobile-header > div {
        display: grid;
        gap: 0.15rem;
        min-width: 0;
    }

    .site-corretor.broker-template-9 .broker-mobile-search-header strong,
    .site-corretor.broker-template-9 .listing-filter-mobile-header strong {
        color: var(--template-9-deep);
        font-size: 1rem;
        line-height: 1.2;
    }

    .site-corretor.broker-template-9 .broker-mobile-search-header span,
    .site-corretor.broker-template-9 .listing-filter-mobile-header span {
        color: var(--template-9-muted);
        font-size: 0.72rem;
        line-height: 1.35;
    }

    .site-corretor.broker-template-9 .broker-mobile-search-close,
    .site-corretor.broker-template-9 .listing-filter-close {
        align-items: center;
        background: var(--template-9-soft);
        border: 1px solid var(--template-9-line);
        border-radius: 3px;
        color: var(--template-9-deep);
        display: inline-flex;
        flex: 0 0 42px;
        height: 42px;
        justify-content: center;
        padding: 0;
        width: 42px;
    }

    .site-corretor.broker-template-9 .broker-estate-search-panel .broker-estate-search-heading {
        display: none;
    }

    body.site-corretor.broker-template-9 .select2-container--open {
        z-index: 21100 !important;
    }

    .site-corretor.broker-template-9.inner-pages.listing #listingFilters,
    .site-corretor.broker-template-9.inner-pages.listing #listingFilters:not(.is-open) {
        background: #f7f9f7;
        bottom: 0;
        box-sizing: border-box;
        display: block !important;
        height: 100dvh;
        left: 0;
        margin: 0 !important;
        max-height: none;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 1rem 1.5rem !important;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateY(100%);
        transition: opacity 180ms ease, transform 220ms ease, visibility 220ms ease;
        visibility: hidden;
        width: 100vw;
        z-index: 21000;
    }

    .site-corretor.broker-template-9.inner-pages.listing #listingFilters.is-open {
        display: block !important;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .site-corretor.broker-template-9.inner-pages.listing .broker-filter-range-grid {
        gap: 0.6rem;
    }

    .site-corretor.broker-template-9.inner-pages.listing .broker-filter-value-input {
        font-size: 0.8rem !important;
        height: 44px !important;
    }

    .site-corretor.broker-template-9 .property-detail-sidebar-column .agent-contact-form-sidebar #enviarformimovel,
    .site-corretor.broker-template-9 .property-detail-sidebar-column .agent-contact-form-sidebar #whats-btn2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
        width: calc(100% - 1rem) !important;
    }
}

.site-corretor.broker-template-9,
.site-corretor.broker-template-9 * {
    letter-spacing: 0 !important;
}

.site-corretor.broker-template-9 .header-favorite-action,
.site-corretor.broker-template-9 .header-favorite-action .header-widget,
.site-corretor.broker-template-9 .header-favorite-action .header-widget a,
.site-corretor.broker-template-9 .header-favorite-action .header-widget a:hover,
.site-corretor.broker-template-9 .header-favorite-action .header-widget a:focus {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.site-corretor.broker-template-9 .header-favorite-action .fav-topo,
.site-corretor.broker-template-9 .header-favorite-action a:hover .fav-topo,
.site-corretor.broker-template-9 .header-favorite-action a:focus .fav-topo {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--template-9-deep) !important;
    transform: none !important;
}

body.site-corretor.broker-template-9.homepage-3 #header:not(.cloned):not(.sticky) .header-favorite-action .fav-topo,
body.site-corretor.broker-template-9.homepage-3 #header:not(.cloned):not(.sticky) .header-favorite-action a:hover .fav-topo,
body.site-corretor.broker-template-9.homepage-3 #header:not(.cloned):not(.sticky) .header-favorite-action a:focus .fav-topo {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--template-9-deep) !important;
    transform: none !important;
}

.site-corretor.broker-template-9 .broker-contact-card ul li:first-child .info {
    border-top: 0 !important;
    padding-top: 0 !important;
}

.site-corretor.broker-template-9 .broker-location-selection {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0 0 0.55rem;
}

.site-corretor.broker-template-9 .broker-location-selection:empty,
.site-corretor.broker-template-9 .broker-location-selection.is-empty {
    display: none;
}

.site-corretor.broker-template-9 .broker-location-chip {
    align-items: center;
    background: var(--template-9-soft);
    border: 1px solid var(--template-9-line);
    border-radius: 3px;
    color: var(--template-9-deep);
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    gap: 0.35rem;
    line-height: 1.2;
    max-width: 100%;
    min-height: 30px;
    padding: 0.3rem 0.3rem 0.3rem 0.6rem;
}

.site-corretor.broker-template-9 .broker-location-chip > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-corretor.broker-template-9 .broker-location-chip-remove {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 2px;
    color: var(--template-9-muted) !important;
    display: inline-flex;
    flex: 0 0 24px;
    height: 24px;
    justify-content: center;
    min-height: 24px;
    padding: 0 !important;
    width: 24px;
}

.site-corretor.broker-template-9 .broker-location-chip-remove:hover,
.site-corretor.broker-template-9 .broker-location-chip-remove:focus {
    background: #fff !important;
    color: var(--template-9-deep) !important;
}

.site-corretor.broker-template-9 .broker-location-hint {
    color: var(--template-9-muted);
    display: block;
    font-size: 0.7rem;
    line-height: 1.35;
    margin-top: -0.2rem;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-location-hint {
    margin-bottom: 0.8rem;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-filter-location-field {
    padding-bottom: 0.7rem !important;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-filter-location-field + .main-search-field-2 {
    margin-top: 0.9rem !important;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-filter-location-field #multiple-datasets {
    clear: both;
    display: grid;
    gap: 0.45rem;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-filter-location-field .form-group.looking,
.site-corretor.broker-template-9.inner-pages.listing .broker-filter-location-field .first-select,
.site-corretor.broker-template-9.inner-pages.listing .broker-filter-location-field .main-search-input-item {
    float: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.site-corretor.broker-template-9.inner-pages.listing .broker-filter-location-field #multiple-datasets > .form-group,
.site-corretor.broker-template-9.inner-pages.listing .broker-filter-location-field .broker-location-hint {
    margin: 0 !important;
}

@media (max-width: 767.98px) {
    .site-corretor.broker-template-9 .broker-estate-property-grid,
    .site-corretor.broker-template-9 .broker-estate-property-grid-compact {
        align-items: stretch;
        display: flex !important;
        gap: 0.9rem;
        margin-left: -1rem;
        margin-right: -1rem;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        padding: 0.2rem 1rem 1.15rem;
        scroll-padding-left: 1rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid::-webkit-scrollbar,
    .site-corretor.broker-template-9 .broker-estate-property-grid-compact::-webkit-scrollbar {
        display: none;
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid > .agents-grid,
    .site-corretor.broker-template-9 .broker-estate-property-grid-compact > .agents-grid {
        flex: 0 0 min(84vw, 340px) !important;
        grid-column: auto !important;
        max-width: min(84vw, 340px) !important;
        scroll-snap-align: start;
        width: min(84vw, 340px) !important;
    }

    .site-corretor.broker-template-9 .broker-estate-property-grid .homes-content {
        min-height: 205px;
    }

    .site-corretor.broker-template-9 .broker-location-chip {
        max-width: calc(100vw - 2rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-corretor.broker-template-9 *,
    .site-corretor.broker-template-9 *::before,
    .site-corretor.broker-template-9 *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
