a {
  color: #1f2126;
  text-decoration: none;
}

a:hover {
  color: #1f2126;
  text-decoration: underline;
}

select {
    outline-color: #1c3a6e;
}

select option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 645px;
  padding: 0px;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(143, 49, 49, 0) 86%), url('../images/ij8imovei59848_6846963.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(143, 49, 49, 0) 86%), url('../images/ij8imovei59848_6846963.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.navbar {
  position: absolute;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: transparent;
  color: #fff;
  margin-top: 30px;
}

.navbar.color {
  position: relative;
  padding-top: 17px;
  background-color: #fff;
}

.nav-link {
  display: inline-block;
  margin-right: 0px;
  padding: 25px 32px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-span-3 {
  position: relative;
  left: 3px;
  bottom: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 15px;
}

.container-2 {
  position: static;
  left: 45px;
  right: -83px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 0px auto;
  float: right;
  text-align: right;
}

.brand {
  position: absolute;
  left: 79px;
  top: 42px;
  float: left;
}

.brand.internal-pages {
  position: relative;
  left: 0px;
  top: 0px;
  margin-top: 4px;
}

.icon {
  display: none;
}

.nav-link-more {
  margin-left: 92px;
  padding: 25px 32px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-5 {
  position: relative;
  top: -13px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 14px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-title {
  margin-top: 0px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.dropdown {
  display: inline-block;
  height: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 3px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #3d3f41;
  text-transform: uppercase;
}

.dropdown.busca {
  width: 20%;
  height: auto;
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.dropdown.busca.filter {
  width: 95%;
}

.icon-2 {
  margin-left: 0px;
  opacity: 0.75;
  font-weight: 100;
}

.search-wrapper {
  display: block;
  padding-top: 28px;
  padding-right: 12%;
  padding-left: 12%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-input {
  display: inline-block;
  width: 80%;
  height: 55px;
  margin-left: 0px;
  padding-left: 53px;
  float: left;
  border-style: none none none solid;
  border-left-width: 1px;
  border-left-color: #c2c2c2;
  background-image: url('../images/placeholder.svg');
  background-position: 13px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #1f2126;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0px;
}

.search-input:focus {
  border-style: solid;
  border-color: transparent;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding-top: auto;
  padding-bottom: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #dadada;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #1f2126;
}

.dropdown-toggle.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle.filters {
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
}

.h1 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #1f2126;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.h1.quem-somos {
  margin-bottom: 35px;
}

.h1.seja-corretor {
  margin-bottom: -22px;
  padding-top: 29px;
}

.h1.linha {
  margin-bottom: 27px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #d3d3d3;
  font-size: 20px;
  line-height: 30px;
}

.h1.bold {
  font-weight: 700;
}

.h1.bold.align-left {
  text-align: left;
}

.h1.internal-pages-header {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.section-1 {
  padding-top: 66px;
  padding-bottom: 66px;
  background-color: #f5f6f8;
}

.div-block-7 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  margin-right: 10px;
}

.text-span-4 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.h3 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0px auto;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.h3.black {
  color: #000;
  font-weight: 700;
  text-align: center;
}

.h3.black.padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.h3.black.padding.align-left {
  text-align: left;
}

.h3.align-left {
  line-height: 46px;
  text-align: left;
}

.button-solid {
  position: static;
  z-index: 2;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 12px 38px;
  border-radius: 3px;
  background-color: #12a08e;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.dd-list-opened {
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dd-list-opened.w--open {
  margin-top: 0px;
  border-top: 2px solid #fff;
  background-color: hsla(0, 0%, 100%, .21);
  opacity: 1;
  color: #fff;
}

.dropdown-list-arrow {
  margin-top: -15px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 25px;
  text-align: center;
}

.dropdown-link {
  background-color: #ececec;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #1c3a6e;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #ececec;
  color: #1c3a6e;
}

.dropdown-link.w--current {
  background-color: #ececec;
  color: #1c3a6e;
  font-weight: 500;
}

.dropdown-link.bold {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.dropdown-link.bold:hover {
  color: #12a08e;
}

.dropdown-4 {
  position: relative;
  top: 24px;
  display: inline-block;
  margin-top: -27px;
  padding-top: 0px;
}

.dropdown-5 {
  display: none;
}

.dropdown-link-light {
  font-family: Roboto, sans-serif;
  color: #1f2126;
}

.dropdown-link-light:hover {
  color: #1c3a6e;
}

.dropdown-list {
  margin-top: 54px;
  background-color: #fff;
}

.dropdown-list.w--open {
  margin-top: 0px;
  color: rgba(61, 63, 65, .73);
}

.section-2 {
  padding-bottom: 66px;
  background-color: #f5f6f8;
}

.nav-link-mobile-dropdown {
  padding: 25px 32px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-3 {
  padding-top: 132px;
  text-align: left;
}

.row-2 {
  display: block;
  margin-left: 0px;
  padding-top: 36px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.column-6 {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.h4 {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #35393b;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.h4.white {
  color: #fff;
}

.h4.lg {
  font-size: 19px;
  line-height: 17px;
}

.h4.lg.margin {
  margin-top: 20px;
  margin-left: 12px;
  padding-right: 4px;
  color: #1f2126;
}

.h4.lg.black {
  margin-top: 10px;
  color: #1f2126;
  line-height: 24px;
}

.h4.lg.w {
  color: #fff;
  line-height: 24px;
  font-weight: 500;
}

.h4.black {
  font-weight: 700;
}

.codref {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #8c9397;
  font-size: 12px;
}

.lot-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px 8px;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #f0f0f0;
  text-align: right;
}

.lot-bottom-info.padding {
  margin-top: 10px;
  padding-bottom: 11px;
}

.info-text {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #898989;
  font-size: 9px;
  font-weight: 400;
  text-align: left;
}

.tracinhodestaques {
  position: relative;
  left: 7px;
  top: 14px;
  color: #f0f0f0;
}

.preco {
  font-family: Roboto, sans-serif;
  color: #1f2126;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.lot-info {
  /*height: 265px;*/
  margin-top: 0px;
  padding: 1px 10px 11px;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lot-info.padding {
  padding: 32px;
}

.lot-info.listagem {
  padding: 20px 15px;
  height: 360px;
  overflow: overlay;
  overflow-x:hidden;
}

.lot-info.listagem::-webkit-scrollbar{
  width: 0px;
}

.lot-info.listagem::-webkit-scrollbar-track-piece{
  background-color: transparent;
  -webkit-border-radius: 6px;
}

.thumbnail-tag {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  margin: 0px auto 0px 0px;
  padding: 4px 12px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #1c3a6e;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.vd-button {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  margin: 20px auto auto;
  padding: 12px 0px;
  border-radius: 3px;
  background-color: #12a08e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.vd-button:hover {
  background-color: #0d7769;
  color: #fff;
}

.button-outline {
  position: static;
  z-index: 2;
  display: inline-block;
  margin: 38px auto 0px;
  padding: 13px 38px;
  border: 1px solid #12a08e;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #12a08e;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-outline:hover {
  background-color: #12a08e;
  color: #fff;
}

.button-outline.detalhe {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.button-outline.last {
  display: block;
  width: 500px;
}

.button-outline.white-button {
  border-color: #fff;
  color: #fff;
}

.center {
  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;
  font-size: 10px;
  text-align: center;
}

.section-4 {
  padding-top: 66px;
  padding-bottom: 66px;
  background-color: #f8f8f8;
  text-align: left;
}

.agent-column {
  padding-right: 2px;
  padding-left: 0px;
}

.agent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding-top: 100px;
  -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;
  border-radius: 500px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(59, 59, 59, .27) 40%, hsla(0, 0%, 100%, 0) 71%), url('../images/c1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(59, 59, 59, .27) 40%, hsla(0, 0%, 100%, 0) 71%), url('../images/c1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.section-5 {
  padding-top: 66px;
  padding-bottom: 66px;
}

.slider {
  background-color: transparent;
}

.image-7 {
  margin: 130px 20px;
}

.quote {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 120px;
  padding-left: 120px;
  font-family: Roboto, sans-serif;
  color: rgba(102, 112, 129, .63);
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

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

.aspas1 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 25px;
}

.section-6 {
  padding: 66px 47px;
  background-color: #f9f9f9;
}

.section-7 {
  display: block;
  padding: 66px 76px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.partner {
  max-width: 50%;
  margin: 15px 21px;
}

.footer {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1c3a6e;
}

.h4-footer {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0px;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  color: #afb5b8;
  font-size: 12px;
  font-weight: 300;
}

.list-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h4-list-footer {
  margin-left: 19px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.h4-list-footer.nopad {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.mais-sobre-button {
  position: static;
  z-index: 2;
  display: inline-block;
  margin: 38px auto 0px;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.mais-sobre-button:hover {
  border-color: #12a08e;
  background-color: #12a08e;
  color: #fff;
}

.list-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listmais {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
}

.linkmais {
  font-family: Roboto, sans-serif;
  color: #afb5b8;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.linkmais:hover {
  color: #fff;
}

.row-3 {
  padding-top: 58px;
  padding-bottom: 58px;
}

.by-dlservices {
  margin-bottom: 0px;
  padding-top: 24px;
  padding-right: 50px;
  padding-bottom: 24px;
  background-color: #192e53;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  text-align: right;
  text-transform: uppercase;
}

.link {
  direction: ltr;
  font-family: Roboto, sans-serif;
  color: #afb5b8;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.link.black {
  color: #1f2126;
  font-size: 13px;
  letter-spacing: 1px;
}

.navbar-paginas {
  width: 100%;
  padding-top: 0px;
  padding-right: 269px;
  padding-bottom: 2px;
  background-color: #fff;
  color: #fff;
}

.container-navpag {
  position: static;
  left: 45px;
  right: -83px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 0px auto;
  float: right;
  text-align: right;
}

.brand-navpag {
  position: absolute;
  left: 79px;
  top: 0px;
  margin-top: -12px;
  padding-top: 1px;
  float: left;
}

.nav-link-pags {
  margin-right: 0px;
  padding: 24px 32px 25px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #1c3a6e;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.dropdown-list-menu-pags {
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-list-menu-pags.w--open {
  margin-top: 0px;
  padding-top: 17px;
  border-top: 2px solid #fff;
  background-color: #fff;
  opacity: 1;
  color: #fff;
}

.slider-2 {
  display: none;
  height: 355px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/imgrow5.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-2 {
  width: 600px;
  margin-left: 600px;
  background-image: url('../images/28062016-28062016-ECM_8271.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  width: 600px;
  background-image: url('../images/imgrow5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  width: 600px;
  background-image: url('../images/headerimgMFX.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  width: 600px;
  background-image: url('../images/imgrow4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mask-2 {
  display: block;
  overflow: visible;
  width: 600px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e6e6e6;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #f1f1f2;
  border-left: 1px solid #f1f1f2;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1f2126;
  font-weight: 700;
}

.tab-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  padding-bottom: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #f1f1f2;
  border-left: 1px solid #f1f1f2;
  background-color: #f8f8f8;
  font-family: 'Open Sans', sans-serif;
  color: #1f2126;
  font-weight: 700;
}

.tab-icon {
  margin-right: 10px;
  padding-right: 0px;
}

.lot-details {
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #8c9397;
  font-size: 12px;
  letter-spacing: 1px;
}

.lot-details-lastchild {
  color: #c1c1c1;
}

.subh-info-propriedade {
  margin-right: 12px;
  margin-left: 12px;
  font-family: Roboto, sans-serif;
  color: #8c9397;
  font-size: 13px;
  letter-spacing: 1px;
}

.adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  padding-top: 0px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #1f2126;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.paragraph.margintop {
  margin-top: 40px;
  font-weight: 300;
}

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

.caracteristicas-h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #1f2126;
  font-size: 19px;
  font-weight: 700;
}

.caracteristicas-h4.w {
  color: #fff;
  font-weight: 500;
}

.features-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.checklist-icon {
  margin-right: 10px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.tab-pane {
  width: 100%;
  height: 245px;
  background-position: center;
  background-size: contain;
  border: solid 3px #fff;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.75);
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: left;
  -ms-flex-pack: justify;
  justify-content: left;
}

.tab-pane-2 {
  width: 100%;
  height: 386px;
  background-image: url('../images/002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-pane-3 {
  width: 100%;
  height: 386px;
  background-image: url('../images/005b.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-pane-4 {
  width: 100%;
  float: left;
}

.gallery-thumbnail {
  width: 25%;
  height: 95px;
  margin: 11px 0px;
  background-image: url('../images/imgapto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  margin-right: 3px;
  margin-left: 3px;
}

.gallery-thumbnail.w--current {
  width: 25%;
  height: 95px;
  /*margin-right: 0px;*/
  margin-bottom: 9px;
  opacity: 0.6;
/*  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/imgapto.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/imgapto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
*/}

.gallery-thumbnail._2 {
  background-image: url('../images/002.jpg');
  background-size: cover;
}

.gallery-thumbnail._2.w--current {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/002.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.gallery-thumbnail._3 {
  background-image: url('../images/005b.jpg');
  background-position: 50% 50%;
}

.gallery-thumbnail._3.w--current {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/005b.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/005b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.gallery-thumbnail.more-photos {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/imgapto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/imgapto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.gallery-thumbnail.more-photos.w--current {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/imgapto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/imgapto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.unordered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.list-item {
  width: 20%;
  height: auto;
  margin: 9px 1px 9px 0px;
}

.lightbox-link {
  width: 100%;
  height: 95px;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lightbox-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.h2 {
  margin-bottom: -9px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #1f2126;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.lot-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lot-info-icon {
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 0px;
  width: 30px;
  height: 16px;
}

.info-propriedade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: -7px;
  margin-left: -7px;
  padding: 12px 0px 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*border-bottom: 2px solid #f0f0f0;*/
  text-align: center;
}

.info-propriedade.bottom {
  width: 100%;
  margin: 10px 0px 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fotoprop {
  width: 64px;
  height: 64px;
  border-radius: 300px;
  background-image: url('../images/Untitled-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: static;
  z-index: 2;
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: auto;
  padding: 13px 38px;
  border-radius: 3px;
  background-color: #12a08e;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  color: #fff;
}

.button.w--current {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.w--current:hover {
  background-color: #0a7a6c;
}

.button.chat {
  background-color: #1c3a6e;
}

.button.request-lot {
  width: 300px;
  margin-top: 0px;
}

.section-8 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: hsla(0, 0%, 79%, .17);
}

.map-location {
  height: 355px;
}

.tabs {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 50px;
}

.unordered-list-tablet {
  display: none;
  margin-top: 23px;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-mobile-paginas {
  display: none;
  width: 100%;
  background-color: transparent;
  color: #fff;
}

.slide-nav {
  display: none;
}

.agent-row {
  margin-top: 46px;
}

.header-image {
  height: auto;
  padding: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7) 4%, rgba(14, 5, 5, .43) 60%, rgba(143, 49, 49, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 4%, rgba(14, 5, 5, .43) 60%, rgba(143, 49, 49, 0));
}

.header-image.administracao {
  height: auto;
}

.header-image.std {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, #1c3a6e, hsla(0, 0%, 100%, 0)), url('../images/villa_moritzing_10villa_moritzing_09.jpg');
  background-image: linear-gradient(180deg, #1c3a6e, hsla(0, 0%, 100%, 0)), url('../images/villa_moritzing_10villa_moritzing_09.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.contato {
  margin: 61px 188px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.corretor-popup {
  position: fixed;
  left: 0px;
  bottom: 22px;
  z-index: 999;
  padding: 20px 30px 20px 29px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(200, 5%, 62%, .22);
}

.abre-popup {
  position: fixed;
  left: 0px;
  bottom: 33px;
  z-index: 9999;
  width: 15px;
  height: 120px;
  background-color: #12a08e;
}

.paragraph-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: Roboto, sans-serif;
  color: #1f2126;
  font-size: 15px;
  font-weight: 300;
}

.container-quem-somos {
  margin-bottom: 39px;
  padding-right: 0px;
  padding-left: 0px;
}

.colunas-quem-somos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.column-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.coluna-qs-wrapper {
  min-height: auto;
  padding: 32px 20px;
  background-color: #fff;
  color: #35393b;
}

.texto-quemsomos-valores {
  padding-top: 4px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #1f2126;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.icon-values {
  margin-top: 16px;
  margin-bottom: 37px;
  font-family: 'Font awesome 5 free 400', sans-serif;
  font-size: 70px;
  text-align: center;
}

.icons-fa-regular {
  display: inline;
  font-family: 'Font awesome 5 free 400', sans-serif;
  color: #1c3a6e;
  font-size: 35px;
}

.icon-values-solid {
  margin-top: 16px;
  margin-bottom: 37px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 70px;
  text-align: center;
}

.coluna-qs-wrapper-corretor {
  min-height: auto;
  padding: 32px 30px;
  background-color: #fff;
  color: #35393b;
}

.bold-text {
  color: #26292a;
  font-size: 16px;
  font-weight: 800;
}

.text-block-18 {
  color: #26292a;
  font-size: 16px;
}

.icons-fa-solid {
  display: inline;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #1c3a6e;
  font-size: 35px;
}

.section-corretor {
  margin-bottom: 0px;
  padding-top: 66px;
  padding-bottom: 68px;
  background-color: #ececec;
}

.textfield-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.text-field-corretor {
  height: 50px;
  margin-top: 16px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: none;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
}

.text-field-corretor._1coluna {
  margin-right: 15px;
}

.text-field-corretor._2coluna {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
}

.text-field-corretor.color {
  background-color: #f8f8f8;
}

.container-4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat-mfx {
  position: fixed;
  right: 17px;
  bottom: 0px;
  z-index: 999;
  display: none;
  overflow: hidden;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 4px solid #f8f8f8;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(200, 5%, 62%, .22);
}

.font-awesome-span-chat {
  position: relative;
  left: 33px;
  top: -1px;
  bottom: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 23px;
}

.iconesbancos {
  margin-top: 21px;
}

.colunafinanciamento {
  text-align: center;
}

.link-financiamento {
  padding: 24px;
  border: 1px solid #dadada;
  background-color: #fff;
}

.negocio-select {
  height: 50px;
  margin-right: 0px;
  border-style: none;
}

.tipoimovel-select {
  height: 50px;
  margin-right: 15px;
  margin-left: 15px;
  border-style: none;
  font-family: Roboto, sans-serif;
}

.tipoimovel-select.nopad {
  margin-right: 0px;
  margin-left: 0px;
}

.textarea {
  min-height: 200px;
  margin-top: 22px;
  border-style: none;
  border-radius: 4px;
}

.textarea.color {
  min-height: 150px;
  background-color: #f8f8f8;
}

.subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}

.subtitle.light {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

.subtitle.light.small-subtitle {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.5em;
}

.subtitle.light.md-subtitle {
  font-size: 0.8em;
}

.subtitle.light.gray {
  font-family: Roboto, sans-serif;
  color: #8c9397;
}

.subtitle.sm {
  font-family: Roboto, sans-serif;
  color: #1f2126;
  font-size: 14px;
  font-weight: 300;
}

.imgtopo-financiamento {
  height: auto;
  padding: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .29) 4%, rgba(14, 5, 5, .07) 60%, rgba(143, 49, 49, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29) 4%, rgba(14, 5, 5, .07) 60%, rgba(143, 49, 49, 0));
}

.localizamapinfo {
  position: absolute;
  left: -93px;
  top: -290px;
  width: 350%;
  box-shadow: 0 7px 17px -2px rgba(0, 0, 0, .47);
}

.div-block-35 {
  display: none;
  height: 25vh;
  -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-image: url('../images/002.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.menu-button-3 {
  display: block;
  padding-top: 0px;
  -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;
  color: #fff;
  font-size: 38px;
}

.menu-button-3.w--open {
  background-color: transparent;
  color: hsla(0, 0%, 100%, .43);
}

.menu-button-3.paginas-internaspadding {
  margin-bottom: -7px;
  padding-top: 15px;
}

.nav-menu-2 {
  padding-top: 25px;
  background-color: #fff;
}

.dropdown-link-white {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #1c3a6e;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link-white:hover {
  color: #12a08e;
}

.dropdown-link-white.w--current {
  color: #12a08e;
}

.slider-prioriedade {
  height: 245px;
}

.slides-2 {
  background-image: url('../images/villa_moritzing_10villa_moritzing_09.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.slides-3 {
  background-image: url('../images/5ac3c7e6e4595121ef59bd06_headerimgMFX.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.slides {
  background-image: url('../images/ij8imovei59848_6846963.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.maisbar-paginas-internas {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  padding-right: 46px;
  padding-bottom: 0px;
  float: right;
  background-color: transparent;
}

.text-block-5-paginas-internas {
  position: relative;
  top: -13px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 14px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #1c3a6e;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.more-icon {
  display: inline-block;
  color: #1c3a6e;
}

.more-icon.w {
  width: 30px;
  height: 30px;
  margin-top: -6px;
  margin-left: 13px;
  float: right;
  color: #fff;
  font-size: 32px;
  font-weight: 100;
}

.more-icon.w.color {
  color: #4a6aa2;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  color: #afb5b8;
  font-weight: 300;
  text-decoration: none;
}

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

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.search-button-b {
  display: block;
  height: 55px;
  min-width: 80px;
  margin-left: -6px;
  padding-top: 9px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #12a08e;
  -webkit-transition: box-shadow 600ms ease;
  transition: box-shadow 600ms ease;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.search-button-b:hover {
  box-shadow: 0 0 25px 4px hsla(0, 0%, 100%, .33);
  color: #fff;
}

.slider-topos {
  height: auto;
}

.slide-1 {
  height: auto;
}

.slide-1._3 {
  height: auto;
}

.slide-1._4 {
  height: auto;
}

.slide-1._5 {
  height: auto;
}

.slide-1._6 {
  height: auto;
}

.slide-1._7 {
  height: auto;
}

.link-slides {
  display: block;
  height: auto;
}

.link-slides._7 {
  height: auto;
}

.form-block-3 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.spacer {
  height: 100px;
}

.spacer._50 {
  height: 50px;
}

.spacer._15 {
  height: 15px;
}

.form-50 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 181px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: #fff;
  text-decoration: underline;
}

.link-cinza {
  color: #333;
}

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

.foto-imovel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/28062016-28062016-ECM_8271.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.foto-imovel._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/030.jpg');
}

.foto-imovel._3 {
  background-image: url('../images/002.jpg');
}

.container-7 {
  margin-bottom: 50px;
}

.dd {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dd:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.dd.mais {
  -webkit-transition-property: none;
  transition-property: none;
  font-weight: 300;
}

.dd.mais:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.txt-block-nav {
  color: #fff;
}

.txt-block-nav.mais {
  display: inline-block;
}

.txt-block-nav.color {
  color: #1c3a6e;
}

.icon-nav {
  color: #fff;
}

.icon-nav.color {
  color: #1c3a6e;
}

.link-single {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-single:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.link-single.color {
  color: #1c3a6e;
}

.dropdown-toggle-more {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-weight: 500;
}

.dropdown-toggle-more:hover {
  background-color: hsla(0, 0%, 100%, .06);
}

.dropdown-toggle-more.w--open {
  padding-right: 20px;
  background-color: hsla(0, 0%, 100%, .13);
  font-weight: 500;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.column-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 230px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.imovel-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 5px;
  margin-left: 5px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ap.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ap.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.imovel-home:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ap.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ap.jpg');
  background-size: auto, cover;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}

.imovel-home.casas {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/casas.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/casas.jpg');
  background-size: auto, cover;
}

.imovel-home.terrenos {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/terreno.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/terreno.jpg');
  background-size: auto, cover;
}

.imovel-home.comerciais {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/com.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/com.jpg');
  background-position: 0px 0px, 50% 100%;
}

.imovel-home.casas-condominio {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ij8imovei59848_6846963.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ij8imovei59848_6846963.jpg');
  background-size: auto, cover;
}

.row-7 {
  margin-top: 10px;
}

.lot-thumbnail {
  height: 150px;
}

.lot-thumbnail._1 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/002.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.dd-menu {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dd-menu:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.dd-menu.color {
  color: #1c3a6e;
}

.dd-list-white.w--open {
  right: 0px;
  width: 250px;
  background-color: #fff;
}

.dd-list.w--open {
  background-color: hsla(0, 0%, 100%, .17);
}

.brand-2 {
  margin-top: -6px;
}

.mask-3 {
  height: auto;
}

.column-34 {
  overflow: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: hsla(0, 0%, 93%, .37);
}

.filtered-item {
  margin: 18px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 hsla(0, 0%, 39%, .31);
  overflow: auto;
}

.row-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-35 {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.color-green {
  color: #12a08e;
  font-weight: 700;
}

.link-lot-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.request-lot-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: 18px;
  margin-left: 18px;
  padding: 19px;
  -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;
  border-radius: 3px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #1c3a6e, hsla(0, 0%, 100%, 0)), url('../images/villa_moritzing_10villa_moritzing_09.jpg');
  background-image: linear-gradient(180deg, #1c3a6e, hsla(0, 0%, 100%, 0)), url('../images/villa_moritzing_10villa_moritzing_09.jpg');
  background-position: 0px 0px, 50% -98px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.column-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map {
  height: 1000px;
}

.body-4 {
  padding: 67px;
  background-color: hsla(0, 0%, 85%, .47);
}

.styleguide-container {
  display: block;
  margin-bottom: 40px;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #d5d5d5;
}

.styleguide-container.buttons-styleguide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text {
  font-family: Roboto, sans-serif;
  color: #8c9397;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

.text.info-text {
  font-size: 12px;
}

.text.info-text.light {
  color: #afb5b8;
  font-size: 12px;
  font-weight: 300;
}

.text.black-text {
  color: #000;
  font-weight: 900;
}

.text.padding-top {
  margin-top: 0px;
  padding-top: 15px;
}

html.w-mod-js *[data-ix="popup-corretor"] {
  opacity: 0.30000000000000004;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

html.w-mod-js *[data-ix="chat-mfx"] {
  opacity: 0.30000000000000004;
  -webkit-transform: translate(0px, 350px);
  -ms-transform: translate(0px, 350px);
  transform: translate(0px, 350px);
}

html.w-mod-js *[data-ix="abre-popup-corretor"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="mapinfo"] {
  display: none;
  opacity: 0;
}

.fixed-info {
  position: fixed;
  width: 100%;
  height: 20px;
  background: #192e53;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 11px;
  padding: 15px 1px;
}

.fixed-info img {
  width: 13px;
  margin-right: 5px;
}

.fixed-info li {
  display: flex;
  align-items: center;
  margin: 0px 15px;
}

@media (max-width: 991px) {
  .navbar {
    display: block;
    padding-right: 0px;
    padding-bottom: 0px;
  }
   .w-nav-brand{
    position: absolute;
   }
  .w-nav-brand img {
    width: 45%;
    position: relative;
    top: -8px;
  }
  .nav-link {
    display: block;
  }
  .nav-link-more {
    display: none;
  }
  .page-title {
    padding-right: 19px;
    padding-left: 19px;
  }
  .dropdown {
    background-color: #fff;
  }
  .dropdown.busca.filter {
    margin-bottom: 5px;
  }
  .search-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .h1.linha {
    border-bottom-style: none;
  }
  .section-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h3 {
    padding-top: 0px;
  }
  .button-solid {
    margin-top: 75px;
    font-size: 11px;
  }
  .dd-list-opened {
    display: block;
  }
  .dropdown-2 {
    display: inline-block;
    width: 150px;
  }
  .dropdown-3 {
    display: inline-block;
    width: 150px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-4 {
    display: none;
  }
  .dropdown-5 {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .menu-button.blue {
    background-color: #1c3a6e;
    color: #fff;
  }
  .menu-button-2 {
    padding-top: 27px;
    background-color: transparent;
    font-size: 26px;
  }
  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 100%, .13);
    color: rgba(28, 58, 110, .51);
  }
  .nav-menu {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    background-color: #fff;
    color: #fff;
  }
  .nav-menu.blue {
    background-color: #1c3a6e;
  }
  .right-caret {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 50px;
    float: right;
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    font-size: 24px;
  }
  .dropdown-link-light {
    margin-top: 0px;
    background-color: #fff;
  }
  .dropdown-list {
    margin-top: 0px;
  }
  .dropdown-list.w--open {
    margin-top: 53px;
  }
  .dropdown-toggle-2 {
    padding: 0px;
    color: #1c3a6e;
  }
  .text-block-8 {
    padding: 25px 32px;
    font-size: 13px;
  }
  .nav-link-mobile-dropdown {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    border-bottom: 1px none rgba(0, 0, 0, .15);
    color: #1c3a6e;
  }
  .nav-link-mobile-dropdown.bordernone {
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom-style: none;
  }
  .dropdown-list-2 {
    background-color: #f5f6f8;
  }
  .dropdown-list-2.w--open {
    padding-left: 21px;
    color: #5c6266;
  }
  .dropdown-link-4 {
    color: #5c6266;
  }
  .dropdown-link-5 {
    color: #5c6266;
  }
  .dropdown-link-6 {
    color: #5c6266;
  }
  .section-3 {
    padding-top: 66px;
  }
  .row-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .info-text {
    font-size: 10px;
  }
  .column-7 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-8 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-9 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .vd-button {
    width: 100%;
    margin-top: 20px;
    padding: 7px 16px;
    font-size: 11px;
  }
  .button-outline {
    margin-top: 75px;
    font-size: 11px;
  }
  .button-outline.detalhe {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .button-outline.last {
    width: 400px;
  }
  .agent-column {
    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;
    text-align: center;
  }
  .agent {
    width: 150px;
    height: 150px;
    padding-top: 67px;
  }
  .section-5 {
    padding-right: 20px;
    padding-bottom: 88px;
    padding-left: 20px;
  }
  .section-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mais-sobre-button {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
  .row-3 {
    display: block;
    padding-right: 39px;
    padding-left: 20px;
  }
  .navbar-paginas {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .container-navpag {
    padding-left: 0px;
    float: right;
  }
  .nav-link-pags {
    display: inline-block;
    width: 120px;
    float: left;
  }
  .dropdown-list-menu-pags {
    display: block;
  }
  .gallery-thumbnail {
    margin-right: 0px;
    margin-left: 0px;
  }
  .gallery-thumbnail.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }
  .unordered-list {
    display: none;
  }
  .list-item {
    width: 25%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .h2 {
    font-size: 22px;
  }
  .lot-info-wrapper {
    margin-right: 0px;
  }
  .lot-info-icon {
    padding-right: 5px;
  }
  .info-propriedade.bottom {
    width: 100%;
  }
  .fotoprop {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button {
    margin-top: 21px;
    padding: 14px 16px;
    font-size: 14px;
  }
  .section-8 {
    margin-top: -47px;
  }
  .unordered-list-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-mobile-paginas {
    display: block;
    padding-top: 0px;
    padding-right: 27px;
    padding-left: 35px;
    background-color: #fff;
    color: #1c3a6e;
  }
  .agent-row {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contato {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-quem-somos {
    padding-right: 0px;
    padding-left: 0px;
  }
  .colunas-quem-somos {
    margin-right: 12px;
    margin-left: 12px;
  }
  .column-29 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .coluna-qs-wrapper {
    min-height: 405px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .texto-quemsomos-valores {
    font-size: 14px;
  }
  .coluna-qs-wrapper-corretor {
    min-height: 523px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .container-4 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .font-awesome-span-chat {
    left: -4px;
    right: 0px;
    bottom: 0px;
    font-size: 11px;
  }
  .negocio-select {
    margin-right: 10px;
  }
  .tipoimovel-select {
    margin-right: 5px;
    margin-left: 5px;
  }
  .right-caret-last {
    margin-top: -25px;
    padding-top: 0px;
    float: right;
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    font-size: 24px;
  }
  .dd:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .txt-block-nav.color {
    color: #fff;
  }
  .icon-nav.color {
    color: #fff;
  }
  .link-single {
    -webkit-transition-property: none;
    transition-property: none;
  }
  .link-single:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .link-single.color {
    color: #fff;
  }
  .nav-menu-4 {
    padding-bottom: 20px;
    background-color: #1c3a6e;
  }
  .menu-button-5 {
    background-color: #fff;
    color: #1c3a6e;
    top: -9px;
  }
  .menu-button-5.w--open {
    background-color: #fff;
    color: #1c3a6e69;
  }
  .dd-menu:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .filtered-item {
    margin-right: 0px;
    margin-left: 0px;
  }
  .request-lot-image {
    margin-right: 0px;
    margin-left: 0px;
  }
}


@media (max-width: 767px) {

    .section-3 .row-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .section-3 .row-2 .w-col-3 {
    width: 60%;
    margin-top: 20px;
  }


  .navbar {
    padding-left: 20px;
  }
  .dropdown.busca.filter {
    width: 100%;
    float: none;
  }
  .search-wrapper {
    display: block;
  }
  .search-input {
    width: 73%;
    margin-left: 0px;
    padding-left: 52px;
  }
  .dropdown-toggle {
    width: 100%;
    padding-left: 10px;
  }
  .h1.seja-corretor {
    padding-top: 0px;
  }
  .h3 {
    margin-top: -7px;
    padding-left: 0px;
  }
  .h3.align-left {
    text-align: center;
  }
  .button-solid {
    margin-top: 50px;
  }
  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-3 {
    padding-top: 66px;
  }
  .row-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lot-bottom-info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .lot-bottom-info.padding.mobile {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .info-text {
    margin-right: 30px;
  }
  .lot-info {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-7 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .column-8 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .column-9 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .vd-button {
    margin-top: 10px;
    padding: 15px 25px;
    font-size: 14px;
  }
  .button-outline {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .agent-column {
    display: block;
    padding-right: 0px;
  }
  .agent {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .slider {
    height: 467px;
  }
  .quote {
    margin-top: -32px;
  }
  .section-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mask {
    margin-top: 0px;
  }
  .footer {
    text-align: center;
  }
  .mais-sobre-button {
    margin-top: 30px;
  }
  .list-contato {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row-3 {
    text-align: center;
  }
  .paragraph {
    padding-top: 0px;
  }
  .info-propriedade {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-23 {
    margin-bottom: 23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button {
    display: block;
    width: 100%;
    margin: 20px auto 5px;
    padding: 15px 25px;
    font-size: 14px;
  }
  .section-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .agent-row {
    display: block;
  }
  .header-image.std {
    -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;
  }
  .colunas-quem-somos {
    margin-right: 26px;
    margin-left: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-29 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .coluna-qs-wrapper {
    min-height: 0px;
    padding: 35px 20px;
  }
  .coluna-qs-wrapper-corretor {
    min-height: 0px;
    padding: 35px 43px;
  }
  .section-corretor {
    padding-right: 20px;
    padding-left: 20px;
  }
  .iconesbancos {
    margin-top: 0px;
  }
  .colunafinanciamento {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .search-button-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 27%;
    margin-left: 0px;
    padding-right: 22px;
    padding-left: 22px;
    -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;
  }
  .slider-topos {
    height: auto;
  }
  .slide-1 {
    height: auto;
  }
  .form-block-3 {
    width: 100%;
  }
  .form-50 {
    width: 100%;
  }
  .container-6 {
    margin-top: auto;
    -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;
  }
  .foto-imovel {
    display: block;
    height: 200px;
  }
  .container-7 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .imovel-home.apto {
    margin-bottom: 5px;
  }
  .imovel-home.casas {
    margin-bottom: 5px;
  }
  .imovel-home.terrenos {
    margin-bottom: 0px;
  }
  .imovel-home.casas-condominio {
    margin-top: 5px;
  }
  .row-7 {
    margin-top: 5px;
  }
  .lot-thumbnail._1 {
    height: 300px;
  }
  .container-8 {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .column-31 {
    padding-top: 30px;
  }
  .row-8 {
    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;
  }
  .column-32 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-33 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-34 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-9 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-35 {
    display: block;
  }
  .link-lot-photo {
    height: 200px;
  }
  .column-36 {
    padding-right: 0px;
  }
  .row-10 {
    display: block;
  }
  .map {
    height: 300px;
  }
  .text.info-text.light {
    margin-right: 0px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .section-3 .row-2 .w-col-3 {
    width: 90%;
  }

  .hero-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar {
    padding-left: 0px;
  }
  .page-title {
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .dropdown {
    -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;
  }
  .dropdown.busca {
    width: 100%;
    margin-bottom: 5px;
    float: none;
    border-radius: 3px;
  }
  .search-wrapper {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .search-input {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
    background-position: 11px 50%;
    font-size: 19px;
  }
  .dropdown-toggle {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    border-radius: 3px;
  }
  .dropdown-toggle.filters {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .h1 {
    font-size: 29px;
    line-height: 35px;
  }
  .h1.seja-corretor {
    margin-top: -39px;
    padding-top: 0px;
  }
  .section-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .h3 {
    margin-top: -12px;
    font-size: 20px;
  }
  .button-solid {
    margin-top: 53px;
  }
  .section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-3 {
    padding-top: 66px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .row-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-6 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .lot-info {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .column-7 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .column-8 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .column-9 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .vd-button {
    margin-top: 20px;
  }
  .button-outline {
    margin-top: 53px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button-outline.detalhe {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .button-outline.last {
    width: auto;
  }
  .section-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .agent {
    width: 120px;
    height: 120px;
    padding-top: 54px;
  }
  .section-5 {
    padding-bottom: 47px;
  }
  .slider {
    height: 497px;
  }
  .quote {
    margin-top: 93px;
    padding-right: 61px;
    padding-left: 61px;
  }
  .section-6 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .section-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mask {
    margin-top: -44px;
    padding-top: 0px;
  }
  .mais-sobre-button {
    margin-top: 53px;
  }
  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery-thumbnail {
    width: 50%;
  }
  .gallery-thumbnail.w--current {
    width: 50%;
  }
  .list-item {
    display: inline-block;
    width: 24.5%;
    margin-right: 1px;
  }
  .lightbox-link {
    height: 50px;
  }
  .info-propriedade {
    width: 100%;
  }
  .div-block-23 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .button {
    width: 100%;
    margin-top: 20px;
  }
  .button.request-lot {
    width: auto;
  }
  .section-8 {
    margin-top: 0px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .unordered-list-tablet {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contato {
    margin: 32px 0px;
  }
  .container-quem-somos {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .colunas-quem-somos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coluna-qs-wrapper-corretor {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-corretor {
    padding-left: 20px;
  }
  .textfield-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field-corretor {
    margin-top: 12px;
  }
  .text-field-corretor._1coluna {
    margin-top: 12px;
    margin-right: 5px;
    margin-bottom: 0px;
  }
  .text-field-corretor._2coluna {
    margin-left: 0px;
  }
  .container-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .chat-mfx {
    left: 10px;
    right: 10px;
  }
  .negocio-select {
    margin-right: 0px;
  }
  .tipoimovel-select {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tipoimovel-select.nopad {
    margin-top: 12px;
    margin-bottom: 0px;
  }
  .textarea {
    margin-top: 12px;
  }
  .search-button-b {
    position: relative;
    left: 0px;
    right: -22px;
    display: inline-block;
    width: 100%;
    height: 54px;
    margin-left: 0px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
  }
  .slider-topos {
    height: auto;
  }
  .search-form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lot-thumbnail._1 {
    height: 220px;
  }
  .lot-features-list {
    margin-bottom: 0px;
  }
  .slide-nav-2 {
    display: none;
  }
  .request-lot-image {
    background-position: 0px 0px, 50% 50%;
  }
}

@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/Myriad-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/Myriad-Pro-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}