/* Config */
html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
  background: #fff;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

html {
  background: #fff;
}

*, *:focus, *:hover {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

button, a, input {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 4px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #231f20;
  border-radius: 125px;
}

/* /Config */
/* Fonts */
@font-face {
  font-family: "questa";
  src: url("../fonts/questa-grande.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-thin";
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "roboto-light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "roboto-black";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
/* /Fonts */
/* Variables */
/* /Variables */
/* Mixins */
/* /Mixins */
/* Style */
div.loader {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: #091b32;
  background: linear-gradient(25deg, #091b32 0%, #19304f 52%, #3d527a 100%);
}

header {
  background: #F2F2F2;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99;
  border-radius: 0 0 23px 23px;
}
header div.container {
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
header div.container div.logo a {
  display: block;
}
header div.container div.logo a svg {
  width: 130px;
}
header div.container div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header div.container div.content ul.secoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header div.container div.content ul.secoes li a {
  font-family: "roboto-medium";
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  display: block;
  color: #707070;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
header div.container div.content ul.secoes li a::after {
  content: "";
  width: calc(100% + 4px);
  bottom: -5px;
  left: -2px;
  height: 2px;
  background: #19304F;
  position: absolute;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}
header div.container div.content ul.secoes li a:hover {
  color: #19304F;
}
header div.container div.content ul.secoes li a:hover::after {
  opacity: 1;
}
header div.container div.content ul.secoes li + li {
  margin-left: 60px;
}
header div.container div.content a.whatsapp {
  background: #996a1e;
  background: linear-gradient(45deg, #996a1e 0%, #fae7a4 100%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 14px #D8B976;
          box-shadow: 0px 0px 14px #D8B976;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 60px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
header div.container div.content a.whatsapp svg {
  display: block;
  width: 40px;
  height: 40px;
}
header div.container div.content a.whatsapp:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 24px #D8B976;
          box-shadow: 0px 0px 24px #D8B976;
}

section.banner {
  height: 655px;
  background: #19304F;
  position: relative;
  border-radius: 0 0 30px 30px;
}
section.banner div.slide {
  display: block;
  position: relative;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  margin-top: 95px;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 27, 50, 0.76)), color-stop(52%, rgba(25, 48, 79, 0.76)), to(rgba(61, 82, 122, 0.76))), url("../img/banner.png");
  background: linear-gradient(0deg, rgba(9, 27, 50, 0.76) 0%, rgba(25, 48, 79, 0.76) 52%, rgba(61, 82, 122, 0.76) 100%), url("../img/banner.png");
  background-position: center;
  border-radius: 0 0 30px 30px;
}
section.banner div.slide::after {
  content: "";
  background: url(../img/linha-banner.svg);
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  background-position: center 90px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.banner div.slide div.caption {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 9;
}
section.banner div.slide div.caption h1 {
  font-family: "roboto-medium";
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 34px;
  text-align: center;
}
section.banner div.slide div.caption a {
  font-family: "roboto-medium";
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: normal;
  background: -webkit-gradient(linear, left top, left bottom, from(#996a1e), to(#fae7a4));
  background: linear-gradient(180deg, #996a1e 0%, #fae7a4 100%);
  margin: 0 auto;
  padding: 10px 25px;
  border-radius: 30px;
  display: block;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 9;
  margin-top: 55px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section.banner div.slide div.caption a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 14px #C9A860;
          box-shadow: 0px 0px 14px #C9A860;
}
section.banner ul.slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 50vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.banner ul.slick-dots li {
  margin: 0 5px;
}
section.banner ul.slick-dots li button {
  font-size: 0px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -webkit-transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -moz-transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  display: block;
}
section.banner ul.slick-dots li.slick-active button {
  background: #996a1e;
  background: linear-gradient(45deg, #996a1e 0%, #fae7a4 100%);
}

section.valores {
  background: #fff;
  display: block;
  position: relative;
}
section.valores ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 54px 0;
  position: relative;
  z-index: 1;
}
section.valores ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 85px 44px;
  grid-template-rows: 85px 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.valores ul li div.icone {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section.valores ul li div.icone img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.valores ul li div.icone:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}
section.valores ul li h3 {
  font-family: "roboto-regular";
  font-size: 17px;
  line-height: 20px;
  max-width: 160px;
  margin: 0 auto;
  font-weight: normal;
  text-align: center;
  color: #707070;
}
section.valores ul li + li {
  margin-left: 70px;
}
section.valores::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: url(../img/linha-itens.svg);
  background-position: center -3.3vw;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
}

section.sobre {
  background: #fff;
}
section.sobre div.container {
  max-width: 1500px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: 0 auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 26px;
}
section.sobre div.container div.simple {
  border-radius: 20px;
  z-index: 2;
  overflow: hidden;
  -webkit-box-shadow: 0 0 26px #D8B976;
          box-shadow: 0 0 26px #D8B976;
}
section.sobre div.container img.casa {
  width: calc(1460px / 2);
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  -o-object-position: center;
     object-position: center;
}
section.sobre div.container div.content h2 {
  font-family: "roboto-medium";
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: normal;
  color: #D8B976;
}
section.sobre div.container div.content p, section.sobre div.container div.content h4 {
  font-family: "roboto-regular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #707070;
  max-width: 380px;
  margin-top: 24px;
  font-weight: normal;
}
section.sobre div.container div.content div.missao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
section.sobre div.container div.content div.missao img {
  width: 124px;
}
section.sobre div.container div.content div.missao h4 {
  opacity: 0.84;
  max-width: 240px;
  margin-left: 24px;
}

section.empreendimentos {
  background: -webkit-gradient(linear, left top, left bottom, from(#3D527A), color-stop(52%, #19304F), to(#091B32));
  background: linear-gradient(180deg, #3D527A 0%, #19304F 52%, #091B32 100%);
  margin-top: -20px;
  border-radius: 0 0 25px 25px;
  position: relative;
}
section.empreendimentos::after {
  content: "";
  background: url(../img/linha-empreendimentos.svg);
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  background-position: center 180px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.empreendimentos div.container {
  max-width: 1513px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-top: 80px;
  z-index: 1;
}
section.empreendimentos div.container h2.title {
  font-family: "roboto-medium";
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 16px;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.slide div.empreendimento {
  max-width: none;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento {
  max-width: 366px;
  margin: 0 6.5px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #fff;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento img {
  max-width: 100%;
  border-top-left-radius: 25px;
  height: 230.47px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  -o-object-position: center;
     object-position: center;
  background: #fff;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content {
  background: #fff;
  padding: 18px 28px;
  border-bottom-right-radius: 25px;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content h2 {
  font-family: "roboto-bold";
  font-size: 16px;
  font-weight: normal;
  color: #707070;
  letter-spacing: 0.7px;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content h3 {
  font-family: "roboto-regular";
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  letter-spacing: 0.3px;
  margin-top: 5px;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content ul {
  display: block;
  margin-top: 15px;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content ul li h4 {
  font-family: "roboto-medium";
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  letter-spacing: 0.3px;
  margin-top: 5px;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content div.sobre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content div.sobre div.valor h6 {
  font-family: "roboto-regular";
  font-size: 11px;
  font-weight: normal;
  color: #707070;
  letter-spacing: 0.3px;
  margin-top: 5px;
  line-height: 4px;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content div.sobre div.valor h4 {
  font-family: "roboto-medium";
  font-size: 14px;
  font-weight: normal;
  color: #D8B976;
  letter-spacing: 0.3px;
  margin-top: 5px;
  font-family: "roboto-bold";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.7px;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content div.sobre button.ver-mais, section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content div.sobre a.interesse {
  font-family: "roboto-medium";
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: normal;
  background: -webkit-gradient(linear, left bottom, left top, from(#996a1e), to(#fae7a4));
  background: linear-gradient(0deg, #996a1e 0%, #fae7a4 100%);
  padding: 10px 25px;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content div.sobre button.ver-mais:hover, section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content div.sobre a.interesse:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.35);
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content div.sobre a.interesse {
  position: absolute;
  z-index: -5;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 10px 16px;
  font-size: 14px;
  letter-spacing: 1.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content div.sobre a.interesse svg {
  width: 18px;
  height: 18px;
  margin-left: 4px;
}
section.empreendimentos div.container div.slider-empreendimentos div.conteudo-grid {
  display: block;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.conteudo-grid {
  display: -ms-grid;
  display: grid;
  width: 900px;
  -ms-grid-columns: auto 360px;
  grid-template-columns: auto 360px;
  margin: 0 auto;
  opacity: 1;
  position: relative;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.conteudo-grid div.texto {
  position: relative;
  opacity: 1;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.mapa-empreendimento {
  width: 900px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  background: #ccc;
  height: 280px;
  margin-top: 20px;
  position: relative;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.mapa-empreendimento #gmnoprint, section.empreendimentos div.container div.slider-empreendimentos.active div.mapa-empreendimento .gmnoprint {
  display: none;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento {
  width: 1505px;
  z-index: 9;
  left: 0px;
  position: relative;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
  border-radius: 0 0 30px 30px;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.content {
  padding-left: 0;
  padding-right: 0;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.content div.sobre button.ver-mais {
  opacity: 0;
  z-index: -5;
  position: absolute;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.content div.sobre a.interesse {
  position: relative;
  z-index: 0;
  opacity: 1;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.content {
  padding-top: 0;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.caption-inicio {
  opacity: 1;
  position: relative;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.close {
  opacity: 0.8;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens {
  width: 900px;
  display: block;
  margin: 0 auto;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens div.slider-imagens {
  height: 340px;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens div.slider-imagens img {
  border-radius: 0px;
  min-width: 900px;
  height: 340px;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens .slider-imagens-nav {
  position: relative;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 30px;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens div.arrows-imagens {
  opacity: 1;
  position: absolute;
  width: 860px;
  left: 323px;
  top: 250px;
}
section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens div.arrows-imagens button {
  -webkit-appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}
section.empreendimentos div.container div.slider-empreendimentos ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0 55px 0;
}
section.empreendimentos div.container div.slider-empreendimentos ul.slick-dots li {
  margin: 0 5px;
}
section.empreendimentos div.container div.slider-empreendimentos ul.slick-dots li button {
  font-size: 0px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -webkit-transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -moz-transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  display: block;
}
section.empreendimentos div.container div.slider-empreendimentos ul.slick-dots li.slick-active button {
  background: #996a1e;
  background: linear-gradient(45deg, #996a1e 0%, #fae7a4 100%);
}
section.empreendimentos div.container div.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 1613px;
  left: calc(-50px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 310px;
}
section.empreendimentos div.container div.arrows button {
  -webkit-appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}
section.empreendimentos div.popup {
  position: absolute;
  top: 0;
  background: #fff;
  width: 1500px;
  left: calc((100vw - 1500px) / 2 - 2px);
  margin-top: 130px;
  border-radius: 0 0 30px 30px;
  z-index: 9;
  padding-bottom: 30px;
  transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -webkit-transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -moz-transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  opacity: 0;
  -webkit-transform: scale(0.5) translateY(-200px);
          transform: scale(0.5) translateY(-200px);
  pointer-events: none;
}
section.empreendimentos div.popup.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: all;
  opacity: 1;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
section.empreendimentos div.popup div.close {
  display: block;
  position: absolute;
  top: 20px;
  z-index: 2;
  right: 20px;
  cursor: pointer;
}
section.empreendimentos div.popup div.close button {
  font-family: "roboto-medium";
  font-size: 14px;
  font-weight: normal;
  border: 2px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #707070;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  letter-spacing: 0.3px;
}
section.empreendimentos div.popup div.content {
  background: #fff;
  padding: 18px 28px;
  min-width: 330px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom-right-radius: 25px;
}
section.empreendimentos div.popup div.content h2 {
  font-family: "roboto-bold";
  font-size: 16px;
  font-weight: normal;
  color: #707070;
  letter-spacing: 0.7px;
}
section.empreendimentos div.popup div.content h3 {
  font-family: "roboto-regular";
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  letter-spacing: 0.3px;
  margin-top: 5px;
}
section.empreendimentos div.popup div.content ul {
  display: block;
  margin-top: 15px;
}
section.empreendimentos div.popup div.content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.empreendimentos div.popup div.content ul li h4 {
  font-family: "roboto-medium";
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  letter-spacing: 0.3px;
  margin-top: 5px;
}
section.empreendimentos div.popup div.content div.sobre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
section.empreendimentos div.popup div.content div.sobre div.valor h6 {
  font-family: "roboto-regular";
  font-size: 11px;
  font-weight: normal;
  color: #707070;
  letter-spacing: 0.3px;
  margin-top: 5px;
  line-height: 4px;
}
section.empreendimentos div.popup div.content div.sobre div.valor h4 {
  font-family: "roboto-medium";
  font-size: 14px;
  font-weight: normal;
  color: #D8B976;
  letter-spacing: 0.3px;
  margin-top: 5px;
  font-family: "roboto-bold";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.7px;
}
section.empreendimentos div.popup div.content div.sobre button.ver-mais, section.empreendimentos div.popup div.content div.sobre a.interesse {
  font-family: "roboto-medium";
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: normal;
  background: -webkit-gradient(linear, left bottom, left top, from(#996a1e), to(#fae7a4));
  background: linear-gradient(0deg, #996a1e 0%, #fae7a4 100%);
  padding: 10px 25px;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section.empreendimentos div.popup div.content div.sobre button.ver-mais:hover, section.empreendimentos div.popup div.content div.sobre a.interesse:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.35);
}
section.empreendimentos div.popup div.content div.sobre a.interesse {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 10px 16px;
  font-size: 14px;
  letter-spacing: 1.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.empreendimentos div.popup div.content div.sobre a.interesse svg {
  width: 18px;
  height: 18px;
  margin-left: 4px;
}
section.empreendimentos div.popup div.texto p, section.empreendimentos div.popup div.texto h5 {
  font-family: "roboto-regular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #707070;
  max-width: 500px;
  margin-top: 3px;
  font-weight: normal;
}
section.empreendimentos div.popup div.texto p + h3 {
  font-family: "roboto-bold";
  font-size: 16px;
  font-weight: normal;
  color: #707070;
  letter-spacing: 0.7px;
  margin-top: 40px;
}
section.empreendimentos div.popup div.texto a.chegar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section.empreendimentos div.popup div.texto a.chegar:hover h4 {
  color: #BD8930;
}
section.empreendimentos div.popup div.texto a.chegar svg path {
  fill: #CAAA62;
}
section.empreendimentos div.popup div.texto a.chegar h4 {
  margin-left: 6px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-family: "roboto-medium";
  color: #707070;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-decoration: underline;
}
section.empreendimentos div.popup div.conteudo-grid {
  display: -ms-grid;
  display: grid;
  width: 900px;
  -ms-grid-columns: auto 360px;
  grid-template-columns: auto 360px;
  margin: 0 auto;
  opacity: 1;
  position: relative;
  display: none;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -webkit-transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -moz-transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
}
section.empreendimentos div.popup div.conteudo-grid.active {
  display: -ms-grid;
  display: grid;
  opacity: 1;
}
section.empreendimentos div.popup div.conteudo-grid div.texto {
  position: relative;
  opacity: 1;
}
section.empreendimentos div.popup div.mapa-empreendimento {
  width: 900px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  background: #ccc;
  height: 280px;
  margin-top: 20px;
  position: relative;
}
section.empreendimentos div.popup div.mapa-empreendimento #gmnoprint, section.empreendimentos div.popup div.mapa-empreendimento .gmnoprint {
  display: none;
}
section.empreendimentos div.popup div.arrows-imagens {
  opacity: 1;
  width: 860px;
  margin-left: 20px;
  position: absolute;
  top: 154px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.empreendimentos div.popup div.arrows-imagens button {
  -webkit-appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}
section.empreendimentos div.popup div.imagens {
  width: 900px;
  display: block;
  margin: 0 auto;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -webkit-transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -moz-transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
}
section.empreendimentos div.popup div.imagens.active {
  display: block;
  position: relative;
  pointer-events: all;
  opacity: 1;
}
section.empreendimentos div.popup div.imagens div.slider-imagens {
  width: 900px;
  height: 340px;
}
section.empreendimentos div.popup div.imagens div.slider-imagens img {
  border-radius: 0px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 340px;
  margin: 0 5px;
}
section.empreendimentos div.popup div.imagens .slider-imagens-nav {
  position: relative;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}
section.empreendimentos div.popup div.imagens .slider-imagens-nav img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 140px;
  margin: 0 5px;
}
section.empreendimentos div.popup div.caption-inicio {
  margin-left: 302.5px;
  padding-top: 40px;
  padding-bottom: 10px;
  display: none;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -webkit-transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -moz-transition: all 0.5s cubic-bezier(0.61, 0.6, 0.78, 0.68);
}
section.empreendimentos div.popup div.caption-inicio.active {
  display: block;
  opacity: 1;
}
section.empreendimentos div.popup div.caption-inicio h2 {
  font-family: "roboto-bold";
  font-size: 16px;
  font-weight: normal;
  color: #707070;
  letter-spacing: 0.7px;
}
section.empreendimentos div.popup div.caption-inicio h3 {
  font-family: "roboto-regular";
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  letter-spacing: 0.3px;
  margin-top: 2px;
}

section.contato {
  background: #fff;
}
section.contato div.container {
  max-width: 620px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 70px;
}
section.contato div.container h2 {
  font-family: "roboto-medium";
  color: #D8B976;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: normal;
  max-width: 260px;
}
section.contato div.container div.form {
  max-width: 300px;
}
section.contato div.container div.form h3 {
  font-family: "roboto-regular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #707070;
  max-width: 380px;
  font-weight: normal;
}
section.contato div.container div.form form {
  width: 300px;
  margin-top: 12px;
}
section.contato div.container div.form form input[type=text] {
  border: none;
  background: none;
  border: 1.5px solid #656565;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 25px;
  padding: 10px 20px;
  width: 300px;
  transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -webkit-transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -moz-transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  font-family: "roboto-regular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #707070;
  max-width: 380px;
  font-weight: normal;
}
section.contato div.container div.form form input[type=text]:focus {
  border: 1.5px solid #D8B976;
  color: #D8B976;
}
section.contato div.container div.form form input[type=text]:focus ::-webkit-input-placeholder {
  color: #D8B976;
}
section.contato div.container div.form form input[type=text]:focus ::-moz-placeholder {
  color: #D8B976;
}
section.contato div.container div.form form input[type=text]:focus :-ms-input-placeholder {
  color: #D8B976;
}
section.contato div.container div.form form input[type=text]:focus ::-ms-input-placeholder {
  color: #D8B976;
}
section.contato div.container div.form form input[type=text]:focus ::placeholder {
  color: #D8B976;
}
section.contato div.container div.form form input[type=text] + input[type=text] {
  margin-top: 7px;
}
section.contato div.container div.form form ::-webkit-input-placeholder {
  font-family: "roboto-regular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #707070;
  max-width: 380px;
  font-weight: normal;
}
section.contato div.container div.form form ::-moz-placeholder {
  font-family: "roboto-regular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #707070;
  max-width: 380px;
  font-weight: normal;
}
section.contato div.container div.form form :-ms-input-placeholder {
  font-family: "roboto-regular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #707070;
  max-width: 380px;
  font-weight: normal;
}
section.contato div.container div.form form ::-ms-input-placeholder {
  font-family: "roboto-regular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #707070;
  max-width: 380px;
  font-weight: normal;
}
section.contato div.container div.form form ::placeholder {
  font-family: "roboto-regular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #707070;
  max-width: 380px;
  font-weight: normal;
}
section.contato div.container div.form form div.box-radio {
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  margin-top: 8px;
}
section.contato div.container div.form form div.box-radio p {
  font-family: "roboto-regular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #707070;
  max-width: 380px;
  font-weight: normal;
}
section.contato div.container div.form form div.box-radio div.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}
section.contato div.container div.form form div.box-radio div.radio label {
  font-family: "roboto-regular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #707070;
  max-width: 380px;
  font-weight: normal;
  margin-left: 6px;
}
section.contato div.container div.form form div.box-radio div.radio input {
  border: 1px solid #656565;
  display: block;
  width: 13px;
  height: 13px;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -webkit-transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
  -moz-transition: all 0.3s cubic-bezier(0.61, 0.6, 0.78, 0.68);
}
section.contato div.container div.form form div.box-radio div.radio input:checked {
  background: #996a1e;
  background: linear-gradient(45deg, #996a1e 0%, #fae7a4 100%);
  border: 1px solid #D8B976;
}
section.contato div.container div.form form div.box-radio div.radio label + input {
  margin-left: 35px;
}
section.contato div.container div.form form button[type=submit] {
  font-family: "roboto-medium";
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: normal;
  background: -webkit-gradient(linear, left bottom, left top, from(#996a1e), to(#fae7a4));
  background: linear-gradient(0deg, #996a1e 0%, #fae7a4 100%);
  padding: 10px 25px;
  border-radius: 30px;
  display: block;
  position: relative;
  margin-top: 18px;
  cursor: pointer;
  width: 300px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section.contato div.container div.form form button[type=submit]:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.35);
}

section.instagram {
  background: #D8B976;
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: 0 0 26px #D8B976;
          box-shadow: 0 0 26px #D8B976;
  padding: 30px 0 60px 0;
  position: relative;
  z-index: 1;
}
section.instagram h2 {
  font-family: "roboto-medium";
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
}
section.instagram p {
  font-family: "roboto-regular";
  font-size: 17px;
  letter-spacing: 1.6px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-weight: normal;
}
section.instagram div.insta {
  max-width: 1500px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: 0 auto;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  margin-top: 40px;
  position: relative;
}
section.instagram div.insta a.img {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section.instagram div.insta a.img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section.instagram div.insta a.img::after {
  content: "";
  background: url(../img/insta.svg);
  display: block;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  z-index: 5;
  width: 120px;
  height: 120px;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section.instagram div.insta a.img img {
  width: calc((1500px - 40px) / 5);
  height: calc((1500px - 40px) / 5);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: block;
}
section.instagram div.insta a.img:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}
section.instagram div.insta a.img:hover::before {
  opacity: 0.4;
}
section.instagram div.insta a.img:hover::after {
  opacity: 1;
}
section.instagram div.insta a.img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

footer {
  background: -webkit-gradient(linear, left bottom, left top, from(#091b32), color-stop(52%, #19304f), to(#3d527a));
  background: linear-gradient(0deg, #091b32 0%, #19304f 52%, #3d527a 100%);
  position: relative;
  display: block;
}
footer::after {
  content: "";
  width: 100vw;
  height: 25px;
  position: absolute;
  display: block;
  z-index: 0;
  background: #3d527a;
  top: -25px;
}
footer ul.redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 70px;
}
footer ul.redes li a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 45px auto;
  grid-template-rows: 45px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
footer ul.redes li a:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer ul.redes li a:hover h4 {
  color: #D8B976;
}
footer ul.redes li a svg {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
footer ul.redes li a h4 {
  font-family: "roboto-regular";
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
  margin-top: 13px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
footer ul.redes li + li {
  margin-left: 50px;
}
footer ul.contatos {
  display: -ms-grid;
  display: grid;
  max-width: 600px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 100px;
}
footer ul.contatos li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 30px auto;
  grid-template-rows: 30px auto;
}
footer ul.contatos li h4 {
  font-family: "roboto-bold";
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
}
footer ul.contatos li div.lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
footer ul.contatos li div.lista a, footer ul.contatos li div.lista span {
  font-family: "roboto-regular";
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
  max-height: 16px;
  height: 16px;
  display: block;
  line-height: 16px;
}
footer ul.contatos li div.lista a {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-bottom: 1px solid transparent;
}
footer ul.contatos li div.lista a:hover {
  color: #D8B976;
  border-color: #D8B976;
}
footer ul.contatos li div.lista span {
  margin: 0 6px;
}
footer ul.contatos li div.lista a + a {
  margin-top: 10px;
}
footer ul.contatos li p {
  font-family: "roboto-regular";
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
  display: block;
  margin-top: -3px;
}
footer ul.contatos li a.chegar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
footer ul.contatos li a.chegar:hover h4 {
  color: #D8B976;
}
footer ul.contatos li a.chegar h4 {
  margin-left: 6px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "roboto-medium";
  letter-spacing: 1.4px;
  text-decoration: underline;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
footer ul.contatos li:last-child {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  padding-top: 40px;
}
footer ul.contatos li:last-child a.email {
  font-family: "roboto-regular";
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: -3px auto 0 auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-bottom: 1px solid transparent;
}
footer ul.contatos li:last-child a.email:hover {
  color: #D8B976;
  border-color: #D8B976;
}
footer a.bcb {
  padding: 60px 0;
  display: block;
}
footer a.bcb svg {
  margin: 0 auto;
  display: block;
}

div.copyrights {
  background: #34373A;
  padding: 13px 0 12px 0;
}
div.copyrights svg {
  display: block;
  margin: 0 auto;
  display: block;
}

/* Style */
/* Responsive Style */
@media screen and (max-width: 699px) {
  header div.container {
    margin: 0 30px;
    padding: 8px 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 939px) {
  header div.container {
    margin: 0 40px;
    padding: 8px 0;
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  header div.container {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1479px) {
  header div.container {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1480px) and (max-width: 1579px) {
  header div.container {
    margin: 0 40px;
  }
}
@media screen and (max-width: 699px) {
  header div.container div.logo a svg {
    width: 100px;
  }
}
@media screen and (max-width: 699px) {
  header div.container div.content ul.secoes {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  header div.container div.content a.whatsapp {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 699px) {
  header div.container div.content a.whatsapp svg {
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 699px) {
  section.banner {
    height: 555px;
  }
}
@media screen and (max-width: 699px) {
  section.banner div.slide {
    height: 460px;
    padding-top: 0;
  }
}
@media screen and (max-width: 699px) {
  section.banner div.slide div.caption h1 {
    max-width: 300px;
  }
}
@media screen and (max-width: 699px) {
  section.banner div.slide div.caption a {
    border: 2px solid #D8B976;
    color: #D8B976;
    background: none;
    margin-top: 30px;
  }
}
@media screen and (max-width: 699px) {
  section.banner div.slide::after {
    background: url("../img/linha-banner-mb.svg");
    background-position: center 35px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 699px) {
  section.banner ul.slick-dots {
    bottom: 50px;
  }
}

@media screen and (max-width: 699px) {
  section.valores::after {
    background-position: center 40px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200vw;
    height: 100%;
  }
}
@media screen and (max-width: 699px) {
  section.valores ul {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 699px) {
  section.valores ul li + li {
    margin: 0;
  }
}

@media screen and (max-width: 699px) {
  section.sobre div.container {
    display: block;
    padding: 0 30px;
    padding-bottom: 40px;
    padding-top: 54px;
  }
}
@media screen and (max-width: 699px) {
  section.sobre div.container div.simple {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 699px) {
  section.sobre div.container img.casa {
    max-width: calc(100vw - 60px);
    height: calc(100vw - 130px);
  }
}

section.empreendimentos::after {
  width: 300vw;
  background-position: -100px 180px;
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container h2 {
    line-height: 29px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos div.empreendimento {
    margin: 0 45px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos div.empreendimento img {
    height: 180px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content {
    padding: 17px 25px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content ul {
    margin-top: 8px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content div.sobre {
    margin-top: 18px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos div.empreendimento div.content div.sobre button.ver-mais {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.mapa-empreendimento {
    border-radius: 0 0 30px 30px;
    width: 100vw;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.conteudo-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "a1" "a2";
    width: 100vw;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.conteudo-grid div.texto {
    width: 100vw;
    grid-area: a2;
    padding: 14px 25px 0 25px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.conteudo-grid div.content {
    grid-area: a1;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.conteudo-grid div.texto {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  section.empreendimentos div.container div.slider-empreendimentos.active div.conteudo-grid div.content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento {
    margin: 0;
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1479px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento {
    width: 100vw;
    margin: 0;
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento {
    width: 100vw;
    margin: 0;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.caption-inicio {
    display: none;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1479px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.caption-inicio {
    margin-left: calc((100vw - 900px) / 2);
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.caption-inicio {
    margin-left: calc((100vw - 900px) / 2);
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.close {
    z-index: 2;
    background: none;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.close button {
    border-color: #fff;
    background: none;
    color: #fff;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens {
    width: 100vw;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1479px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens {
    margin-left: calc((100vw - 900px) / 2);
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens {
    margin-left: calc((100vw - 900px) / 2);
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens div.slider-imagens {
    height: 250px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens div.slider-imagens img {
    width: 100vw !important;
    min-width: 100vw !important;
    height: 250px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens div.slider-imagens-nav {
    width: 100vw;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens div.slider-imagens-nav div.img {
    max-width: 33.33vw;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.slider-empreendimentos.active div.empreendimento div.imagens div.arrows-imagens {
    left: 0;
    margin: 0 20px;
    width: calc(100vw - 40px);
    top: 110px;
  }
}
section.empreendimentos div.container div.slider-empreendimentos.active + div.arrows {
  opacity: 0;
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.arrows {
    width: calc(100vw - 17px);
    left: 8.5px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.container div.arrows button svg {
    width: 28px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup {
    width: calc(100vw - 50px);
    left: 25px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 700px) and (max-width: 939px) {
  section.empreendimentos div.popup {
    width: calc(100vw - 80px);
    left: 40px;
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.popup {
    width: calc(100vw - 80px);
    left: 40px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1479px) {
  section.empreendimentos div.popup {
    width: calc(100vw - 80px);
    left: 40px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup div.content {
    padding: 0;
    min-width: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup div.conteudo-grid {
    width: calc(100vw - 90px);
  }
}
@media screen and (min-width: 700px) and (max-width: 939px) {
  section.empreendimentos div.popup div.conteudo-grid {
    width: calc(100vw - 160px);
    margin-top: 20px;
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.popup div.conteudo-grid {
    width: calc(100vw - 160px);
    -ms-grid-columns: auto 360px;
    grid-template-columns: auto 360px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup div.conteudo-grid.active {
    display: block;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup div.mapa-empreendimento {
    width: calc(100vw - 90px);
    margin-top: 30px;
  }
}
@media screen and (min-width: 700px) and (max-width: 939px) {
  section.empreendimentos div.popup div.mapa-empreendimento {
    width: calc(100vw - 160px);
    margin-top: 30px;
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.popup div.mapa-empreendimento {
    width: calc(100vw - 160px);
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup div.imagens {
    width: calc(100vw - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 700px) and (max-width: 939px) {
  section.empreendimentos div.popup div.imagens {
    width: calc(100vw - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup div.imagens div.slider-imagens {
    width: calc(100vw - 80px);
    height: calc(100vw - 180px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 700px) and (max-width: 939px) {
  section.empreendimentos div.popup div.imagens div.slider-imagens {
    width: calc(100vw - 160px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.popup div.imagens div.slider-imagens {
    width: calc(100vw - 160px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup div.imagens div.slider-imagens img {
    width: calc(100vw - 80px);
    height: calc(100vw - 180px);
  }
}
@media screen and (min-width: 700px) and (max-width: 939px) {
  section.empreendimentos div.popup div.imagens div.slider-imagens img {
    width: calc(100vw - 160px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.popup div.imagens div.slider-imagens img {
    width: calc(100vw - 160px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup div.imagens .slider-imagens-nav {
    margin-top: 10px;
  }
}
@media screen and (min-width: 700px) and (max-width: 939px) {
  section.empreendimentos div.popup div.imagens .slider-imagens-nav {
    width: calc(100vw - 150px);
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.popup div.imagens .slider-imagens-nav {
    width: calc(100vw - 150px);
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup div.imagens .slider-imagens-nav img {
    width: calc((100vw - 80px) / 3);
    height: calc(((100vw - 80px) / 3) - 30px);
  }
}
@media screen and (min-width: 700px) and (max-width: 939px) {
  section.empreendimentos div.popup div.imagens .slider-imagens-nav img {
    width: calc((100vw - 160px) / 5);
    height: calc(((100vw - 160px) / 5) - 30px);
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.popup div.imagens .slider-imagens-nav img {
    width: calc((100vw - 150px) / 3);
    height: calc(((100vw - 210px) / 5) - 30px);
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup div.imagens div.arrows-imagens {
    left: 20px;
    top: calc(((100vw - 180px) / 2) - 10px);
    margin: 0;
    width: calc(100vw - 120px);
  }
}
@media screen and (min-width: 700px) and (max-width: 939px) {
  section.empreendimentos div.popup div.imagens div.arrows-imagens {
    left: 60px;
    margin: 0;
    width: calc(100vw - 200px);
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.popup div.imagens div.arrows-imagens {
    left: 60px;
    margin: 0;
    width: calc(100vw - 210px);
  }
}
@media screen and (max-width: 699px) {
  section.empreendimentos div.popup div.caption-inicio {
    margin-left: 20px;
  }
}
@media screen and (min-width: 700px) and (max-width: 939px) {
  section.empreendimentos div.popup div.caption-inicio {
    margin-left: 40px;
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.empreendimentos div.popup div.caption-inicio {
    margin-left: 40px;
  }
}
@media screen and (max-width: 699px) {
  section.sobre div.container div.content div.missao img {
    width: 90px;
  }
}
@media screen and (max-width: 699px) {
  section.sobre div.container div.content div.missao h4 {
    margin-top: 0;
  }
}

@media screen and (max-width: 699px) {
  section.contato div.container {
    display: block;
  }
}
@media screen and (max-width: 699px) {
  section.contato div.container h2 {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 699px) {
  section.contato div.container div.form {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    margin: 0 auto;
    margin-top: 8px;
  }
}
@media screen and (max-width: 699px) {
  section.contato div.container div.form p {
    text-align: center;
  }
}

@media screen and (max-width: 699px) {
  section.instagram div.insta {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0 30px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 699px) {
  section.instagram div.insta a.img::after {
    top: calc(50% - 10vw);
    left: calc(50% - 10vw);
    z-index: 5;
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 699px) {
  section.instagram div.insta a.img img {
    width: calc((100vw - 70px) / 2);
    height: calc((100vw - 70px) / 2);
  }
}
@media screen and (min-width: 940px) and (max-width: 1079px) {
  section.instagram div.insta a.img img {
    width: calc((100vw - 120px) / 5);
    height: calc((100vw - 120px) / 5);
  }
}
@media screen and (min-width: 1080px) and (max-width: 1479px) {
  section.instagram div.insta a.img img {
    width: calc((100vw - 120px) / 5);
    height: calc((100vw - 120px) / 5);
  }
}
@media screen and (min-width: 1480px) and (max-width: 1579px) {
  section.instagram div.insta a.img img {
    width: calc((100vw - 120px) / 5);
    height: calc((100vw - 120px) / 5);
  }
}

@media screen and (max-width: 699px) {
  section.contato div.container div.form h3 {
    text-align: center;
  }
}
@media screen and (max-width: 699px) {
  section.contato div.container div.form form input[type=text] {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
  }
}
@media screen and (max-width: 699px) {
  section.contato div.container div.form form div.box-radio {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
  }
}
@media screen and (max-width: 699px) {
  section.contato div.container div.form form div.box-radio div.radio {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  section.contato div.container div.form form div.box-radio div.radio input {
    width: 17px;
    height: 17px;
    display: block;
  }
}
@media screen and (max-width: 699px) {
  section.contato div.container div.form form div.box-radio div.radio label + input {
    margin-left: 20vw;
  }
}
@media screen and (max-width: 360px) {
  section.contato div.container div.form form div.box-radio div.radio label + input {
    margin-left: 22px;
  }
}
@media screen and (max-width: 699px) {
  section.contato div.container div.form form button[type=submit] {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
  }
}

@media screen and (max-width: 699px) {
  div.footer {
    background: #34373A;
  }
}

@media screen and (max-width: 699px) {
  footer {
    border-radius: 0px 0px 30px 30px;
    position: relative;
  }
}
@media screen and (max-width: 699px) {
  footer ul.redes li + li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 699px) {
  footer ul.contatos {
    display: block;
    padding: 0 30px;
  }
}
@media screen and (max-width: 699px) {
  footer ul.contatos li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 699px) {
  footer ul.contatos li:last-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 699px) {
  div.copyrights {
    position: relative;
    display: block;
    padding: 10px 0 9px 0;
  }
}
@media screen and (max-width: 699px) {
  div.copyrights a svg {
    width: 120px;
  }
}

/* /Responsive Style */