.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.body {
  padding-bottom: 60px;
  background-color: #222;
  font-family: Lato, sans-serif;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  width: auto;
  height: 70px;
  padding-left: 20px;
  background-color: #222;
}

.nav-link {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: letter-spacing 400ms ease, color 400ms ease;
  transition: letter-spacing 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  font-weight: 400;
  letter-spacing: 1px;
}

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

.menu-button {
  color: #fff;
}

.menu-button.w--open {
  background-color: #222;
  color: #6cc071;
}

.nav-menu {
  margin-top: 0px;
}

.section-hero {
  height: 70vh;
  background-color: transparent;
}

.section-hero.hero-internal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6b6b6b;
}

.section-hero.hero-internal.hero-empreendimentos {
  padding-top: 140px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/background-empreendimentos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/background-empreendimentos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-hero.hero-internal.hero-imoveis {
  padding-top: 140px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/background-imoveis.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/background-imoveis.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-hero.hero-internal.hero-sobre {
  padding-top: 140px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/background-consulting-bw.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/background-consulting-bw.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-hero.hero-internal.hero-venda {
  padding-top: 140px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/background-venda.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/background-venda.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-hero.hero-internal.hero-compre {
  padding-top: 140px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/background-compre.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/background-compre.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-hero.hero-internal.hero-empreendimento {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/001-3-1024x682.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/001-3-1024x682.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-hero.hero-internal.hero-rural {
  padding-top: 140px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/bg_rural.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/bg_rural.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-hero.hero-internal.hero-areas {
  padding-top: 140px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg-areas.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-areas.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-hero.hero-imovel-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6b6b6b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/001-3-1024x682.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/001-3-1024x682.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.hero-search {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.hero-arrow {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 120px;
  width: 40px;
  height: 50px;
  margin-left: -25px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.slider-arrow {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'Fa 300', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.slide-content {
  height: 100%;
}

.slide-number {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.hero-title {
  margin-top: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);
}

.hero-subtitle {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.59);
}

.logo-menu {
  margin-top: 8px;
}

.hero-search-button {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 5px;
  background-color: #6cc071;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-weight: 700;
}

.hero-search-button:hover {
  background-color: #4eaa54;
}

.select-field {
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-size: 16px;
  font-weight: 300;
}

.select-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #6b6b6b;
}

.select-field.black-bar {
  border: 1px none #000;
  background-color: rgba(58, 58, 58, 0.9);
  color: #9b9b9b;
  font-size: 14px;
}

.select-field.black-bar::-webkit-input-placeholder {
  color: #9b9b9b;
}

.select-field.black-bar:-ms-input-placeholder {
  color: #9b9b9b;
}

.select-field.black-bar::-ms-input-placeholder {
  color: #9b9b9b;
}

.select-field.black-bar::placeholder {
  color: #9b9b9b;
}

.footer-contacts {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  height: 60px;
  background-color: #222;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.section-grey {
  background-color: #f7f7f7;
}

.section.section-grey.section-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #111;
}

.section.section-image-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/background-consulting-bw.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/background-consulting-bw.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.section-with-search {
  padding-top: 0px;
}

.section.section-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.section-image {
  display: block;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/001-3-1024x682.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/001-3-1024x682.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.section-team {
  display: block;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9))), url('../images/bg_team.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../images/bg_team.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.footer-contact-link {
  width: 100%;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #ddd;
  text-decoration: none;
}

.footer-contact-link:hover {
  color: #fff;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.section-title.title-margin-top {
  margin-top: 50px;
}

.footer-contact-icon {
  margin-right: 15px;
  float: left;
  font-family: 'Fa 300', sans-serif;
  font-size: 30px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}

.footer-contact-icon.icon-brand {
  position: static;
  font-family: 'Fa brands 400', sans-serif;
}

.footer-contact-text {
  margin-top: 9px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  line-height: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.footer-big-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-contact-column {
  padding-left: 85px;
}

.section-subtitle {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 200;
  text-align: center;
}

.div-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-flex.div-flex-bar {
  color: #fff;
}

.grid50 {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
}

.grid50:hover {
  border-color: #dadada;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.14);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.grid-linkbox {
  width: 100%;
  color: #4d4d4d;
  text-decoration: none;
}

.grid-image {
  margin-bottom: 10px;
}

.grid-image.image-rounded {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 200px;
}

.grid-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.grid-title.centered {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.grid-eye {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.grid-text {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.grid-text.centered {
  font-size: 14px;
  text-align: center;
}

.section-button {
  display: block;
  width: 250px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.section-button:hover {
  background-color: #6cc071;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #fff;
}

.section-button.button-transparent {
  background-color: rgba(0, 0, 0, 0.3);
  color: hsla(0, 0%, 100%, 0.85);
}

.section-button.button-transparent:hover {
  background-color: #6cc071;
}

.price {
  font-size: 18px;
}

.grid-icon {
  font-family: 'Fa 300', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.grid-icon.icon-50 {
  margin-bottom: 10px;
  font-family: 'Fa 300', sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
}

.grid-info {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
}

.grid-columns {
  margin-top: 10px;
  padding-top: 15px;
  border-width: 1px;
  border-color: #eee;
  border-top-style: solid;
}

.tag {
  position: absolute;
  width: 100px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 3px;
  background-color: rgba(108, 192, 113, 0.86);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.tag.tagred {
  background-color: rgba(230, 0, 0, 0.86);
}

.tag.tagorange {
  background-color: rgba(255, 94, 0, 0.86);
}

.tag.tagblue {
  background-color: rgba(79, 94, 213, 0.86);
}

.tag.tagpurple {
  background-color: rgba(151, 61, 142, 0.86);
}

.tag.tagyellow {
  background-color: rgba(209, 182, 31, 0.86);
}

.tag.tagpink {
  background-color: rgba(230, 114, 218, 0.86);
}

.tag.tagnavy {
  background-color: rgba(59, 78, 133, 0.86);
}

.tag.tagwater {
  background-color: rgba(77, 179, 153, 0.86);
}

.footer-linkbox {
  color: #fff;
  text-decoration: none;
}

.footer-slogan {
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 100;
  text-align: right;
}

.footer-title {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.footer-link {
  display: block;
  margin-bottom: 3px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.footer-link-small {
  font-size: 12px;
}

.grid33 {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  padding: 10px;
}

.social-columns {
  margin-top: 10px;
  margin-bottom: 30px;
}

.social-icon {
  width: 100%;
  float: left;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
}

.social-icon.icon-blog {
  font-family: 'Fa 400', sans-serif;
}

.social-linkblock {
  width: 100%;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: hsla(0, 0%, 100%, 0.71);
  text-align: center;
  text-decoration: none;
}

.social-linkblock:hover {
  color: #fff;
}

.form-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.text-field {
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
}

.text-field:hover {
  background-color: #f7f7f7;
}

.text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #6b6b6b;
  background-color: #f7f7f7;
}

.text-field.text-area {
  height: 120px;
}

.text-field.text-field-margin-left {
  margin-left: 5px;
}

.field-label {
  font-weight: 400;
}

.submit-button {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #6cc071;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

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

.success-message {
  border-radius: 3px;
  background-color: #9dcea0;
}

.error-message {
  border-radius: 3px;
  background-color: #e96126;
  color: #fff;
}

.office-map {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 3px;
}

.phone-link {
  color: #222;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.form-text {
  font-size: 12px;
  font-weight: 300;
}

.checkbox-field {
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #f7f7f7;
  text-align: left;
}

.checkbox-field.black-bar {
  background-color: rgba(58, 58, 58, 0.9);
  color: #9b9b9b;
}

.checkbox-field.checkbox-form {
  padding-bottom: 20px;
  padding-left: 21px;
}

.checkbox-grey {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-color: #9b9b9b;
  background-color: #4d4d4d;
  color: #6cc071;
}

.checkbox-grey.w--redirected-checked {
  border-color: #4eaa54;
  background-color: #4eaa54;
}

.checkbox-label {
  color: #222;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
}

.checkbox-label.grey {
  margin-bottom: 0px;
  color: #9b9b9b;
}

.search-div {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 100;
  display: block;
  margin-bottom: 60px;
  padding: 10px;
  background-color: #222;
}

.section-search {
  margin-bottom: 0px;
}

.grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1.25fr 1.25fr 1fr 1fr 1fr 0.75fr 0.5fr;
  grid-template-columns: 1fr 1.25fr 1.25fr 1fr 1fr 1fr 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-button {
  display: none;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 5px;
  background-color: #6cc071;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-weight: 700;
}

.hero-button:hover {
  background-color: #4eaa54;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-icon {
  min-width: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px 5px;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  background-color: #a8a8a8;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.pagination-icon:hover {
  border-color: #54a55a;
  background-color: #6cc071;
  color: #fff;
}

.pagination-icon:active {
  border-color: #3c8a42;
  background-color: #3c8a42;
}

.pagination-page {
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px 10px;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}

.pagination-link {
  text-decoration: none;
}

.price-strike {
  color: #9e9e9e;
  font-size: 18px;
  text-decoration: line-through;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

.dropdown-link {
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-size: 10px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #6cc071;
  color: #fff;
}

.dropdown {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: background-color 400ms ease, letter-spacing 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, letter-spacing 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown:hover {
  letter-spacing: 1px;
}

.dropdown.w--current {
  color: #4eaa54;
}

.dropdown.w--open {
  background-color: #222;
}

.small-text {
  font-size: 9px;
  line-height: 11px;
}

.footer-logo {
  margin-bottom: 5px;
}

.section-text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
}

.photo-slider {
  z-index: 0;
  height: 500px;
}

.photo-slide {
  background-image: url('../images/001-3-1024x682.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.grid10 {
  width: 8%;
  margin-right: 1%;
  margin-bottom: 0%;
  margin-left: 1%;
  padding: 5px 10px 10px;
  text-align: center;
}

.video {
  border-style: solid;
  border-width: 5px;
  border-color: #ddd;
}

.cta {
  padding-top: 40px;
  padding-bottom: 40px;
}

.list {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 300;
}

.list-item {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.list-item.item-valor {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.list-item.item-valor-m2 {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 18px;
}

.cta-title {
  margin-top: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  text-align: left;
}

.cta-button {
  display: block;
  width: 180px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 3px;
  background-color: #6cc071;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: normal;
}

.cta-button:hover {
  background-color: #4eaa54;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #fff;
}

.slide-nav {
  display: none;
}

.icon-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 100;
  display: block;
  margin-bottom: 60px;
  background-color: #333;
}

.icon-bar.icon-bar-green {
  top: 70px;
  z-index: 9000;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #6cc071;
}

.recaptcha {
  margin-top: 8px;
}

.itens-column.column-between {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-link {
  color: #222;
}

.arrow-hero {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'Fa 300', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.grid-columns-2 {
  margin-top: 10px;
  padding-top: 15px;
  border-width: 1px;
  border-color: #eee;
  border-top-style: solid;
}

.grid50-2 {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
}

.grid50-2:hover {
  border-color: #dadada;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.14);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.grid-linkbox-2 {
  width: 100%;
  color: #4d4d4d;
  text-decoration: none;
}

.side-div {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  width: 20%;
  padding: 20px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #f7f7f7;
}

.list-valores {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-columns-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.grid80 {
  width: 78%;
  margin-right: 2%;
}

.side-button {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.side-button:hover {
  background-color: #6cc071;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #fff;
}

.side-button.small-button {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.side-button.small-button:hover {
  background-color: #4d4d4d;
}

.side-button.button-green {
  margin-top: 19px;
  background-color: #6cc071;
  color: #fff;
}

.side-button.button-green:hover {
  background-color: #4eaa54;
}

.call-button {
  display: block;
  width: 120px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.call-button:hover {
  background-color: #6cc071;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #fff;
}

.call-button.button-transparent {
  background-color: rgba(0, 0, 0, 0.3);
  color: hsla(0, 0%, 100%, 0.85);
}

.call-button.button-transparent:hover {
  background-color: #6cc071;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-subtitle {
  margin-top: -8px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.grid-subtitle.centered {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-link:hover {
    width: 100%;
    background-color: #6cc071;
    letter-spacing: 0px;
  }
  .menu-button {
    padding-top: 23px;
    padding-bottom: 22px;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #222;
  }
  .nav-menu {
    margin-top: 68px;
    background-color: #222;
  }
  .hero-arrow {
    left: 50%;
    margin-left: -25px;
  }
  .hero-title {
    font-size: 32px;
    line-height: 36px;
  }
  .select-field {
    font-size: 14px;
  }
  .section.section-grey.section-100 {
    display: block;
    height: auto;
  }
  .section.section-image-100 {
    display: block;
    height: auto;
    padding-top: 100px;
  }
  .section.section-100 {
    display: block;
    height: auto;
    padding-top: 100px;
  }
  .section.section-image {
    display: block;
    padding-top: 100px;
  }
  .section.section-team {
    display: block;
    padding-top: 100px;
  }
  .section-title {
    font-size: 34px;
    line-height: 38px;
  }
  .section-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .grid-info {
    line-height: 15px;
  }
  .grid {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .dropdown {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .dropdown:hover {
    letter-spacing: 0px;
  }
  .dropdown.w--open {
    background-color: #4eaa54;
  }
  .photo-slider {
    height: 400px;
  }
  .grid10 {
    width: 18%;
  }
  .cta-title {
    text-align: center;
  }
  .side-div {
    width: 100%;
    margin-top: 30px;
  }
  .div-columns-flex {
    display: block;
  }
  .grid80 {
    width: 100%;
  }
  .dropdown-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-bottom: 40px;
  }
  .navbar {
    padding-left: 5px;
  }
  .section-hero.hero-internal {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .section-hero.hero-internal.hero-empreendimentos {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .section-hero.hero-internal.hero-imoveis {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .section-hero.hero-internal.hero-sobre {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .section-hero.hero-internal.hero-venda {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .section-hero.hero-internal.hero-compre {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .section-hero.hero-internal.hero-empreendimento {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .section-hero.hero-internal.hero-rural {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .section-hero.hero-internal.hero-areas {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .section-hero.hero-imovel-full {
    padding-bottom: 30px;
  }
  .hero-search {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-arrow {
    width: 40px;
  }
  .hero-title {
    font-size: 40px;
    line-height: 44px;
  }
  .hero-title.hero-title-internal {
    font-size: 36px;
    line-height: 40px;
  }
  .select-field {
    margin-top: 0px;
  }
  .select-field.field-column {
    margin-bottom: 10px;
  }
  .footer-contacts {
    height: 40px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .container.container-search {
    padding-top: 35px;
  }
  .section-title {
    font-size: 24px;
    line-height: 28px;
  }
  .section-title.title-margin-top {
    margin-top: 60px;
  }
  .footer-contact-icon {
    margin-right: 0px;
    font-size: 20px;
    line-height: 40px;
  }
  .footer-contact-text {
    display: none;
  }
  .footer-contact-column {
    padding-left: 0px;
  }
  .section-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .grid50 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3%;
    margin-left: 0%;
  }
  .grid-image {
    width: 100%;
  }
  .footer-slogan {
    text-align: center;
  }
  .footer-title {
    text-align: center;
  }
  .footer-link {
    text-align: center;
  }
  .footer-column {
    margin-bottom: 10px;
    text-align: center;
  }
  .grid33 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3%;
    margin-left: 0%;
  }
  .social-icon {
    margin-right: 0px;
    text-align: center;
  }
  .checkbox-label {
    font-size: 12px;
  }
  .checkbox-label.grey {
    font-size: 14px;
  }
  .search-div {
    margin-bottom: 0px;
  }
  .section-search {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .hero-button {
    display: block;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    text-align: center;
  }
  .hero-button-text {
    width: 110px;
    margin-left: 16px;
    text-align: left;
  }
  .hero-button-text.text-icon {
    width: 20px;
    font-family: 'Fa 300', sans-serif;
    text-align: center;
  }
  .button-column {
    padding-right: 26px;
    padding-left: 0px;
  }
  .footer-logo {
    margin-right: auto;
    margin-left: auto;
  }
  .cta-title {
    font-size: 28px;
    line-height: 34px;
  }
  .icon-bar {
    position: static;
    margin-bottom: 0px;
  }
  .icon-bar.icon-bar-green {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 60px;
  }
  .arrow-hero {
    width: 40px;
  }
  .grid50-2 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 479px) {
  .section-hero.hero-internal.hero-empreendimentos {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/background-empreendimentos.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/background-empreendimentos.jpg');
    background-position: 0px 0px, 100% 0%;
  }
  .section-hero.hero-internal.hero-imoveis {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/background-imoveis.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/background-imoveis.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }
  .section-hero.hero-internal.hero-empreendimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/background-empreendimentos.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/background-empreendimentos.jpg');
    background-position: 0px 0px, 100% 0%;
  }
  .hero-title {
    font-size: 36px;
    line-height: 40px;
  }
  .hero-title.hero-title-internal {
    font-size: 28px;
    line-height: 32px;
  }
  .hero-subtitle.hero-subtitle-internal {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .section-title {
    font-size: 30px;
    line-height: 34px;
  }
  .grid-icon {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
  }
  .grid-info {
    font-size: 9px;
    line-height: 11px;
  }
  .pagination-icon {
    margin-right: 7px;
    margin-left: 7px;
  }
  .pagination-page {
    padding-right: 7px;
    padding-left: 7px;
  }
  .section-text {
    font-size: 14px;
    line-height: 20px;
  }
  .photo-slider {
    height: 300px;
  }
  .cta-title {
    font-size: 26px;
    line-height: 32px;
  }
}

#Area-2.w-node-1b24ae3d1bbc-4631db9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#Area.w-node-1b24ae3d1bbc-6e5d26f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #Area-2.w-node-1b24ae3d1bbc-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #Regiao.w-node-d2c261bbe01c-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #Tipo.w-node-1b24ae3d1bbe-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #Empreendimento.w-node-c2f2d7c79a0d-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #Valor_Min.w-node-227adee1b29d-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #Valor_Max.w-node-80cc32937a32-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-06557d3aed66-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-06557d3aed6b-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #Area.w-node-1b24ae3d1bbc-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #Regiao.w-node-d2c261bbe01c-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #Tipo.w-node-1b24ae3d1bbe-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #Dorms.w-node-a6fa9982c850-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #Valor_Min.w-node-227adee1b29d-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #Valor_Max.w-node-80cc32937a32-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-06557d3aed66-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-06557d3aed6b-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #Area-2.w-node-1b24ae3d1bbc-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #Regiao.w-node-d2c261bbe01c-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #Tipo.w-node-1b24ae3d1bbe-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #Empreendimento.w-node-c2f2d7c79a0d-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #Valor_Min.w-node-227adee1b29d-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #Valor_Max.w-node-80cc32937a32-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-06557d3aed66-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-06557d3aed6b-4631db9a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #Area.w-node-1b24ae3d1bbc-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #Regiao.w-node-d2c261bbe01c-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #Tipo.w-node-1b24ae3d1bbe-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #Dorms.w-node-a6fa9982c850-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #Valor_Min.w-node-227adee1b29d-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #Valor_Max.w-node-80cc32937a32-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-06557d3aed66-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-06557d3aed6b-6e5d26f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
