@font-face {
  font-family: Orevedge;
  src: url('../fonts/OrevEdge-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Orevedge;
  src: url('../fonts/OrevEdge-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --azul: #1c3949;
  --branco: white;
  --azul-claro: #5cc1cb;
  --container: 1560px;
  --verde: #3e7c57;
  --amarelo: #d09f31;
  --vermelho: #974236;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  font-family: Orevedge, Tahoma, sans-serif;
  font-weight: 300;
}

.hero {
  z-index: 0;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100vh;
}

.apartamentos {
  z-index: 1;
  grid-row-gap: 64px;
  background-color: var(--azul);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 64px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero--wrapper {
  z-index: 2;
  border-top: 1px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero--overlay {
  z-index: 1;
  background-color: #0000004d;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero--infos {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2--hero {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3rem;
}

.cta {
  background-color: var(--branco);
  filter: drop-shadow(5px 4px 10px #2020204d);
  color: var(--azul);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  padding: 16px 32px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta:hover {
  filter: drop-shadow(0 0 10px #2020204d);
  border-radius: 10px;
}

.cta.cta--nav {
  margin-left: 40px;
  font-size: 2rem;
  line-height: 2rem;
}

.h1--hero {
  color: var(--branco);
  text-transform: uppercase;
  max-width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 300;
  line-height: 6vw;
}

.bold-text {
  padding-left: 2vw;
}

.text-block {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.h2 {
  color: var(--azul);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 3vw;
}

.h2.h2--lazer {
  color: var(--azul-claro);
  text-transform: uppercase;
  max-width: 14ch;
  font-size: 3.8vw;
  font-weight: 300;
  line-height: 3.6vw;
}

.h2.h2--localizacao {
  color: #7cccd4;
  text-transform: uppercase;
  max-width: 36vh;
  font-weight: 300;
}

.p {
  color: var(--branco);
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.p.p--apartamentos {
  max-width: 60ch;
  font-size: 1.4vw;
  line-height: 1.6vw;
}

.p.p--lazer {
  max-width: 56ch;
  font-size: 1.4vw;
  line-height: 1.6vw;
}

.p.p--card--porque--um--downtown {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.h3 {
  color: var(--branco);
  text-transform: uppercase;
  max-width: 36ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  line-height: 2vw;
}

.h3.downtown {
  color: var(--azul);
  font-weight: 300;
}

.h3.porque--um--downtown--h3 {
  font-weight: 300;
}

.h3.contato--h3 {
  color: var(--azul);
}

.h3.h3--diferenciais {
  text-align: center;
  max-width: 50ch;
}

.bold {
  font-weight: 700;
}

.slide--arrow--wrapper {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #fff9;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.slider--wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider--img {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.p--legend--span {
  text-transform: none;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.7rem;
  text-decoration: none;
}

.slider--lightbox {
  width: 100%;
  height: 65vh;
  position: relative;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 30%;
  margin-left: 16px;
  display: flex;
}

.slider--zoom {
  z-index: 1;
  background-color: #f9f8f5;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-nav {
  color: #096ad0;
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  height: 30%;
  margin-right: 1.5vw;
  display: flex;
}

.slider-arrow {
  color: #333;
  font-size: 24px;
  position: static;
}

.p--legend {
  z-index: 1;
  color: #f9f8f5;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  position: absolute;
  inset: auto auto 2% 2%;
}

.p--legend.p--legend--destaque {
  left: 3%;
}

.overflow-visible {
  overflow: visible;
}

.slide {
  background-color: #0000;
}

.slide.small {
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

.slide.small.slide--localizacao {
  width: 30%;
}

.zoom--icon {
  width: 20px;
}

.diferenciais--wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
}

.diferenciais--itens {
  grid-column-gap: 3vw;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.diferenciais--tiem {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lazer {
  z-index: 2;
  grid-row-gap: 64px;
  background-color: var(--azul);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lazer--wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.lazer--slider--wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.5vw;
  display: flex;
}

.h3--decorativo {
  z-index: 0;
  color: var(--azul-claro);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  font-weight: 300;
  line-height: 7vw;
  position: static;
  inset: 0% 0% auto auto;
}

.h3--decorativo.decorativo--2 {
  padding-left: 72px;
}

.h3--decorativo--wrapper {
  z-index: 0;
  position: absolute;
  inset: 2.5vw 0% auto auto;
}

.localizacao-wrapper {
  z-index: 3;
  grid-row-gap: 64px;
  background-color: var(--azul);
  background-image: url('../images/pattern--downtown.webp');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 104px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.localizacao--intro, .lazer--intro {
  z-index: 1;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  inset: auto auto 0 1.5vw;
}

.localizacao--wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.localizacao--slider--wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.5vw;
  display: flex;
}

.slider--lightbox--localizacao {
  width: 100%;
  height: 34vh;
  position: relative;
}

.mapa--wrapper {
  z-index: 1;
  grid-row-gap: 32px;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.code-embed-2 {
  z-index: 1;
  width: 100%;
  height: 620px;
  position: relative;
}

.endereco--wrapper {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linha--downtown {
  border-bottom: 4px solid var(--azul);
  background-color: var(--azul-claro);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.linha--downtown--wrapper {
  max-width: var(--container);
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 32px;
  display: flex;
}

.downtown--cards--wrapper {
  z-index: 1;
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.downtown--card {
  grid-row-gap: 24px;
  border: 1px solid var(--azul);
  background-color: var(--branco);
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 24px 16px;
  display: flex;
}

.card--logo {
  width: 50%;
}

.card--fachada {
  aspect-ratio: 3 / 2;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
}

.downtown--card--wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card--info--item {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card--icone {
  width: 24px;
}

.p--card {
  color: var(--azul);
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.cta--card--downtown {
  background-color: var(--azul);
  filter: drop-shadow(5px 4px 10px #2020204d);
  color: var(--branco);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 32px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta--card--downtown:hover {
  filter: drop-shadow(0 0 10px #2020204d);
  border-radius: 10px;
}

.video {
  z-index: 1;
  grid-row-gap: 40px;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.video--wrapper {
  max-width: var(--container);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.cover-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.play--icon {
  width: 16px;
  max-width: none;
  display: block;
  position: static;
}

.video-v1 {
  border-top-left-radius: 32px;
  border-bottom-right-radius: 32px;
  width: 100%;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.video--cover {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-player-v1 {
  z-index: 1;
}

.video-botao-play-v1 {
  z-index: 6;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #fff3;
  border: 1px #f9f8f580;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  transition: all .15s;
  display: flex;
  position: absolute;
  inset: 0;
}

.video-botao-play-v1:hover {
  width: 88px;
  height: 88px;
}

.cover-video {
  z-index: 4;
  width: 101%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: auto;
}

.video--lazer--wrapper {
  max-width: var(--container);
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.porque--um--downtown {
  background-color: var(--azul);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.porque--um--downtown--wrapper {
  z-index: 1;
  max-width: var(--container);
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.porque--um--downtown--cards {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.card--porque-um--downtown {
  grid-row-gap: 24px;
  border: 1px solid var(--branco);
  background-color: var(--azul);
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  padding: 40px 16px;
  display: flex;
}

.h4--card-porque--um--downtown {
  color: var(--branco);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.porque--um--downtown--heading {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.downtown--card--icone {
  width: 32px;
}

.contato {
  background-color: var(--branco);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.contato--wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.p-checkbox {
  color: #202020;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.paragraph-2 {
  color: #a4a4a4;
  text-align: center;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1rem;
}

.select-form-footer-2 {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  border-top: 1px #000;
  border-bottom: 2px solid #202020;
  border-left: 1px #000;
  border-right: 2px #000;
  width: 100%;
  height: 44px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.input-form-footer-telefone-2, .input-form-footer-nome-2 {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  border-top: 1px #000;
  border-bottom: 2px solid #202020;
  border-left: 1px #000;
  border-right: 2px #000;
  width: 100%;
  height: 30px;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.form-checkbox-footer {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-form-container {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.input-form-footer-email-2 {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  border-top: 1px #000;
  border-bottom: 2px solid #202020;
  border-left: 1px #000;
  border-right: 2px #000;
  width: 100%;
  height: 30px;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.form-footer {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.submit-bt-form-footer-2 {
  color: #fff;
  background-color: #c39463;
  border-radius: 100px;
  height: 54px;
  font-size: 18px;
  line-height: 26px;
  transition: all .3s;
}

.submit-bt-form-footer-2:hover {
  background-color: #697154;
}

.submit-bt-form-footer-2.submit-form {
  background-color: var(--azul);
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.submit-bt-form-footer-2.submit-form:hover {
  background-color: var(--verde);
}

.submit-bt-form-footer-2.submit-form-modal {
  background-color: var(--azul);
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.submit-bt-form-footer-2.submit-form-modal:hover {
  background-color: var(--verde);
}

.p-label-form-modal-v1-2 {
  color: #000;
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.link-4 {
  color: #646366;
}

.form-checkbox-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.p-label-formd-v1-2 {
  color: #000;
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.form-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.text-block-2 {
  font-size: 1rem;
  line-height: 1rem;
}

.p-body {
  color: var(--azul);
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.realizacao-e-footer-v2 {
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container-2.container-realizacao {
  max-width: var(--container);
  grid-row-gap: 32px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 64px 32px;
  display: flex;
}

.container-2.container--footer {
  max-width: var(--container);
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.image-16 {
  width: 60px;
}

.bt-texto-legal-footer-v2 {
  color: #202020;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 8px 32px;
  text-decoration: none;
}

.setin-logo {
  width: 180px;
}

.p-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.p-2.p-realizacao {
  text-align: center;
  width: 60ch;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.text-block-3 {
  font-size: 1.4rem;
  line-height: 2rem;
}

.modal-tl {
  z-index: 10;
  background-color: #202020cc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.fechar-modal-tl {
  cursor: pointer;
  background-color: #6f6c6c;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.modal-tl-wrapper {
  box-sizing: border-box;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  overflow: scroll;
}

.p-regular {
  color: var(--azul);
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.4rem;
}

.heading-2 {
  color: var(--azul);
  font-size: 1.5rem;
  line-height: 2rem;
}

.nav-icone {
  width: 20px;
  display: block;
  transform: rotate(0);
}

.nav-item-v3-link-1 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  font-size: 2rem;
  line-height: 2rem;
}

.navbar-v3 {
  z-index: 10;
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: auto;
  padding-top: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.nav-links-wrapper {
  z-index: 0;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav-texto {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  display: block;
}

.nav-icone-wrapper {
  grid-column-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #a5a5a580;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.navbar-container {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.menu-button {
  z-index: 2;
  margin-right: 24px;
}

.menu-button.w--open {
  z-index: 2;
  background-color: #c8c8c800;
  margin-right: 24px;
}

.nav-menu {
  z-index: 0;
  border-left: 1px solid var(--branco);
  background-color: var(--azul);
  width: 100%;
  height: 100vh;
}

.nav-item-v3-link-2 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  font-size: 2rem;
  line-height: 2rem;
}

.logo--wrapper {
  z-index: 3;
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 32px auto auto 32px;
}

.hero--logo {
  width: 12vw;
}

.h4--sobre {
  color: var(--azul);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.logo--borda {
  background-color: var(--branco);
  width: 1px;
  height: 64px;
}

.hero--selo {
  width: 5vw;
}

.nav-item-v3-link-3, .nav-item-v3-link-4, .nav-item-v3-link-5 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  font-size: 2rem;
  line-height: 2rem;
}

.conversion-bar-v2 {
  z-index: 9;
  border: 1px solid var(--azul);
  background-color: var(--branco);
  cursor: pointer;
  mix-blend-mode: normal;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
  position: fixed;
  inset: auto 16px 20% auto;
}

.fechar-modal-chat {
  cursor: pointer;
  border: 1px solid #202020;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.p-checkbox-2 {
  color: #202020;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.modal-img {
  max-width: none;
  height: 100vh;
}

.form-v1 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: center;
  margin-bottom: 8px;
  font-size: .8rem;
  line-height: 1.4rem;
}

.heading-modal {
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.borda-modal {
  width: 100px;
  transform: rotate(90deg);
}

.select-form-footer {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  border-top: 1px #000;
  border-bottom: 2px solid #202020;
  border-left: 1px #000;
  border-right: 2px #000;
  width: 100%;
  height: 44px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.p-label-formd-v1 {
  color: #000;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.container-modal-conversao {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 560px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.input-form-footer-nome, .input-form-footer-email {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  border-top: 1px #000;
  border-bottom: 2px solid #202020;
  border-left: 1px #000;
  border-right: 2px #000;
  width: 100%;
  height: 30px;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.modal-conversao-chat {
  z-index: 10;
  background-color: var(--branco);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  top: 0;
  overflow: auto;
}

.modal-contato-heading-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.p-label-form-modal-v1 {
  color: #000;
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.input-form-footer-telefone {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  border-top: 1px #000;
  border-bottom: 2px solid #202020;
  border-left: 1px #000;
  border-right: 2px #000;
  width: 100%;
  height: 30px;
  margin-bottom: 16px;
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.modal-conversao-wrapper {
  justify-content: center;
  align-items: center;
  width: 68%;
  height: 100vh;
  display: flex;
}

.h2-modal {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.modal-img-wrapper {
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-block-5 {
  font-size: 1rem;
  line-height: 1rem;
}

.cta--wrapper, .video--sizer {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.downtown--liinha--bg {
  z-index: 0;
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  position: absolute;
}

.apartamentos--destaque--img {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.imagem--destaque--wrapper {
  width: 100%;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  position: relative;
}

.grafismo--intro--apartamentos {
  z-index: 1;
  background-image: url('../images/pattern--downtown.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 200px;
  width: 100%;
  height: 56px;
  position: static;
  inset: 0% 0% auto;
}

.grafismo--intro--videos {
  z-index: 1;
  background-image: url('../images/linha--downtown--bg--azul.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 200px;
  width: 100%;
  height: 56px;
  position: static;
  inset: 0% 0% auto;
}

.cta-hero {
  background-color: var(--branco);
  filter: drop-shadow(5px 4px 10px #2020204d);
  color: var(--azul);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  padding: 16px 32px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-hero:hover {
  filter: drop-shadow(0 0 10px #2020204d);
  border-radius: 10px;
}

.h1--hero--mobile {
  color: var(--branco);
  text-transform: uppercase;
  max-width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 300;
  line-height: 6vw;
  display: none;
}

.bg-hero-overlay-1, .bg-hero-overlay-2, .borda--hero--mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .slider--wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .slide.small {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .row {
    flex-wrap: wrap;
  }

  .slide-nav {
    font-size: 10px;
  }

  .slider-arrow {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .background-video {
    height: 45vh;
  }

  .apartamentos {
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero--wrapper {
    grid-row-gap: 24px;
    background-color: var(--azul);
    background-image: url('../images/pattern--downtown.webp');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 200px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 55vh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero--overlay {
    height: 100vh;
  }

  .hero--infos {
    z-index: 2;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 8vw;
    position: relative;
  }

  .h2--hero {
    color: var(--azul);
    margin-bottom: 0;
    font-size: 8.5vw;
    line-height: 9.5vw;
  }

  .cta {
    width: 96%;
  }

  .cta.cta--nav {
    width: auto;
    min-width: auto;
    margin-left: 24px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .h1--hero {
    font-size: 10vw;
    line-height: 10vw;
    display: none;
  }

  .h2.h2--lazer {
    font-size: 11vw;
    line-height: 12vw;
  }

  .h2.h2--localizacao {
    max-width: 22vh;
    font-size: 11vw;
    line-height: 12vw;
  }

  .p.p--apartamentos, .p.p--lazer {
    font-size: 6vw;
    line-height: 7vw;
  }

  .h3 {
    font-size: 8vw;
    line-height: 9vw;
  }

  .h3.downtown {
    max-width: 36ch;
    padding-left: 16px;
    font-size: 7.5vw;
    line-height: 8.5vw;
  }

  .h3.h3--video {
    max-width: 16ch;
    padding-left: 16px;
  }

  .slider--wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .row.no-bottom-margins {
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    padding-bottom: 32px;
  }

  .p--legend--span {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .slider--lightbox {
    height: 40vh;
  }

  .left-arrow {
    width: 60px;
    display: none;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    height: 24px;
    font-size: 8px;
    display: flex;
  }

  .right-arrow {
    width: 60px;
    display: none;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .p--legend {
    font-size: .9rem;
    line-height: 1.1rem;
    bottom: 4%;
    left: 5%;
  }

  .p--legend.p--legend--destaque {
    left: 7%;
  }

  .slide.small.slide--localizacao {
    width: 80%;
  }

  .diferenciais--wrapper {
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .diferenciais--itens {
    grid-column-gap: 0vw;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .lazer {
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lazer--wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lazer--slider--wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .h3--decorativo--wrapper {
    display: none;
    top: 1%;
  }

  .h3--decorativo--wrapper.animacao--heading--localizacao {
    top: 5%;
  }

  .localizacao-wrapper {
    background-size: 200px;
    padding-top: 96px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .localizacao--intro {
    position: static;
  }

  .lazer--intro {
    width: 100%;
    position: static;
    left: 1vw;
  }

  .localizacao--wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .localizacao--slider--wrapper {
    padding-left: 0;
  }

  .slider--lightbox--localizacao {
    height: 30vh;
  }

  .mapa--wrapper {
    grid-row-gap: 16px;
  }

  .endereco--wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .linha--downtown--wrapper {
    grid-row-gap: 24px;
    padding: 40px 0;
  }

  .downtown--cards--wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .downtown--card {
    width: auto;
  }

  .video {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video--wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-v1 {
    margin-top: 8px;
  }

  .video-player-v1 {
    z-index: 3;
    width: 100%;
  }

  .video-botao-play-v1 {
    z-index: 6;
    width: 70px;
    height: 70px;
  }

  .video-botao-play-v1:hover {
    width: 70px;
    height: 70px;
  }

  .cover-video {
    z-index: 4;
    height: 100%;
    top: 0;
  }

  .video--lazer--wrapper {
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .porque--um--downtown {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .porque--um--downtown--wrapper {
    grid-row-gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .porque--um--downtown--cards {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .card--porque-um--downtown {
    width: 100%;
  }

  .contato {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contato--wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .select-form-footer-2, .input-form-footer-telefone-2, .input-form-footer-nome-2, .input-form-footer-email-2 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .p-label-form-modal-v1-2 {
    color: #000;
  }

  .form-checkbox-wrapper {
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .p-label-formd-v1-2 {
    color: #000;
  }

  .realizacao-e-footer-v2 {
    grid-row-gap: 40px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-2.container-realizacao {
    padding: 40px 16px;
  }

  .container-2.container--footer {
    padding-bottom: 0;
  }

  .setin-logo {
    width: 150px;
  }

  .p-2.p-realizacao {
    width: auto;
  }

  .nav-item-v3-link-1 {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    font-size: 1.4rem;
  }

  .navbar-v3 {
    z-index: 9;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    padding-top: 0;
    left: 0;
    right: auto;
  }

  .nav-texto {
    mix-blend-mode: normal;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .nav-icone-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navbar-container {
    margin-top: 72px;
    display: flex;
  }

  .menu-button {
    width: auto;
    margin-top: 0;
    margin-right: 0;
    padding-right: 18px;
  }

  .menu-button.w--open {
    margin-right: 0;
  }

  .nav-menu {
    border-right: 1px solid var(--branco);
    border-left-style: none;
  }

  .nav-item-v3-link-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    font-size: 1.4rem;
  }

  .logo--wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    top: 16px;
    left: auto;
  }

  .hero--logo {
    width: 140px;
  }

  .logo--borda {
    width: 1px;
    height: 32px;
    display: none;
  }

  .hero--selo {
    width: 80px;
  }

  .nav-item-v3-link-3, .nav-item-v3-link-4, .nav-item-v3-link-5 {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    font-size: 1.4rem;
  }

  .conversion-bar-v2 {
    z-index: 8;
    display: flex;
    bottom: 40%;
    right: 10px;
  }

  .fechar-modal-chat {
    z-index: 1;
  }

  .form-v1 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .heading-modal {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .borda-modal {
    display: none;
  }

  .select-form-footer {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .p-label-formd-v1 {
    color: #000;
  }

  .container-modal-conversao {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    margin-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-form-footer-nome, .input-form-footer-email {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .modal-conversao-chat {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    display: none;
    overflow: auto;
  }

  .modal-contato-heading-wrapper {
    z-index: 0;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .p-label-form-modal-v1 {
    color: #000;
  }

  .input-form-footer-telefone {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .modal-conversao-wrapper {
    width: 100%;
  }

  .h2-modal {
    font-size: 8vw;
    line-height: 10vw;
  }

  .modal-img-wrapper {
    display: none;
  }

  .imagem--destaque--wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-hero {
    background-color: var(--azul);
    color: var(--branco);
    width: 100%;
    margin-top: 0;
  }

  .h1--hero--mobile {
    z-index: 2;
    font-size: 11vw;
    line-height: 11vw;
    display: block;
    position: absolute;
    inset: auto auto 5% 16px;
  }

  .bg-hero-overlay-1 {
    z-index: 0;
    background-image: url('../images/bg-hero-desktop-azul.svg');
    background-position: 89% 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .bg-hero-overlay-2 {
    z-index: 1;
    background-image: url('../images/linha--downtown--bg--azul.webp');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .borda--hero--mobile {
    background-color: var(--azul);
    width: 30vw;
    height: 2px;
    display: block;
  }
}


@font-face {
  font-family: 'Orevedge';
  src: url('../fonts/OrevEdge-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orevedge';
  src: url('../fonts/OrevEdge-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}