@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");
html,
body {
  margin: 0px !important;
  padding: 0px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

*:focus,
*:focus-visible,
*:focus:not(.focus-visible) {
  outline: none !important;
  box-shadow: none;
}

a {
  text-decoration: none !important;
  transition: all 0.5s ease;
}

p {
  font-size: 18px;
  color: #1d1d1b;
  line-height: 36px;
}

.owl-theme {
  position: relative;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: transparent !important;
  color: #fff !important;
  font-size: 45px !important;
  border: 1px solid #fff !important;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-theme .owl-nav .owl-next span,
.owl-theme .owl-nav .owl-prev span {
  font-size: 32px;
  height: 22px;
  display: flex;
  align-items: center;
  margin-top: -5px;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
  display: flex;
}
.owl-theme .owl-nav .owl-prev {
  right: 0;
  display: flex;
  margin-top: -35px;
}
.owl-theme .owl-dots {
  position: absolute;
  height: 100%;
  z-index: 2000;
  top: 0px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.owl-theme .owl-dots .owl-dot {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #fff;
  width: 7px;
  height: 20px;
  background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

.botaoWhatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2000;
}

form input[type=text],
form input[type=email],
form input[type=data],
form input[type=number],
form textarea,
form select {
  padding: 15px;
  font-size: 16px;
  border: 0px;
  width: 100%;
  border: 1px solid #113e6f;
  color: #fff;
  border-radius: 0px;
  background-color: transparent;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=data]::-moz-placeholder, form input[type=number]::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #113e6f;
  opacity: 1; /* Firefox */
}
form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=data]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #113e6f;
  opacity: 1; /* Firefox */
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=data]::placeholder,
form input[type=number]::placeholder,
form textarea::placeholder,
form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #113e6f;
  opacity: 1; /* Firefox */
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=data]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #113e6f;
}
form input[type=text]::-ms-input-placeholder,
form input[type=email]::-ms-input-placeholder,
form input[type=data]::-ms-input-placeholder,
form input[type=number]::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
form select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #113e6f;
}
form .boxCampo {
  margin-bottom: 30px;
}
form .button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
form .button button {
  transition: all 0.5s ease;
  background-color: transparent;
  border: 0px;
  padding: 15px 30px;
  font-size: 20px;
  color: #ffffff;
  background-color: #113e6f;
  border-radius: 0px;
}
form .button button:hover {
  background-color: #252735;
}
form .chk input {
  display: none;
}
form .chk span {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
}
form .chk input:checked + span {
  background-color: #c03;
}

