@font-face{
  font-family: 'Argue Regular';
  src: url('/fonts/Argue Regular.ttf');
}

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

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

a:focus, input:focus, button:focus, textarea:focus, select: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 .row .col-lg-4{
  display: block;
  width: 100%;
}

.sect1-lp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .sect1-lp .overlay {
    padding: 5vh 0;
    background: #0000008a; }
    .sect1-lp .overlay .content-form {
      background: #ffffffc4;
      max-width: 65%;
      margin: auto;
      padding: 5vh 0;
      border-radius: 20px; }
      .sect1-lp .overlay .content-form .container {
        max-width: 90%; }
      .sect1-lp .overlay .content-form .title-form {
        font-size: 27px;
        text-align: center;
        margin-bottom: 2vh;
        font-weight: 500;
        color: #976451; }
      .sect1-lp .overlay .content-form .col-lg-6:nth-child(1) {
        border-right: 1px solid #00000061; }
      .sect1-lp .overlay .content-form .content-dados {
        height: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center; }
        .sect1-lp .overlay .content-form .content-dados p {
          font-weight: 500;
          margin-bottom: 1.5vh; }
        .sect1-lp .overlay .content-form .content-dados .botao button {
          background: #954f27;
          border: 1px solid #954f27;
          padding: 0.5em 2em;
          color: white;
          border-radius: 5px;
          transition: .5s; }
          .sect1-lp .overlay .content-form .content-dados .botao button:hover {
            background: transparent;
            color: #954f27; }
  .sect1-lp .campos {
    padding: 1vh 0; }
    .sect1-lp .campos input {
      border: 1px solid gray;
      padding: 1vh 2vh;
      width: 100%;
      height: 7vh; }
  .sect1-lp .aceite {
    font-size: 14px;
    padding: 1vh 0; }
    .sect1-lp .aceite a{
      font-weight: bold;
      color: #212121; }
  .sect1-lp .botao-form {
    margin-top: 1vh;
    text-align: center; }
    .sect1-lp .botao-form input {
      background: #976451;
      padding: 1.5vh 4vh;
      color: white;
      border: none;
      transition: .5s; }
      .sect1-lp .botao-form input:hover {
        background: #fbe0ab;
        color: #976451; }
    .sect1-lp .botao-form span {
      display: block; }

footer {
  padding: 7vh 0; }
  footer .container {
    max-width: 65%; }
  footer p {
    font-size: 12px;
    margin-bottom: 1vh;
    font-weight: 500;
    text-align: center; }
  footer .ass {
    text-align: center; }
    footer .ass img {
      width: 31vh;
      height: 8vh;
      object-fit: contain; }
  footer .legal {
    margin: 5vh 0; }
  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; }

.whats {
  position: fixed;
  bottom: 2vh;
  right: 2vh;
  padding: .5vh;
  background: #0bb13e;
  border-radius: 100px; }
  .whats svg {
    width: 8vh; }
    .whats svg path {
      fill: white; }

#whatsModal .modal-dialog {
  margin-top: 5vh; }
  #whatsModal .modal-dialog .modal-content .modal-header {
    background: #0bb13e; }
    #whatsModal .modal-dialog .modal-content .modal-header .title-modal {
      width: 100%;
      text-align: center;
      font-size: 22px;
      color: white;
      font-weight: bold; }
    #whatsModal .modal-dialog .modal-content .modal-header button {
      filter: brightness(0) invert(1); }
  #whatsModal .modal-dialog .modal-content .modal-body .title-whats {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2vh; }
  #whatsModal .modal-dialog .modal-content .modal-body .campos {
    padding: 1vh 0; }
    #whatsModal .modal-dialog .modal-content .modal-body .campos input {
      width: 100%;
      height: 7vh;
      padding: 1vh 2vh;
      border: 1px solid gray; }
  #whatsModal .modal-dialog .modal-content .modal-body .botao-form {
    text-align: center;
    margin-top: 1vh; }
    #whatsModal .modal-dialog .modal-content .modal-body .botao-form span {
      display: block; }
    #whatsModal .modal-dialog .modal-content .modal-body .botao-form input {
      background: #0bb13e;
      border: 1px solid #0bb13e;
      padding: 1vh 4vh;
      color: white;
      transition: .5s; }
      #whatsModal .modal-dialog .modal-content .modal-body .botao-form input:hover {
        background: transparent;
        color: #0bb13e; }

@media (max-width: 980px) {
  .sect1-lp .overlay .content-form{
    max-width: 90%; }
    .sect1-lp .overlay .content-form .container{
      max-width: 95%; }
      .sect1-lp .overlay .content-form .col-lg-6:nth-child(1){
        border-right: none;  }
    .sect1-lp .overlay .content-form .content-dados{
      margin-bottom: 6vh;  }
  .sect1-lp .overlay .title-form {
    font-size: 22px; }
  .sect1-lp .campos input {
    height: 8vh; }

  footer .container {
    max-width: inherit; }
  footer .ass img {
    width: 25vh;
    height: 8vh;
    margin-bottom: 3vh; }
  footer .legal {
    margin: 0; }

  .whats svg {
    width: 6vh; } }


/* Page Home */
.sect1{
  padding: 10vh 0;
  background: linear-gradient(90deg, #976451, #b28b7a);
  .title{
    color: white;
    text-align: center;
  }
  .campos{
    padding: 1vh 0;
    input{
      width: 100%;
      padding: 1vh 2vh;
      height: 6vh;
      border: none;
    }
  }
  .aceite{
    color: white;
    font-size: 12px;
    padding: 1vh 0;
    a{
      color: white;
      font-weight: bold;
    }
  }
  .botao-form{
    margin-top: 1vh;
    text-align: center;
    span{
      display: block;
    }
    input{
      background: transparent;
      border: 2px solid white;
      padding: 1vh 4vh;
      color: white;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 14px;
      transition: .5s;
      &:hover{
        background: white;
        color: #976451;
        opacity: .8;
      }
    }
  }
}
.title{
  font-family: 'Argue Regular';
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 3vh;
  text-align: center;
}
.sect2{
  padding: 10vh 0;
  background: #f5e9dc;
  .title{
    color: #976451;
  }
  iframe{
    width: 100%;
    height: 70vh;
  }
}
.sect3{
  padding: 10vh 0;
  position: relative;
  overflow: hidden;
  &::before{
    content: '';
    position: absolute;
    width: 69%;
    height: 89%;
    transform: translate(50%);
    right: 50%;
    top: -8%;
    z-index: -1;
    border-bottom: 0;
    box-shadow: 0px -0.5px 2px #976451;
  }
  &::after{
    content: '';
    position: absolute;
    width: 77%;
    height: 74%;
    transform: translate(50%);
    right: 50%;
    top: -8%;
    z-index: -1;
    border-bottom: 0;
    box-shadow: 0px -1px 4px #976451;
  }
  .title{
    color: #976451;
  }
  .nav{
    justify-content: center;
    margin-bottom: 3vh;
    border: none;
    .nav-link{
      color: #976451;
      border: none;
      border-bottom: 1px solid transparent;
      font-weight: 300;
      letter-spacing: 2px;
      font-size: 14px;
      padding: 1vh 2vh;
      margin: 0 2vh;
      transition: .5s;
      &.active{
        border-color: #976451;
      }
    }
  }
  .tour{
    text-align: center;
    iframe{
      width: 80%;
      height: 68vh;
    }
  }
  .carousel-galeria{
    .slick-arrow{
      border-radius: 5px;
      width: 70px;
      height: 70px;
      background: #976451;
      bottom: 40%;
    }
    .slick-prev{
      left: 8%;
    }
    .slick-next{
      left: inherit;
      right: 8%;
    }
    .img-galeria{
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 66vh;
      position: relative;
      .legenda{
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 7vh 2vh 2vh;
        background: linear-gradient(0deg, #00000085, transparent);
        p{
          color: white;
          font-size: 12px;
        }
      }
    }
  }
  #imp{
    .carousel-implantacao{
      .slick-arrow{
        border-radius: 5px;
        width: 70px;
        height: 70px;
        background: #976451;
        bottom: 40%;
      }
      .slick-prev{
        left: 8%;
      }
      .slick-next{
        left: inherit;
        right: 8%;
      }
      .img-galeria{
        background-size: contain;
        margin-bottom: 2vh;
        background-repeat: no-repeat;
        background-position: center;
        height: 61vh;
      }
      .legenda{
        text-align: center;
        p{
          color: #212121;
          font-size: 14px;
          font-weight: 500;
        }
      }
    }
  }
}
.sect4{
  padding: 10vh 0;
  position: relative;
  .linhas{
    position: absolute;
    top: 11vh;
    left: 0;
    width: 50vh;
  }
  .title{
    color: #976451;
  }
  .carousel-planta{
    .slick-arrow{
      border-radius: 5px;
      width: 70px;
      height: 70px;
      background: #976451;
      bottom: 40%;
    }
    .slick-prev{
      left: 8%;
    }
    .slick-next{
      left: inherit;
      right: 8%;
    }
    .content-planta{
      .content-text{
        padding: 26vh 21vh 16vh 31vh;
        .content{
          border-bottom: 1px solid #976451;
          padding: 1vh 0;
          &:nth-last-child(1){
            border-bottom: transparent;
          }
          .title-planta{
            color: #976451;
            font-size: 37px;
            font-family: 'Argue Regular', sans-serif;
            line-height: 130%;
            span{
              display: block;
              &.parte1{
                font-size: 43px;
                font-weight: bold;
              }
              &:nth-last-child(1){
                font-size: 25px;
              }
            }
          }
          .descript, .vagas{
            color: #976451;
            font-size: 18px;
            font-weight: 500;
            font-family: 'Argue Regular';
          }
        }
      }
      .img-planta{
        width: 100%;
        height: 90vh;
        object-fit: contain;
        margin-bottom: 1vh;
      }
      .legenda{
        font-size: 10px;
        color: #212121;
        text-align: center;
        font-weight: 500;
      }
    }
  }
}
.sect5{
  padding: 10vh 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  .container{
    max-width: 55%;
  }
  .content-form{
    background: #00000040;
    backdrop-filter: blur(4px);
    padding: 10vh 5vh;
    border-radius: 5px;
    .title{
      color: white;
    }
    .campos{
      padding: 1vh 0;
      .texto-form{
        color: white;
        font-weight: 500;
      }
      input, select{
        width: 100%;
        padding: 1vh 2vh;
        height: 8vh;
      }
    }
    .aceite{
      padding: 1vh 0;
      color: white;
      font-size: 12px;
      a{
        font-weight: bold;
        color: white;
      }
    }
    .botao-form{
      text-align: center;
      margin-top: 1vh;
      span{
        display: block;
      }
      input{
        border: 2px solid white;
        background: transparent;
        padding: 1vh 4vh;
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        transition: .5s;
        opacity: 1;
        &:hover{
          opacity: .8;
          background: white;
          color: #976451;
        }
      }
    }
  }
}
.sect7{
  padding: 10vh 0;
  .title{
    color: #976451;
  }
  .img-local{
    margin-bottom: 3vh;
    border-radius: 5px;
  }
  .endereco{
    text-align: center;
    font-family: 'Argue Regular', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 3vh;
  }
  .waze{
    width: fit-content;
    background: #0099ff;
    margin: 0 auto 3vh;
    padding: 1.5vh 5vh;
    border-radius: 100px;
    text-align: center;
    transition: .5s;
    &:hover{
      background: #0585dc;
    }
    svg{
      width: 5vh;
      margin-right: 1vh;
      path{
        fill: white;
      }
    }
    p{
      color: white;
      font-size: 12px;
      display: inline;
      text-transform: uppercase;
    }
  }
  .mapa{
    iframe{
      width: 100%;
    }
  }
}
.botao{
  text-align: center;
  margin-top: 3vh;
  button{
    background: #976451;
    border: 2px solid #976451;
    padding: 1.5vh 4vh;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s;
    &:hover{
      background: white;
      color: #976451;
    }
  }
}
.sect6{
  padding: 10vh 0;
  background: #f5e9dc;
  .title{
    color: #976451;
  }
  .carousel-dife{
    .slick-arrow{
      border-radius: 5px;
      width: 70px;
      height: 70px;
      background: #976451;
      bottom: 40%;
    }
    .slick-prev{
      left: 0%;
    }
    .slick-next{
      left: inherit;
      right: 0%;
    }
    .content-dif{
      background: transparent;
      padding: 4vh 2vh;
      transition: .5s;
      &:hover{
        background: white;
      }
      .icone-dif{
        img{
          width: 8vh;
          height: 8vh;
          object-fit: contain;
          margin-bottom: 2vh;
          filter: brightness(0) invert(35%) sepia(400%) saturate(200%) hue-rotate(321deg);
        }
      }
      p{
        font-size: 12px;
        text-align: center;
        color: #212121;
        font-weight: 500;
      }
    }
  }
}

@media(max-width: 980px){
  .sect1{
    padding: 7vh 0;
    .title{
      font-size: 22px;
    }
    .campos{
      input{
        height: 8vh;
      }
    }
  }
  .sect2{
    padding: 7vh 0;
    iframe{
      height: 60vh;
    }
  }
  .sect3{
    padding: 7vh 0;
    &::before{
      width: 95%;
    }
    &::after{
      width: 105%;
    }
    .nav{
      .nav-link{
        font-weight: 400;
        font-size: 12px;
        padding: 1.5vh;
        margin: 2.5%;
        width: 42%;
      }
    }
    .carousel-galeria{
      .slick-arrow{
        width: 55px;
        height: 55px;
      }
      .slick-prev{
        left: 0;
      }
      .slick-next{
        right: 0;
      }
      .img-galeria{
        height: 45vh;
      }
    }
    #imp{
      .carousel-implantacao{
        .slick-arrow{
          width: 55px;
          height: 55px;
        }
        .slick-prev{
          left: 0;
        }
        .slick-next{
          right: 0;
        }
        .img-galeria{
          height: 40vh;
        }
      }
    }
  }
  .title{
    font-size: 24px;
  }
  .sect4{
    overflow: hidden;
    padding: 7vh 0;
    .linhas{
      top: 19vh;
      left: 0;
      width: 44vh;
    }
    .carousel-planta{
      .slick-arrow{
        width: 55px;
        height: 55px;
      }
      .slick-prev{
        left: 0;
      }
      .slick-next{
        right: 0;
      }
      .content-planta{
        .content-text{
          padding: 10vh 10vh 2vh 5vh;
          .content{
            .title-planta{
              font-size: 30px;
              span{
                &.parte1{
                  font-size: 35px;                
                }
                &:nth-last-child(1){
                  font-size: 23px;
                }
              }
            }
          }
        }
        .img-planta{
          height: 40vh;
        }
      }
    }
  }
  .sect5{
    padding: 7vh 0;
    .container{
      max-width: inherit;
    }
    .content-form{
      padding: 5vh 2vh;
    }
  }
  .sect6{
    padding: 7vh 0;
    .carousel-dife{
      .slick-arrow{
        width: 55px;
        height: 55px;
        bottom: 44%;
      }
      .slick-prev{
        left: 0;
      }
      .slick-next{
        right: 0;
      }
    }
  }
  .sect7{
    padding: 7vh 0;
    .endereco{
      font-size: 16px;
    }
    .waze{
      padding: 1vh 3vh;
    }
  }
}

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