#home{
  background-color: var(--main-empresa);
  display: flex;
  align-content: center;
}

#home .box1{
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 60%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .box1 h1{
  color: var(--main-white);
  font-size: 67px;
  line-height: 70px;
}

#home .box1 h1 span{
  color: var(--main-white);
  font-weight: bold;
}

#home .box2{
  padding: 100px;
}

#home .box2 p{
  font-size: 21px;
  color: #fff;
}

#home .btn{
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 21px;
}

#home small{
  font-size: 13px;
  color: var(--main-white);
}

@media(max-width: 1400px){
  #home .box1 h1{
    font-size: 52px;
    line-height: 54px;
  }
}

@media(max-width: 1200px){
  #home .box2{
    padding: 60px;
  }
}

@media(max-width: 992px){
  #home .box1 h1{
    font-size: 42px;
    line-height: 44px;
  }
  #home .box2{
    padding: 40px;
  }
}

@media(max-width: 767px){
  #home{
    display: block;
  }

  #home .box1, #home .box2{
    text-align: center;
  }

  #home .box1 h1{
    font-size: 38px;
    line-height: 40px;
  }

  #home .btn{
    width: 100%;
  }
} 

@media(max-width: 450px){
  #home .box1 h1{
    font-size: 32px;
    line-height: 34px;
  }
  #home .box2 p{
    font-size: 18px;
  }
}
/*********************************************/

#bloco1{
  display: flex;
  align-content: center;
}

#bloco1 .box1{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-width: 50%;
}

#bloco1 .box2{
  padding: 100px;
}

#bloco1 .box2 h5{
  color: var(--main-empresa);
  font-size: 42px;
  line-height: 45px;
}

#bloco1 .box2 p{
  font-size: 21px;
  color: #fff;
}

#bloco1 .lista li{
  font-size: 18px;
}

#bloco1 .btn{
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 21px;
}

@media(max-width: 1200px){
  #bloco1 .box2 h5{
    font-size: 32px;
    line-height: 34px;
  }
}

@media(max-width: 992px){
  #bloco1{
    display: block;
  }

  #bloco1 .box1{
    width: 100%;
    height: 500px;
  }

  #bloco1 .box2{
    padding: 30px 70px;
  }
}

@media(max-width: 767px){
  #bloco1 .btn{
    width: 100%;
  }
}

@media(max-width: 450px){
  #bloco1 .box2{
    padding: 20px 40px;
  }
}
/*********************************************/

#gestao{
  background-color: var(--main-empresa);
  padding-top: 30px;
  padding-bottom: 30px;
}

#gestao h4{
  background-color: var(--main-blue);
  padding: 10px 30px;
  font-size: 21px;
  color: var(--main-white);
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#gestao h2{
  color: var(--main-white);
  font-size: 42px;
  font-weight: 500;
}

#gestao p{
  color: var(--main-white);
  font-size: 18px;
}

#gestao .titulo{
  color: var(--main-white);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;  
  border: 3px solid var(--main-white);
  padding: 10px 20px;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

#gestao .box{
  color: var(--main-white);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;  
  border: 2px solid var(--main-white);
  padding: 10px 20px;
  margin-bottom: 20px;
}

#gestao .box .icone{
  min-height: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#gestao .box .texto{
  margin-top: 10px;
  color: var(--main-white);
  font-size: 18px;
  line-height: 21px;
  min-height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width: 575px){
  #gestao .box .icone{
    min-height: auto;
  }
  #gestao .box .texto{
    min-height: auto;
  }
}

/*********************************************/

#resultado{
  background-color: var(--main-blue);
  padding-top: 30px;
  padding-bottom: 30px;
}

#resultado .target{
  width: 100%;
  max-width: 150px;
}

#resultado h1{
  color: var(--main-white);
  font-size: 58px;
  line-height: 60px;
}

#resultado .box{
  background-color: var(--main-empresa);
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-wborder-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-wborder-top-right-radius: 10px;
}

#resultado .box .icone{
  background-color: var(--main-white);
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: -40px;
  margin-bottom: -40px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
}

#resultado .box .icone figure{
  margin: 0;
}

#resultado .box .icone img{
  width: 100%;
  max-width: 50px;
}

#resultado .box .texto{
  color: var(--main-white);
  font-size: 16px;
  padding: 10px 20px;
}

@media(max-width: 992px){
  #resultado h1{
    font-size: 38px;
    line-height: 40px;
  }
}

@media(max-width: 767px){
  #resultado h1 br{
    display: none;
  }
}
/*********************************************/

#lead h5{
  color: var(--main-empresa);
  font-size: 42px;
  line-height: 44px;
}

#lead .btn{
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 21px;
}

/*********************************************/

#depo{
  background-color: #183A00;
  padding-top: 30px;
  padding-bottom: 30px;
}
#depo h5{
  color: var(--main-blue);
  font-size: 42px;
  line-height: 44px;
}
#depo p{
  color: var(--main-white);
  font-size: 18px;
  margin-top: 10px;
}

#depo .box{
  border: 1px solid var(--main-white);
  padding: 20px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

#depo .imagem{
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}

#depo .imagem figure{
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-white);
  padding: 10px;
  border-radius: 30%;
  -moz-border-radius: 30%;
  -webkit-border-radius: 30%;
}

#depo .imagem img{
  max-width: 100%;
}

#depo .texto{
  color: var(--main-white);
  text-align: center;
  font-size: 18px;
}

#depo .box-texto{
  text-align: center;
}

#depo .box-texto .nome, #depo .box-texto .sub{
  color: var(--main-white);
  font-size: 14px;
}


















