@charset "UTF-8";
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-bold-condensed.ttf");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-bold-condensed-oblique.ttf");
  font-weight: 700;
  font-style: oblique;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-bold-oblique.ttf");
  font-weight: 700;
  font-style: oblique;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-book.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-book-oblique.ttf");
  font-weight: 400;
  font-style: oblique;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-extra-bold.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-extra-bold-condensed.ttf");
  font-weight: 800;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-extra-bold-condensed-Oblique.ttf");
  font-weight: 800;
  font-style: oblique;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-extra-bold-oblique.ttf");
  font-weight: 800;
  font-style: oblique;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-heavy.ttf");
  font-weight: 650;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-heavy-oblique.ttf");
  font-weight: 650;
  font-style: oblique;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-light-condensed.ttf");
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-light-condensed-oblique.ttf");
  font-weight: 300;
  font-style: oblique;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-light-oblique.ttf");
  font-weight: 300;
  font-style: oblique;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-medium-condensed.ttf");
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-medium-condensed-oblique.ttf");
  font-weight: 500;
  font-style: oblique;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Std";
  src: url("../css/fonts/futura-std/futura-std-medium-oblique.ttf");
  font-weight: 500;
  font-style: oblique;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}

.no-scroll {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 108.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 993px) {
  .container {
    padding-inline: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 1 1 0%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.main-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.main-header .container nav {
  display: flex;
  align-items: center;
  gap: 6.25rem;
}
.main-header .container nav a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  transition: 200ms;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Futura Std", sans-serif;
}
.main-header .container nav a.active, .main-header .container nav a:hover {
  color: #A3A6A1;
}
.main-header .container .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17.3125rem;
}
.main-header .container .btn-menu-mobile {
  display: none;
  width: 1.9375rem;
  height: 1.25rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.main-header .container .btn-menu-mobile span {
  height: 0.1875rem;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  transition: 200ms;
}
.main-header .container .btn-menu-mobile span:nth-of-type(1) {
  top: 0;
}
.main-header .container .btn-menu-mobile span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.main-header .container .btn-menu-mobile span:nth-of-type(3) {
  bottom: 0;
}
.main-header .container .btn-menu-mobile.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.main-header .container .btn-menu-mobile.active span:nth-of-type(2) {
  width: 0;
}
.main-header .container .btn-menu-mobile.active span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  bottom: initial;
}
.main-header.primary .container nav a {
  color: #0C0C0C;
}
.main-header.primary .container nav a.active, .main-header.primary .container nav a:hover {
  color: #A3A6A1;
}
.main-header.active {
  background-color: #262626;
  z-index: 10;
}
.main-header.active .container {
  padding-block: 0rem;
}
.main-header.active .container nav {
  height: 100%;
  height: 90px;
}
.main-header.active .container .logo {
  width: 15rem;
}
.main-header.active.primary {
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .main-header .container {
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
  }
  .main-header .container .logo {
    position: static;
    left: 0;
    transform: translateX(0);
    width: 10.4375rem;
  }
  .main-header .container nav {
    display: none;
  }
  .main-header .container .btn-menu-mobile {
    display: block;
  }
  .main-header.primary .container .btn-menu-mobile span {
    background-color: #0C0C0C;
  }
  .main-header.active .container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .main-header.active .container .logo {
    width: 8.75rem;
  }
}
@media screen and (max-width: 993px) {
  .main-header .container .btn-menu-mobile {
    width: 1.25rem;
    height: 1rem;
  }
  .main-header .container .btn-menu-mobile span {
    height: 0.125rem;
  }
}

.main-header-02 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.main-header-02 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: 112px;
}
.main-header-02 .container .btn-menu-mobile {
  width: 1.9375rem;
  height: 1.25rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.main-header-02 .container .btn-menu-mobile span {
  height: 0.1875rem;
  width: 100%;
  background-color: #0C0C0C;
  position: absolute;
  transition: 200ms;
  display: block;
}
.main-header-02 .container .btn-menu-mobile span:nth-of-type(1) {
  top: 0;
}
.main-header-02 .container .btn-menu-mobile span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.main-header-02 .container .btn-menu-mobile span:nth-of-type(3) {
  bottom: 0;
}
.main-header-02 .container .btn-menu-mobile.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.main-header-02 .container .btn-menu-mobile.active span:nth-of-type(2) {
  width: 0;
}
.main-header-02 .container .btn-menu-mobile.active span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  bottom: initial;
}
.main-header-02 .container .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17.3125rem;
}
.main-header-02.active {
  background-color: #FFFFFF;
  z-index: 10;
}
.main-header-02.active .container {
  height: 90px;
  padding-block: 0rem;
}
.main-header-02.active .container .logo {
  width: 15rem;
}
@media screen and (max-width: 993px) {
  .main-header-02 .container {
    flex-direction: row-reverse;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    height: auto;
    padding-inline: 1.25rem;
  }
  .main-header-02 .container .logo {
    width: 10rem;
    position: static;
    left: initial;
    top: initial;
    transform: initial;
  }
  .main-header-02 .container .btn-menu-mobile {
    right: initial;
  }
  .main-header-02.active .container .logo {
    width: 10rem;
  }
}

.main-footer {
  background-color: #262626;
}
.main-footer .top {
  padding-top: 6.25rem;
  padding-bottom: 4rem;
}
.main-footer .top .container {
  display: flex;
  gap: 16.5625rem;
}
.main-footer .top .container .box {
  max-width: 25.375rem;
  width: 100%;
}
.main-footer .top .container .box .logo {
  margin-bottom: 1.875rem;
}
.main-footer .top .container .box .embed-map {
  aspect-ratio: 406/270;
  width: 100%;
  max-width: 25.375rem;
  background-color: #878282;
  position: relative;
}

.main-footer .top .container .box .embed-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-footer .top .container .box .embed-map address {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-style: normal;
  padding: 1rem;
  background-color: #0C0C0C;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.main-footer .top .container .box .embed-map address p {
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 650;
  font-size: 0.875rem;
  color: #F0F2F2;
  letter-spacing: 0;
  line-height: 1.25rem;
}
.main-footer .top .container .wrapper {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.main-footer .top .container .wrapper .item h3 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2rem;
  color: #A3A6A1;
  margin-bottom: 2rem;
}
.main-footer .top .container .wrapper .item ul {
  list-style: none;
}
.main-footer .top .container .wrapper .item ul li + li {
  margin-top: 2rem;
}
.main-footer .top .container .wrapper .item ul li a {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #F0F2F2;
  letter-spacing: 0;
  line-height: 1.25rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: 200ms;
}
.main-footer .top .container .wrapper .item ul li a:hover {
  text-decoration: underline;
}
.main-footer .bottom {
  height: 5.625rem;
  background-color: #0C0C0C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer .bottom span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #F0F2F2;
  letter-spacing: 0;
}
@media screen and (max-width: 1550px) {
  .main-footer .top .container {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 1450px) {
  .main-footer .top .container {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 1350px) {
  .main-footer .top .container {
    flex-direction: column;
  }
  .main-footer .top .container .box {
    max-width: initial;
  }
  .main-footer .top .container .box .logo {
    margin-bottom: 1.5rem;
  }
  .main-footer .top .container .box .embed-map {
    aspect-ratio: initial;
    height: 17.5rem;
    width: 100%;
    max-width: initial;
    margin-top: 5.6875rem;
  }
  .main-footer .top .container .box .embed-map address {
    bottom: 100%;
    padding-top: 0;
    padding-inline: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 993px) {
  .main-footer .top {
    padding-top: 3rem;
    padding-bottom: 5.125rem;
  }
  .main-footer .top .container .box .logo {
    width: 10.125rem;
    margin-bottom: 1.5rem;
  }
  .main-footer .top .container .box .embed-map {
    height: 15.625rem;
  }
  .main-footer .top .container .box .embed-map address p {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .main-footer .top .container .wrapper {
    flex-direction: column;
    gap: 4.0625rem;
  }
  .main-footer .top .container .wrapper .item h3 {
    font-size: 1rem;
  }
  .main-footer .top .container .wrapper .item ul li a {
    font-size: 0.875rem;
  }
  .main-footer .bottom span {
    font-size: 0.875rem;
  }
}

.btn-primary {
  height: 5rem;
  padding-inline: 3rem;
  background-color: #F0F2F2;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: 200ms;
}
.btn-primary:hover {
  transform: scale(1.05);
}

.input-group {
  position: relative;
  min-height: 4.0625rem;
}
.input-group label {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
  transition: 200ms;
}
.input-group input, .input-group textarea {
  border: 0;
  border-bottom: 1px solid #525957;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 2.8125rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #A3A6A1;
  border-radius: 0 !important;
}
.input-group input::-moz-placeholder, .input-group textarea::-moz-placeholder {
  color: #A3A6A1;
}
.input-group input::placeholder, .input-group textarea::placeholder {
  color: #A3A6A1;
}
.input-group textarea {
  border: 1px solid #525957;
  height: 350px;
  resize: none;
  padding-block: 10px;
}
.input-group:not(.textarea) label {
  position: absolute;
  bottom: 10px;
}
.input-group:not(.textarea) input {
  position: absolute;
  bottom: 0;
  outline: 0;
}
.input-group.textarea label {
  margin-bottom: 1rem;
}
.input-group.show label {
  bottom: 3.0625rem;
  font-size: 0.875rem;
  color: #A3A6A1;
}
.input-group.show input {
  border-color: #A3A6A1;
}
@media screen and (max-width: 993px) {
  .input-group label {
    font-size: 1rem;
  }
  .input-group input, .input-group textarea {
    font-size: 1rem;
  }
  .input-group.show label {
    font-size: 0.75rem;
  }
}

.input-group-prefer .label,
.input-group-radio-list .label {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #A3A6A1;
  line-height: 2rem;
  margin-bottom: 1.125rem;
  display: block;
}
.input-group-prefer .wrapper,
.input-group-radio-list .wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  max-width: 45.125rem;
}
.input-group-prefer .wrapper div,
.input-group-radio-list .wrapper div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.input-group-prefer .wrapper input[type=radio],
.input-group-radio-list .wrapper input[type=radio] {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  border: 1px solid #6F7482;
  cursor: pointer;
  transition: border 200ms ease, outline 200ms ease, background-color 200ms ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms;
}
.input-group-prefer .wrapper input[type=radio]:checked,
.input-group-radio-list .wrapper input[type=radio]:checked {
  background-color: #A3A6A1;
  border: 3px solid #262626;
  outline: 1px solid #A3A6A1;
}
.input-group-prefer .wrapper input[type=radio]:checked + label,
.input-group-radio-list .wrapper input[type=radio]:checked + label {
  color: #A3A6A1;
}
.input-group-prefer .wrapper label,
.input-group-radio-list .wrapper label {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Futura Std";
  font-style: normal;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  color: #525957;
}
@media screen and (max-width: 993px) {
  .input-group-prefer .label,
  .input-group-radio-list .label {
    font-size: 1rem;
    margin-bottom: 1.375rem;
    line-height: 1;
  }
  .input-group-prefer .wrapper,
  .input-group-radio-list .wrapper {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1.375rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .input-group-prefer .wrapper input[type=radio],
  .input-group-radio-list .wrapper input[type=radio] {
    width: 1.25rem;
    height: 1.25rem;
  }
  .input-group-prefer .wrapper label,
  .input-group-radio-list .wrapper label {
    font-size: 1rem;
    line-height: 1;
  }
  .input-group-prefer .wrapper div,
  .input-group-radio-list .wrapper div {
    gap: 0.5rem;
  }
}

.swiper .swiper-pagination {
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  top: initial;
  transform: translateY(0);
  right: calc(7% + 70px);
  left: initial;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 2px;
  width: 5.875rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 1rem;
  height: 16px;
  background-image: url(../images/swiper-button-prev-01-active.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  top: initial;
  transform: translateY(0);
  margin-top: 0;
  left: initial;
  right: calc(7% + 25px);
  opacity: 1;
}
.swiper .swiper-button-prev svg,
.swiper .swiper-button-next svg {
  display: none;
}
.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-prev-01-inactive.svg);
}
.swiper .swiper-button-next {
  background-image: url(../images/swiper-button-next-01-active.svg);
  right: 7%;
}
.swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-next-01-inactive.svg);
}
@media screen and (max-width: 1350px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.6875rem !important;
    margin: 0 2px;
  }
}
@media screen and (max-width: 993px) {
  .swiper .swiper-pagination {
    width: 100% !important;
    max-width: 280px;
    display: flex !important;
    bottom: 0.375rem !important;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    flex: 1;
    width: initial !important;
    height: 3px !important;
  }
}

