 
    body{
      font-family: bnd;
      background-color: white;
      color: #baa768;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #58585A;
    }
    .owl-theme .owl-dots .owl-dot span {
      background: #cccccc;
    }
      #div_formulario{

  width: 100%;
  color: #565455;
  font-size: 16px;
}

.texto_laranja{

  color: #baa768;
}



#titulo_formulario p {

  color: #565455;
  font-size: 21px;
}

            p{
                color: #565455;
            }

            input, select, textarea{

                background-color: white;
            }

            #tabela_formulario{

                height: 100%;
                background-color: #e6e6e6;
            }

            #tabela_formulario input, select, textarea, p, option{

                width: calc(100% - 40px);
                min-height: 50px;
                padding-left: 3px;
                padding-right: 3px;
                margin-bottom: 10px;
                margin-left: 20px;
                border:0px;
            }

            #recebe_dados{

                width: calc(100% - 40px);
                padding-left: 3px;
                padding-right: 3px;
                margin-bottom: 10px;
                margin-left: 20px;
                border:0px;
            }

            #sessao-contato h1, h2{

                color: #baa768;
                padding-left: 3px;
                padding-right: 3px;
                margin-bottom: 10px;
                margin-left: 20px;
            }

            #sessao-contato h2{

                color: #baa768;
                padding-left: 3px;
                padding-right: 3px;
                margin-top: 60px;
                margin-left: 20px;
            }

            #sessao-contato h4{

                color: #565455;
                padding-left: 3px;
                padding-right: 3px;
                margin-bottom: 10px;
                margin-left: 20px;
            }

            #btncadastrar{

                background-color: #baa768;
                cursor: pointer;
                color: white;
                font-weight: bold;
                font-size: 20px;
            }

            .pdentro{
                font-size: 14px;
            }

            .col-md-12 {
              color: #baa768;
            }

            .campos input {

  width: 100%;
  min-height: 50px;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 10px;
  border: 1px solid;
  padding-left: 15px;
}

.campos select {

  margin: 0px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
  border: 1px solid;
  
}

.campos textarea {

  margin: 0px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 20px;
}

.campos input:focus {

  border: 1px solid #baa768;
  outline: none
}

.campos select {

  border: 1px solid #baa768;
  outline: none
}

.campos textarea {

  border: 1px solid #baa768;
  outline: none
}

.campos select:focus {

  border: 1px solid #baa768;
  outline: none
}

select option {
  background-color: white;
  color: #baa768;
}

select option::selection {
  background-color: #baa768;
  color: white;
}
