:root {
  --azul-escuro: #1f2c4e;
  --verde-claro: #e5eee1;
  --branco: white;
  --dourado: #f2d993;
  --container: 1280px;
}

.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: sarvatrik-latin-variable, sans-serif;
}

.hero {
  z-index: 2;
  background-color: var(--azul-escuro);
  background-image: url('../images/hero--img--nova.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 96px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 80vh;
  padding: 140px 0 24px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero--container {
  z-index: 1;
  grid-row-gap: .8vw;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #0003;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 16px;
  display: flex;
  position: relative;
}

.h1--hero {
  filter: drop-shadow(6px 10px 30px #ffffff4d);
  color: var(--verde-claro);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 100;
  line-height: 2.4vw;
}

.p--global {
  max-width: 44ch;
  color: var(--verde-claro);
  -webkit-text-stroke-width: .5px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 100;
  line-height: 1.6rem;
}

.p--global.p--porque--investir {
  clear: none;
  max-width: none;
  color: var(--azul-escuro);
  -webkit-text-stroke-width: .5px;
  text-transform: none;
  text-overflow: clip;
  direction: ltr;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.p--global.p--design--infos {
  clear: none;
  max-width: none;
  color: var(--azul-escuro);
  -webkit-text-stroke-width: .5px;
  text-transform: none;
  text-overflow: clip;
  direction: ltr;
  font-size: 1rem;
  line-height: 1.5rem;
}

.p--global.p--setin {
  max-width: 70ch;
  color: var(--azul-escuro);
  text-align: center;
}

.cta--global {
  background-color: var(--verde-claro);
  color: var(--azul-escuro);
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow-wrap: break-word;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.cta--hero {
  overflow-wrap: normal;
  font-weight: 400;
  transition: all .3s;
}

.cta--hero:hover {
  background-color: var(--branco);
}

.p--cta {
  margin-bottom: 0;
}

.valor--destaque--hero {
  grid-row-gap: .8vw;
  border: 1px solid var(--dourado);
  border-radius: 8px 8px 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: .8vw 1.2vw;
  display: flex;
}

.p--valor--hero--pequeno {
  color: var(--branco);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1vw;
}

.p--valor--cifrao--hero {
  color: var(--branco);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3rem;
}

.valor--hero--wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1vw;
  display: flex;
}

.h2--valor--hero {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  line-height: 1vw;
}

.span--valor {
  font-size: 1rem;
}

.p--valor-pequeno--hero {
  color: var(--branco);
  -webkit-text-stroke-width: .5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: .6vw;
  font-weight: 100;
  line-height: 1rem;
}

.porque--investir {
  z-index: 1;
  background-color: var(--verde-claro);
  border-bottom-left-radius: 96px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -96px;
  padding-top: 160px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: var(--container);
  padding-left: 24px;
  padding-right: 24px;
}

.container.container--porque--investir {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.container--cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.container--design {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.container--videos {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.container--setin {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.container--footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2--sessoes {
  color: var(--azul-escuro);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 100;
  line-height: 2.5rem;
  position: static;
}

.h2--sessoes.h2--design {
  text-transform: none;
}

.h2--sessoes.branco {
  color: var(--branco);
}

.h2--borda--sessoes {
  background-color: var(--azul-escuro);
  width: 100%;
  height: 1px;
}

.h2--borda--sessoes.branca {
  background-color: var(--branco);
}

.porque--investir--itens {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

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

.bg--icones--porque--investir {
  background-image: url('../images/bg--icones--porque--investir.svg');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.h3--porque--investir {
  color: var(--azul-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.icone--porque--investir {
  width: 28px;
}

.icone--porque--investir--2 {
  width: 20px;
}

.cta--negativo {
  background-color: var(--azul-escuro);
  color: var(--verde-claro);
  overflow-wrap: normal;
  font-weight: 400;
  transition: all .3s;
}

.cta--negativo:hover {
  background-color: var(--branco);
  color: var(--azul-escuro);
}

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

.cards {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.card {
  grid-row-gap: 0px;
  border: 1px solid var(--azul-escuro);
  background-color: var(--branco);
  border-radius: 8px 8px 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 8px;
  display: flex;
  overflow: hidden;
}

.p--card--bairro {
  color: var(--azul-escuro);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.card--slider {
  background-color: #ddd0;
  border-radius: 0 8px 40px 0;
  width: 95%;
  height: auto;
  margin-top: 8px;
  overflow: hidden;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 30%;
  padding-left: 8px;
  display: flex;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 30%;
  padding-right: 8px;
  display: flex;
}

.card--intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 16px;
  display: grid;
}

.card--logo--wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

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

.card--logo.zeit {
  width: 35%;
}

.card--logo.nova--republica {
  width: 70%;
}

.card--logo.republica {
  width: 80%;
}

.card--logo.genebra {
  width: 90%;
}

.card--data-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-left: 0;
  padding-right: 16px;
  display: flex;
}

.card--data {
  background-color: var(--dourado);
  border-radius: 8px;
  width: 100%;
  padding: 8px 16px;
}

.p--data {
  color: var(--azul-escuro);
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3rem;
}

.card--icone--metragem--wrapper {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card--icone--metragem {
  width: 20px;
}

.p--card--estacao {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.card--localizacao--wrapper {
  grid-column-gap: 8px;
  background-color: var(--verde-claro);
  border-top-left-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding: 12px 16px;
  display: flex;
}

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

.p--card--metragem {
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.p--card--metragens {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.cta--card {
  background-color: var(--azul-escuro);
  color: var(--verde-claro);
  overflow-wrap: normal;
  border-radius: 0;
  padding: 20px 16px;
  font-weight: 400;
  transition: all .3s;
}

.cta--card:hover {
  background-color: var(--azul-escuro);
  color: var(--branco);
}

.slider--lightbox {
  object-fit: fill;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox--img {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.slide {
  height: auto;
}

.slide-nav {
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
}

.mask {
  height: auto;
}

.nav--icone--wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  padding: 12px;
}

.icon {
  color: var(--branco);
  font-size: 24px;
  position: static;
}

.icon-2 {
  color: var(--branco);
  font-size: 24px;
}

.design {
  background-color: var(--branco);
  border-top-right-radius: 96px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 64px;
  display: flex;
}

.design--esq {
  border-radius: 56px 8px 8px;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.imagem--destaque {
  width: 100%;
}

.p--legenda--imagem--destaque {
  color: var(--branco);
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1rem;
  position: absolute;
  inset: auto auto 3% 3%;
}

.design--dir {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.design--infos--wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.design--infos {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

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

.design--infos--detalhes {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h3--design--infos {
  color: var(--azul-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.design--h2--wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.p--design--intro {
  color: var(--dourado);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1rem;
}

.icone--zoom--wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 5% 3% auto auto;
}

.icone--zoom {
  width: 16px;
}

.videos {
  z-index: 1;
  background-image: url('../images/bg--hero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 96px;
  border-bottom-right-radius: 96px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.video-v1 {
  width: 100%;
  max-width: 960px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

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

.botao-play {
  z-index: 2;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  transition: all .15s;
  display: flex;
  position: absolute;
  inset: 0;
}

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

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

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

.video--wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.h3--videos {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 2rem;
}

.slider--video {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.mask-2 {
  width: 100%;
  height: auto;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-2, .right-arrow-2 {
  height: 30%;
}

.cover-wrapper-2, .cover-wrapper-3, .cover-wrapper-4 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.sessao--setin {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.setin--logo {
  width: 160px;
}

.footer {
  border-top: 1px solid var(--azul-escuro);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

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

.p--footer--legal {
  color: var(--azul-escuro);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1rem;
}

.bt-texto-legal-footer-v2 {
  color: var(--azul-escuro);
  -webkit-text-stroke-color: var(--azul-escuro);
  border: 1px solid #000;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 8rem;
  line-height: 1rem;
  text-decoration: none;
}

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

.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;
  overflow: auto;
}

.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: auto;
}

.heading--modal--tl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.p-regular {
  color: #202020;
  margin-left: 0;
  font-size: .8rem;
  line-height: 1.3rem;
}

.image-16 {
  width: 60px;
}

.slider--itens--mobile {
  display: none;
}

.nav {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 24px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: absolute;
}

.nav--logo--wrapper {
  width: 160px;
  margin-left: 0;
  margin-right: auto;
  position: static;
}

.nav--logo {
  width: 100%;
}

.nav--link {
  color: var(--verde-claro);
  padding: 8px 0;
  font-size: 1.1rem;
  transition: all .3s;
}

.nav--link:hover {
  color: var(--branco);
}

.nav--link.w--current {
  color: var(--verde-claro);
}

.nav--links--wrapper {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.cta--nav {
  overflow-wrap: normal;
  font-weight: 400;
  transition: all .3s;
}

.cta--nav:hover {
  background-color: var(--branco);
}

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

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

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

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

.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;
}

.link-5 {
  color: #c5c5c5;
}

.input-form-footer-telefone-3 {
  border-style: none none solid;
  border-width: 1px 2px 2px 1px;
  border-color: black black var(--branco);
  opacity: 1;
  width: 100%;
  height: 30px;
  color: var(--branco);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 22px;
}

.select-form-footer-3 {
  border-style: none none solid;
  border-width: 1px 2px 2px 1px;
  border-color: black black var(--branco);
  opacity: 1;
  width: 100%;
  height: 40px;
  color: var(--branco);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 22px;
}

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

.input-form-footer-nome-3 {
  border-style: none none solid;
  border-width: 1px 2px 2px 1px;
  border-color: black black var(--branco);
  opacity: 1;
  width: 100%;
  height: 30px;
  color: var(--branco);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 22px;
}

.p-checkbox-2 {
  color: var(--branco);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.p-label-form-modal-v1-3 {
  color: var(--branco);
  margin-top: 16px;
  font-size: 1rem;
  line-height: 22px;
}

.input-form-footer-email-3 {
  border-style: none none solid;
  border-width: 1px 2px 2px 1px;
  border-color: black black var(--branco);
  opacity: 1;
  width: 100%;
  height: 40px;
  color: var(--branco);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 22px;
}

.paragraph-2 {
  color: var(--branco);
  text-align: center;
  margin-bottom: 16px;
  font-size: .8rem;
}

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

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

.modal-conversao-chat {
  z-index: 10;
  background-color: #fff;
  background-image: url('../images/bg--hero.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% -100vw 0% 0%;
  overflow: hidden;
}

.p-label-formd-v1-3 {
  color: var(--branco);
  margin-top: 5px;
  font-size: 1rem;
  line-height: 22px;
}

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

.form-v2-2 {
  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: 570px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-8 {
  color: var(--branco);
}

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

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

.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(--branco);
  color: var(--azul-escuro);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
}

.div-block {
  width: 100%;
  height: 100vh;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  inset: 0;
  overflow: hidden;
}

.nome--modal--wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.h2--modal {
  min-width: 560px;
  color: var(--branco);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 100;
  line-height: 2.5rem;
  position: static;
}

.hero--overlay {
  z-index: 0;
  background-image: linear-gradient(#0000, #0009);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.setin--site--oficial {
  width: 72px;
}

.setin--site--oficial--mobile {
  width: 72px;
  display: none;
}

.bold-text {
  line-height: 2rem;
}

.bold-text-2 {
  color: var(--branco);
  font-size: 1vw;
  line-height: 1vw;
}

.bold-text-3 {
  font-size: 1vw;
  line-height: 1.2vw;
}

.bold-text-4 {
  color: #cfab45;
}

.hero--container--mobile {
  z-index: 1;
  grid-row-gap: .8vw;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #0003;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 16px;
  display: none;
  position: relative;
}

.div-block-2 {
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 479px) {
  .hero {
    z-index: 0;
    grid-row-gap: 24px;
    background-image: url('../images/hero--img--mobile.webp');
    background-position: 50% 70%;
    border-bottom-right-radius: 0;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 47vh;
    padding: 112px 16px 24px;
  }

  .hero--container {
    z-index: 1;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 100%;
    display: none;
    position: relative;
  }

  .h1--hero {
    filter: none;
    max-width: 14ch;
    font-size: 9vw;
    line-height: 10.5vw;
  }

  .p--global.p--porque--investir {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .cta--hero {
    width: 100%;
    display: flex;
  }

  .valor--destaque--hero {
    width: 100%;
    padding: 4vw;
  }

  .p--valor--hero--pequeno {
    font-size: 3.5vw;
    line-height: 3vw;
  }

  .valor--hero--wrapper {
    margin-top: 5vw;
    margin-bottom: 1vw;
  }

  .h2--valor--hero {
    font-size: 17vw;
    line-height: 7vw;
  }

  .span--valor {
    font-size: 4vw;
  }

  .p--valor-pequeno--hero {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .porque--investir {
    border-bottom-left-radius: 48px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.container--porque--investir {
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.container--cards {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .container.container--design {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.container--videos {
    grid-row-gap: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.container--setin {
    grid-row-gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.container--footer {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2--sessoes, .h2--sessoes.branco {
    font-size: 8vw;
    line-height: 11vw;
  }

  .h2--sessoes.h2--setin {
    text-align: center;
    font-size: 7vw;
    line-height: 9vw;
  }

  .porque--investir--itens {
    display: none;
  }

  .cta--negativo {
    width: 100%;
  }

  .cards {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .card {
    border-bottom-right-radius: 40px;
  }

  .card--slider {
    width: 96%;
  }

  .card--intro {
    grid-template-columns: 1fr 1.5fr;
  }

  .card--logo--wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 0;
  }

  .card--logo.zeit {
    width: 60%;
  }

  .card--logo.nova--republica {
    width: 80%;
  }

  .card--logo.republica {
    width: 90%;
  }

  .card--logo.genebra {
    width: 100%;
  }

  .p--card--estacao {
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .design {
    padding-bottom: 40px;
  }

  .design--esq {
    border-top-left-radius: 48px;
    width: 100%;
  }

  .design--dir {
    grid-row-gap: 16px;
    width: 100%;
  }

  .videos {
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .botao-play {
    z-index: 5;
    width: 70px;
    height: 70px;
  }

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

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

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

  .slider--video {
    padding-bottom: 24px;
  }

  .slide-nav-2 {
    display: block;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .sessao--setin, .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer--legal--wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .p--footer--legal {
    text-align: center;
    font-size: 3vw;
    line-height: 5vw;
  }

  .slider--itens--mobile {
    background-color: #ddd0;
    width: 100%;
    height: auto;
    padding-bottom: 48px;
    display: block;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }

  .mask-3 {
    width: 100%;
    height: auto;
  }

  .p--entrega {
    font-size: 4.2vw;
    line-height: 6vw;
  }

  .nav {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav--logo--wrapper {
    width: 130px;
    padding-left: 0;
  }

  .nav--logo {
    width: 85%;
  }

  .nav--link {
    width: 100%;
    height: auto;
    color: var(--azul-escuro);
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 8px;
    font-size: 1.2rem;
    line-height: 2.4rem;
    display: flex;
  }

  .nav--link:hover {
    color: var(--azul-escuro);
  }

  .nav--links--wrapper {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left: 1px solid var(--azul-escuro);
    background-color: var(--branco);
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 70%;
    height: 100vh;
    max-height: 100vh;
    padding-top: 40vh;
    padding-left: 0;
    padding-right: 16px;
    display: flex;
    position: fixed;
  }

  .cta--nav {
    display: none;
  }

  .icon-3 {
    color: var(--branco);
    font-size: 24px;
  }

  .menu-button {
    z-index: 1;
    padding: 12px 0 12px 16px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: var(--azul-escuro);
    padding: 12px;
    position: fixed;
    top: 16px;
    right: 16px;
  }

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

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

  .form-checkbox-footer {
    justify-content: center;
    align-items: flex-end;
    line-height: 14px;
  }

  .modal-conversao-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 24px;
    display: block;
  }

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

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

  .checkbox-form-container {
    justify-content: center;
    align-items: center;
  }

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

  .p-checkbox-2 {
    margin-bottom: 0;
    font-size: .7rem;
    line-height: 1rem;
  }

  .p-label-form-modal-v1-3 {
    color: var(--branco);
  }

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

  .paragraph-2 {
    font-size: .6rem;
    line-height: 1rem;
  }

  .borda-modal {
    display: none;
  }

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

  .modal-conversao-chat {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    overflow: auto;
  }

  .p-label-formd-v1-3 {
    color: var(--branco);
    margin-top: 12px;
  }

  .h2-modal {
    font-size: 1.5rem;
    line-height: 2rem;
    display: none;
  }

  .form-v2-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-checkbox-wrapper-2 {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nome--modal--wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

  .hero--overlay {
    background-image: linear-gradient(#0000, #000000b3);
    height: 50%;
    display: none;
  }

  .setin--site--oficial {
    display: none;
  }

  .setin--site--oficial--mobile {
    display: block;
  }

  .bold-text-2 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .bold-text-3 {
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .hero--container--mobile {
    z-index: 2;
    grid-row-gap: 16px;
    background-color: var(--azul-escuro);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0 40px 0 0;
    width: 100%;
    max-width: 100%;
    margin-top: -40px;
    display: flex;
    position: relative;
  }
}


