* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

body header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

body header .container {
  display: flex;
  position: relative;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

body header .container .logo {
  order: 2;
  z-index: 1;
  aspect-ratio: 5/4;
  background: #fff;
  display: flex;
  align-items: center;
  width: 260px;
  justify-content: center;
  padding: 20px;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
}

body header .container .logo a {
  float: left;
  width: 100%;
}

body header .container .logo a img {
  float: left;
  width: 100%;
}

body header .container nav {
  z-index: 1;
}

body header .container nav ul {
  display: flex;
  gap: 40px;
}

body header .container nav ul li a {
  font-size: 20px;
  letter-spacing: 2px;
  color: #011070;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}

body header .container .navEsq {
  order: 1;
}

body header .container .navDir {
  order: 3;
}

body header .container .social {
  position: absolute;
  right: 50px;
  z-index: 1;
  display: flex;
  gap: 26px;
}

body header .container .bg-header {
  position: absolute;
  width: 100%;
  height: 100px;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

body .wppFlutuante {
  position: fixed;
  width: 70px;
  height: 70px;
  left: 50px;
  z-index: 5;
  bottom: 50px;
}

body .wppFlutuante a {
  float: left;
  width: 100%;
}

body .wppFlutuante a svg {
  width: 100%;
  height: auto;
}

body .formFlutuante {
  position: fixed;
  right: -210px;
  top: 0;
  z-index: 10;
  width: 210px;
  background: #FF0080;
  padding: 20px;
  border-radius: 20px 0 0 20px;
  transition: cubic-bezier(.17, .84, .44, 1) all 0.7s;
  height: 300px;
  bottom: 0;
  margin: auto;
}

body .formFlutuante.mostra {
  right: 0;
}

body .formFlutuante.off {
  right: -210px !important;
}

body .formFlutuante .txt {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

body .formFlutuante .txt h3 {
  font-size: 11px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

body .formFlutuante form {
  float: left;
  width: 100%;
}

body .formFlutuante form input {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  padding: 0 10px;
}

body .formFlutuante form button {
  float: left;
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #1AC5A6;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  float: left;
}

body .formFlutuante .botaoShow {
  padding: 0;
  border: none;
  background: none;
  height: auto;
  position: absolute;
  top: -14px;
  left: 164px;
  transition: cubic-bezier(.17, .84, .44, 1) all 0.7s;
}

body .formFlutuante .botaoShow.troca {
  left: -46px;
  right: auto;
}

body .formFlutuante .botaoShow .abrir {
  display: none
}

body .formFlutuante .botaoShow.troca .abrir {
  display: block
}

body .formFlutuante .botaoShow.troca .fechar {
  display: none
}

.banner {
  float: left;
  width: 100%;
}

.banner img {
  width: 100%;
  float: left;
}

.banner .carousel-indicators {
  z-index: 1;
}

.banner .carousel-indicators li {
  border: 1px solid #FF0080;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background: #fff;
}

.banner .carousel-indicators li.active {
  background: #FF0080;
}

body main {
  float: left;
  width: 100%;
}

body main .formulario {
  float: left;
  width: 100%;
  padding: 115px 0 50px;
  position: relative;
}

body main .formulario .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

body main .formulario .container .patternTop {
  background: url("../images/pattern.svg") repeat-x bottom;
  height: 65px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body main .formulario .container .form {
  width: 90%;
  background: #FF0080;
  border-radius: 10px;
  display: inline-block;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}

body main .formulario .container .form .txt {
  left: 0;
  width: 50%;
  position: absolute;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
}

body main .formulario .container .form .txt h2 {
  font-size: 30px;
  font-weight: 900;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  float: left;
  margin: 0 0 20px;
  width: 100%;
}

body main .formulario .container .form .txt p {
  font-size: 16px;
  text-align: right;
  color: #fff;
  float: left;
  margin: 0;
  width: 100%;
  line-height: 30px;
}

body main .formulario .container .form form {
  float: right;
  width: 50%;
}

body main .formulario .container .form form input {
  float: left;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  padding: 7px;
}

body main .formulario .container .form form button {
  float: left;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 0;
  background: #1AC5A6;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  float: left;
}

body main .residencial {
  float: left;
  width: 100%;
  position: relative;
}

body main .residencial .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}

body main .residencial .container .img {
  width: 60%;
}

body main .residencial .container .img img {
  float: left;
  width: 100%;
}

body main .residencial .container .txt {
  position: absolute;
  right: 0;
  width: 60%;
  background:
    #F7F3D5;
  padding:
    40px;
}

body main .residencial .container .txt h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 15px;
  color: #FF0080;
}

body main .residencial .container .txt p {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 15px;
}

body main .residencial .container .txt a {
  float: left;
  width: 100%;
  height: 50px;
  background: #1AC5A6;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
}

body main .estrutura {
  float: left;
  position: relative;
  width: 100%;
  margin: 50px 0;
}

body main .estrutura .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
  padding-bottom: 50px;
}


body main .estrutura .container .title {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 50px 0;
  color: #FF0080;
}

body main .estrutura .container .links {
  float: left;
  width: 100%;
}

body main .estrutura .container .links a {
  padding: 10px;
}

body main .estrutura .container .links a img {
  float: left;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

body main .estrutura .container .links a h2 {
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0;
  font-size: 20px;
  color: #FF0080;
}

body main .estrutura .container .links .slider .slick-prev {
  width: 27px;
  height: 32px;
  left: -77px;
}

body main .estrutura .container .links .slider .slick-prev::before {
  background: url("../images/seta-esq.svg");
  float: left;
  width: 100%;
  height: 100%;
  content: "";
}

body main .estrutura .container .links .slider .slick-next::before {
  background: url("../images/seta-dir.svg");
  float: left;
  width: 100%;
  height: 100%;
  content: "";
}

body main .estrutura .container .links .slider .slick-next {
  width: 27px;
  height: 32px;
  right: -77px;
}

body main .estrutura .container .links .slider .slick-dots li button {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #FF0080;
  border-radius: 4px;
}

body main .estrutura .container .links .slider .slick-dots li.slick-active button {
  background: #FF0080
}

body main .estrutura .container .links .slider .slick-dots li button:before {
  display: none;
}

body main .estrutura .detail {
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
  background: #FAF8E7;
  top: 0;
  border-radius: 0 300px 300px 0;
}

body main .plantas {
  float: left;
  width: 100%;
}

body main .plantas .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

body main .plantas .container .title {
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 50px 0;
  color: #FF0080;
  text-align: center;
  float: left;
  width: 100%;
}

body main .plantas .container .title b {
  font-weight: 900;
}

body main .plantas .container .links {
  float: left;
  width: 100%;
}

body main .plantas .container .links a {
  padding: 10px;
}

body main .plantas .container .links a img {
  float: left;
  width: 100%;
}

body main .plantas .container .links a h2 {
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  font-size: 20px;
  color: #FF0080;
}

body main .plantas .container .links .slider .slick-prev {
  width: 27px;
  height: 32px;
  left: -77px;
}

body main .plantas .container .links .slider .slick-prev::before {
  background: url("../images/seta-esq.svg");
  float: left;
  width: 100%;
  height: 100%;
  content: "";
}

body main .plantas .container .links .slider .slick-next::before {
  background: url("../images/seta-dir.svg");
  float: left;
  width: 100%;
  height: 100%;
  content: "";
}

body main .plantas .container .links .slider .slick-next {
  width: 27px;
  height: 32px;
  right: -77px;
}

body main .plantas .container .links .slider .slick-dots li button {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #FF0080;
  border-radius: 4px;
}

body main .plantas .container .links .slider .slick-dots li.slick-active button {
  background: #FF0080
}

body main .plantas .container .links .slider .slick-dots li button:before {
  display: none;
}

body main .lazer {
  float: left;
  width: 100%;
  position: relative;
  background: url("../images/banner-lazer.jpg") no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  padding: 100px 0 50px;
  background-size: cover;
}

body main .lazer .mask {
  position: absolute;
  background: url("../images/mask.png");
  height: 132px;
  top: 0;
  left: 0;
  width: 100%;
}

body main .lazer .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

body main .lazer .container .title {
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 50px 0;
  color: #FF0080;
  text-align: center;
  float: left;
  width: 100%;
}

body main .lazer .container .title b {
  font-weight: 900;
}

body main .lazer .container .boxesIcons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px;
  grid-gap: 50px;
}

body main .lazer .container .boxesIcons .icon {
  display: flex;
  align-items: center;
}

body main .lazer .container .boxesIcons .icon .titleIcon {
  height: 53px;
  display: flex;
  align-items: center;
  width: 230px;
  padding: 0 20px;
  text-align: left;
  background: #fff;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .4);
}

body main .lazer .container .boxesIcons .icon .titleIcon h2 {
  font-size: 18px;
  font-weight: normal;
}

body main .mapa {
  float: left;
  width: 100%;
  position: relative;
}

body main .mapa .map {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
}

body main .mapa .map iframe {
  width: 100%;
  height: 100%;
}

body main .mapa .txt {
  float: right;
  width: 50%;
  padding: 40px;
  background: #FF0080;
}

body main .mapa .txt h2 {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 2px;
  margin: 0 0 20px;
}

body main .mapa .txt h2 b {
  font-weight: 900;
}

body main .mapa .txt ul {
  float: left;
  width: 100%;
  padding-left: 20px;
}

body main .mapa .txt ul li {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  letter-spacing: 2px;
  list-style: disc;
}

body main .formulario.bottom {
  padding: 115px 0;
}

body main .formulario .container .patternBottom {
  background: url("../images/pattern.svg") repeat-x top;
  height: 65px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

body main .formulario .container .contato {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 0;
  gap: 40px;
}

body main .formulario .container .contato h2 {
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  color: #FF0080;
  text-align: center;
  float: left;
  width: 100%;
}

body main .formulario .container .contato h2 b {
  font-weight: 900;
}

body main .formulario .container .contato .wpp {
  background: #00BAA6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 30px;
  border-bottom: 40px;
  height: 80px;
  border-radius: 40px;
}

body main .formulario .container .contato .wpp p {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}

body main .construcao {
  float: left;
  width: 100%;
  text-align: center;
  padding:
    50px 0;
  background:
    #FAF8E7;
}

body main .construcao .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

body main .construcao .container h2 {
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 40px;
  color: #FF0080;
  text-align: center;
  width: 100%;
}

body main .construcao .container h2 b {
  font-weight: 900;
}

body main .construcao .container .jv {
  width: 330px;
  height: auto;
  margin-bottom: 40px;
}

body main .construcao .container p {
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto 20px;
  color: #FF0080;
  text-align: center;
  width: 690px;
}

body main .construcao .container h3 {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 40px 0 20px;
  color: #FF0080;
  text-align: center;
  width: 100%;
}

body main .construcao .container .cx {
  width: 180px;
  height: auto;
}

body footer {
  float: left;
  width: 100%;
  padding:
    50px 0;
}

body footer .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

body footer .container .social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 0 40px;
}


body footer .container p {
  width: 100%;
  margin: 0 auto 40px;
  line-height: 30px;
  font-size: 16px;
}

body footer .container .linksPoliticas {
  display: flex;
  justify-content: center;
  gap: 20px;
}

body footer .container .linksPoliticas a {
  font-size: 16px;
  text-transform: uppercase;
  color: #FF0080;
  letter-spacing: 1px;
}

body footer .container .linksPoliticas b {
  font-weight: normal;
}


/*politicas*/

.textoPolitica .txt {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

.textoPolitica h2 {
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 50px 0;
  color: #FF0080;
  text-align: center;
}

.textoPolitica h2 b {
  font-weight: 900;
}

.textoPolitica h3 {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  float: left;
  width: 100%;
}

.textoPolitica p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}


.textoPolitica ul {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

.textoPolitica ul li {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  float: left;
  width: 100%;
}