.carousel {
position: relative;
height: 80vh;
overflow: hidden;
}
.carousel [data-slide=item] {
position: absolute;
height: 100%;
transition: all 1s;
opacity: 1;
}
.carousel [data-slide=item] img {
width: 100%;
height: 100%;
transition: all 1s;
object-fit: cover;
}
.carousel [data-slide=item].hideLeft {
left: 0%;
width: 50%;
opacity: 0;
transform: translateY(0) translateX(-50%);
}
.carousel [data-slide=item].hideLeft img {
width: 100%;
}
.carousel [data-slide=item].hideRight {
left: 100%;
width: 50%;
opacity: 0;
transform: translateY(0) translateX(-100%);
}
.carousel [data-slide=item].hideRight img {
width: 100%;
}
.carousel [data-slide=item].prev {
z-index: 5;
left: 0;
transform: translateY(0) translateX(0);
}
.carousel [data-slide=item].prev img {
width: 100%;
}
.carousel [data-slide=item].selected {
width: 60%;
z-index: 10;
left: 50%;
transform: translateY(0) translateX(-50%) scale(1.1);
}
@media (max-width: 960px) {
.carousel [data-slide=item].selected {
width: 100%;
transform: translateY(0) translateX(-50%) scale(1);
}
}
.carousel [data-slide=item].next, .carousel [data-slide=item].prev {
width: 50%;
}
.carousel [data-slide=item].next::before, .carousel [data-slide=item].prev::before {
content: "";
position: absolute;
background-color: rgba(0, 0, 0, 0.5);
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.carousel [data-slide=item].next {
z-index: 5;
left: 100%;
transform: translateY(0) translateX(-100%);
}
.carousel [data-slide=item].next img {
width: 100%;
}
.w-lightbox-left, .w-lightbox-right{
display:block;
opacity: 1;
}
.div-tour{
justify-content: center;
display: flex;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

a {
  text-decoration: none;
}

.div-block {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph {
  color: #666f77;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}

.paragraph.small {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.small-title {
  font-size: 1.2vw;
  font-weight: 700;
  display: none;
}

.main {
  width: 100%;
  overflow: hidden;
}

.grid-duo {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  color: #e76530;
  font-weight: 700;
  text-decoration: underline;
}

.social-icon {
  max-width: 50px;
  filter: invert() contrast(200%);
  margin-right: 15px;
}

.social-icon.last {
  margin-right: 0;
}

.justify-column {
  max-width: 500px;
  margin-left: 20px;
  margin-right: auto;
}

.author-item {
  margin-top: 80px;
}

.erro-message {
  background-color: #f8d7da;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  display: none;
}

.partners {
  border-top: 2px solid #fff;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-top: 60px;
  display: flex;
}

.div-block-5 {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.play {
  width: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex, .flex-right {
  display: flex;
}

.footer-content-wrapper {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.section {
  position: relative;
}

.section.space-section {
  margin-top: 0;
  margin-bottom: 5rem;
}

.section.hero {
  width: 100%;
  height: 100vh;
  background-color: #254548;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 120px;
  position: relative;
}

.section.padding-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section.bg {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section.bg.none {
  display: none;
}

.section.folha {
  background-image: url('../images/image-removebg-preview.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.f1 {
  background-image: url('../images/imagefolha-removebg-preview.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.f4 {
  background-color: #e1ded8;
  background-image: url('../images/image-removebg-preview.png'), url('../images/image-f4.png');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section.f5 {
  background-color: #e1ded8;
  background-image: url('../images/image-removebg-preview.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.heigth-auto {
  height: 124vh;
}

.banner-right {
  width: 90%;
  margin-left: auto;
}

.banner-right.margin-top {
  width: 100%;
  margin-top: 0;
}

.banner-right.margin-top.center {
  text-align: center;
}

.nav-menu-open {
  z-index: 5;
  width: 40px;
  height: 30px;
  background-color: #a57d4c;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px;
  display: flex;
  position: relative;
}

.image-7 {
  max-width: 22px;
}

.popup-close-link {
  width: 40px;
  height: 40px;
  transform-origin: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-10%, -50%)rotate(0);
}

.transition-bg-solid {
  width: 100%;
  height: 100%;
  background-color: #f1f6fb;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-bg-solid.about-us {
  background-color: #254548;
}

.menu-container {
  width: 100%;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 0;
  display: flex;
}

.box-wrapper {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.box-wrapper.center {
  text-align: center;
}

.full-image {
  width: 100%;
  letter-spacing: normal;
}

.split-section-grid {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-3 {
  filter: invert();
}

.contact-item {
  margin-right: 12px;
  display: none;
}

.contact-item.last {
  margin-right: 0;
}

.paragraph-wrapper-footer {
  margin-top: 15vh;
}

.logo-overlay {
  width: 198px;
  filter: contrast(200%);
}

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

.pop-up-menu {
  z-index: 22;
  width: 100%;
  height: 389px;
  background-color: #a57d4c;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.lowercase {
  text-transform: lowercase;
}

.laws {
  width: 100%;
  margin-top: 20px;
}

.icon-local {
  margin-right: 8px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.author-list {
  flex-direction: column;
  align-items: center;
  margin-top: 20%;
  display: flex;
}

.caption-banner {
  padding-bottom: 3vh;
  padding-left: 10vh;
  padding-right: 10vh;
}

.caption-banner.bottom {
  margin-top: -7vh;
}

.logo-footer {
  width: 100%;
  max-width: 400px;
}

.div-block-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.right-partner {
  width: 50%;
}

.slide-3 {
  line-height: 100%;
}

.block-center {
  flex-direction: column;
  align-items: center;
  padding: 10vh;
  display: flex;
}

.block-center.np {
  padding-top: 0;
  padding-bottom: 10vh;
  padding-left: 10vh;
}

.block-center.np._2 {
  padding-bottom: 5vh;
}

.block-center.mt {
  padding-top: 3vh;
}

.block-center.gallery {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.block-center.f2 {
  background-image: url('../images/image-removebg-preview.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.popup-wrapper {
  height: 100%;
  max-width: 1240px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.popup-wrapper.menu-popup {
  width: 100%;
  height: auto;
  max-width: 1180px;
}

.left-partner {
  width: 50%;
}

.submit-button {
  width: 200px;
  float: right;
  text-transform: uppercase;
  background-color: #254548;
  margin-top: 40px;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

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

.header {
  z-index: 3;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-row {
  display: flex;
}

.footer-row.footer-row-modal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-row.footer-row-modal.none {
  display: none;
}

.center-content {
  width: 100%;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-caption {
  max-width: 857px;
  margin-left: auto;
  margin-right: auto;
}

.container-caption.flex.flex-gallery {
  justify-content: space-between;
  align-items: center;
}

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

.video {
  width: 100%;
  position: relative;
}

.title {
  color: #254548;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 150%;
}

.title.white {
  color: #fff;
}

.title.white.weight {
  font-weight: 400;
}

.title.white.weight.button-title {
  font-size: 16px;
}

.title-grid {
  color: #5f5f5c;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 64px;
}

.title-grid.white {
  color: #fff;
  text-align: left;
}

.title-grid.white.small-mobile.text-center {
  text-align: center;
}

.title-grid.white.footer {
  text-align: center;
  font-size: 14px;
}

.title-grid.white.right {
  text-align: right;
}

.title-grid.white.right.footer {
  text-align: center;
}

.title-grid.none {
  display: none;
}

.title-grid.mb {
  margin-bottom: 40px;
}

.title-grid.mb.text-center {
  text-align: center;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.title-grid.mb.text-left {
  text-align: left;
  margin-bottom: 0;
  font-family: Panton Narrow Demo, sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.title-grid.mb.text-left.subtitle {
  color: #a57d4c;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-weight: 700;
  line-height: 29px;
}

.title-grid.mb.text-left.text {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.title-grid.mt {
  text-align: left;
  margin-top: 40px;
}

.title-grid.mt.center {
  color: #a57d4c;
  text-align: center;
  margin-bottom: 20px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.title-grid.mt.center.top {
  margin-bottom: 10px;
}

.title-grid.mt.center.ocultar {
  display: none;
}

.title-grid.mt.paragraph {
  font-weight: 400;
}

.title-grid.mt.paragraph.white {
  color: #fff;
}

.title-grid.mt.paragraph.right.big {
  text-align: center;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.title-grid.mt.paragraph.right.big.center {
  color: #5f5f5c;
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
}

.title-grid.mt.paragraph.right.big.center.padding-bottom {
  margin-bottom: 40px;
}

.title-grid.text-footer {
  color: #000;
  text-align: left;
  text-transform: none;
  font-weight: 400;
}

.title-grid.bold {
  font-weight: 700;
}

.title-grid.left {
  text-align: left;
}

.title-grid.left.yellow {
  color: #a57d4c;
  -webkit-text-stroke-color: #a3794a;
}

.footer-box-wrapper {
  padding: 15vh 10vh 20vh;
}

.image-230 {
  margin-right: 12px;
}

.footer-wrapper {
  border-top: 1px solid #5c5a53;
  padding-top: 56px;
  padding-bottom: 16px;
}

.footer-wrapper.footer-wrapper-modal {
  width: 90%;
  max-width: 1240px;
  border-top-color: #f8f8e4;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
}

.lightbox-link-2 {
  width: 30px;
}

.lightbox-link-2:hover {
  filter: contrast(133%);
}

.transition-bg-image {
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-bg-image.fachada {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.transition-bg-image.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.desc-parceria {
  color: #254548;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 400;
  line-height: 34px;
}

.menu-open-div {
  width: 100%;
  height: 3px;
  background-color: #ad5555;
}

.menu-open-div._4 {
  width: 40px;
  height: 2px;
  background-color: #e9e5e0;
  display: block;
}

.menu-open-div._3 {
  width: 26px;
  height: 2px;
  background-color: #e9e5e0;
  display: block;
}

.menu-open-div._2 {
  width: 16px;
  height: 2px;
  background-color: #e9e5e0;
}

.flex-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-233 {
  z-index: 7;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.contact-list {
  margin-top: 20px;
  display: flex;
}

.nav-sub-container {
  width: 100%;
  height: 65px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.nav-sub-container.nav-center {
  height: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.folha-wrapper {
  position: relative;
}

.sucesso-message {
  width: 100%;
  background-color: #d4edda;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  display: none;
}

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

.image-237 {
  width: 400px;
}

.icone-navigation {
  cursor: pointer;
  transition: all .2s;
}

.icone-navigation:hover {
  filter: brightness(160%);
}

.icone-navigation.right-c {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(-86px, 276px);
}

.icone-navigation.mr {
  margin-right: 10px;
}

.icone-navigation.mr.left {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(90px, 276px);
}

.popup-link-border {
  width: 100%;
  height: 3px;
  transform-origin: 50%;
  background-color: #f6f2ef;
  display: none;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.popup-menu-link {
  color: #f8f8e4;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: all .5s;
}

.popup-menu-link:hover {
  text-decoration: none;
}

.popup-menu-link.padding-align {
  margin-left: 0;
}

.lightbox-link {
  height: 100%;
}

.grid-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.form__label {
  text-transform: uppercase;
  font-weight: 400;
}

.image-236 {
  width: 79%;
  height: auto;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #20cd55;
  border: 2px solid #20cd55;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: #1aa545;
  border-color: #1aa545;
}

.button.primary {
  background-color: #254548;
  border-color: #254548;
  align-items: center;
  margin-top: 0;
  padding: 15px 20px;
  font-size: 18px;
  display: flex;
}

.button.primary:hover {
  background-color: #325d61;
  border-color: #254548;
}

.form__group.field {
  width: 100%;
  margin-top: 50px;
}

.form__group.field.check-box {
  margin-top: 10px;
}

.form__group.field.top {
  margin-top: -10px;
}

.icon {
  width: 50px;
}

.menu-toggle-wrapper {
  justify-content: flex-end;
  margin-top: 0;
  margin-left: 40px;
  display: flex;
}

.menu-toggle-wrapper.display-desktop {
  display: none;
}

.navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.form-block {
  width: 100%;
}

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

.brand-link {
  width: 100%;
  max-width: 200px;
}

.copyright {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.footer.bg {
  background-image: none;
  background-position: 50%;
  background-size: auto;
}

.text-span-2 {
  font-size: 19px;
}

.text-block-6 {
  color: #155724;
  font-weight: 700;
}

.text-block-6.erro-text {
  color: #721c24;
}

.success-message {
  background-color: #254548;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.split-column {
  width: 100%;
}

.split-column.image {
  position: relative;
}

.split-column.image.about-us {
  min-height: 620px;
}

.split-column.image.about-us.auto {
  height: auto;
  min-height: 100%;
}

.split-column.content {
  padding-left: 44px;
  padding-right: 44px;
}

.split-column.content.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.split-column.content.center.auto {
  height: 100%;
  min-height: 100%;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.menu-wrap {
  max-width: 1240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.banner {
  position: relative;
}

.banner.bg {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.banner.bg.padding {
  background-image: none;
  padding-bottom: 10vh;
}

.container {
  max-width: 1279px;
  margin-left: auto;
  margin-right: auto;
}

.container.custom {
  max-width: 1250px;
}

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

.lightbox-link-3 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-4 {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
}

.grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-content.footer {
  grid-template-columns: .75fr 1.25fr;
}

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

.grid-content.mb {
  margin-bottom: 20vh;
}

.logo-wrapper {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.header-subtitle {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .2);
  font-size: 1px;
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2a5547;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out;
}

.button-2:hover {
  text-decoration: none;
  transform: translate(0, -4px);
}

.button-2.white-outline {
  background-color: rgba(255, 255, 255, .25);
  border: 1.5px solid #fff;
}

.button-2.white-outline.nav-cta {
  margin-left: 48px;
  font-family: Panton Narrow Demo, sans-serif;
  font-size: 14px;
  display: none;
}

.header-section {
  width: 100%;
  height: 100vh;
  background-image: url('../images/Copia-de-FACHADA_HI-compressed-compressed.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.header-section-heading {
  width: 73%;
  color: #a57d4c;
  text-align: left;
  letter-spacing: 4px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .2);
  margin-bottom: 48px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 57px;
}

.header-section-bg-overlay {
  z-index: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: rgba(0, 0, 0, .64);
  justify-content: center;
  align-items: center;
  padding-top: 84px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-section-content {
  width: 90%;
  max-width: 1279px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 84px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

._32-height-spacer {
  height: 32px;
}

.nav-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 48px;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
}

.nav-menu {
  height: 55px;
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  width: 100%;
  max-width: 1080px;
}

.color-white {
  color: #fff;
}

.color-white.big-paragraph {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .3);
  font-family: Panton Narrow Demo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navbar {
  width: 100%;
  height: 84px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-6 {
  width: 87%;
  height: 620px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 88px;
}

.image-238 {
  width: 90px;
}

.grid-2 {
  width: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: center;
  margin-bottom: 40px;
  font-family: Panton Narrow Demo, sans-serif;
  display: grid;
}

.grid-2.ocultar {
  display: none;
}

.list {
  color: #5f5f5c;
  padding-left: 10px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 16px;
  line-height: 31px;
}

.grid-2-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-full.f1.ocultar {
  display: none;
}

.border-line {
  width: 100%;
  height: 1px;
  background-color: #5f5f5c;
}

.div-center {
  width: 89%;
}

.div-center.pading-top {
  padding-top: 60px;
}

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

.bold-text {
  color: #a57d4c;
}

.container-2 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.image-239 {
  z-index: 7;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.block-center-2 {
  padding: 10vh;
}

.block-center-2.gallery {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.image-240 {
  width: 77%;
  height: auto;
}

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

.list-item {
  list-style: decimal;
}

.list-2 {
  width: 100%;
  color: #a57d4c;
  text-align: left;
  padding-left: 0;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 45px;
}

.text-span-4 {
  color: #5f5f5c;
  padding-top: 5px;
  padding-left: 10px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.list-item-2 {
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 34px;
  display: flex;
}

.bold-text-2 {
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
}

.link-block {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a57d4c;
  border-radius: 20px;
  margin-top: -40px;
  padding: 20px 40px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-7 {
  text-decoration: none;
}

.div-block-7 {
  grid-column-gap: 3px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.heading {
  color: #a57d4c;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 29px;
  line-height: 29px;
}

.heading-2 {
  width: auto;
  height: auto;
  color: #5f5f5c;
  font-family: Panton Narrow Demo, sans-serif;
  font-size: 105px;
  font-weight: 300;
  line-height: 123px;
}

.text-block-8 {
  font-family: Panton Narrow Demo, sans-serif;
}

.text-block-9 {
  font-family: Panton Narrow Demo, sans-serif;
  font-size: 19px;
  line-height: 40px;
}

.text-span-5 {
  font-size: 40px;
}

.text-yellow {
  color: #a3794a;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 14px;
}

.text-black {
  color: #5f5f5c;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 16px;
  line-height: 29px;
}

.text-black.b {
  font-size: 15px;
  line-height: 25px;
}

.text-black.depoiments {
  font-size: 24px;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #a3794a;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  margin-bottom: 10px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

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

.list-text {
  color: #5f5f5c;
  font-size: 15px;
  font-weight: 300;
}

.text-span-6 {
  color: #a3794a;
  font-weight: 700;
}

.img-center {
  width: 91px;
  padding-top: 40px;
}

.text-span-7 {
  color: #a3794a;
  font-weight: 700;
}

.image-241 {
  width: 65px;
}

.section-form {
  background-image: url('../images/Copia-de-Sala-apartamento-6372m2-compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.form {
  width: 500px;
  min-width: 500px;
  background-color: #ede8e4;
  border-radius: 17px;
  padding: 20px;
}

.form-title {
  color: #a3794a;
  text-align: center;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 37px;
}

.text-form {
  text-align: center;
  font-family: Panton Narrow Demo, sans-serif;
  font-size: 17px;
}

.text-form.ocultar {
  display: none;
}

.paragraph-2 {
  text-align: center;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 13px;
  margin-top: 1rem;
}

.field-label {
  color: #a3794a;
  text-align: left;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-weight: 700;
}

.field-label.ocultar {
  display: none;
}

.text-field {
  height: 40px;
  border: 1px solid #a3794a;
  border-radius: 5px;
  line-height: 40px;
}

.section-footer {
  background-color: #e1ded8;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.image-242 {
  width: 294px;
}

.text-footer {
  color: #5f5f5c;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.submit-button-2 {
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: #a3794a;
  border-radius: 5px;
  font-family: Panton Narrow Demo, sans-serif;
  font-size: 19px;
}

.form-2 {
  text-align: left;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-button {
  z-index: 9;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  bottom: -35px;
}

.container-3 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.image-243 {
  z-index: 7;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  filter: invert(50%) sepia(39%) saturate(460%) hue-rotate(353deg) brightness(95%) contrast(97%);
}

.block-center-3 {
  padding: 10vh;
}

.block-center-3.gallery {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.image-244 {
  max-width: 22px;
}

.text-block-10 {
  font-size: 30px;
}

.paragraph-3 {
  color: #5f5f5c;
  text-align: center;
  margin-bottom: 40px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 19px;
}

.div-copy {
  cursor: pointer;
  background-color: #010101;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.div-copy:hover {
  text-decoration: none;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 14px;
}

.image-245 {
  width: 102px;
  padding-left: 6px;
}

.slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.heading-8 {
  color: #c2a176;
  font-size: 80px;
  font-weight: 300;
  line-height: 70px;
}

.de-imovel-obra-gallery {
  padding-top: 60px;
}

.div-block-24 {
  width: 100%;
  height: 10px;
  background-color: #d3d3d3;
  border-radius: 10px;
}

.ocultar {
  display: none;
}

.slide-2 {
  width: 380px;
  height: 265px;
  margin-left: 10px;
  margin-right: 10px;
}

.de-imovel-obra-card {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.text-block-13 {
  color: #384653;
  text-align: right;
  font-family: Panton Narrow, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 33px;
}

.text-block-13.center {
  color: #5f5f5c;
  text-align: center;
  font-weight: 700;
}

.text-block-13.text-title-obra {
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.mask-3 {
  height: auto;
}

.none-galery-dinamic {
  display: none;
}

.html-embed-2 {
  border-radius: 10px;
}

.div-block-26 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  padding: 40px;
  box-shadow: 0 0 20px -4px rgba(112, 112, 112, .2);
}

.de-imovel-obra-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.div-block-27 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.de-imovel-block-title {
  color: #5f5f5c;
  text-transform: uppercase;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 24px;
  line-height: 27px;
}

.de-imovel-block-header {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.main-container-2 {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 24px;
}

.left-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -80px;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  right: -80px;
}

.section-2.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2.section-padding.section-grey {
  background-color: rgba(119, 145, 157, .05);
  justify-content: center;
}

.de-imovel-obra-list {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  display: grid;
}

.de-imovel-obra-list.grid-full {
  flex-direction: column;
  display: flex;
}

.de-imovel-obra-list.grid-full.left {
  align-items: flex-start;
}

.checkbox-label {
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-weight: 300;
}

.bold-text-3, .bold-text-4 {
  font-weight: 300;
}

.bold-text-5 {
  width: 100%;
}

.lgpd {
  z-index: 90;
  width: 300px;
  max-height: 665px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 30px;
  position: fixed;
  top: auto;
  bottom: 10vh;
  left: 20px;
  right: auto;
  box-shadow: 1px 1px 16px -14px rgba(0, 0, 0, .45);
}

.lgpd-paragraph {
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 16px;
}

.button-green {
  width: 100%;
  text-align: center;
  background-color: #a3794a;
  font-family: Made Tommy Soft Personal Use, sans-serif;
}

.button-green:hover {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .div-block-6 {
    width: 77%;
  }

  .image-240 {
    width: 62%;
  }

  .image-27 {
    object-fit: none;
  }

  .left-arrow-2, .right-arrow-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .title-grid.mb.text-left {
    margin-bottom: 0;
  }

  .title-grid.mb.text-left.subtitle {
    color: #a57d4c;
    letter-spacing: 2px;
    font-weight: 700;
  }

  .div-block-6 {
    width: 56%;
  }

  .div-align-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-center.pading-top {
    padding-top: 40px;
  }

  .image-240 {
    width: 37%;
  }

  .form-2 {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .small-title {
    font-size: 14px;
  }

  .justify-column {
    max-width: 100%;
    margin-left: auto;
    padding: 80px 40px;
  }

  .author-item {
    margin-top: 4em;
  }

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

  .nav-menu-open {
    margin-right: 10px;
    display: flex;
  }

  .menu-container {
    flex-flow: column;
  }

  .box-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .split-section-grid {
    grid-template-columns: 1fr;
  }

  .flex-footer-box {
    justify-content: center;
  }

  .pop-up-menu {
    z-index: 999;
    width: 100%;
    height: 584px;
    display: none;
  }

  .author-list {
    margin-top: 10%;
  }

  .right-partner {
    width: 100%;
  }

  .block-center {
    padding-top: 5vh;
  }

  .block-center.np {
    padding-left: 10vh;
  }

  .block-center.mt.small {
    padding-bottom: 3vh;
  }

  .popup-wrapper {
    width: 90%;
  }

  .left-partner {
    width: 100%;
    margin-bottom: 30px;
  }

  .center-content {
    max-width: 600px;
  }

  .title {
    text-align: center;
    font-size: 25px;
  }

  .title-grid.white.right {
    text-align: center;
  }

  .title-grid.mt.paragraph {
    margin-top: 0;
  }

  .footer-wrapper.footer-wrapper-modal {
    display: none;
  }

  .logo-image {
    width: 160px;
  }

  .logo-image.logo-principal {
    filter: invert() contrast(200%);
  }

  .menu-open-div._4 {
    filter: contrast(200%);
    color: #fff;
    border: 1px solid #fff;
  }

  .menu-open-div._3 {
    filter: contrast(200%);
  }

  .contact-list {
    display: none;
  }

  .nav-sub-container.nav-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .folha-wrapper {
    display: none;
  }

  .logo {
    height: 25vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }

  .popup-menu-link {
    filter: grayscale();
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .popup-menu-link:hover {
    filter: none;
  }

  .icon {
    filter: invert() contrast(200%);
  }

  .menu-toggle-wrapper {
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-5%, -50%);
  }

  .menu-toggle-wrapper.display-desktop {
    display: block;
  }

  .navigation {
    background-color: #254548;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrapper {
    justify-content: flex-start;
  }

  .split-column.image.about-us {
    min-height: 480px;
  }

  .menu-wrap {
    height: auto;
    margin-top: 60px;
  }

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

  .grid-content.footer {
    grid-template-columns: 1.25fr;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-2.white-outline.nav-cta {
    margin-top: 16px;
    margin-left: 0;
  }

  .header-section {
    height: 135vh;
  }

  .header-section-heading {
    width: 100%;
    text-align: center;
  }

  .header-section-bg-overlay {
    height: 135vh;
  }

  .header-section-content {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .menu-icon {
    color: #fff;
  }

  .nav-link {
    text-align: center;
    margin-left: 0;
  }

  .nav-menu {
    height: 100vh;
    background-color: #2a5547;
    padding-top: 48px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .navbar-wrapper {
    margin-left: 24px;
    margin-right: 24px;
  }

  .color-white.big-paragraph {
    text-align: center;
  }

  .navbar {
    position: relative;
  }

  .grid-2-full.f1 {
    grid-template-columns: 1fr;
  }

  .block-center-2 {
    padding-top: 5vh;
  }

  .image-240 {
    width: 36%;
  }

  .block-center-3 {
    padding-top: 5vh;
  }

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

  .lgpd {
    bottom: 13vh;
  }
}

@media screen and (max-width: 767px) {
  .justify-column {
    padding-left: 0;
    padding-right: 0;
  }

  .section.f1 {
    background-size: auto 220px;
  }

  .section.f4 {
    background-size: auto, 80px;
  }

  .section.f5.section-hv {
    padding-bottom: 140px;
  }

  .section.section-vh {
    padding-top: 373px;
  }

  .banner-right {
    width: 100%;
    margin-left: 0;
  }

  .banner-right.margin-top {
    margin-top: 0;
  }

  .mask-2 {
    height: 100%;
  }

  .menu-container {
    width: 90%;
  }

  .split-section-grid {
    grid-row-gap: 230px;
    grid-template-columns: 1fr;
  }

  .split-section-grid.space {
    grid-row-gap: 0px;
  }

  .flex-footer-box {
    flex-wrap: wrap;
  }

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

  .caption-banner {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .caption-banner.bottom {
    margin-top: 2vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-3 {
    height: 100%;
  }

  .block-center {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .block-center.np, .block-center.np._2 {
    padding-left: 5vh;
  }

  .footer-row {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-row.footer-row-modal {
    grid-column-gap: 5px;
  }

  .center-content {
    max-width: 500px;
  }

  .title {
    font-size: 22px;
  }

  .image-231 {
    margin-bottom: 20px;
  }

  .title-grid {
    font-size: 21px;
  }

  .title-grid.white {
    text-align: center;
  }

  .title-grid.white.small-mobile {
    font-size: 14px;
  }

  .title-grid.mb.text-center {
    margin-top: 100px;
  }

  .title-grid.mt.center {
    font-size: 20px;
    line-height: 36px;
  }

  .title-grid.mt.paragraph.margin {
    margin-top: 25px;
  }

  .image-230 {
    margin-bottom: 20px;
  }

  .footer-wrapper.footer-wrapper-modal {
    position: relative;
  }

  .icone-navigation.right-c {
    z-index: 99;
    transform: translate(-5px, 276px);
  }

  .icone-navigation.mr.left {
    z-index: 99;
    transform: translate(10px, 276px);
  }

  .popup-menu-link {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
  }

  .split-column.image.about-us.auto {
    height: 100%;
  }

  .banner.bg.padding {
    padding-bottom: 3vh;
  }

  .slider-4 {
    height: 100%;
  }

  .button-2 {
    padding: 10px 16px;
    font-size: 16px;
  }

  .header-section-heading {
    margin-bottom: 24px;
    font-size: 53px;
    line-height: 66px;
  }

  .header-section-content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-2 {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .list, .grid-2-full.f1, .div-align-center {
    width: 100%;
  }

  .block-center-2 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .image-240 {
    width: 57%;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-button {
    bottom: -8px;
  }

  .block-center-3 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .paragraph-3 {
    line-height: 29px;
  }

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

  .slide-2 {
    width: 100%;
  }

  .de-imovel-obra-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    text-align: left;
    font-size: 16px;
    line-height: 1.3em;
  }

  .small-title {
    font-size: 12px;
  }

  .text-span {
    text-align: center;
    display: flex;
  }

  .justify-column {
    padding: 72px 0;
  }

  .justify-column.collumn-space {
    padding-top: 0;
  }

  .erro-message {
    padding-left: 20px;
  }

  .section.section-vh {
    padding-top: 410px;
  }

  .image-7.hue {
    max-width: 19px;
  }

  .ocultar-mobil {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .menu-container {
    width: 95%;
    max-width: 400px;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    margin-left: 20px;
    margin-right: auto;
  }

  .pop-up-menu {
    width: 100%;
    height: 397px;
    overflow: auto;
  }

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

  .div-block-4 {
    flex-direction: column;
  }

  .block-center {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .block-center.np {
    padding-left: 5vh;
  }

  .block-center.np._2 {
    padding-left: 3vh;
  }

  .next {
    width: 100%;
    min-width: 100%;
  }

  .submit-button {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-row.footer-row-modal {
    display: block;
  }

  .prev {
    width: 100%;
    min-width: 100%;
  }

  .title-grid.white.footer {
    font-size: 16px;
  }

  .title-grid.mb.text-center {
    margin-top: 0;
    font-size: 21px;
  }

  .title-grid.mt.center.top {
    margin-top: 140px;
  }

  .title-grid.mt.paragraph {
    font-size: 15px;
  }

  .title-grid.mt.paragraph.white.padding-mobile {
    margin-top: 10px;
    padding-top: 20px;
  }

  .title-grid.mt.paragraph.margin.padding-mobile {
    padding-top: 20px;
  }

  .title-grid.left.yellow {
    margin-top: 69px;
    font-size: 20px;
  }

  .footer-box-wrapper {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .footer-wrapper.footer-wrapper-modal {
    width: 100%;
    border-top-style: none;
  }

  .logo-image {
    width: 140px;
  }

  .menu-open-div._3 {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
  }

  .nav-sub-container.nav-center {
    justify-content: space-between;
  }

  .sucesso-message {
    padding-left: 20px;
  }

  .selected, .hideright {
    width: 100%;
    min-width: 100%;
  }

  .popup-menu-link {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
  }

  .popup-menu-link.padding-align {
    font-size: 15px;
  }

  .grid-cards {
    flex-direction: column;
    display: flex;
  }

  .image-236 {
    object-fit: contain;
  }

  .button.primary {
    padding: 10px 20px;
  }

  .split-column.content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkbox {
    width: 40px;
    height: 40px;
  }

  .menu-wrap {
    width: 90%;
    margin-top: 40px;
  }

  .main-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container.custom {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-2.white-outline.nav-cta {
    margin-top: 16px;
    margin-left: 0;
  }

  .nav-logo {
    max-width: 160px;
    margin-top: 8px;
  }

  .header-section-heading {
    width: 100%;
    font-size: 30px;
    line-height: 37px;
  }

  .header-section-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    text-align: center;
    margin-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .color-white.big-paragraph {
    width: 100%;
  }

  .navbar {
    height: 64px;
  }

  .block-center-2 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .image-240 {
    width: 69%;
  }

  .link-block {
    padding: 15px 20px;
  }

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

  .text-black.b {
    margin-bottom: 110px;
  }

  .div-block-9 {
    width: 100%;
    padding-bottom: 70px;
  }

  .form {
    width: 100%;
    min-width: 100%;
  }

  .form-title {
    font-size: 21px;
  }

  .image-242 {
    width: 178px;
  }

  .text-footer {
    margin-bottom: 0;
    font-size: 13px;
  }

  .submit-button-2 {
    font-size: 15px;
  }

  .div-block-10 {
    width: 100%;
  }

  .block-center-3 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .image-244.hue {
    max-width: 19px;
  }

  .text-block-10 {
    font-size: 21px;
    line-height: 110%;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .de-imovel-block-title {
    text-align: center;
  }

  .main-container-2 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

#w-node-e0f6aea1-625a-b01d-869a-a216b500748a-0c0a82c2 {
  align-self: center;
  justify-self: center;
}

#w-node-bddb4073-c82c-a373-9749-26bf8ab97d47-0c0a82c2, #w-node-e4a82bc2-b40e-45d2-68a0-b57fa9109f9c-0c0a82c2, #w-node-e5221d17-2eee-fb9e-6023-4b0257368e62-0c0a82c2, #w-node-_30d96a72-ef1b-f69a-5d97-ac841fcd17f8-0c0a82c2, #w-node-_748ce079-e269-3532-4b66-a92fe4fcc0f0-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_748ce079-e269-3532-4b66-a92fe4fcc0f2-0c0a82c2, #w-node-_410366a9-3fe2-419d-0d2d-64fdabb66da0-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_08f3e980-b4a6-46e4-122d-da3996f01bc8-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08f3e980-b4a6-46e4-122d-da3996f01bc6-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4beb9ba5-e52c-4a52-3cd1-6652bbb57496-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_13588f66-d3ef-c89e-49be-0517bda74a1c-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13588f66-d3ef-c89e-49be-0517bda74a1e-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_796266c6-889b-6160-49ed-88a68064d608-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b005905d-68c9-0dad-a252-acbaf2894b19-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b005905d-68c9-0dad-a252-acbaf2894b1b-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bd9151fd-c6fe-98ac-6154-e69a0c285599-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd9151fd-c6fe-98ac-6154-e69a0c28559b-0c0a82c2, #w-node-bd9151fd-c6fe-98ac-6154-e69a0c28559e-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bd9151fd-c6fe-98ac-6154-e69a0c2855a1-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd9151fd-c6fe-98ac-6154-e69a0c2855a3-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bd9151fd-c6fe-98ac-6154-e69a0c2855a6-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bd9151fd-c6fe-98ac-6154-e69a0c2855a9-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd9151fd-c6fe-98ac-6154-e69a0c2855ab-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dbcfd2e6-e058-33e1-cd8c-b83597031259-0c0a82c2, #w-node-_748ce079-e269-3532-4b66-a92fe4fcc144-0c0a82c2, #w-node-_748ce079-e269-3532-4b66-a92fe4fcc145-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0817ae07-dede-bd25-c65b-1d03ce2d2f2c-0c0a82c2 {
  align-self: center;
  justify-self: center;
}

#w-node-_468b7582-099d-f7aa-c899-40735c52bfd4-0c0a82c2, #w-node-a006ef17-578b-697d-5b84-9620ae5c0f17-0c0a82c2, #w-node-d9236a40-02ef-deb6-149d-4de2df5d2f7c-0c0a82c2, #w-node-_6ce4d751-3051-d578-c831-760abdf01aee-0c0a82c2, #w-node-_6ce4d751-3051-d578-c831-760abdf01af1-0c0a82c2, #w-node-_67d22713-747c-ee52-ba61-76fc2290b265-0c0a82c2, #w-node-_67d22713-747c-ee52-ba61-76fc2290b268-0c0a82c2, #w-node-_8c93fd40-dd22-534d-2879-6a6e3b903062-0c0a82c2, #w-node-_8c93fd40-dd22-534d-2879-6a6e3b903065-0c0a82c2, #w-node-eb698896-d997-c18e-265c-1ad9379b4fd1-0c0a82c2, #w-node-eb698896-d997-c18e-265c-1ad9379b4fd4-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58fb2f21-c2d2-4112-e979-35a770bbf4e9-0c0a82c2 {
  align-self: center;
  justify-self: center;
}

#w-node-a7adc3fd-e552-5a2d-6dd3-95b55612656b-0c0a82c2, #w-node-eea2a93c-4040-9c59-1276-fcd69f295df0-0c0a82c2, #w-node-b0f3961c-9b22-9c1a-5f5f-f609b3e9b0c1-0c0a82c2, #w-node-b0f3961c-9b22-9c1a-5f5f-f609b3e9b0c2-0c0a82c2, #w-node-ca2d5d5e-4ec4-c51b-674c-3c25aca5ab3f-0c0a82c2, #w-node-ca2d5d5e-4ec4-c51b-674c-3c25aca5ab40-0c0a82c2, #w-node-e755a57d-53a2-94c2-23a1-48da9b8aa99b-0c0a82c2, #w-node-e755a57d-53a2-94c2-23a1-48da9b8aa99c-0c0a82c2, #w-node-e755a57d-53a2-94c2-23a1-48da9b8aa9a5-0c0a82c2, #w-node-e755a57d-53a2-94c2-23a1-48da9b8aa9b0-0c0a82c2, #w-node-_32b53aae-403f-b6a7-2422-f7f2cbfe9ae8-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e755a57d-53a2-94c2-23a1-48da9b8aa96d-0c0a82c2 {
  align-self: center;
  justify-self: center;
}

#w-node-_811bcf4f-3db2-fc14-135a-f37175452397-0c0a82c2, #w-node-_811bcf4f-3db2-fc14-135a-f3717545239f-0c0a82c2, #w-node-_109e7ee9-db0a-096e-a6d2-e65e5474240b-0c0a82c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e5221d17-2eee-fb9e-6023-4b0257368e62-0c0a82c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Panton Narrow Demo';
  src: url('../fonts/Panton-Narrow-Demo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Tommy Soft Personal Use';
  src: url('../fonts/MADE-Tommy-Soft-Bold-PERSONAL-USE.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Tommy Soft Personal Use';
  src: url('../fonts/MADE-Tommy-Soft-Light-PERSONAL-USE.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/panton-narrow-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}