body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #464d56;
  font-size: 24px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  color: #4ac2c9;
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: -10px 0px 40px;
  font-family: 'Varela Round', sans-serif;
  color: #667073;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Varela Round', sans-serif;
  color: #667073;
  font-weight: 400;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 11;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Montserrat, sans-serif;
  color: #98a1a3;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #004699;
}

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

.nav-link.top-nav {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2px;
  padding-left: 2px;
  font-family: Montserrat, sans-serif;
  color: #004699;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav-link.top-nav:hover {
  color: #fc0;
}

.nav-link.top-nav.w--current {
  color: #004699;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.top-nav.w--current:hover {
  color: #fc0;
}

.top-nav-section {
  position: relative;
  z-index: 21;
  background-color: #fff;
}

.top-nav-logo {
  display: block;
  margin: 10px auto 0px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.top-nav-logo:hover {
  opacity: 1;
}

.top-nav-links {
  margin-top: 20px;
  margin-bottom: 20px;
}

.top-nav-link-column {
  border-right: 1px solid rgba(0, 70, 153, .5);
  border-left: 1px solid rgba(0, 70, 153, .5);
}

.top-nav-link-column.right {
  border-right-width: 2px;
  border-right-color: rgba(0, 70, 153, .5);
  border-left-color: hsla(0, 0%, 93%, .2);
}

.top-nav-link-column.left {
  border-right-style: solid;
  border-right-color: rgba(0, 70, 153, .5);
  border-left-width: 2px;
  border-left-color: rgba(0, 70, 153, .5);
}

.main-section {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fff;
}

.main-section.odd {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 40px;
  background-color: #fff;
}

.main-section.portfolio {
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: transparent;
}

.main-section.portfolio.edited-2 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: -webkit-repeating-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(242, 245, 247, .2) 67%);
  background-image: repeating-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(242, 245, 247, .2) 67%);
}

.main-section.portfolio.edited-3 {
  padding-top: 10px;
  background-image: none;
}

.main-section.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #004699 33%, #0051b1);
  background-image: linear-gradient(90deg, #004699 33%, #0051b1);
}

