@font-face {
  font-family: Verdana;
  src: url('../fonts/verdana.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Verdana;
  src: url('../fonts/verdana-bold-italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Graphit;
  src: url('../fonts/Graphit-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphit;
  src: url('../fonts/Graphit-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphit;
  src: url('../fonts/Graphit-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphit;
  src: url('../fonts/Graphit-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  display: none;
  overflow: hidden;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  height: 730px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.container {
  flex: 1;
  order: 1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #ae132a;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.bloco-azul {
  background-color: #13254f;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 560px;
  height: 700px;
  padding-top: 20px;
  padding-left: 60px;
  display: flex;
}

.bloco-verde {
  background-color: #bed350;
  border-top-left-radius: 50px;
  order: 1;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  height: 557px;
  padding-top: 20px;
  display: flex;
}

.logo {
  width: 122px;
  height: 98px;
}

.texto {
  align-self: center;
}

.div-block-2 {
  background-image: none;
  background-size: auto;
  width: 210px;
  height: 200px;
}

.text-block {
  color: #fff;
  width: 363px;
  height: 72px;
  font-family: Verdana, sans-serif;
  font-size: 7px;
  line-height: 8px;
  display: none;
}

.mensais {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 250px;
  height: 67px;
  margin-top: 20px;
}

.bt-nav-conversion-v3 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #ae132a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 54px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.bt-nav-conversion-v3:hover {
  background-color: #5d0c18;
}

.text-block-2 {
  color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.cta {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #ae132a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 44px;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.cta:hover {
  background-color: #5d0c18;
}

.tudo {
  flex-flow: row;
  align-self: auto;
  height: 500px;
  display: flex;
}

.cards {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-1 {
  z-index: 2;
  background-color: #bed350;
  background-image: url('../images/logomcmv-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 220px;
  height: 68px;
  position: relative;
}

.card-2 {
  z-index: 2;
  background-color: #bed350;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 68px;
  display: flex;
  position: relative;
}

.heading {
  color: #13254f;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.video {
  z-index: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50px;
  flex: 0 auto;
  width: 760px;
  height: 500px;
  margin-top: 2px;
  margin-left: -46px;
  position: relative;
}

.div-block-3 {
  flex-flow: column;
  display: flex;
}

.div-block-4 {
  flex: 0 auto;
}

.textos-sect {
  padding-top: 38px;
  display: none;
  overflow: hidden;
}

.div-block-5 {
  flex-flow: column;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 27px;
  line-height: 36px;
}

.heading-3 {
  color: #bed350;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, sans-serif;
  line-height: 35px;
}

.div-block-6 {
  width: 500px;
  height: auto;
}

.div-block-7 {
  width: 400px;
  height: 90px;
  margin-top: 37px;
  margin-left: 77px;
}

.desc {
  font-size: 50px;
}

.img {
  overflow: hidden;
}

.div-block-8 {
  background-image: url('../images/Mask-group_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 591px;
  display: flex;
}

.botao-card {
  background-color: #bed350;
  border-radius: 20px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 477px;
  height: 56px;
  margin-bottom: -30px;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.div-block-9 {
  flex-flow: column;
  display: flex;
}

.div-block-10 {
  background-color: #13254f;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 250px;
  margin-top: -66px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: none;
  position: static;
}

.card-text {
  color: #13254f;
  width: 193px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.div-block-11 {
  z-index: 1;
  background-image: url('../images/Frame-3_1.webp');
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

.div-block-10-copy {
  z-index: 1;
  background-color: #13254f00;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-seg {
  width: 196px;
  height: 148px;
  margin-top: -80px;
  margin-right: 60px;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, sans-serif;
  font-size: 27px;
}

.heading-5 {
  color: #bed350;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  display: flex;
}

.div-block-13 {
  width: 380px;
  margin-left: 60px;
}

.text-span-2 {
  margin-left: 10px;
  font-size: 60px;
}

.div-block-14 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: #fff;
  width: 1100px;
  height: 72px;
  margin-bottom: 40px;
  font-family: Verdana, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.bg {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.slide {
  border-top: 1px solid #dbdbdb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.div-block-15 {
  background-color: #bed350;
  border-bottom-left-radius: 50px;
  width: 640px;
  height: 557px;
}

.div-block-16 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -385px;
  display: flex;
}

.div-block-17 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.heading-6 {
  color: #13254f;
  margin-bottom: 0;
  font-family: Verdana, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.heading-7 {
  color: #13254f;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Verdana, sans-serif;
  font-size: 40px;
}

.div-block-18 {
  margin-left: 100px;
}

.slider-v2-imagens {
  background-color: #ddd0;
  border-left: 1px #000;
  border-right: 1px #000;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.slide-3 {
  height: 700px;
}

.slider-simples-img-1 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.legenda-imgs {
  color: #13254f;
  text-transform: uppercase;
  background-color: #bed350;
  border-radius: 10px;
  padding: 4px 10px;
  font-family: Verdana, sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.slider-v2-seta-esq {
  background-color: #bed350;
  background-image: url('../images/Vector-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: block;
  left: 16px;
}

.slider-v2-seta-dir {
  background-color: #bed350;
  background-image: url('../images/Vector-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  display: block;
  right: 16px;
}

.slider-v2-bullets {
  display: none;
}

.logo-ter {
  z-index: 2;
  align-self: flex-start;
  width: 146px;
  height: 146px;
  margin: -83px 60px 0 100px;
  display: flex;
  position: relative;
}

.icon, .icon-2 {
  display: none;
}

.apartamentos {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-8 {
  color: #13254f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, sans-serif;
  font-size: 27px;
}

.heading-9 {
  color: #13254f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 400;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 35px;
  height: 28px;
  margin-right: 20px;
}

.div-block-20 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  order: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: 40px;
  display: none;
}

.div-block-21 {
  margin-left: 60px;
}

.cta-verde {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #bed350;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 369px;
  height: 75px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 100px;
  text-decoration: none;
  display: flex;
}

.cta-verde:hover {
  background-color: #ae132a;
}

.text-block-6 {
  color: #13254f;
  font-family: Verdana, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.separador {
  background-color: #13254f;
  order: 1;
  width: 1170px;
  height: 1px;
}

.plants-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1-3 {
  color: #282828;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.tab-link-tab-1-3.w--current {
  color: #fff;
  background-color: #282828;
  border-radius: 10px;
  width: 100%;
}

.tab-link-tab-2-3 {
  color: #282828;
  background-color: #c8c8c8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
}

.tab-link-tab-2-3.w--current {
  color: #fff;
  background-color: #282828;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.slider-left-arrow {
  background-color: #bed350;
  background-image: url('../images/Vector-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: block;
  left: 125px;
}

.paragrafo---plantas-1 {
  color: #c9add4;
  text-transform: none;
  width: auto;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  left: 45px;
}

.heading-10 {
  color: #13254f;
  text-align: center;
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  position: static;
  left: 0;
}

.slider-right-arrow {
  background-color: #bed350;
  background-image: url('../images/Vector-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  display: block;
  right: 125px;
}

.slide-nav-7 {
  justify-content: center;
  align-items: center;
  display: none;
}

.slider-planta-1 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.image-27 {
  width: auto;
  height: 100%;
  max-height: 500px;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.mask-6 {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  position: static;
}

.tabs {
  display: none;
}

.tabs-plantas-duplex {
  z-index: 1;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 108px;
}

.slider-2-combo-tabs {
  background-color: #fff;
  border-left: 1px #000;
  border-right: 1px #000;
  align-self: auto;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  display: none;
  position: relative;
}

.slider-planta-2 {
  background-image: url('../images/slider-planta-2_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.legenda-imgs-3 {
  color: #282828;
  background-color: #f5f5f5;
  padding: 4px 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.icon-3, .icon-4 {
  display: none;
}

.div-block-25 {
  width: 380px;
  height: auto;
}

.heading-11 {
  width: 126px;
  height: 36px;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 100px;
}

.cta-faleconosco {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #ae132a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 54px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.cta-faleconosco:hover {
  background-color: #5d0c18;
}

.contorno {
  z-index: 3;
  border: 1px solid #13254f;
  border-top-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: relative;
}

.separador-duplo {
  z-index: 1;
  width: 1296px;
  height: 1582px;
  position: relative;
}

.formcontato-4 {
  margin-top: 30px;
  padding-top: 0;
  overflow: visible;
}

.field-label {
  color: #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: block;
}

.textarea-2 {
  background-color: #fff6;
  border: 0 solid #00102a;
  border-bottom-width: 1px;
  border-radius: 0;
  min-width: 0;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
}

.container-3 {
  max-width: 570px;
}

.form-block {
  z-index: 1;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-field {
  color: #000;
  background-color: #fff6;
  border: 0 solid #00102a;
  border-bottom-width: 1px;
  border-radius: 0;
  width: 100%;
  height: 58px;
}

.contact {
  padding-top: 80px;
  overflow: hidden;
}

.submit-button {
  background-color: #9b001f;
  border-radius: 0;
  width: 100%;
  height: 51px;
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-12 {
  color: #13254f;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px #5f6464;
  border-bottom: 1px #616061;
  width: auto;
  height: 33px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Verdana, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 100%;
}

.heading-13 {
  color: #13254f;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Verdana, sans-serif;
  font-size: 60px;
}

.div-block-26 {
  align-self: stretch;
}

.submit-form-3 {
  color: #11331b;
  -webkit-text-fill-color: inherit;
  background-color: #ffc72c;
  background-clip: border-box;
  border: 1px solid #11331b;
  border-radius: 100px;
  width: 100%;
  height: 54px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.submit-form-3:hover {
  color: #231f20;
  background-color: #8c9baa;
  border: 1px solid #231f20;
}

.submit-form-3.submit-form {
  color: #fff;
  text-transform: none;
  background-color: #ae132a;
  border-width: 0;
  border-color: #381014;
  border-radius: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  transition: all .3s;
  display: block;
  position: static;
}

.submit-form-3.submit-form:hover {
  color: #202020;
  background-color: #a0a484;
}

.submit-form-3.submit-form {
  color: #492f28;
  text-transform: uppercase;
  text-transform: uppercase;
  background-color: #bfd430;
  border-style: none;
  border-color: #fff;
  border-radius: 10px 10px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: block;
  position: relative;
}

.form-input-2 {
  color: #381014;
  border: 1px #231f20;
  border-bottom: 1px solid #381014;
  border-radius: 0;
  width: 100%;
  height: 24px;
  padding-left: 0;
  font-size: 16px;
}

.select-field-2 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: 58px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
}

.link {
  color: #381014;
}

.p-form-footer {
  color: #000;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.p-form-footer.p-form-footer-first {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.form-checkbox {
  width: 100%;
  margin-top: 8px;
}

.formcontato {
  margin-top: 16px;
  position: relative;
}

.checkbox-label {
  color: #1e252e;
}

.form-content.form {
  width: 100%;
  min-width: auto;
  max-width: 570px;
  position: relative;
}

.form-content.form.form-content-modal {
  display: block;
}

.div-submit {
  margin-top: 16px;
  position: relative;
}

.checkbox-field {
  color: #381014;
  margin-top: 16px;
  font-size: 12px;
}

.text-block-15 {
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  width: 500px;
  display: flex;
  position: static;
}

.image-28, .image-29, .image-30, .image-31, .image-32, .image-33 {
  border-radius: 0;
}

.image-34 {
  width: auto;
  height: 100%;
  max-height: 500px;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.slide-02 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}

.logo-quaart {
  z-index: 2;
  align-self: flex-start;
  width: 146px;
  height: 146px;
  margin-bottom: -79px;
  margin-left: 220px;
  margin-right: 60px;
  display: none;
  position: relative;
}

.navbar-container {
  justify-content: flex-end;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-3-menu-inside {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-v3 {
  background-color: #eee;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  display: none;
}

.menu-botao-v3 {
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.nav-item-navbar-3 {
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.logo-nav-v3 {
  width: 76px;
}

.bt-nav-conversion-v3-2 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #282828;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.navbar-v3-menu {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.navbar-v3-container {
  grid-column-gap: 24px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: none;
}

.cards-mobile {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-7-mobile {
  width: 777px;
  height: 73px;
  margin-top: 1px;
  margin-left: 463px;
}

.div-block-7-mobe {
  width: 777px;
  height: 73px;
  margin-top: 1px;
  margin-left: 463px;
  display: none;
}

.bt-nav-conversion-v3-mobi {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #ae132a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 54px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.bt-nav-conversion-v3-mobi:hover {
  background-color: #5d0c18;
}

.div-block-28 {
  display: flex;
}

.image-35 {
  display: none;
}

.image-40, .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47, .image-48, .image-49 {
  width: auto;
  height: 100%;
  max-height: 500px;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.modal {
  z-index: 1001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.formcontato-3 {
  margin-top: 16px;
}

.div-block-29 {
  position: relative;
}

.p {
  color: #231f20;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.p.p-form {
  color: #5f6464;
  margin-top: 16px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.image-93 {
  width: 253px;
}

.container-11 {
  width: 100%;
  max-width: 570px;
}

.div-block-30 {
  width: 450px;
}

.input-text-form {
  height: 110px;
  min-height: 110px;
  max-height: 110px;
}

.input-text-form.p-form {
  color: #11331b;
  border: 1px solid #524c48;
  margin-bottom: 16px;
  font-size: 16px;
}

.text-block-19 {
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  width: 500px;
  display: flex;
  position: static;
}

.bg-modal {
  background-color: #13254f;
  background-image: none;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-form.p {
  color: #524c48;
}

.button-8 {
  color: #5f6464;
  background-color: #0000;
  border: 1px solid #5f6464;
  border-radius: 0;
  padding: 17px;
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: 16px;
  right: 16px;
}

.paragraph-64 {
  color: #bed350;
  text-transform: uppercase;
  border-top: 2px solid #bed350;
  width: 384px;
  margin-top: 23px;
  margin-bottom: 0;
  padding-top: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.container-modal {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-input-3 {
  color: #11331b;
  border: 1px #231f20;
  border-bottom: 1px solid #5f6464;
  width: 100%;
  height: 32px;
  font-size: 16px;
}

.div-block-31 {
  width: 100%;
  max-width: 570px;
}

.image-94 {
  border-radius: 50px;
  width: 1400px;
  height: 650px;
  display: none;
}

.cta-verde-02 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #bed350;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 369px;
  height: 75px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 100px;
  text-decoration: none;
  display: flex;
}

.cta-verde-02:hover {
  background-color: #ae132a;
}

.text-block-20 {
  color: #5f6464;
  margin-bottom: 16px;
}

.button-5 {
  color: #5f6464;
  background-color: #fff;
  border: 1px solid #5f6464;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: flex;
  position: absolute;
  top: -54px;
  right: 0;
}

.credits {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: relative;
}

.fade {
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer {
  padding-top: 56px;
  padding-bottom: 60px;
  overflow: hidden;
}

.pop-up-2 {
  z-index: 10;
  opacity: 1;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: auto auto 0;
  font-weight: 400;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.popup-content1 {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  position: relative;
}

.button-9 {
  color: #5f6464;
  background-color: #0000;
  border: 1px solid #404040;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-block-18 {
  color: #5f6464;
  border: 1px solid #5f6464;
  height: auto;
  margin-bottom: 0;
  padding: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-65 {
  color: #bed350;
  text-align: left;
  border-bottom: 1px #fff;
  margin-bottom: 0;
  font-family: Verdana, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.text-span-3 {
  color: #fff;
  font-size: 16px;
}

.paragraph-66 {
  color: #fff;
  text-align: left;
  border-top: 1px solid #fff;
  padding-top: 5px;
  font-family: Verdana, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.paragraph-67 {
  color: #fff;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  display: block;
}

.text-span-4, .text-span-5 {
  font-size: 20px;
}

.paragraph-68 {
  color: #bed350;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  display: block;
}

.text-span-6 {
  color: #fff;
  font-size: 10px;
}

.paragraph-69 {
  color: #fff;
  text-align: left;
  margin-bottom: -5px;
  margin-left: 0;
  font-family: Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.paragraph-70 {
  color: #bed350;
  width: 300px;
  font-family: Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.text-span-9 {
  font-size: 35px;
}

.text-span-10 {
  font-size: 10px;
}

.paragraph-71 {
  display: none;
}

.text-span-11 {
  font-size: 10px;
  line-height: 12px;
}

.background-video {
  border-radius: 50px 0 0 50px;
}

.paragraph-72 {
  font-family: Verdana, sans-serif;
  font-size: 15px;
}

.slider-v2-imagens-02 {
  background-color: #ddd0;
  border-left: 1px #000;
  border-right: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1296%;
  max-width: 1200px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.slider-2-combo-tabs-01 {
  background-color: #fff;
  border-left: 1px #000;
  border-right: 1px #000;
  align-self: auto;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  position: relative;
}

.paragraph-73 {
  margin-bottom: 0;
  margin-left: 0;
  font-family: Verdana, sans-serif;
  font-size: 15px;
}

.text-span-12 {
  font-weight: 700;
}

.select-field-3 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: 58px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
}

.div-block-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
  display: none;
}

.select-field-4 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: 58px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
}

.paragraph-74 {
  color: #fff;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 15px;
  display: none;
}

.cta-projeto-v3 {
  grid-column-gap: 8px;
  color: #323620;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #ae132a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 46px;
  margin-bottom: 22px;
  margin-right: 36px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-projeto-v3:hover {
  grid-column-gap: 16px;
}

.text-span-13 {
  font-size: 30px;
}

.paragraph-83 {
  color: #fff;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
}

.text-block-4 {
  color: #543d37;
  font-weight: 700;
}

.info-obras {
  background-color: #bfd430;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 50px;
  margin-top: 100px;
  margin-left: 100px;
  display: none;
  position: relative;
}

.text-span-14 {
  font-size: 50px;
  font-weight: 700;
}

.background-video-2 {
  z-index: -1;
  height: 638px;
  margin-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.paragraph-85 {
  color: #bfd430;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.paragraph-82 {
  color: #fff;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
}

.info {
  background-color: #13254f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  width: 621px;
  height: 175px;
  margin-left: 100px;
  display: none;
}

.hero {
  background-image: url('../images/Portaria-1_1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 424px;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-86 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.infotext {
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 14px;
  margin-left: 32px;
}

.paragraph-81 {
  color: #492f28;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-84 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.navbar-v2 {
  background-color: #bac8e900;
  border-bottom: 2px #492f28;
  width: 100%;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: flex;
}

.logo-nav-v2 {
  width: 125px;
  margin-left: 100px;
}

.navbar-navmenu-v2 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.nav-item-v2 {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}

.nav-item-v2.w--current {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.bt-nav-conversion-v2 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #ae132a;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

.image-95 {
  order: -1;
}

.text-span-15 {
  color: #fff;
  font-size: 16px;
}

.hero-2 {
  background-color: #13254f;
  background-image: url('../images/Frame-35_1.webp'), url('../images/Banner-Mega-Store-939x576-1.webp');
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat, repeat-y;
  background-size: 600px 200px, auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.div-block-33 {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 84px;
  height: 142px;
  display: block;
}

.infos {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-87 {
  color: #fff;
  width: auto;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.text-span-16 {
  color: #bed350;
  text-transform: uppercase;
  font-size: 37px;
}

.separador-3 {
  background-color: #13254f;
  order: 1;
  width: 1170px;
  height: 98px;
}

.detalhe {
  background-color: #d9d9d9;
  order: 1;
  width: 2px;
  height: 98px;
  margin-left: 38px;
}

.div-block-34 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.paragraph-88 {
  color: #fff;
  order: -1;
  margin-bottom: 5px;
  font-family: Graphit, Verdana, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-35 {
  flex-flow: column;
  order: 1;
  margin-left: 38px;
  display: flex;
}

.paragraph-89 {
  color: #fff;
  font-family: Graphit, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.detahe-hero {
  background-color: #bed350;
  height: 16px;
  overflow: hidden;
}

.div-block-36 {
  color: #fff;
  order: 1;
  width: 280px;
  margin-left: 37px;
}

.paragraph-90 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Graphit, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.paragraph-91 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Graphit, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.text-span-17 {
  color: #bed350;
  font-family: Verdana, sans-serif;
  font-size: 45px;
}

.div-block-37 {
  background-color: #682117;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 250px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.paragraph-92 {
  text-align: center;
  width: 20ch;
  margin-bottom: 0;
  font-family: Graphit, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.text-span-18 {
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 10px;
  font-weight: 400;
  display: inline;
}

.div-block-38 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-93 {
  margin-bottom: 10px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: none;
}

.div-block-39 {
  background-color: #bed350;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 368px;
  height: 87px;
  display: flex;
}

.paragraph-94 {
  color: #13254f;
  margin-bottom: 0;
  font-family: Graphit, Verdana, sans-serif;
  font-size: 15px;
  line-height: 100%;
}

.text-span-19 {
  font-weight: 700;
}

.div-block-40 {
  z-index: 2;
  background-image: url('../images/Group-30.webp');
  background-position: 0 0;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 417px;
  height: 75px;
  margin-top: -26px;
  margin-left: 73px;
  display: flex;
  position: absolute;
}

.div-block-41 {
  height: 60px;
}

.paragraph-95 {
  color: #fff;
  align-self: center;
  margin-bottom: 20px;
  font-family: Verdana, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.div-block-42 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: block;
}

.text-span-20 {
  color: #bed350;
}

.div-block-43 {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-bottom: 0;
  display: none;
}

.paragraph-96 {
  color: #13254f;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Verdana, sans-serif;
  font-size: 40px;
}

.tabs-nav {
  grid-column-gap: 16px;
  width: 1200px;
  margin: 42px auto 16px 100px;
  padding-left: 0;
  display: flex;
}

.paragraph-97 {
  margin-bottom: 220px;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-44 {
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-span-24 {
  font-weight: 700;
}

.tab-link-v1-3 {
  color: #492f28;
  text-transform: uppercase;
  background-color: #ddd0;
  border: 1px solid #492f28;
  font-size: 16px;
}

.tab-link-v1-3.w--current {
  color: #fff;
  background-color: #492f28;
  border-style: none;
}

.slider-v3-seta-dir {
  background-color: #28282800;
  border: 1px solid #fff;
  border-radius: 0;
  width: 60px;
  height: 60px;
  display: block;
  right: 125px;
}

.lightbox-link-3 {
  justify-content: center;
  align-items: center;
}

.lazer-2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 1200px;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  font-size: 15px;
  font-weight: 300;
}

.slider-tour-virtual-gradient {
  color: #282828;
  width: 100%;
  height: auto;
  position: relative;
}

.tabs-slider-1 {
  width: 1263px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-v3-seta-esq {
  background-color: #28282800;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: block;
  left: 125px;
}

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

.tour-virtual-1 {
  width: 100%;
  height: auto;
  margin-top: 24px;
  position: relative;
}

.img-planta01 {
  width: 100%;
  height: 500px;
  min-height: 567px;
}

.slider-1-images-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  min-height: 567px;
  position: relative;
}

.img-planta02 {
  width: 100%;
  height: 450px;
  min-height: 567px;
}

.text-span-23 {
  font-weight: 300;
}

.tab-link-v1-1 {
  color: #13254f;
  background-color: #ddd0;
  border: 1px solid #bed350;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.tab-link-v1-1.w--current {
  color: #bed350;
  text-transform: uppercase;
  background-color: #13254f;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 44px;
  padding-left: 0;
  padding-right: 0;
}

.legendaplanta-imgs {
  color: #492f28;
  background-color: #f5f5f500;
  padding: 4px 10px;
  position: static;
  bottom: 16px;
  right: 16px;
}

.slider-img-1-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 567px;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.cta-projeto-v3-2-03 {
  grid-column-gap: 8px;
  color: #323620;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #492f28;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 203px;
  height: 54px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-projeto-v3-2-03:hover {
  grid-column-gap: 16px;
}

.text-block-21 {
  text-transform: uppercase;
  font-size: 16px;
}

.tab-content-container {
  width: 100%;
}

.slider-v2-seta-dir-2 {
  color: #353c45;
  background-color: #fff0;
  border: 1px solid #fff;
  width: 54px;
  height: 54px;
  display: block;
  right: 110px;
}

.tab-link-v1-2 {
  color: #13254f;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #bed350;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-link-v1-2.w--current {
  color: #bed350;
  background-color: #13254f;
  background-image: none;
  border-style: none;
  border-color: #bed350;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
}

.div-block-45 {
  width: 1200px;
  margin-left: 100px;
  margin-right: auto;
}

.slider-v2-seta-esq-2 {
  mix-blend-mode: normal;
  background-color: #fff0;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: block;
  left: 110px;
}

.image-96 {
  position: relative;
  top: 15px;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.text-block-7 {
  color: #fff;
}

.text-block-5 {
  font-size: 16px;
}

.plantas {
  background-color: #bfd430;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
}

.slider-1-images {
  width: 100%;
  height: 73vh;
  position: relative;
}

.image-97 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  position: relative;
  top: 15px;
}

.legenda-imgs-3-perspectiva {
  color: #282828;
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding: 4px 10px;
  display: none;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.slider-img-1 {
  background-image: url('../images/FyrStudio-MaxRealiza-Aria-13-SalaApTipo1-Final2_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 73vh;
  position: relative;
}

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

.paragraph-98 {
  text-transform: uppercase;
  width: 852px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.slider-2-combo-tabs-02 {
  background-color: #fff;
  border-left: 1px #000;
  border-right: 1px #000;
  align-self: auto;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  position: relative;
}

.cta-faleconosco-02 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #ae132a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 54px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.cta-faleconosco-02:hover {
  background-color: #5d0c18;
}

.image-67 {
  width: auto;
  height: 100%;
  max-height: 500px;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.slider-left-arrow-01 {
  background-color: #bed350;
  background-image: url('../images/Vector-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
  left: 125px;
}

.slider-right-arrow-011 {
  background-color: #bed350;
  background-image: url('../images/Vector-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  display: none;
  right: 125px;
}

.slide-nav-7-0 {
  justify-content: center;
  align-items: center;
  display: none;
}

.conversion-bar {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 50%;
  right: 10px;
  overflow: hidden;
  transform: translateY(-50%);
}

.conversion-bar-v1-right-item-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 52px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.paragraph-99 {
  color: #fff;
  white-space: nowrap;
  background-color: #965232;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 52px;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.paragraph-99.whatsapp {
  background-color: #63a531;
  border-radius: 10px;
  display: flex;
}

.button-10 {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.button-10.flutuante {
  color: #fff;
  background-color: #965232;
  border-radius: 10px;
  width: 52px;
  height: 52px;
}

.button-10.flutuante.whatsapp {
  background-color: #63a531;
  border-bottom-right-radius: 0;
}

.paragraph-100 {
  color: #fff;
  text-transform: uppercase;
  border-top: 2px #bed350;
  width: 384px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.container-12, .div-block-48 {
  width: 100%;
  max-width: 570px;
}

.div-block-49 {
  position: relative;
}

.image-98 {
  width: 208px;
  margin-bottom: 40px;
}

.div-block-50 {
  border-top: 2px solid #bed350;
  width: auto;
  margin-top: 60px;
  padding-top: 40px;
}

.div-block-51 {
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 450px;
  display: flex;
}

.paragraph-101 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}

.div-block-52 {
  flex: 0 auto;
  align-self: auto;
  height: auto;
}

.modal-whap {
  z-index: 1001;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.container-modal-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.formcontato-5 {
  margin-top: 16px;
}

.text-block-22 {
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  width: 500px;
  display: flex;
  position: static;
}

.bg-modal-2 {
  background-color: #13254f;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.form-input-4 {
  color: #11331b;
  border: 1px solid #524c48;
  width: 100%;
  height: 32px;
  font-size: 16px;
}

.div-block-58 {
  border-top: 2px solid #bed350;
  width: auto;
  margin-top: 0;
  padding-top: 40px;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tour {
  display: none;
}

.tour-virtual-1-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.paragraph-102 {
  color: #13254f;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
  font-size: 30px;
}

.text-span-25 {
  color: #bed350;
}

.paragraph-103 {
  color: #13254f;
  font-family: Verdana, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
}

.tabs-nav-02 {
  grid-column-gap: 16px;
  width: 100%;
  margin: 42px 0 16px;
  padding-left: 0;
  display: flex;
}

.tabs-slider-2 {
  width: 70%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.tab-content-container-2 {
  width: 100%;
}

.img-da-fachada {
  justify-content: flex-end;
  align-items: flex-end;
  width: 537px;
  height: 829px;
  display: block;
}

.infos-sobre {
  background-color: #13254f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 612px;
  height: 829px;
  padding-top: 40px;
  padding-left: 40px;
  display: block;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-104 {
  color: #fff;
  font-family: Verdana, sans-serif;
  display: none;
}

.div-block-61 {
  justify-content: space-between;
  align-items: center;
  width: 500px;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-105 {
  color: #fff;
  text-align: center;
  width: 527px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.link-2 {
  color: #fff;
}

.div-block-62 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.image-99 {
  flex: 0 auto;
  margin-left: 60px;
  display: none;
}

.cta-faleconosco-02-3 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #ae132a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 54px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.cta-faleconosco-02-3:hover {
  background-color: #5d0c18;
}

.div-block-7-mobeli {
  width: 777px;
  height: 73px;
  margin-top: 1px;
  margin-left: 463px;
  display: none;
}

.tabs-slider-3 {
  width: 1263px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs-nav-3 {
  z-index: 3;
  grid-column-gap: 20px;
  width: 1200px;
  margin: 0 auto 20px 100px;
  padding-left: 0;
  display: flex;
}

.tab-link-v1-1-3 {
  color: #13254f;
  text-transform: uppercase;
  background-color: #311b1b00;
  border: 1px solid #bed350;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
}

.tab-link-v1-1-3.w--current {
  color: #bed350;
  text-transform: uppercase;
  background-color: #13254f;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-style: none;
  border-radius: 0;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  height: 44px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-v1-2-3 {
  color: #13254f;
  text-transform: uppercase;
  background-color: #dddddd05;
  border: 1px solid #bed350;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-link-v1-2-3.w--current {
  color: #bed350;
  background-color: #13254f;
  border-style: none;
  border-color: #bed350;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
}

.text-block-21-3 {
  text-transform: uppercase;
  font-size: 16px;
}

.text-block-5-3 {
  font-size: 16px;
}

.tab-content-container-3 {
  width: 100%;
}

.slider-2-combo-tabs-03, .slider-2-combo-tabs-02-copy {
  background-color: #fff;
  border-left: 1px #000;
  border-right: 1px #000;
  align-self: auto;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  position: relative;
}

.slider-v2-imagens-3, .slider-v2-imagens-4 {
  background-color: #ddd0;
  border-left: 1px #000;
  border-right: 1px #000;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-64 {
  background-image: url('../images/Group-9-1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-50, .image-51, .image-52 {
  border-radius: 0;
}

.heading-3-2 {
  color: #bed350;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, sans-serif;
  line-height: 35px;
}

.div-block-5-23 {
  flex-flow: column;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-2-45 {
  color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 27px;
  line-height: 36px;
}

.field-label-2 {
  color: #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: none;
}

.image-101 {
  display: none;
}

.home-page-link-inner {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.page-link-icon {
  border: 1px #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.p-home-links {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-106 {
  color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Verdana, sans-serif;
}

.div-block-66 {
  background-image: linear-gradient(#13254f, #13254f);
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.div-block-667 {
  background-image: linear-gradient(#13254f, #13254f);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.div-block-668 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 300px;
  margin-top: 0;
  margin-left: 100px;
  display: flex;
  position: static;
}

.paragraph-107 {
  font-family: Verdana, sans-serif;
}

.paragraph-108 {
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
}

.paragraph-109 {
  color: #13254f;
  text-align: center;
  width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
}

.div-block-669 {
  width: auto;
  margin-top: -127px;
}

.div-block-668-34 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 300px;
  margin-top: 0;
  margin-left: 100px;
  display: flex;
  position: static;
}

.div-block-668-34:hover {
  display: flex;
}

.div-block-668-35 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 0;
  margin-left: 100px;
  display: flex;
  position: static;
}

.div-block-668-35:hover {
  display: flex;
}

.div-block-668-36 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 300px;
  margin-top: 0;
  margin-left: 100px;
  display: flex;
  position: static;
}

.paragraph-108-445, .paragraph-108-rt {
  margin-bottom: 0;
  margin-left: 0;
  font-family: Verdana, sans-serif;
  font-size: 10px;
}

.paragraph-108-76 {
  margin-bottom: 0;
  margin-left: 4px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
}

.paragraph-110 {
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

.div-block-670 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: block;
}

.div-block-667-54 {
  background-image: linear-gradient(#13254f, #13254f);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-right: 20px;
  display: none;
}

.div-block-671, .div-block-672 {
  margin-left: 40px;
}

.div-block-673 {
  justify-content: center;
  align-items: center;
  width: 527px;
  display: flex;
}

.div-block-674 {
  color: #fff0;
  flex: 0 auto;
  align-self: flex-start;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-674:hover {
  color: #fff;
  font-size: 7px;
}

.paragraph-112 {
  color: #fff0;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
  font-family: Verdana, sans-serif;
  font-size: 7px;
}

.paragraph-112:hover {
  color: #fff;
  font-size: 7px;
}

.image-78 {
  width: auto;
  height: 100%;
  max-height: 500px;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.tab-link-v1-1-4 {
  color: #13254f;
  background-color: #ddd0;
  border: 1px solid #bed350;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
}

.tab-link-v1-1-4.w--current {
  color: #bed350;
  text-transform: uppercase;
  background-color: #13254f;
  border-style: none;
  border-radius: 0;
}

.text-block-23 {
  text-transform: uppercase;
  font-size: 16px;
}

.tab-link-v1-2-4 {
  color: #13254f;
  text-transform: uppercase;
  background-color: #dddddd05;
  border: 1px solid #bed350;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.tab-link-v1-2-4.w--current {
  color: #bed350;
  background-color: #13254f;
  border-style: none;
  border-color: #bed350;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
}

.text-block-24 {
  font-size: 16px;
}

.text-block-25 {
  margin-top: 0;
  margin-bottom: -45px;
  font-size: 16px;
}

.text-block-26 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: -55px;
  font-size: 16px;
}

.div-block-675 {
  color: #fff0;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.div-block-675:hover {
  color: #fff;
  font-size: 7px;
}

.paragraph-113 {
  color: #fff0;
  text-align: center;
  width: auto;
  height: 44px;
  margin-bottom: 0;
  font-family: Verdana, sans-serif;
  font-size: 7px;
}

.paragraph-113:hover {
  color: #000;
  font-size: 7px;
}

.div-block-676 {
  color: #fff0;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-top: -11px;
  margin-bottom: 0;
}

.div-block-676:hover {
  color: #fff;
  font-size: 7px;
}

.paragraph-114 {
  color: #fff0;
  text-align: center;
  width: 100px;
  height: 35px;
  margin-bottom: 0;
  font-family: Verdana, sans-serif;
  font-size: 7px;
}

.paragraph-114:hover {
  color: #fff;
  font-size: 7px;
}

.div-block-677 {
  display: block;
}

.paragraph-115 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.paragraph-115:hover {
  color: #13254f;
  display: block;
}

.text-block-89, .text-block-78 {
  margin-top: 10px;
  margin-bottom: -55px;
  font-size: 16px;
}

.text-block-234 {
  margin-top: 0;
  margin-bottom: -45px;
  font-size: 16px;
}

.legenda-banner {
  background-image: linear-gradient(#13254f, #13254f);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 25px;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.legendabanner {
  color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

.legenda-bannerfachada {
  z-index: 6;
  background-image: linear-gradient(#13254f, #13254f);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.text-span-28 {
  color: #bed350;
}

.text-span-29 {
  color: #bed350;
  font-size: 27px;
}

.text-span-30 {
  color: #bed350;
  font-size: 8px;
}

.pois {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 527px;
  margin-top: 0;
  display: block;
}

.muitomais {
  color: #fff;
  text-align: center;
  width: 527px;
  margin-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
}

.paragraph-oot {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.paragraph-oot:hover {
  color: #13254f;
  display: block;
}

.slide-8 {
  height: 700px;
}

.legenda-imgs-4 {
  color: #13254f;
  text-transform: uppercase;
  background-color: #bed350;
  border-radius: 10px;
  padding: 4px 10px;
  font-family: Verdana, sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.image-102 {
  border-radius: 0;
}

.slide-9 {
  height: 700px;
}

.legenda-imgs-5 {
  color: #13254f;
  text-transform: uppercase;
  background-color: #bed350;
  border-radius: 10px;
  padding: 4px 10px;
  font-family: Verdana, sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.image-103 {
  border-radius: 0;
}

.slide-10 {
  height: 700px;
}

.legenda-imgs-6 {
  color: #13254f;
  text-transform: uppercase;
  background-color: #bed350;
  border-radius: 10px;
  padding: 4px 10px;
  font-family: Verdana, sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.image-104 {
  border-radius: 0;
}

.image-105, .image-106 {
  width: auto;
}

.image-107 {
  width: 23px;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left {
    width: auto;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 100%;
    height: 830px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .container {
    flex: 1;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 40px;
    display: flex;
  }

  .navbar-brand {
    flex: 0 auto;
    width: 196px;
    height: 148px;
  }

  .button-primary {
    border-radius: 20px;
  }

  .bloco-azul {
    background-color: #13254f;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    justify-content: center;
    align-items: flex-start;
    width: 660px;
    height: 780px;
    padding-top: 20px;
    display: flex;
  }

  .bloco-verde {
    background-color: #bed350;
    border-top-left-radius: 50px;
    justify-content: center;
    align-items: flex-start;
    width: 200px;
    height: 557px;
    padding-top: 20px;
    display: flex;
  }

  .image {
    width: 146px;
    height: auto;
  }

  .logo {
    flex: 0 auto;
    width: 196px;
    height: 100px;
  }

  .text-block {
    font-size: 7px;
    line-height: 7px;
  }

  .mensais {
    margin-top: 20px;
  }

  .tudo {
    flex: 0 auto;
    height: 500px;
  }

  .cards {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    width: 220px;
    height: 158px;
    display: flex;
  }

  .card-1 {
    background-color: #bed350;
    background-image: url('../images/logomcmv-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 20px;
    width: 220px;
    height: 68px;
  }

  .card-2 {
    background-color: #bed350;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 68px;
    display: flex;
  }

  .video {
    width: 1000px;
    margin-top: -21px;
    margin-left: -119px;
  }

  .div-block-3 {
    flex-flow: row;
    display: flex;
  }

  .div-block-7 {
    margin-left: 96px;
  }

  .card-text {
    color: #13254f;
    width: 193px;
    height: 36px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    line-height: 100%;
  }

  .div-block-11 {
    background-image: url('../images/Frame-3_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-10-copy {
    height: 150px;
  }

  .logo-seg {
    flex: 0 auto;
    width: 196px;
    height: 148px;
  }

  .div-block-17 {
    margin-left: auto;
  }

  .logo-ter {
    flex: 0 auto;
    width: 146px;
    height: 100%;
  }

  .div-block-20 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .logo-quaart {
    flex: 0 auto;
    width: 196px;
    height: 100%;
    margin-left: 140px;
  }

  .cards-mobile {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    width: 220px;
    height: 158px;
    display: none;
  }

  .div-block-28 {
    justify-content: center;
    align-items: center;
  }

  .modal {
    display: none;
  }

  .bg-modal {
    background-color: #13254f;
    background-image: none;
  }

  .paragraph-64 {
    color: #bed350;
    border-top-color: #bed350;
  }

  .background-video {
    border-radius: 50px;
  }

  .cta-projeto-v3 {
    border-radius: 10px 10px 0;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 46px;
    margin-bottom: 22px;
    margin-right: 36px;
  }

  .text-span-13 {
    font-size: 29px;
  }

  .paragraph-83 {
    margin-bottom: 0;
  }

  .text-block-4 {
    color: #543d37;
    font-size: 16px;
  }

  .separador-2 {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-top: 5px;
    display: flex;
  }

  .text-span-14 {
    font-size: 50px;
  }

  .paragraph-85 {
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .info {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .hero {
    background-image: url('../images/Portaria-1_1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 429px;
  }

  .paragraph-86 {
    color: #fff;
    margin-bottom: 0;
  }

  .infotext {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .paragraph-84 {
    margin-bottom: 0;
  }

  .paragraph-92 {
    font-size: 16px;
    line-height: 22px;
  }

  .tab-link-v1-1.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-v1-2 {
    z-index: 1;
  }

  .paragraph-100 {
    color: #bed350;
    border-top-color: #bed350;
  }

  .div-block-51 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .modal-whap {
    display: none;
  }

  .bg-modal-2 {
    background-color: #13254f;
  }

  .div-block-60 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs-slider-3 {
    align-self: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-v1-1-3.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-115 {
    font-weight: 700;
  }

  .text-block-89, .text-block-78 {
    margin-bottom: -55px;
  }

  .paragraph-oot {
    width: 150px;
    font-weight: 700;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    width: 100%;
    overflow: hidden;
  }

  .navbar-logo-left-container.shadow-three {
    height: 730px;
  }

  .bloco-azul {
    width: 700px;
    height: 700px;
    margin-left: 0;
  }

  .logo {
    margin-top: 20px;
    padding-top: 0;
  }

  .texto {
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 40px;
    display: block;
  }

  .text-block {
    width: 363px;
    height: 72px;
    font-size: 7px;
    line-height: 8px;
  }

  .mensais {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 244px;
    height: 67px;
    margin-top: 20px;
  }

  .bt-nav-conversion-v3 {
    background-color: #ae132a;
    border-radius: 20px;
    width: 227px;
    height: 54px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .text-block-2 {
    font-family: Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .cta {
    background-color: #ae132a;
    border-radius: 10px;
    width: 172px;
    height: 44px;
  }

  .text-cta {
    font-family: Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }

  .tudo {
    display: flex;
  }

  .cards {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 220px;
    height: 158px;
    display: flex;
  }

  .card-1 {
    z-index: 1;
    background-color: #bed350;
    background-image: url('../images/logomcmv-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px #000;
    border-radius: 20px;
    width: 220px;
    height: 68px;
    position: relative;
  }

  .card-2 {
    z-index: 1;
    background-color: #bed350;
    border-radius: 20px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 220px;
    height: 68px;
    display: flex;
    position: relative;
  }

  .heading {
    color: #13254f;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    line-height: 100%;
  }

  .video {
    z-index: 0;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 50px;
    width: 1000px;
    height: 500px;
    margin-top: -80px;
    margin-left: -43px;
    position: relative;
  }

  .div-block-3 {
    display: flex;
  }

  .div-block-4 {
    flex-flow: column;
    display: flex;
  }

  .textos-sect {
    flex-flow: column;
    margin-top: 30px;
    margin-bottom: 40px;
    display: none;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 100px;
    display: flex;
  }

  .heading-2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Verdana, sans-serif;
    font-size: 27px;
    line-height: 100%;
  }

  .heading-3 {
    color: #bed350;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Verdana, sans-serif;
    font-size: 27px;
    line-height: 100%;
    display: block;
  }

  .div-block-6 {
    align-self: flex-start;
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .div-block-7 {
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 700px;
    height: 150px;
    margin-top: -16px;
    margin-left: 86px;
    display: flex;
  }

  .desc {
    font-size: 60px;
    line-height: 65px;
  }

  .img {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: block;
  }

  .div-block-8 {
    background-image: url('../images/Mask-group_1.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 591px;
  }

  .card-botao {
    z-index: 1;
    background-color: #bed350;
    background-image: url('../images/logomcmv-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px #000;
    border-radius: 20px;
    width: 220px;
    height: 68px;
    position: relative;
  }

  .botao-card {
    z-index: 1;
    background-color: #bed350;
    border-radius: 20px;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 477px;
    height: 56px;
    margin-bottom: -30px;
    margin-right: 60px;
    display: flex;
    position: relative;
  }

  .div-block-9 {
    flex-flow: column;
    display: flex;
  }

  .div-block-10 {
    background-color: #13254f;
    border-radius: 50px 50px 0 0%;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 1296px;
    height: 250px;
    margin-top: -66px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: none;
  }

  .section {
    position: relative;
  }

  .card-text {
    color: #13254f;
    width: 193px;
    height: 36px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    line-height: 100%;
  }

  .div-block-11 {
    z-index: 1;
    background-image: url('../images/Frame-3_1.webp');
    background-position: 50% 100%;
    background-size: cover;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 450px;
    margin-top: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .div-block-12 {
    background-image: url('../images/Mapa-Terranoa-1_1.webp');
    background-position: 0 0;
    background-size: auto;
    flex: 1;
    width: 1368px;
    height: 434px;
    position: relative;
  }

  .div-block-10-copy {
    background-color: #13254f00;
    border-radius: 0 0 50px 50px;
    justify-content: center;
    align-items: center;
    width: 1296px;
    height: 150px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .logo-seg {
    align-self: flex-start;
    margin-top: -80px;
    margin-right: 60px;
    padding-top: 0;
  }

  .heading-4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 27px;
  }

  .heading-5 {
    color: #bed350;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 185px;
    font-family: Verdana, sans-serif;
    font-size: 27px;
    display: flex;
  }

  .text-span {
    font-size: 60px;
  }

  .div-block-13 {
    flex-flow: column;
    flex: 0 auto;
    width: auto;
    margin-left: 60px;
    display: flex;
  }

  .text-span-2 {
    margin-left: 10px;
    font-size: 60px;
  }

  .div-block-14 {
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .paragraph {
    color: #fff;
    width: 1170px;
    height: 72px;
    margin-bottom: 40px;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    line-height: 100%;
  }

  .bg {
    position: relative;
  }

  .slide {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-15 {
    background-color: #bed350;
    border-bottom-left-radius: 50px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 730px;
    height: 557px;
    display: block;
  }

  .div-block-16 {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -385px;
    display: flex;
  }

  .div-block-17 {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .heading-6 {
    color: #13254f;
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 400;
    line-height: 100%;
  }

  .heading-7 {
    color: #13254f;
    margin-top: 0;
    margin-left: 20px;
    font-family: Verdana, sans-serif;
    font-size: 60px;
  }

  .div-block-18 {
    margin-left: 100px;
  }

  .slider-v2-imagens {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .slide-3 {
    height: 730px;
  }

  .legenda-imgs {
    display: block;
    right: 40px;
  }

  .slider-v2-seta-esq {
    background-color: #bed350;
    background-image: url('../images/Vector-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 30px;
    width: 50px;
    height: 50px;
  }

  .slider-v2-seta-dir {
    background-color: #bed350;
    background-image: url('../images/Vector-2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 30px;
    width: 50px;
    height: 50px;
  }

  .logo-ter {
    z-index: 2;
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    width: 300px;
    height: 146px;
    margin: -72px 0 0 400px;
    padding-top: 0;
  }

  .icon, .icon-2 {
    display: none;
  }

  .mask {
    width: 1296px;
  }

  .apartamentos {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .heading-8 {
    color: #13254f;
    font-family: Verdana, sans-serif;
    font-size: 30px;
  }

  .heading-9 {
    color: #13254f;
    margin-top: 0;
    font-family: Verdana, sans-serif;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-2 {
    width: 35px;
    height: 28px;
  }

  .div-block-20 {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
  }

  .div-block-21 {
    margin-left: 0;
  }

  .cta-verde {
    background-color: #bed350;
    border-radius: 10px;
    width: 369px;
    height: 75px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-block-6 {
    font-family: Verdana, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .separador {
    width: 1200px;
  }

  .cta-faleconosco {
    background-color: #ae132a;
    border-radius: 20px;
    width: 227px;
    height: 54px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-28, .image-29, .image-30, .image-31, .image-32, .image-33 {
    border-radius: 50px;
  }

  .slide-02 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: block;
  }

  .logo-quaart {
    z-index: 2;
    align-self: flex-start;
    width: 146px;
    height: 146px;
    margin: 0 60px -79px 220px;
    padding-top: 0;
  }

  .cards-mobile {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 220px;
    height: 158px;
    display: none;
  }

  .div-block-7-mobile {
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 800px;
    height: 73px;
    margin-top: -42px;
    margin-left: 335px;
    display: flex;
  }

  .div-block-7-mobe {
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 800px;
    height: 73px;
    margin-top: -42px;
    margin-left: 335px;
    display: none;
  }

  .bt-nav-conversion-v3-mobi {
    background-color: #ae132a;
    border-radius: 20px;
    width: 227px;
    height: 54px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-28 {
    flex: 0 auto;
  }

  .modal {
    display: none;
  }

  .cta-verde-02 {
    background-color: #bed350;
    border-radius: 10px;
    width: 369px;
    height: 75px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .paragraph-70 {
    display: block;
  }

  .background-video {
    border-radius: 50px;
  }

  .slider-v2-imagens-02 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 1296px;
    max-width: none;
    height: 730px;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .hero {
    background-image: url('../images/Portaria-1_1.webp');
    background-size: cover;
    height: 480px;
  }

  .navbar-container-2 {
    flex: 1;
  }

  .navbar-navmenu-v2 {
    margin-right: 60px;
  }

  .infos {
    justify-content: space-between;
    align-self: center;
    margin-right: auto;
  }

  .paragraph-87 {
    font-size: 120px;
    line-height: 100%;
  }

  .text-span-16 {
    font-family: Graphit, Verdana, sans-serif;
    font-size: 40px;
  }

  .separador-3 {
    width: 1200px;
  }

  .detalhe {
    width: 1px;
  }

  .paragraph-88 {
    font-size: 60px;
  }

  .paragraph-89 {
    font-size: 33px;
  }

  .div-block-36 {
    width: auto;
    max-width: 250px;
    margin-left: 0;
  }

  .paragraph-90 {
    font-size: 25px;
  }

  .text-span-17 {
    font-size: 55px;
  }

  .div-block-37 {
    width: auto;
    height: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .paragraph-92 {
    font-size: 16px;
  }

  .div-block-38 {
    margin-bottom: 20px;
  }

  .div-block-39 {
    width: 400px;
    height: 100px;
    margin-left: 0;
  }

  .paragraph-94 {
    font-size: 18px;
  }

  .tabs-slider-1 {
    display: block;
  }

  .cta-faleconosco-02 {
    background-color: #ae132a;
    border-radius: 20px;
    width: 227px;
    height: 54px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-51 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .modal-whap {
    display: none;
  }

  .tabs-slider-2 {
    display: block;
  }

  .infos-sobre {
    width: 800px;
  }

  .div-block-61 {
    width: 80%;
  }

  .paragraph-105 {
    width: 664px;
  }

  .cta-faleconosco-02-3 {
    background-color: #ae132a;
    border-radius: 20px;
    width: 227px;
    height: 54px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-7-mobeli {
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 800px;
    height: 73px;
    margin-top: -42px;
    margin-left: 335px;
    display: none;
  }

  .tabs-slider-3 {
    align-self: auto;
    width: auto;
    display: block;
  }

  .tab-link-v1-1-3.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-v2-imagens-3, .slider-v2-imagens-4 {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-50, .image-51, .image-52 {
    border-radius: 50px;
  }

  .heading-3-2 {
    color: #bed350;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Verdana, sans-serif;
    font-size: 27px;
    line-height: 100%;
    display: block;
  }

  .div-block-5-23 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 100px;
    display: flex;
  }

  .heading-2-45 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Verdana, sans-serif;
    font-size: 27px;
    line-height: 32px;
  }

  .image-101 {
    width: 100%;
  }

  .div-block-667 {
    justify-content: center;
    align-items: center;
  }

  .div-block-667-54 {
    display: none;
  }

  .div-block-673 {
    width: 664px;
  }

  .muitomais {
    width: 664px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .paragraph-oot {
    width: 160px;
    height: 100px;
  }

  .slide-8 {
    height: 730px;
  }

  .legenda-imgs-4 {
    display: block;
    right: 40px;
  }

  .image-102 {
    border-radius: 50px;
  }

  .slide-9 {
    height: 730px;
  }

  .legenda-imgs-5 {
    display: block;
    right: 40px;
  }

  .image-103 {
    border-radius: 50px;
  }

  .slide-10 {
    height: 730px;
  }

  .legenda-imgs-6 {
    display: block;
    right: 40px;
  }

  .image-104 {
    border-radius: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .navbar-logo-left-container.shadow-three {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    height: 900px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container {
    flex: 0 auto;
    order: 1;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 40px;
    display: flex;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
  }

  .navbar-brand {
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    font-family: Verdana, sans-serif;
    font-size: 17px;
  }

  .button-primary {
    text-transform: none;
    border-radius: 20px;
    padding: 15px 46px;
    font-family: Verdana, sans-serif;
    font-style: normal;
    line-height: 26px;
  }

  .div-block {
    background-image: url('../images/Bg-1_1.webp');
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    align-items: flex-start;
    width: 560px;
    height: 629px;
    padding-top: 20px;
    display: flex;
  }

  .bloco-azul {
    justify-content: center;
    align-items: flex-start;
    width: 900px;
    height: 900px;
    margin-left: 40px;
    padding-top: 20px;
    padding-left: 100px;
    display: flex;
  }

  .bloco-verde {
    background-color: #bed350;
    border-top-left-radius: 50px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-start;
    width: 900px;
    height: 557px;
    padding-top: 20px;
    display: flex;
  }

  .image {
    width: auto;
    height: auto;
  }

  .logo {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .div-block-2 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 225px;
    height: 200px;
  }

  .text-block {
    width: 400px;
    height: 120px;
    font-size: 10px;
    line-height: 11px;
  }

  .bt-nav-conversion-v3 {
    margin-top: 20px;
  }

  .tudo {
    flex: 0 auto;
    align-self: auto;
    margin-top: 40px;
  }

  .cards {
    width: auto;
    height: auto;
  }

  .card-1, .card-2 {
    height: 80px;
  }

  .heading {
    font-size: 22px;
  }

  .video {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 0;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 1400px;
    height: auto;
    margin-left: -74px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .div-block-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .heading-2 {
    color: #fff;
    font-size: 37px;
  }

  .heading-3 {
    font-size: 37px;
  }

  .div-block-6 {
    width: auto;
    margin-left: 15px;
  }

  .div-block-7 {
    width: 800px;
    margin-top: 5px;
    margin-left: 5px;
  }

  .desc {
    font-size: 67px;
  }

  .div-block-8 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .botao-card {
    width: 600px;
    height: 70px;
    margin-right: 220px;
    font-size: 22px;
  }

  .div-block-10 {
    width: 1800px;
    height: 300px;
    display: none;
  }

  .div-block-11 {
    background-image: none;
    background-size: auto;
    width: 1920px;
    height: 660px;
  }

  .div-block-10-copy {
    width: 1800px;
    height: 200px;
    padding-bottom: 0;
  }

  .logo-seg {
    justify-content: center;
    align-items: center;
    width: 200px;
  }

  .div-block-13 {
    margin-left: 100px;
  }

  .paragraph {
    align-self: auto;
    width: 1600px;
    height: 100px;
    font-size: 27px;
  }

  .slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15 {
    width: 980px;
  }

  .div-block-17 {
    display: none;
  }

  .heading-6 {
    font-size: 37px;
  }

  .heading-7 {
    margin-left: 40px;
    font-size: 80px;
    line-height: 100%;
  }

  .div-block-18 {
    margin-left: 164px;
  }

  .slider-v2-imagens {
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    display: flex;
  }

  .slide-3 {
    height: 1014px;
  }

  .slider-simples-img-1 {
    width: 100%;
    height: 100%;
  }

  .legenda-imgs {
    z-index: 6;
    right: 40px;
  }

  .slider-v2-seta-esq {
    inset: 0% auto 0% 0%;
  }

  .slider-v2-seta-dir {
    inset: 0% 0% 0% auto;
  }

  .slider-v2-bullets {
    margin-bottom: 20px;
  }

  .logo-ter {
    justify-content: center;
    align-items: center;
    margin-top: -87px;
    margin-bottom: 0;
    margin-left: 220px;
  }

  .mask {
    width: 1800px;
    height: auto;
  }

  .apartamentos {
    align-self: stretch;
    margin-top: 60px;
  }

  .heading-8 {
    margin-bottom: 10px;
    font-size: 37px;
  }

  .heading-9 {
    font-size: 37px;
  }

  .div-block-20 {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    margin-bottom: 0;
    margin-left: 140px;
  }

  .cta-verde {
    margin-right: 100px;
  }

  .separador {
    width: 1650px;
  }

  .plants-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-1-3 {
    color: #282828;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-1-3.w--current {
    color: #fff;
    background-color: #282828;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-link-tab-2-3 {
    justify-content: center;
    align-items: center;
    height: 44px;
    display: flex;
  }

  .tab-link-tab-2-3.w--current {
    color: #fff;
    background-color: #282828;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-content {
    width: 100%;
    height: 90vh;
  }

  .slider-plantas-combo {
    width: 100%;
    height: auto;
  }

  .slider-planta-1 {
    background-image: none;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .tabs-plantas-duplex {
    z-index: 1;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 300px;
    display: none;
    position: absolute;
    inset: 0 auto 0 116px;
  }

  .slider-2-combo-tabs {
    background-color: #ddd0;
    width: 1800px;
    max-width: 1600px;
    height: auto;
    margin-top: 40px;
  }

  .slider-planta-2 {
    background-image: url('../images/slider-planta-2_1.webp');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 90vh;
  }

  .heading-11 {
    width: 200px;
    height: 45px;
    font-size: 45px;
    line-height: 100%;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .text-field {
    height: 32px;
    margin-bottom: 20px;
  }

  .submit-button {
    background-color: #9b001f;
    height: 54px;
  }

  .image-28, .image-29, .image-30, .image-31 {
    border-radius: 50px;
    width: 1800px;
    height: auto;
  }

  .image-32 {
    border-radius: 0;
    width: 1800px;
    height: auto;
  }

  .image-33 {
    border-radius: 50px;
    width: 1800px;
    height: auto;
  }

  .slide-02 {
    display: block;
  }

  .logo-quaart {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-left: 220px;
  }

  .cards-mobile {
    width: auto;
    height: auto;
  }

  .div-block-7-mobile {
    width: 1200px;
    margin-top: -20px;
    margin-left: 370px;
  }

  .div-block-7-mobe {
    width: 1200px;
    margin-top: -20px;
    margin-left: 370px;
    display: none;
  }

  .bt-nav-conversion-v3-mobi {
    margin-top: 20px;
  }

  .image-35 {
    width: auto;
    height: 100%;
    display: block;
  }

  .modal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
  }

  .bg-modal {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-modal {
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin-top: 220px;
  }

  .image-94 {
    border-radius: 50px;
    width: 1400px;
    height: 650px;
  }

  .cta-verde-02 {
    margin-right: 100px;
  }

  .pop-up-2 {
    display: none;
  }

  .background-video {
    border-radius: 50px 0 0 50px;
  }

  .slider-v2-imagens-02 {
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1800px;
    max-width: 1600px;
    height: auto;
    display: none;
  }

  .slider-2-combo-tabs-01 {
    background-color: #ddd0;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 40px;
  }

  .background-video-2 {
    height: 700px;
    display: none;
  }

  .hero {
    background-image: url('../images/Portaria-1_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 680px;
  }

  .navbar-container-2 {
    flex: 1;
    width: auto;
  }

  .infos {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .paragraph-87 {
    font-size: 150px;
  }

  .separador-3 {
    width: 1650px;
  }

  .detalhe {
    width: 2px;
    margin-left: 60px;
  }

  .paragraph-88 {
    font-size: 80px;
  }

  .div-block-35 {
    margin-left: 60px;
  }

  .paragraph-89 {
    font-size: 50px;
  }

  .div-block-36 {
    width: auto;
    max-width: none;
    margin-left: 60px;
  }

  .text-span-17 {
    font-size: 65px;
  }

  .div-block-37 {
    width: auto;
    max-width: 300px;
    height: auto;
  }

  .paragraph-92 {
    font-size: 18px;
  }

  .div-block-38 {
    margin-bottom: 0;
  }

  .div-block-39 {
    width: 500px;
    height: 150px;
    margin-left: 60px;
  }

  .paragraph-94 {
    font-size: 22px;
  }

  .tabs-nav {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .tabs-slider-1 {
    flex: 0 auto;
    width: 1600px;
  }

  .tab-link-v1-1 {
    color: #bed350;
    width: auto;
    height: 44px;
  }

  .tab-link-v1-2.w--current {
    width: auto;
    height: 44px;
  }

  .slider-2-combo-tabs-02 {
    background-color: #ddd0;
    width: 1800px;
    max-width: 1600px;
    height: auto;
    margin-top: 40px;
  }

  .div-block-50 {
    margin-top: 0;
  }

  .div-block-51 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .paragraph-101 {
    font-size: 20px;
  }

  .modal-whap {
    display: none;
  }

  .container-modal-2 {
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin-top: 220px;
  }

  .div-block-58 {
    margin-top: 0;
  }

  .tabs-nav-02 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .tabs-slider-2 {
    flex: 0 auto;
  }

  .infos-sobre {
    width: 1000px;
  }

  .div-block-61 {
    width: 70%;
  }

  .paragraph-105 {
    font-size: 14px;
  }

  .div-block-7-mobeli {
    width: 1200px;
    margin-top: -20px;
    margin-left: 370px;
    display: none;
  }

  .tabs-slider-3 {
    flex: 0 auto;
    align-self: auto;
  }

  .tabs-nav-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .slider-2-combo-tabs-03 {
    background-color: #ddd0;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 40px;
  }

  .slider-2-combo-tabs-02-copy {
    background-color: #ddd0;
    width: 1800px;
    max-width: 1600px;
    height: auto;
    margin-top: 40px;
  }

  .slider-v2-imagens-3, .slider-v2-imagens-4 {
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    display: flex;
  }

  .image-50, .image-51, .image-52 {
    border-radius: 50px;
    width: 1800px;
    height: auto;
  }

  .heading-3-2 {
    font-size: 37px;
  }

  .div-block-5-23 {
    margin-left: 0;
  }

  .heading-2-45 {
    color: #fff;
    font-size: 37px;
    line-height: 40px;
  }

  .field-label-2 {
    margin-bottom: 5px;
  }

  .div-block-65 {
    width: auto;
    height: 728px;
  }

  .image-101 {
    width: 100%;
    height: 100%;
  }

  .div-block-667 {
    display: none;
  }

  .div-block-667-54 {
    display: flex;
  }

  .paragraph-111 {
    color: #13254f;
    text-align: center;
    margin-top: 10px;
    font-family: Verdana, sans-serif;
    font-size: 18px;
  }

  .div-block-674, .paragraph-112 {
    width: auto;
    height: 44px;
  }

  .paragraph-115 {
    align-self: auto;
    width: auto;
    font-size: 14px;
  }

  .paragraph-oot {
    align-self: auto;
    width: 170px;
    font-size: 14px;
  }

  .slide-8 {
    height: 1014px;
  }

  .legenda-imgs-4 {
    z-index: 6;
    right: 40px;
  }

  .image-102 {
    border-radius: 0;
    width: 1800px;
    height: auto;
  }

  .slide-9 {
    height: 1014px;
  }

  .legenda-imgs-5 {
    z-index: 6;
    right: 40px;
  }

  .image-103 {
    border-radius: 0;
    width: 1800px;
    height: auto;
  }

  .slide-10 {
    height: 1014px;
  }

  .legenda-imgs-6 {
    z-index: 6;
    right: 40px;
  }

  .image-104 {
    border-radius: 0;
    width: 1800px;
    height: auto;
  }

  .image-108 {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container {
    flex-flow: row;
    max-width: 728px;
    display: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .bloco-azul {
    border-top-right-radius: 0;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .bloco-verde {
    display: none;
  }

  .logo {
    align-self: center;
    margin-top: 60px;
  }

  .texto {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .mensais {
    background-image: url('../images/a-partir-2.webp');
  }

  .tudo {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .cards {
    display: none;
  }

  .video {
    z-index: -1;
    background-image: url('../images/video.webp');
    background-size: cover;
    width: 600px;
    margin-left: -98px;
    display: none;
  }

  .div-block-3 {
    flex-flow: column;
    align-self: center;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .textos-sect {
    flex-flow: row;
    display: block;
  }

  .div-block-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-container {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
  }

  .navbar-v3 {
    background-color: #13254f;
  }

  .icon-5, .icon-6 {
    color: #fff;
  }

  .div-block-5-23 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logo {
    margin-top: 40px;
    padding-left: 0;
  }

  .textos-sect {
    padding-top: 0;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .heading-2 {
    color: #13254f;
  }

  .div-block-7 {
    margin-top: 39px;
    margin-left: 144px;
  }

  .div-block-10-copy {
    width: auto;
  }

  .logo-seg, .logo-ter {
    padding-left: 0;
  }

  .contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-quaart {
    padding-left: 0;
  }

  .div-block-7-mobe {
    display: none;
  }

  .credits {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .button-9 {
    top: 62%;
  }

  .info {
    width: 100%;
    margin-left: 0;
  }

  .hero {
    height: 500px;
    display: flex;
  }

  .icon-6 {
    color: #fff;
  }

  .hero-2 {
    height: 500px;
  }

  .infos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .slider-1-images-2 {
    min-height: 307px;
    padding-bottom: 40px;
  }

  .slider-img-1-2 {
    min-height: 307px;
  }

  .slider-v2-seta-dir-2, .slider-v2-seta-esq-2 {
    display: none;
  }

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

  .tour-virtual-1-2 {
    flex-flow: column;
  }

  .img-da-fachada {
    align-self: stretch;
    width: auto;
    height: 700px;
  }

  .infos-sobre {
    flex-flow: column;
    align-self: stretch;
    width: auto;
    height: 700px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-60 {
    flex-flow: column;
    padding-top: 0;
  }

  .div-block-61 {
    align-self: center;
  }

  .div-block-62 {
    margin-top: 20px;
  }

  .cta-faleconosco-02-3 {
    flex: 0 auto;
    align-self: center;
    height: 54px;
  }

  .image-100 {
    flex: 1;
    align-self: auto;
  }

  .div-block-7-mobeli {
    display: none;
  }

  .div-block-5-23 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .pois {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    margin-bottom: 0;
    padding-bottom: 40px;
    display: none;
    overflow: hidden;
  }

  .navbar-logo-left-container.shadow-three {
    height: 900px;
    padding-bottom: 0;
  }

  .container {
    background-color: #13254f;
    flex: 0 auto;
    order: -1;
    align-self: auto;
    max-width: none;
    display: none;
  }

  .navbar-wrapper {
    display: block;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .bloco-azul {
    height: 500px;
    padding-top: 140px;
  }

  .logo {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .div-block-2 {
    background-image: none;
  }

  .text-block {
    order: 1;
    width: 270px;
  }

  .mensais {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 29px;
  }

  .bt-nav-conversion-v3 {
    width: 140px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .cta {
    width: 120px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .tudo {
    height: 700px;
    padding-bottom: 0;
  }

  .cards {
    display: none;
  }

  .card-1, .card-2 {
    border-radius: 0;
    width: 100%;
  }

  .heading {
    align-self: center;
    font-size: 12px;
  }

  .video {
    z-index: -1;
    background-image: url('../images/video.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex: 0 auto;
    align-self: auto;
    width: 90%;
    height: 800px;
    margin-top: -19px;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .div-block-3 {
    height: 280px;
  }

  .div-block-4 {
    text-align: left;
    flex: 0 auto;
    align-self: center;
  }

  .textos-sect {
    height: 300px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    display: none;
    overflow: hidden;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    text-align: left;
    font-size: 25px;
    line-height: 32px;
  }

  .heading-3 {
    text-align: left;
    line-height: 25px;
  }

  .div-block-6 {
    width: 300px;
    height: 100px;
    display: none;
  }

  .div-block-7 {
    width: 300px;
    height: 120px;
    margin-left: 0;
    display: none;
  }

  .desc {
    line-height: 100%;
  }

  .img {
    overflow: hidden;
  }

  .div-block-8 {
    z-index: -2;
    background-image: url('../images/Mask-group-1.webp');
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: 300px;
    display: flex;
    position: relative;
  }

  .botao-card {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 85%;
    margin-bottom: -48px;
    margin-right: 0;
  }

  .div-block-9 {
    padding-top: 0;
  }

  .div-block-10 {
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 70%;
    margin-top: -51px;
    position: relative;
  }

  .div-block-11 {
    background-image: none;
    background-size: auto;
    overflow: auto;
  }

  .div-block-10-copy {
    width: 90%;
  }

  .logo-seg {
    width: 100%;
    height: 83%;
    margin-top: -145px;
    display: none;
  }

  .heading-4 {
    margin-left: 20px;
    font-size: 20px;
  }

  .heading-5 {
    margin-left: 122px;
  }

  .div-block-13 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .div-block-14 {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .paragraph {
    align-self: auto;
    width: 80%;
    height: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .bg {
    z-index: auto;
    overflow: hidden;
  }

  .slide {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .div-block-15 {
    display: none;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
  }

  .div-block-18 {
    flex: 0 auto;
    align-self: auto;
    margin-left: 0;
  }

  .slider-v2-imagens {
    flex-flow: column;
    align-self: stretch;
    width: auto;
    height: 100%;
  }

  .slide-3 {
    height: 225px;
  }

  .slider-simples-img-1 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .legenda-imgs {
    font-size: 10px;
  }

  .slider-v2-seta-esq {
    width: 20px;
    height: 20px;
    display: block;
  }

  .slider-v2-seta-dir {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 20px;
    height: 20px;
    display: block;
  }

  .slider-v2-bullets {
    display: none;
    inset: auto 0% -48px;
  }

  .logo-ter {
    width: 40px;
    height: 40px;
    margin: -16px 0 0 10px;
  }

  .apartamentos {
    margin-top: 40px;
  }

  .heading-8, .heading-9 {
    font-size: 18px;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2 {
    margin-right: 10px;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .div-block-21 {
    flex: 1;
    margin-left: 0;
  }

  .cta-verde {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 140px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .separador {
    display: none;
  }

  .plants-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tab-link-tab-1-3 {
    width: 100%;
  }

  .tab-link-tab-1-3.w--current {
    background-color: #3d3d3d;
  }

  .tab-link-tab-2-3 {
    background-color: #fff;
    border: 1px solid #3d3d3d;
  }

  .slider-left-arrow {
    display: none;
  }

  .paragrafo---plantas-1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 8%;
    display: flex;
    position: relative;
  }

  .heading-10 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0%;
    position: relative;
  }

  .slider-right-arrow {
    display: none;
  }

  .slide-nav-7 {
    margin-top: 0;
    padding-top: 0;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .slider-planta-1 {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .image-27 {
    max-height: 300px;
    display: block;
    overflow: hidden;
  }

  .mask-6 {
    height: auto;
    margin-top: 0;
  }

  .tabs-plantas-duplex {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
    position: relative;
    inset: auto 0% 0;
  }

  .slider-2-combo-tabs {
    background-color: #ddd0;
    width: 450px;
    height: 500px;
    padding-bottom: 60px;
  }

  .slider-planta-2 {
    background-position: 50%;
    height: 22vh;
  }

  .div-block-24 {
    width: 100%;
  }

  .div-block-25 {
    order: 1;
    align-self: center;
    width: auto;
    height: 40px;
  }

  .cta-faleconosco {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .formcontato-4 {
    padding-top: 19px;
  }

  .container-3 {
    padding: 16px 0;
    overflow: visible;
  }

  .text-field {
    width: 100%;
  }

  .contact {
    overflow: hidden;
  }

  .submit-button {
    background-color: #9b001f;
    width: 100%;
  }

  .container-4 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-12 {
    align-self: center;
    width: auto;
    height: auto;
    padding-bottom: 8px;
    font-size: 22px;
  }

  .heading-13 {
    text-align: center;
    align-self: center;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 100%;
    display: block;
  }

  .form-input-2, .select-field-2 {
    font-size: 14px;
  }

  .formcontato {
    margin-top: 16px;
  }

  .div-submit {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    display: flex;
  }

  .image-28, .image-29, .image-30, .image-31, .image-32 {
    border-radius: 5px;
  }

  .image-34 {
    max-height: 300px;
    display: block;
    overflow: hidden;
  }

  .slide-02 {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .logo-quaart {
    width: 70px;
    height: 70px;
    margin-bottom: -44px;
    margin-left: 60px;
  }

  .navbar-3-menu-inside {
    grid-row-gap: 40px;
    margin-top: 32px;
  }

  .navbar-v3 {
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .bt-nav-conversion-v3-2 {
    width: 140px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .navbar-v3-menu {
    grid-column-gap: 0px;
    margin-top: 72px;
    padding-right: 5%;
  }

  .navbar-v3-container {
    grid-column-gap: 8px;
    display: block;
  }

  .cards-mobile {
    flex-flow: column;
    order: 1;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    display: none;
  }

  .div-block-7-mobile {
    width: 230px;
    height: 120px;
    margin-left: 0;
  }

  .div-block-7-mobe {
    width: 300px;
    height: 120px;
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .bt-nav-conversion-v3-mobi {
    width: 70%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-27 {
    flex: 0 auto;
    align-self: auto;
  }

  .image-35 {
    width: 1000px;
    min-width: auto;
    max-width: none;
    height: 100%;
    display: block;
  }

  .image-40, .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47, .image-48, .image-49 {
    max-height: 300px;
    display: block;
    overflow: hidden;
  }

  .modal {
    z-index: 1002;
    background-color: #13254f;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 54px;
    display: none;
    overflow: hidden;
  }

  .formcontato-3 {
    margin-top: 16px;
  }

  .p.p-form {
    color: #fff;
    font-size: 14px;
  }

  .image-93 {
    display: none;
  }

  .container-11 {
    margin-top: 0;
    padding: 16px 0;
    overflow: visible;
  }

  .div-block-30 {
    width: 100%;
    padding-top: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-text-form.p-form {
    font-size: 14px;
  }

  .bg-modal {
    width: 100%;
    height: 20%;
  }

  .button-8 {
    z-index: 2;
    color: #fff;
    border-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    right: 16px;
  }

  .paragraph-64 {
    border-top-style: none;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .container-modal {
    background-color: #13254f;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-input-3 {
    font-size: 14px;
  }

  .div-block-31 {
    max-width: none;
  }

  .image-94 {
    display: none;
  }

  .cta-verde-02 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 200px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .button-5 {
    position: fixed;
    inset: 0% 0% auto auto;
    overflow: visible;
  }

  .credits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer {
    position: relative;
    overflow: hidden;
  }

  .pop-up-2 {
    z-index: 9999;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
    border-radius: 0;
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0;
    overflow: auto;
  }

  .popup-content1 {
    margin: 0;
    overflow: scroll;
  }

  .button-9 {
    top: 60%;
  }

  .text-block-18 {
    font-size: 13px;
  }

  .left {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: row;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .image-77 {
    max-width: 60px;
    margin-top: 120px;
  }

  .paragraph-65 {
    color: #bed350;
    text-align: center;
    margin-bottom: 0;
    font-family: Verdana, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
    display: block;
  }

  .text-span-3 {
    color: #fcfcfc;
    font-size: 30px;
  }

  .paragraph-66 {
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    margin-bottom: 0;
    font-family: Verdana, sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 50px;
    display: block;
  }

  .paragraph-67 {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    display: block;
  }

  .text-span-4, .text-span-5 {
    font-size: 20px;
    font-weight: 700;
  }

  .paragraph-68 {
    color: #bed350;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    font-family: Verdana, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .text-span-6 {
    color: #f8f8f8;
    font-size: 10px;
  }

  .text-span-7 {
    font-size: 20px;
  }

  .paragraph-69 {
    color: #fcfcfc;
    text-align: center;
    margin-bottom: 0;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: block;
  }

  .paragraph-70 {
    color: #bed350;
    text-align: center;
    width: auto;
    margin-top: -20px;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    display: block;
  }

  .text-span-8 {
    font-size: 10px;
  }

  .text-span-9 {
    font-size: 27px;
  }

  .paragraph-71 {
    color: #fff;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    display: block;
  }

  .background-video {
    border-top-left-radius: 0;
    border-bottom-right-radius: 50px;
  }

  .slider-v2-imagens-02 {
    flex-flow: column;
    align-self: auto;
    width: 90%;
    height: 100%;
  }

  .slider-2-combo-tabs-01 {
    background-color: #ddd0;
    width: auto;
    height: 500px;
    padding-bottom: 60px;
  }

  .select-field-3 {
    font-size: 14px;
  }

  .div-block-32 {
    flex-flow: column;
  }

  .select-field-4 {
    font-size: 14px;
  }

  .paragraph-74 {
    font-size: 10px;
  }

  .cta-projeto-v3 {
    width: 146px;
  }

  .text-span-13 {
    font-size: 20px;
  }

  .info-obras {
    width: 100%;
    height: 100px;
    margin-top: 119px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-14 {
    font-size: 25px;
  }

  .background-video-2 {
    height: auto;
  }

  .paragraph-85 {
    text-transform: uppercase;
    font-size: 16px;
  }

  .info {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: 348px;
    height: 225px;
    margin-top: 220px;
    margin-left: 0;
    padding-left: 20px;
  }

  .hero {
    background-image: url('../images/Portaria-3_1.webp');
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-end;
    height: 250px;
    display: flex;
  }

  .paragraph-86 {
    font-size: 12px;
  }

  .infotext {
    align-self: flex-start;
    margin-left: 0;
    display: block;
  }

  .navbar-v2 {
    border-bottom-style: none;
    height: 120px;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .navbar-container-2 {
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-nav-v2 {
    margin-left: 0;
  }

  .navbar-navmenu-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-right: 5%;
    display: flex;
  }

  .nav-item-v2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 32px;
    display: flex;
  }

  .bt-nav-conversion-v2 {
    width: 140px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .menu-botao-v2 {
    padding: 8px;
    display: none;
  }

  .icon-6 {
    color: #fff;
  }

  .hero-2 {
    background-position: 0 100%, 100% 100%;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .infos {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-87 {
    align-self: auto;
    font-size: 60px;
  }

  .text-span-16 {
    font-size: 27px;
  }

  .separador-3 {
    display: none;
  }

  .detalhe {
    height: 50px;
    margin-left: 10px;
    display: block;
  }

  .paragraph-88 {
    font-size: 30px;
  }

  .div-block-35 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 10px;
  }

  .paragraph-89 {
    font-size: 16px;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .paragraph-93 {
    display: none;
  }

  .div-block-39 {
    order: -1;
    width: 300px;
  }

  .paragraph-94 {
    font-size: 12px;
  }

  .div-block-40 {
    background-repeat: no-repeat;
    background-size: contain;
    width: 340px;
    margin-left: 10px;
  }

  .paragraph-95 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .paragraph-96 {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
  }

  .tabs-nav {
    grid-column-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6%;
    padding-right: 5%;
  }

  .paragraph-97 {
    margin-bottom: 20px;
  }

  .div-block-44 {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }

  .slider-v3-seta-dir {
    display: none;
  }

  .lazer-2 {
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 7%;
  }

  .slider-tour-virtual-gradient {
    height: auto;
  }

  .tabs-slider-1 {
    width: 100%;
    margin-left: auto;
  }

  .slider-v3-seta-esq {
    display: none;
  }

  .mask-8, .tour-virtual-1 {
    height: auto;
  }

  .img-planta01 {
    width: 370px;
    height: 295px;
    min-height: auto;
  }

  .slider-1-images-2 {
    background-color: #0000;
    flex-flow: column;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
  }

  .text-block-17 {
    text-align: center;
  }

  .img-planta02 {
    height: 295px;
    min-height: auto;
  }

  .tab-link-v1-1, .tab-link-v1-1.w--current {
    width: auto;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .legendaplanta-imgs {
    display: none;
  }

  .slider-img-1-2 {
    flex-flow: column;
    height: auto;
    min-height: 307px;
  }

  .slide-nav {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    bottom: 10px;
  }

  .cta-projeto-v3-2-03 {
    width: 203px;
  }

  .tab-content-container {
    height: auto;
    margin-top: 20px;
  }

  .slider-v2-seta-dir-2 {
    display: none;
  }

  .tab-link-v1-2 {
    width: auto;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-v1-2.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-45 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-v2-seta-esq-2 {
    display: none;
  }

  .slider-1-images {
    background-color: #0000;
    height: auto;
    padding-bottom: 40px;
  }

  .slider-img-1 {
    height: 26vh;
  }

  .slide-nav-9 {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    padding-top: 6px;
    font-size: 6px;
    display: flex;
    bottom: 0;
  }

  .paragraph-98 {
    width: auto;
    padding-left: 7%;
  }

  .slider-2-combo-tabs-02 {
    background-color: #ddd0;
    width: auto;
    height: 500px;
    padding-bottom: 60px;
  }

  .cta-faleconosco-02 {
    width: 250px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .image-67 {
    max-height: 300px;
    display: block;
    overflow: hidden;
  }

  .slider-left-arrow-01, .slider-right-arrow-011 {
    display: none;
  }

  .div-block-47 {
    margin-bottom: 20px;
  }

  .slide-nav-7-0 {
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .conversion-bar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    color: #000;
    background-color: #fff0;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 4px;
    top: auto;
    bottom: 50%;
    right: 10px;
    transform: translateY(0%);
  }

  .conversion-bar-v1-right-item-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .paragraph-99 {
    display: none;
  }

  .paragraph-99.whatsapp {
    border-radius: 10px 0 0 10px;
    align-self: auto;
    width: 200px;
    margin-left: 0;
    font-weight: 400;
    display: none;
  }

  .button-10.flutuante.whatsapp {
    border-radius: 10px 10px 0;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .paragraph-100 {
    border-top-style: none;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .container-12 {
    margin-top: 20px;
    padding: 16px 0;
    overflow: visible;
  }

  .image-98 {
    display: none;
  }

  .div-block-51 {
    width: 100%;
    padding-top: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-whap {
    z-index: 1002;
    background-color: #13254f;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 54px;
    display: none;
    overflow: hidden;
  }

  .container-modal-2 {
    flex-flow: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .formcontato-5 {
    margin-top: 16px;
  }

  .bg-modal-2 {
    background-color: #13254f;
    background-image: none;
    width: 100%;
    height: 20%;
  }

  .form-input-4 {
    font-size: 14px;
  }

  .div-block-59 {
    margin-top: 10px;
  }

  .tour {
    overflow: hidden;
  }

  .tour-virtual-1-2 {
    flex-flow: column;
    height: auto;
    padding-top: 60px;
  }

  .paragraph-102 {
    margin-bottom: 30px;
  }

  .tabs-nav-02 {
    grid-column-gap: 8px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6%;
    padding-right: 5%;
  }

  .tabs-slider-2 {
    width: 100%;
    margin-left: auto;
  }

  .tab-content-container-2 {
    height: auto;
    margin-top: 40px;
  }

  .img-da-fachada {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .infos-sobre {
    flex-flow: column;
    align-self: auto;
    width: 100%;
    height: 750px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    display: flex;
  }

  .div-block-60 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-61 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-self: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-105 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-62 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 0;
  }

  .image-99 {
    margin-left: 0;
  }

  .cta-faleconosco-02-3 {
    flex: 0 auto;
    align-self: center;
    width: 250px;
    height: 56px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-span-26 {
    color: #13254f;
    font-size: 22px;
  }

  .text-span-27 {
    font-size: 28px;
  }

  .image-100 {
    align-self: auto;
    margin-top: 0;
  }

  .div-block-7-mobeli {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding: 20px 40px;
    display: block;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .tabs-slider-3 {
    width: 100%;
    margin-left: auto;
  }

  .tabs-nav-3 {
    grid-column-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6%;
    padding-right: 5%;
  }

  .tab-link-v1-1-3, .tab-link-v1-1-3.w--current, .tab-link-v1-2-3, .tab-link-v1-2-3.w--current {
    width: auto;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-content-container-3 {
    height: auto;
    margin-top: 10px;
  }

  .slider-2-combo-tabs-03, .slider-2-combo-tabs-02-copy {
    background-color: #ddd0;
    width: auto;
    height: 500px;
    padding-bottom: 60px;
  }

  .slider-v2-imagens-3, .slider-v2-imagens-4 {
    flex-flow: column;
    align-self: stretch;
    width: auto;
    height: 100%;
  }

  .image-50, .image-51, .image-52 {
    border-radius: 5px;
  }

  .heading-3-2 {
    text-align: left;
    line-height: 25px;
  }

  .div-block-5-23 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2-45 {
    text-align: left;
    font-size: 25px;
    line-height: 32px;
  }

  .image-101 {
    display: none;
  }

  .p-home-links {
    font-size: 14px;
  }

  .div-block-66 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .div-block-667 {
    z-index: 4;
    margin-right: 0;
    display: none;
    position: static;
  }

  .div-block-668 {
    display: none;
  }

  .div-block-668-34 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: none;
  }

  .paragraph-110 {
    width: 300px;
    font-size: 14px;
  }

  .div-block-670 {
    display: flex;
  }

  .div-block-667-54 {
    z-index: 4;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .image-78 {
    max-height: 300px;
    display: block;
    overflow: hidden;
  }

  .tab-link-v1-1-4, .tab-link-v1-2-4, .tab-link-v1-2-4.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-115 {
    width: 100px;
    font-size: 8px;
  }

  .text-block-89 {
    padding-left: 0;
    padding-right: 0;
  }

  .legenda-banner {
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-right: 0;
  }

  .legendabanner {
    font-size: 8px;
  }

  .legenda-bannerfachada {
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-right: 0;
  }

  .pois {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 0;
  }

  .muitomais {
    text-align: center;
    margin-left: 0;
    font-size: 14px;
  }

  .paragraph-oot {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
  }

  .slide-8 {
    height: 225px;
  }

  .legenda-imgs-4 {
    font-size: 10px;
  }

  .image-102 {
    border-radius: 5px;
  }

  .slide-9 {
    height: 225px;
  }

  .legenda-imgs-5 {
    font-size: 10px;
  }

  .image-103 {
    border-radius: 5px;
  }

  .slide-10 {
    height: 225px;
  }

  .legenda-imgs-6 {
    font-size: 10px;
  }

  .image-104 {
    border-radius: 5px;
  }
}


@font-face {
  font-family: 'Verdana';
  src: url('../fonts/verdana.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Verdana';
  src: url('../fonts/verdana-bold-italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Verdana';
  src: url('../fonts/verdana-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphit';
  src: url('../fonts/Graphit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphit';
  src: url('../fonts/Graphit-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphit';
  src: url('../fonts/Graphit-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphit';
  src: url('../fonts/Graphit-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}