header .logo {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 375px;
  z-index: 3000;
  padding: 75px;
}
header .logo img {
  width: 100%;
}
header .botao-menu-principal {
  position: fixed;
  top: 110px;
  left: 420px;
  width: 40px;
  height: 40px;
  z-index: 3000;
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .botao-menu-principal i {
  position: absolute;
  transition: all 0.5s ease;
}
header .botao-menu-principal i.icone-close {
  opacity: 0;
}
header .botao-menu-principal.open .icone-open {
  opacity: 0;
}
header .botao-menu-principal.open .icone-close {
  opacity: 1;
}
header.scroll {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5000;
  background-color: #0d3d71;
  height: 100px;
}
header.scroll .logo {
  padding-top: 12px;
  padding-bottom: 10px;
}
header.scroll .botao-menu-principal {
  top: 45px;
}

.menu-principal {
  transition: all 0.5s ease;
  z-index: 2000;
  height: 100vh;
  width: 400px;
  left: 0px;
  top: 0px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 75px;
  padding-top: 195px;
  margin-left: -500px;
}
.menu-principal nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-principal ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: 46px;
}
.menu-principal ul li a {
  color: #fff;
  font-size: 18px;
}
.menu-principal ul li.redes {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.menu-principal.open {
  margin-left: 0px;
}

.banners {
  position: relative;
  height: 100vh;
}
.banners .efeito-bottom-left {
  bottom: 0px;
  position: absolute;
  z-index: 1000;
}
.banners .efeito-bottom-right {
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1000;
  margin-bottom: -163px;
}
.banners .item {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.banners .item .info {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banners .item .info .obs {
  position: absolute;
  bottom: 30px;
  font-size: 11px;
  color: #fff;
  text-align: left;
}
.banners .item h1 {
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: -10px;
  text-transform: uppercase;
}
.banners .item h2 {
  position: relative;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  font-size: 96px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.banners .item h2 small {
  font-size: 70px;
  font-weight: 700 !important;
}
.banners .item h2 span {
  font-size: 36px;
  font-weight: 700 !important;
  margin-top: 10px;
  position: absolute;
}
.banners .item h3 {
  margin: 0px;
  padding: 0px;
  font-size: 42px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-top: -10px;
  text-transform: uppercase;
}
.banners .item h4 {
  font-size: 24px;
  color: #113d6f;
  display: block;
  padding: 7px;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}
.banners.lp {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.banners.lp .logo-topo {
  margin-top: 75px;
  margin-bottom: 50px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.banners.lp .efeito-bottom-right {
  margin-bottom: -100px;
}
.banners.lp .item {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 0px;
}
.banners.lp .item .info {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.banners.lp .item form {
  margin-top: 30px;
  padding-bottom: 50px;
}
.banners.lp .item form p {
  color: #fff;
}
.banners.lp .item form input[type=text],
.banners.lp .item form input[type=email],
.banners.lp .item form input[type=data],
.banners.lp .item form input[type=number],
.banners.lp .item form textarea,
.banners.lp .item form select {
  padding: 15px;
  font-size: 16px;
  border: 0px;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0px;
  background-color: transparent;
}
.banners.lp .item form input[type=text]::-moz-placeholder, .banners.lp .item form input[type=email]::-moz-placeholder, .banners.lp .item form input[type=data]::-moz-placeholder, .banners.lp .item form input[type=number]::-moz-placeholder, .banners.lp .item form textarea::-moz-placeholder, .banners.lp .item form select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.banners.lp .item form input[type=text]:-ms-input-placeholder, .banners.lp .item form input[type=email]:-ms-input-placeholder, .banners.lp .item form input[type=data]:-ms-input-placeholder, .banners.lp .item form input[type=number]:-ms-input-placeholder, .banners.lp .item form textarea:-ms-input-placeholder, .banners.lp .item form select:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.banners.lp .item form input[type=text]::placeholder,
.banners.lp .item form input[type=email]::placeholder,
.banners.lp .item form input[type=data]::placeholder,
.banners.lp .item form input[type=number]::placeholder,
.banners.lp .item form textarea::placeholder,
.banners.lp .item form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.banners.lp .item form input[type=text]:-ms-input-placeholder,
.banners.lp .item form input[type=email]:-ms-input-placeholder,
.banners.lp .item form input[type=data]:-ms-input-placeholder,
.banners.lp .item form input[type=number]:-ms-input-placeholder,
.banners.lp .item form textarea:-ms-input-placeholder,
.banners.lp .item form select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.banners.lp .item form input[type=text]::-ms-input-placeholder,
.banners.lp .item form input[type=email]::-ms-input-placeholder,
.banners.lp .item form input[type=data]::-ms-input-placeholder,
.banners.lp .item form input[type=number]::-ms-input-placeholder,
.banners.lp .item form textarea::-ms-input-placeholder,
.banners.lp .item form select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.banners.lp .item form button {
  width: 100%;
  background-color: #131f3a;
  height: 90px;
}
.banners.lp .item form #enviandoContato {
  height: 90px;
  color: #fff !important;
}
.banners.lp .efeito-bottom-right img {
  width: 347px !important;
}

#quem-somos {
  background-color: #252735;
  padding: 190px 0px 0px 0px;
}
#quem-somos .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 100px;
  height: 100%;
  justify-content: center;
}
#quem-somos .logos img {
  max-width: 100%;
}
#quem-somos p {
  color: #ffffff;
  font-size: 18px;
  line-height: 38px;
}
#quem-somos .barra {
  position: relative;
  z-index: 500;
  margin-top: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  -moz-column-gap: 50px;
       column-gap: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#quem-somos .barra li {
  background-color: #131f3a;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
  text-align: center;
  padding: 30px 0px;
  height: 100%;
}
#quem-somos .barra li img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
#quem-somos .barra li p {
  font-size: 20px;
  line-height: normal;
}
#quem-somos .imagem-estrutura {
  margin-top: -150px;
  width: 100%;
  height: 1050px;
  background-image: url(../img/img-estrutura.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 350px;
}
#quem-somos .imagem-estrutura h1 {
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  line-height: 55px;
}

#o-loteamento {
  padding: 140px 0px 110px 0px;
}
#o-loteamento h1 {
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  font-size: 34px;
  color: #000;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 30px;
}
#o-loteamento ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#o-loteamento ul li {
  display: grid;
  grid-template-columns: 25px 1fr;
  color: #000000;
  font-size: 16px;
}
#o-loteamento ul li i {
  font-size: 16px;
  width: 25px;
  height: 25px;
  display: flex;
  margin-top: 5px;
  color: #1074b1;
}
#o-loteamento .imagens {
  padding-top: 130px;
}
#o-loteamento .imagens img {
  width: 100%;
  margin-bottom: 30px;
}

#localizacao {
  padding: 140px 0px 110px 0px;
  background-image: url(../img/img-conheca.jpg);
  background-position: center center;
  background-size: cover;
}
#localizacao h1 {
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 30px;
}
#localizacao p {
  color: #fff;
}
#localizacao .locais h2 {
  color: #fff;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  margin-top: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
#localizacao .locais ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#localizacao .locais ul li {
  display: grid;
  grid-template-columns: 25px 1fr;
  color: #fff;
  font-size: 16px;
}
#localizacao .locais ul li i {
  font-size: 16px;
  width: 25px;
  height: 25px;
  display: flex;
  margin-top: 5px;
  color: #1074b1;
}

