header nav ul li{
  margin-right: 0px;
}
#home .planos{
  background: url(../img/layout/bg_encontra.png) bottom no-repeat;
  height: 44.219vw;
}
#home .planos p{
  font-size: 19px;
  padding-bottom: 20px;
  line-height: 31px;
}

#home .planos .lista_planos .plano{
  height: 28.604vw;
}

#home .quem_somos{
  float: left;
  width: 100%;
}

#home .quem_somos h2 {
    background: url(../img/layout/icon_tit.png) center bottom no-repeat;
    display: block;
    text-align: center;
    font-size: 49px;
    color: #283618;
    font-family: Cormorant-Medium;
    padding-bottom: 50px;
    margin-bottom: 80px;
}

#home .quem_somos p{
  font-size: 17px;
  color: #283618;
  line-height: 25px;
  padding-left: 21px;
}

#encontrar.view .box-conteudo .links{
  justify-content: center;
}


#encontrar .lista_pessoas{
  justify-content: space-between;
}



header nav ul li a{
  padding: 5px 10px;
}


#representantes .form .campos select{
  float: left;
  display: block;
  height: 60px;
  width: 49%;
  background-color: #fff;
  border: 1px solid #ebebeb;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 21px 20px;
  color: #505050;
}

p img.align-right{
  float: right;
  margin-left: 20px;
}

p img.align-left{
  float: left;
  margin-right: 20px;
}

figure.image.align-right{
  float: right;
  margin-left: 20px;
}

figure.image.align-left{
  float: left;
  margin-right: 20px;
}

.slider-nav .foto img{
  width: 100%;
  border: 1px #e1e1e1 solid;
  cursor: pointer;
}

.slider-nav .foto img:hover{
  border: 1px #dda15e solid;
}

.slider-nav .foto{
  padding: 5px;
}
.slider-nav .slick-track {
    display: flex;
    align-items: center;
}

div.message{
  background-color: #3b6c02!important;
  color: #fff;
}


@media all and (max-width: 530px) {
  #home .planos{
    height: auto;
    padding-bottom: 60px;
  }
  #home .planos h2{
    line-height: 92px;
  }
  #home .planos .lista_planos .plano{
    height: auto;
  }

  #cadastro .subtit{
    line-height: 25px;
  }
  #cadastro .form{
    padding: 0px 5px;
  }
  #cadastro input{
    width:100%;
  }
  #cadastro .campos{
    display: block;
  }

  #encontrar.view #video iframe{
    height: 300px;
  }
  #encontrar.view .box-conteudo .links{
    display: block;
  }
  #encontrar.view .box-conteudo .links a{
    margin-bottom: 10px;
  }

  #encontrar.view .slider-for .foto img{
    width: 100%;
  }

  #encontrar .lista_pessoas{
    justify-content: center;
    display: block;
  }

  #encontrar .lista_pessoas .pessoa{
    margin-bottom: 70px;
    display: block;
  }

  #cadastro input#CadastroAceito{
    width: 20px!important;
    height: 20px!important;
    margin-bottom: 0px;
  }

  #cadastro .campo_checkbox{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
  }

  #cadastro .form .campos{
    display: block;
  }

  #cadastro .form input, textarea{
    width: 100%;
  }
}
