:root {
  --olive: #806a40;
  --yellow: #d8db00;
  --yellow-green: #c3c600;
  --black: white;
  --white-smoke-stroke: #e9e9e9;
  --gainsboro-section: #dbdbdb40;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--olive);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

a {
  color: var(--olive);
  background-color: #0000;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

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

li {
  margin-bottom: .25rem;
  font-family: Inter, sans-serif;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: Inter, sans-serif;
  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%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-width: .145625rem;
  border-color: var(--yellow);
  background-color: #0000;
  border-radius: .29125rem;
  width: 1.455rem;
  height: 1.455rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  border-color: var(--yellow);
  background-color: var(--yellow);
  background-size: 90%;
  border-radius: .125rem;
  width: 1.455rem;
  height: 1.455rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: 1.455rem;
  height: 1.455rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.form_checkbox-label {
  color: var(--olive);
  font-family: Inter, sans-serif;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  color: var(--olive);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-weight-semibold.is-yellow {
  color: var(--yellow-green);
  text-align: center;
}

.text-weight-semibold.is-status {
  flex: 1;
}

.text-weight-semibold.is-white {
  color: var(--black);
  font-size: 1.8rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
  font-family: Inter, sans-serif;
}

.text-color-grey {
  color: gray;
  font-family: Inter, sans-serif;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.padding-global.nav-menu {
  border-top: 1px solid var(--white-smoke-stroke);
  border-bottom: 1px solid var(--white-smoke-stroke);
  background-color: #f5f5f5;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

.padding-section-small.nav-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-small.is-form-container {
  grid-column-gap: 4.1875rem;
  grid-row-gap: 4.1875rem;
  flex-direction: row;
  padding-top: 0;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  color: var(--olive);
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-size-regular.text-weight-medium.is-localiza-o {
  max-width: 8.75rem;
}

.text-size-regular.text-weight-semibold {
  text-align: center;
  flex: 1;
}

.text-weight-xbold {
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.text-align-right {
  text-align: right;
  font-family: Inter, sans-serif;
}

.text-weight-bold {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-weight-bold.is-brown {
  color: var(--olive);
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

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

.text-size-small.brown {
  color: var(--olive);
}

.text-size-small.text-weight-semibold.is-header {
  text-align: center;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_label {
  color: var(--olive);
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
  font-family: Inter, sans-serif;
}

.background-color-grey {
  background-color: var(--white-smoke-stroke);
}

.form_input {
  border: .145625rem solid var(--white-smoke-stroke);
  background-color: var(--black);
  border-radius: .581875rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.form_input:focus {
  border: .145625rem solid var(--yellow);
  border-radius: .581875rem;
}

.form_input.is-select-input {
  border: .145625rem solid var(--yellow);
  color: var(--olive);
  border-radius: .581875rem;
  font-weight: 700;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container-large.is-form-container {
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
  font-family: Inter, sans-serif;
}

.text-align-center.text-weight-semibold-footer {
  color: var(--olive);
  font-size: .625rem;
  font-weight: 600;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--yellow);
  color: var(--olive);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
}

.button.is-text {
  color: var(--olive);
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  border: .125rem solid #e6e91e;
  border-radius: .625rem;
  align-self: stretch;
  transition: all .2s;
  box-shadow: 0 6px 8px #00000026;
}

.button.is-form-submit:hover {
  background-color: #d3d600;
}

.button.is-form-submit.is-icon {
  max-width: none;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: .125rem solid var(--yellow);
  background-color: var(--black);
  color: var(--olive);
  border-radius: .5rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 19rem;
  text-decoration: none;
  display: flex;
}

.button.is-icon.is-secondary.is-header {
  background-color: #0000;
  justify-content: center;
}

.button.is-icon.is-secondary.is-header.index_form2 {
  transition: all .35s;
}

.button.is-icon.is-secondary.is-header.index_form2:hover {
  box-shadow: 0 2px 5px #0003;
}

.button.is-icon.is-secondary.index_form2 {
  transition: all .2s;
}

.button.is-icon.is-secondary.index_form2:hover {
  box-shadow: 1px 2px 5px #00000026;
}

.button.is-icon.is-waze {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #3cf;
  border-radius: 1rem;
  max-width: 10rem;
  padding: .5rem 1rem;
  transition: all .35s;
}

.button.is-icon.is-waze:hover {
  box-shadow: 1px 2px 5px #00000026;
}

.button.is-icon.is-header {
  flex: 1;
  justify-content: center;
  max-width: none;
}

.button.is-icon.is-header.index_form1 {
  transition: all .35s;
}

.button.is-icon.is-header.index_form1:hover {
  box-shadow: 0 2px 5px #0003;
}

.button.is-icon.index_form1 {
  transition: all .2s;
}

.button.is-icon.index_form1:hover {
  box-shadow: 1px 2px 5px #00000026;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-size-medium.is-brown {
  color: var(--olive);
}

.text-size-medium.is-brown.is-heading {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-semibold.is-black {
  color: #000;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: var(--yellow);
}

.fs-styleguide_color.is-2 {
  background-color: var(--olive);
}

.fs-styleguide_color.is-3 {
  background-color: #e9e9e9;
}

.fs-styleguide_color.is-4 {
  background-color: var(--white-smoke-stroke);
}

.fs-styleguide_color.is-5 {
  background-color: #000;
}

.fs-styleguide_color.is-6 {
  background-color: var(--yellow-green);
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.text-color-brown {
  color: var(--olive);
  font-family: Inter, sans-serif;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #0000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  margin-left: 40px;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
}

.navbar_component {
  z-index: 9;
  background-color: var(--yellow);
  border: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #0000;
}

.nav-link {
  color: var(--olive);
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: flex;
}

.heading {
  color: var(--olive);
}

.heading.text-color-brown.is-form {
  text-align: center;
  align-self: stretch;
}

.heading.is-outline {
  color: var(--yellow);
  font-size: 3.125rem;
}

.tittle-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.video-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.div-video {
  border-radius: 1rem;
}

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

.footer1_credit-text {
  font-size: .875rem;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.form-input {
  color: #0000;
  background-color: #0000;
  border: 1px solid #0000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.footer1_logo-link {
  padding-left: 0;
}

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

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

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.footer-image-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: 1;
  display: flex;
}

.footer-logo-wrapper {
  border-right: 1px solid var(--olive);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1.875rem;
  display: flex;
}

.footer-logo-wrapper.is-last {
  border-right-style: none;
}

.footer-logo-img {
  padding-top: .5rem;
}

.footer-social-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-component {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-wrapper {
  flex: 1;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--olive);
  flex-direction: column;
  padding-top: 1rem;
  display: flex;
}

.link-footer {
  font-size: .875rem;
}

.video-wrapper {
  border-radius: 1rem;
}

.navigation_menu.nav-fixa {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
}

.navigation-component {
  justify-content: space-between;
  display: flex;
}

.menu-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

._24px-icon {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

.localiza-o-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.localiza-o_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.localiza-o-image-wrapper {
  border-radius: .5rem;
  flex: 1;
  overflow: hidden;
}

._32px-icon {
  flex: 1;
  max-width: 1.5rem;
  max-height: 2rem;
}

.image-2 {
  min-width: 1rem;
  max-width: none;
  min-height: 2rem;
}

.tittle-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.tittle-container.form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
}

.tittle-container.is-form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
}

.legenda_galeria {
  color: #35373a;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.icon_fullscren {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0006;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-image {
  justify-content: space-between;
  height: auto;
  margin-top: 5px;
  display: flex;
}

.lightbox {
  cursor: pointer;
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 280px;
  max-width: 600px;
  height: 200px;
  max-height: 200px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 10px -8px #0006;
}

.lightbox.lightbox-localizacao {
  border-radius: .5rem;
  min-width: auto;
  max-width: 5rem;
  height: 130px;
  max-height: 5rem;
}

.lightbox.lightbox-localizacao.header {
  object-fit: cover;
  width: 8.5rem;
  max-width: none;
  height: 13.4375rem;
  max-height: 13.4375rem;
  display: inline-block;
}

.lightbox.lightbox-galeria {
  border-radius: .5rem;
  min-width: auto;
  max-width: 5rem;
  height: 130px;
  max-height: 5rem;
}

.lightbox.lightbox-galeria.header {
  object-fit: cover;
  width: 8.5rem;
  max-width: none;
  height: 13.4375rem;
  max-height: 13.4375rem;
  display: inline-block;
}

.localiza-o-image {
  width: 100%;
}

.localiza-o-image.shadow-two {
  object-fit: cover;
  flex: 1;
  width: 5rem;
  min-width: 5rem;
  max-width: 5rem;
  min-height: 5rem;
  max-height: 5rem;
}

.localiza-o-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.image-localizacao-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  flex: 1;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.cta-componnent {
  border: 1px solid var(--white-smoke-stroke);
  border-radius: 1rem;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 2px 8px #00000014;
}

.cta-content-wrapper {
  background-color: #0000;
  flex: 1;
  align-self: stretch;
}

.cta-img-wrapper {
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-end;
  display: flex;
}

.form {
  background-color: var(--gainsboro-section);
}

.form-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--gainsboro-section);
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  padding: 3.125rem 3.125rem 3.125rem 2.5rem;
  display: flex;
}

.form-wrapper.is-cta {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
  max-width: none;
}

.form-wrapper.is-form {
  border: 1px solid var(--white-smoke-stroke);
  background-color: var(--white-smoke-stroke);
  min-width: 30.625rem;
  padding: 2.875rem 2.5rem;
  box-shadow: 1px 2px 5px #00000026;
}

.form-wrapper.is-form.is-mobile {
  background-color: var(--white-smoke-stroke);
}

.form-wrapper.is-form.is-mobile.form-chatonlinee {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.form-wrapper.is-form.is-desktop {
  background-color: var(--gainsboro-section);
}

.input-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.form-block {
  background-color: #0000;
  flex-direction: column;
  margin-bottom: 0;
}

.form-block.fixed-form {
  position: absolute;
}

.div-block {
  display: flex;
}

.image-3 {
  flex: 0 auto;
}

.span-semi-bold {
  font-weight: 600;
}

.waze-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block {
  color: #000;
  flex: 1;
}

.localizao-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  min-width: 33.375rem;
  display: flex;
}

.localiza-o-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

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

.section_header {
  background-color: var(--gainsboro-section);
}

.heading-component {
  display: flex;
}

.header-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.header-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.header-image {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  grid-template: "Area"
                 "Area"
                 "Area"
                 / 24.3125rem 8.5rem;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.status-produto {
  border: .125rem solid var(--yellow);
  border-radius: .5rem;
  align-self: flex-start;
  max-width: none;
  padding: .5rem .75rem;
}

.header-cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  display: flex;
}

.header-cta.is-hiden {
  display: none;
}

.comando-produto {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: .0625rem solid var(--yellow);
  border-bottom: .0625px solid var(--yellow);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .3125rem .5rem;
  display: flex;
}

.dorms-wrapper, .adress-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.span-header {
  color: #0000;
  -webkit-text-stroke-width: .079375rem;
  -webkit-text-stroke-color: var(--yellow-green);
  font-family: Lato, sans-serif;
  font-size: 5.5rem;
  font-weight: 900;
}

.h1-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.div-block-2 {
  border-right: .0625rem solid var(--yellow-green);
  align-self: stretch;
  min-width: .0625rem;
  max-width: .0625rem;
  display: flex;
}

.text-btn {
  flex: 1;
}

.image-large-container {
  flex: 1;
  max-width: 24.3125rem;
  max-height: 41.3125rem;
}

.image-small-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  min-width: 8.5rem;
  max-width: 8.5rem;
  display: flex;
}

.image-small {
  object-fit: cover;
  border-radius: .5rem;
  flex: 1;
  max-width: none;
  max-height: 13.4375rem;
}

.image-large {
  max-width: none;
}

.map-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-about-galeria {
  flex-direction: column;
}

.section-about {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  padding-top: 3rem;
  display: flex;
}

.form-container {
  width: 30.625rem;
  max-width: 30.625rem;
  margin-top: 3rem;
  padding-top: 0;
  position: relative;
}

.sections-container {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  max-width: 41rem;
  display: flex;
}

.container-diferencial {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.section-obra {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  border: 1px solid var(--white-smoke-stroke);
  background-color: var(--gainsboro-section);
  border-radius: 1rem;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 2.5rem;
  display: flex;
  box-shadow: 1px 1px 4px -3px #00000026;
}

.span-h2 {
  color: #0000;
  -webkit-text-stroke-width: .079375rem;
  -webkit-text-stroke-color: var(--yellow-green);
  font-family: Lato, sans-serif;
  font-size: 3.125rem;
  font-weight: 900;
}

.stats-obras-container-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.status-wrapper {
  background-color: var(--white-smoke-stroke);
  border-radius: .5rem;
  min-height: .25rem;
}

.progress-bar-yellow {
  background-color: var(--yellow);
  border-radius: .5rem;
  width: 8%;
  height: .25rem;
}

.progress-bar-yellow.bar1 {
  width: 89.02%;
}

.progress-bar-yellow.bar2, .progress-bar-yellow.bar3, .progress-bar-yellow.bar4, .progress-bar-yellow.bar5 {
  width: 100%;
}

.progress-bar-yellow.bar6 {
  width: 86.95%;
}

.progress-bar-yellow.bar7 {
  width: 78.83%;
}

.progress-bar-yellow.bar8 {
  width: 100%;
}

.progress-bar-yellow.bar10 {
  width: 96.25%;
}

.progress-bar-yellow.bar9 {
  width: 96.25%;
}

.progress-bar-yellow.bar11 {
  width: 94.83%;
}

.progress-bar-yellow.bar12 {
  width: 99.5%;
}

.progress-bar-yellow.bar13 {
  width: 84.97%;
}

.progress-bar-yellow.bar14 {
  width: 99%;
}

.progress-bar-yellow.bar15 {
  width: 95.7%;
}

.progress-bar-yellow.bar16 {
  width: 52.1%;
}

.progress-bar-yellow.bar17 {
  width: 97.46%;
}

.progress-bar-yellow.bar18 {
  width: 90%;
}

.stats-obras-container-small {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  display: flex;
}

.stats-tittle {
  flex: 1;
  align-items: center;
  display: flex;
}

.lightbox-header {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-txt-container {
  object-fit: fill;
  background-color: #00000073;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.tab-link2 {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  display: flex;
}

.tab-link2.w--current {
  border-style: none none solid;
  border-width: .3125rem;
  border-color: black black var(--yellow-green);
  background-color: #0000;
}

.tab-link2.is-progresso-obra.w--current {
  background-color: var(--white-smoke-stroke);
}

.tab-link1 {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  display: flex;
}

.tab-link1.w--current {
  border-bottom: .3125rem solid var(--yellow-green);
  background-color: #0000;
  flex: 1;
  justify-content: center;
  display: flex;
}

.tab-link1.is-progresso-obra.w--current {
  background-color: var(--white-smoke-stroke);
}

.tabs-menu-galeria {
  display: flex;
}

.tabs-menu-galeria.tabs-menu-obras {
  border: 2px solid var(--white-smoke-stroke);
  border-radius: .625rem;
  overflow: hidden;
}

.galeria-tab-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  padding-top: 3rem;
  display: flex;
}

.galeria-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 3rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.galeria-container.hide {
  display: none;
}

.legenda_galeria-2 {
  color: #35373a;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.image-container {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 280px;
  max-width: 350px;
  height: auto;
  display: flex;
}

.container-legenda-img {
  justify-content: space-between;
  height: auto;
  margin-top: 5px;
  display: flex;
}

.galeria_imagem {
  width: 100%;
}

.galeria_imagem.shadow-two {
  object-fit: cover;
  flex: 1;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.divisor {
  background-color: #f04e23;
  border-radius: 20px;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  margin-left: 5px;
  margin-right: 5px;
}

.divisor.divisor-form {
  background-color: #dad0cb;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.divisor.divisor-form.divisor-modal {
  color: #fff;
  background-color: #e6dfdc;
  margin-top: 25px;
  margin-bottom: 25px;
}

.numeracao {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: none;
}

.numeracao_galeria {
  color: #35373a;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.lightbox-torre {
  cursor: pointer;
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 280px;
  max-width: 600px;
  height: 200px;
  max-height: 200px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-torre:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 10px -8px #0006;
}

.lightbox-torre.lightbox-localizacao {
  border-radius: .5rem;
  min-width: auto;
  max-width: 5rem;
  height: 130px;
  max-height: 5rem;
}

.lightbox-torre.lightbox-localizacao.header {
  object-fit: cover;
  width: 8.5rem;
  max-width: none;
  height: 13.4375rem;
  max-height: 13.4375rem;
  display: inline-block;
}

.planta-tab-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  padding-top: 3rem;
  display: flex;
}

.tabs-menu-planta {
  display: flex;
}

.tabs-content-planta {
  overflow: hidden;
}

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

.galeria-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.planta-lightbox {
  border-radius: .5rem;
  width: 30rem;
  height: 22.5rem;
  box-shadow: 1px 2px 5px -1px #0003;
}

.planta-image {
  object-fit: contain;
  width: 30rem;
  height: 22.5rem;
  position: absolute;
  inset: 0%;
}

.planta-image-wrapper {
  padding-top: 100%;
  position: relative;
}

.gallery21_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow.is-left {
  right: 4rem;
}

.planta-slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.planta-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 3rem;
  padding-bottom: 5rem;
  position: relative;
}

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

.planta-slide {
  width: 30rem;
  height: 22.5rem;
  margin-right: 1.5rem;
  padding-right: 0;
}

.gallery21_arrow-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_gallery21 {
  overflow: hidden;
}

.planta-mask {
  width: 30rem;
  height: 22.5rem;
  margin-bottom: 2rem;
  overflow: visible;
}

.container-modal-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.btn-submit {
  background-color: #f04e23;
  background-image: url('../images/right.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 2px solid #ff7543;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  margin-top: 25px;
  padding-bottom: 10px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .25s ease-in-out;
}

.btn-submit:hover {
  background-color: #ff7543;
  border-color: #ff7543;
  box-shadow: 0 10px 10px #0003;
}

.btn-submit:focus {
  background-color: #ff7543;
  box-shadow: 0 10px 10px #0003;
}

.btn-submit.submit-modal {
  height: 60px;
  margin-top: 35px;
}

.subtitulo-form {
  color: #f04e23;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.btn-close-modal {
  color: #fff;
  align-self: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  text-decoration: none;
}

.btn-close-modal:hover {
  color: #e72462;
}

.link {
  color: #f04e23;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  font-weight: 700;
}

.modal-form {
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.modal-form.form-contato {
  display: none;
}

.icon-close {
  color: #35373a;
  text-align: right;
  -webkit-text-stroke-color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.form-2 {
  align-self: stretch;
}

.text-block-2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.checkbox-label {
  color: #222;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.checkbox-label.modal {
  color: #1a1c1d;
}

.checkbox-field {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.success-message-2 {
  background-color: #2aa858;
  border-radius: 5px;
  width: 100%;
  padding: 8px 25px;
}

.checkbox {
  cursor: pointer;
  background-color: #dad0cb;
  border-color: #f04e23;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #f04e23;
}

.checkbox.imput-moadl {
  background-color: #f0e9e6;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.error-message-2 {
  background-color: #ce3b51;
  border-radius: 5px;
  width: 100%;
  padding: 8px 20px;
}

.fundo-form {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #e6dfdccc;
  width: 100%;
  height: 100%;
  transition: opacity .4s ease-in-out;
}

.titulo-form {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.titulo-form.titulo-modal {
  color: #35373a;
}

.imput {
  color: #222;
  background-color: #dad0cb;
  border: 1px solid #f04e23;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .1s ease-in-out;
}

.imput:hover, .imput:focus {
  border-width: 2px;
  border-color: #f04e23;
}

.imput.imput-modal {
  color: #1a1c1d;
  background-color: #f0e9e6;
  border-color: #f04e23;
  height: 45px;
  margin-bottom: 8px;
}

.imput.imput-modal:hover, .imput.imput-modal:focus {
  border-color: #f04e23;
}

.form-block-2 {
  flex-direction: column;
  align-items: center;
  max-height: 600px;
  margin-bottom: 0;
  display: flex;
}

.form-block-2.form-modal {
  width: 450px;
}

.progress-wrap {
  margin-right: 0;
}

.icon-contato-block {
  border-left: 2px #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 62px;
  height: 100%;
  padding: 15px;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
}

.pulsar {
  z-index: 0;
  background-color: #fff6;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.btn-contato {
  background-color: var(--yellow);
  object-fit: fill;
  border-radius: 30px;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 8px #00000040;
}

.btn-contato.btn-wpp {
  background-color: #24aa5e;
}

.texto1-btn {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.nav-lateral {
  z-index: 9;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 20px 0% auto;
}

.texto-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 15px;
  padding-bottom: 1px;
  display: none;
  position: relative;
}

.texto2-btn {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.icon-contato {
  width: 28px;
  min-width: 28px;
}

.nav-lateral-block {
  z-index: 8;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 20px 0% auto;
}

.btn-chat-popup {
  border: 2px solid var(--olive);
  color: #f04e23;
  -webkit-text-stroke-color: var(--olive);
  background-color: #f8f7f6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.btn-chat-popup:hover {
  background-color: #e6dfdc;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px #0003;
}

.btn-chat-popup.index_chatonline {
  border-color: var(--olive);
  -webkit-text-stroke-color: var(--yellow);
}

.btn-chat-popup.index_form2 {
  transition: all .35s ease-in;
}

.close-help {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  margin-right: -8px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.close-help:hover {
  color: #e6dfdc;
}

.pop-up-ajuda {
  z-index: 9;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 2px solid var(--yellow);
  background-color: var(--yellow);
  border-radius: .5rem;
  flex-direction: column;
  min-width: 200px;
  max-width: 350px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 1.5rem 1rem;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 4px 6px #00000061;
}

.pop-up-ajuda.close-pupup {
  display: none;
}

.conteudo-block {
  height: auto;
  display: flex;
}

.text-container {
  color: var(--olive);
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.bold-text-11 {
  color: var(--olive);
  font-size: 20px;
  line-height: 20px;
}

.text-block-29 {
  color: var(--olive);
}

.icon-container-help-chat {
  border: 2px solid var(--olive);
  border-radius: 10px;
  align-self: stretch;
  align-items: center;
  min-width: 60px;
  max-width: 4.5rem;
  min-height: 60px;
  max-height: 4.5rem;
  margin-right: 12px;
  padding: 1rem;
  display: flex;
}

.popup-block {
  z-index: 999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-block.show {
  display: flex;
}

.pop-up-termos {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--black);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 200px;
  max-width: 500px;
  padding: 1.875rem;
  display: flex;
  position: relative;
  top: 3.5625rem;
  box-shadow: 0 7px 14px 3px #0003;
}

.paragraph-4 {
  color: #1a1c1d;
  text-align: justify;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.accept-button {
  color: #fff;
  background-color: #24aa63;
  border-radius: 10px;
  padding: 10px 25px 11px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.text-container-pop-up {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.error-message-3 {
  text-align: center;
  border-radius: .5rem;
}

.success-message-3 {
  background-color: #5bdb5a;
  border-radius: .5rem;
}

.dropdown {
  flex: 1;
  justify-content: space-between;
  display: none;
}

.dropdown-container {
  justify-content: space-between;
  display: flex;
}

.dropdown-toggle {
  border: .125rem solid var(--yellow);
  border-radius: .5rem;
  flex: 1;
  justify-content: space-between;
  padding: .5rem .75rem;
  display: flex;
}

.dropdown-container-old {
  border: 2px solid var(--yellow);
  border-radius: .5rem;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding: .5rem 1rem;
  display: flex;
}

.txt-container-form-sucess {
  padding-top: .5rem;
}

.popup-block-2 {
  z-index: 999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-block-2.show {
  display: flex;
}

.pop-up-termos-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #e6dfdc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 200px;
  max-width: 500px;
  padding: 1.875rem;
  display: flex;
  position: relative;
  box-shadow: 0 7px 14px 3px #0003;
}

.accept-button-2 {
  color: #fff;
  background-color: #24aa63;
  border-radius: 10px;
  padding: 10px 25px 11px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-container-galeria {
  width: 100%;
}

.dropdown-toggle1 {
  border: 2px solid var(--yellow);
  border-radius: .5rem;
  width: 100%;
  height: 50px;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list.w--open {
  border: 2px solid var(--yellow);
  background-color: var(--black);
  border-radius: .5rem;
  margin-top: 10px;
  overflow: hidden;
}

.texto-dropdown {
  color: var(--olive);
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.icon {
  color: var(--olive);
}

.dropdownplantas {
  color: var(--olive);
  text-align: center;
}

.dropdownplantas:hover {
  background-color: #ecebe6;
}

.div-block-3 {
  background-color: #9b4848;
  width: 100px;
  height: 50px;
  margin-top: 30px;
}

.div-block-4 {
  background-color: #2a386b;
  width: 100px;
  height: 50px;
  margin-top: 30px;
}

.tab-pane-torre-moratto {
  min-height: 350px;
}

.dropdown-container-galeria-tm {
  width: 100%;
}

.dropdown-toggle2 {
  border: 2px solid var(--yellow);
  border-radius: .5rem;
  width: 100%;
  height: 50px;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-pane-torre-vital {
  min-height: 350px;
}

.dropdowngaleria {
  color: var(--olive);
  text-align: center;
}

.dropdowngaleria:hover {
  background-color: #ecebe6;
}

.video-container {
  border-radius: 10px;
  width: 100%;
  min-height: 300px;
  max-height: 450px;
  margin-top: 50px;
  overflow: hidden;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.btn-voltar-block {
  grid-column-gap: 20px;
  border: 2px solid var(--yellow);
  background-color: var(--yellow);
  border-radius: 10px;
  align-items: center;
  height: 50px;
  margin-bottom: 100px;
  padding: 15px 20px 15px 15px;
  text-decoration: none;
  transition: all .15s ease-in-out;
  display: flex;
}

.btn-voltar-block:hover {
  background-color: var(--yellow);
}

.image-4 {
  height: 18px;
  transform: rotate(180deg);
}

.text-block-31 {
  color: var(--olive);
  margin-bottom: 1px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-32 {
  color: var(--yellow);
  text-align: center;
  -webkit-text-stroke-color: var(--yellow);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-33 {
  color: #414346;
  text-align: center;
  -webkit-text-stroke-color: #414346;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.body {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/04-VilaParque-Torre-B-Solarium.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.tab-obra {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  margin-top: 3rem;
  display: flex;
}

.tabs {
  margin-top: .5rem;
}

.html-embed-2 {
  border-radius: .625rem;
  width: 100%;
  height: 430px;
  min-height: 430px;
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .padding-global.nav-menu {
    background-color: #f7f7f7;
  }

  .padding-section-small.is-form-container {
    grid-column-gap: 8.25rem;
    grid-row-gap: 8.25rem;
  }

  .navigation_menu.nav-fixa {
    z-index: 999;
    width: 100%;
    position: fixed;
    inset: 0 0% auto;
  }

  .header-wrapper {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .subtitulo-form {
    color: var(--yellow);
    -webkit-text-stroke-color: var(--yellow);
  }

  .btn-close-modal {
    margin-bottom: 0;
  }

  .link {
    color: var(--yellow);
    -webkit-text-stroke-color: var(--yellow);
  }

  .modal-form, .modal-form.form-chatonline {
    display: none;
  }

  .icon-close {
    margin-bottom: 10px;
  }

  .fundo-form {
    background-color: #ffffffd1;
  }

  .btn-contato {
    background-color: var(--yellow);
  }

  .pop-up-termos {
    background-color: var(--black);
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

  .padding-section-small.is-form-container {
    justify-content: center;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular {
    text-decoration: none;
  }

  .text-size-regular.text-weight-medium.is-localiza-o {
    text-align: center;
    max-width: none;
  }

  .text-size-small.brown {
    text-align: center;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button.is-icon.is-waze {
    max-width: 10rem;
  }

  .text-size-medium.is-brown {
    text-align: center;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: #fff;
    margin-left: 0;
    padding-bottom: 2rem;
    transition: height .5s;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    justify-content: center;
  }

  .heading.is-outline {
    text-align: center;
  }

  .tittle-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
  }

  .footer-content-wrapper {
    align-items: center;
  }

  .image {
    max-width: 80%;
  }

  .menu-wrapper.is-hiden {
    display: none;
  }

  .localiza-o_component {
    flex-direction: column;
  }

  .localiza-o-image-wrapper {
    flex: 0 auto;
    justify-content: center;
    height: 600px;
    min-height: 600px;
    display: flex;
  }

  .tittle-container {
    justify-content: center;
  }

  .tittle-container.form {
    text-align: center;
    align-items: center;
  }

  .legenda_galeria {
    font-size: 13px;
  }

  .icon_fullscren {
    opacity: 1;
  }

  .text-image {
    position: relative;
  }

  .lightbox {
    min-width: 200px;
    max-width: 400px;
    max-height: 170px;
  }

  .lightbox.lightbox-localizacao {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: none;
    display: block;
  }

  .lightbox.lightbox-localizacao.header {
    width: 17rem;
    max-height: 13rem;
  }

  .lightbox.lightbox-galeria {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: none;
    display: block;
  }

  .lightbox.lightbox-galeria.header {
    width: 17rem;
    max-height: 13rem;
  }

  .localiza-o-image.shadow-two {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .localiza-o-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .image-localizacao-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: center;
  }

  .cta-componnent {
    flex-direction: column;
  }

  .cta-img-wrapper {
    align-self: stretch;
  }

  .form-wrapper {
    border-radius: .5px;
  }

  .form-wrapper.is-form, .form-wrapper.is-form.is-mobile {
    border-radius: 1rem;
  }

  .image-3 {
    display: none;
  }

  .span-semi-bold {
    text-align: center;
  }

  .waze-container {
    justify-content: center;
  }

  .localizao-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    align-self: stretch;
    align-items: stretch;
  }

  .localiza-o-content-wrapper {
    align-items: center;
  }

  .html-embed {
    flex: 0 auto;
    align-self: auto;
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .header-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: space-between;
  }

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

  .header-image {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    object-fit: fill;
    justify-content: flex-start;
    align-self: center;
    max-width: 688px;
    position: relative;
  }

  .header-cta {
    align-self: stretch;
  }

  .header-cta.is-hiden {
    display: flex;
  }

  .comando-produto {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .span-header {
    font-size: 4rem;
  }

  .h1-header {
    align-self: center;
    align-items: center;
  }

  .image-large-container {
    object-fit: fill;
    max-width: none;
    max-height: none;
  }

  .image-small-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-width: 17rem;
    max-height: 41.6rem;
  }

  .image-small {
    width: 17rem;
    max-height: 13rem;
  }

  .image-large {
    max-height: none;
  }

  .form-container {
    display: none;
  }

  .container-diferencial {
    justify-content: center;
  }

  .span-h2 {
    font-size: 3.5rem;
  }

  .stats-obras-container-large {
    justify-content: center;
  }

  .lightbox-txt-container {
    width: 100%;
    height: 100%;
    top: 0;
  }

  .galeria-container {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }

  .legenda_galeria-2 {
    font-size: 13px;
  }

  .image-container {
    flex: 1;
    min-width: 200px;
    max-width: 400px;
  }

  .container-legenda-img {
    position: relative;
  }

  .numeracao_galeria {
    font-size: 13px;
  }

  .lightbox-torre {
    min-width: 200px;
    max-width: 400px;
    max-height: 170px;
  }

  .lightbox-torre.lightbox-localizacao {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: none;
    display: block;
  }

  .lightbox-torre.lightbox-localizacao.header {
    width: 17rem;
    max-height: 13rem;
  }

  .tabs-content-galeria {
    margin-bottom: 2rem;
  }

  .tabs-content-galeria.tabs-content-obras {
    margin-bottom: 0;
  }

  .tabs-content-planta {
    margin-bottom: 2rem;
  }

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

  .btn-submit {
    padding-right: 40px;
  }

  .modal-form.form-chatonline, .modal-form.form-contato {
    display: none;
  }

  .titulo-form {
    font-size: 19px;
    line-height: 24px;
  }

  .icon-contato-block {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
  }

  .btn-contato {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .texto2-btn {
    font-size: 16px;
  }

  .icon-contato {
    width: 25px;
    min-width: 25px;
  }

  .bold-text-11 {
    font-size: 19px;
  }

  .popup-block {
    display: none;
  }

  .popup-block.show {
    display: flex;
  }

  .pop-up-termos {
    padding: 1.5rem;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .accept-button {
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 15px;
  }

  .popup-block-2 {
    display: none;
  }

  .popup-block-2.show {
    display: flex;
  }

  .pop-up-termos-2 {
    padding: 20px;
  }

  .accept-button-2 {
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 15px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

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

  .padding-global.footer, .padding-global.nav-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    height: auto;
    padding-bottom: 1.7rem;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .heading.text-color-brown.is-form.is-mobile {
    font-size: 1.9rem;
  }

  .heading.is-outline {
    text-align: center;
    font-size: 2.8rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-image-component {
    max-width: 80%;
  }

  .social-footer {
    align-items: center;
    max-width: 3rem;
    display: flex;
  }

  .footer-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
  }

  .menu-wrapper {
    flex-direction: column;
  }

  .legenda_galeria {
    font-size: 12px;
  }

  .icon_fullscren {
    width: 35px;
    height: 35px;
    padding: 8px;
  }

  .lightbox {
    flex: 1;
    min-width: 200px;
    height: 150px;
    max-height: 200px;
  }

  .lightbox.lightbox-localizacao.header, .lightbox.lightbox-galeria.header {
    width: 7.4rem;
  }

  .localiza-o-image.shadow-two {
    object-fit: cover;
    flex: none;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .image-localizacao-block {
    flex: 1;
    align-items: center;
    min-width: 120px;
  }

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

  .waze-container {
    flex-direction: column;
  }

  .localizao-wrapper {
    align-items: center;
  }

  .header-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .header-content {
    text-align: center;
  }

  .header-image {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .dorms-wrapper, .adress-wrapper {
    flex-direction: column;
  }

  .span-header {
    font-size: 3.4rem;
  }

  .image-small-container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    min-width: 6.3rem;
  }

  .image-small {
    width: 7.4rem;
  }

  .form-container {
    display: none;
  }

  .sections-container {
    max-width: 100%;
  }

  .container-diferencial {
    justify-content: center;
  }

  .span-h2 {
    font-size: 3.4rem;
  }

  .lightbox-txt-container {
    flex: 0 auto;
    width: 100%;
  }

  .galeria-container {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    object-fit: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .legenda_galeria-2 {
    font-size: 12px;
  }

  .image-container {
    min-width: 200px;
    max-width: 400px;
  }

  .galeria_imagem.shadow-two {
    object-fit: cover;
    flex: none;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .numeracao_galeria {
    font-size: 12px;
  }

  .lightbox-torre {
    flex: 1;
    min-width: 200px;
    height: 150px;
    max-height: 200px;
  }

  .lightbox-torre.lightbox-localizacao.header {
    width: 7.4rem;
  }

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

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

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

  .planta-slide {
    margin-right: 1rem;
    padding-right: 0;
  }

  .planta-mask {
    width: 100%;
  }

  .modal-form, .modal-form.form-chatonline, .modal-form.form-contato {
    display: none;
  }

  .checkbox-label.modal, .checkbox-field.modal, .titulo-form.titulo-modal {
    color: #fff;
  }

  .pulsar {
    border-radius: 2px;
  }

  .btn-contato {
    box-shadow: none;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    width: auto;
    min-width: auto;
    max-width: none;
    overflow: hidden;
  }

  .btn-contato:hover {
    background-image: linear-gradient(#0003, #0003);
  }

  .texto1-btn {
    text-align: center;
    font-size: 15px;
  }

  .texto-block {
    flex: 1;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .texto2-btn {
    text-align: center;
    font-size: 15px;
  }

  .nav-lateral-block {
    flex-direction: row;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    inset: auto 0% -50px;
  }

  .nav-lateral-block.nav-lateral-mobile-active {
    bottom: 0;
  }

  .btn-chat-popup {
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 9px;
  }

  .pop-up-ajuda {
    border: 2px solid var(--yellow);
    transition: all .25s ease-in-out;
  }

  .pop-up-ajuda.pop-up-mobile {
    bottom: 50px;
  }

  .conteudo-block {
    height: 55px;
  }

  .text-container {
    font-size: 15px;
  }

  .bold-text-11 {
    font-size: 18px;
  }

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

  .icon-container-help-chat {
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
  }

  .popup-block {
    display: none;
  }

  .accept-button {
    justify-content: center;
    align-self: stretch;
    display: flex;
  }

  .popup-block-2 {
    display: block;
  }

  .html-embed-2 {
    height: 335px;
    min-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

  .form_checkbox-label {
    font-size: .8rem;
  }

  .text-weight-semibold.is-yellow.is-mobile {
    font-size: .9rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

  .padding-global.nav-menu {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-small.is-mobile {
    font-size: .75rem;
  }

  .form_label.is-mobile {
    font-size: .8rem;
  }

  .button.is-icon {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }

  .button.is-icon.is-secondary {
    max-width: none;
  }

  .button.is-icon.is-secondary.is-header {
    flex-direction: row;
  }

  .button.is-icon.is-waze {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: .5rem;
    flex-direction: row-reverse;
    align-self: stretch;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.is-icon.is-header {
    flex-direction: row;
  }

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

  .navbar_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading.text-color-brown {
    font-size: 1.9rem;
  }

  .heading.text-color-brown.is-form.is-mobile {
    font-size: 1.3rem;
  }

  .heading.is-outline.is-mobile {
    font-size: 2.4rem;
  }

  .tittle-content-wrapper {
    text-align: center;
    flex-wrap: wrap;
  }

  .video-cta {
    flex-direction: column;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer-image-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    max-width: none;
  }

  .footer-logo-wrapper.is-last {
    padding-right: 0;
  }

  .footer-component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navigation-component {
    justify-content: space-around;
  }

  .localiza-o_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .localiza-o-image-wrapper {
    height: 350px;
    min-height: 350px;
  }

  .tittle-container {
    text-align: center;
    flex-direction: column;
  }

  .tittle-container.form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
  }

  .legenda_galeria {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .text-image {
    align-items: flex-start;
  }

  .lightbox {
    flex: 0 auto;
    min-width: 250px;
    height: 150px;
  }

  .localiza-o-container {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .image-localizacao-block {
    flex: 1;
    align-self: stretch;
    min-width: 100%;
  }

  .form-wrapper {
    padding: 2.5rem 2rem;
  }

  .form-wrapper.is-form {
    min-width: auto;
    min-height: auto;
    max-height: 80%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form-wrapper.is-form.is-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--white-smoke-stroke);
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem;
  }

  .form-block.fixed-form {
    border-radius: .5rem;
  }

  .waze-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .localizao-wrapper {
    min-width: auto;
  }

  .header-content {
    text-align: center;
  }

  .header-image {
    max-width: none;
  }

  .header-cta {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .dorms-wrapper, .adress-wrapper {
    flex-direction: column;
  }

  .span-header {
    font-size: 2.5rem;
  }

  .image-small-container.is-hiden {
    display: none;
  }

  .image-large {
    width: 100%;
  }

  .sections-container {
    flex: 1;
    max-width: 100%;
  }

  .container-diferencial {
    flex-direction: column;
  }

  .span-h2 {
    font-size: 2.5rem;
  }

  .stats-obras-container-small {
    flex-direction: column;
  }

  .tab-link2 {
    text-align: center;
    align-items: center;
  }

  .tab-link1 {
    text-align: center;
  }

  .tab-link1.w--current {
    text-align: center;
    align-items: center;
  }

  .tabs-menu-galeria.tabs-menu-obras {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .galeria-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0 20px;
    overflow: auto;
  }

  .legenda_galeria-2 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .image-container {
    min-width: 250px;
  }

  .container-legenda-img {
    align-items: flex-start;
  }

  .divisor {
    background-color: var(--yellow);
  }

  .numeracao {
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: 0;
    margin-left: 15px;
    display: flex;
  }

  .numeracao_galeria {
    font-size: 12px;
  }

  .lightbox-torre {
    flex: 0 auto;
    min-width: 250px;
    height: 150px;
  }

  .tabs-content-galeria {
    margin-bottom: 2rem;
  }

  .planta-slide {
    width: 17.5rem;
    margin-right: .5rem;
  }

  .btn-submit.submit-modal {
    height: 50px;
  }

  .btn-close-modal {
    margin-bottom: .5rem;
  }

  .modal-form.form-chatonline, .modal-form.form-contato {
    display: none;
  }

  .icon-close {
    justify-content: flex-end;
    font-size: 28px;
    display: flex;
  }

  .imput.imput-modal {
    height: 40px;
  }

  .form-block-2.form-modal {
    width: 100%;
  }

  .icon-contato-block {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .btn-contato {
    height: 45px;
  }

  .close-help {
    z-index: 2;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    margin-right: -10px;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .pop-up-ajuda {
    min-width: 270px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .pop-up-ajuda.pop-up-mobile {
    bottom: 50px;
  }

  .text-block-30 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-decoration: none;
  }

  .conteudo-block {
    align-items: center;
    height: auto;
    position: relative;
  }

  .bold-text-11 {
    font-size: 17px;
  }

  .icon-container-help-chat {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    padding: 8px;
  }

  .popup-block.show {
    justify-content: center;
    position: fixed;
  }

  .pop-up-termos {
    width: auto;
    min-width: 200px;
    max-width: 500px;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    top: auto;
  }

  .accept-button {
    justify-content: center;
    align-self: stretch;
    display: flex;
  }

  .pop-up-termos-2 {
    width: auto;
    min-width: 200px;
    max-width: 500px;
  }

  .video-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: flex-start;
    min-height: auto;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-voltar-block {
    grid-column-gap: 15px;
    padding-right: 15px;
  }

  .text-block-31 {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
  }

  .html-embed-2 {
    min-height: 200px;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-c056890a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-c056890a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-c056890a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-c056890a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-c056890a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-c056890a, #w-node-_115d7fbd-c8b1-adfb-848b-43745b7278f0-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-c056890a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-c056890a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-c056890a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-c056890a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-c056890a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-c056890a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-c056890a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-c056890a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-c056890a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-c056890a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-c056890a, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-c056890a, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-c056890a, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-c056890a, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-c056890a, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-c056890a {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-c056890a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-c056890a {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-c056890a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-c056890a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-c056890a {
  justify-self: start;
}

#w-node-_2676eeb8-7a7c-c953-5956-a1f0fdb533fb-4d94753f, #w-node-_06968b04-06d6-2ba3-f2b7-bddc29375fb2-4d94753f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


