/* -----             Formulário            -----*/
.conteudo form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 15px;
}

.conteudo form p{
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #FFF;
}
.conteudo form input {
  width: 100%;
  height: 35px;
  margin-bottom: 5px;
  background: #fff;
}
.conteudo form textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  background: #fff;
  padding-top: 10px;
}

.conteudo .input[type="submit"], .conteudo button{
  height: 40px;
  text-transform: uppercase;
  float: right;
}

.conteudo .escolha-btn{
  display: block;
  width: 100%;
  line-height: 50px;
  padding-left: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  background: #CEBD99 url(../img/geral/seta-select.png) no-repeat 98% center;
}
  .combo-oculto {
    
  }
  .combo-oculto .item{
    color: #333;
    font-size: 14px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
  }
/* ---------------------------------------------*/
