@charset "UTF-8";
body {
  font-family: "Ubuntu Sans", sans-serif;
}

.header-lp .figure-img {
  background-color: #fff;
  padding: 1em;
  width: 200px;
}

* {
  scroll-margin-top: 40px;
}

.property-hero {
  min-height: calc(100vh - 138px);
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 28%, rgba(202, 213, 229, 0.62) 100%);
  overflow: hidden;
}
.property-hero__content {
  max-width: 460px;
}
.property-hero__type {
  display: block;
  margin-bottom: 6px;
  color: #082764;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
}
.property-hero__title {
  margin-bottom: 18px;
  color: #0a338f;
  font-size: clamp(3rem, 5.6vw, 7rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -1px;
}
.property-hero__address {
  margin-bottom: 22px;
  color: #9b9b9b;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
}
.property-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.property-hero .titulo-grande {
  padding-right: 10px;
  padding-bottom: 10px;
  letter-spacing: -3px;
}

.property-hero__title {
  display: inline-block;
  background: linear-gradient(90deg, #061f5f 0%, #0a348f 55%, #1f58dc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  padding-right: 5px;
}

.btn-whatsapp,
.btn-schedule {
  min-height: 38px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-width: 214px;
  padding: 6px 40px;
  gap: 10px;
  border-radius: 50rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.btn-whatsapp i,
.btn-schedule i {
  font-size: 1.05rem;
}
.btn-whatsapp:hover,
.btn-schedule:hover {
  transform: translateY(-2px);
}

.btn-whatsapp {
  border: 1px solid #22bd78;
  background-color: #22bd78;
  color: #ffffff;
}
.btn-whatsapp:hover, .btn-whatsapp:focus {
  border-color: #17a868;
  background-color: #17a868;
  color: #ffffff;
}

.available-properties-heading {
  position: relative;
  padding-left: 14px;
}
.available-properties-heading::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 8px;
  background-color: #0347c8;
}
.available-properties-title {
  color: #092a65;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.05;
}
.available-properties-title span {
  display: block;
  color: #0757ff;
}

.btn-schedule {
  border: 1px solid #0746da;
  background-color: #ffffff;
  color: #0746da;
}
.btn-schedule:hover, .btn-schedule:focus {
  border-color: #0746da;
  background-color: #0746da;
  color: #ffffff;
}

.property-card {
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(19, 37, 71, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(19, 37, 71, 0.18);
}
.property-card-image {
  display: block;
  height: 230px;
  overflow: hidden;
}
.property-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.property-card-image:hover img {
  transform: scale(1.04);
}
.property-card-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
  padding: 8px 25px;
  background-color: #00309E;
  color: #081f53;
}
.property-card-feature {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.property-card-feature i {
  font-size: 14px;
}
.property-card-body {
  padding: 14px;
  padding: 32px 25px;
}
.property-card-type {
  display: block;
  margin-bottom: 2px;
  color: #727783;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.property-card-title {
  margin-bottom: 12px;
  margin-top: 6px;
  color: #666b75;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
}
.property-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.property-card-price, .property-card-code {
  color: #666b75;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 500;
}
.property-card-code {
  flex-shrink: 0;
  text-align: right;
}

.property-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.property-card-code-label {
  display: block;
  font-size: 0.9rem;
  line-height: 1;
}

.property-card-code {
  display: block;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .available-properties-title {
    font-size: 23px;
  }
  .property-card-image {
    height: 180px;
  }
}
@media (max-width: 575.98px) {
  .available-properties-title {
    font-size: 21px;
  }
  .property-card-image {
    height: 210px;
  }
}
.condominium-about__text {
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.condominium-about__text[data-collapsed=true] {
  max-height: 150px;
}
.condominium-about__text[data-collapsed=false] {
  max-height: none;
}
.condominium-about__toggle {
  margin-top: 15px;
}
.condominium-about__toggle i {
  transition: transform 0.3s ease;
}
.condominium-about__toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}

.property-gallery {
  position: relative;
  width: 100%;
  height: 71vh;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(130px, 0.95fr);
  gap: 10px;
}
.property-gallery__loading, .property-gallery__empty, .property-gallery__error {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  border-radius: 30px;
  background-color: #edf2f8;
  color: #5d6471;
  text-align: center;
}
.property-gallery__main, .property-gallery__item {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background-color: #e9eef5;
  cursor: pointer;
}
.property-gallery__main {
  border-radius: 30px 0 0 30px;
}
.property-gallery__side {
  min-width: 0;
  min-height: 0;
  display: grid;
  gap: 10px;
}
.property-gallery__side[data-items="1"] {
  grid-template-rows: 1fr;
}
.property-gallery__side[data-items="2"] {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.property-gallery__side[data-items="3"] {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.property-gallery__side .property-gallery__item:first-child {
  border-radius: 0 30px 0 0;
}
.property-gallery__side .property-gallery__item:last-child {
  border-radius: 0 0 30px 0;
}
.property-gallery__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.property-gallery__main:hover .property-gallery__image, .property-gallery__item:hover .property-gallery__image {
  transform: scale(1.04);
}
.property-gallery__main:focus-visible, .property-gallery__item:focus-visible {
  outline: 3px solid #1454df;
  outline-offset: 3px;
}
.property-gallery__more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  padding: 15px;
  background: rgba(0, 42, 140, 0.79);
  color: #ffffff;
  pointer-events: none;
}
.property-gallery__more i {
  font-size: 2rem;
}
.property-gallery__more span {
  font-size: 0.85rem;
  font-weight: 500;
}
.property-gallery {
  /*
  |--------------------------------------------------------------------------
  | Quando existe somente uma foto
  |--------------------------------------------------------------------------
  */
}
.property-gallery--single {
  display: block;
}
.property-gallery--single .property-gallery__main {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.property-gallery {
  /*
  |--------------------------------------------------------------------------
  | Quando existem somente duas fotos
  |--------------------------------------------------------------------------
  */
}
.property-gallery--two {
  grid-template-columns: minmax(0, 2fr) minmax(130px, 0.95fr);
}

.testimonials-section {
  background-color: #fff;
}
.testimonials-section .balao {
  position: absolute;
  top: -250px;
  height: 223px;
}

.testimonials-intro {
  max-width: 340px;
}

.testimonials-title {
  margin-bottom: 12px;
  color: #082866;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.05;
}
.testimonials-title span {
  color: #0759ff;
}

.testimonials-description {
  margin-bottom: 0;
  color: #6a6d75;
  font-size: 20px;
  line-height: 1.45;
}

.testimonials-slider-wrapper {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  padding: 35px 75px 45px;
}

.testimonials-slider {
  padding: 20px;
  margin: -20px;
}

.testimonials-slider .swiper-slide {
  height: auto;
  padding-top: 35px;
}

.testimonial-card {
  position: relative;
  min-height: 235px;
  padding: 68px 35px 28px;
  background-color: #fff;
  border-radius: 12px;
  transition: box-shadow 0.5s ease-in-out;
  text-align: center;
  display: grid;
  justify-items: center;
}

.swiper-slide-active .testimonial-card {
  box-shadow: 0 0px 20px 2px rgba(20, 35, 70, 0.13);
}

.testimonial-avatar {
  position: absolute;
  background-position: center center;
  background-size: cover;
  top: -100px;
  width: 152px;
  height: 152px;
  border-radius: 50%;
}
.testimonial-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-name {
  margin-bottom: 22px;
  color: #050505;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
}

.testimonial-text {
  max-width: 270px;
  margin: 0 auto;
  color: #6c6f78;
  font-size: 14px;
  line-height: 1.2;
}

.testimonial-navigation {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #00309E;
  font-size: 38px;
  transform: translateY(-40%);
}
.testimonial-navigation-prev {
  left: 5px;
}
.testimonial-navigation-next {
  right: 5px;
}

.testimonial-pagination {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.testimonial-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 !important;
  background-color: #d6d7da;
  opacity: 1;
}
.testimonial-pagination .swiper-pagination-bullet-active {
  background-color: #063fa8;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 70px 20px !important;
  position: relative;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .testimonials-slider-wrapper {
    padding-right: 55px;
    padding-left: 55px;
  }
  .testimonial-card {
    padding-right: 24px;
    padding-left: 24px;
  }
  .testimonial-navigation {
    font-size: 32px;
  }
  .testimonial-navigation-prev {
    left: 0;
  }
  .testimonial-navigation-next {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .testimonials-intro {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
  }
  .testimonials-title br {
    display: none;
  }
  .testimonials-slider-wrapper {
    padding-top: 45px;
  }
}
.carrossel-depoimentos {
  overflow: hidden;
  background-color: #fff;
}
.carrossel-depoimentos__swiper {
  width: 100%;
  height: 420px;
}
.carrossel-depoimentos .swiper-slide {
  height: 100%;
}
.carrossel-depoimentos__image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carrossel-depoimentos__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.carrossel-depoimentos__pagination {
  top: 5px !important;
  bottom: auto !important;
  z-index: 10;
}
.carrossel-depoimentos__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 4px !important;
  background-color: #cfd1d4;
  opacity: 1;
}
.carrossel-depoimentos__pagination .swiper-pagination-bullet-active {
  background-color: #174ca5;
}
@media (max-width: 991.98px) {
  .carrossel-depoimentos__swiper {
    height: 360px;
  }
}
@media (max-width: 575.98px) {
  .carrossel-depoimentos__swiper {
    height: 300px;
  }
  .carrossel-depoimentos__pagination {
    top: 2px !important;
  }
  .carrossel-depoimentos__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 575.98px) {
  .testimonials-title {
    font-size: 27px;
  }
  .testimonials-description {
    font-size: 16px;
  }
  .testimonials-slider-wrapper {
    padding: 45px 0 50px;
  }
  .testimonial-card {
    min-height: 260px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .testimonial-navigation {
    top: auto;
    bottom: -3px;
    width: 40px;
    height: 40px;
    font-size: 32px;
    transform: none;
  }
  .testimonial-navigation:active {
    transform: scale(0.92);
  }
  .testimonial-navigation-prev {
    left: 15px;
  }
  .testimonial-navigation-next {
    right: 15px;
  }
}
@media (max-width: 991.98px) {
  .property-hero {
    min-height: auto;
  }
  .property-hero__content {
    max-width: 100%;
  }
  .property-hero__title {
    letter-spacing: -2px;
    margin-bottom: 0;
  }
  .property-hero__title br {
    display: none;
  }
  .property-hero__actions {
    width: 100%;
    max-width: 250px;
  }
  .property-gallery {
    height: 430px;
  }
}
@media (max-width: 575.98px) {
  .property-hero {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .property-hero__title {
    font-size: 2rem;
    line-height: 1;
  }
  .property-gallery {
    height: auto;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .property-gallery__main {
    height: 360px;
    border-radius: 22px 22px 0 0;
  }
  .property-gallery__side {
    height: 130px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
    gap: 8px;
  }
  .property-gallery__side .property-gallery__item:first-child {
    border-radius: 0 0 0 22px;
  }
  .property-gallery__more {
    border-radius: 0 0 22px 0;
  }
  .property-gallery__overlay {
    padding: 8px;
    text-align: center;
    font-size: 0.72rem;
  }
  .property-gallery__overlay i {
    font-size: 1.5rem;
  }
}
.condominium-details {
  position: relative;
  background-color: #f7f7f7;
}

.property-lightbox {
  --bs-modal-bg: #071126;
}
.property-lightbox button {
  border: none !important;
}
.property-lightbox .modal-content {
  border: 0;
  border-radius: 0;
  background-color: #071126;
}
.property-lightbox__header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  min-height: 70px;
  padding: 15px 25px;
  border: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  color: #ffffff;
}
.property-lightbox__counter {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}
.property-lightbox__counter i {
  font-size: 1.15rem;
}
.property-lightbox__close {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 1.1rem;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.property-lightbox__close:hover, .property-lightbox__close:focus {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.property-lightbox__body {
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
.property-lightbox__swiper {
  width: 100%;
  height: 100%;
}
.property-lightbox .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 75px 75px 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-lightbox__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.property-lightbox__navigation {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.35);
  color: #ffffff;
}
.property-lightbox__navigation::after {
  font-size: 1.1rem;
  font-weight: 700;
}
.property-lightbox__navigation:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.property-lightbox__prev {
  left: 20px;
}
.property-lightbox__next {
  right: 20px;
}
.property-lightbox__pagination {
  bottom: 18px !important;
  color: #ffffff;
  font-size: 0.9rem;
}
.property-lightbox .swiper-pagination-fraction {
  width: auto;
  right: auto;
  left: 50%;
  padding: 7px 14px;
  border-radius: 50rem;
  background-color: rgba(0, 0, 0, 0.45);
  transform: translateX(-50%);
  color: #fff;
}
.property-lightbox .swiper-button-disabled {
  opacity: 0.25;
}

/*
|--------------------------------------------------------------------------
| Navegação
|--------------------------------------------------------------------------
*/
.condominium-nav {
  position: relative;
  z-index: 3;
  padding: 12px 0;
  background: linear-gradient(90deg, #8fa8dc 0%, #4e76bf 100%);
}
.condominium-nav__items {
  display: flex;
  align-items: center;
  gap: 40px;
  overflow-x: auto;
  scrollbar-width: none;
}
.condominium-nav__items::-webkit-scrollbar {
  display: none;
}
.condominium-nav__link {
  min-width: 100px;
  height: 23px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-shrink: 0;
  border: 1px solid #ffffff;
  border-radius: 50rem;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.condominium-nav__link i {
  font-size: 0.75rem;
}
.condominium-nav__link:hover, .condominium-nav__link:focus {
  background-color: rgba(255, 255, 255, 0.6901960784);
  color: #315eb0;
}

/*
|--------------------------------------------------------------------------
| Informações rápidas
|--------------------------------------------------------------------------
*/
.condominium-summary {
  min-height: 185px;
  padding: 30px 0 70px;
  background: linear-gradient(90deg, #adc0e7 0%, #829dd5 100%);
}

.condominium-features {
  align-items: stretch;
}

.condominium-feature {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #ffffff;
}
.condominium-feature > i {
  min-height: 42px;
  display: flex;
  align-items: center;
  font-size: 2.55rem;
  line-height: 1;
}
.condominium-feature div {
  display: flex;
  flex-direction: column;
}
.condominium-feature span,
.condominium-feature strong {
  display: block;
  font-size: 0.9rem;
  line-height: 1.15;
}
.condominium-feature span {
  font-weight: 600;
}
.condominium-feature strong {
  font-weight: 500;
}

/*
|--------------------------------------------------------------------------
| Conteúdo
|--------------------------------------------------------------------------
*/
.condominium-content {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  padding-bottom: 30px;
}

.broker-card-column {
  position: relative;
}

.broker-card {
  position: sticky;
  top: 20px;
}

.condominium-about,
.details-card {
  position: relative;
  min-height: 250px;
  padding: 35px 35px 54px;
  color: #787b85;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 12px 30px rgba(36, 56, 94, 0.08);
}
.condominium-about__text,
.details-card__text {
  position: relative;
  max-height: 168px;
  text-align: justify;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.condominium-about__text[data-collapsed=true]::after,
.details-card__text[data-collapsed=true]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.condominium-about__text[data-collapsed=false],
.details-card__text[data-collapsed=false] {
  max-height: 1000px;
}
.condominium-about__text[data-collapsed=false]::after,
.details-card__text[data-collapsed=false]::after {
  display: none;
}
.condominium-about__text p,
.details-card__text p {
  margin-bottom: 0;
  color: #777983;
  font-size: 0.89rem;
  font-weight: 300;
  line-height: 1.25;
  text-align: justify;
}
.condominium-about__toggle,
.details-card__toggle {
  position: absolute;
  right: 32px;
  bottom: 18px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  background-color: transparent;
  color: #131f48;
  font-size: 0.92rem;
  font-weight: 600;
}
.condominium-about__toggle i,
.details-card__toggle i {
  font-size: 0.95rem;
  transition: transform 0.25s ease;
}
.condominium-about__toggle[aria-expanded=true] i,
.details-card__toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}

.details-card h3 {
  font-size: clamp(2.7rem, 2.9vw, 5rem);
}

/*
|--------------------------------------------------------------------------
| Card do corretor
|--------------------------------------------------------------------------
*/
.broker-card {
  margin-top: -100px;
  padding: 25px 40px;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 12px 30px rgba(36, 56, 94, 0.1);
  width: 93%;
  margin-left: 7%;
}
.broker-card .btn span {
  font-size: 20px;
  font-weight: 600;
}
.broker-card__schedule, .broker-card__call, .broker-card__whatsapp {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 50rem;
  font-size: 0.95rem;
  font-weight: 500;
}
.broker-card__schedule i, .broker-card__call i, .broker-card__whatsapp i {
  font-size: 1.1rem;
}
.broker-card__schedule {
  border: 2px solid #0647db;
  background-color: #ffffff;
  color: #0647db;
}
.broker-card__schedule:hover, .broker-card__schedule:focus {
  border-color: #0647db;
  background-color: #0647db;
  color: #ffffff;
}
.broker-card__title {
  margin: 18px 0 16px;
  color: #181818;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}
.broker-card__profile {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 14px;
}
.broker-card__photo {
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #0d56e3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.broker-card__photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.broker-card__description {
  margin: 0;
  color: #212121;
  font-size: 17px;
  line-height: 1.25;
}
.broker-card__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.broker-card__call {
  border: 2px solid #0647db;
  background-color: #ffffff;
  color: #0647db;
}
.broker-card__call:hover, .broker-card__call:focus {
  border-color: #0647db;
  background-color: #0647db;
  color: #ffffff;
}
.broker-card__whatsapp {
  border: 1px solid #25ba78;
  background-color: #25ba78;
  color: #ffffff;
}
.broker-card__whatsapp:hover, .broker-card__whatsapp:focus {
  border-color: #19a969;
  background-color: #19a969;
  color: #ffffff;
}

/*
|--------------------------------------------------------------------------
| Responsividade
|--------------------------------------------------------------------------
*/
@media (max-width: 991.98px) {
  .condominium-nav__items {
    gap: 12px;
  }
  .condominium-summary {
    padding-bottom: 85px;
  }
  .condominium-feature {
    align-items: center;
    text-align: center;
  }
  .condominium-content {
    margin-top: -55px;
  }
  .broker-card {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .condominium-nav {
    padding: 10px 0;
  }
  .condominium-nav .container {
    padding-right: 0;
  }
  .condominium-nav__items {
    padding-right: 20px;
  }
  .condominium-nav__link {
    min-width: -moz-max-content;
    min-width: max-content;
    height: 32px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 0.75rem;
  }
  .condominium-summary {
    padding-top: 28px;
    padding-bottom: 80px;
  }
  .condominium-feature > i {
    font-size: 2.2rem;
  }
  .condominium-feature span,
  .condominium-feature strong {
    font-size: 0.8rem;
  }
  .condominium-about,
  .details-card {
    min-height: auto;
    padding: 24px 20px 50px;
  }
  .condominium-about__text,
  .details-card__text {
    max-height: 260px;
  }
  .condominium-about__text p,
  .details-card__text p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .condominium-about__toggle,
  .details-card__toggle {
    right: 22px;
    bottom: 18px;
  }
  .broker-card {
    padding: 24px 20px;
    border-radius: 22px;
  }
  .broker-card__title br {
    display: none;
  }
  .broker-card__profile {
    gap: 14px;
  }
  .broker-card__photo {
    width: 90px;
    height: 90px;
    flex-basis: 90px;
  }
  .broker-card__description {
    font-size: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .property-gallery {
    height: 430px;
  }
  .property-lightbox .swiper-slide {
    padding: 70px 55px 50px;
  }
}
@media (max-width: 575.98px) {
  .property-gallery {
    height: auto;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .property-gallery__main {
    height: 360px;
    border-radius: 22px 22px 0 0;
  }
  .property-gallery__side {
    height: 125px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr !important;
    gap: 8px;
  }
  .property-gallery__side[data-items="1"] {
    grid-template-columns: 1fr;
  }
  .property-gallery__side[data-items="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .property-gallery__side .property-gallery__item:first-child {
    border-radius: 0 0 0 22px;
  }
  .property-gallery__side .property-gallery__item:last-child {
    border-radius: 0 0 22px 0;
  }
  .property-gallery--single {
    height: 390px;
  }
  .property-gallery--single .property-gallery__main {
    height: 100%;
    border-radius: 22px;
  }
  .property-gallery--two {
    grid-template-columns: 1fr;
  }
  .property-gallery--two .property-gallery__side {
    grid-template-columns: 1fr;
  }
  .property-gallery--two .property-gallery__side .property-gallery__item {
    border-radius: 0 0 22px 22px;
  }
  .property-gallery__more i {
    font-size: 1.5rem;
  }
  .property-gallery__more span {
    font-size: 0.72rem;
  }
  .property-lightbox__header {
    min-height: 60px;
    padding: 10px 15px;
  }
  .property-lightbox__close {
    width: 40px;
    height: 40px;
  }
  .property-lightbox .swiper-slide {
    padding: 65px 12px 55px;
  }
  .property-lightbox__navigation {
    width: 40px;
    height: 40px;
  }
  .property-lightbox__navigation::after {
    font-size: 0.9rem;
  }
  .property-lightbox__prev {
    left: 8px;
  }
  .property-lightbox__next {
    right: 8px;
  }
}
.details-card {
  padding: 32px;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(15, 41, 91, 0.08);
}
.details-card .property-hero__title {
  margin: 0;
  color: #08265f;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
.details-card__content {
  height: 100%;
  padding: 8px 0;
}
.details-card__address {
  color: #656873;
  font-size: 16px;
  font-style: normal;
  line-height: 1.3;
}
.details-card__map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 2/1.7;
}
.details-card__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.details-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 1;
       columns: 1;
}
.details-card__list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 12px;
  color: #656873;
  font-size: 16px;
  line-height: 1.35;
}
.details-card__list li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .details-card__map {
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  .details-card {
    padding: 24px 20px;
    border-radius: 14px;
  }
  .details-card .property-hero__title {
    font-size: 26px;
  }
  .details-card__map {
    height: 240px;
  }
  .details-card__list {
    margin-bottom: 5px;
  }
  .details-card__list li {
    font-size: 15px;
  }
}
.property-menu {
  display: flex;
  align-items: center;
  gap: 42px;
}
.property-menu-link {
  color: #28314f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color 0.25s;
}
.property-menu-social {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 0;
}
.property-menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 34px;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s;
}
.property-menu-icon:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .property-menu {
    gap: 28px;
  }
  .property-menu-link {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .property-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
  .property-menu-social {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  padding: 55px 0 30px;
  color: #fff;
  background: #0a215c;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer-content {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.footer-logo {
  flex-shrink: 0;
}
.footer-logo img {
  width: 230px;
  height: auto;
}
.footer-address {
  font-size: 15px;
  line-height: 1.6;
}
.footer-address p {
  margin-bottom: 14px;
}
.footer-address p:last-child {
  margin-bottom: 0;
}
.footer-social {
  display: flex;
  gap: 15px;
  margin: 35px 0 30px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.25s;
}
.footer-social a:hover {
  background: #1751cd;
  color: #0a215c;
}
.footer-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.footer-right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  min-height: 180px;
}
.footer-developer {
  position: relative;
  z-index: 2;
}
.footer-developer img {
  width: 85px;
  height: auto;
}
.footer-decoration {
  position: absolute;
  inset: 0;
  background: url("../images/footer-shape.png") center center no-repeat;
  background-size: 180px;
  opacity: 0.12;
}

@media (max-width: 991.98px) {
  .broker-card {
    width: 100%;
    margin-left: 0;
    margin: 0;
  }
  .property-gallery__main {
    height: 200px;
  }
  .property-hero__address {
    margin-bottom: 22px;
    color: #5a5b62;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
  }
  .curva-footer {
    display: none;
  }
  .testimonials-section .balao {
    position: relative;
    top: 0px;
    height: 110px;
    margin: 30px 0;
  }
  .footer {
    text-align: center;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer-social {
    justify-content: center;
  }
  .footer-right {
    justify-content: center;
    min-height: 120px;
  }
}
@media (max-width: 575.98px) {
  .footer {
    padding: 45px 0 25px;
  }
  .footer-logo img {
    max-width: 150px;
  }
  .footer-address {
    font-size: 14px;
  }
  .footer-copy {
    font-size: 12px;
  }
}
.property-menu-toggle,
.property-menu-close,
.property-menu-overlay {
  display: none;
}

@media (max-width: 991px) {
  .property-menu-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    border: 0;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .property-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #00309e;
    transition: 0.3s;
  }
  .property-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1051;
    width: 85%;
    max-width: 340px;
    height: 100dvh;
    padding: 80px 30px 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  }
  .property-menu.is-open {
    transform: translateX(0);
  }
  .property-menu-link {
    width: 100%;
    padding: 18px 0;
    font-size: 18px;
    border-bottom: 1px solid #eee;
  }
  .property-menu-social {
    display: flex;
    gap: 18px;
    margin-top: 30px;
  }
  .property-menu-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #00309e;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
  }
  .property-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .property-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  body.menu-open {
    overflow: hidden;
  }
}
.property-gallery__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =========================================================
   AGENDAMENTO DE VISITA
   ========================================================= */
.visit-schedule {
  color: #00184e;
}
.visit-schedule h6 {
  margin-bottom: 14px;
  color: #00184e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

/* =========================================================
   DIAS
   ========================================================= */
.visit-days {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 5px 3px 12px;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.visit-days::-webkit-scrollbar {
  display: none;
}

.visit-day {
  position: relative;
  flex: 1 0 82px;
  min-width: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 13px 12px;
  border: 1px solid #e2e7f0;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfe 100%);
  color: #00184e;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(23, 43, 77, 0.03), 0 1px 2px rgba(23, 43, 77, 0.04);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}
.visit-day:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 48, 158, 0.45);
  box-shadow: 0 8px 18px rgba(0, 48, 158, 0.1), 0 2px 5px rgba(0, 48, 158, 0.05);
}
.visit-day.is-active {
  transform: translateY(-2px);
  border-color: #00309e;
  background: linear-gradient(145deg, #0646c7 0%, #00309e 55%, #001f72 100%);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 48, 158, 0.28), 0 0 0 3px rgba(0, 48, 158, 0.1), 0 0 22px rgba(0, 79, 255, 0.16);
}
.visit-day__label {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  opacity: 0.72;
}
.visit-day__number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.6px;
}
.visit-day__week {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.62;
}
.visit-day.is-active .visit-day__label, .visit-day.is-active .visit-day__week {
  opacity: 0.85;
}

/* =========================================================
   ESCOLHER OUTRA DATA
   ========================================================= */
.visit-other-date {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  padding: 8px 2px;
  border: 0;
  background: transparent;
  color: #00309e;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}
.visit-other-date::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.visit-other-date:hover {
  color: #001f72;
}
.visit-other-date:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.visit-other-date:active {
  transform: scale(0.97);
}

.visit-other-date-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* =========================================================
   HORÁRIOS
   ========================================================= */
.visit-times {
  padding-top: 4px;
}

.visit-times__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.visit-time {
  position: relative;
  min-width: 88px;
  padding: 10px 17px;
  border: 1px solid #e0e6ef;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfe 100%);
  color: #00184e;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(23, 43, 77, 0.035);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.visit-time:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 48, 158, 0.45);
  color: #00309e;
  box-shadow: 0 6px 14px rgba(0, 48, 158, 0.09);
}
.visit-time.is-active {
  transform: translateY(-2px);
  border-color: #00309e;
  background: linear-gradient(145deg, #0646c7 0%, #00309e 60%, #001f72 100%);
  color: #ffffff;
  box-shadow: 0 7px 18px rgba(0, 48, 158, 0.27), 0 0 0 3px rgba(0, 48, 158, 0.09), 0 0 18px rgba(0, 79, 255, 0.15);
}
.visit-time:active {
  transform: translateY(0) scale(0.97);
}

/* =========================================================
   RESUMO DA VISITA
   ========================================================= */
.visit-summary {
  position: relative;
  padding: 14px 18px 14px 45px;
  border: 1px solid rgba(0, 48, 158, 0.12);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 48, 158, 0.045), rgba(0, 48, 158, 0.015));
  color: #00184e;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.visit-summary::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00309e;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  transform: translateY(-50%);
  box-shadow: 0 3px 9px rgba(0, 48, 158, 0.25);
}
.visit-summary strong {
  font-weight: 700;
}

/* =========================================================
   FORMULÁRIO
   ========================================================= */
.visit-form {
  padding-top: 4px;
}
.visit-form .form-label {
  margin-bottom: 7px;
  color: #263958;
  font-size: 12px;
  font-weight: 700;
}
.visit-form .form-control {
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #e0e5ed;
  border-radius: 10px;
  background: #ffffff;
  color: #00184e;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.visit-form .form-control:hover {
  border-color: #c8d1df;
}
.visit-form .form-control:focus {
  border-color: #00309e;
  box-shadow: 0 0 0 3px rgba(0, 48, 158, 0.08), 0 4px 14px rgba(0, 48, 158, 0.06);
}
.visit-form .btn-primary {
  min-height: 48px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #0646c7, #00309e);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0, 48, 158, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.visit-form .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 11px 24px rgba(0, 48, 158, 0.27), 0 0 20px rgba(0, 79, 255, 0.1);
}
.visit-form .btn-primary:active {
  transform: translateY(0);
}

.modal.fade.show {
  backdrop-filter: blur(5px);
}

/* =========================================================
   MODAL
   ========================================================= */
#modalAgendarVisita .modal-content {
  overflow: hidden;
  border: 1px solid rgba(17, 38, 77, 0.07);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(12, 29, 61, 0.18), 0 8px 25px rgba(12, 29, 61, 0.08);
}
#modalAgendarVisita .modal-header {
  padding: 22px 25px;
  border-bottom: 1px solid #edf0f5;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}
#modalAgendarVisita .modal-header .modal-title {
  margin-bottom: 3px;
  color: #00184e;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
#modalAgendarVisita .modal-header small {
  color: #71809a;
  font-size: 12px;
  font-weight: 500;
}
#modalAgendarVisita .modal-body {
  padding: 25px;
}
#modalAgendarVisita .btn-close {
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 0.2s ease;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999;
}
#modalAgendarVisita .btn-close:hover {
  transform: rotate(90deg);
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767.98px) {
  #modalAgendarVisita .modal-dialog {
    margin: 12px;
  }
  #modalAgendarVisita .modal-content {
    border-radius: 17px;
  }
  #modalAgendarVisita .modal-header {
    padding: 18px 18px;
  }
  #modalAgendarVisita .modal-body {
    padding: 20px 18px;
  }
  .visit-days {
    margin-right: -18px;
    padding-right: 18px;
  }
  .visit-day {
    flex: 0 0 78px;
    min-width: 78px;
    padding: 11px 9px;
  }
  .visit-day__number {
    font-size: 22px;
  }
  .visit-time {
    flex: 1 0 calc(33.333% - 10px);
    min-width: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }
}/*# sourceMappingURL=empreendimento.css.map */