    :root {
      --container-max-width: 1900px;
      --container-padding-inline: 20px;
      --container-padding-inline-desktop: 63px;
      --section-padding-block: 40px;
      --section-padding-block-desktop: 60px;
      --grid-gap: 24px;
      --grid-gap-tablet: 32px;
      --grid-gap-desktop: 45px;
      --card-radius: 25px;
      --card-min-height: 420px;
      --card-min-height-desktop: 40vw;
      --avatar-size: 56px;
      --avatar-size-desktop: 5vw;
      --nav-size: 36.36px;
      --nav-size-desktop: 5.5vw;
    }

    html {
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      font-family: sans-serif;
    }

    body {
      margin: 0;
    }


    details,
    header,
    nav,
    section,
    summary {
      display: block;
    }

    h1 {
      margin: .67em 0;
      font-size: 2em;
    }

    img {
      border: 0;
    }

    svg:not(:root) {
      overflow: hidden;
    }

    hr {
      box-sizing: content-box;
      height: 0;
    }

    button,
    input,
    textarea {
      color: inherit;
      font: inherit;
      margin: 0;
    }

    button {
      overflow: visible;
    }

    button {
      text-transform: none;
    }

    button,
    html input[type="button"] {
      -webkit-appearance: button;
      cursor: pointer;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
      border: 0;
      padding: 0;
    }

    input {
      line-height: normal;
    }

    input[type="checkbox"] {
      box-sizing: border-box;
      padding: 0;
    }

    textarea {
      overflow: auto;
    }

    html {
      height: 100%;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Hanken Grotesk', sans-serif;
    }

    body {
      color: #000;
      background-color: #fff;
      margin-top: 0;
      padding-top: 0;
      font-family: 'Hanken Grotesk', sans-serif;
      font-size: 2.04vw;
      font-weight: 400;
      line-height: 140%;
    }

    img {
      vertical-align: middle;
      max-width: 100%;
      display: inline-block;
    }

    .w-button {
      color: #fff;
      line-height: inherit;
      cursor: pointer;
      background-color: #3898ec;
      border: 0;
      border-radius: 0;
      padding: 9px 15px;
      text-decoration: none;
      display: inline-block;
    }

    input.w-button {
      -webkit-appearance: button;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
      margin-bottom: 10px;
      font-weight: bold;
    }

    h1 {
      margin-top: 20px;
      font-size: 38px;
      line-height: 44px;
    }

    h2 {
      margin-top: 20px;
      font-size: 32px;
      line-height: 36px;
    }

    h3 {
      margin-top: 20px;
      font-size: 24px;
      line-height: 30px;
    }

    h4 {
      margin-top: 10px;
      font-size: 18px;
      line-height: 24px;
    }

    h5 {
      margin-top: 10px;
      font-size: 14px;
      line-height: 20px;
    }

    p {
      margin-top: 0;
      margin-bottom: 10px;
    }

    button,
    [type="button"] {
      cursor: pointer;
      -webkit-appearance: button;
      border: 0;
    }

    .w-form {
      margin: 0 0 15px;
    }

    .w-form-done {
      text-align: center;
      background-color: #ddd;
      padding: 20px;
      display: none;
    }

    .w-form-fail {
      background-color: #ffdede;
      margin-top: 10px;
      padding: 10px;
      display: none;
    }

    label {
      margin-bottom: 5px;
      font-weight: bold;
      display: block;
    }

    .w-input {
      color: #333;
      vertical-align: middle;
      background-color: #fff;
      border: 1px solid #ccc;
      width: 100%;
      height: 38px;
      margin-bottom: 10px;
      padding: 8px 12px;
      font-size: 14px;
      line-height: 1.42857;
      display: block;
    }

    .w-input::placeholder {
      color: #999;
    }

    .w-input:focus {
      border-color: #3898ec;
      outline: 0;
    }

    textarea.w-input {
      height: auto;
    }

    @keyframes spin {
      0% {
        transform: rotate(0);
      }

      100% {
        transform: rotate(360deg);
      }
    }


    .w-condition-invisible {
      display: none !important;
    }

    :root {
      --light-black: #333;
      --green: #d9ff66;
      --black-11: #000;
      --white-96: #fff;
      --white-95: #f2f2f2;
      --17px: .425em;
      --black-10: #1a1a1a;
      --error: #ff8080;
      --grey-50: gray;
      --grey-65: #a6a6a6;
      --white-90: #e6e6e6;
    }

    @media screen and (max-width: 479px) {}

    body {
      color: #000;
      background-color: #fff;
      margin-top: 0;
      padding-top: 0;
      font-family: Satoshi, sans-serif;
      font-size: 2.06vw;
      font-weight: 400;
      line-height: 140%;
    }

    h1 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 9.25em;
      font-weight: 700;
      line-height: 100%;
    }

    h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 8.75em;
      font-weight: 500;
      line-height: 110%;
    }

    h3 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 3.125em;
      font-weight: 500;
      line-height: 100%;
    }

    h4 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 2.5em;
      font-weight: 700;
      line-height: 100%;
    }

    h5 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1.625em;
      font-weight: 700;
      line-height: 130%;
    }

    p {
      margin-bottom: 0;
    }

    a {
      color: #000;
      text-decoration: none;
    }

    .checkbox {
      margin-top: 0;
    }

    .section {
      color: #8c8c8c;
      min-height: 100vh;
      padding: 5em 8.33%;
      position: relative;
      overflow: hidden;
    }

    /* HERO */
    .hero {
      height: 25vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      filter: brightness(50%);
    }

    .page-content {
      z-index: 2;
      background-color: #fff;
      min-height: 100vh;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      position: relative;
    }

    .view-all-btn-content.second {
      position: absolute;
      top: 100%;
    }

    .view-all-text {
      font-size: .9em;
      font-weight: 500;
      line-height: 130%;
    }

    .view-all-icon {
      width: 1em;
    }

    .view-all-btn {
      border-bottom: .075em solid #000;
      display: flex;
    }

    .view-all-btn.expertise {
      position: relative;
      overflow: hidden;
    }

    .listing-box-title {
      margin-bottom: 0;
      font-size: .7em;
      font-weight: 500;
      line-height: 100%;
    }

    .litle-circle {
      aspect-ratio: 1;
      background-color: #fff;
      border-radius: 100%;
      width: .15em;
    }

    .tag-wrapper {
      grid-column-gap: .35em;
      grid-row-gap: .35em;
      display: flex;
    }

    .feature-number-wrapper {
      grid-column-gap: .1em;
      grid-row-gap: .1em;
      display: flex;
    }

    .listing-items-container {
      position: relative;
    }

    .desktop-navbar {
      justify-content: center;
      align-items: center;
      width: 100%;
      display: flex;
      position: relative;
    }

    .listing-slider-wrapper-landing {
      padding-left: 4.16667vw;
      padding-right: 4.16667vw;
    }

    .listing-slider-wrapper-landing .collection-list-wrapper,
    .listing-slider-wrapper-landing .collection-list-wrapper .w-dyn-items,
    .listings-wrapper,
    .listings-wrapper-cta {
      width: 100%;
      box-sizing: border-box;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
      gap: 1.5rem;
    }

    .listing-slider-wrapper-landing .collection-list-wrapper {
      overflow-x: hidden;
    }

    .nav-btn-text {
      font-size: .5em;
    }

    .single-listing-hero {
      padding: .5em 4.16667vw 2em;
    }

    .single-listing-heading-line {
      justify-content: space-between;
      height: 3em;
      display: flex;
    }

    .listing-hero-flex-wrapper {
      flex-flow: column;
      justify-content: space-evenly;
      display: flex;
    }

    .added-time-wrapper {
      grid-column-gap: .3em;
      grid-row-gap: .3em;
      color: gray;
      font-size: .55em;
      font-weight: 500;
      line-height: 90%;
      display: flex;
    }

    .heading-larger {
      font-size: 1.625em;
      font-weight: 700;
      line-height: 90%;
    }

    .single-listing-hero-grid {
      grid-column-gap: .6em;
      grid-row-gap: .6em;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      width: 100%;
      height: 20em;
      margin-top: .5em;
      margin-bottom: 1em;
      display: flex;
    }

    .media-slider {
      width: 100%;
      height: 100%;
      position: relative;
    }

    .media-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      pointer-events: none;
      transition: .4s;
    }

    .media-slide.active {
      opacity: 1;
      pointer-events: all;
    }

    .media-slide img,
    .media-slide iframe {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border: 0;
    }

    .gallery-actions {
      position: absolute;
      bottom: 24px;
      display: flex;
      gap: 10px;
      justify-self: center;
      z-index: 20;
      align-items: center;
    }

    .gallery-btn {
      height: 42px;
      padding: 0 18px;
      border-radius: 999px;
      border: none;
      background: white;
      cursor: pointer;
      font-size: 14px;
    }

    .gallery-btn.active {
      background: #d8d8a8;
    }

    .slider-arrow {
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: var(--nav-size);
      height: var(--nav-size);
      border-radius: 50%;
      border: clamp(1.5px, 0.3vw, 3px) solid #fff;
      background: transparent;
      color: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 20;

    }

    button.slider-arrow i {
      font-size: calc(var(--nav-size-desktop) * 0.30);
      line-height: 1;
      transform: translateX(1px);
    }

    svg:not(:root) {
      overflow: hidden;
      height: 1.5em;
    }

    .prev {
      left: 20px;
    }

    .next {
      right: 20px;
    }

    .listing-left-img {
      background-color: #f9f9f9;
      border-radius: 1.25em;
      flex: none;
      width: 30em;
      position: relative;
      overflow: hidden;
    }

    .listing-right-box-map {
      object-fit: cover;
      border-radius: 1.25em;
      width: 100%;
      height: 8.125em;
      overflow: hidden;
    }

    /* MAPA DIREITA */

    /* MAPA */
    .embed-map-responsive {
    position: relative;
    text-align: right;
    width: 100%;
    height: 0;
    padding-bottom: 100% !important;
}
    .listing-right-box-map {
      width: 100%;
      min-height: 320px;
      border-radius: 28px;
      overflow: hidden;
      position: relative;
      background: #f3f3f3;
    }

    #map_canvas {
      width: 100%;
      height: 100%;
      border-radius: 28px;
      overflow: hidden;
      position: relative;
    }

    #map_canvas iframe {
      width: 100% !important;
      height: 100% !important;
      min-height: 320px;
      border: 0 !important;
      display: block;
      border-radius: 28px;
    }

    .map-empty {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      min-height: 320px;
      color: #777;
      font-size: 14px;
    }

    /* impede mapa gigante */
    .gm-style,
    .gm-style iframe {
      max-width: 100%;
    }

    /* MOBILE */
    @media (max-width: 767px) {

      .listing-right-box-map {
        min-height: 220px;
      }

      #map_canvas,
      #map_canvas iframe {
        min-height: 220px;
      }
    }

    /* BOTÃO LOCALIZAÇÃO SOMENTE MOBILE */

    .gallery-btn[data-target="mapa"],
    .gallery-btn[data-target="fachada"] {
      display: none;
    }

    @media(max-width:767px) {

      .gallery-btn[data-target="mapa"],
      .gallery-btn[data-target="fachada"] {
        display: flex;
      }

    }

    .listing-right-box-img {
      object-fit: cover;
      border-radius: 1.25em;
      margin-top: 1em;
      width: 100%;
      height: 11.125em;
      overflow: hidden;
    }

    .listing-bottom-content {
      grid-column-gap: .5em;
      grid-row-gap: 2.2em;
      justify-content: space-between;
      align-items: flex-start;
      display: flex;
    }

    .listing-content-left {
      grid-column-gap: 2em;
      grid-row-gap: 2em;
      flex-flow: column;
      flex: none;
      width: 30em;
      display: flex;
    }

    .listing-single-description-box {
      border: .05em solid #0000001a;
      border-radius: 1.75em;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 2.075em;
      padding: .5em 1.8em;
      display: flex;
      box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.25);
    }

    .tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .tags span {
      padding: .2em 1.8em;
      font-size: .5em;
      background: #FFFFFF;
      border: 1px solid #F2F2F2;
      box-shadow: 0px 0px 14.4px rgba(0, 0, 0, 0.25);
      border-radius: 1000px;
    }

    .outline {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.4);
      color: #fff;
    }

    .outline:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    /*=========================================*/
    .listing-content-right-box {
      width: 100%;
      border-radius: 32px;
      overflow: hidden;
      position: sticky;
      top: 4em;
      background: #a6a684;
      box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
    }

    /* =========================
   TOPO
========================= */

    .card-top {
      padding: 26px;
      background:
        radial-gradient(circle at top left,
          rgba(255, 255, 255, .12),
          transparent 45%),
        linear-gradient(145deg,
          #575757 0%,
          #1b1f2b 55%,
          #050816 100%);
      border-radius: 0 0 32px 32px;
    }

    /* =========================
   IMAGEM
========================= */

    .broker-image {
      width: 160px;
      height: 190px;
      border-radius: 28px;
      overflow: hidden;
      margin-bottom: 22px;
      background: #ccc;
    }

    .broker-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* =========================
   TEXTO
========================= */

    .broker-info h3 {
      color: #fff;
      font-size: 18px;
      line-height: 1.25;
      font-weight: 500;
      margin-bottom: 6px;
      letter-spacing: -.02em;
    }

    .creci {
      color: rgba(255, 255, 255, .78);
      font-size: 12px;
      margin-bottom: 22px;
      font-weight: 400;
    }

    /* =========================
   BOTÕES
========================= */

    .btn {
      width: 100%;
      height: 52px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-decoration: none;
      margin-bottom: 12px;
      transition: .25s ease;
      font-size: 16px;
      font-weight: 400;
      position: relative;
    }

    /* WHATS */

    .whatsapp-btn {
      background: #e6e8bc;
      color: #111;
      border: 1px solid transparent;
    }

    .whatsapp-btn:hover {
      transform: translateY(-2px);
    }

    /* OUTLINE */

    .outline {
      border: 1px solid rgba(255, 255, 255, .7);
      color: #fff;
      background: transparent;
    }

    .outline:hover {
      background: rgba(255, 255, 255, .08);
    }

    .btn-arrow {
      position: absolute;
      right: 22px;
      font-size: 16px;
    }

    /* =========================
   FOOTER
========================= */

    .card-bottom {
      height: 74px;
      padding: 0 24px 0 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .card-bottom span {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -.01em;
    }

    /* =========================
   SETA
========================= */

    .arrow {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #eceec4;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #111;
      font-size: 24px;
      flex-shrink: 0;
      box-shadow:
        0 8px 20px rgba(0, 0, 0, .18),
        inset 0 1px 0 rgba(255, 255, 255, .6);
      transition: .3s ease;
      cursor: pointer;

    }

    .arrow:hover {
      transform: rotate(45deg);
    }

    /* =========================
   RESPONSIVO
========================= */

    @media (max-width: 768px) {

      .listing-content-right-box {
        max-width: 100%;
      }

      .broker-image {
        width: 140px;
        height: 170px;
      }

    }

    /*==============================================*/
    .single-listing-content-wrapper {
      grid-column-gap: 1.4em;
      grid-row-gap: 1.4em;
      flex-flow: column;
      display: flex;
      max-width: 27em;
    }

    .single-listing-text {
      font-size: .6em;
      line-height: 140%;
    }

    .other-listing-header {
      font-size: 2.25em;
    }

    .description-wrapper {
      grid-column-gap: .5em;
      grid-row-gap: .5em;
      flex-flow: column;
      display: flex;
    }

    .description-title {
      color: #0006;
      font-size: .65em;
      font-weight: 500;
      line-height: 100%;
    }

    .description-content-line {
      grid-column-gap: .25em;
      grid-row-gap: .25em;
      justify-content: flex-start;
      align-items: center;
      display: flex;
    }

    .description-icon {
      width: 1.2em;
    }

    .description-value {
      font-size: .63em;
      font-weight: 700;
      line-height: 100%;
    }

    .descriptions-seperator {
      background-color: #0000001a;
      width: .025em;
      height: 100%;
    }

    .listings-wrapper {
      grid-column-gap: .55em;
      grid-row-gap: .55em;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }

    .listing-right-images {
      flex-flow: column;
      justify-content: space-between;
      width: 100%;
      display: flex;
    }



    @media screen and (min-width: 1440px) {

      .nav-link {
        cursor: pointer;
      }

      .view-all-icon {
        width: .9em;
      }

      .fit-size-absolute {
        z-index: 2;
      }
    }

    @media screen and (max-width: 991px) {

      .page-content {
        padding-top: 3.5rem;
      }
    }

    @media screen and (max-width: 767px) {
      h1 {
        font-size: 14.08em;
      }

      h2 {
        font-size: 8.25em;
        font-weight: 700;
      }

      h3 {
        font-size: 6.6em;
      }

      h4 {
        font-size: 6.05em;
        font-weight: 500;
      }

      h5 {
        font-size: 5.06em;
      }

      .page-content {
        padding-top: 1rem;
      }

      .nav-contact-btn {
        border-radius: 175em;
        width: 10em;
        height: 4em;
      }

      .nav-logo-link {
        width: 12.21em;
        margin-left: 0;
      }

      .view-all-btn,
      .view-all-btn.expertise {
        display: none;
      }



      .listing-wrapper {
        margin-top: 7.04em;
        padding-bottom: 7.04em;
        padding-left: 2.75em;
        padding-right: 2.75em;
      }

      .blur-box-in-listing-box {
        grid-column-gap: .8em;
        grid-row-gap: .8em;
        height: auto;
        padding: 1.98em 1.98em 2.2em;
      }

      .listing-box-title {
        font-size: 1.76em;
        font-weight: 500;
      }

      .listing-box-bottom-line-left {
        grid-column-gap: .8em;
        grid-row-gap: .8em;
      }

      .listing-box-property-detail {
        font-size: 1.4em;
      }

      .litle-circle {
        width: .55em;
      }

      .listing-box-price {
        font-size: 2.2em;
      }

      .tag-wrapper {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
      }

      .listing-tag {
        width: 8.25em;
        height: 3.85em;
      }

      .listing-tag-title {
        font-size: 1.32em;
      }

      .hide-on-mobile {
        display: none;
      }

      .desktop-navbar {
        display: none;
      }

      .listing-slider-wrapper-landing {
        padding-left: 0;
        padding-right: 0;
      }

      .nav-btn-text {
        font-size: 1em;
      }

      .single-listing-hero {
        padding-top: 1em;
        padding-left: 2.75em;
        padding-right: 2.75em;
      }

      .single-listing-heading-line {
        flex-flow: column;
        height: auto;
        grid-row-gap: 1em;
      }

      .listing-hero-flex-wrapper {
        grid-row-gap: 1.3em;
      }

      .added-time-wrapper {
        font-size: 1.32em;
        flex-flow: column;
        justify-content: space-between;
        grid-column-gap: .1em;
        grid-row-gap: .1em;
      }

      .heading-larger {
        font-size: 3em;
        font-weight: 600;
      }

      /*
      .single-listing-hero-grid {
        grid-column-gap: 1.32em;
        grid-row-gap: 1.32em;
        flex-flow: row;
        width: 100vw;
        height: auto;
        margin-top: 5.5em;
        margin-bottom: 5.5em;
        margin-left: -2.75em;
        padding-bottom: .2em;
        padding-left: 2.75em;
        overflow: auto;
      }

      .listing-left-img {
        border-radius: 2.75em;
        width: 41.58em;
        height: 23.32em;
        display: block;
      }
*/
      .listing-right-box-img {
        border-radius: 2.75em;
        flex: none;
        margin-top: 1em;
        width: 41.58em;
        height: 23.32em;
      }

      .listing-bottom-content {
        grid-column-gap: 11em;
        grid-row-gap: 11em;
        flex-flow: column;
      }

      .listing-content-left {
        grid-column-gap: 11em;
        grid-row-gap: 11em;
        width: 100%;
      }

      .listing-content-right-box {
        border-radius: 3.85em;
        width: 100%;
        padding: 1.98em;
        background: linear-gradient(145deg, #3a3a3a, #0f1115);
        color: #fff;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
      }

      .listing-single-description-box {
        grid-column-gap: 4.4em;
        grid-row-gap: 4.4em;
        border-width: .11em;
        border-radius: 3.3em;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        height: auto;
        padding: 3.85em;
        display: grid;
      }

      .profile-line-listing {
        grid-column-gap: 1.76em;
        grid-row-gap: 1.76em;
      }

      .single-listing-agent-profile {
        width: 6.6em;
        height: 6.6em;
      }

      .listing-agent-name-wrapper {
        grid-column-gap: .9em;
        grid-row-gap: .9em;
      }

      .listing-agent-name {
        font-size: 1.98em;
      }

      .agent-description-single-listing {
        font-size: 1.76em;
      }

      .listing-agent-box-seperator {
        background-color: #0000001a;
        border-style: none;
        border-width: .07em;
        height: .11em;
        margin-top: 3.52em;
        margin-bottom: 3.52em;
      }

      .signle-listing-agent-box-grid-form {
        grid-column-gap: 2.2em;
        grid-row-gap: 2.2em;
      }

      .agent-input {
        border-radius: 1em;
        height: 3.5em;
        font-size: 1.54em;
      }

      .agent-form-submit {
        font-size: 1.76em;
      }

      .single-listing-content-wrapper {
        grid-column-gap: 4.4em;
        grid-row-gap: 4.4em;
        max-width: none;
      }

      .single-listing-text {
        font-size: 1.98em;
      }

      .other-listing-header {
        font-size: 6.05em;
      }

      .description-wrapper {
        grid-column-gap: 1.76em;
        grid-row-gap: 1.76em;
      }

      .description-title {
        font-size: 1.76em;
      }

      .description-content-line {
        grid-column-gap: 1.1em;
        grid-row-gap: 1.1em;
      }

      .description-content-line svg:not(:root) {
        overflow: hidden;
        height: 2em;
      }   
       
      .description-icon {
        width: 3.3em;
      }

      .description-value {
        font-size: 1.65em;
      }

      .descriptions-seperator {
        display: none;
      }

      .listings-wrapper {
        grid-column-gap: 2.2em;
        grid-row-gap: 2.2em;
        width: 100%;
        display: flex;
      }

      .listing-right-images {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        flex-flow: row;
        flex: none;
      }



      .collection-list-wrapper {
        padding-bottom: .2em;
        padding-left: 2.75em;
        padding-right: 2.75em;
        overflow: auto;
      }

      .form-block-listing {
        margin-bottom: 0;
      }

      .tags span {
        padding: 1.2em 1.8em;
        font-size: 1.5em;
        background: #FFFFFF;
        border: 1px solid #F2F2F2;
        box-shadow: 0px 0px 14.4px rgba(0, 0, 0, 0.25);
        border-radius: 1000px;
      }

    }

    #name.w-node-_72c24c31-c066-409b-ad6a-ccb71070916f-442f142e,
    #field.w-node-_96abaa06-1b9d-13f8-9361-b29492f7f6f9-442f142e,
    #w-node-_72c24c31-c066-409b-ad6a-ccb710709173-442f142e {
      grid-area: span 1 / span 2 / span 1 / span 2;
    }

    @media screen and (max-width: 767px) {

      #name.w-node-_72c24c31-c066-409b-ad6a-ccb71070916f-442f142e {
        grid-area: span 1 / span 2 / span 1 / span 2;
      }
    }

    /* Global responsive card and listing grids */
    .listing-slider-wrapper-landing .collection-list-wrapper,
    .listing-slider-wrapper-landing .collection-list-wrapper .w-dyn-items,
    .listings-wrapper,
    .listings-wrapper-cta,
    .collection-list-wrapper .w-dyn-items {
      width: 100%;
      box-sizing: border-box;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
      gap: 1.5rem;
    }

    .listing-slider-wrapper-landing .collection-list-wrapper {
      overflow-x: hidden;
    }

    .singe-listing-other-listings {
      padding-top: 1em;
      padding-bottom: 2em;
    }

    .listing-items-container {
      position: relative;
    }

    .listing-wrapper {
      margin-top: 1.04em;
      padding-bottom: 3.04em;
      padding-left: 2em;
      padding-right: 2em;
    }

    .others-listing-header-line {
      justify-content: space-between;
      align-items: center;
      display: flex;
    }

    .other-listing-header {
      font-size: 1.6em;
    }

    .view-all-btn {
      border-bottom: .075em solid #000;
      display: flex;
    }

    .view-all-btn.expertise {
      position: relative;
      overflow: hidden;
    }

    .w-inline-block {
      max-width: 100%;
      display: inline-block;
    }

    .view-all-btn-content {
      grid-column-gap: .35em;
      grid-row-gap: .35em;
      color: #000;
      justify-content: center;
      align-items: center;
      padding-top: .2em;
      padding-bottom: .2em;
      display: flex;
    }

    .view-all-text {
      font-size: 1em;
      font-weight: 500;
      line-height: 130%;
    }

    .view-all-icon {
      width: 1em;
    }

    .listing-slider-wrapper-all-listing {
      padding-left: 4.16667vw;
      padding-right: 4.16667vw;
    }

    /* GRID */
    .all-listings-wrapper {
      grid-column-gap: 1.125em;
      grid-row-gap: 2em;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }

    .listing-hero-box-all-listing {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }

    .listing-hero-box-all-listing {
      border-radius: .5em;
      height: 14.3em;
      position: relative;
      overflow: hidden;
    }

    .fit-size-absolute {
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    /* TOPO (BADGE) */
    .listing-box-top {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: .4em;
      z-index: 6;
      display: flex;
      justify-content: space-between;
    }

    .listing-tag {
      -webkit-backdrop-filter: blur(3.25em);
      backdrop-filter: blur(3.25em);
      background-color: #00000026;
      border-radius: 2.3em;
      justify-content: center;
      align-items: center;
      width: 3.1em;
      height: 1.5em;
      display: flex;
    }

    .listing-tag-title {
      color: #fff;
      text-transform: capitalize;
      font-size: .4em;
      font-weight: 700;
    }

    /* CONTEÚDO INFERIOR */
    .blur-box-in-listing-box {
      z-index: 5;
      backdrop-filter: blur(20px);
      color: #fff;
      background: rgba(0, 0, 0, 0.55);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: .3em;
      padding: .75em .75em .75em;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
    }

    .listing-box-title {
      margin-bottom: 0;
      font-size: .88em;
      font-style: normal;
      font-weight: 400;
      line-height: 95%;
    }

    .listing-box-bottom-line {
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 0.3em;
    }

    .listing-box-bottom-line-left {
      grid-column-gap: .25em;
      grid-row-gap: .25em;
      grid-template-rows: auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }

    .listing-box-property-detail {
      font-size: .5em;
      font-weight: 700;
      font-style: normal;
      line-height: 120%;
    }

    .listing-box-price {
      font-size: .9em;
      font-weight: bold;
    }

    .listing-box-price {
      font-size: .85em;
      font-weight: 700;
      line-height: 100%;
    }

    /* =========================
   DOTS
========================= */
    .dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 20px;
    }

    .dots span {
      width: 6px;
      height: 6px;
      background: #ccc;
      border-radius: 50%;
    }

    .dots span.active {
      background: #7a7a52;
      width: 10px;
      height: 10px;
    }

    .listing-view-all-link-mobile {
      display: none;
    }

    .image-fit {
      object-fit: cover;
      border-style: none;
      border-width: 0;
      width: 100%;
      height: 100%;
    }

    @media screen and (max-width: 767px) {

      .image-fit {
        box-sizing: border-box;
      }

      .view-all-mobile-text {
        text-transform: capitalize;
        font-size: 2.64em;
        font-weight: 500;
        line-height: 110%;
      }

      .view-all-arrow-mobile {
        width: 2.4em;
      }

      .listing-box-top {
        z-index: 3;
        padding: 1.1em;
      }

      .other-listing-header {
        font-size: 3em;
        line-height: normal;
        text-align: center;
      }

      .all-listings-wrapper {
        display: flex;
        overflow-x: auto;
        gap: 1.5em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        scroll-snap-type: x mandatory;
      }

      .all-listings-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        gap: 16px;
      }

      .listing-hero-box-all-listing {
        width: 100%;
        min-height: 25rem;
        border-radius: 2.5em;
        height: 38.5em;
        min-width: 85%;
        scroll-snap-align: center;
        flex-shrink: 0;
        flex: 0 0 auto;
      }

      .singe-listing-other-listings {
        margin-top: 5em;
        margin-bottom: 5em;
        padding-top: 0;
        padding-bottom: 0;
      }

      .listing-tag {
        width: auto;
        padding: 2em;
        height: auto;
        border-radius: 3.3em;
      }

      .listing-tag-title {
        font-size: 1.8em;
      }

      .blur-box-in-listing-box {
        grid-column-gap: .8em;
        grid-row-gap: .8em;
        height: auto;
        padding: 1.98em 1.98em 2.2em;
      }

      .listing-box-title {
        font-size: 3em;
        font-weight: 500;
        line-height: 140%;
      }

      .listing-box-bottom-line {
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 2em;
      }

      .listing-box-bottom-line-left {
        grid-column-gap: .5em;
        grid-row-gap: .5em;
      }

      .listing-box-property-detail {
        font-size: 2em;
        line-height: 140%;
      }

      .listing-box-price {
        font-size: 5em;
      }

      .listing-view-all-link-mobile {
        border-bottom: .3em solid #000;
        justify-content: space-between;
        align-items: center;
        width: 15em;
        margin-top: 5em;
        margin-left: auto;
        margin-right: auto;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        display: flex;
      }

    }






    /* =========================================
   MOBILE HERO IMÓVEL
========================================= */

    @media (max-width: 767px) {

      .single-listing-hero-grid {
        /* display: block; */
        /* width: 100%; */
        /* margin: 0; */
        /* padding: 0; */
        grid-column-gap: 1.32em;
        grid-row-gap: 1.32em;
        flex-flow: row;
        width: 100vw;
        height: auto;
        margin-top: 5.5em;
        margin-bottom: 5.5em;
        margin-left: -2.75em;
        padding-bottom: .2em;
        padding-left: 2.75em;
        overflow: auto;
      }

      .listing-left-img {
        width: 100%;
        overflow: visible;
        border-radius: 0;
        background: transparent;
      }

      .listing-right-images,
      .slider-arrow {
        display: none !important;
      }

      /* =========================================
       SLIDER
    ========================================= */

      .media-slider {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        height: auto;
      }

      .media-slider::-webkit-scrollbar {
        display: none;
      }

      .media-slide {
        position: relative !important;
        inset: auto !important;
        opacity: 1 !important;
        pointer-events: all !important;
        flex: 0 0 93%;
        width: 93%;
        height: 50em;
        border-radius: 32px;
        overflow: hidden;
        scroll-snap-align: center;
        transition: .3s ease;
      }

      .media-slide img,
      .media-slide iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 0;
      }

      /* =========================================
       SINGLE MODE
    ========================================= */

      .media-slider.single-mode {
        overflow: hidden;
      }

      .media-slider.single-mode .media-slide {
        display: none;
      }

      .media-slider.single-mode .media-slide.active-mobile {
        display: block;

        flex: 0 0 calc(100% - 44px);

        width: calc(100% - 44px);
      }

      /* =========================================
       DOTS
    ========================================= */

      .gallery-dots {
        display: flex;

        justify-content: center;

        align-items: center;

        gap: 12px;

        margin-top: 24px;
      }

      .gallery-dot {
        width: 10px;
        height: 10px;

        border-radius: 50%;

        background: #d8d8d8;

        transition: .3s ease;
      }

      .gallery-dot.active {
        background: #8d8d63;

        transform: scale(1.15);
      }

      /* =========================================
       BUTTONS
    ========================================= */
      svg:not(:root) {
        overflow: hidden;
        height: 1em;
      }

      .gallery-actions {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        justify-content: flex-start;
        overflow-x: auto;
        gap: 14px;
        height: 10em;
        display: flex;
        justify-self: auto;
        padding: 0 8px 5px;
        margin-top: 26px;
        scrollbar-width: none;
        -ms-overflow-style: none;
      }

      .gallery-actions::-webkit-scrollbar {
        display: none;
      }

      .gallery-btn {
        flex: none;
        height: auto;
        width: auto;
        /* padding: 10px 10px; */
        /* border-radius: 30px; */
        /* white-space: nowrap; */
        /* font-size: 14px; */
        line-height: 120%;
        /* background: #fff; */
        /* box-shadow: 0 8px 24px rgba(0, 0, 0, .10); */
        padding: 1.2em 1.8em;
        font-size: 1.5em;
        background: #FFFFFF;
        border: 1px solid #F2F2F2;
        box-shadow: 0px 0px 14.4px rgba(0, 0, 0, 0.25);
        border-radius: 1000px;
      }

      .gallery-btn.active {
        background: #d8d8a8;
      }

      /* =========================================
       EMPTY
    ========================================= */

      .empty-msg {
        width: 100%;
        height: 100%;

        display: flex;
        align-items: center;
        justify-content: center;

        background: #f5f5f5;

        color: #666;
      }
    }