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

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

@font-face {
  font-family: Halyard Text;
  src: url('../fonts/Halyard-Text-SemiBold-Italic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Halyard Text;
  src: url('../fonts/Halyard-Text-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Halyard Text;
  src: url('../fonts/Halyard-Text-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black-001: #2c2b25;
  --brand-color-4: #52493b;
  --white: #fff;
  --bg-02: #ddd1c8;
  --opc_w-10: #ffffff1a;
  --gray-003: #dadada;
  --black: black;
  --brand-color-2: #343525;
  --opc_w-20: #fff3;
  --greyc8: #cac8c8;
  --grey86: #868686;
  --black-002: #202020;
  --gray-001: #616161;
  --gray-002: #979797;
  --text-color-tertiary: #616161;
  --brand-color-3: #c4c4c4;
  --i: white;
  --grey-hover: #272727;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--black-001);
  font-family: Halyard Text, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, Tahoma, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--brand-color-4);
  font-weight: 600;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

sup {
  font-size: .925rem;
  top: -2.2rem;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.form_input {
  background-color: #0000;
  border-radius: 13px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.form_message-error {
  color: var(--white);
  background-color: #f54040;
  border-radius: 80px;
  margin-top: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.main-wrapper {
  overflow: clip;
}

.navbar_logo-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 10rem;
  min-width: 10rem;
  max-width: 10rem;
  display: flex;
}

.navbar_logo-wrapper.is-main {
  color: #fff;
  width: 14rem;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-right: 2rem;
  display: flex;
}

.navbar_logo-wrapper.is-main.w--current {
  width: 30rem;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.nav_logo {
  width: 100%;
}

.nav_logo.is-main {
  width: 100%;
  max-width: none;
  height: auto;
}

.navbar-wrapper {
  align-self: flex-start;
  width: 100%;
  height: 5rem;
}

.navbar_component {
  z-index: 9999;
  color: #fff;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_left-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar_container {
  border-bottom: 1px #0414341a;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  position: relative;
}

.center-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hiw_item-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
  color: var(--white);
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: center;
  display: flex;
}

.home-hiw_image {
  aspect-ratio: 1;
  border: 10px solid #181818;
  border-radius: 30px;
}

.chips-titulos {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.features_item-list {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  text-wrap: balance;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8rem;
  display: grid;
}

.footer_credit-text {
  font-size: .75rem;
}

.line-divider {
  background-color: #2b2b2b;
  width: 100%;
  height: 1px;
}

.footer_bottom-wrapper {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  color: #474549;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2rem;
}

.image-6 {
  width: 40%;
  display: block;
}

.footer_top-wrapper {
  grid-column-gap: 10vw;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
}

.product-link {
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.product-link:hover {
  background-color: #fff9;
}

.projeto-vertical-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: 1 / 1.29;
  text-align: center;
  object-fit: cover;
  background-image: url('../images/Box_Citage-01-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #0000;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: border-color 1s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: clip;
}

.projeto-vertical-wrapper:hover {
  border: 0 #0006;
}

.projeto-vertical-wrapper:focus, .projeto-vertical-wrapper:visited {
  border-style: none;
}

.footer {
  background-color: var(--bg-02);
  margin: 0;
}

.lottie-icon-2 {
  filter: brightness(55%) invert() hue-rotate(27deg);
  width: 6rem;
}

.titulo-cards-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 48rem;
}

.header-form-component {
  z-index: 30;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.text-field {
  min-height: 49px;
  color: var(--opc_w-10);
  background-color: #fff0;
  border: 1px solid #fff9;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.text-field:hover {
  color: var(--white);
  border-color: #fff;
}

.text-field:active {
  border-color: #fff;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: var(--white);
  border-color: #fff;
}

.text-field::placeholder {
  color: var(--gray-003);
  font-weight: 300;
}

.button-submit {
  width: 50%;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1rem;
  font-family: Clashdisplay, Tahoma, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.button-submit:hover {
  background-color: #fff;
}

.form-block {
  color: var(--white);
  margin-bottom: 0;
}

.chip {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.form-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px #000;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 2rem;
  display: grid;
  position: relative;
  overflow: clip;
}

.form-component.is-contact-pag {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #7a6c5566;
  border: 1px solid #fff9;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2.5rem;
  transition: background-color .4s;
  display: flex;
}

.form-component.is-contact-pag:hover {
  background-color: #5548337d;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5rem;
}

.margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 4rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-size-medium {
  font-family: Halyard Text, Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.section_header {
  background-color: #856767;
  background-image: url('../images/img-hero.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}

.padding-section-large {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.header_component {
  grid-column-gap: 8.1rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  display: grid;
}

.menu-button {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.burger-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.full-screen-menu {
  z-index: 1;
  background-color: #000000f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link {
  color: #fff;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  color: #5e5b5bbf;
}

.intro_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-seccondary {
  letter-spacing: 2px;
  background-color: #3898ec00;
  border-bottom: 1px solid #fff;
  padding: 0 0 .5rem;
  font-family: Clashdisplay, Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  display: inline-flex;
}

.image-18 {
  width: 90%;
}

.form {
  color: var(--white);
}

.section_terrenos {
  position: relative;
}

.regiao-text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.regiao-text.is-big {
  font-size: 3rem;
  font-weight: 400;
}

.terrenos-text-wrapper {
  color: #fff;
}

.terrenos-content {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.terrenos-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.image-absolute {
  object-fit: cover;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.grid-terrenos {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  place-items: center;
}

.heading-style-h1-3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-3.text-color-white {
  font-size: 4rem;
}

.div-block-5 {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.terreno-txt-wrapper {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-regiao-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.component-regiao-botton {
  position: absolute;
  inset: auto 0% 3%;
}

.about_image-wrapper {
  width: auto;
  height: auto;
}

.about_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 90%;
  color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 300;
  display: flex;
}

.about_component {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.about_image {
  width: 500px;
}

.heading-sections {
  letter-spacing: 2px;
  font-family: Clashdisplay, Tahoma, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.terrenos-infos {
  font-family: Clashdisplay, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.terrenos-infos.is-big {
  font-family: Clashdisplay, Tahoma, sans-serif;
  font-size: 8rem;
  font-weight: 300;
}

.terrenos-infos.is-small {
  font-size: 2.5rem;
}

.terrenos-infos-item {
  color: #fff;
  padding-bottom: 0;
}

.titulo-terrenos {
  text-align: center;
  letter-spacing: 2px;
  font-family: Clashdisplay, Tahoma, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.text-span-16 {
  font-weight: 500;
}

.text-span-17 {
  font-weight: 400;
}

.grafismo_img {
  width: 100%;
  padding-left: 5%;
  display: inline-block;
}

.grafismo_image-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-2 {
  font-weight: 600;
}

.button {
  background-color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Clashdisplay, Tahoma, sans-serif;
  font-weight: 400;
}

.button:hover {
  background-color: var(--black-001);
}

.logos-footer-wapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.section_arq-design {
  background-color: var(--brand-color-2);
}

.arq-design-content {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 20% auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.arq-design-content.is-right {
  grid-column-gap: 2rem;
  grid-template-columns: 20% auto;
  padding-left: 5%;
}

.arq-design-content.is-left {
  grid-template-columns: auto 20%;
  padding-right: 5%;
}

.about_image-wrapper-copy {
  width: 100%;
}

.heading-sections-center {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Clashdisplay, Tahoma, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.img-profissional {
  width: 100%;
}

.suficiente-projeto {
  width: 100%;
  display: inline-block;
}

.arq-design-profissional-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tipo-propjeto-tag {
  width: 100%;
  color: var(--black);
  text-align: center;
  background-color: #d9d9d9;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 300;
}

.arq-design-complemento {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 30%;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 8%;
  padding-bottom: 4%;
  display: grid;
}

.arq-design-complemento.is-left {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  text-align: right;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30%;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center end;
  width: 100%;
  padding-left: 30%;
  display: flex;
}

.img-logos-arq-design {
  max-width: none;
  height: 140px;
}

.logos-itensi-mage-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-size-regular {
  font-family: Halyard Text, Tahoma, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.5;
}

.line-divider2 {
  background-color: var(--opc_w-20);
  width: 100%;
  height: 1px;
}

.padding-section-custom {
  padding-top: 5rem;
  padding-bottom: 0;
}

.video_lightbox {
  aspect-ratio: 2;
  object-fit: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-icon-wrapper {
  position: relative;
  overflow: hidden;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 8px;
  padding-left: 8px;
  display: flex;
}

.video_lightbox-image {
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.line-divider-2 {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.icon-1x1-small-second {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6rem;
  max-width: none;
  height: 6rem;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 400;
}

.gallery_image-wrapper {
  z-index: 20;
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.slide-link-zoom {
  transform-style: preserve-3d;
  border-radius: 5px;
  align-items: stretch;
  padding-bottom: 125%;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 2px 2px 16px #0003;
}

.slide-link-zoom:hover {
  transform: translate3d(0, 0, 20px);
  box-shadow: 6px 17px 40px #0000004d;
}

.gallery_mask {
  width: 100%;
  overflow: visible;
}

.section_gallery {
  background-color: #f4f4f4;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.gallery9_image-wrapper-large-copy {
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.arrow-icon {
  filter: invert();
  height: 2rem;
  color: var(--white);
}

.gallery-img {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: auto;
  min-height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btns_slide-nav {
  filter: invert();
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 1rem -2rem;
  transform: scale(.8);
}

.gallery_component {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

.gallery20_slide {
  padding-right: 0;
}

.descricao-img {
  z-index: 200;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #0003;
  border: 1px solid #ffffff3b;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.btn_arrow {
  background-color: #fff0;
  border: 1px #fff3;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% 1% 0% auto;
}

.btn_arrow:hover {
  background-color: #0000002e;
  border-style: solid;
  border-color: #fff;
}

.btn_arrow.left {
  border-color: #ffffff4d;
  inset: 0% auto 0% 1%;
}

.img-implantacao {
  width: 100%;
  max-width: 90rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section_projeto {
  background-color: var(--bg-02);
}

.projeto-grid-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projeto-component {
  border-radius: 2rem;
  flex-flow: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.icone-dif {
  filter: saturate(76%);
  width: auto;
  height: 4rem;
}

.numero-text-projeto {
  column-count: auto;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
}

.text-size-large {
  font-size: 1.1rem;
  line-height: 1.1;
}

.implantacao-grid-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_regiao {
  background-color: var(--brand-color-2);
}

.regiao-titulo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 2rem;
  display: grid;
}

.subitiulo-regiao {
  font-weight: 300;
}

.subitiulo-regiao.text-italic {
  font-family: Clashdisplay, Tahoma, sans-serif;
  font-weight: 300;
}

.img-regiao {
  width: 100%;
  max-width: 90rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-header {
  height: 100%;
  padding: 9rem 5%;
}

.wp-icon {
  z-index: 100;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(120deg, #b1e425, #2aa854);
  background-clip: border-box;
  border-radius: 20rem;
  padding: .9rem 1rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.wp-icon:hover {
  background-color: #3ea200;
  transform: scale(1.05);
}

.icon-wp {
  opacity: .8;
  filter: invert();
  object-fit: cover;
  background-image: none;
  border-radius: 0%;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
}

.button-tour360 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--bg-02);
  border-radius: 2rem;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  transition: background-color .375s;
  display: flex;
}

.button-tour360:hover {
  border-color: var(--bg-02);
  background-color: #e5dfd9;
}

.icon-360 {
  width: 2.1rem;
}

.tour360-text {
  font-weight: 300;
}

.section_video2 {
  height: auto;
  margin-bottom: 1rem;
}

.text-span-18, .text-span-19 {
  font-weight: 600;
}

.text-span-20 {
  font-weight: 500;
}

.pilares-component {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 2rem;
  flex-flow: row;
  width: 100%;
  padding: 2rem 0 0;
  display: flex;
}

.italic-text {
  letter-spacing: 1px;
  font-weight: 400;
}

.pilares-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.pilares-card:hover {
  border: 0 #0006;
}

.pilares-card:focus, .pilares-card:visited {
  border-style: none;
}

.image-19 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.map-component {
  z-index: 4;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  display: flex;
  position: relative;
}

.text-span-21 {
  font-weight: 600;
  text-decoration: underline;
}

.map-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 100%;
  height: 650px;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.paragraph {
  text-wrap: balance;
}

.text-span-22, .text-block {
  color: var(--black);
}

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

@media screen and (min-width: 1280px) {
  .lottie-icon-2 {
    filter: brightness(50%) invert() hue-rotate(27deg);
  }

  .heading-style-h1-3.text-color-white {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .navbar_logo-wrapper.is-main.w--current {
    width: 35rem;
  }

  .footer_credit-text {
    font-size: .75rem;
  }

  .header_component {
    height: 100%;
  }

  .image-18 {
    width: 90%;
  }

  .about_component {
    grid-column-gap: 4rem;
  }

  .padding-header {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 1.3rem;
  }

  .navbar_logo-wrapper.is-main.w--current {
    padding-top: 1rem;
  }

  .footer_bottom-wrapper {
    flex-flow: column;
    display: block;
  }

  .footer_top-wrapper {
    grid-template-columns: auto .75fr;
  }

  .footer {
    background-color: var(--bg-02);
  }

  .max-width-large {
    max-width: 70%;
  }

  .form-component {
    background-position: 50%;
    background-size: cover;
    grid-template-columns: .75fr 1fr;
  }

  .form-component.is-contact-pag {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .margin-bottom.margin-large, .margin-bottom.margin-medium {
    padding-bottom: 5rem;
  }

  .padding-section-large {
    justify-content: center;
    align-items: center;
  }

  .header_component {
    grid-column-gap: 17rem;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .image-18 {
    width: 100%;
  }

  .terrenos-wrapper {
    height: 100vh;
  }

  .heading-style-h1-3 {
    font-size: 4.2rem;
  }

  .heading-style-h1-3.text-color-white {
    font-size: 4rem;
  }

  .about_component {
    grid-column-gap: 6.2rem;
    grid-row-gap: 6.2rem;
    grid-template-columns: 1fr 40%;
  }

  .about_image {
    width: 700px;
  }

  .grafismo_img {
    width: 100%;
  }

  .arq-design-content.is-right {
    grid-column-gap: 4rem;
  }

  .img-profissional {
    width: 100%;
    height: auto;
  }

  .arq-design-profissional-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .arq-design-complemento.is-left {
    padding-left: 0%;
  }

  .img-logos-arq-design {
    height: 190px;
  }

  .logos-itensi-mage-wrapper {
    display: flex;
  }

  .text-size-regular {
    font-size: 1.5rem;
  }

  .video_lightbox {
    aspect-ratio: 2.39;
  }

  .video_lightbox-image {
    inset: auto 0% 0%;
  }

  .section_gallery {
    background-color: #fff;
  }

  .descricao-img {
    font-size: 1.3rem;
  }

  .img-implantacao {
    max-width: none;
  }

  .implantacao-component {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .numero-text-projeto {
    font-size: 5.1rem;
  }

  .text-size-large {
    font-size: 1.3rem;
  }

  .regiao-component {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .img-regiao {
    max-width: none;
  }

  .padding-header {
    justify-content: center;
    align-items: center;
  }

  .tour360-text {
    font-size: 2rem;
  }

  .pilares-component {
    justify-content: space-between;
  }

  .paragraph {
    text-wrap: balance;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
    font-weight: 500;
  }

  .main-wrapper {
    overflow: clip;
  }

  .navbar_logo-wrapper {
    display: flex;
  }

  .navbar_logo-wrapper.is-main {
    margin-right: 0;
  }

  .navbar_logo-wrapper.is-main.w--current {
    width: 29rem;
  }

  .navbar_component {
    text-align: left;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar_container {
    min-width: auto;
    max-width: none;
    position: relative;
  }

  .center-heading-wrapper {
    max-width: 100%;
  }

  .home-hiw_image {
    object-fit: cover;
  }

  .line-divider {
    background-color: #0003;
  }

  .footer_bottom-wrapper {
    flex-flow: column;
  }

  .footer_top-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header-form-component {
    padding: 0;
  }

  .form-component {
    background-image: linear-gradient(#000000a3, #000000a3), url('../images/h_sb_fotomontagem_ef_web1920x1080_1h_sb_fotomontagem_ef_web[1920x1080].avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .form-component.is-contact-pag {
    background-image: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-large, .margin-bottom.margin-medium {
    padding-bottom: 4rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .section_header {
    background-image: linear-gradient(#0006, #0000), url('../images/img-hero.avif');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: auto;
  }

  .padding-section-large {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .header_component {
    grid-template-columns: 1fr;
    height: auto;
  }

  .intro_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .terrenos-content {
    padding-bottom: 5vw;
  }

  .terrenos-wrapper {
    height: 70vh;
  }

  .grid-terrenos {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .heading-style-h1-3, .heading-style-h1-3.text-color-white {
    font-size: 3rem;
  }

  .grid-regiao-bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about_component {
    grid-column-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr auto;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .heading-sections {
    font-size: 2.2rem;
  }

  .terrenos-infos {
    font-size: 2rem;
  }

  .terrenos-infos.is-big {
    font-size: 4.4rem;
  }

  .terrenos-infos.is-small {
    font-size: 2rem;
  }

  .titulo-terrenos {
    text-align: center;
  }

  .arq-design-content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .arq-design-content.is-right {
    grid-column-gap: 1rem;
  }

  .heading-sections-center {
    font-size: 2rem;
  }

  .arq-design-profissional-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tipo-propjeto-tag {
    padding: .25rem;
  }

  .arq-design-complemento {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr auto;
    grid-auto-flow: row;
    min-height: auto;
  }

  .img-logos-arq-design {
    height: 100px;
    padding-left: 20px;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .padding-section-custom {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .video_lightbox {
    aspect-ratio: auto;
    object-fit: fill;
    height: 100%;
  }

  .section_video {
    height: 50vh;
  }

  .video_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .heading-style-h2 {
    font-size: 2.2rem;
  }

  .btns_slide-nav {
    bottom: -1.8rem;
    left: -5.6rem;
    transform: scale(.7);
  }

  .projeto-grid-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .icone-dif {
    height: 3.1rem;
  }

  .implantacao-grid-wrapper {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .regiao-titulo-wrapper {
    flex-flow: column;
    display: flex;
  }

  .padding-header {
    padding: 10rem 10% 10%;
  }

  .wp-icon {
    padding: .7rem;
  }

  .section_video2 {
    height: 50vh;
  }

  .pilares-component {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_logo-wrapper.is-main {
    width: 9rem;
    min-width: 9rem;
    max-width: 9rem;
  }

  .navbar_logo-wrapper.is-main.w--current {
    width: 22rem;
    min-width: auto;
    max-width: none;
    padding-top: 0;
  }

  .nav_logo {
    position: relative;
    top: -.1rem;
  }

  .navbar_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .home-hiw_item-wrapper {
    max-width: 28rem;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    padding-bottom: 2rem;
  }

  .lottie-icon-2 {
    width: 4rem;
  }

  .titulo-cards-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .form-component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-large, .margin-bottom.margin-medium {
    padding-bottom: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .intro_component {
    grid-template-columns: 1fr;
    padding-right: 4rem;
  }

  .regiao-text {
    font-size: 1.2rem;
  }

  .regiao-text.is-big {
    font-size: 1.6rem;
  }

  .grid-terrenos {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-style-h1-3 {
    font-size: 2.5rem;
  }

  .heading-style-h1-3.text-color-white {
    text-wrap: balance;
    font-size: 2.3rem;
  }

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

  .about_component {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start start;
    display: flex;
  }

  .terrenos-infos {
    font-size: 1.8rem;
  }

  .terrenos-infos.is-small {
    font-size: 1.5rem;
  }

  .terrenos-infos-item {
    padding-bottom: .3rem;
  }

  .titulo-terrenos {
    font-size: 2rem;
  }

  .arq-design-content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .arq-design-content.is-right {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 20%;
    padding-left: 0%;
    display: flex;
  }

  .arq-design-content.is-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-right: 0%;
    display: grid;
  }

  .arq-design-profissional-component {
    order: -9999;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .arq-design-complemento {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .arq-design-complemento.is-left {
    text-align: left;
    padding-left: 0%;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .padding-section-custom {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .gallery9_image-wrapper-large-copy {
    max-height: 100%;
    padding-top: 100%;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .btn_arrow {
    top: auto;
    bottom: 0%;
    right: auto;
  }

  .btn_arrow.left {
    inset: auto auto 0% 0%;
  }

  .projeto-grid-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .projeto-component {
    padding-bottom: 2rem;
  }

  .implantacao-grid-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wp-icon {
    background-color: #3b990000;
    background-image: linear-gradient(120deg, #b1e425, #4c9e54);
    padding-top: .6rem;
    transition: transform .325s, background-color .2s;
  }

  .wp-icon:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transform: scale(1.05);
  }

  .pilares-component {
    padding-bottom: 2rem;
  }

  .div-block-6 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .navbar_logo-wrapper.is-main.w--current {
    width: 80%;
  }

  .navbar-wrapper {
    height: 4.375rem;
  }

  .navbar_component {
    display: flex;
  }

  .navbar_left-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .navbar_container {
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    max-width: none;
    padding-top: 0;
    display: flex;
  }

  .center-heading-wrapper {
    max-width: 100%;
  }

  .home-hiw_item-wrapper {
    max-width: 18rem;
  }

  .features_item-list {
    grid-row-gap: .7rem;
    order: 9999;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lottie-icon-2 {
    width: 6rem;
  }

  .header-form-component {
    border: 1px #000;
    margin-top: 0;
    padding: 0;
  }

  .text-field::placeholder {
    font-size: .9rem;
  }

  .form-component {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    border: 1px #000;
    border-top-color: #0000002e;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
  }

  .form-component.is-contact-pag {
    padding: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_component {
    grid-template-columns: 1fr;
  }

  .menu-button {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    height: auto;
  }

  .burger-line {
    width: 31px;
    height: 2px;
    margin-top: 2px;
  }

  .intro_component {
    grid-template-columns: 1fr;
    padding-right: 1rem;
  }

  .image-18 {
    width: 100%;
  }

  .regiao-text {
    font-size: 1rem;
  }

  .regiao-text.is-big.hiden-mpbile {
    display: none;
  }

  .grid-terrenos {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    padding-top: 46px;
    display: flex;
  }

  .heading-style-h1-3, .heading-style-h1-3.text-color-white {
    font-size: 2rem;
  }

  .div-block-5 {
    background-color: #00000045;
  }

  .grid-regiao-bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .about_content {
    width: 100%;
  }

  .about_component {
    grid-template-columns: 1fr;
  }

  .about_image {
    width: 320px;
  }

  .terrenos-infos.is-big {
    font-size: 4.9rem;
    line-height: 1;
  }

  .titulo-terrenos {
    font-size: 2.2rem;
  }

  .arq-design-content, .arq-design-complemento {
    grid-template-columns: 1fr;
  }

  .section_video {
    height: 30vh;
  }

  .icon-1x1-small-second {
    width: 4rem;
    height: 4rem;
  }

  .gallery_image-wrapper {
    aspect-ratio: 2 / 1.4;
  }

  .gallery9_image-wrapper-large-copy {
    aspect-ratio: auto;
    height: 100%;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .gallery-img {
    aspect-ratio: auto;
    height: 100%;
    max-height: 100%;
  }

  .btns_slide-nav {
    top: auto;
    left: auto;
    right: 0%;
  }

  .gallery_component {
    padding-bottom: 0;
  }

  .descricao-img {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    inset: auto 0% 0%;
  }

  .btn_arrow {
    background-color: #e7e7e700;
    inset: 0% 0% 0% auto;
  }

  .btn_arrow.left {
    background-color: #e7e7e700;
    inset: 0% auto 0% 0%;
  }

  .section_implantacao {
    padding-top: 1rem;
  }

  .projeto-grid-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .projeto-component {
    text-align: center;
    padding: 1rem 0;
  }

  .implantacao-grid-wrapper {
    text-align: left;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .padding-header {
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .button-tour360 {
    font-size: 1.3rem;
  }

  .section_video2 {
    height: 30vh;
  }

  .pilares-component {
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }

  .map-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

#w-node-eed09912-952a-92ec-918b-f807c3f64304-2c4279ef, #w-node-_36f9e1aa-6509-59ff-b5df-9a646be24271-2c4279ef, #w-node-_36f9e1aa-6509-59ff-b5df-9a646be24277-2c4279ef, #w-node-_36f9e1aa-6509-59ff-b5df-9a646be2427d-2c4279ef {
  justify-self: end;
}

#w-node-_93014928-698c-3004-cc97-3f8708df0d32-2c4279ef {
  order: 9999;
  justify-self: end;
}

#w-node-_93014928-698c-3004-cc97-3f8708df0d38-2c4279ef {
  order: -9999;
  justify-self: end;
}

#w-node-cf5d9be0-5d2f-1113-ef72-eed11a01648b-2c4279ef {
  order: -9999;
}

#w-node-daa8e98d-651e-aa6d-13c9-98dc0219999f-2c4279ef, #w-node-_0fc3b0bb-0fff-e0a0-b8a3-5151d70f3e17-2c4279ef {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_74881bb6-ef7b-01da-7342-62f634d43351-2c4279ef, #w-node-b5fd4c0f-3f9b-7a83-7287-e870f852b864-2c4279ef {
    order: -9999;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard Text';
  src: url('../fonts/Halyard-Text-SemiBold-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard Text';
  src: url('../fonts/Halyard-Text-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard Text';
  src: url('../fonts/Halyard-Text-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard Text';
  src: url('../fonts/Halyard-Text-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard Text';
  src: url('../fonts/Halyard-Text-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard Text';
  src: url('../fonts/Halyard-Text-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}