@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .container {
    padding: 0px 2.4rem;
  }
}

.s-hero__desktop, .s-hero__mobile, .imovel__card__thumb, .s-contact__desktop, .s-contact__mobile {
  overflow: hidden;
  display: block;
}
.s-hero__desktop > img, .s-hero__mobile > img, .imovel__card__thumb > img, .s-contact__desktop > img, .s-contact__mobile > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-hero__desktop picture img, .s-hero__mobile picture img, .imovel__card__thumb picture img, .s-contact__desktop picture img, .s-contact__mobile picture img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.imovel__card__arrow, .imovel__card__status, .s-faq__panel__item__icon, .s-properties__button .arrow, .s-contact__link .arrow, .s-properties__ghost .arrow, .s-properties__button .cont, .s-contact__link .cont, .s-properties__ghost .cont, .s-properties__button, .s-contact__link, .s-properties__ghost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-properties__button, .s-contact__link, .s-properties__ghost {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  gap: 1.6rem;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.s-properties__button::before, .s-contact__link::before, .s-properties__ghost::before {
  content: "";
  position: absolute;
  right: -10%;
  width: 0%;
  height: 120%;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.s-properties__button .cont, .s-contact__link .cont, .s-properties__ghost .cont {
  gap: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  z-index: 2;
}
.s-properties__button .arrow, .s-contact__link .arrow, .s-properties__ghost .arrow {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-properties__button:hover::before, .s-contact__link:hover::before, .s-properties__ghost:hover::before {
  width: 120%;
}

.s-properties__ghost {
  padding: 0.8rem 1.6rem 0.8rem 1rem;
  color: #394753;
  border: 1px solid #859bab;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.s-properties__ghost::before {
  background-color: #ea3031;
  z-index: 0;
  top: -2px;
}
.s-properties__ghost .cont {
  gap: 0;
}
.s-properties__ghost:hover {
  border-color: #ea3031;
}
.s-properties__ghost:hover svg path {
  stroke: #ffffff;
}
.s-properties__ghost:hover .cont {
  color: #ffffff;
}

.s-properties__button, .s-contact__link {
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  background: #ea3031;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
}
.s-properties__button::before, .s-contact__link::before {
  background: #c31213;
  z-index: 0;
  top: -2px;
}
.s-properties__button .cont, .s-contact__link .cont {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
}
.s-properties__button .arrow, .s-contact__link .arrow {
  background: #c31213;
}
.s-properties__button:hover .arrow, .s-contact__link:hover .arrow {
  background: #ea3031;
}
@media (max-width: 600px) {
  .s-properties__button, .s-contact__link {
    width: 100%;
  }
}

.s-hero__hat, .s-contact__hat, .s-faq__hat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  color: #ea3031;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}
.s-hero__hat img, .s-contact__hat img, .s-faq__hat img {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 600px) {
  .s-hero__hat, .s-contact__hat, .s-faq__hat {
    font-size: 1.2rem;
  }
}

.s-faq__title {
  font-size: 4.8rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #22292f;
}
@media (max-width: 600px) {
  .s-faq__title {
    font-size: 3.2rem;
  }
}

.s-faq {
  padding: 7.2rem 0 11.2rem;
  background-color: #faf8f5;
}
.s-faq .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3rem;
}
.s-faq__main {
  width: 100%;
  max-width: 52.2rem;
}
.s-faq__title {
  margin-top: 1.2rem;
  margin-bottom: 6.4rem;
}
.s-faq__description {
  margin-bottom: 2.4rem;
  color: #425462;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-faq__item {
  padding: 1.4rem 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.6rem;
  min-width: 21.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-faq__item.active, .s-faq__item:hover {
  background-color: #ffffff;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
  box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
}
.s-faq__item.active .s-faq__item__description, .s-faq__item:hover .s-faq__item__description {
  font-weight: 600;
}
.s-faq__item:not(:last-child) {
  margin-bottom: 2.4rem;
}
.s-faq__item img {
  width: 2.4rem;
  height: 2.4rem;
}
.s-faq__item__description {
  color: #ea3031;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-faq__content {
  margin-top: 3.2rem;
  width: 100%;
  max-width: 62.4rem;
}
.s-faq__panel {
  display: none;
}
.s-faq__panel--active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease forwards;
  animation: fadeIn 0.5s ease forwards;
}
.s-faq__panel__item {
  cursor: pointer;
  border-bottom: 1px solid #eeeffd;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 3.2rem;
  position: relative;
}
.s-faq__panel__item:not(:last-child) {
  margin-bottom: 3.2rem;
}
.s-faq__panel__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ea3031;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-faq__panel__item:hover::before {
  width: 100%;
}
.s-faq__panel__item.active .s-faq__panel__item__content {
  visibility: visible;
}
.s-faq__panel__item.active .s-faq__panel__item__icon::after {
  background-color: transparent;
}
.s-faq__panel__item.active::before {
  width: 100%;
}
.s-faq__panel__item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
}
.s-faq__panel__item__title {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  color: #22292f;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s-faq__panel__item__icon {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #ea3031;
  border-radius: 99.9rem;
  position: relative;
}
.s-faq__panel__item__icon::before, .s-faq__panel__item__icon::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-faq__panel__item__icon::before {
  width: 50%;
  height: 1.5px;
}
.s-faq__panel__item__icon::after {
  width: 1.5px;
  height: 50%;
}
.s-faq__panel__item__content {
  visibility: hidden;
  max-width: 60rem;
  color: #425462;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
@media (max-width: 1020px) {
  .s-faq .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-faq__main {
    max-width: 100%;
  }
  .s-faq__title {
    margin-bottom: 3.2rem;
    max-width: 60rem;
  }
  .s-faq__list {
    padding: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    border-radius: 2rem;
    background: rgba(242, 225, 208, 0.1);
    width: 100%;
  }
  .s-faq__item {
    padding: 1.2rem;
    min-width: auto;
  }
  .s-faq__item:not(.active) {
    position: relative;
  }
  .s-faq__item:not(.active)::after {
    content: "";
    position: absolute;
    right: -0.5rem;
    width: 1px;
    height: 2.5rem;
    background-color: #e7e7ea;
  }
  .s-faq__item:last-child::after {
    display: none;
  }
  .s-faq__item.active {
    padding: 1.2rem 2rem;
    white-space: nowrap;
  }
  .s-faq__item.active .s-faq__item__description {
    display: block;
    font-size: 1.4rem;
  }
  .s-faq__item:not(:last-child) {
    margin-bottom: 0;
  }
  .s-faq__item__description {
    display: none;
  }
  .s-faq__content {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .s-faq {
    padding: 6.4rem 0;
  }
  .s-faq__title {
    font-size: 3.2rem;
  }
  .s-faq__panel__item__title {
    font-size: 1.6rem;
  }
  .s-faq__panel__item__icon {
    width: 2rem;
    height: 2rem;
  }
  .s-faq__panel__item__icon::before {
    height: 1px;
  }
  .s-faq__panel__item__icon::after {
    width: 1px;
  }
}

.s-contact {
  padding-top: 10.9rem;
  min-height: 56.9rem;
  margin-bottom: -3rem;
  position: relative;
  overflow: hidden;
}
.s-contact__hat {
  color: #ffffff;
}
.s-contact__title {
  max-width: 50rem;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  font-size: 4.8rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #ffffff;
}
.s-contact__description {
  margin-bottom: 4rem;
  max-width: 51rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  color: #e1e1e6;
  line-height: 140%;
}
.s-contact__desktop, .s-contact__mobile {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.s-contact__desktop img, .s-contact__mobile img {
  -o-object-position: top;
  object-position: top;
}
.s-contact__mobile {
  display: none;
}
@media (max-width: 600px) {
  .s-contact {
    padding-top: 37rem;
    padding-bottom: 6.8rem;
    min-height: auto;
  }
  .s-contact__mobile {
    display: block;
  }
  .s-contact__desktop {
    display: none;
  }
  .s-contact__title {
    font-size: 3.2rem;
    max-width: 35rem;
  }
  .s-contact__description {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
  }
}

.imovel__card {
  padding: 0.8rem 0.8rem 3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2.4rem;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
}
.imovel__card.disabled .imovel__card__thumb img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.imovel__card:hover .imovel__card__thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.imovel__card:hover .imovel__card__footer {
  gap: 1rem;
}
.imovel__card__thumb {
  width: 100%;
  height: 29.8rem;
  border-radius: 1.6rem;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.imovel__card__thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imovel__card__thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.imovel__card__arrow {
  width: 4rem;
  height: 4rem;
  background-color: #ea3031;
  border-radius: 99.9rem;
  position: absolute;
  top: 10rem;
  right: 1.2rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.imovel__card__type {
  padding: 0.8rem 1rem;
  position: absolute;
  max-width: 80%;
  top: 1.6rem;
  left: 1.6rem;
  border-radius: 0.8rem;
  background-color: #f2e1d0;
  color: #653429;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.imovel__card__status {
  position: absolute;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
  color: #fff1f1;
  z-index: 2;
}
.imovel__card__status:not(.esgotado) {
  bottom: 1.6rem;
  right: 1.6rem;
  background-color: #851718;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
}
.imovel__card__status:not(.esgotado)::before {
  content: "";
  display: block;
  background: url(../../assets/icons/produtos/simbolos.svg) no-repeat;
  width: 24px;
  height: 13px;
  margin-right: 0.8rem;
}
.imovel__card__status:not(.esgotado)::after {
  content: "_";
  display: block;
}
.imovel__card__status.esgotado {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  background-color: #fa393a;
  width: 120%;
  top: 43%;
  left: -10%;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.imovel__card__main {
  padding: 3.2rem 1.4rem 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.imovel__card__header {
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.imovel__card__title {
  font-size: 2.4rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #22292f;
}
.imovel__card__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
}
.imovel__card__city__description {
  color: #22292f;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  line-height: 140%;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.imovel__card__filters {
  margin-bottom: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1.4rem 1rem;
}
.imovel__card__filters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  color: #394753;
  font-size: 1.5rem;
  font-family: "Inter", Arial, sans-serif;
  line-height: 140%;
}
.imovel__card__filters__item img {
  width: 2rem;
  height: 2rem;
}
.imovel__card__footer {
  margin-top: auto;
  border-top: 1px solid #e7e7ea;
  padding-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  color: #400606;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1040px) {
  .imovel__card__main {
    padding: 2.4rem 1.4rem 0 2rem;
  }
}
@media (max-width: 950px) {
  .imovel__card__thumb {
    height: 21rem;
  }
  .imovel__card__header {
    margin-bottom: 2rem;
  }
  .imovel__card__title {
    font-size: 2rem;
  }
  .imovel__card__city__description {
    font-size: 1.4rem;
  }
  .imovel__card__filters {
    margin-bottom: 2rem;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .imovel__card__filters__item {
    font-size: 1.6rem;
  }
  .imovel__card__footer {
    padding-top: 2rem;
  }
}

.s-hero {
  padding: 14rem 0 7.8rem;
  min-height: 47.8rem;
  position: relative;
  overflow: hidden;
}
.s-hero__main {
  max-width: 56.5rem;
}
.s-hero__hat {
  color: #ffffff;
}
.s-hero__title {
  margin-top: 1.6rem;
  margin-bottom: 2rem;
  font-size: 6.4rem;
  font-weight: 600;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #ffffff;
}
.s-hero__description {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  color: #e1e1e6;
  line-height: 140%;
}
.s-hero__desktop, .s-hero__mobile {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.s-hero__desktop img, .s-hero__mobile img {
  -o-object-position: top;
  object-position: top;
}
.s-hero__mobile {
  display: none;
}
@media (max-width: 840px) {
  .s-hero {
    padding-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .s-hero .container {
    width: 100%;
  }
  .s-hero__desktop img {
    -o-object-position: right;
    object-position: right;
  }
  .s-hero__animation {
    display: none;
  }
}
@media (max-width: 600px) {
  .s-hero {
    min-height: 69.6rem;
  }
  .s-hero__desktop {
    display: none;
  }
  .s-hero__mobile {
    display: block;
  }
  .s-hero__title {
    margin-bottom: 1.6rem;
    font-size: 4rem;
  }
  .s-hero__description {
    font-size: 1.6rem;
  }
}

.s-properties {
  padding-top: 7.2rem;
  padding-bottom: 9.6rem;
}
.s-properties__header {
  margin-bottom: 4.4rem;
}
.s-properties__filters {
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid #e7e7ea;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.s-properties__filter__main {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.6rem;
}
.s-properties__filter__main span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  color: #22292f;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
}
.s-properties__filter .custom-select {
  position: relative;
  width: 100%;
}
.s-properties__filter .custom-select__trigger {
  width: 100%;
  padding: 1rem 1.4rem;
  border-radius: 12px;
  border: 1px solid #e7e7ea;
  background: #ffffff;
  color: #22292f;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  -webkit-box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.s-properties__filter .custom-select__trigger:focus {
  border: 1px solid #859bab;
}
.s-properties__filter .custom-select__value {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-properties__filter .custom-select svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.s-properties__filter .custom-select svg.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.s-properties__filter .custom-select__options {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  overflow: scroll;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  display: none;
  z-index: 2;
  max-height: 29rem;
  overflow: auto;
  z-index: 3;
}
.s-properties__filter .custom-select__options::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.s-properties__filter .custom-select__options::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
}
.s-properties__filter .custom-select__options::-webkit-scrollbar-thumb {
  background-color: #fa393a;
}
.s-properties__filter .custom-select__options.active {
  display: block;
}
.s-properties__filter .custom-select__options li {
  padding: 1rem 1.4rem;
  color: #394753;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.s-properties__filter .custom-select__options li:hover {
  background: #fff1f1;
}
.s-properties__filter.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
}
.s-properties__filter.row .s-properties__filter__main {
  margin-bottom: 0;
}
.s-properties__filter.row .custom-select {
  width: auto;
  min-width: 19.6rem;
}
.s-properties__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
}
.s-properties__button {
  padding: 1.2rem 2.4rem;
  width: 100%;
  height: 4.8rem;
}
.s-properties__ghost {
  padding: 0.8rem 1rem;
  white-space: nowrap;
  height: 4.8rem;
  width: 20rem;
  border: none;
}
.s-properties__ghost .cont {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-properties__ghost::before {
  display: none;
}
.s-properties__ghost:hover .cont {
  color: #fa393a;
}
.s-properties__results {
  color: #516778;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-properties__results strong {
  font: inherit;
  font-weight: 600;
  color: #ea3031;
}
.s-properties__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}
.s-properties__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
.s-properties__notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
  max-width: 64.2rem;
  margin: 10rem auto 0;
}
.s-properties__notfound__title {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  color: #22292f;
}
.s-properties__notfound__description {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  text-align: center;
  color: #394753;
}
.s-properties__pagination {
  margin: 4.8rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-properties__pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  background: #ffffff;
  color: #394753;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-properties__pagination .page-numbers:not(.next):not(.prev) {
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  border: 1px solid #e7e7ea;
  font-weight: 600;
}
.s-properties__pagination .page-numbers:not(.next):not(.prev):hover {
  background-color: #fa393a;
  border-color: #fa393a;
  color: #ffffff;
}
.s-properties__pagination .page-numbers.next:hover, .s-properties__pagination .page-numbers.prev:hover {
  color: #fa393a;
}
.s-properties__pagination .current {
  background-color: #fa393a;
  border-color: #fa393a !important;
  color: #ffffff;
}
@media (max-width: 780px) {
  .s-properties__filters {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .s-properties {
    padding-top: 5rem;
  }
  .s-properties__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .s-properties__filter.row {
    width: 100%;
    gap: 1.6rem;
  }
  .s-properties__filter.row .custom-select {
    min-width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .s-properties__double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
  .s-properties__ghost {
    width: 100%;
  }
  .s-properties__content {
    grid-template-columns: 1fr;
  }
  .s-properties__notfound {
    margin: 6rem auto 0;
  }
  .s-properties__notfound__title {
    font-size: 2rem;
  }
  .s-properties__notfound__description {
    font-size: 1.6rem;
  }
}