:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

body {
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.zero {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.styleguide_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.text-size-h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.text-size-display {
  font-size: 4.38em;
  line-height: 1.1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding: 5em 6%;
}

.page-padding.is-home-hero {
  padding-top: 4em;
  padding-bottom: 8.2em;
}

.page-padding.is-home-hero.arredores {
  padding: 0 0%;
  display: block;
}

.page-padding.is-home-hero.backup {
  display: none;
}

.page-padding.is-home-hero.perpectiva {
  padding-top: 8em;
  padding-bottom: 10.5em;
}

.home-hero_section {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/banner-principal.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.collun {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collun.center {
  justify-content: center;
}

.collun.mirus {
  height: 60em;
}

.collun.map {
  justify-content: center;
  align-items: flex-start;
}

.collun.plantas {
  width: 100%;
  margin-top: 0;
  display: inline-block;
}

.collun.plantas._2 {
  margin-top: 8em;
}

.collun.think24 {
  justify-content: center;
  align-items: flex-start;
}

.collun.vertical {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.col._50 {
  width: 50%;
}

.col._50.flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.col._50.b2 {
  padding-right: 8em;
}

.col._50.bg {
  background-image: url('../images/BG.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 8em;
  padding-right: 5.3em;
  display: flex;
}

.col._50.woman {
  background-image: url('../images/WOMAN.png');
  background-position: 0%;
  background-size: cover;
  height: 100%;
}

.col._50.think {
  width: 40%;
  padding-right: 8em;
}

.col._50.perspectiva {
  padding-right: 12em;
}

.col._50.perspectiva._2 {
  width: 40%;
  padding-bottom: 2em;
  padding-right: 4em;
}

.col._100 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.col._100.flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.col._100.video {
  width: 60%;
}

.col._100.rodape {
  padding-bottom: 8em;
}

.col._30 {
  width: 30%;
}

.col._30.bg-img {
  background-image: url('../images/familia.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 34em;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.col._70 {
  width: 70%;
  height: 34em;
}

.col._25 {
  width: 25%;
  padding-left: 2em;
  padding-right: 2em;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.image-7 {
  max-width: none;
  padding-left: 0;
}

.infos {
  justify-content: center;
  align-items: center;
  width: 40em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.infos.local {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.info {
  color: #fff;
  text-align: right;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 10.5em;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  display: block;
}

.h3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: .5em;
  font-family: Poppins, sans-serif;
  font-size: 5.6em;
  font-weight: 200;
  line-height: 1em;
  display: block;
}

.studio {
  text-align: left;
  border-bottom: 1px #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.2em;
  display: flex;
}

.studio.local {
  border-right-style: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  display: block;
}

.studio.final {
  border-right-style: none;
}

.studio.fiirst {
  padding-left: 0;
  font-size: 1.2em;
}

.p-infos {
  color: #fff;
  text-align: left;
  letter-spacing: .3em;
  text-transform: none;
  background-color: #5bb17100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.1em;
  display: inline-block;
}

.p-infos.local {
  text-align: center;
  font-size: 1em;
  line-height: 1.3em;
}

.p-infos.vaga {
  text-align: center;
}

.bold-text-5 {
  font-size: .7em;
  font-weight: 200;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.heading-3-copy {
  text-align: center;
  padding: .25em 2em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
  display: none;
}

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

.checkbox-field {
  padding-left: 1.2em;
  display: flex;
}

.form-2 {
  background-color: #68673acf;
  border: 1px #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: 0;
  padding: 4em 2em;
  display: block;
}

.checkbox-2 {
  color: #864646;
}

.contatos {
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: none;
}

.success-message {
  background-color: #5eeb67;
}

.left-form {
  padding-left: 3.1em;
}

.text-block-2 {
  text-align: center;
}

.text-block {
  color: #000;
}

.submit-button {
  color: #000;
  background-color: #e9cea9;
  border: 1px solid #fff;
  border-radius: 40px;
  width: 100%;
  padding: 1em 6em;
  font-size: 1em;
  font-weight: 700;
}

.submit-button:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
}

.heading-3 {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: normal;
  padding-left: 1.1em;
  padding-right: 2em;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1em;
}

.checkbox {
  color: #fff0;
}

.form-block {
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}

.form {
  padding-top: 3.1em;
  padding-left: .8em;
}

.error-message {
  background-color: #ff2727;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border-top: 1px solid #0000;
  border-bottom: 1px solid #fff;
  border-left: 0 solid #000;
  border-right: 1px solid #0000;
  margin-bottom: 2em;
  padding-top: 0;
  padding-left: 0;
  font-weight: 700;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.final {
  margin-bottom: .5em;
}

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

.checkbox-label {
  color: #fff;
  padding-bottom: .8em;
  font-family: Poppins, sans-serif;
  font-size: .5em;
}

.checkbox-label-3 {
  color: #fff;
  padding-left: .4em;
  font-size: 1em;
}

.section {
  background-image: url('../images/brown.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.videos {
  background-color: #848346;
  background-image: url('../images/grey.png');
  background-position: 50%;
  background-size: cover;
}

.section.arredores {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.section.footer {
  background-color: #000;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.section.local {
  background-color: #63632e;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.section.mirus {
  background-color: #834c2d;
  background-image: none;
}

.section.features {
  background-color: #964512;
  background-image: none;
}

.section.features.mobile {
  display: none;
}

.section.local {
  background-color: #848346;
  background-image: url('../images/green.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 4em;
  padding-bottom: 4em;
}

.section.perspectivas {
  background-color: #dbdbdb;
  background-image: none;
}

.section.diferenciais2, .section.localiza-o {
  background-color: #d39924;
  background-image: none;
}

.section.projeto {
  background-color: #e2e2e2;
  background-image: none;
  padding-top: 2em;
  padding-bottom: 2em;
}

.section.think {
  background-color: #964512;
  background-image: url('../images/brown.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
}

.section.diferenciais_2 {
  background-color: #d39924;
  background-image: url('../images/yellow.png');
  background-position: 0 0;
  background-size: cover;
}

.section.tour, .section.video-1 {
  background-color: #848346;
  background-image: url('../images/green.png');
  background-position: 50%;
  background-size: cover;
}

.image-8 {
  width: 30em;
  max-width: none;
}

.studios {
  padding-top: 2em;
  padding-bottom: 0;
  padding-right: 0;
}

.diferenciais {
  padding-top: 2em;
  padding-bottom: 4em;
  padding-right: 0;
}

.heading-4 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2;
}

.heading-5, .heading-6 {
  font-size: 2em;
  font-weight: 300;
}

.heading-7 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 200;
}

.video {
  width: 80em;
  height: auto;
}

.owl-carousel-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: 30px auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.owl-carousel.owl-theme {
  justify-content: center;
  display: flex;
  position: relative;
}

.main-item {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  height: auto;
}

.owl-caption {
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.body {
  background-color: #e6e5d9;
}

.heading-8 {
  text-align: center;
  padding-top: 0;
  padding-bottom: .5em;
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

.heading-8.subt {
  padding-bottom: 0;
  font-size: 1em;
  font-weight: 300;
}

.div-block-14 {
  background-image: url('../images/bg-green.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 4em;
  padding-bottom: 4em;
}

.heading-9 {
  color: #fff;
  padding-left: 8em;
  padding-right: 12em;
  font-family: Poppins, sans-serif;
  font-weight: 100;
}

.image-9 {
  width: 114%;
  max-width: none;
}

.image-10 {
  width: 100%;
  max-width: none;
}

.div-block-15 {
  background-color: #636335;
}

.heading-10 {
  color: #fff;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.div-block-16 {
  background-color: #63632e00;
}

.heading-11 {
  color: #fff;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Poppins, sans-serif;
  font-weight: 100;
}

.rodape-r {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2em;
  display: flex;
}

.heading-12 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
}

.realizacao {
  letter-spacing: .6em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .2em;
  font-weight: 300;
  line-height: 21px;
  display: block;
}

.link-block-6 {
  padding-left: 0;
  padding-right: 2em;
}

.image-20 {
  width: 3em;
  max-width: none;
}

.link-block-7 {
  padding-left: 2em;
}

.think-logofg {
  width: 16em;
  max-width: none;
}

.heading-13 {
  text-align: center;
  text-transform: uppercase;
  padding: 1em .25em;
  font-family: Poppins, sans-serif;
  font-size: 3.5em;
  font-weight: 200;
}

.heading-13.white {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 3em;
}

.heading-13.sub-titulo {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #d39924;
  padding-top: 0;
  padding-bottom: .25em;
  font-family: Poppins, sans-serif;
  font-size: 3em;
}

.heading-14, .heading-15 {
  text-align: center;
}

.div-block-17 {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 2em;
  height: 1px;
  display: flex;
}

.div-block-18 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.heading-16 {
  font-weight: 200;
}

.paragraph {
  padding-top: .25em;
  padding-bottom: .25em;
  font-size: 1.2em;
  font-weight: 300;
}

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

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-size: .8em;
}

.p-realizacao {
  color: #fff;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Poppins, sans-serif;
  font-size: .8em;
  font-weight: 100;
}

.image-22 {
  width: 16em;
  max-width: none;
  margin-left: 4.4em;
  padding-left: 0;
}

.tit {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tit.mirus {
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 100;
}

.tit.mod {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.2em;
}

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

.paragraph-3 {
  color: #fff;
  padding-top: 2em;
  padding-left: 3em;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.heading-17 {
  color: #fff;
}

.heading-17.mirus {
  padding-left: .5em;
  font-size: 3em;
  font-weight: 100;
}

.mask-2 {
  height: 50em;
  overflow: visible;
}

.slide-2 {
  z-index: 9999;
}

.slide-content-div-copy {
  background-color: #f1f1f100;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.section-4 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.slide-content-wrapper-copy {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.slide-nav-2 {
  padding-top: 0;
  display: none;
}

.left-arrow {
  color: #444;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-3 {
  background-color: #0000;
  width: 80vw;
  height: auto;
}

.slider-container {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  padding-top: .5em;
  display: flex;
  overflow: hidden;
}

.right-arrow-2 {
  color: #444;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.icon-2 {
  color: #fff;
  margin-top: 9.9em;
  margin-bottom: 0;
}

.icon-2._22 {
  margin-top: 0;
}

.icon-2.sofisticacao {
  margin-top: 0;
  display: flex;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slider-4 {
  height: 35em;
  display: flex;
}

.image-23, .image-24 {
  width: 70%;
  max-width: none;
}

.image-25, .image-26 {
  width: 70%;
}

.div-block-51 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-48 {
  border-bottom: 1px solid #919191;
  justify-content: space-between;
  align-items: center;
  padding-top: .25em;
  padding-bottom: .25em;
  display: flex;
}

.heading-19 {
  color: #fff;
  margin-top: 0;
  padding-bottom: .5em;
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.1em;
}

.heading-27 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.image-29 {
  width: 3em;
  max-width: none;
}

.proximidades {
  color: #fff;
  text-transform: uppercase;
  margin-top: 34px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.div-block-49 {
  height: 100%;
}

.div-block-50 {
  justify-content: flex-end;
  width: 38%;
  height: 100%;
  display: flex;
}

.heading-28 {
  color: #fff;
  text-align: right;
  padding-left: .5em;
  font-family: Poppins, sans-serif;
  font-size: 1em;
}

.paragraph-4 {
  color: #fff;
  white-space: pre-wrap;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 2.3em;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
}

.txt-mapa {
  padding-left: 3.7em;
}

.tabs-menu {
  width: 30%;
  display: block;
}

.tabs {
  justify-content: flex-end;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #ddd0;
  border: 1px solid #d39924;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  font-family: Poppins, sans-serif;
  display: flex;
}

.tab-link-tab-1.w--current {
  color: #000;
  background-color: #d39924;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.tab-link-tab-2 {
  width: 100%;
}

.tab-link-tab-2.w--current {
  background-color: #d39924;
}

.tab-link-tab-3 {
  width: 100%;
}

.tabs-content {
  width: 70%;
  margin-left: 4em;
}

.bold-text-8 {
  color: #fff;
  font-size: .5em;
  font-weight: 100;
}

.div-block-52 {
  background-color: #fff;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-30 {
  width: 60%;
  max-width: none;
}

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

.paragraph-5 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.image-31 {
  padding-bottom: 2em;
}

.paragraph-6 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 2;
}

.div-block-54 {
  padding-left: 4em;
}

.image-32 {
  width: 12em;
  max-width: none;
}

.heading-29 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-30 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1em;
}

.div-block-55 {
  height: 4em;
  padding-top: 0;
  padding-left: 4em;
  padding-right: 4em;
}

.text-legal {
  height: 4px;
  padding: 2em 4em 4em;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  height: 3em;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.texto-legal {
  justify-content: center;
  align-items: center;
  height: 3em;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 0;
  display: flex;
}

.image-5 {
  width: 6em;
  max-width: none;
  display: block;
}

.image-5.think {
  width: 3em;
}

.image-5.lopes {
  display: none;
}

.image-5.intermediao {
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 0;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2em;
  padding-left: 0;
  font-size: .5em;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.paragraph-8 {
  color: #e9cea9;
  font-size: .6em;
}

.rodape {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block-9 {
  background-color: #000;
  justify-content: center;
  align-items: flex-end;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  position: static;
  inset: auto 0% 2%;
}

.links-social {
  margin-left: .5em;
  margin-right: .5em;
}

.image-5-copy {
  width: 6em;
  max-width: none;
  display: block;
}

.image-5-copy.think {
  width: 2em;
}

.image-5-copy.lopes {
  display: none;
}

.image-5-copy.intermediao {
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 0;
}

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

.link-block-2 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-33 {
  width: 50%;
  max-width: none;
  position: static;
  inset: 0% 0% 0% auto;
}

.link-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-9 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 1em;
  font-family: Poppins, sans-serif;
  font-size: .8em;
  font-style: normal;
  line-height: 16px;
  text-decoration: none;
}

.contatos-2 {
  z-index: 700;
  background-color: #68673a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: fixed;
  inset: auto 8% 1%;
}

.fecha {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contato1 {
  justify-content: flex-start;
  align-items: center;
  width: 16em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-34 {
  width: 22%;
  max-width: none;
}

.image-34.corretor {
  width: 20%;
}

.link-block-4 {
  text-decoration: none;
  display: flex;
}

.link {
  text-decoration: underline;
}

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

.pin-contato {
  background-color: #000;
  border-radius: 1200px;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 2em;
  display: none;
  position: fixed;
  inset: auto 1% 2% auto;
}

.image-11 {
  position: static;
}

.modal {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-field-2 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 2.2em;
  padding-top: 0;
  padding-left: 0;
}

.text-field-2:active, .text-field-2:focus, .text-field-2:focus-visible, .text-field-2[data-wf-focus-visible], .text-field-2::placeholder {
  color: #fff;
}

.text-field-2.final {
  margin-bottom: 1em;
}

.success-message-2 {
  background-color: #3fff73;
}

.close-text {
  color: #fff;
  font-size: 3rem;
  transform: rotate(45deg);
}

.div-block-28 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  display: flex;
}

.text-block-5 {
  color: #000;
  text-transform: none;
  font-weight: 700;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.heading-form {
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: 200;
  line-height: 21px;
}

.text-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-container {
  background-color: #68673a;
  border-radius: 40px;
  width: 100%;
  max-width: 35rem;
  padding: 4rem;
  position: absolute;
}

.link-block {
  color: #1e1e1e;
  padding-top: 0;
  padding-right: .125em;
  text-decoration: none;
  position: absolute;
  inset: 0 1rem auto auto;
}

.submit-button-2 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #ecaaa400;
  border: 1px solid #ecaaa4;
  margin-top: 0;
  padding: 2em 8em;
  font-size: .8em;
  font-weight: 600;
}

.submit-button-2:hover {
  color: #000;
  background-color: #ecaaa4;
  font-weight: 700;
}

.form-block-2 {
  background-color: #43f3ca00;
}

.error-message-2 {
  background-color: red;
}

.checkbox-label-4 {
  font-size: .4em;
  line-height: 1.3;
}

.checkbox-field-4 {
  color: #fff;
  font-size: 2em;
}

.div-block-64 {
  z-index: 900;
  width: 100%;
  padding-right: 0;
  font-size: 1.5em;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #101010;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 5.1em;
  display: flex;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: .1em;
}

.nav-link:hover {
  color: #672804;
  font-weight: 700;
}

.nav-link.w--current {
  color: #b95000;
  font-weight: 700;
}

.nav-menu {
  z-index: 9000;
  background-color: #e09e1e;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

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

.div-block-66 {
  justify-content: center;
  align-items: center;
  padding-bottom: 4.4em;
  display: flex;
}

.button {
  background-color: #fff0;
  border: 1px solid #fff;
  padding: 1em 4em;
  font-family: Poppins, sans-serif;
}

.button:hover {
  color: #000;
  background-color: #fff;
  font-weight: 600;
}

.owl-carousel-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  width: 890px;
  margin: 30px auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-40 {
  width: 42em;
  max-width: none;
  height: auto;
  overflow: clip;
}

.paragraph-10 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.paragraph-10.center {
  text-align: center;
}

.paragraph-10.left {
  text-align: right;
}

.bold-text-9 {
  font-family: Poppins, sans-serif;
  font-size: .7em;
  line-height: .7;
}

.heading-31 {
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4;
}

.heading-31.center {
  text-align: center;
}

.heading-31.left {
  text-align: right;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.owl-carousel-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  width: 890px;
  margin: 30px auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-41 {
  width: 100%;
  height: auto;
}

.owl-caption-2 {
  margin-top: 5px;
}

.paragraph-11 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.icon {
  color: #2c2c6a;
}

.container-3 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  width: 64px;
  height: 64px;
  transition: all .7s;
  inset: -15% 0% auto auto;
}

.arrow:hover {
  border-color: #ff00a1;
  width: 64px;
}

.arrow.l {
  right: 8%;
}

.arrow.l:hover {
  width: 64px;
}

.mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-put {
  width: 100%;
  height: 560px;
  display: flex;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: none;
  bottom: -60px;
}

.slide {
  width: 40%;
  height: 100%;
  margin-right: 25px;
}

.slider {
  background-color: #0000;
  height: 100%;
  padding: 1px 0;
  overflow: visible;
}

.slider-image-container {
  background-image: url('../images/p11.png');
  background-position: 50%;
  background-size: 712px;
  height: 55%;
}

.slider-image-container._2, .slider-image-container._3, .slider-image-container._4, .slider-image-container._5, .slider-image-container._6, .slider-image-container._7, .slider-image-container._8, .slider-image-container._9, .slider-image-container._10 {
  background-image: url('../images/p13.png');
}

.blue {
  flex: none;
  width: 100%;
  height: 100%;
  margin-right: 25px;
}

.nav-menu-3 {
  z-index: 97;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 35vw;
  padding-right: 10%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.menu-link-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-logo-wrap {
  filter: invert();
  margin-bottom: 3%;
  display: none;
}

.nav-logo-wrap.w--current {
  margin-bottom: 14%;
}

.d-117-line-wrapper {
  background-color: #e9e9e9;
  border-radius: 20px;
  width: 100%;
  height: 2px;
  position: absolute;
  overflow: hidden;
}

.nav-logo {
  width: 120px;
}

.d-117-first-line {
  transform-origin: 100%;
  background-color: #e9e9e9;
  position: absolute;
  inset: 0%;
}

.nav-menu-button {
  z-index: 98;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  inset: 3rem 3rem auto auto;
}

.d-117-second-line {
  transform-origin: 0%;
  background-color: #e9e9e9;
  position: absolute;
  inset: 0%;
}

.menu-link-text-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 48px;
  transition: opacity .2s;
}

.menu-link-text-2:hover {
  opacity: .65;
}

.tour {
  background-color: #6d1717;
  background-image: url('../images/tour.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 30em;
}

.div-block-68 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.link-block-9 {
  width: 100%;
}

.slider-5 {
  height: 460px;
  padding-top: 0;
  padding-left: 0;
}

.slide-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 125px, 125px;
  padding-top: 216px;
}

.slide-3.paseo {
  vertical-align: baseline;
  background-image: url('../images/g10.png');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 0;
}

.slide-3.paseo._1 {
  background-image: url('../images/g1.png');
}

.slide-3.paseo._2 {
  background-image: url('../images/g2.png');
}

.slide-3.paseo._3 {
  background-image: url('../images/g3.png');
}

.slide-3.paseo._4 {
  background-image: url('../images/g4.png');
}

.slide-3.paseo._5 {
  background-image: url('../images/g5.png');
}

.slide-3.paseo._6 {
  background-image: url('../images/g6.png');
}

.slide-3.paseo._7 {
  background-image: url('../images/g7.png');
}

.slide-3.paseo._8 {
  background-image: url('../images/g8.png');
}

.slide-3.paseo._9 {
  background-image: url('../images/g9.png');
}

.slide-3.paseo._11 {
  background-image: url('../images/g11.png');
}

.slide-3.paseo._12 {
  background-image: url('../images/g12.png');
}

.slide-3.paseo._13 {
  background-image: url('../images/g13.png');
}

.slide-3.paseo._14 {
  background-image: url('../images/g14.png');
}

.slide-3.paseo._15 {
  background-image: url('../images/g15.png');
}

.slide-3.paseo._16 {
  background-image: url('../images/g16.png');
}

.slide-3.paseo._17 {
  background-image: url('../images/g17.png');
}

.slide-3.paseo._18 {
  background-image: url('../images/g18.png');
}

.slide-3.paseo._19 {
  background-image: url('../images/g19.png');
}

.slide-3.paseo._20 {
  background-image: url('../images/g20.png');
}

.slide-3.amamanta {
  background-image: url('../images/amamantar.jpg');
  background-size: cover;
}

.slide-3.comida {
  background-image: url('../images/enchiladas.png');
  background-size: cover;
}

.slide-3.hotel {
  background-image: url('../images/alegria_01.png');
  background-size: cover;
}

.slide-3.noche {
  background-image: url('../images/diversion.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover, 125px, 125px;
}

.button-2 {
  color: #fff;
  text-align: left;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.heading-32 {
  color: #fff;
  text-align: center;
  background-color: #00000069;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: .7em;
  font-weight: 300;
  display: flex;
}

.div-block-69 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.slide-nav-4 {
  background-color: #db454700;
  margin-top: 0;
  margin-bottom: 21px;
  padding-top: .5em;
  font-size: .6em;
  display: block;
  position: absolute;
  inset: auto 0% -15%;
}

.paragraph-12 {
  color: #fff;
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: .7em;
}

.bold-text-10 {
  color: #ffda8f;
  font-family: Poppins, sans-serif;
}

.div-block-70 {
  text-align: justify;
}

.selo {
  max-width: none;
  margin-left: 4.9em;
  padding-left: 0;
}

@media screen and (min-width: 1440px) {
  .section.features {
    margin-top: 7em;
  }

  .div-block-50 {
    width: 32%;
  }

  .tabs-content {
    width: auto;
    margin-left: 2em;
  }

  .mask-3 {
    height: 45em;
  }
}

@media screen and (min-width: 1920px) {
  .page-padding.is-home-hero {
    padding-bottom: 4em;
  }

  .page-padding.is-home-hero.perpectiva {
    padding-top: 9.3em;
    padding-bottom: 12.3em;
  }

  .section.features.desk {
    margin-top: 0;
  }

  .slide-content-wrapper-copy {
    justify-content: center;
    align-items: center;
  }

  .slider-4 {
    justify-content: center;
    align-items: center;
    height: 42em;
  }

  .div-block-50 {
    width: 29%;
  }

  .div-block-64 {
    z-index: 200;
  }

  .nav-link {
    letter-spacing: .2em;
    font-weight: 300;
  }

  .paragraph-10 {
    text-align: right;
  }

  .heading-31 {
    text-align: right;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .div-block-11 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .infos {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .infos.local {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .info, .div-block-12 {
    display: block;
  }

  .h3 {
    text-align: left;
    justify-content: center;
    font-size: 6em;
  }

  .studio {
    padding-left: 1.2em;
  }

  .studio.fiirst {
    font-size: 1.6em;
  }

  .p-infos {
    text-align: center;
    justify-content: center;
    font-size: 1em;
  }

  .p-infos.local, .p-infos.vaga {
    text-align: center;
    font-size: 1em;
  }

  .form-2 {
    width: 90%;
    margin-left: 0;
    padding-top: 2em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .contatos {
    padding-left: 0;
  }

  .checkbox-field-3 {
    padding-left: 3.1em;
  }

  .submit-button {
    margin-left: 0;
  }

  .heading-3 {
    font-size: 2em;
  }

  .form {
    padding-left: 0;
  }

  .text-field {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-label {
    margin-left: 0;
    padding-left: 0;
  }

  .owl-carousel-wrapper {
    width: 100%;
  }

  .heading-12 {
    text-align: center;
  }

  .rodape {
    display: block;
  }

  .div-block-9 {
    padding-top: 1.3rem;
    padding-bottom: 0;
  }

  .contatos-2 {
    padding-left: 0;
  }

  .owl-carousel-wrapper-2, .owl-carousel-wrapper-3 {
    width: 100%;
  }

  .arrow.l {
    right: 15%;
  }

  .mask {
    width: 45%;
  }

  .div-put {
    height: 580px;
  }

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

  .nav-menu-3 {
    width: 45vw;
  }

  .nav-logo {
    width: 80px;
  }

  .menu-link-text-2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .h3 {
    text-align: center;
    font-size: 4em;
  }

  .p-infos {
    text-align: center;
  }

  .form-2 {
    width: 100%;
  }

  .mask {
    width: 75%;
  }

  .div-put {
    height: 550px;
  }

  .nav-menu-3 {
    width: 70vw;
    display: flex;
  }

  .nav-logo {
    width: 60px;
  }

  .nav-menu-button {
    width: 30px;
    height: 30px;
  }

  .menu-link-text-2 {
    font-size: 1.4rem;
  }

  .slider-5 {
    height: 323px;
  }

  .slide-3.paseo {
    background-position: 0 -9%;
    background-repeat: repeat;
    height: 322px;
    margin-bottom: 0;
  }

  .button-2 {
    text-align: right;
    background-color: #ff0505;
    padding-left: 15px;
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .page-padding.is-home-hero {
    padding: 0 0%;
  }

  .page-padding.is-home-hero.perpectiva {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-hero_section {
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .home-hero_layout {
    padding-left: 0;
    padding-right: 0;
  }

  .collun {
    flex-flow: column;
  }

  .collun.mirus {
    margin-top: -59px;
  }

  .collun.map {
    justify-content: center;
    align-items: flex-start;
  }

  .collun.plantas._2 {
    margin-top: -3.2em;
  }

  .collun.think24 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2em;
    padding-right: 2em;
  }

  .collun.vertical {
    flex-flow: column;
  }

  .col._50, .col._50.flex {
    width: 100%;
  }

  .col._50.b2 {
    padding-right: 0;
  }

  .col._50.bg {
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .col._50.think {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .col._50.perspectiva {
    padding-right: 0;
  }

  .col._50.perspectiva._2 {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .col._100.video {
    width: 100%;
  }

  .col._30.bg-img {
    width: 100%;
    height: 20em;
  }

  .col._70 {
    width: 100%;
    height: auto;
  }

  .col._25 {
    width: 100%;
  }

  .col._25.we {
    margin-top: -4.9em;
  }

  .image-7 {
    width: 1em;
    max-width: none;
  }

  .infos {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .info {
    width: 100%;
    padding-left: 0;
  }

  .h3 {
    text-align: left;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 2.6em;
  }

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

  .studio {
    border-bottom-style: solid;
    border-right-style: none;
    width: 100%;
    padding: .25em 0;
  }

  .studio.local {
    border-bottom-style: none;
  }

  .studio.final {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .studio.fiirst {
    border-bottom-style: solid;
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .p-infos {
    text-align: center;
    margin-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: .9em;
  }

  .p-infos.local {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9em;
  }

  .p-infos.vaga {
    padding-left: 0;
    padding-right: 0;
    font-size: .9em;
    display: block;
  }

  .div-block-8 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .heading-3-copy {
    font-size: 1em;
  }

  .form-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 2em 1em .5em;
    display: flex;
  }

  .contatos {
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-field-3 {
    padding-left: 1.8em;
  }

  .submit-button {
    text-align: center;
    border-style: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .heading-3 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .8em;
    line-height: 1.2em;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form {
    flex: 1;
    padding-top: .4em;
  }

  .text-field {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-family: Poppins, sans-serif;
    font-size: .8em;
    font-weight: 300;
  }

  .checkbox-label {
    padding-left: 0;
    font-size: .5em;
    line-height: 15px;
  }

  .checkbox-label-3 {
    padding-top: 3px;
    padding-left: .6em;
    font-size: .7em;
    line-height: 1em;
  }

  .section.features {
    padding: 2em 2em 4em;
  }

  .section.features.mobile {
    padding-bottom: 0;
    display: flex;
  }

  .section.features.desk {
    display: none;
  }

  .section.local {
    padding-top: 0;
  }

  .section.perspectivas {
    padding-top: 0;
    padding-bottom: 2em;
  }

  .section.tour, .section.video-1 {
    height: auto;
  }

  .image-8 {
    width: 17em;
  }

  .studios {
    padding-right: 0;
  }

  .diferenciais {
    padding-top: 0;
    padding-bottom: 2em;
    padding-left: 0;
  }

  .heading-4 {
    text-align: center;
    font-size: 1.5em;
  }

  .heading-5 {
    text-align: center;
  }

  .heading-7 {
    text-align: center;
    padding-bottom: 2em;
    font-size: 1em;
    line-height: 1.4;
  }

  .video {
    width: 100em;
  }

  .owl-carousel-wrapper {
    align-self: center;
    margin-top: 0;
  }

  .heading-8 {
    font-size: 1em;
  }

  .heading-9 {
    padding-left: 2em;
    padding-right: 2em;
    font-size: .9em;
  }

  .heading-11 {
    font-size: 1.3em;
  }

  .rodape-r {
    padding-bottom: 0;
  }

  .heading-12 {
    text-align: center;
    font-size: 2.5em;
  }

  .realizacao {
    padding-bottom: 0;
    line-height: 16px;
  }

  .link-block-6 {
    padding-right: 0;
  }

  .image-20 {
    width: 2em;
    max-width: none;
    margin-bottom: 26px;
  }

  .link-block-7 {
    padding-left: 0;
  }

  .think-logofg {
    width: 4em;
    max-width: none;
    font-size: 2em;
  }

  .heading-13 {
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 2em;
  }

  .heading-13.white {
    font-size: 2em;
  }

  .heading-13.sub-titulo {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: .9em;
  }

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

  .heading-16 {
    text-align: left;
  }

  .paragraph {
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    font-size: .8em;
  }

  .div-block-19 {
    padding-top: .125em;
    padding-bottom: 0;
  }

  .p-realizacao {
    padding-left: 2em;
    padding-right: 2em;
    line-height: 1.4;
  }

  .image-21 {
    width: 1em;
    max-width: none;
  }

  .image-22 {
    width: 11em;
    margin-left: 0;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
  }

  .tit.mirus {
    justify-content: center;
    align-items: center;
  }

  .paragraph-3 {
    text-align: center;
    padding-left: 0;
    font-size: .8em;
  }

  .heading-17.mirus {
    font-size: 2em;
  }

  .slide-2 {
    z-index: 9999;
  }

  .section-4 {
    width: 100%;
    padding-bottom: 2.9em;
  }

  .slide-content-wrapper-copy {
    height: auto;
  }

  .slider-3 {
    width: 110vw;
    height: auto;
  }

  .slider-container {
    align-items: center;
  }

  .icon-2 {
    margin-top: 2.2em;
  }

  .icon-2._22, .icon-2.sofisticacao {
    margin-top: 1.4em;
  }

  .slider-4 {
    height: auto;
  }

  .image-23, .image-24, .image-25, .image-26 {
    width: 60%;
  }

  .div-block-51 {
    justify-content: center;
    align-items: center;
    height: 2em;
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .div-block-48 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .heading-19 {
    text-align: left;
    font-size: 1.5em;
  }

  .heading-27 {
    text-align: center;
    line-height: 1.2;
  }

  .image-29 {
    width: 2em;
  }

  .proximidades {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }

  .div-block-50 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
  }

  .paragraph-4 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: .9em;
  }

  .txt-mapa {
    padding: 2em 2em 4em;
  }

  .tabs-menu {
    width: 100%;
    display: block;
  }

  .tabs {
    flex-flow: column;
  }

  .tab-link-tab-1 {
    width: 100%;
    font-size: .7em;
  }

  .tabs-content {
    margin-left: 0;
  }

  .div-block-53 {
    flex-flow: column;
  }

  .paragraph-5 {
    text-align: center;
    font-size: .9em;
    font-weight: 200;
  }

  .paragraph-6 {
    padding-bottom: 2em;
    font-weight: 200;
  }

  .div-block-54 {
    text-align: center;
    padding-left: 0;
  }

  .div-block-55 {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .text-legal {
    height: 10em;
    padding: 2em 2em 4em;
  }

  .div-block-10 {
    height: auto;
  }

  .texto-legal {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-7 {
    text-align: center;
  }

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

  .rodape {
    width: 100%;
  }

  .div-block-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-33 {
    width: 30%;
  }

  .paragraph-9 {
    display: none;
  }

  .contatos-2 {
    padding-left: 0;
    padding-right: 0;
    left: 5%;
    right: 5%;
  }

  .fecha {
    width: 4em;
    inset: 0 0% 0% auto;
  }

  .contato1 {
    justify-content: flex-start;
    align-items: center;
    width: 4em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .image-34, .image-34.corretor {
    width: 100%;
  }

  .image-35 {
    width: 1em;
    max-width: none;
  }

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

  .div-block-57 {
    margin-top: 0;
    padding: 2em;
  }

  .image-36 {
    width: 100%;
    max-width: none;
  }

  .div-block-58 {
    justify-content: center;
    align-items: center;
    padding-bottom: 1.8em;
    display: flex;
  }

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

  .div-block-60 {
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    display: flex;
  }

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

  .div-block-62 {
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
  }

  .pin-contato {
    z-index: 90000000;
    background-color: #000;
    justify-content: center;
    align-items: center;
    padding: 1em;
    display: none;
    bottom: 1%;
    right: 0%;
  }

  .image-11 {
    max-width: 80%;
  }

  .image-37 {
    width: 2em;
    max-width: none;
  }

  .image-38 {
    max-width: 50%;
  }

  .image-39 {
    max-width: 70%;
  }

  .text-field-2 {
    padding-right: 0;
    font-size: .79em;
  }

  .heading-form {
    font-size: .7em;
    line-height: 21px;
  }

  .submit-button-2 {
    padding-left: 4em;
    padding-right: 4em;
  }

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

  .div-block-66 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .owl-carousel-wrapper-2 {
    align-self: center;
    margin-top: 0;
  }

  .image-40 {
    width: auto;
    max-width: none;
    height: 11em;
  }

  .paragraph-10 {
    text-align: center;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: .8em;
  }

  .paragraph-10.left {
    text-align: center;
  }

  .heading-31 {
    text-align: center;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.2em;
    line-height: 1.2;
  }

  .heading-31.left {
    text-align: center;
  }

  .owl-carousel-wrapper-3 {
    align-self: center;
    margin-top: 0;
  }

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

  .icon {
    color: #fff;
    -webkit-text-stroke-color: #d39924;
    font-size: 1rem;
  }

  .lightbox-link-3 {
    width: 100%;
    height: 100%;
  }

  .container-3 {
    padding-top: 51px;
    padding-bottom: 0;
  }

  .arrow {
    background-color: #fff0;
    border-color: #d39924;
    width: 38px;
    height: 38px;
  }

  .arrow.l {
    background-color: #fff0;
    border-color: #d39924;
    width: 38px;
    height: 38px;
    right: 35%;
  }

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

  .div-put {
    height: 300px;
  }

  .slide {
    width: 100%;
    height: auto;
  }

  .slider {
    top: -33%;
  }

  .slider-image-container {
    background-image: url('../images/p1.png');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 62%;
    padding-top: 0;
  }

  .slider-image-container._2 {
    background-image: url('../images/p2.png');
  }

  .slider-image-container._3 {
    background-image: url('../images/p4.png');
    background-repeat: repeat;
  }

  .slider-image-container._4 {
    background-image: url('../images/p5.png');
  }

  .slider-image-container._5 {
    background-image: url('../images/p6.png');
  }

  .slider-image-container._6 {
    background-image: url('../images/p3.png');
  }

  .slider-image-container._7 {
    background-image: url('../images/p13.png');
  }

  .slider-image-container._8 {
    background-image: url('../images/p14.png');
  }

  .slider-image-container._9 {
    background-image: url('../images/p15.png');
  }

  .slider-image-container._10 {
    background-image: url('../images/p16.png');
  }

  .slider-image-container._1b {
    background-image: url('../images/p11.png');
  }

  .slider-image-container._2b {
    background-image: url('../images/p13.png');
  }

  .slider-image-container._3b {
    background-image: url('../images/p15.png');
  }

  .slider-image-container._4b {
    background-image: url('../images/p16.png');
  }

  .slider-image-container._5b {
    background-image: url('../images/p14.png');
  }

  .slider-image-container._6b {
    background-image: url('../images/p12.png');
  }

  .blue {
    height: auto;
  }

  .lightbox-link-4, .lightbox-link-5 {
    width: 100%;
    height: 100%;
  }

  .nav-menu-3 {
    background-color: #e09e1e;
    align-items: flex-end;
    width: 95vw;
    min-height: 100vh;
    margin-top: 0;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 23.8em;
  }

  .d-117-line-wrapper {
    color: #000;
    background-color: #000;
  }

  .d-117-line-wrapper:hover {
    color: #000;
  }

  .d-117-line-wrapper:active, .d-117-line-wrapper:focus, .d-117-line-wrapper:focus-visible, .d-117-line-wrapper[data-wf-focus-visible] {
    color: #000;
    background-color: #000;
  }

  .d-117-first-line {
    background-color: #000;
  }

  .nav-menu-button {
    color: #000;
    background-color: #ded1d100;
    display: flex;
    top: 3%;
    right: 6%;
  }

  .nav-menu-button:hover {
    color: #000;
  }

  .nav-menu-button:active {
    color: #000;
    background-color: #0000;
  }

  .nav-menu-button:focus, .nav-menu-button:focus-visible, .nav-menu-button[data-wf-focus-visible], .copy-me-nav-menu-wrap {
    color: #000;
  }

  .d-117-second-line {
    background-color: #000;
  }

  .d-117-second-line:hover {
    color: #df9393;
    background-color: #000;
  }

  .d-117-second-line:active, .d-117-second-line:focus {
    background-color: #000;
  }

  .menu-link-text-2 {
    color: #474747;
    font-family: Poppins, sans-serif;
    font-size: .9em;
    font-weight: 400;
  }

  .menu-link-text-2:focus {
    opacity: 1;
  }

  .menu-link-text-2.contato {
    color: #fff;
    background-color: #bdac37;
    border-radius: 40px;
    padding: .5em 2em;
  }

  .div-block-67 {
    padding-top: 2em;
  }

  .tour {
    width: auto;
    height: 18em;
  }

  .link-block-9 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-42 {
    width: 4em;
    max-width: none;
  }

  .slider-5 {
    height: 220px;
    padding-top: 0;
  }

  .slide-3.paseo {
    height: 183px;
    padding-top: 189px;
  }

  .slide-3.paseo._1, .slide-3.paseo._2, .slide-3.paseo._3, .slide-3.paseo._4, .slide-3.paseo._5, .slide-3.paseo._6, .slide-3.paseo._7, .slide-3.paseo._8, .slide-3.paseo._9, .slide-3.paseo._10, .slide-3.paseo._11, .slide-3.paseo._12, .slide-3.paseo._13, .slide-3.paseo._14, .slide-3.paseo._15, .slide-3.paseo._16, .slide-3.paseo._17, .slide-3.paseo._18, .slide-3.paseo._19, .slide-3.paseo._20 {
    background-position: 50%;
    height: 230px;
  }

  .button-2 {
    float: none;
    height: 21px;
    margin-top: -6px;
    margin-bottom: 4px;
    margin-right: 16px;
    padding-top: 0;
    padding-bottom: 12px;
    display: inline-block;
  }

  .heading-32 {
    font-size: .8em;
  }

  .slide-nav-4 {
    padding-top: 6.4em;
    font-size: .4em;
  }

  .paragraph-13 {
    color: #fff;
    padding-top: 1em;
    font-size: .6em;
  }

  .selo {
    width: 1em;
    max-width: none;
  }
}


