body {
  font-family: 'Montserrat', sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

a:focus, input:focus, button:focus, select:focus, textarea:focus {
  outline: none; }

p {
  margin-bottom: 0; }

.banner .desk {
  display: block; }
.banner .mob {
  display: none; }
@media (max-width: 980px) {
  .banner .desk {
    display: none; }
  .banner .mob {
    display: block; } }

.sect1-lp {
  padding: 7vh 0; }
  .sect1-lp .title-lp {
    color: #021f09;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3vh; }
  .sect1-lp .campos {
    padding: 1vh 0; }
    .sect1-lp .campos input {
      width: 100%;
      padding: 1vh 2vh;
      height: 6vh;
      border: 1px solid #011b07;
      color: #011b07; }
  .sect1-lp .botao-form {
    text-align: center;
    margin-top: 1vh; }
    .sect1-lp .botao-form span {
      display: block; }
    .sect1-lp .botao-form input {
      background: #031c07;
      padding: 1.5vh 4vh;
      color: white;
      text-transform: uppercase;
      border: 1px solid #031c07;
      transition: .5s; }
      .sect1-lp .botao-form input:hover {
        background: transparent;
        color: #031c07; }

footer {
  padding: 2vh 0 2vh; }
  footer .ass {
    text-align: center; }
    footer .ass img {
      width: 25vh; }
  footer p {
    font-size: 12px; }
  footer .legal {
    margin: 3vh 0;
    text-align: center; }
  footer .mcia {
    text-align: center;
    margin-top: 4vh; }
    footer .mcia a {
      color: black;
      font-family: 'Montserrat';
      font-size: 12px; }
      footer .mcia a img {
        width: 9vh; }

.whatsapp{
  position: fixed;
  right: 1%;
  bottom: 1%;
  width: 10%;
  z-index: 1050; }
  .whatsapp a{
    display: flex;
    flex-direction: column; }
  .whatsapp .tel-zap{
    text-align: center;
    background: #00d757;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 4% 0%;
    border-radius: 10px; }
  .whatsapp a img{
    width: 50%;
    margin: auto; }

@media (max-width: 980px) {
  .sect1-lp .title-lp {
    font-size: 20px; }
  .sect1-lp .campos input {
    height: 8vh; }
  .whatsapp{
    width: 30%; }
  .whatsapp .tel-zap {
    font-size: 11px; }
  .whatsapp a img {
    width: 60%; } }

/*# sourceMappingURL=style.css.map */


/* Page Home */
.sect1{
  padding: 7vh 0;
  .title-form{
    text-align: center;
    color: #ac9256;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 2vh;
    font-weight: 500;
  }
  .campos{
    padding: 1vh 0;
    input{
      width: 100%;
      padding: 1vh 2vh;
      height: 6vh;
      border: 1px solid #ac9256;
    }
  }
  .botao-form{
    text-align: center;
    margin-top: 1vh;
    input{
      border: none;
      background: #ac9256;
      padding: 1vh 4vh;
      color: white;
      opacity: .8;
      transition: .5s;
      &:hover{
        opacity: 1;
      }
    }
    span{
      display: block;
    }
  }
}
.title{
  width: 66vh;
  padding-left: 8vh;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 4vh;
  color: #bda878;
  font-weight: 500;
}
.sect2{
  padding: 10vh 0;
  background: #0e2a14;
  .carousel-galeria{
    .slick-arrow{
      bottom: 40%;
      border-radius: 5px;
      width: 70px;
      height: 70px;
      background: #ab9357;
      &::before{
        filter: brightness(0) invert(11%) sepia(400%) saturate(400%) hue-rotate(93deg);
      }
    }
    .slick-prev{
      left: 17%;
    }
    .slick-next{
      left: inherit;
      right: 17%;
    }
    .img-galeria{
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 65vh;
      position: relative;
      .legenda{
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10vh 2vh 2vh;
        background: linear-gradient(0deg, #0000007a, transparent);
        p{
          font-size: 11px;
          color: white;
        }
      }
    }
  }
}
.sect3{
  padding: 10vh 0;
  .title{
    width: 90vh;
  }
  .carousel-plantas{
    .slick-arrow{
      bottom: 40%;
      border-radius: 5px;
      width: 70px;
      height: 70px;
      background: #ab9357;
    }
    .slick-prev{
      left: 0%;
    }
    .slick-next{
      left: inherit;
      right: 0%;
    }
    .content-planta{
      display: flex;
      justify-content: space-between;
      .legendas{
        width: 30%;
        padding-left: 14vh;
        .metragem p{
          font-size: 85px;
          line-height: 100%;
          font-weight: 100;
          color: #bda878;
          span{
            display: block;
            width: fit-content;
            margin-left: -1vh;
          }
        }
        .tipo{
          margin: 3vh 0;
          color: #bda878;
          letter-spacing: 3px;
          text-transform: uppercase;
          font-size: 20px;
          width: 45%;
        }
        .comando{
          margin: 3vh 0;
          color: #bda878;
          font-size: 16px;
          letter-spacing: 3px;
        }
        .living{
          margin: 3vh 0;
          color: #bda878;
          font-size: 16px;
          letter-spacing: 3px;
          width: 50%;
          text-transform: uppercase;
        }
      }
      .image{
        width: 55%;
        img{
          width: 100%;
          height: 87vh;
          object-fit: contain;
          margin-bottom: 0;
        }
        .cap{
          font-size: 10px;
          text-align: center;
          color: #212121;
        }
      }
    }
  }
}
.sect4{
  background: #0e2a14;
  padding: 10vh 0;
  .carousel-dif{
    .slick-arrow{
      bottom: 48%;
      border-radius: 5px;
      width: 70px;
      height: 70px;
      background: #ab9357;
      transition: .5s;
      &::before{
        filter: brightness(0) invert(11%) sepia(400%) saturate(400%) hue-rotate(93deg);
      }
    }
    .slick-prev{
      left: 0%;
    }
    .slick-next{
      left: inherit;
      right: 0%;
    }
    .slick-disabled{
      opacity: .5;
    }
    .content-dif{
      text-align: center;
      padding: 5vh 2vh;
      background: transparent;
      transition: .5s;
      &:hover{
        background: #ffffff17;
      }
      .img-icone{
        width: 8vh;
        height: 8vh;
        object-fit: contain;
        margin: 0 auto 1vh;
        img{
          filter: brightness(0) invert(48%) sepia(400%) saturate(200%) hue-rotate(10deg);
        }
      }
      p{
        color: #ac9257;
        font-size: 13px;
      }
    }
  }
}
.sect5{
  padding: 10vh 0;
  .title{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .endereco{
    text-align: center;
    font-size: 38px;
    font-weight: 200;
    color: #bda878;
    line-height: 100%;
  }
  .waze{
    width: fit-content;
    margin: 3vh auto;
    a{
      display: flex;
      align-items: center;
    }
    svg{
      width: 6vh;
      margin-right: 1vh;
      path{
        fill: #bda878;
      }
    }
    p{
      font-size: 26px;
      font-weight: 200;
      color: #bda878;
    }
  }
}

@media(min-width: 1200px) and (max-width: 1400px){
  .sect3 {
    & .carousel-plantas {
        & .content-planta {
            & .legendas {
                .living {
                    width: 60%;
                }
            }
        }
    }
  }
}
@media(max-width: 980px){
  .sect1 .title-form{
    font-size: 20px;
  }
  .sect1 .campos input{
    height: 8vh;
  }
  .title{
    width: fit-content!important;
    padding-left: 0vh;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .sect2{
    padding: 7vh 0;
  }
  .sect2 .carousel-galeria .slick-dots{
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
  }
  .sect2 .carousel-galeria .slick-dots li button{
    font-size: 0;
    padding: 0;
    width: 1.3vh;
    height: 1.3vh;
    margin: 0 0.5vh;
    border: none;
    border-radius: 100px;
    background: #d3d3d39c;
    transition: .5s;
  }
  .sect2 .carousel-galeria .slick-dots li.slick-active button{
    background: #bda878;
  }
  .sect2 .carousel-galeria .item{
    padding: 8px;
  }
  .sect2 .carousel-galeria .img-galeria{
    height: 55vh;
  }
  .sect2 .carousel-galeria .img-galeria .legendas{
    background: linear-gradient(0deg, #000000a6, transparent);
  }
  .sect3{
    padding: 7vh 0;
  }
  .sect3 .carousel-plantas .slick-dots{
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
  }
  .sect3 .carousel-plantas .slick-dots li button{
    font-size: 0;
    padding: 0;
    width: 1.3vh;
    height: 1.3vh;
    margin: 0 0.5vh;
    border: none;
    border-radius: 100px;
    background: #d3d3d39c;
    transition: .5s;
  }
  .sect3 .carousel-plantas .slick-dots li.slick-active button{
    background: #bda878;
  }
  .sect3 .carousel-plantas .content-planta{
    display: block;
  }
  .sect3 .carousel-plantas .content-planta .legendas{
    width: fit-content;
    padding-left: 0;
  }
  .sect3 .carousel-plantas .content-planta .legendas .tipo{
    font-size: 16px;
  }
  .sect3 .carousel-plantas .content-planta .legendas .metragem p{
    font-size: 70px;
  }
  .sect3 .carousel-plantas .content-planta .image{
    width: 100%;
  }
  .sect3 .carousel-plantas .content-planta .image img{
    height: 68vh;
  }

  .sect4{
    padding: 7vh 0;
  }
  .sect4 .title{
    width: 100% !important;
    text-align: center;
  }
  .sect4 .carousel-dif .slick-dots{
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
  }
  .sect4 .carousel-dif .slick-dots li button{
    font-size: 0;
    padding: 0;
    width: 1.3vh;
    height: 1.3vh;
    margin: 0 0.5vh;
    border: none;
    border-radius: 100px;
    background: #d3d3d39c;
    transition: .5s;
  }
  .sect4 .carousel-dif .slick-dots li.slick-active button{
    background: #bda878;
  }
  .sect5{
    padding: 7vh 0;
  }
  .sect5 .title{
    text-align: center;
    width: 100% !important;
  }
  .sect5 .endereco{
    font-size: 29px;
  }
  .sect5 .waze svg{
    width: 5vh;
  }
  .sect5 .waze p{
    font-size: 23px;
  }
}