.card-exclusives {
  position: relative;
  cursor: pointer;
}
.card-exclusives .cover {
  height: 15.625rem;
  position: relative;
}
.card-exclusives .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-exclusives .cover .category {
  position: absolute;
  left: 2rem;
  top: 2rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #F0F2F2;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.card-exclusives .info {
  padding-top: 1rem;
  padding-inline: 1.5rem;
  padding-bottom: 2.75rem;
  background-color: #FFFFFF;
}
.card-exclusives .info h3 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1.75rem;
  margin-bottom: 0.9375rem;
  max-width: 20.625rem;
  height: 3rem;
  overflow-y: hidden;
}
.card-exclusives .info ul {
  list-style: none;
  max-width: 19.6875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.card-exclusives .info ul li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.card-exclusives .info ul li span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.7px;
}
.card-exclusives .info .price {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.8px;
  display: block;
}
.card-exclusives .overflow {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #F0F2F2;
  padding-top: 5.3125rem;
  padding-left: 2rem;
  padding-right: 2.5625rem;
  opacity: 0;
  visibility: visible;
  transition: 200ms;
}
.card-exclusives .overflow h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.card-exclusives .overflow p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 2rem;
}
.card-exclusives .overflow p + p {
  margin-top: 1.25rem;
}
.card-exclusives .overflow > svg {
  position: absolute;
  right: 1.53125rem;
  bottom: 1.53125rem;
}
.card-exclusives.active .overflow, .card-exclusives:hover .overflow {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1550px) {
  .card-exclusives .overflow {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 993px) {
  .card-exclusives .info {
    padding: 1.5rem;
    padding-inline: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .card-exclusives .info h3 {
    font-size: 0.75rem;
    line-height: 22px;
    max-width: 16.1875rem;
    margin-bottom: 0.924375rem;
  }
  .card-exclusives .info ul li span {
    font-size: 0.75rem;
  }
  .card-exclusives .overflow {
    display: none;
  }
}

.card-review {
  border: 1px solid #FFFFFF;
}
.card-review .top {
  background-color: #FFFFFF;
  padding: 2.625rem 3rem;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 0rem;
}
.card-review .top .cover {
  width: 9.125rem;
  height: 10.0625rem;
  margin-bottom: -20px;
 
}

.card-review .top .cover img {`
height: 100%;
width: 100%;
}

.card-review .top .details {
  padding-top: 1.25rem;
}
.card-review .top .details h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0C0C0C;
  text-transform: uppercase;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}
.card-review .top .details span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}
.card-review .desc {
  padding-top: 2.25rem;
  padding-left: 3rem;
  padding-right: 1.875rem;
  padding-bottom: 3rem;
}
.card-review .desc h4 {
  text-transform: uppercase;
  font-family: "Futura Std";
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 2.25rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 3.5rem;
}
.card-review .desc p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 2rem;
}
.card-review .desc .btn-video {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-inline: 4.59375rem;
  height: 5rem;
  border: 1px solid #FFFFFF;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: 200ms;
}
.card-review .desc .btn-video svg.active {
  display: none;
}
.card-review .desc .btn-video:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.card-review .desc .btn-video:hover svg {
  display: none;
}
.card-review .desc .btn-video:hover svg.active {
  display: block;
}
@media screen and (max-width: 993px) {
  .card-review {
    border: 0;
  }
  .card-review .top {
    padding-left: 0rem;
    padding-top: 0;
    gap: 0.875rem;
    align-items: center;
  }
  .card-review .top .cover {
    width: 10.25rem;
    height: 11.4375rem;
    margin-bottom: 0rem;
  }
  .card-review .top .cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card-review .top .details {
    flex: 1;
    padding-top: 0;
  }
  .card-review .top .details h3 {
    font-size: 1.25rem;
    line-height: 22px;
    margin-bottom: 0.3125rem;
    position: relative;
    padding-right: 1.25rem;
    max-width: 8.75rem;
  }
  .card-review .top .details h3 svg {
    width: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .card-review .top .details span {
    line-height: 16px;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  .card-review .desc {
    padding-top: 1.5rem;
    padding-inline: 0;
    padding-bottom: 0;
  }
  .card-review .desc h4 {
    font-size: 1.5rem;
    letter-spacing: 0.96px;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .card-review .desc p {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.75rem;
  }
  .card-review .desc p + p {
    margin-top: 1.25rem;
  }
  .card-review .desc .btn-video {
    width: 100%;
    margin-top: 2.0625rem;
    height: 4.5rem;
    justify-content: center;
    font-size: 1rem;
    gap: 1rem;
    padding-inline: 0.625rem;
  }
}

.card-blog {
  cursor: pointer;
}

.card-blog .cover {
  height: 19.625rem;
  position: relative;
  margin-bottom: 1.5625rem;
}
.card-blog .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-blog .cover .category {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  height: 2.3125rem;
  padding-inline: 1.5rem;
  background-color: #525957;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #F0F2F2;
  text-transform: uppercase;
}
.card-blog .desc h3 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
  line-height: 2.5rem;
}
.card-blog .desc p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin-bottom: 3.125rem;
  max-width: 28.5rem;
}
.card-blog .desc .btn-more {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  font-family: "Futura Std";
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: 500;
  color: #525957;
  line-height: 1;
  text-transform: uppercase;
  transition: 200ms;
}
.card-blog .desc .btn-more svg {
  transition: 200ms;
}
.card-blog .desc .btn-more:hover {
  color: #0C0C0C;
  gap: 1.5rem;
}
.card-blog .desc .btn-more:hover svg path {
  stroke: #0C0C0C;
}
@media screen and (max-width: 993px) {
  .card-blog .cover {
    height: 16.875rem;
    margin-bottom: 1.5rem;
  }
  .card-blog .cover .category {
    display: none;
  }
  .card-blog .desc h3 {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  .card-blog .desc p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 2.1875rem;
  }
  .card-blog .desc .btn-more {
    margin-top: 0;
    font-size: 0.875rem;
    gap: 1.25rem;
  }
}

.pagination,
.pagination-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.pagination .btn,
.pagination-mobile .btn {
  min-width: 4rem;
  height: 3rem;
  padding-inline: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #262626;
  text-decoration: none;
  cursor: pointer;
  transition: 200ms;
}
.pagination .btn:hover,
.pagination-mobile .btn:hover {
  background-color: #3b3b3b;
}
.pagination .pages,
.pagination-mobile .pages {
  display: flex;
  gap: 0.5rem;
}
.pagination .pages a,
.pagination .pages span,
.pagination-mobile .pages a,
.pagination-mobile .pages span {
  height: 3rem;
  min-width: 4.5625rem;
  padding-inline: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A3A6A1;
  text-decoration: none;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #A3A6A1;
  transition: 200ms;
}
.pagination .pages.active,
.pagination .pages a:hover,
.pagination-mobile .pages.active,
.pagination-mobile .pages a:hover {
  color: #262626;
}
.pagination .pages span,
.pagination-mobile .pages span {
  min-width: 2.375rem;
  border: 0;
  font-size: 1.25rem;
}

.pagination-mobile .pages {
  flex: 1;
}
.pagination-mobile .pages a {
  flex: 1;
}

.btn-mobile-float-1 {
  position: fixed;
  bottom: 1.25rem;
  left: 4.25rem;
  right: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0C0C0C;
  height: 4rem;
  gap: 2rem;
  z-index: 10;
  text-decoration: none;
  transition: 200ms;
  display: none;
}
.btn-mobile-float-1 span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #F0F2F2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.btn-mobile-float-1:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 993px) {
  .btn-mobile-float-1 {
    display: flex;
  }
}

.btn-desktop-float-whatsapp {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  background: #0C0C0C;
  box-shadow: 0px 15px 13.4px -11px rgba(0, 0, 0, 0.25);
  padding-inline: 2rem;
  height: 4rem;
  width: -moz-max-content;
  width: max-content;
  position: fixed;
  right: 8.3125rem;
  bottom: 1.25rem;
  text-decoration: none;
  z-index: 4;
  transition: 200ms;
}
.btn-desktop-float-whatsapp span {
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F0F2F2;
}
.btn-desktop-float-whatsapp:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1600px) {
  .btn-desktop-float-whatsapp {
    right: 2.5rem;
  }
}
@media screen and (max-width: 993px) {
  .btn-desktop-float-whatsapp {
    display: none;
  }
}

.instagram {
  margin-bottom: 5rem;
}
.instagram .container .group-title {
  margin-bottom: 2.125rem;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 2;
}
.instagram .container .group-title h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 3.5rem;
  text-transform: uppercase;
}
.instagram .container .group-title .btn-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.5rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
}
.instagram .swiper {
  width: calc(100% - (100% - 1654px) / 2);
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 3.03125rem;
  padding-top: 6.25rem;
  margin-top: -6.25rem;
}
.instagram .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.instagram .swiper .swiper-button-next,
.instagram .swiper .swiper-button-prev {
  top: 0 !important;
  bottom: initial;
  width: 0.875rem !important;
  height: 1.75rem !important;
  background-image: url(../images/swiper-button-prev-03-active.svg) !important;
}
.instagram .swiper .swiper-button-next.swiper-button-disabled,
.instagram .swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/swiper-button-prev-03-inactive.svg) !important;
}
.instagram .swiper .swiper-button-prev {
  right: calc(7% + 50px) !important;
}
.instagram .swiper .swiper-pagination {
  display: none;
}
.instagram .swiper .swiper-button-next {
  background-image: url(../images/swiper-button-next-03-active.svg) !important;
}
.instagram .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-next-03-inactive.svg) !important;
}
.instagram .btn-primary {
  margin-inline: auto;
  margin-top: 3.03125rem;
}
@media screen and (max-width: 1700px) {
  .instagram .swiper {
    width: calc(100% - 40px);
    max-width: initial;
  }
  .instagram .swiper .swiper-button-prev {
    right: 80px !important;
  }
  .instagram .swiper .swiper-button-next {
    right: 40px !important;
  }
}
@media screen and (max-width: 993px) {
  .instagram {
    margin-bottom: 5rem;
  }
  .instagram .container .group-title {
    margin-bottom: 1.5625rem;
  }
  .instagram .container .group-title h2 {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .instagram .container .group-title .btn-link {
    font-size: 0.875rem;
    gap: 0.25rem;
    line-height: 1;
  }
  .instagram .swiper.swiper-instagram {
    width: calc(100% - 20px);
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 2.8125rem;
  }
  .instagram .swiper.swiper-instagram .swiper-pagination {
    left: 0;
    bottom: 0.0625rem;
    right: initial;
    display: flex;
  }
  .instagram .swiper.swiper-instagram .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    height: 2px;
    width: 5.875rem;
    background-color: #A3A6A1;
  }
  .instagram .swiper.swiper-instagram .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0C0C0C;
  }
  .instagram .swiper.swiper-instagram .swiper-button-next,
  .instagram .swiper.swiper-instagram .swiper-button-prev {
    bottom: 0;
    top: initial !important;
    width: 1rem !important;
    height: 1rem !important;
  }
  .instagram .swiper.swiper-instagram .swiper-button-next {
    right: 1.25rem !important;
    background-image: url(../images/swiper-button-next-02-active.svg);
  }
  .instagram .swiper.swiper-instagram .swiper-button-next.disabled {
    background-image: url(../images/swiper-button-next-02-inactive.svg);
  }
  .instagram .swiper.swiper-instagram .swiper-button-prev {
    right: 2.75rem !important;
    background-image: url(../images/swiper-button-prev-02-active.svg);
  }
  .instagram .swiper.swiper-instagram .swiper-button-prev.disabled {
    background-image: url(../images/swiper-button-prev-02-inactive.svg);
  }
  .instagram .btn-primary {
    width: calc(100% - 40px);
    height: 4.5rem;
    font-size: 1rem;
  }
}

.modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 200ms;
}
.modal.modal-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.modal-contact .modal-content {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #FFFFFF;
  padding: 1rem;
  max-width: 43.75rem;
  margin-inline: auto;
}
.modal.modal-contact .modal-content .cover {
  margin-bottom: 1.75rem;
  max-height: 18.5rem;
  overflow: hidden;
}
.modal.modal-contact .modal-content .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.modal.modal-contact .modal-content form .box {
  margin-bottom: 1.875rem;
}
.modal.modal-contact .modal-content form .box .name {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 650;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.6875rem;
}
.modal.modal-contact .modal-content form .box .text {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
  line-height: 1;
}
.modal.modal-contact .modal-content form h3 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #0C0C0C;
  margin-bottom: 0.625rem;
}
.modal.modal-contact .modal-content form .input-group + .input-group {
  margin-top: 1.4375rem;
}
.modal.modal-contact .modal-content form .input-group label {
  font-size: 1rem;
}
.modal.modal-contact .modal-content form .input-group input {
  font-size: 1rem;
}
.modal.modal-contact .modal-content form .input-group.show label {
  color: #0C0C0C;
  font-size: 0.875rem;
}
.modal.modal-contact .modal-content form .input-group.show input {
  border-color: #0C0C0C;
  color: #0C0C0C;
}
.modal.modal-contact .modal-content form button[type=submit] {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  background-color: #262626;
  gap: 0.75rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #F0F2F2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  transition: 200ms;
}
.modal.modal-contact .modal-content form button[type=submit]:hover {
  background-color: #3b3b3b;
}
.modal.modal-contact .modal-content form span {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  line-height: 20px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
}
.modal.modal-contact .modal-content form span a {
  color: #0C0C0C;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}

.page-01-home .hero {
  min-height: 100vh;
  background-image: url(../images/home-hero.png);
  background-size: cover;
  padding-bottom: 3.125rem;
}
.page-01-home .hero .container {
  height: 100%;
  padding-top: 8.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-01-home .hero .container .top {
  margin-bottom: 15.625rem;
}
.page-01-home .hero .container .top .swiper {
  max-width: 90.3125rem;
  margin-inline: auto;
}
.page-01-home .hero .container .top .swiper .card {
  max-width: 23.875rem;
}

.page-01-home .hero .container .top .swiper .card {
  cursor: pointer;
}

.page-01-home .hero .container .top .swiper .swiper-slide .card {
  opacity: 0;
  transition: 200ms;
}
.page-01-home .hero .container .top .swiper .swiper-slide.swiper-slide-active .card {
  opacity: 1;
}

.page-01-home .hero .container .top .swiper  .card .cover {
  max-width: 100px;
  aspect-ratio: 1/1;
}

.page-01-home .hero .container .top .swiper  .card .cover img {
  height: 100%;
  width: 100%;
}

.page-01-home .hero .container .top .swiper .swiper-pagination {
  top: calc(50% - 5px);
  transform: translateY(-50%);
  right: 4.375rem;
  left: initial;
  bottom: initial;
}
.page-01-home .hero .container .top .swiper .swiper-button-prev,
.page-01-home .hero .container .top .swiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  margin-top: 0;
  left: initial;
  right: 1.875rem;
}
.page-01-home .hero .container .top .swiper .swiper-button-next {
  right: 0;
}
.page-01-home .hero .container .top .card {
  display: grid;
  grid-template-columns: 5.875rem 1fr;
  gap: 1.5625rem;
}
.page-01-home .hero .container .top .card .info .price {
  display: block;
  font-size: 1.5rem;
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 650;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 0.4375rem;
  margin-bottom: 0.9375rem;
  line-height: 1;
}
.page-01-home .hero .container .top .card .info p {
  font-size: 1rem;
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.page-01-home .hero .container .bottom h1 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.page-01-home .hero .container .bottom input {
  height: 5rem;
  max-width: 50.375rem;
  width: 100%;
  background-color: #FFFFFF;
  border: 0;
  display: block;
  margin-inline: auto;
  margin-top: 14.375rem;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: right 2.125rem center;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0;
  padding-inline: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 0;
}
.page-01-home .hero .container .bottom input::-moz-placeholder {
  color: #A3A6A1;
}
.page-01-home .hero .container .bottom input::placeholder {
  color: #A3A6A1;
}
.page-01-home .hero .container .bottom ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.page-01-home .hero .container .bottom ul li {
  background-color: #000000;
  padding-inline: 0.75rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
@media screen and (max-width: 1350px) {
  .page-01-home .hero .bottom .scroll-x {
    overflow-x: auto;
    width: calc(100% + 20px);
  }
  .page-01-home .hero .bottom .scroll-x::-webkit-scrollbar {
    display: none;
  }
  .page-01-home .hero .bottom .scroll-x ul {
    margin-right: 1.25rem;
  }
  .page-01-home .hero .bottom ul {
    width: -moz-max-content;
    width: max-content;
  }
  .page-01-home .hero .bottom ul li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1200px) {
  .page-01-home .hero {
    min-height: 100vh;
  }
  .page-01-home .hero .container .top {
    margin-bottom: 9.375rem;
  }
  .page-01-home .hero .container .top .swiper {
    padding-top: 3.75rem;
  }
  .page-01-home .hero .container .top .swiper .swiper-pagination {
    top: 10px;
    bottom: initial !important;
  }
  .page-01-home .hero .container .top .swiper .swiper-button-next,
  .page-01-home .hero .container .top .swiper .swiper-button-prev {
    top: 10px;
    bottom: initial;
    margin-top: 0;
  }
  .page-01-home .hero .container .bottom input {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 993px) {
  .page-01-home .hero {
    padding-bottom: 0rem;
    height: initial;
    min-height: initial;
  }
  .page-01-home .hero .container {
    min-height: 812px;
    padding-bottom: 7.5rem;
    padding-top: 5.9375rem;
  }
  .page-01-home .hero .container .top {
    margin-bottom: 9.125rem;
  }
  .page-01-home .hero .container .top .swiper {
    padding-top: 2.8125rem;
  }
  .page-01-home .hero .container .top .swiper .swiper-pagination {
    left: 0;
    right: initial;
  }
  .page-01-home .hero .container .top .card {
    grid-template-columns: 75px 1fr;
    gap: 1rem;
  }
  .page-01-home .hero .container .top .card .cover {
    aspect-ratio: 1/1;
  }
  .page-01-home .hero .container .top .card .cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-01-home .hero .container .top .card .info .price {
    font-size: 1rem;
    margin-bottom: 0.4375rem;
    line-height: 100%;
  }
  .page-01-home .hero .container .top .card .info p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    max-width: 13.5rem;
    letter-spacing: 0;
  }
  .page-01-home .hero .container .bottom h1 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-inline: auto;
    max-width: 20.9375rem;
  }
  .page-01-home .hero .container .bottom input {
    margin-top: 9.625rem;
    height: 2.625rem;
    padding-inline: 1.5rem;
    font-size: 1rem;
    background-size: 1.25rem;
    background-position: center right 1.5rem;
    margin-bottom: 0.625rem;
    border-radius: 0;
  }
  .page-01-home .hero .container .bottom ul {
    gap: 0.5rem;
  }
  .page-01-home .hero .container .bottom ul li {
    height: 2.5rem;
    padding-inline: 0.75rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .page-01-home .hero {
    background-image: url(../images/home-hero-mobile.png);
  }
}
.page-01-home .exclusives {
  background-color: #262626;
  padding-top: 5rem;
  padding-bottom: 3.25rem;
}
.page-01-home .exclusives .container .group-title {
  margin-bottom: 1.5rem;
}
.page-01-home .exclusives .container .group-title h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 3.5rem;
  text-transform: uppercase;
}
.page-01-home .exclusives .container .group-title p {
  font-family: "Futura Std";
  font-weight: 500;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 2rem;
}
.page-01-home .exclusives .swiper {
  width: calc(100% - (100% - 1654px) / 2);
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 72px;
}
.page-01-home .exclusives .swiper .swiper-pagination {
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  top: initial;
  transform: translateY(0);
  right: calc(7% + 70px);
  left: initial;
}
.page-01-home .exclusives .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 2px;
  width: 5.875rem;
  background-color: #515151;
}
.page-01-home .exclusives .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
.page-01-home .exclusives .swiper .swiper-button-prev,
.page-01-home .exclusives .swiper .swiper-button-next {
  width: 1rem;
  height: 16px;
  background-image: url(../images/swiper-button-prev-01-active.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  top: initial;
  transform: translateY(0);
  margin-top: 0;
  left: initial;
  right: calc(7% + 25px);
  opacity: 1;
}
.page-01-home .exclusives .swiper .swiper-button-prev svg,
.page-01-home .exclusives .swiper .swiper-button-next svg {
  display: none;
}
.page-01-home .exclusives .swiper .swiper-button-prev.swiper-button-disabled,
.page-01-home .exclusives .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-prev-01-inactive.svg);
}
.page-01-home .exclusives .swiper .swiper-button-next {
  background-image: url(../images/swiper-button-next-01-active.svg);
  right: 7%;
}
.page-01-home .exclusives .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-next-01-inactive.svg);
}
.page-01-home .exclusives .btn-primary {
  margin-top: 0.9375rem;
  position: relative;
  z-index: 4;
  margin-top: -57px;
}
@media screen and (max-width: 1700px) {
  .page-01-home .exclusives .swiper {
    width: calc(100% - 40px);
    max-width: initial;
  }
  .page-01-home .exclusives .swiper .swiper-pagination {
    right: 8.125rem;
  }
  .page-01-home .exclusives .swiper .swiper-button-prev {
    right: 80px !important;
  }
  .page-01-home .exclusives .swiper .swiper-button-next {
    right: 40px !important;
  }
}
@media screen and (max-width: 993px) {
  .page-01-home .exclusives {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  .page-01-home .exclusives .container .group-title {
    margin-bottom: 1.5rem;
  }
  .page-01-home .exclusives .container .group-title h2 {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .page-01-home .exclusives .container .group-title p {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .page-01-home .exclusives .swiper {
    width: calc(100% - 20px);
    padding-bottom: 2.375rem;
  }
  .page-01-home .exclusives .swiper .swiper-pagination {
    left: 0;
    bottom: 0.0625rem;
    right: initial;
  }
  .page-01-home .exclusives .swiper .swiper-button-prev {
    right: 2.75rem !important;
  }
  .page-01-home .exclusives .swiper .swiper-button-next {
    right: 1.25rem !important;
  }
  .page-01-home .exclusives .btn-primary {
    margin-top: 1.5rem;
    width: 100%;
    height: 4.5rem;
    font-size: 1rem;
  }
}
.page-01-home .featured-neighborhoods {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.page-01-home .featured-neighborhoods .container h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.page-01-home .featured-neighborhoods .container .gallery {
  min-height: 32.8125rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(../images/neighborhoods-bg.png);
  background-position: center center;
}
.page-01-home .featured-neighborhoods .container .gallery .scroll-x {
  overflow-x: auto;
  width: calc(100% + 32px);
}
.page-01-home .featured-neighborhoods .container .gallery .scroll-x::-webkit-scrollbar {
  display: none;
}
.page-01-home .featured-neighborhoods .container .gallery nav {
  display: flex;
  gap: 1rem;
}
.page-01-home .featured-neighborhoods .container .gallery nav a {
  padding-inline: 1.5rem;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  transition: 200ms;
  white-space: nowrap;
}
.page-01-home .featured-neighborhoods .container .gallery nav a:hover, .page-01-home .featured-neighborhoods .container .gallery nav a.active {
  background-color: #FFFFFF;
  color: #0C0C0C;
}
.page-01-home .featured-neighborhoods .container .gallery .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page-01-home .featured-neighborhoods .container .gallery .wrapper .card h3 {
  line-height: 56px;
}
.page-01-home .featured-neighborhoods .container .gallery .wrapper .card h3 a {
  display: flex;
  align-items: center;
  gap: 0rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  gap: 0.875rem;
}
.page-01-home .featured-neighborhoods .container .gallery .wrapper .card p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 32px;
  max-width: 38.875rem;
}
.page-01-home .featured-neighborhoods .container .gallery .wrapper .list {
  display: flex;
  gap: 1rem;
}
.page-01-home .featured-neighborhoods .container .gallery .wrapper .list .item {
  padding: 1rem;
  aspect-ratio: 1/1;
  width: 11.375rem;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
  background-size: cover;
}
.page-01-home .featured-neighborhoods .container .gallery .wrapper .list .item span {
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media screen and (max-width: 1350px) {
  .page-01-home .featured-neighborhoods .container .gallery .scroll-x nav {
    width: -moz-max-content;
    width: max-content;
    margin-right: 32px;
  }
  .page-01-home .featured-neighborhoods .container .gallery .wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 993px) {
  .page-01-home .featured-neighborhoods {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .page-01-home .featured-neighborhoods .container h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 2.5rem;
  }
  .page-01-home .featured-neighborhoods .container .gallery {
    padding: 1rem;
    min-height: initial;
    gap: 10.875rem;
  }
  .page-01-home .featured-neighborhoods .container .gallery nav {
    gap: 0.75rem;
  }
  .page-01-home .featured-neighborhoods .container .gallery nav a {
    height: 2.875rem;
    padding-inline: 1.5rem;
    font-size: 0.875rem;
  }
  .page-01-home .featured-neighborhoods .container .gallery .wrapper {
    gap: 1.5rem;
  }
  .page-01-home .featured-neighborhoods .container .gallery .wrapper .card {
    margin-top: 0;
  }
  .page-01-home .featured-neighborhoods .container .gallery .wrapper .card h3 {
    margin-bottom: 0.75rem;
  }
  .page-01-home .featured-neighborhoods .container .gallery .wrapper .card h3 a {
    font-size: 2rem;
    line-height: 1;
  }
  .page-01-home .featured-neighborhoods .container .gallery .wrapper .card p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .page-01-home .featured-neighborhoods .container .gallery .wrapper .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 25rem;
    gap: 0.6875rem;
  }
  .page-01-home .featured-neighborhoods .container .gallery .wrapper .list .item {
    width: 100%;
  }
}
.page-01-home .explore {
  margin-bottom: 10rem;
}
.page-01-home .explore .container .group-title {
  margin-bottom: 1.5rem;
}
.page-01-home .explore .container .group-title h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 56px;
  text-transform: uppercase;
}
.page-01-home .explore .container .group-title p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 2rem;
  max-width: 44.875rem;
}
.page-01-home .explore .container .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
}
.page-01-home .explore .container .swiper {
  padding-bottom: 72px;
  margin-bottom: 1.5625rem;
}
.page-01-home .explore .container .swiper .swiper-pagination {
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  top: initial;
  transform: translateY(0);
  right: 70px;
  left: initial;
}
.page-01-home .explore .container .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 2px;
  width: 5.875rem;
  background-color: #A3A6A1;
}
.page-01-home .explore .container .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0C0C0C;
}
.page-01-home .explore .container .swiper .swiper-button-prev,
.page-01-home .explore .container .swiper .swiper-button-next {
  width: 1rem;
  height: 16px;
  background-image: url(../images/swiper-button-prev-02-active.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  top: initial;
  transform: translateY(0);
  margin-top: 0;
  left: initial;
  right: 30px;
  opacity: 1;
}
.page-01-home .explore .container .swiper .swiper-button-prev svg,
.page-01-home .explore .container .swiper .swiper-button-next svg {
  display: none;
}
.page-01-home .explore .container .swiper .swiper-button-prev.swiper-button-disabled,
.page-01-home .explore .container .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-prev-02-inactive.svg);
}
.page-01-home .explore .container .swiper .swiper-button-next {
  background-image: url(../images/swiper-button-next-02-active.svg);
  right: 0;
}
.page-01-home .explore .container .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-next-02-inactive.svg);
}
.page-01-home .explore .container .btn-primary {
  margin-top: -4.5rem;
}
.page-01-home .explore .container .card-exclusives .info {
  border-bottom: 1px solid #A3A6A1;
  border-left: 1px solid #A3A6A1;
  border-right: 1px solid #A3A6A1;
}
@media screen and (max-width: 993px) {
  .page-01-home .explore {
    margin-bottom: 5rem;
  }
  .page-01-home .explore .container .group-title {
    margin-bottom: 1.5rem;
  }
  .page-01-home .explore .container .group-title h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    letter-spacing: 0.96px;
  }
  .page-01-home .explore .container .group-title p {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .page-01-home .explore .container .swiper {
    width: 100%;
    padding-bottom: 2.375rem;
  }
  .page-01-home .explore .container .swiper .swiper-pagination {
    left: 0;
    bottom: 0.0625rem;
    right: initial;
  }
  .page-01-home .explore .container .swiper .swiper-button-prev {
    right: 2.75rem !important;
  }
  .page-01-home .explore .container .swiper .swiper-button-next {
    right: 1.25rem !important;
  }
  .page-01-home .explore .container .swiper .swiper-slide .card-exclusives .overflow {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .page-01-home .explore .container .swiper .swiper-slide.swiper-slide-active .card-exclusives .overflow {
    opacity: 1;
    visibility: visible;
  }
  .page-01-home .explore .container .btn-primary {
    margin-top: 1.5rem;
    width: 100%;
    height: 4.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .page-01-home .explore .container .swiper {
    width: calc(100% + 20px);
  }
}
.page-01-home .reviews {
  padding-block: 2.5rem;
  background-color: #0C0C0C;
  margin-bottom: 10rem;
  background-image: url(../images/bg-review.png);
  background-size: cover;
}
.page-01-home .reviews .container .controll-swiper-buttons {
  position: relative;
}
.page-01-home .reviews .container .controll-swiper-buttons .btn-next,
.page-01-home .reviews .container .controll-swiper-buttons .btn-prev {
  position: absolute;
  top: 50%;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  height: 30px;
  z-index: 4;
}
.page-01-home .reviews .container .controll-swiper-buttons .btn-next .only-mobile,
.page-01-home .reviews .container .controll-swiper-buttons .btn-prev .only-mobile {
  display: none;
}
.page-01-home .reviews .container .controll-swiper-buttons .btn-next svg.active,
.page-01-home .reviews .container .controll-swiper-buttons .btn-prev svg.active {
  display: none;
}
.page-01-home .reviews .container .controll-swiper-buttons .btn-next.active svg,
.page-01-home .reviews .container .controll-swiper-buttons .btn-prev.active svg {
  display: none;
}
.page-01-home .reviews .container .controll-swiper-buttons .btn-next.active svg.active,
.page-01-home .reviews .container .controll-swiper-buttons .btn-prev.active svg.active {
  display: block;
}
.page-01-home .reviews .container .controll-swiper-buttons .btn-prev {
  left: 0;
}
.page-01-home .reviews .container .controll-swiper-buttons .btn-next {
  right: 0;
}
.page-01-home .reviews .container .swiper-reviews {
  max-width: 90.375rem;
  margin-inline: auto;
}
.page-01-home .reviews .container .swiper-reviews .swiper-pagination {
  display: none;
}
@media screen and (max-width: 1550px) {
  .page-01-home .reviews .container .swiper-reviews {
    max-width: 75rem;
  }
}
@media screen and (max-width: 1350px) {
  .page-01-home .reviews .container .controll-swiper-buttons .btn-prev,
  .page-01-home .reviews .container .controll-swiper-buttons .btn-next {
    height: 20px;
  }
  .page-01-home .reviews .container .controll-swiper-buttons .btn-prev .only-desktop,
  .page-01-home .reviews .container .controll-swiper-buttons .btn-next .only-desktop {
    display: none;
  }
  .page-01-home .reviews .container .controll-swiper-buttons .btn-prev .only-mobile,
  .page-01-home .reviews .container .controll-swiper-buttons .btn-next .only-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-01-home .reviews .container .controll-swiper-buttons .btn-prev {
    bottom: 0;
    left: initial;
    right: 30px;
    top: initial;
    transform: translateY(0);
  }
  .page-01-home .reviews .container .controll-swiper-buttons .btn-next {
    bottom: 0;
    top: initial;
    transform: translateY(0);
  }
  .page-01-home .reviews .container .swiper-reviews {
    padding-bottom: 4.0625rem;
    max-width: initial;
  }
  .page-01-home .reviews .container .swiper-reviews .swiper-pagination {
    display: block;
    right: 56px;
    bottom: 3px;
  }
  .page-01-home .reviews .container .swiper-reviews .swiper-pagination .swiper-pagination-bullet {
    width: 2.6875rem;
  }
}
@media screen and (max-width: 993px) {
  .page-01-home .reviews {
    background-image: url(../images/bg-review-mobile.png);
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
.page-01-home .blog {
  margin-bottom: 10rem;
}
.page-01-home .blog .container h2 {
  font-family: "Futura Std";
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0C0C0C;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.page-01-home .blog .container .swiper.swiper-blog {
  margin-bottom: 4.375rem;
}
.page-01-home .blog .container .swiper.swiper-blog .swiper-pagination,
.page-01-home .blog .container .swiper.swiper-blog .swiper-button-next,
.page-01-home .blog .container .swiper.swiper-blog .swiper-button-prev {
  display: none;
}
.page-01-home .blog .container .btn-primary {
  margin-inline: auto;
}
@media screen and (max-width: 993px) {
  .page-01-home .blog {
    margin-bottom: 6rem;
  }
  .page-01-home .blog .container h2 {
    line-height: 1;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.96px;
  }
  .page-01-home .blog .container .swiper.swiper-blog {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 2.8125rem;
  }
  .page-01-home .blog .container .swiper.swiper-blog .swiper-pagination {
    left: 0;
    bottom: 0.0625rem;
    right: initial;
    display: flex;
  }
  .page-01-home .blog .container .swiper.swiper-blog .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    height: 2px;
    width: 5.875rem;
    background-color: #A3A6A1;
  }
  .page-01-home .blog .container .swiper.swiper-blog .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0C0C0C;
  }
  .page-01-home .blog .container .swiper.swiper-blog .swiper-button-next,
  .page-01-home .blog .container .swiper.swiper-blog .swiper-button-prev {
    display: block;
    bottom: 0;
    top: initial !important;
    width: 1rem !important;
    height: 1rem !important;
  }
  .page-01-home .blog .container .swiper.swiper-blog .swiper-button-next {
    right: 0rem !important;
    background-image: url(../images/swiper-button-next-02-active.svg);
  }
  .page-01-home .blog .container .swiper.swiper-blog .swiper-button-next.disabled {
    background-image: url(../images/swiper-button-next-02-inactive.svg);
  }
  .page-01-home .blog .container .swiper.swiper-blog .swiper-button-prev {
    right: 1.5rem !important;
    background-image: url(../images/swiper-button-prev-02-active.svg);
  }
  .page-01-home .blog .container .swiper.swiper-blog .swiper-button-prev.disabled {
    background-image: url(../images/swiper-button-prev-02-inactive.svg);
  }
  .page-01-home .blog .container .btn-primary {
    width: 100%;
    height: 4.5rem;
    font-size: 1rem;
  }
}

.page-02-sobre .hero {
  margin-bottom: 10rem;
}
.page-02-sobre .hero .top {
  padding-top: 13.125rem;
  padding-bottom: 32.5rem;
  background-image: url(../images/bg-sobre.png);
  background-size: cover;
}
.page-02-sobre .hero .top .container h1 {
  font-family: "Futura Std";
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 2.25rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
  max-width: 68.75rem;
  margin-inline: auto;
}
.page-02-sobre .hero .bottom {
  margin-top: -31.25rem;
}
.page-02-sobre .hero .bottom .container .embed-video {
  aspect-ratio: 16/9;
  background-color: #3C3C3C;
  width: 100%;
  max-width: 81.25rem;
  margin-inline: auto;
}
.page-02-sobre .hero .bottom .container .box {
  margin-top: 1.5625rem;
}
.page-02-sobre .hero .bottom .container .box h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 650;
  font-size: 1.25rem;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.page-02-sobre .hero .bottom .container .box p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 2rem;
}
.page-02-sobre .hero .bottom .container .box p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 993px) {
  .page-02-sobre .hero {
    margin-bottom: 5rem;
  }
  .page-02-sobre .hero .top {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
  }
  .page-02-sobre .hero .top .container h1 {
    font-size: 1.5rem;
    line-height: 34px;
  }
  .page-02-sobre .hero .bottom {
    margin-top: -11.25rem;
  }
  .page-02-sobre .hero .bottom .container .embed-video {
    max-width: 31.25rem;
    margin-inline: auto;
  }

  .page-02-sobre .hero .bottom .container .box {
    margin-top: 14.5625rem;
  }

  .page-02-sobre .hero .bottom .container .box h2 {
    
  }
  .page-02-sobre .hero .bottom .container .box p {
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
  .page-02-sobre .hero .bottom .container .box p + p {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 500px) {
  .page-02-sobre .hero .top {
    padding-bottom: 24.6875rem;
  }
  .page-02-sobre .hero .top .container h1 {
    text-align: left;
  }
  .page-02-sobre .hero .bottom {
    margin-top: -23.75rem;
  }
 
}
.page-02-sobre .key-differentiators {
  margin-bottom: 7.5rem;
}
.page-02-sobre .key-differentiators .container .group-title {
  margin-bottom: 2.5rem;
}
.page-02-sobre .key-differentiators .container .group-title h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.page-02-sobre .key-differentiators .container .group-title p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
  line-height: 2rem;
  max-width: 51.375rem;
}
.page-02-sobre .key-differentiators .container .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.875rem;
}
.page-02-sobre .key-differentiators .container .card {
  padding: 2rem;
  padding-top: 3.75rem;
  border: 1px solid #525957;
}
.page-02-sobre .key-differentiators .container .card img {
  margin-bottom: 2rem;
}
.page-02-sobre .key-differentiators .container .card h3 {
  font-family: "Futura Std";
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 0.875rem;
}
.page-02-sobre .key-differentiators .container .card p {
  font-family: "Futura Std";
  font-style: normal;
  line-height: 24px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  max-width: 27.625rem;
}
@media screen and (max-width: 993px) {
  .page-02-sobre .key-differentiators {
    margin-bottom: 4rem;
  }
  .page-02-sobre .key-differentiators .container .group-title {
    margin-bottom: 1.5rem;
  }
  .page-02-sobre .key-differentiators .container .group-title h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.96px;
  }
  .page-02-sobre .key-differentiators .container .group-title p {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 769px) {
  .page-02-sobre .key-differentiators .container .wrapper {
    grid-template-columns: 1fr;
  }
}
.page-02-sobre .review-single {
  background-color: #262626;
  padding-top: 13.75rem;
  padding-bottom: 9.375rem;
  margin-bottom: 7.5rem;
}
.page-02-sobre .review-single .container .box .comment {
  position: relative;
  max-width: 95rem;
  margin-inline: auto;
}
.page-02-sobre .review-single .container .box .comment::before {
  content: "";
  display: block;
  width: 10.3125rem;
  height: 9.125rem;
  background-image: url(../images/quote-up.svg);
  position: absolute;
  top: -3.125rem;
  left: -5rem;
  z-index: 1;
}
.page-02-sobre .review-single .container .box .comment::after {
  content: "";
  display: block;
  width: 10.3125rem;
  height: 9.125rem;
  background-image: url(../images/quote-down.svg);
  position: absolute;
  right: -4.875rem;
  bottom: -5.75rem;
  z-index: 1;
}
.page-02-sobre .review-single .container .box p {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}
.page-02-sobre .review-single .container .box .person {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.page-02-sobre .review-single .container .box .person .avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-02-sobre .review-single .container .box .person .desc .name {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 650;
  font-size: 1.5rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}
.page-02-sobre .review-single .container .box .person .desc .role {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}
@media screen and (max-width: 1700px) {
  .page-02-sobre .review-single .container .box .comment {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 993px) {
  .page-02-sobre .review-single {
    padding-top: 9.75rem;
    padding-bottom: 5.875rem;
    margin-bottom: 4rem;
  }
  .page-02-sobre .review-single .container .box .comment {
    width: 100%;
  }
  .page-02-sobre .review-single .container .box .comment::before {
    left: -0.1875rem;
    bottom: initial;
    top: -4.375rem;
    width: 6.25rem;
    height: 6rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .page-02-sobre .review-single .container .box .comment::after {
    display: none;
  }
  .page-02-sobre .review-single .container .box .comment p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .page-02-sobre .review-single .container .box .person {
    gap: 0.75rem;
  }
  .page-02-sobre .review-single .container .box .person .avatar {
    width: 3rem;
    height: 3rem;
  }
  .page-02-sobre .review-single .container .box .person .desc .name {
    font-size: 0.875rem;
  }
  .page-02-sobre .review-single .container .box .person .desc .role {
    font-size: 0.75rem;
  }
}
.page-02-sobre .trajectory {
  margin-bottom: 12.5rem;
}
.page-02-sobre .trajectory .container .group-title {
  margin-bottom: 6.25rem;
  margin-bottom: 5.875rem;
}
.page-02-sobre .trajectory .container .group-title h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 56px;
  margin-bottom: 0.5rem;
  text-align: center;
}
.page-02-sobre .trajectory .container .group-title p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 32px;
  max-width: 51.375rem;
  margin-inline: auto;
  text-align: center;
}
.page-02-sobre .trajectory .container .line {
  max-width: 77.375rem;
  margin-inline: auto;
  display: flex;
}
.page-02-sobre .trajectory .container .line .card-image .date {
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 650;
  display: block;
  font-size: 3rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 2rem;
}
.page-02-sobre .trajectory .container .line .card-image .cover {
  aspect-ratio: 51/31;
  background-color: #D9D9D9;
  width: 100%;
  max-width: 31.875rem;
  background-size: cover;
}
.page-02-sobre .trajectory .container .line .card-text {
  min-height: 23.125rem;
  width: 100%;
  position: relative;
}
.page-02-sobre .trajectory .container .line .card-text::before {
  content: "";
  display: block;
  width: 2.375rem;
  height: 3.875rem;
  background-image: url(../images/icon-trajetory-1.svg);
  background-size: cover;
  position: absolute;
  left: -4rem;
  top: 0;
}
.page-02-sobre .trajectory .container .line .card-text h3 {
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 650;
  font-size: 1rem;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.page-02-sobre .trajectory .container .line .card-text p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0.05em;
  line-height: 2rem;
}
.page-02-sobre .trajectory .container .line .card-text.show-animation::before {
  background-image: url(../images/icon-trajetory-1-active.svg);
}
.page-02-sobre .trajectory .container .line .card-trajectory-mobile {
  display: none;
  position: relative;
}
.page-02-sobre .trajectory .container .line .card-trajectory-mobile::before {
  content: "";
  display: block;
  width: 2.375rem;
  height: 3.875rem;
  background-image: url(../images/icon-trajetory-1.svg);
  background-size: cover;
  position: absolute;
  left: -4rem;
  top: -17px;
}
.page-02-sobre .trajectory .container .line .card-trajectory-mobile .date {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #000000;
}
.page-02-sobre .trajectory .container .line .card-trajectory-mobile .cover {
  aspect-ratio: 280/170;
  width: 100%;
  background-color: #D9D9D9;
  margin-bottom: 1.375rem;
  background-size: cover;
}
.page-02-sobre .trajectory .container .line .card-trajectory-mobile .cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.page-02-sobre .trajectory .container .line .card-trajectory-mobile h3 {
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.7px;
  line-height: 14px;
  margin-bottom: 0.4375rem;
  color: #262626;
}
.page-02-sobre .trajectory .container .line .card-trajectory-mobile p {
  font-size: 0.75rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
  line-height: 1.75rem;
}
.page-02-sobre .trajectory .container .line .card-trajectory-mobile.show-animation::before {
  background-image: url(../images/icon-trajetory-1-active.svg);
}
.page-02-sobre .trajectory .container .line .left {
  max-width: 31.875rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.page-02-sobre .trajectory .container .line .left .card-image .date {
  text-align: right;
}
.page-02-sobre .trajectory .container .line .left .card-text::before {
  bottom: calc(100% + 24px);
  top: initial;
  right: -5.625rem;
  left: initial;
}
@media screen and (max-width: 993px) {
  .page-02-sobre .trajectory .container .line .left .card-image,
  .page-02-sobre .trajectory .container .line .left .card-text {
    display: none;
  }
  .page-02-sobre .trajectory .container .line .left .card-trajectory-mobile {
    display: block;
  }
}
.page-02-sobre .trajectory .container .line .separator {
  width: 1.5rem;
  margin-left: 3.625rem;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
}
.page-02-sobre .trajectory .container .line .separator::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #A3A6A1;
}
.page-02-sobre .trajectory .container .line .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
@media screen and (max-width: 993px) {
  .page-02-sobre .trajectory {
    margin-bottom: 5.625rem;
  }
  .page-02-sobre .trajectory .container .group-title {
    margin-bottom: 3rem;
  }
  .page-02-sobre .trajectory .container .group-title h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .page-02-sobre .trajectory .container .group-title p {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .page-02-sobre .trajectory .container .line {
    flex-direction: row-reverse;
    gap: 0;
  }
  .page-02-sobre .trajectory .container .line .card-text h3,
  .page-02-sobre .trajectory .container .line .card-image h3 {
    font-size: 0.875rem;
    line-height: 2rem;
    margin-bottom: 0rem;
  }
  .page-02-sobre .trajectory .container .line .card-text p,
  .page-02-sobre .trajectory .container .line .card-image p {
    font-size: 0.75rem;
    line-height: 1.75rem;
  }
  .page-02-sobre .trajectory .container .line .left {
    flex: 1;
    width: auto;
    max-width: initial;
    gap: 3.625rem;
  }
  .page-02-sobre .trajectory .container .line .left .card-text,
  .page-02-sobre .trajectory .container .line .left .card-image {
    min-height: initial;
    max-width: initial;
  }
  .page-02-sobre .trajectory .container .line .left .card-text::before,
  .page-02-sobre .trajectory .container .line .left .card-image::before {
    right: initial;
    left: -3.875rem;
    bottom: calc(100% - 46px);
  }
  .page-02-sobre .trajectory .container .line .left .card-text .date,
  .page-02-sobre .trajectory .container .line .left .card-image .date {
    text-align: left;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-weight: 500;
  }
  .page-02-sobre .trajectory .container .line .left .card-text .cover,
  .page-02-sobre .trajectory .container .line .left .card-image .cover {
    aspect-ratio: 280/170;
    width: 100%;
    max-width: initial;
  }
  .page-02-sobre .trajectory .container .line .separator {
    margin-left: 0;
    margin-right: 2rem;
  }
  .page-02-sobre .trajectory .container .line .right {
    display: none;
  }
}
.page-02-sobre .our-brokers {
  margin-bottom: 12.5rem;
}
.page-02-sobre .our-brokers .container .group-title {
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.page-02-sobre .our-brokers .container .group-title h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.page-02-sobre .our-brokers .container .group-title p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
  line-height: 2rem;
  max-width: 51.375rem;
}
.page-02-sobre .our-brokers .card-brokers {
  aspect-ratio: 510/700;
  position: relative;
}
.page-02-sobre .our-brokers .card-brokers .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-02-sobre .our-brokers .card-brokers .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 2rem;
  background-image: url(../images/bg-overlay-01.svg);
  background-position: bottom center;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-02-sobre .our-brokers .card-brokers .desc .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-02-sobre .our-brokers .card-brokers .desc .top div .title {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.page-02-sobre .our-brokers .card-brokers .desc .top div .role {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 650;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
}
.page-02-sobre .our-brokers .card-brokers .desc .bottom {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: 200ms;
}
.page-02-sobre .our-brokers .card-brokers .desc .bottom p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 1.75rem;
}
.page-02-sobre .our-brokers .card-brokers .desc .bottom .btn-more {
  margin-bottom: -0.375rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 1rem;
}
.page-02-sobre .our-brokers .card-brokers .desc .bottom .btn-more span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.625rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
.page-02-sobre .our-brokers .card-brokers:hover .desc .bottom {
  padding-top: 1.5rem;
  max-height: 18.75rem;
  visibility: visible;
  opacity: 1;
}
.page-02-sobre .our-brokers .swiper {
  width: calc(100% - (100% - 1654px) / 2);
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 3.03125rem;
  padding-top: 6.25rem;
  margin-top: 6.25rem;
}
.page-02-sobre .our-brokers .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.page-02-sobre .our-brokers .swiper .swiper-button-next,
.page-02-sobre .our-brokers .swiper .swiper-button-prev {
  top: 0 !important;
  bottom: initial;
  width: 0.875rem !important;
  height: 1.75rem !important;
  background-image: url(../images/swiper-button-prev-03-active.svg) !important;
}
.page-02-sobre .our-brokers .swiper .swiper-button-next.swiper-button-disabled,
.page-02-sobre .our-brokers .swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/swiper-button-prev-03-inactive.svg) !important;
}
.page-02-sobre .our-brokers .swiper .swiper-button-prev {
  right: calc(7% + 50px) !important;
}
.page-02-sobre .our-brokers .swiper .swiper-pagination {
  display: none;
}
.page-02-sobre .our-brokers .swiper .swiper-button-next {
  background-image: url(../images/swiper-button-next-03-active.svg) !important;
}
.page-02-sobre .our-brokers .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-next-03-inactive.svg) !important;
}
@media screen and (max-width: 1700px) {
  .page-02-sobre .our-brokers .swiper {
    width: calc(100% - 40px);
    max-width: initial;
  }
  .page-02-sobre .our-brokers .swiper .swiper-button-prev {
    right: 80px !important;
  }
  .page-02-sobre .our-brokers .swiper .swiper-button-next {
    right: 40px !important;
  }
}
@media screen and (max-width: 993px) {
  .page-02-sobre .our-brokers {
    margin-bottom: 6rem;
  }
  .page-02-sobre .our-brokers .container .group-title {
    margin-bottom: 1.625rem;
  }
  .page-02-sobre .our-brokers .container .group-title h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .page-02-sobre .our-brokers .container .group-title p {
    font-size: 0.875rem;
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers {
    width: calc(100% - 20px);
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 2.8125rem;
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-slide .card-brokers .desc {
    padding-inline: 1.5rem;
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-slide .card-brokers .desc .top div .role {
    font-size: 0.75rem;
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-slide .card-brokers .desc .bottom p {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-slide.swiper-slide-active .card-brokers .desc {
    background-image: url(../images/bg-overlay-01-mobile.svg);
    background-position: bottom center;
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-slide.swiper-slide-active .card-brokers .desc .bottom {
    padding-top: 1.5rem;
    max-height: 18.75rem;
    visibility: visible;
    opacity: 1;
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-pagination {
    left: 0;
    bottom: 0.0625rem;
    right: initial;
    display: flex;
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    height: 2px;
    width: 5.875rem;
    background-color: #A3A6A1;
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0C0C0C;
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-button-next,
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-button-prev {
    bottom: 0;
    top: initial !important;
    width: 1rem !important;
    height: 1rem !important;
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-button-next {
    right: 1.25rem !important;
    background-image: url(../images/swiper-button-next-02-active.svg);
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-button-next.disabled {
    background-image: url(../images/swiper-button-next-02-inactive.svg);
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-button-prev {
    right: 2.75rem !important;
    background-image: url(../images/swiper-button-prev-02-active.svg);
  }
  .page-02-sobre .our-brokers .swiper.swiper-our-brokers .swiper-button-prev.disabled {
    background-image: url(../images/swiper-button-prev-02-inactive.svg);
  }
}

.page-03-imoveis-listagem .hero {
  padding-top: 8.75rem;
}
.page-03-imoveis-listagem .hero .box-category {
  margin-bottom: 2rem;
}
.page-03-imoveis-listagem .hero .box-category .container h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1.125rem;
}
.page-03-imoveis-listagem .hero .box-category .swiper {
  width: calc(100% - 80px);
  max-width: 103.375rem;
  margin-inline: auto;
  position: relative;
}
.page-03-imoveis-listagem .hero .box-category .swiper::after {
  content: "";
  display: block;
  width: 6.25rem;
  border: 1px solid #FFFFFF;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1%, #FFF);
}
.page-03-imoveis-listagem .hero .box-category .swiper .swiper-button-next,
.page-03-imoveis-listagem .hero .box-category .swiper .swiper-button-prev {
  background-image: url(../images/swiper-button-prev-02-active.svg);
  top: 50%;
  transform: translateY(-50%);
}
.page-03-imoveis-listagem .hero .box-category .swiper .swiper-button-next.swiper-button-disabled,
.page-03-imoveis-listagem .hero .box-category .swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/swiper-button-prev-02-inactive.svg);
}
.page-03-imoveis-listagem .hero .box-category .swiper .swiper-button-next {
  right: 0;
  background-image: url(../images/swiper-button-next-02-active.svg);
}
.page-03-imoveis-listagem .hero .box-category .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-next-02-inactive.svg);
}
.page-03-imoveis-listagem .hero .box-category .swiper .swiper-button-prev {
  right: 1.5rem;
}
.page-03-imoveis-listagem .hero .box-category .swiper .swiper-pagination-bullet {
  opacity: 1;
  height: 2px;
  width: 5.875rem;
  background-color: #A3A6A1;
}
.page-03-imoveis-listagem .hero .box-category .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0C0C0C;
}
.page-03-imoveis-listagem .hero .box-category .swiper .swiper-pagination {
  left: 0;
  right: initial;
  display: none;
}
.page-03-imoveis-listagem .hero .box-category .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.page-03-imoveis-listagem .hero .box-category .btn-category {
  width: 18.875rem;
  padding-inline: 2rem;
  height: 5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  background-color: #F0F2F2;
  position: relative;
}
.page-03-imoveis-listagem .hero .box-category .btn-category .icon svg.active {
  display: none;
}
.page-03-imoveis-listagem .hero .box-category .btn-category span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0C0C0C;
}
.page-03-imoveis-listagem .hero .box-category .btn-category .btn-remove {
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 200ms;
}
.page-03-imoveis-listagem .hero .box-category .btn-category.active, .page-03-imoveis-listagem .hero .box-category .btn-category:hover {
  background-color: #262626;
}
.page-03-imoveis-listagem .hero .box-category .btn-category.active .icon svg, .page-03-imoveis-listagem .hero .box-category .btn-category:hover .icon svg {
  display: none;
}
.page-03-imoveis-listagem .hero .box-category .btn-category.active .icon svg.active, .page-03-imoveis-listagem .hero .box-category .btn-category:hover .icon svg.active {
  display: block;
}
.page-03-imoveis-listagem .hero .box-category .btn-category.active span, .page-03-imoveis-listagem .hero .box-category .btn-category:hover span {
  color: #F0F2F2;
}
.page-03-imoveis-listagem .hero .box-category .btn-category.active .btn-remove, .page-03-imoveis-listagem .hero .box-category .btn-category:hover .btn-remove {
  visibility: visible;
  opacity: 1;
}
.page-03-imoveis-listagem .hero .adjustment-selection {
  margin-bottom: 3.25rem;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 0.625rem;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .column-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-select-box {
  position: relative;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-select-box label {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F0F2F2;
  padding-inline: 2rem;
  z-index: 3;
  position: relative;
  cursor: pointer;
}

.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-select-box label.labelInterno {
      height: unset;
    display: flex;
    align-items: unset;
    justify-content: unset;
    background-color: unset;
    padding-inline: unset;
    z-index: unset;
    position: relative;
    cursor: pointer;
}

.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-select-box label span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-select-box ul {
  list-style: none;
  position: absolute;
  top: calc(100% - 40px);
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #F0F2F2;
  border-top: 1px solid #c7c7c7;
  opacity: 0;
  transition: 200ms;
  visibility: hidden;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-select-box ul li {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  -moz-column-rule: #0C0C0C;
       column-rule: #0C0C0C;
  padding-inline: 2rem;
  padding-block: 0.875rem;
  transition: 200ms;
  cursor: pointer;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-select-box ul li:hover {
  background-color: #cfd3d2;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-select-box.active label svg {
  transform: scale(-1);
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-select-box.active ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  height: 250px;
  overflow-y: scroll;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .search-box {
  height: 5rem;
  display: flex;
  margin-top: 0.625rem;
  margin-bottom: 1.5rem;
  gap: 0.625rem;
}

..page-03-imoveis-listagem .hero .adjustment-selection .container .search-box.preco {
    margin-top: 0;
    margin-bottom: 0;
} 

.page-03-imoveis-listagem .hero .adjustment-selection .container .search-box input {
  flex: 1;
  height: 100%;
  background-color: #F0F2F2;
  border: 0;
  padding-inline: 2rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #0C0C0C;
  text-transform: uppercase;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .search-box input::-moz-placeholder {
  color: #A3A6A1;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .search-box input::placeholder {
  color: #A3A6A1;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .search-box button {
  height: 100%;
  width: 18.75rem;
  background-color: #262626;
  border: 0;
  padding-left: 2.9375rem;
  display: flex;
  align-items: center;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  transition: 200ms;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .search-box button:hover {
  background-color: #3b3b3b;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-checkbox {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-checkbox input {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #A3A6A1;
  transition: 200ms;
  background-image: url(../images/icon-check-01.svg);
  background-size: cover;
  background-position: top -10px center;
  transition: 200ms;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-checkbox input:checked {
  background-position: center center;
  background-color: #0C0C0C;
  border-color: #0C0C0C;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-checkbox input:checked + label {
  color: #0C0C0C;
}
.page-03-imoveis-listagem .hero .adjustment-selection .container .input-group-checkbox label {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #A3A6A1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 200ms;
}
@media screen and (max-width: 993px) {
  .page-03-imoveis-listagem .hero {
    padding-top: 5.9375rem;
    margin-bottom: 0rem;
  }
  .page-03-imoveis-listagem .hero .box-category {
    margin-bottom: 1.5rem;
  }
  .page-03-imoveis-listagem .hero .box-category h2 {
    display: none;
  }
  .page-03-imoveis-listagem .hero .box-category .swiper {
    width: calc(100% - 40px);
    padding-bottom: 1.875rem;
  }
  .page-03-imoveis-listagem .hero .box-category .swiper::after {
    display: none;
  }
  .page-03-imoveis-listagem .hero .box-category .swiper .swiper-pagination {
    display: flex;
    bottom: 0;
    margin-top: initial;
    width: 100%;
    max-width: 28.125rem;
  }
  .page-03-imoveis-listagem .hero .box-category .swiper .swiper-pagination .swiper-pagination-bullet {
    flex: 1;
    width: initial;
  }
  .page-03-imoveis-listagem .hero .box-category .swiper .swiper-button-next,
  .page-03-imoveis-listagem .hero .box-category .swiper .swiper-button-prev {
    display: none;
  }
  .page-03-imoveis-listagem .hero .box-category .btn-category {
    width: -moz-max-content;
    width: max-content;
    padding-right: 3rem;
    padding-left: 1rem;
    gap: 1rem;
    align-items: center;
  }
  .page-03-imoveis-listagem .hero .box-category .btn-category span {
    font-size: 0.875rem;
    line-height: 1;
  }
  .page-03-imoveis-listagem .hero .box-category .btn-category .btn-remove {
    right: 0.5rem;
  }
  .page-03-imoveis-listagem .hero .adjustment-selection {
    display: none;
  }
}
.page-03-imoveis-listagem .showing-mansions {
  margin-bottom: 7.5rem;
}
.page-03-imoveis-listagem .showing-mansions .container .btn-filter {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border: 1px solid #0C0C0C;
  background-color: transparent;
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #0C0C0C;
  width: 100%;
  text-transform: uppercase;
  display: none;
}
.page-03-imoveis-listagem .showing-mansions .container .group-title {
  margin-bottom: 3rem;
}
.page-03-imoveis-listagem .showing-mansions .container .group-title .top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.page-03-imoveis-listagem .showing-mansions .container .group-title .top h2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2rem;
  font-weight: 650;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline {
  position: relative;
}
.page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline.only-mobile {
  display: none;
}
.page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline label svg {
  transition: 200ms;
}
.page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline span {
  font-family: "Futura Std";
  font-style: normal;
  line-height: 32px;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 2px;
}
.page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline ul {
  position: absolute;
  top: calc(100% - 10px);
  list-style: none;
  background-color: #F0F2F2;
  z-index: 4;
  width: 100%;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: 200ms;
}
.page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline ul li {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  padding-inline: 1.25rem;
  padding-block: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline ul {
    right: 0;
  }
}
.page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline.active label svg {
  transform: scale(-1);
}
.page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline.active ul {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.page-03-imoveis-listagem .showing-mansions .container .group-title p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.page-03-imoveis-listagem .showing-mansions .container .wrapper {
  margin-bottom: 7.5rem;
}
.page-03-imoveis-listagem .showing-mansions .container .swiper .swiper-button-prev,
.page-03-imoveis-listagem .showing-mansions .container .swiper .swiper-button-next {
  left: 4rem;
  top: 50%;
  right: initial;
  transform: translateY(-50%);
}
.page-03-imoveis-listagem .showing-mansions .container .swiper .swiper-button-next {
  right: 4rem;
  left: initial;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions {
  display: flex;
  min-height: 34.375rem;
  max-height: 34.375rem;
  border: 1px solid #A3A6A1;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions + .card-full-mansions {
  margin-top: 3.75rem;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover {
  width: 100%;
  max-width: 51.375rem;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover .swiper {
  height: 100%;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover .mansion-cover {
  position: relative;
  height: 100%;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover .mansion-cover span {
  position: absolute;
  top: 2.8125rem;
  left: 4rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover .mansion-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info {
  padding-top: 4.375rem;
  padding-left: 4rem;
  padding-right: 3.125rem;
  padding-bottom: 3.75rem;
  display: flex;
  flex-direction: column;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info address {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #A3A6A1;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-style: normal;
  margin-bottom: 2.875rem;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info h3 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 40px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info ul {
  margin-top: 2.5rem;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 1.25rem;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info ul li span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 40px;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info .bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info .bottom span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2rem;
  font-weight: 650;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 56px;
}
.page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info .bottom .btn-more {
  font-family: "Futura Std";
  font-style: normal;
  line-height: 32px;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1550px) {
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 1220px) {
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover {
    max-width: 25rem;
  }
}
@media screen and (max-width: 1100px) {
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions {
    flex-direction: column;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover {
    max-width: initial;
  }
}
@media screen and (max-width: 993px) {
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions + .card-full-mansions {
    margin-top: 2rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover {
    height: 15.625rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover .swiper .swiper-button-next,
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover .swiper .swiper-button-prev {
    display: none;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .cover .mansion-cover span {
    top: 2rem;
    left: 2rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info {
    padding: 1.5625rem 1.5rem 1.875rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info address {
    margin-bottom: 1rem;
    font-size: 0.625rem;
    gap: 0.5rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info address svg {
    display: none;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info h3 {
    font-size: 0.75rem;
    line-height: 1.375rem;
    letter-spacing: 0.6px;
    max-width: 16.1875rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info p {
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info ul {
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem;
    gap: 0;
    justify-content: space-between;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info ul li {
    gap: 0.5rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info ul li svg {
    max-width: 1.375rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info ul li span {
    font-size: 0.75rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info .bottom span {
    line-height: 1;
    font-size: 1rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .card-full-mansions .info .bottom .btn-more {
    font-size: 0.75rem;
  }
}
.page-03-imoveis-listagem .showing-mansions .container .pagination-mobile {
  display: none;
}
@media screen and (max-width: 993px) {
  .page-03-imoveis-listagem .showing-mansions {
    margin-bottom: 5rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .btn-filter {
    display: flex;
    margin-bottom: 2.5rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .group-title {
    margin-bottom: 1.375rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .group-title .top {
    justify-content: space-between;
    margin-bottom: 0.625rem;
    gap: 0;
  }
  .page-03-imoveis-listagem .showing-mansions .container .group-title .top h2 {
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline {
    display: none;
  }
  .page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline.only-mobile {
    display: block;
  }
  .page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline label {
    gap: 0.625rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline span {
    font-size: 0.75rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline svg {
    width: 0.75rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline ul {
    min-width: 7.5rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .group-title .top .input-group-select-inline ul li {
    font-size: 0.75rem;
    padding-inline: 0.625rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .group-title p {
    font-size: 0.75rem;
    line-height: 1;
  }
  .page-03-imoveis-listagem .showing-mansions .container .wrapper {
    margin-bottom: 3rem;
  }
  .page-03-imoveis-listagem .showing-mansions .container .pagination {
    display: none;
  }
  .page-03-imoveis-listagem .showing-mansions .container .pagination-mobile {
    display: flex;
  }
}

.page-04-imovel-interna .hero {
  margin-bottom: 2rem;
  position: relative;
}
.page-04-imovel-interna .hero .swiper .swiper-button-next,
.page-04-imovel-interna .hero .swiper .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
.page-04-imovel-interna .hero .swiper .swiper-button-next.swiper-button-disabled,
.page-04-imovel-interna .hero .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.page-04-imovel-interna .hero .swiper .swiper-button-next {
  right: 8.3125rem;
  background-image: url(../images/swiper-button-next-04-active.svg);
}
.page-04-imovel-interna .hero .swiper .swiper-button-prev {
  left: 8.3125rem;
  right: initial;
  background-image: url(../images/swiper-button-prev-04-active.svg);
}
@media screen and (max-width: 1550px) {
  .page-04-imovel-interna .hero .swiper .swiper-button-next,
  .page-04-imovel-interna .hero .swiper .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
  .page-04-imovel-interna .hero .swiper .swiper-button-next {
    right: 1.25rem;
  }
  .page-04-imovel-interna .hero .swiper .swiper-button-prev {
    left: 1.25rem;
  }
}
.page-04-imovel-interna .hero .card-hero {
  height: 40rem;
  position: relative;
}
.page-04-imovel-interna .hero .card-hero .bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.page-04-imovel-interna .hero .card-hero .category {
  position: absolute;
  z-index: 2;
  top: 4.8125rem;
  left: 0.875rem;
  text-transform: uppercase;
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: #F0F2F2;
  opacity: 0;
}
.page-04-imovel-interna .hero .container .scroll-tag {
  position: absolute;
  left: 1.25rem;
  right: 0;
  width: calc(100% - 20px);
  z-index: 2;
  bottom: 1.5rem;
  overflow: auto;
}
.page-04-imovel-interna .hero .container .scroll-tag::-webkit-scrollbar {
  display: none;
}
.page-04-imovel-interna .hero .container .actions {
  padding-inline: 1.25rem;
  bottom: 1.5rem;
  display: flex;
  gap: 0.5rem;
}
.page-04-imovel-interna .hero .container .actions .tag {
  min-width: 180px;
  height: 48px;
  background: rgba(38, 38, 38, 0.5);
  padding-inline: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 993px) {
  .page-04-imovel-interna .hero {
    margin-bottom: 1.625rem;
  }
  .page-04-imovel-interna .hero .card-hero {
    height: 25rem;
  }
  .page-04-imovel-interna .hero .card-hero .category {
    opacity: 1;
  }
  .page-04-imovel-interna .hero .container .scroll-tag {
    bottom: 1.25rem;
  }
  .page-04-imovel-interna .hero .container .actions {
    bottom: 1.25rem;
    padding-right: 0.75rem;
    width: -moz-max-content;
    width: max-content;
  }
  .page-04-imovel-interna .hero .container .actions .tag {
    font-size: 0.875rem;
    gap: 1rem;
  }
}
.page-04-imovel-interna .layout .container {
  display: flex;
  gap: 7.125rem;
}
.page-04-imovel-interna .layout .container .content {
  flex: 1;
  padding-bottom: 7.5rem;
  width: calc(100% - 624px);
}
.page-04-imovel-interna .layout .container .content .scroll-breadcrumb {
  width: calc(100% + 20px);
  margin-bottom: 1rem;
  overflow-x: auto;
}
.page-04-imovel-interna .layout .container .content .scroll-breadcrumb::-webkit-scrollbar {
  display: none;
}
.page-04-imovel-interna .layout .container .content .breadcrumb {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -moz-max-content;
  width: max-content;
}
.page-04-imovel-interna .layout .container .content .breadcrumb a {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #A3A6A1;
  letter-spacing: 0.1em;
  line-height: 64px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.page-04-imovel-interna .layout .container .content .breadcrumb a:last-of-type {
  color: #0C0C0C;
}
.page-04-imovel-interna .layout .container .content h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.page-04-imovel-interna .layout .container .content .actions {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
  margin-bottom: 1.5rem;
}
.page-04-imovel-interna .layout .container .content .actions li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.page-04-imovel-interna .layout .container .content .actions li a span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 2px;
}
.page-04-imovel-interna .layout .container .content .price {
  display: block;
  margin-bottom: 1.5rem;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2rem;
  font-weight: 650;
  color: #262626;
  letter-spacing: 1.6px;
  line-height: 56px;
}
.page-04-imovel-interna .layout .container .content .details-list {
  display: flex;
  align-items: center;
  gap: 3rem;
  list-style: none;
  margin-bottom: 2rem;
}
.page-04-imovel-interna .layout .container .content .details-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-04-imovel-interna .layout .container .content .details-list li span {
  font-family: "Futura Std";
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
}
.page-04-imovel-interna .layout .container .content address {
  display: flex;
  font-style: normal;
  gap: 1rem;
  margin-bottom: 4rem;
}
.page-04-imovel-interna .layout .container .content address svg {
  width: 80px;
}
.page-04-imovel-interna .layout .container .content address div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-04-imovel-interna .layout .container .content address div .name {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 32px;
  margin-bottom: 0.25rem;
}
.page-04-imovel-interna .layout .container .content address div .text {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  color: #0C0C0C;
  border-bottom: 1px solid #A3A6A1;
  padding-bottom: 0.3125rem;
  width: -moz-max-content;
  width: max-content;
}
.page-04-imovel-interna .layout .container .content .describe {
  margin-bottom: 7.5rem;
  position: relative;
}
.page-04-imovel-interna .layout .container .content .describe .inner {
  max-height: 230px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in;
}
.page-04-imovel-interna .layout .container .content .describe .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.page-04-imovel-interna .layout .container .content .describe .inner h3 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #262626;
  margin-bottom: 0.5rem;
}
.page-04-imovel-interna .layout .container .content .describe .inner p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  color: #525957;
}
.page-04-imovel-interna .layout .container .content .describe .inner p + p {
  margin-top: 1.25rem;
}
.page-04-imovel-interna .layout .container .content .describe .btn-more {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.page-04-imovel-interna .layout .container .content .describe .btn-more span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 1px solid #A3A6A1;
  padding-bottom: 0.3125rem;
}
.page-04-imovel-interna .layout .container .content .describe.show .inner {
  max-height: 2000px;
  margin-bottom: 1.25rem;
  overflow: visible;
}
.page-04-imovel-interna .layout .container .content .describe.show .inner::after {
  opacity: 0;
}
.page-04-imovel-interna .layout .container .content .describe.show .btn-more span {
  font-size: 0rem;
}
.page-04-imovel-interna .layout .container .content .describe.show .btn-more span::after {
  content: "Ver menos";
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 1px solid #A3A6A1;
  padding-bottom: 0.3125rem;
}
.page-04-imovel-interna .layout .container .content .describe.show .btn-more svg {
  transform: scale(-1);
}
.page-04-imovel-interna .layout .container .content .gallery {
  margin-bottom: 7.25rem;
}
.page-04-imovel-interna .layout .container .content .gallery h3 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #262626;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.page-04-imovel-interna .layout .container .content .gallery .grid-gallery .line-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
.page-04-imovel-interna .layout .container .content .gallery .grid-gallery .line-1 img {
  display: block;
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-04-imovel-interna .layout .container .content .gallery .grid-gallery .line-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.page-04-imovel-interna .layout .container .content .gallery .grid-gallery .line-3 img {
  display: block;
  width: 100%;
  height: 17.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-04-imovel-interna .layout .container .content .gallery .grid-gallery-mobile {
  display: none;
}
.page-04-imovel-interna .layout .container .content .gallery .btn-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  margin-top: 1.5rem;
}
.page-04-imovel-interna .layout .container .content .gallery .btn-more svg {
  margin-bottom: 0.3125rem;
}
.page-04-imovel-interna .layout .container .content .gallery .btn-more span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 1px solid #A3A6A1;
  padding-bottom: 0.3125rem;
}
.page-04-imovel-interna .layout .container .content .location h3 {
  font-family: "Futura Std";
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 40px;
  margin-bottom: 0.5rem;
}
.page-04-imovel-interna .layout .container .content .location p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
  line-height: 32px;
}
.page-04-imovel-interna .layout .container .content .location .scroll-location {
  overflow-x: auto;
  width: 100%;
}
.page-04-imovel-interna .layout .container .content .location .scroll-location::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 993px) {
  .page-04-imovel-interna .layout .container .content .location .scroll-location {
    width: calc(100% + 20px);
  }
}
.page-04-imovel-interna .layout .container .content .location .location-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 64.25rem;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 0.8125rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  gap: 5rem;
}
.page-04-imovel-interna .layout .container .content .location .location-menu a {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #BDBDBD;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  transition: 200ms;
  position: relative;
  padding-inline: 0.75rem;
  white-space: nowrap;
}
.page-04-imovel-interna .layout .container .content .location .location-menu a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #2B2A29;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  position: absolute;
  transition: 200ms;
}
.page-04-imovel-interna .layout .container .content .location .location-menu a:hover, .page-04-imovel-interna .layout .container .content .location .location-menu a.active {
  color: #2B2A29;
}
.page-04-imovel-interna .layout .container .content .location .location-menu a:hover::after, .page-04-imovel-interna .layout .container .content .location .location-menu a.active::after {
  width: 100%;
}
.page-04-imovel-interna .layout .container .content .location .embed-map {
  aspect-ratio: 1030/386;
  background-color: #262626;
  margin-bottom: 1rem;
  position: relative;
}
.page-04-imovel-interna .layout .container .content .location .embed-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-04-imovel-interna .layout .container .content .location .box-companie {
  display: flex;
  min-height: 18.875rem;
}
.page-04-imovel-interna .layout .container .content .location .box-companie .cover {
  width: 18.875rem;
  height: 100%;
}
.page-04-imovel-interna .layout .container .content .location .box-companie .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-04-imovel-interna .layout .container .content .location .box-companie .info {
  width: calc(100% - 300px);
  padding: 2rem 2rem 1.5rem 2rem;
  background-color: #F0F2F2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-04-imovel-interna .layout .container .content .location .box-companie .info .top h4 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.6875rem;
  text-transform: uppercase;
}
.page-04-imovel-interna .layout .container .content .location .box-companie .info .top p {
  font-family: "Futura Std";
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0.05em;
  line-height: 100%;
}
.page-04-imovel-interna .layout .container .content .location .box-companie .info .foot {
  padding-top: 1.5rem;
  border-top: 1px solid #A3A6A1;
}
.page-04-imovel-interna .layout .container .content .location .box-companie .info .foot span {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #525957;
}
.page-04-imovel-interna .layout .container .right {
  width: 100%;
  max-width: 31.875rem;
  position: relative;
}
.page-04-imovel-interna .layout .container .right .talk-to-us {
  padding: 3rem;
  background-color: #F0F2F2;
  position: sticky;
  top: 100px;
}
.page-04-imovel-interna .layout .container .right .talk-to-us .top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.page-04-imovel-interna .layout .container .right .talk-to-us .top .desc .title {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #A3A6A1;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.page-04-imovel-interna .layout .container .right .talk-to-us .top .desc .name {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.page-04-imovel-interna .layout .container .right .talk-to-us p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 1rem;
}
.page-04-imovel-interna .layout .container .right .talk-to-us form {
  margin-bottom: 1rem;
}
.page-04-imovel-interna .layout .container .right .talk-to-us form .input-group + .input-group {
  margin-top: 1.4375rem;
}
.page-04-imovel-interna .layout .container .right .talk-to-us form .input-group label,
.page-04-imovel-interna .layout .container .right .talk-to-us form .input-group input {
  font-size: 1rem;
}
.page-04-imovel-interna .layout .container .right .talk-to-us form .input-group input {
  color: #0C0C0C;
}
.page-04-imovel-interna .layout .container .right .talk-to-us form .input-group.show label {
  color: #0C0C0C;
  font-size: 0.75rem;
}
.page-04-imovel-interna .layout .container .right .talk-to-us form button {
  margin-top: 2rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  background-color: #262626;
  font-family: "Futura Std";
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 500;
  color: #F0F2F2;
  text-transform: uppercase;
  border: 0;
  width: 100%;
}
.page-04-imovel-interna .layout .container .right .talk-to-us span {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: #525957;
}
.page-04-imovel-interna .layout .container .right .talk-to-us span a {
  color: #525957;
}
@media screen and (max-width: 1400px) {
  .page-04-imovel-interna .layout .container .right {
    max-width: 25.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-04-imovel-interna .layout .container {
    display: block;
  }
  .page-04-imovel-interna .layout .container .content {
    max-width: initial;
    width: 100%;
  }
  .page-04-imovel-interna .layout .container .right {
    display: none;
  }
}
@media screen and (max-width: 993px) {
  .page-04-imovel-interna .layout .container .content {
    padding-bottom: 4rem;
  }
  .page-04-imovel-interna .layout .container .content .scroll-breadcrumb {
    margin-bottom: 2.625rem;
  }
  .page-04-imovel-interna .layout .container .content .breadcrumb {
    padding-right: 2.5rem;
  }
  .page-04-imovel-interna .layout .container .content .breadcrumb a {
    line-height: 1;
  }
  .page-04-imovel-interna .layout .container .content h2 {
    font-size: 1.25rem;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
    max-width: 27.5rem;
    margin-inline: auto;
  }
  .page-04-imovel-interna .layout .container .content .actions {
    display: none;
  }
  .page-04-imovel-interna .layout .container .content .price {
    text-align: center;
    font-size: 1.5rem;
  }
  .page-04-imovel-interna .layout .container .content .details-list {
    width: 100%;
    max-width: 25rem;
    margin-inline: auto;
    gap: 2rem;
    justify-content: space-between;
    margin-top: 0rem;
    margin-bottom: 3.125rem;
  }
  .page-04-imovel-interna .layout .container .content .details-list li {
    gap: 0.5rem;
  }
  .page-04-imovel-interna .layout .container .content .details-list li svg {
    max-width: 1.375rem;
  }
  .page-04-imovel-interna .layout .container .content .details-list li span {
    font-size: 0.75rem;
  }
  .page-04-imovel-interna .layout .container .content address {
    max-width: 25rem;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
  .page-04-imovel-interna .layout .container .content address div .name {
    font-size: 1rem;
    line-height: 1;
  }
  .page-04-imovel-interna .layout .container .content address div .text {
    font-size: 0.875rem;
  }
  .page-04-imovel-interna .layout .container .content .describe {
    margin-bottom: 4.6875rem;
  }
  .page-04-imovel-interna .layout .container .content .describe .inner h3 {
    font-size: 0.875rem;
  }
  .page-04-imovel-interna .layout .container .content .describe .inner p {
    font-size: 0.875rem;
  }
  .page-04-imovel-interna .layout .container .content .gallery {
    margin-bottom: 5rem;
  }
  .page-04-imovel-interna .layout .container .content .gallery h3 {
    margin-bottom: 1.125rem;
    line-height: 1;
  }
  .page-04-imovel-interna .layout .container .content .gallery .grid-gallery {
    display: none;
  }
  .page-04-imovel-interna .layout .container .content .gallery .grid-gallery-mobile {
    display: block;
    max-width: 37.5rem;
  }
  .page-04-imovel-interna .layout .container .content .gallery .grid-gallery-mobile img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-04-imovel-interna .layout .container .content .gallery .grid-gallery-mobile .line-1 {
    margin-bottom: 0.75rem;
  }
  .page-04-imovel-interna .layout .container .content .gallery .grid-gallery-mobile .line-1 img {
    display: block;
    width: 100%;
    aspect-ratio: 335/198;
  }
  .page-04-imovel-interna .layout .container .content .gallery .grid-gallery-mobile .line-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
  .page-04-imovel-interna .layout .container .content .gallery .grid-gallery-mobile .line-3 img {
    aspect-ratio: 1/1;
  }
  .page-04-imovel-interna .layout .container .content .location h3 {
    line-height: 1;
    margin-bottom: 1.125rem;
  }
  .page-04-imovel-interna .layout .container .content .location p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .page-04-imovel-interna .layout .container .content .location .location-menu {
    margin-top: 2rem;
    gap: 5rem;
  }
  .page-04-imovel-interna .layout .container .content .location .embed-map {
    margin-bottom: 0;
    aspect-ratio: 335/386;
  }
  .page-04-imovel-interna .layout .container .content .location .box-companie {
    min-height: initial;
  }
  .page-04-imovel-interna .layout .container .content .location .box-companie .cover {
    display: none;
  }
  .page-04-imovel-interna .layout .container .content .location .box-companie .info {
    width: 100%;
    gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 3.125rem;
    padding-left: 1.5rem;
    padding-right: 2.875rem;
  }
  .page-04-imovel-interna .layout .container .content .location .box-companie .info .foot {
    padding-top: 1rem;
  }
}
.page-04-imovel-interna .main-footer .similar-properties {
  padding-top: 5.625rem;
  padding-bottom: 1.25rem;
}
.page-04-imovel-interna .main-footer .similar-properties .container h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 40px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-pagination {
  display: none;
  left: 0;
  right: initial;
}
.page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 2px;
  width: 5.875rem;
  background-color: #515151;
}
.page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
.page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-button-prev,
.page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-button-next {
  width: 1rem;
  height: 16px;
  background-image: url(../images/swiper-button-prev-01-active.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  top: initial;
  transform: translateY(0);
  margin-top: 0;
  left: initial;
  right: 2.75rem;
  opacity: 1;
  display: none;
}
.page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-button-prev svg,
.page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-button-next svg {
  display: none;
}
.page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-button-prev.swiper-button-disabled,
.page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-prev-01-inactive.svg);
}
.page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-button-next {
  background-image: url(../images/swiper-button-next-01-active.svg);
  right: 20px;
}
.page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-next-01-inactive.svg);
}
@media screen and (max-width: 993px) {
  .page-04-imovel-interna .main-footer .similar-properties {
    padding-top: 4rem;
  }
  .page-04-imovel-interna .main-footer .similar-properties .container h2 {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
  }
  .page-04-imovel-interna .main-footer .similar-properties .container .swiper {
    width: calc(100% + 20px);
    padding-bottom: 2.5rem;
  }
  .page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-pagination {
    display: block;
  }
  .page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-button-prev,
  .page-04-imovel-interna .main-footer .similar-properties .container .swiper .swiper-button-next {
    display: block;
  }
}
.page-04-imovel-interna .btn-contact-mobile-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  height: 4rem;
  padding-inline: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0C0C0C;
  text-decoration: none;
  gap: 1rem;
  z-index: 4;
  display: none;
}
.page-04-imovel-interna .btn-contact-mobile-float span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #F0F2F2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .page-04-imovel-interna .btn-contact-mobile-float {
    display: flex;
  }
}

.page-05-blog-listagem main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.page-05-blog-listagem .blog-text-cover .info {
  margin-bottom: 0.5rem;
}
.page-05-blog-listagem .blog-text-cover .info .category {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #A3A6A1;
  letter-spacing: 0.05em;
  line-height: 41px;
}
.page-05-blog-listagem .blog-text-cover .info p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  letter-spacing: 1px;
  line-height: 32px;
}
.page-05-blog-listagem .blog-text-cover .cover {
  aspect-ratio: 520/315;
}
.page-05-blog-listagem .blog-text-cover .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 993px) {
  .page-05-blog-listagem .blog-text-cover .info .category {
    line-height: 1;
    margin-bottom: 0.5625rem;
    font-size: 0.875rem;
  }
  .page-05-blog-listagem .blog-text-cover .info p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.page-05-blog-listagem .hero {
  padding-top: 8rem;
  margin-bottom: 5rem;
}
.page-05-blog-listagem .hero h1 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
}
.page-05-blog-listagem .hero .swiper-menu-categories {
  margin-bottom: 1.5rem;
  padding-left: calc((100% - 1654px) / 2);
  padding-right: 0.75rem;
}
.page-05-blog-listagem .hero .swiper-menu-categories .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.page-05-blog-listagem .hero .swiper-menu-categories a {
  padding-inline: 0.75rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F2F2;
  text-decoration: none;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
}
.page-05-blog-listagem .hero .bottom .container {
  display: flex;
  justify-content: space-between;
}
.page-05-blog-listagem .hero .bottom .container .card-full-article {
  width: calc(100% - 482px);
  position: relative;
}
.page-05-blog-listagem .hero .bottom .container .card-full-article .bg {
  display: block;
  width: 100%;
}
.page-05-blog-listagem .hero .bottom .container .card-full-article .box {
  position: absolute;
  bottom: 5.3125rem;
  left: 0;
  right: 0;
  padding-inline: 4.375rem;
  padding-bottom: 0rem;
  z-index: 2;
}
.page-05-blog-listagem .hero .bottom .container .card-full-article .box .category {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 16px;
  margin-bottom: 1.5rem;
  display: block;
}
.page-05-blog-listagem .hero .bottom .container .card-full-article .box h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 48px;
  max-width: 49.625rem;
}
.page-05-blog-listagem .hero .bottom .container .card-full-article .swiper .swiper-pagination {
  left: 4.375rem;
  bottom: 2.6875rem;
}
.page-05-blog-listagem .hero .bottom .container .card-full-article .swiper .swiper-pagination .swiper-pagination-bullet {
  height: 0.375rem;
  width: 10.125rem;
}
.page-05-blog-listagem .hero .bottom .container .list {
  width: 27.5rem;
}
.page-05-blog-listagem .hero .bottom .container .list h3 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 48px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.page-05-blog-listagem .hero .bottom .container .list .blog-inline {
  display: flex;
  gap: 0.625rem;
}
.page-05-blog-listagem .hero .bottom .container .list .blog-inline + .blog-inline {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #E6E6E6;
}
.page-05-blog-listagem .hero .bottom .container .list .blog-inline .cover {
  max-width: 8.0625rem;
}
.page-05-blog-listagem .hero .bottom .container .list .blog-inline .cover img {
  display: block;
  width: 100%;
}
.page-05-blog-listagem .hero .bottom .container .list .blog-inline .info .category {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #A3A6A1;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  margin-bottom: 0.4375rem;
}
.page-05-blog-listagem .hero .bottom .container .list .blog-inline .info p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 24px;
}
@media screen and (max-width: 1700px) {
  .page-05-blog-listagem .hero .swiper-menu-categories {
    width: 100%;
    padding-left: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .page-05-blog-listagem .hero .bottom .container {
    display: flex;
    flex-direction: column;
  }
  .page-05-blog-listagem .hero .bottom .container .swiper {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page-05-blog-listagem .hero {
    margin-bottom: 1.8125rem;
    padding-top: 5.75rem;
  }
  .page-05-blog-listagem .hero h1 {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1.25rem;
  }
  .page-05-blog-listagem .hero .swiper-menu-categories {
    width: calc(100% + 20px);
    padding-left: 20px;
  }
  .page-05-blog-listagem .hero .swiper-menu-categories a {
    font-size: 0.75rem;
    height: 2.5rem;
    padding-inline: 0.75rem;
  }
  .page-05-blog-listagem .hero .bottom .container .list {
    display: none;
  }
  .page-05-blog-listagem .hero .bottom .container .card-full-article {
    width: calc(100% + 40px);
    margin-left: -1.25rem;
    height: 14.375rem;
  }
  .page-05-blog-listagem .hero .bottom .container .card-full-article img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-05-blog-listagem .hero .bottom .container .card-full-article .box {
    padding-inline: 2.25rem;
    padding-bottom: 2.375rem;
  }
  .page-05-blog-listagem .hero .bottom .container .card-full-article .box .category {
    margin-bottom: 0.4375rem;
    line-height: 1;
    font-size: 0.625rem;
  }
  .page-05-blog-listagem .hero .bottom .container .card-full-article .box h2 {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 993px) {
  .page-05-blog-listagem .hero .bottom .container .card-full-article .box {
    padding-bottom: 0;
    bottom: 2.375rem;
    padding-inline: 2.25rem;
  }
  .page-05-blog-listagem .hero .bottom .container .card-full-article .swiper .swiper-pagination {
    left: 2.25rem;
    bottom: 1rem;
  }
  .page-05-blog-listagem .hero .bottom .container .card-full-article .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 3.875rem;
    height: 0.1875rem;
  }
}
.page-05-blog-listagem .blog-mobile-only {
  display: none;
  align-items: flex-start;
  gap: 1rem;
  width: calc(100% - 40px);
  margin-inline: auto;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #E6E6E6;
}
.page-05-blog-listagem .blog-mobile-only .cover {
  max-width: 8rem;
  aspect-ratio: 1/1;
}
.page-05-blog-listagem .blog-mobile-only .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-05-blog-listagem .blog-mobile-only .info .category {
  font-size: 0.875rem;
  font-weight: 500;
  color: #A3A6A1;
  letter-spacing: 0.7px;
  display: block;
  line-height: 1;
  margin-bottom: 0.5625rem;
}
.page-05-blog-listagem .blog-mobile-only .info h3 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.7px;
  line-height: 20px;
}
@media screen and (max-width: 993px) {
  .page-05-blog-listagem .blog-mobile-only {
    display: flex;
  }
}
.page-05-blog-listagem .list-of-most-read {
  margin-bottom: 6.625rem;
}
.page-05-blog-listagem .list-of-most-read .container {
  display: grid;
  grid-template-columns: 1fr 510px;
  gap: 2.625rem;
}
.page-05-blog-listagem .list-of-most-read .container .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3.875rem;
       column-gap: 3.875rem;
  row-gap: 1.5rem;
}
.page-05-blog-listagem .list-of-most-read .container .box-most-read {
  padding: 2rem 2.5rem;
  border: 1px solid #A3A6A1;
}
.page-05-blog-listagem .list-of-most-read .container .box-most-read h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.page-05-blog-listagem .list-of-most-read .container .box-most-read .blog-inline-no-cover + .blog-inline-no-cover {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #E6E6E6;
}
.page-05-blog-listagem .list-of-most-read .container .box-most-read .blog-inline-no-cover .category {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #A3A6A1;
  letter-spacing: 0.05em;
  line-height: 32px;
}
.page-05-blog-listagem .list-of-most-read .container .box-most-read .blog-inline-no-cover p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 24px;
  max-width: 18.875rem;
}
@media screen and (max-width: 1400px) {
  .page-05-blog-listagem .list-of-most-read .container {
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 993px) {
  .page-05-blog-listagem .list-of-most-read {
    margin-bottom: 0;
  }
  .page-05-blog-listagem .list-of-most-read .container {
    display: none;
  }
}
.page-05-blog-listagem .full-banner-article {
  margin-bottom: 6.625rem;
}
.page-05-blog-listagem .full-banner-article .container {
  display: grid;
  grid-template-columns: 624px 1fr;
  gap: 2.75rem;
}
.page-05-blog-listagem .full-banner-article .container .cover {
  aspect-ratio: 624/380;
}
.page-05-blog-listagem .full-banner-article .container .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-05-blog-listagem .full-banner-article .container .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-05-blog-listagem .full-banner-article .container .info .category {
  display: block;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  color: #A3A6A1;
  letter-spacing: 0.05em;
  line-height: 41px;
  margin-bottom: 1rem;
}
.page-05-blog-listagem .full-banner-article .container .info p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 50px;
}
@media screen and (max-width: 993px) {
  .page-05-blog-listagem .full-banner-article {
    display: none;
  }
}
.page-05-blog-listagem .list-articles + .list-articles {
  margin-top: 7.5rem;
}
.page-05-blog-listagem .list-articles .container h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.page-05-blog-listagem .list-articles .container .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.9375rem;
       column-gap: 2.9375rem;
  row-gap: 4rem;
}
.page-05-blog-listagem .list-articles .container .wrapper .blog-text-cover:not(:last-of-type) {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E6E6E6;
}
.page-05-blog-listagem .list-articles.only-mobile {
  display: none;
}
@media screen and (max-width: 993px) {
  .page-05-blog-listagem .list-articles .container h2 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .page-05-blog-listagem .list-articles .container .wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .page-05-blog-listagem .list-articles.only-mobile {
    display: block;
  }
  .page-05-blog-listagem .list-articles.only-mobile .container .blog-text-cover .info .category {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .page-05-blog-listagem .list-articles .container .wrapper {
    grid-template-columns: 1fr;
  }
  .page-05-blog-listagem .list-articles .container .blog-text-cover .info .category {
    display: none;
  }
}
.page-05-blog-listagem .pagination {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 993px) {
  .page-05-blog-listagem .pagination {
    display: none;
  }
}
.page-05-blog-listagem .pagination-mobile {
  display: none;
}
@media screen and (max-width: 993px) {
  .page-05-blog-listagem .pagination-mobile {
    display: flex;
    width: calc(100% - 40px);
    margin-top: 2rem;
    margin-bottom: 5rem;
    margin-inline: auto;
  }
}

.page-06-landingpage main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.page-06-landingpage .btn-secundary-01,
.page-06-landingpage .btn-secundary-02,
.page-06-landingpage .btn-secundary-03,
.page-06-landingpage .btn-secundary-04 {
  height: 5rem;
  padding-inline: 3rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #50703C;
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 993px) {
  .page-06-landingpage .btn-secundary-01,
  .page-06-landingpage .btn-secundary-02,
  .page-06-landingpage .btn-secundary-03,
  .page-06-landingpage .btn-secundary-04 {
    width: 100%;
    height: 4.5rem;
    font-size: 1rem;
    letter-spacing: 1.6px;
    padding-inline: 1.25rem;
    font-weight: 500;
  }
}
.page-06-landingpage .btn-secundary-02 {
  background-color: #A4A6A1;
}
.page-06-landingpage .btn-secundary-03 {
  background-color: #535957;
}
.page-06-landingpage .btn-secundary-04 {
  background-color: #0C0C0C;
}
.page-06-landingpage .hero {
  background-image: url(../images/hero-landingpage-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 7.5rem;
}
.page-06-landingpage .hero .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 40.375rem;
  padding-block: 2rem;
}
.page-06-landingpage .hero .container .logo {
  margin-inline: auto;
  display: block;
}
.page-06-landingpage .hero .container .box {
  max-width: 43.125rem;
}
.page-06-landingpage .hero .container .box h1 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 56px;
}
.page-06-landingpage .hero .container .box p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 993px) {
  .page-06-landingpage .hero {
    margin-bottom: 2rem;
  }
  .page-06-landingpage .hero .container {
    min-height: 37.25rem;
    padding-top: 3.25rem;
  }
  .page-06-landingpage .hero .container .logo {
    width: 10rem;
  }
  .page-06-landingpage .hero .container .box {
    max-width: initial;
  }
  .page-06-landingpage .hero .container .box h1 {
    font-size: 1.5rem;
    letter-spacing: 0.96px;
    line-height: 2.125rem;
    margin-bottom: 0.75rem;
  }
  .page-06-landingpage .hero .container .box p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0;
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 500px) {
  .page-06-landingpage .hero {
    background-image: url(../images/hero-landingpage-01-mobile.png);
  }
}
.page-06-landingpage .full-video {
  width: calc(100% - 80px);
  max-width: 1520px;
  aspect-ratio: 16/9;
  background-color: #3C3C3C;
  margin-inline: auto;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 993px) {
  .page-06-landingpage .full-video {
    margin-bottom: 5rem;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .page-06-landingpage .full-video {
    aspect-ratio: 335/592;
  }
}
.page-06-landingpage .section-01 {
  margin-bottom: 8rem;
}
.page-06-landingpage .section-01 .container {
  display: flex;
  gap: 7.125rem;
  justify-content: space-between;
}
.page-06-landingpage .section-01 .container .describe {
  max-width: 718px;
}
.page-06-landingpage .section-01 .container .describe h2 {
  font-family: "Futura Std";
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 56px;
  margin-bottom: 0.5rem;
  max-width: 38.375rem;
}
.page-06-landingpage .section-01 .container .describe p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 32px;
}
.page-06-landingpage .section-01 .container .describe p + p {
  margin-top: 1.25rem;
}
.page-06-landingpage .section-01 .container .describe .embed-map-mobile {
  display: none;
  aspect-ratio: 335/282;
  background-color: #3C3C3C;
  max-width: 31.25rem;
  margin-top: 2rem;
  position: relative;
}
.page-06-landingpage .section-01 .container .describe .embed-map-mobile .btn-map {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 2rem;
  height: 4rem;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.75rem;
}
.page-06-landingpage .section-01 .container .describe .embed-map-mobile .btn-map span {
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0C0C0C;
  z-index: 4;
}
.page-06-landingpage .section-01 .container .describe .button {
  margin-top: 3rem;
}
.page-06-landingpage .section-01 .container .embed-map {
  flex: 1;
  max-width: 51.375rem;
  aspect-ratio: 882/692;
  width: 100%;
  background-color: #3C3C3C;
  position: relative;
}
.page-06-landingpage .section-01 .container .embed-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page-06-landingpage .section-01 .container .embed-map .btn-map {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  padding-inline: 2rem;
  height: 4rem;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.75rem;
}
.page-06-landingpage .section-01 .container .embed-map .btn-map span {
  font-family: "Futura Std";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0C0C0C;
  z-index: 4;
}
@media screen and (max-width: 1400px) {
  .page-06-landingpage .section-01 .container .describe {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 1250px) {
  .page-06-landingpage .section-01 .container .describe {
    max-width: 31.25rem;
  }
}
@media screen and (max-width: 1180px) {
  .page-06-landingpage .section-01 .container .describe {
    max-width: initial;
  }
  .page-06-landingpage .section-01 .container .describe .embed-map-mobile {
    display: block;
  }
  .page-06-landingpage .section-01 .container .embed-map {
    display: none;
  }
}
@media screen and (max-width: 993px) {
  .page-06-landingpage .section-01 {
    margin-bottom: 4rem;
  }
  .page-06-landingpage .section-01 .container .describe h2 {
    max-width: initial;
    font-size: 1.5rem;
    line-height: 1.9375rem;
    letter-spacing: 0.96px;
    margin-bottom: 1rem;
  }
  .page-06-landingpage .section-01 .container .describe p {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.75rem;
  }
  .page-06-landingpage .section-01 .container .describe .embed-map-mobile {
    aspect-ratio: initial;
    height: 17.625rem;
    width: 100%;
    max-width: initial;
    margin-top: 2rem;
  }
  .page-06-landingpage .section-01 .container .describe .button {
    margin-top: 2rem;
  }
}
.page-06-landingpage .section-02 .container {
  padding-top: 8rem;
  padding-bottom: 8.5rem;
  display: flex;
  gap: 7.125rem;
}
.page-06-landingpage .section-02 .container .describe {
  width: 100%;
  max-width: 44.875rem;
}
.page-06-landingpage .section-02 .container .describe h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.page-06-landingpage .section-02 .container .describe p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 32px;
}
.page-06-landingpage .section-02 .container .describe p + p {
  margin-top: 1.25rem;
}
.page-06-landingpage .section-02 .container .describe .button {
  margin-top: 2.5rem;
}
.page-06-landingpage .section-02 .container .cover-mobile {
  display: none;
}
.page-06-landingpage .section-02 .container .cover {
  flex: 1;
}
.page-06-landingpage .section-02 .container .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-06-landingpage .section-02.bg {
  background-color: #F0F2F2;
}
.page-06-landingpage .section-02.reverse .container {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  .page-06-landingpage .section-02 .container {
    gap: 3.75rem;
  }
  .page-06-landingpage .section-02 .container .describe {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 1180px) {
  .page-06-landingpage .section-02 .container {
    display: block;
  }
  .page-06-landingpage .section-02 .container .describe {
    max-width: initial;
  }
  .page-06-landingpage .section-02 .container .cover-mobile {
    display: block;
    margin-top: 1rem;
  }
  .page-06-landingpage .section-02 .container .cover {
    display: none;
  }
}
@media screen and (max-width: 993px) {
  .page-06-landingpage .section-02 .container {
    padding-block: 5rem;
  }
  .page-06-landingpage .section-02 .container .describe h2 {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    letter-spacing: 0.06rem;
    margin-bottom: 1rem;
  }
  .page-06-landingpage .section-02 .container .describe p {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .page-06-landingpage .section-02 .container .describe .cover-mobile img {
    display: block;
    width: 100%;
  }
}
.page-06-landingpage .featured-properties {
  margin-top: 7.5rem;
  margin-bottom: 4.5625rem;
}
.page-06-landingpage .featured-properties .container h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0;
  line-height: 56px;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
}
.page-06-landingpage .featured-properties .container .swiper {
  padding-bottom: 3.125rem;
}
.page-06-landingpage .featured-properties .container .swiper .swiper-pagination {
  left: 0;
}
.page-06-landingpage .featured-properties .container .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 2px;
  width: 5.875rem;
  background-color: #A3A6A1;
}
.page-06-landingpage .featured-properties .container .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0C0C0C;
}
.page-06-landingpage .featured-properties .container .swiper .swiper-button-prev,
.page-06-landingpage .featured-properties .container .swiper .swiper-button-next {
  background-image: url(../images/swiper-button-prev-02-active.svg);
  right: 2.75rem;
}
.page-06-landingpage .featured-properties .container .swiper .swiper-button-prev.swiper-button-disabled,
.page-06-landingpage .featured-properties .container .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-prev-02-inactive.svg);
}
.page-06-landingpage .featured-properties .container .swiper .swiper-button-next {
  background-image: url(../images/swiper-button-next-02-active.svg);
  right: 1.25rem;
}
.page-06-landingpage .featured-properties .container .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/swiper-button-next-02-inactive.svg);
}
.page-06-landingpage .featured-properties .container .card-exclusives {
  border: 1px solid #A3A6A1;
}
@media screen and (max-width: 993px) {
  .page-06-landingpage .featured-properties {
    margin-top: 5rem;
    margin-bottom: 0rem;
  }
  .page-06-landingpage .featured-properties .container h2 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.06rem;
    line-height: 1.9375rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 769px) {
  .page-06-landingpage .featured-properties .container .swiper {
    width: calc(100% + 20px);
  }
}
.page-06-landingpage .faq-questions {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.page-06-landingpage .faq-questions .container {
  display: flex;
  justify-content: space-between;
  gap: 6.25rem;
}
.page-06-landingpage .faq-questions .container .left {
  max-width: 31.875rem;
}
.page-06-landingpage .faq-questions .container .left h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  max-width: 29.0625rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  line-height: 56px;
}
.page-06-landingpage .faq-questions .container .left p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
  line-height: 32px;
}
.page-06-landingpage .faq-questions .container .right {
  max-width: 51.375rem;
}
.page-06-landingpage .faq-questions .container .right .faq-item {
  border-bottom: 1px solid #A3A6A1;
}
.page-06-landingpage .faq-questions .container .right .faq-item:first-of-type {
  padding-bottom: 2.5rem;
}
.page-06-landingpage .faq-questions .container .right .faq-item + .faq-item {
  padding-block: 2.5rem;
}
.page-06-landingpage .faq-questions .container .right .faq-item .faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.page-06-landingpage .faq-questions .container .right .faq-item .faq-title h3 {
  font-family: "Futura Std";
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0C0C0C;
  letter-spacing: 0.05em;
  line-height: 32px;
}
.page-06-landingpage .faq-questions .container .right .faq-item .faq-response {
  max-height: 0;
  opacity: 0;
  transition: 200ms;
}
.page-06-landingpage .faq-questions .container .right .faq-item .faq-response p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
  line-height: 32px;
}
.page-06-landingpage .faq-questions .container .right .faq-item.active .faq-title svg {
  transform: scale(-1);
}
.page-06-landingpage .faq-questions .container .right .faq-item.active .faq-response {
  padding-top: 0.5rem;
  max-height: 1000px;
  opacity: 1;
}
@media screen and (max-width: 1180px) {
  .page-06-landingpage .faq-questions {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
  .page-06-landingpage .faq-questions .container {
    flex-direction: column;
    gap: 3rem;
  }
  .page-06-landingpage .faq-questions .container .left {
    max-width: initial;
  }
  .page-06-landingpage .faq-questions .container .left h2 {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    line-height: 1.9375rem;
    margin-bottom: 0.5rem;
  }
  .page-06-landingpage .faq-questions .container .left p {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .page-06-landingpage .faq-questions .container .right {
    max-width: initial;
  }
  .page-06-landingpage .faq-questions .container .right .faq-item:first-of-type {
    padding-bottom: 1.5rem;
  }
  .page-06-landingpage .faq-questions .container .right .faq-item + .faq-item {
    padding-block: 1.5rem;
  }
  .page-06-landingpage .faq-questions .container .right .faq-item .faq-title h3 {
    font-size: 1rem;
  }
  .page-06-landingpage .faq-questions .container .right .faq-item .faq-title svg {
    width: 0.875rem;
  }
}
.page-06-landingpage .main-footer-02 {
  background-color: #262626;
}
.page-06-landingpage .main-footer-02 .top .container {
  padding-block: 7.5rem;
  display: flex;
  justify-content: space-between;
  gap: 6.25rem;
}
.page-06-landingpage .main-footer-02 .top .container .left {
  max-width: 35.625rem;
}
.page-06-landingpage .main-footer-02 .top .container .left h2 {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  color: #F0F2F2;
  letter-spacing: 0.05em;
  line-height: 56px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.page-06-landingpage .main-footer-02 .top .container .left p {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #A3A6A1;
  letter-spacing: 0;
  line-height: 32px;
}
.page-06-landingpage .main-footer-02 .top .container .right {
  width: 100%;
  max-width: 51.375rem;
}
.page-06-landingpage .main-footer-02 .top .container .right form .column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.375rem;
}
.page-06-landingpage .main-footer-02 .top .container .right form .column-2 + .column-2 {
  margin-top: 1.25rem;
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box {
  position: relative;
  border-bottom: 1px solid #525957;
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box label {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  color: #525957;
  letter-spacing: 0;
  line-height: 2rem;
  display: block;
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box label::after {
  content: "Melhor horário para contato";
  position: absolute;
  bottom: 0px;
  font-size: 1.25rem;
  transition: 200ms;
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box input {
  display: none;
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box ul {
  position: absolute;
  top: calc(100% + 10px);
  background-color: #525957;
  z-index: 2;
  list-style: none;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 200ms;
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box ul li {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  color: #FFFFFF;
  transition: 200ms;
  cursor: pointer;
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box ul li:hover {
  background-color: #a3aba9;
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box.active label svg {
  transform: scale(-1);
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box.active ul {
  visibility: visible;
  opacity: 1;
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box.show label::after {
  bottom: 42px;
  font-size: 0.875rem;
  color: #A3A6A1;
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box.show label span {
  color: #A3A6A1;
}
.page-06-landingpage .main-footer-02 .top .container .right form .input-group-radio-list {
  margin-top: 3rem;
  margin-bottom: 4.5625rem;
}
.page-06-landingpage .main-footer-02 .top .container .right form .button {
  margin-inline: auto;
  border: 0;
  cursor: pointer;
  transition: 200ms;
}
.page-06-landingpage .main-footer-02 .top .container .right form .button:hover {
  transform: scale(1.05);
}
.page-06-landingpage .main-footer-02 .middle {
  padding-bottom: 3rem;
}
.page-06-landingpage .main-footer-02 .middle .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-06-landingpage .main-footer-02 .middle .container nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.page-06-landingpage .main-footer-02 .middle .container nav a {
  text-decoration: none;
  transition: 200ms;
}
.page-06-landingpage .main-footer-02 .middle .container nav a:hover {
  transform: scale(1.1);
}
.page-06-landingpage .main-footer-02 .bottom {
  height: 5.625rem;
  background-color: #0C0C0C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-06-landingpage .main-footer-02 .bottom span {
  font-family: "Futura Std";
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  color: #F0F2F2;
  letter-spacing: 0;
}
@media screen and (max-width: 1340px) {
  .page-06-landingpage .main-footer-02 .top .container {
    flex-direction: column;
  }
  .page-06-landingpage .main-footer-02 .top .container .right {
    max-width: initial;
  }
  .page-06-landingpage .main-footer-02 .top .container .right form .column-2 {
    grid-template-columns: 1fr;
  }
  .page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box {
    height: 60px;
  }
}
@media screen and (max-width: 993px) {
  .page-06-landingpage .main-footer-02 .top .container {
    padding-top: 5rem;
    padding-bottom: 10rem;
    gap: 3.75rem;
  }
  .page-06-landingpage .main-footer-02 .top .container .left {
    max-width: initial;
  }
  .page-06-landingpage .main-footer-02 .top .container .left h2 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.96px;
    line-height: 2.25rem;
    margin-bottom: 0.5rem;
  }
  .page-06-landingpage .main-footer-02 .top .container .left p {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box label::after {
    font-size: 0.875rem;
  }
  .page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box label span {
    font-size: 0.875rem;
  }
  .page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box ul li {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  .page-06-landingpage .main-footer-02 .top .container .right form .input-group-select-box.show label::after {
    font-size: 0.75rem;
  }
  .page-06-landingpage .main-footer-02 .top .container .right form .input-group-radio-list {
    margin-top: 5rem;
    margin-bottom: 2.875rem;
  }
  .page-06-landingpage .main-footer-02 .top .container .right form .button {
    font-size: 0;
    position: relative;
  }
  .page-06-landingpage .main-footer-02 .top .container .right form .button::after {
    content: "Quero atendimento exclusivo";
    font-size: 1rem;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .page-06-landingpage .main-footer-02 .middle {
    padding-bottom: 2.5rem;
  }
  .page-06-landingpage .main-footer-02 .middle .container .logo {
    width: 10.125rem;
  }
  .page-06-landingpage .main-footer-02 .middle .container nav {
    gap: 1.5rem;
  }
  .page-06-landingpage .main-footer-02 .middle .container nav svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .page-06-landingpage .main-footer-02 .bottom span {
    font-size: 0.875rem;
  }
}

.page-07-contato .main-header .container nav a {
    color: #FFFFFF;
}
.page-07-contato .bg-default {
    background-color: #262626;
}
.page-07-contato .contact {
    padding-top: 12.5rem;
    padding-bottom: 5rem;
}
.page-07-contato .contact .container {
    display: flex;
    gap: 13.625rem;
}
.page-07-contato .contact .left {
    max-width: 38.375rem;
}
.page-07-contato .contact .left h2 {
    font-family: "Futura", sans-serif;
    font-style: normal;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1125rem;
    color: #F0F2F2;
    line-height: 3.5rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.page-07-contato .contact .left h2.mobile {
    display: none;
}
.page-07-contato .contact .left p {
    font-family: "Futura", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05rem;
    color: #A3A6A1;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}
.page-07-contato .contact .left p.mobile {
    display: none;
}
.page-07-contato .contact .left .map {
    aspect-ratio: 614/418;
    background-color: #222;
}
.page-07-contato .contact .right {
    flex: 1;
}
.page-07-contato .contact .right form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.page-07-contato .contact .right form button[type=submit] {
    height: 72px;
    background-color: #FFFFFF;
    padding-inline: 4rem;
    font-size: 14px;
    font-weight: 400;
    color: #525957;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    border: 0;
    transition: 200ms;
    cursor: pointer;
}
.page-07-contato .contact .right form button[type=submit]:hover {
    transform: scale(1.05);
}
.page-07-contato .contact .right .map {
    display: none;
}
.page-07-contato .contact .right .column-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.375rem;
}
@media screen and (max-width: 1480px) {
    .page-07-contato .contact .container {
        gap: 74px;
    }
}
@media screen and (max-width: 1300px) {
    .page-07-contato .contact .container {
        flex-direction: column;
        gap: 48px;
    }
    .page-07-contato .contact .container .left .map {
        display: none;
    }
    .page-07-contato .contact .container .right .map {
        display: block;
        margin-top: 80px;
        width: 100%;
        aspect-ratio: 2/1;
    }
    .page-07-contato .contact .container .right .map iframe {
        display: block;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .page-07-contato .contact {
        padding-top: 130px;
        padding-bottom: 80px;
    }
    .page-07-contato .contact .left {
        max-width: initial;
    }
    .page-07-contato .contact .left h2 {
        display: none;
    }
    .page-07-contato .contact .left h2.mobile {
        display: block;
        font-family: "Futura", sans-serif;
        font-style: normal;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.075rem;
        color: #F0F2F2;
        line-height: 140%;
        margin-bottom: 24px;
    }
    .page-07-contato .contact .left p {
        display: none;
    }
    .page-07-contato .contact .left p.mobile {
        display: block;
        font-family: "Futura", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.04375rem;
        color: #A3A6A1;
        line-height: 28px;
        text-transform: none;
    }
}
@media screen and (max-width: 769px) {
    .page-07-contato .contact .right .column-2 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .page-07-contato .contact .right form button[type=submit] {
        width: 100%;
        max-width: 400px;
        justify-content: center;
    }
}
@media screen and (max-width: 400px) {
    .page-07-contato .contact .container .right .map {
        aspect-ratio: 335/400;
    }
}

#aviso-cookies{
    position: fixed;
    bottom: 0;
    background: #222;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1000;
}

#aviso-cookies .conteudo{
    max-width: 1140px;
    margin: auto;
}

#aviso-cookies .conteudo .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    gap: 15px;
}

#aviso-cookies .conteudo .flex p, #aviso-cookies .conteudo .flex p a {
    color: #FFF;
    font-size: 13px;
    margin-right: 0px;
    text-align: left;
    z-index: 8000;
}

#aviso-cookies .conteudo .flex button{
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: none;
    background-color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
}

#aviso-cookies .conteudo .flex button span{
    font-size: 14px;
}

@media(max-width: 991px){
    #aviso-cookies .conteudo .flex{
        display: block;
    }
    #aviso-cookies .conteudo .flex button{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.grecaptcha-badge{
    display: none;
}

.leaflet-marker-icon {
    display: block;
}

.input-group-textarea textarea {
      display: block;
    background-color: transparent;
    border: 1px solid #A3A6A1;
    height: 250px;
    width: 100%;
    outline: 0;
    font-size: 20px;
    font-weight: 400;
    color: #F0F2F2;
    letter-spacing: 0;
    line-height: 32px;
    padding: 20px;
    resize: none;
}


.page-04-blog-interna main {
    margin-top: 124px;
}
@media screen and (max-width: 1100px) {
    .page-04-blog-interna main {
        margin-top: 112px;
    }
}

.page-04-blog-interna .blog-post {
    cursor: pointer;
}

.page-04-blog-interna .blog-post .cover {
    width: 100%;
    aspect-ratio: 520/315;
}
.page-04-blog-interna .blog-post .cover img {
    display: block;
    width: 100%;
}
.page-04-blog-interna .blog-post .info .category {
    font-family: "Futura", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05rem;
    color: #A3A6A1;
    line-height: 41px;
    margin-bottom: 0px;
    display: block;
    margin-top: 8px;
}
.page-04-blog-interna .blog-post .info h3 {
    font-family: "Futura", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.0625rem;
    color: #FFFFFF;
    line-height: 32px;
}
.page-04-blog-interna .blog-post .info p, .page-04-blog-interna .blog-post .info .btn-more {
    display: none;
}
.page-04-blog-interna .blog-post .info:hover {
    cursor: pointer;
}
.page-04-blog-interna .blog-post .info:hover h3, .page-04-blog-interna .blog-post .info:hover p {
    text-decoration: underline;
}
@media screen and (max-width: 1100px) {
    .page-04-blog-interna .blog-post .cover {
        aspect-ratio: 335/200;
    }
    .page-04-blog-interna .blog-post .cover img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media screen and (max-width: 993px) {
    .page-04-blog-interna .blog-post .info h3 {
        font-size: 16px;
        line-height: 32px;
    }
    .page-04-blog-interna .blog-post .info p {
        display: block;
        font-family: "Futura", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0.0875rem;
        color: #FFFFFF;
        line-height: 28px;
        margin-top: 8px;
    }
    .page-04-blog-interna .blog-post .info .btn-more {
        margin-top: auto;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 16px;
        width: -moz-max-content;
        width: max-content;
        margin-top: 35px;
    }
    .page-04-blog-interna .blog-post .info .btn-more span {
        font-family: "Futura", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0.0875rem;
        color: #FFFFFF;
        line-height: 44px;
        text-transform: uppercase;
    }
}
.page-04-blog-interna .breadcrumb {
    margin-top: 1.5625rem;
    margin-bottom: 3.75rem;
}
.page-04-blog-interna .breadcrumb .container {
    display: flex;
    align-items: center;
    gap: 16px;
}
.page-04-blog-interna .breadcrumb .container svg {
    width: 32px;
}
.page-04-blog-interna .breadcrumb .container a {
    font-size: 14px;
    font-weight: 400;
    color: #A3A6A1;
    letter-spacing: 1.4px;
    text-decoration: none;
    text-transform: uppercase;
}
.page-04-blog-interna .breadcrumb .container a:last-of-type {
    color: #000000;
}
@media screen and (max-width: 1100px) {
    .page-04-blog-interna .breadcrumb {
        margin-bottom: 20px;
    }
    .page-04-blog-interna .breadcrumb a:not(:first-of-type) {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1 1 auto;
        min-width: 0;
    }
}
.page-04-blog-interna .page {
    margin-bottom: 100px;
}
.page-04-blog-interna .page .top {
    max-width: 1110px;
    margin-inline: auto;
    padding-inline: 40px;
}
.page-04-blog-interna .page .top h1 {
    font-family: "Futura", sans-serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0rem;
    color: #000000;
    margin-bottom: 8px;
}
.page-04-blog-interna .page .top p {
    font-family: "Futura", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0rem;
    color: #262626;
}
.page-04-blog-interna .page .top ul {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    width: -moz-max-content;
    width: max-content;
    margin-block: 35px;
}
.page-04-blog-interna .page .top ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Futura", sans-serif;
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0rem;
    color: #A3A3A3;
}
.page-04-blog-interna .page .top ul li button {
    font-family: "Futura", sans-serif;
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0rem;
    color: #262626;
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.page-04-blog-interna .page .top ul li button svg {
    height: 16px;
}
.page-04-blog-interna .page .top ul > svg {
    flex: 1;
    width: 6px;
    height: 3px;
}
.page-04-blog-interna .page .top .cover {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.page-04-blog-interna .page .top .box-audio {
    max-width: 822px;
    margin-inline: auto;
    margin-block: 40px;
}
.page-04-blog-interna .page .bottom {
    display: grid;
    grid-template-columns: 1fr 822px 1fr;
    max-width: 1730px;
    margin-inline: auto;
    padding-inline: 0px;
}

.page-04-blog-interna .page .bottom .content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin-top: 1rem;
}

.page-04-blog-interna .page .bottom .social nav {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.page-04-blog-interna .page .bottom .social nav a {
    width: -moz-max-content;
    width: max-content;
    line-height: 0;
    transition: 200ms;
}
.page-04-blog-interna .page .bottom .social nav a svg {
    display: block;
}
.page-04-blog-interna .page .bottom .social nav a svg.active {
    display: none;
}
.page-04-blog-interna .page .bottom .social nav a:hover {
    transform: scale(1.05);
}
.page-04-blog-interna .page .bottom .social nav a:hover svg {
    display: none;
}
.page-04-blog-interna .page .bottom .social nav a:hover svg.active {
    display: block;
}
.page-04-blog-interna .page .bottom .content p {
    font-family: "Futura", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02rem;
    color: #525957;
    line-height: 200%;
}
.page-04-blog-interna .page .bottom .content blockquote {
    margin-left: 40px;
    border-left: 2px solid #A3A6A1;
    margin-top: 34px;
    padding-left: 24px;
}
.page-04-blog-interna .page .bottom .content blockquote q {
    font-family: "Futura", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.025rem;
    color: #525957;
    line-height: 160%;
}
.page-04-blog-interna .page .bottom .content img {
    display: block;
    width: 100%;
    margin-top: 38px;
    margin-bottom: 48px;
}
@media screen and (max-width: 1800px) {
    .page-04-blog-interna .page .bottom {
        padding-inline: 40px;
    }
}
@media screen and (max-width: 1100px) {
    .page-04-blog-interna .page {
        margin-bottom: 47px;
    }
    .page-04-blog-interna .page .top {
        padding-inline: 20px;
    }
    .page-04-blog-interna .page .bottom {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .page-04-blog-interna .page .bottom .social {
        border-top: 1px solid #525957;
        padding-top: 16px;
        display: flex;
        flex-direction: column-reverse;
        gap: 17px;
    }
    .page-04-blog-interna .page .bottom .social::after {
        content: "Compartilhar";
        display: block;
        text-align: center;
        font-family: "Futura", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0.0875rem;
        color: #A3A6A1;
    }
    .page-04-blog-interna .page .bottom .social nav {
        position: static;
        display: flex;
        flex-direction: row;
        gap: 32px;
        margin-bottom: 0px;
        justify-content: center;
    }
}
@media screen and (max-width: 993px) {
    .page-04-blog-interna .page .top h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .page-04-blog-interna .page .top p {
        font-size: 14px;
        line-height: 28px;
        color: #525957;
    }
    .page-04-blog-interna .page .top ul {
        margin-block: 25px;
    }
    .page-04-blog-interna .page .top .box-audio {
        margin-bottom: 32px;
        max-width: initial;
    }
    .page-04-blog-interna .page .bottom {
        padding-inline: 20px;
        gap: 0;
    }
    .page-04-blog-interna .page .bottom .content p {
        font-size: 14px;
        line-height: 28px;
    }
    .page-04-blog-interna .page .bottom .content blockquote {
        margin-left: 24px;
        padding-left: 16px;
        margin-top: 24px;
    }
    .page-04-blog-interna .page .bottom .content blockquote q {
        font-size: 16px;
        line-height: 26px;
    }
    .page-04-blog-interna .page .bottom .content img {
        margin-top: 24px;
        margin-bottom: 32px;
    }
}
.page-04-blog-interna .bg-default {
    background-color: #262626;
}
.page-04-blog-interna .related-articles {
    background-color: #262626;
    padding-top: 120px;
    padding-bottom: 130px;
}
.page-04-blog-interna .related-articles .container h2 {
    font-family: "Futura", sans-serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0rem;
    color: #FFFFFF;
    line-height: 56px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
@media screen and (max-width: 993px) {
    .page-04-blog-interna .related-articles {
        padding-top: 80px;
        padding-bottom: 0;
    }
    .page-04-blog-interna .related-articles .container h2 {
        font-size: 24px;
        margin-bottom: 16px;
        line-height: 56px;
    }
}