#home{
  background: #172542;
  background: -webkit-linear-gradient(0deg, rgba(23, 37, 66, 1) 0%, rgba(70, 70, 72, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(23, 37, 66, 1) 0%, rgba(70, 70, 72, 1) 100%);
  background: linear-gradient(0deg, rgba(23, 37, 66, 1) 0%, rgba(70, 70, 72, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#172542", endColorstr="#464648", GradientType=0);
  padding-top: 50px;
}

#home figure{
  margin: 0;
}
#home img{
  max-width: 100%;
}

#home h1, #home h1 strong{
  color: var(--main-white);
  font-size: 42px;
}

#home h2{
  color: var(--main-white);
  font-size: 24px;
}

#home h3{
  color: var(--main-white);
  font-size: 24px;
}

#home .sub{
  background-color: var(--main-secundaria);
  font-size: 28px;
  color: var(--main-white);
  padding: 10px;
  border-radius: 10px;
  max-width: 300px;
  text-align: center;
}

@media(max-width: 992px){
  #home .row-reverse{
    flex-direction: column-reverse;
  }
  #home .logo{
    width: 100%;
    max-width: 250px;
  }
  #home h1, #home h1 strong{
    font-size: 32px;
  }
  #home h2{
    font-size: 24px;
  }
  #home h3{
    color: var(--main-white);
    font-size: 21px;
  }
}

@media(max-width: 767px){
  #home .sub{
    width: 100%;
    max-width: 100%;
  }
  #home .btn{
    width: 100%;
    margin-bottom: 30px;
  }
  #home .foto-ind{
    justify-content: center;
  }
}
/**********************************************/
#sobre{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--main-white);
}

#sobre .legenda{
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--main-secundaria);
}

#sobre .nome{
  color: var(--main-black);
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

#sobre .sub{
  color: var(--main-black);
  font-size: 21px;
  margin-bottom: 20px;
}

#sobre strong{
  font-weight: bold;
  color: var(--main-roxo);
}

#sobre .faixa{
  height: 3px;
  width: 200px;
  background-color: var(--main-empresa);
}

#sobre img{
  max-width: 100%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 10px 10px 8px rgba(0,0,0,0.5);
}

#sobre h6{
  font-size: 18px;
}

#sobre ul li{
  margin-bottom: 5px;
}

@media(max-width: 767px){
  #sobre{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #sobre figure{
    margin-top: 20px;
  }
}

/***********************************/

#duvidas{
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: var(--main-empresa);
}

#duvidas h1{
  color: var(--main-white);
  font-size: 28px;
  font-weight: 300;
}

#duvidas strong{
  font-weight: bold;
  color: var(--main-white);
}

#duvidas .title{
  font-size: 42px;
  line-height: 44px;
  color: var(--main-white);
}

#duvidas .sub{
  font-size: 18px;
  line-height: 18px;
  color: var(--main-white);
}

#duvidas .title strong{
  font-weight: bold;
  color: var(--main-white);
}

#duvidas .box{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media(max-width: 767px){
  #duvidas .btn{
    width: 100%;
  }
} 

/***********************************/
#tratamentos{
  padding-top: 30px;
  padding-bottom: 40px;
}

#tratamentos h2{
  color: var(--main-empresa);
  font-size: 32px;
  font-weight: bold;
}

#tratamentos .box{
  background-color: #f4f4f4;
  padding: 30px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
  min-height: 280px;
}

#tratamentos .box .icone{
  margin-bottom: 20px;
}

#tratamentos .box .icone i{
  font-size: 32px;
  color: var(--main-secundaria);
}

@media(max-width: 767px){
  #tratamentos .box{
    min-height: auto;
  }
}
/***********************************/

#nutrologo{
  background-color: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 50px;
}

#nutrologo h2{
  color: var(--main-empresa);
  font-size: 32px;
  font-weight: bold;
}

#nutrologo img{
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

@media(max-width: 767px){
  #nutrologo .btn{
    width: 100%;
  }
}

/************************************/
#atuacao{
  background-color: var(--main-empresa);
  padding-top: 40px;
  padding-bottom: 60px;
}

#atuacao img{
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#atuacao h3{
  color: var(--main-white);
  font-size: 34px;
  line-height: 36px;
  font-weight: bold;
}

#atuacao .faixa{
  width: 150px;
  max-width: 100%;
  height: 2px;
  background-color: var(--main-white);
}

#atuacao .box{
  display: flex;
  justify-content: initial;
  align-items: center;
}

#atuacao .box .item{
  background-color: rgba(40, 64, 114, 0.7);
  padding: 20px;
  margin-right: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-bottom: 20px;
}

#atuacao .box .item .texto, #atuacao .box .item .texto strong{
  color: var(--main-white);
  font-size: 18px;
  line-height: 25px;
}

#atuacao p{
  color: var(--main-white);
  font-size: 18px;
}

#atuacao .box .item .texto strong{
  font-weight: bold;
}

#atuacao .lista{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#atuacao .lista .item{
  float: left;
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: var(--main-white);
  padding: 20px 30px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  min-height: 200px;
  margin-bottom: 20px;
}

#atuacao .lista .item .titulo{
  font-size: 21px;
  font-weight: bold;
  line-height: 23px;
  min-height: 50px;
  margin-bottom: 10px;
}

#atuacao .lista .item .leg{
  font-size: 16px;
}

@media(max-width: 992px){
  #atuacao .lista .item{
    width: 48%;
  }
}

@media(max-width: 767px){
  #atuacao .box{
    display: block;
  }

  #atuacao .btn{
    width: 100%;
  }
}

@media(max-width: 550px){
  #atuacao .lista .item{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
  }
  #atuacao .lista .item .titulo{
    min-height: auto;
  }
}

/***********************************/

#solucao{
  background-color: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 50px;
}

#solucao h2{
  color: var(--main-empresa);
  font-size: 32px;
  font-weight: bold;
}

#solucao img{
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#solucao .painel{
  background-color: var(--main-empresa);
  padding: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#solucao .painel p, #solucao .painel p strong{
  font-size: 18px;
  color: var(--main-white);
}

#solucao .painel p strong{
  font-weight: bold;
}

@media(max-width: 767px){
  #solucao .btn{
    width: 100%;
    margin-bottom: 30px;
  }
}