iframe {
  margin-bottom: -7px;
}

#plantao-de-vendas {
  background-color: #113e6f;
  padding: 100px 0px;
}
#plantao-de-vendas h1 {
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 30px;
}
#plantao-de-vendas p {
  color: #fff;
  font-size: 24px;
}
#plantao-de-vendas a {
  margin-top: 40px;
  font-size: 46px;
  color: #fff;
  font-weight: 600;
}
#plantao-de-vendas a small {
  font-size: 36px;
  font-weight: 600;
}

#contato {
  background-color: #131f3a;
  padding: 100px 0px;
}
#contato h1 {
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
#contato h2 {
  margin: 0px;
  padding: 0px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#contato p {
  color: #fff;
  font-size: 24px;
  margin: 0px;
}
#contato form {
  margin-top: 30px;
}
#contato form .opcoes {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  color: #fff;
  font-size: 18px;
  color: #ffffff;
}
#contato form #enviandoContato {
  color: #fff !important;
}

footer {
  padding: 60px 0px;
  background-color: #252735;
}
footer .logo {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
footer .logo img {
  max-width: 100%;
  margin-top: 5px;
}
footer .copy {
  font-size: 14px;
  color: #777777;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copy a {
  font-size: 14px;
  color: #777777;
  font-weight: bold;
}
footer .copy a:hover {
  color: #fff;
}

.rodape {
  height: 100px;
  background-color: #fff;
}
.rodape .logo {
  color: #143f74;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 10px;
}
.rodape .obs {
  font-size: 12px;
  color: #777777;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rodape .obs a {
  font-size: 14px;
  color: #777777;
}
.rodape .obs a:hover {
  color: #fff;
}

.avisoCookies {
  z-index: 10000;
  position: fixed;
  bottom: 15px;
  padding: 15px;
  width: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-left: -25%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  text-align: left;
}
.avisoCookies p {
  font-size: 16px;
  margin-right: 50px;
  margin: 0px;
  padding: 0px;
}
.avisoCookies a {
  font-size: 16px;
  color: #1d1d1b;
  line-height: 36px;
}

@media (max-width: 980px) {
  .avisoCookies {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    bottom: 0px;
  }
  h1 {
    font-size: 26px !important;
    line-height: 40px !important;
  }
  header {
    position: fixed !important;
    top: 0px !important;
    z-index: 33 !important;
    height: 70px !important;
  }
  header .logo {
    padding: 12px 15px;
    width: 160px;
  }
  header .botao-menu-principal {
    top: 20px !important;
    right: 15px;
    left: auto;
  }
  .banners .item h2 {
    font-size: 48px;
  }
  .banners .item h2 small {
    font-size: 28px;
  }
  .banners .item h3 {
    font-size: 30px;
  }
  .banners .item h4 {
    font-size: 14px;
  }
  .banners .item .info .obs {
    bottom: 0px;
    padding: 50px;
  }
  .menu-principal {
    width: 100vw;
    padding-top: 95px !important;
    z-index: 22 !important;
  }
  .efeito-bottom-left img {
    width: 70px;
  }
  .efeito-bottom-right {
    margin-bottom: -33px !important;
  }
  .efeito-bottom-right img {
    width: 115px;
  }
  #quem-somos {
    padding: 100px 0px 0px 0px;
  }
  #quem-somos .barra {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0px;
  }
  #quem-somos .barra li {
    row-gap: 10px;
  }
  #quem-somos .logos {
    margin-bottom: 50px;
    row-gap: 50px;
  }
  #quem-somos .imagem-estrutura {
    margin: 0px;
    padding: 70px 0px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    margin-top: 50px;
  }
  #quem-somos .imagem-estrutura h1 {
    margin-bottom: 50px;
  }
  #plantao-de-vendas {
    padding: 70px 0px 70px 0px;
  }
  #plantao-de-vendas a {
    font-size: 36px !important;
  }
  #plantao-de-vendas a small {
    font-size: 28px !important;
  }
  #o-loteamento {
    padding: 70px 0px 70px 0px;
  }
  #localizacao {
    padding: 70px 0px 70px 0px;
  }
  footer .logo {
    padding: 10px 30px;
  }
  footer .copy {
    margin-top: 50px;
  }
  .lp .efeito-bottom-right {
    display: none;
  }
  .lp .logo-topo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lp .item h1 {
    font-size: 18px !important;
  }
  .lp .item h2 {
    font-size: 56px;
  }
  .lp .item h2 small {
    font-size: 40px;
  }
  .lp .item h3 {
    font-size: 28px;
  }
  .lp .item h4 {
    font-size: 14px;
  }
  .lp form button {
    font-size: 16px;
  }
  .lp form p {
    line-height: 24px;
  }
  .lp .rodape .obs {
    padding-bottom: 50px;
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */