body {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 400;
}



a {
  transition: all 0.3s ease-out;
}

.banner {
  background-image: url('../images/banner.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  padding: 70px 0px;
}

.banner h1 {
  display: inline-block;
  font-size: 96px;
  font-weight: bold;
  color: #FEE117;

  padding-bottom: 15px;
  margin-top: 60px;
  position: relative;
}
  .banner h1 span {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    display: block;
  }
  .banner h1::before {
    content: " ";
    width: 200px;
    height: 10px;
    background: #FEE117;
    position: absolute;
    bottom: -10px;
  }

.whatsapp-topo {
  color: #fff;
  text-decoration: none;
  margin-top: 40px;
  display: block;
}
  .whatsapp-topo:hover {
    color:#FEE117;
  }

.content-formulario {
  display: block;
  border-radius: 10px;
  border: 1px solid #FEE117;
  background: rgba(255, 250, 214, 0.8);
  padding: 50px;
}
  .content-formulario label {
    display: block;
    font-size: 20px;
    color: #343A40;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 20px;
  }

.tit-form {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #0C582F;
  margin-bottom: 24px;
}

.input-form {
  background: #fff;
  border-radius: 5px;
  padding-left: 15px;
  height: 50px;
  outline: none;
  border: 1px solid #000;
  width: 100%;
  transition: all 0.3s ease-out;
  font-size: 16px;
}
  .input-form:focus {
    background: #FFFAD6;
  }

.content-formulario span {
  font-size: 16px;
}

.envia-form {
  border: none;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  color: #0C582F;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease-out;
  margin-top: 15px;
  padding: 15px 0px;
  background: #FEE117;
}
  .envia-form:hover {
    background: #0C582F;
    color: #fff;
  }

.diferencial {
  padding: 60px 0px;
}
  .diferencial h2 {
    color: #0C582F;
    font-size: 40px;
    font-weight: bold;
  }
  .diferencial p {
    color: #474747;
    font-size: 24px;
  }

.dif-linha {
  margin-top: 60px;
}

.btn-verde {
  border: none;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #FEE117;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease-out;
  margin-top: 15px;
  padding: 20px 50px;
  background: #0C582F;
  text-decoration: none;
  margin-top: 30px;
}
  .btn-verde:hover {
    background: #FEE117;
    color: #0C582F;
  }

.quem-somos {
  background-image: url(../images/bg-quemsomos.png);
  background-position: -69px 78px;
  background-repeat: no-repeat;
  background-color: #11793F;
  padding: 60px 0px;
}
  .quem-somos img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 24px;
  }

.quem-somos h2 {
  display: block;
  position: relative;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 45px;
  padding-bottom: 20px;
}
  .quem-somos h2::after {
    content: " ";
    width: 200px;
    height: 10px;
    background: #FEE117;
    position: absolute;
    left: 0px;
    bottom: -10px;
  }
  .quem-somos p {
    color: #fff;
    font-size: 21px;
  }

  .btn-amarelo {
    border: none;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    color: #0C582F;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease-out;
    margin-top: 15px;
    padding: 20px 50px;
    background: #FEE117;
    text-decoration: none;
    margin-top: 30px;
  }
    .btn-amarelo:hover {
      background: #0C582F;
      color: #fff;
    }

.slider-obras {
  background-image: url(../images/bgslider.jpg);
  padding: 59px 0px;
  background-repeat: no-repeat;
  background-position: top center;

}
  .slider-obras h3 {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #0C582F;
    margin-top: 234px;
    padding-bottom: 30px;
    border-bottom: 10px solid #0C582F;
    margin-bottom: 30px;
  }
  .slider-obras h2 {
    display: block;
    font-size: 35px;
    font-weight: bold;
    color: #0C582F;
  }

.obras {
  padding: 15px;
  position: relative;
  margin-top: 52px;
}

.slick-list {
  -webkit-box-shadow: 0 0 10px 0 #424242;
box-shadow: 0 0 10px 0 #424242;
border-radius: 10px;
}

.cada-slider {
  width: 100%;
  height: 458px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.slick-prev {
  background: url(../images/seta-prev.png) no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  left: -52px;
  top: 226px;
  text-indent: -9999px;
  border: none;
  background-color: none;
}
.slick-next {
  background: url(../images/setanext.png) no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  right:  -52px;
  top: 226px;
  text-indent: -9999px;
  border: none;
  background-color: none;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
}
  .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 20px 8px;
  }
  .slick-dots li.slick-active button {
    background: #0C582F;
  }

.slick-dots li button {
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  border-radius: 50px;
}

.outras-vantagens {
  background: url(../images/bg-outras.jpg) repeat-x;
  padding: 60px 0px;
}
  .outras-vantagens h2 {
    color: #FEE117;
    font-size: 40px;
    font-weight: bold;
  }
  .outras-vantagens p {
    color: #fff;
    font-size: 24px;
  }

.cada-vantagem {
  border: 4px solid #FEE117;
  padding: 15px 40px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

.cada-v-img {
  background-position: center;
  background-repeat: no-repeat;
  width: 30%;
  float: left;
  overflow: hidden;
  height: 120px;
}

.cada-vantagem h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  width: 62%;
  margin-top: 20px;
  float: right;
}

.rodape {
  padding: 60px 0px;
  background: #DEE264;
}

.direitos {
  font-size: 18px;
  margin-top: 50px;
}

.content-footer {
  border-left: 2px solid #0C582F;
  padding-left: 25px;
}
  .content-footer h4 {
    display: block;
    color: #0C582F;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .content-footer a {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
  }
    .content-footer a:hover {
        color: #0C582F;
    }

.selo {
  margin-top: 55px;
}

.content-footer .social a {
  display: inline-block;
  color: #0C582F;
  font-size: 35px;
  margin-right: 15px;
  margin-top: 20px
}
  .content-footer .social a:hover {
    color: #000;
  }

  .whatsapp_plug_icon {
    position: fixed;
    z-index: 2000;
    bottom: 28px;
    right: 40px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/whatsplug.png);
    background-size: 50% auto;
}
.whatsapp_plug_icon::after,.whatsapp_plug_icon::before {
  content:'';
  position:absolute;
  opacity:0;
  border:4px solid #0ba360;
  left:-10px;
  top:-10px;
  right:-10px;
  bottom:-10px;
  -webkit-border-radius:50%;
  animation:WaveWhatsApp 1.5s ease infinite
}
.whatsapp_plug_icon::after {animation-delay: .5s}
.whatsapp_plug_icon:hover::after{border:4px solid #15cc74}.whatsapp_plug_icon:hover::before{border:4px solid #15cc74}
@keyframes
WaveWhatsApp{0%{transform:scale(0.5)}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}.lp-trabalhe{background:#4E3ABA}.principal-lp{position:relative;height:100%;min-height:100vh
}

.desktop {
  display: block;
}

.topo-mobile {
  display: none;
}

/*Mobile*/
@media only screen and (max-width: 780px) {
    
    html, body {
   
    overflow-x:hidden;
}
    
    
.content-footer a {
    font-size: 18px;
  }
    
  .banner h1 {
    font-size: 60px;
    margin-top: 0px;
  }
  .obras {
    overflow: hidden;
  }
  .desktop {
    display: none;
  }
  .topo-mobile {
    display: block;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    background: #0C582F;
  }
    .topo-mobile img {
      display: inline-block;
      width: 157px;
    }
  .banner {
    padding: 43px 0px;
  }
  .content-formulario {
    padding: 19px;
    margin-top: 15px;
  }
  .content-formulario label {
    margin-top: 12px;
    margin-bottom: 5px;
  }
  .input-form {
    height: 40px;
  }
  .dif-linha {
    margin-top: 0px;
  }
  .diferencial .col-sm-12 {
    margin-top: 50px;
  }
  .slider-obras h3 {
    margin-top: 10px;
  }
  .slider-obras h2 {
    font-size: 30px;
  }
  .cada-slider {
    height: 200px;
  }
  .slick-dots {
    margin-bottom: 0px;
  }
  .cada-v-img {
    background-size: contain;
  }
  .cada-vantagem h3 {
    font-size: 18px;
  }
  .logo-rodape {
    width: 100%;
    height: auto;
  }
}