.team-image {
  display: block;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-image:hover {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.client-block {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 15px 15px 20px;
  background-color: rgba(74, 194, 201, .8);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.client-block:hover {
  background-color: rgba(70, 77, 86, .85);
  opacity: 1;
}

.client-block.link {
  position: relative;
  z-index: 2;
  padding: 10px 15px 10px 20px;
  background-color: #1163ac;
  opacity: 0;
  text-decoration: none;
}

.client-block.link:hover {
  background-color: rgba(70, 77, 86, .66);
}

.client-block.link.edit-1 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fc0;
}

.client-block.link.edit-1:hover {
  background-color: rgba(70, 77, 86, .66);
  opacity: 1;
}

.client-block.link.edit-1.edit2 {
  margin-top: 10px;
}

.client-column {
  height: 230px;
  padding-right: 0px;
  padding-left: 0px;
}

.client-column.mailfox {
  height: 230px;
  background-image: none;
}

.client-nam {
  margin-top: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.customer-description {
  height: auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
}

.customer-description.learn-more {
  position: absolute;
  left: 100px;
  top: 120px;
  right: 100px;
  height: auto;
  margin-bottom: 5px;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.customer-description.learn-more:hover {
  background-color: #1163ac;
  color: #fff;
}

.customer-description.preco {
  position: absolute;
  left: 20px;
  bottom: 50px;
  height: auto;
  opacity: 1;
  font-size: 18px;
}

.customer-description.referencia {
  position: absolute;
  left: 100px;
  top: 160px;
  right: 100px;
  text-align: center;
}

.client-row-top {
  margin-top: 0px;
  margin-bottom: 0.5%;
}

.map {
  height: 500px;
  max-height: 500px;
  min-height: 500px;
  margin-top: 20px;
  border-top: 1px none rgba(0, 70, 153, .5);
  border-bottom: 1px none rgba(0, 70, 153, .5);
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Varela Round', sans-serif;
  color: #004699;
  font-size: 13px;
  font-weight: 700;
}

.contact-container {
  padding-top: 50px;
  padding-bottom: 10px;
}

.text-area {
  margin-bottom: 24px;
  border-style: none;
  border-color: #fc0;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/white-1.jpg');
  background-position: 0px 0px;
  background-size: 25px;
  opacity: 1;
  font-family: 'Varela Round', sans-serif;
  color: #666;
}

.text-area:focus {
  border: 1px none #1163ac;
  background-color: transparent;
  opacity: 1;
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.field-label.edited-1 {
  color: #000;
}

.submit-form {
  padding: 10px 70px;
  border: 3px solid #fff;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #80898b;
  font-size: 18px;
}

.submit-form:hover {
  background-color: #fc0;
  color: #fff;
  font-size: 18px;
}

.submit-form.edit-2 {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  border-color: #fc0;
  text-align: center;
}

.submit-form.edit-2.edit3 {
  border-color: #fc0;
}

.submit-form.edit-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
}

.submit-form.edit-3.edit-4 {
  border-color: #004699;
}

.submit-form.edit-3.edit-4:hover {
  border-color: #fc0;
}

.submit-form.pagina-anterior {
  float: left;
  color: hsla(194, 6%, 43%, .8);
}

.submit-form.pagina-anterior:hover {
  color: #fff;
}

.submit-form.proxima-pagina {
  float: right;
  color: hsla(194, 6%, 43%, .8);
}

.submit-form.proxima-pagina:hover {
  color: #fff;
}

.submit-form.edited-6 {
  color: #000;
}

.submit-form.edited-6:hover {
  background-color: #000;
  color: #fff;
}

.two-column-heading {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.two-column-heading.edited-1 {
  color: #000;
}

.contact-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  float: none;
  color: #d6d6d6;
  text-align: center;
}

.contact-header.edited-4 {
  margin-top: 10px;
  color: #667073;
  font-size: 25px;
}

.contact-header.edited-9 {
  color: #fff;
}

.contact-header.edited-10 {
  color: #004699;
}

.contact-icon {
  display: block;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
}

.footer-logo {
  float: left;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-logo:hover {
  opacity: 1;
}

.social-footer {
  position: static;
  right: 0px;
  bottom: 0px;
  margin-top: 10px;
  margin-right: 5px;
  float: right;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-footer:hover {
  opacity: 1;
}

.ltxt1 {
  margin-top: 15px;
  color: #004699;
}

.row-1 {
  margin-top: 50px;
}

.link-block-1 {
  display: block;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}

.imagem-imovel {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-right: auto;
  margin-bottom: -230px;
  margin-left: auto;
}

.logo-top {
  display: block;
  width: 200px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 10px 10px;
  border-radius: 5px;
  background-color: transparent;
}

.ltxt-2 {
  margin-top: 25px;
  margin-right: 5px;
  float: right;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
}

.logo-rodape {
  padding: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .29);
}

.logo-rodape.w--current {
  padding: 10px;
  border-radius: 3px;
  background-color: #fff;
}

.ltxt-3 {
  display: block;
  margin: 20px 200px 100px;
  font-family: 'Varela Round', sans-serif;
  color: #888;
  text-align: center;
}

.container-1 {
  padding-top: 20px;
}

.row-3 {
  margin-bottom: 100px;
}

.select-field-1 {
  display: block;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 99, 172, .2);
  border-radius: 12px;
  font-family: 'Varela Round', sans-serif;
  color: #666;
}

.select-field-1.edit-1 {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(270deg, #fefefe, #f4f4f4);
  background-image: linear-gradient(180deg, #fefefe, #f4f4f4);
}

.coluna-1 {
  padding-right: 5px;
  padding-left: 5px;
}

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

.simuladores {
  height: 150px;
}

.simuladores.bb {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Banco-do-Brasil.png');
  background-position: 50% 50%;
  background-size: contain;
}

.simuladores.caixa {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Caixa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.simuladores.santander {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/logo-santander.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.simuladores.itau {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Itau.jpg');
  background-position: 50% 50%;
  background-size: 379px;
}

.botao-simulador {
  display: block;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 65px;
  background-color: #0f61ab;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.botao-simulador:hover {
  background-color: hsla(194, 6%, 43%, .7);
  opacity: 1;
}

.ltxt4 {
  position: static;
  left: 0px;
  top: 60px;
  right: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px #000;
}

.simulador {
  display: block;
  width: 240px;
  height: 150px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/Bradesco.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-1 {
  width: 200px;
  margin-bottom: 20px;
}

.ltxt-8 {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 17px;
}

.ltxt-8.edited-5 {
  color: #000;
}

.div-block-2 {
  display: block;
  margin-right: 206px;
  margin-bottom: 50px;
  margin-left: 206px;
  padding: 20px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #004699, #0051b1);
  background-image: linear-gradient(180deg, #004699, #0051b1);
  box-shadow: 2px 2px 18px 0 rgba(0, 0, 0, .3);
}

.div-block-2.divblock-7 {
  background-image: -webkit-linear-gradient(270deg, #fc0, #fc0);
  background-image: linear-gradient(180deg, #fc0, #fc0);
}

.div-block-3 {
  margin-top: 7px;
}

.div-block-3.edited-11 {
  margin-top: 35px;
}

.list {
  text-align: center;
}

.slider {
  height: 400px;
  max-height: 400px;
  min-height: 400px;
}

.link-block-2 {
  display: block;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.imagem-1 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.slider-imoveis {
  display: block;
  width: 1200px;
  height: 230px;
  max-height: 230px;
  max-width: 1200px;
  min-height: 230px;
  min-width: 1200px;
  margin: 50px auto 40px;
  background-color: #fff;
}

.slide-imovel {
  width: 320px;
  height: 230px;
  max-height: 230px;
  max-width: 400px;
  min-height: 230px;
  min-width: 320px;
  margin-right: 40px;
  margin-left: 40px;
}

.slide-imovel.slider-bord {
  border: 5px solid #004699;
  border-radius: 3px;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .15);
}

.slide-imovel.slider-bord:hover {
  border-color: #fc0;
}

.left-arrow {
  margin-left: -40px;
  color: #004699;
}

.right-arrow {
  margin-right: -40px;
  color: #004699;
}

.right-arrow.edited-7 {
  margin-right: -100px;
}

.right-arrow.edited-8 {
  margin-right: 0px;
  margin-left: -100px;
}

.left-arrow-banners {
  color: #fc0;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
}

.ltxt-9 {
  margin-top: -20px;
  margin-bottom: 10px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 12px;
}

.ltxt-9.edited-1 {
  color: #000;
}

.div-block-7 {
  width: 300px;
  height: 200px;
  max-height: 200px;
  max-width: 300px;
  min-height: 200px;
  min-width: 300px;
  margin-right: 6px;
  margin-bottom: 15px;
  margin-left: 6px;
  float: left;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .1);
}

.link-block-3 {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}

.section-descricao {
  background-image: -webkit-linear-gradient(311deg, rgba(0, 70, 153, .75), #0051b1 50%, rgba(0, 81, 177, .95)), url('../images/Background-1.jpg');
  background-image: linear-gradient(139deg, rgba(0, 70, 153, .75), #0051b1 50%, rgba(0, 81, 177, .95)), url('../images/Background-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-descricao.edit-5 {
  height: 150px;
  background-image: -webkit-linear-gradient(311deg, rgba(0, 70, 153, .45), #0051b1 50%, rgba(0, 81, 177, .75)), url('../images/Background-1.jpg');
  background-image: linear-gradient(139deg, rgba(0, 70, 153, .45), #0051b1 50%, rgba(0, 81, 177, .75)), url('../images/Background-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-attachment: scroll, fixed;
}

.container-detalhes {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ltxt-10 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fc0;
  color: #fff;
  font-size: 35px;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, .2);
}

.slider-imovel {
  height: 500px;
  max-height: 500px;
  min-height: 500px;
  margin-top: 20px;
  margin-right: 100px;
  margin-left: 100px;
  border: 2px solid #004699;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .1);
}

.ltxt11 {
  margin-top: 10px;
  font-family: 'Varela Round', sans-serif;
  color: #fc0;
  font-size: 15px;
  text-align: right;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, .2);
}

.ltxt-12 {
  position: relative;
  margin: 50px 100px 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 204, 0, .5);
  background-image: url('../images/Icon-4.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Varela Round', sans-serif;
  color: #004699;
  font-size: 25px;
}

.ltxt-12.txt-14 {
  padding-left: 25px;
  background-image: url('../images/photo.png');
  background-size: 25px;
}

.ltxt-13 {
  margin-top: 5px;
  margin-right: 100px;
  margin-left: 100px;
  font-family: 'Varela Round', sans-serif;
  color: #666;
  font-size: 15px;
}

.botao-localizacao {
  margin-right: 0px;
  margin-left: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #004699;
  border-radius: 5px;
  background-color: transparent;
  color: #888;
}

.botao-localizacao:hover {
  background-color: #004699;
  color: #fff;
}

.botao-localizacao.w--current {
  border: 2px solid #004699;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #888;
  text-align: center;
}

.botao-localizacao.w--current:hover {
  background-color: #004699;
  color: #fff;
}

.div-block-8 {
  margin-top: 10px;
  margin-right: 100px;
  margin-left: 100px;
}

.light-box-imovel-1 {
  width: 170px;
  height: 140px;
  margin-right: 7px;
  margin-bottom: 10px;
  margin-left: 7px;
  border-radius: 3px;
}

.imagem-imovel-1 {
  width: 170px;
  height: 140px;
  border-radius: 3px;
}

.map1 {
  display: block;
  width: 740px;
  margin: 10px auto 100px;
}

.ltxt-14 {
  font-size: 15px;
}

.link-poprosta {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #004699;
  border-radius: 12px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #888;
  text-align: center;
}

.link-poprosta:hover {
  background-color: #004699;
  color: #fff;
}

.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;
  -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;
  text-align: center;
}

.ltxt-15 {
  color: #004699;
}

.dropdown {
  position: static;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.dropdown-list.w--open {
  position: static;
  display: block;
  width: 100%;
  max-width: 100px;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-toggle {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  border: 3px solid #004699;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #80898b;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
}

.dropdown-toggle:hover {
  background-color: #004699;
  color: #fff;
}

.section-contato {
  margin-top: 100px;
}

.ltxt {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #888;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 991px) {
  .nav-link {
    position: static;
    margin-bottom: 10px;
    border-bottom: 1px solid #fc0;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .05);
    color: #004699;
    text-align: right;
  }
  .nav-link:hover {
    background-color: transparent;
    color: #fc0;
  }
  .nav-link.w--current {
    margin-bottom: 10px;
    border-bottom-color: #fc0;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
    -webkit-transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
    transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
    text-align: right;
  }
  .nav-link.top-nav {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    text-align: center;
  }
  .nav-link.top-nav.w--current {
    font-size: 12px;
  }
  .client-block.link {
    left: 0px;
    top: 45%;
    right: 0px;
    bottom: 0px;
    height: 55%;
    padding: 10px 0px 5px;
    background-color: hsla(194, 6%, 43%, .4);
    opacity: 1;
  }
  .client-block.link:hover {
    background-color: rgba(70, 77, 86, .7);
  }
  .client-block.link.edit-1 {
    top: 55%;
    height: 45%;
    background-color: hsla(194, 6%, 43%, .7);
  }
  .client-column {
    background-position: 50% 50%;
  }
  .client-nam {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 18px;
  }
  .customer-description.learn-more {
    top: 45px;
    margin-bottom: 0px;
  }
  .customer-description.referencia {
    top: 80px;
  }
  .submit-form.edit-3.edit-4 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .contact-header {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
    text-decoration: none;
  }
  .contact-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    width: 100%;
    padding-bottom: 20px;
    background-color: #fff;
  }
  .menu-button {
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding: 0px;
    border-radius: 3px;
    background-color: #004699;
    color: #fc0;
  }
  .menu-button.w--open {
    background-color: #004699;
  }
  .ltxt-3 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-2 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .div-block-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
  }
  .list-item {
    padding-left: 0px;
  }
  .slider {
    height: 350px;
    max-height: 350px;
    min-height: 350px;
  }
  .slider-imoveis {
    width: 700px;
    max-width: 700px;
    min-width: 700px;
  }
  .slide-imovel {
    margin-right: 15px;
    margin-left: 15px;
  }
  .left-arrow {
    margin-left: -40px;
  }
  .right-arrow {
    margin-right: -40px;
  }
  .div-block-4 {
    position: absolute;
    top: 18px;
    right: auto;
    z-index: 2;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: 12px;
    margin-left: 12px;
    padding-left: 0px;
    background-color: #fc0;
  }
  .div-block-5 {
    position: absolute;
    left: 0px;
    top: 28px;
    overflow: hidden;
    width: 35px;
    height: 2px;
    margin-right: 12px;
    margin-left: 12px;
    background-color: #fc0;
  }
  .div-block-6 {
    position: absolute;
    left: 0px;
    top: 38px;
    overflow: hidden;
    width: 35px;
    height: 2px;
    margin-right: 12px;
    margin-left: 12px;
    background-color: #fc0;
  }
  .div-block-7 {
    margin-left: 32px;
  }
  .light-box-imovel-1 {
    margin-right: 3px;
    margin-left: 3px;
  }
  .map1 {
    width: 520px;
  }
  .section-contato {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .nav-link.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }
  .team-image {
    margin-top: 30px;
  }
  .client-block.link {
    top: 55%;
    height: 45%;
    padding-left: 20px;
  }
  .client-block.link.edit-1 {
    margin-top: 120px;
  }
  .client-block.link.edit-1.edit2 {
    position: relative;
    left: 0px;
    top: 55%;
    right: 0px;
    bottom: auto;
    margin-top: 130px;
  }
  .client-column {
    height: 350px;
  }
  .client-column.mailfox {
    height: 350px;
  }
  .client-nam {
    margin-left: 0px;
  }
  .customer-description {
    margin-bottom: 3px;
    margin-left: 0px;
  }
  .customer-description.learn-more {
    padding-right: 10px;
    padding-left: 10px;
  }
  .customer-description.preco {
    bottom: 55px;
  }
  .contact-container {
    padding-left: 20px;
  }
  .social-footer {
    display: block;
    width: 75px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .menu-button {
    margin-right: 10px;
  }
  .menu-button.w--open {
    background-color: #1163ac;
  }
  .imagem-imovel {
    height: 220px;
    margin-bottom: -350px;
  }
  .logo-rodape {
    display: block;
    width: 213px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }
  .logo-rodape.w--current {
    display: block;
    width: 233px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }
  .div-block-2 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .div-block-3 {
    margin-top: 0px;
  }
  .slider {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
  }
  .slider-imoveis {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
  }
  .slide-imovel {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide-imovel.slider-bord {
    border-style: solid;
  }
  .left-arrow {
    margin-left: -100px;
  }
  .right-arrow {
    margin-right: -100px;
  }
  .div-block-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .section-descricao.edit-5 {
    background-size: auto, 450px;
  }
  .ltxt-10 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .slider-imovel {
    height: 230px;
    max-height: 230px;
    min-height: 230px;
  }
  .ltxt11 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .ltxt-12 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .ltxt-13 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .botao-localizacao {
    margin-left: 50px;
  }
  .div-block-8 {
    display: block;
    width: 470px;
    max-width: 470px;
    min-width: 470px;
    margin-right: auto;
    margin-left: auto;
  }
  .light-box-imovel-1 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .map1 {
    width: auto;
    margin-right: 50px;
    margin-left: 50px;
  }
  .container-video {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .main-section {
    padding-bottom: 40px;
  }
  .main-section.portfolio {
    margin-top: 10px;
    padding-top: 20px;
  }
  .main-section.footer {
    padding-left: 10px;
  }
  .team-image {
    margin-top: 20px;
  }
  .client-block.link {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: rgba(70, 77, 86, .5);
    opacity: 0.9;
  }
  .client-block.link:hover {
    background-color: rgba(70, 77, 86, .8);
    opacity: 0.8;
  }
  .client-block.link.edit-1.edit2 {
    margin-top: 130px;
  }
  .client-nam {
    margin-left: 20px;
  }
  .contact-container {
    padding-left: 0px;
  }
  .submit-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
  }
  .submit-form.edit-2.edit3 {
    width: 300px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .two-column-heading {
    text-align: center;
  }
  .social-footer {
    position: static;
    display: block;
    width: 75px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .ltxt-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .logo-rodape {
    display: block;
    width: 213px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }
  .logo-rodape.w--current {
    display: block;
    width: 213px;
    margin-right: auto;
    margin-left: auto;
  }
  .ltxt-3 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .div-block-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .slider {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
  }
  .slide-imovel.slider-bord {
    border-style: solid;
  }
  .left-arrow {
    margin-top: 170px;
    margin-left: 0px;
    color: #fff;
  }
  .right-arrow {
    margin-top: 170px;
    margin-right: 0px;
    color: #fff;
  }
  .section-descricao.edit-5 {
    background-size: auto, 350px;
  }
  .slider-imovel {
    margin-right: 10px;
    margin-left: 10px;
  }
  .ltxt-12 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .ltxt-13 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .botao-localizacao {
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-8 {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .light-box-imovel-1 {
    width: 140px;
    height: 100px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .imagem-imovel-1 {
    height: 100px;
  }
  .map1 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

