.formulario{
  max-width:850px;
  margin:0 auto;
  background-color: #FFF;
  padding:0;
  padding-bottom: 100px;
}

p{
  padding-bottom: 10px;
  padding-top: 15px;
  font-weight: 550;
}

.campoObligatorio{
  color:red;
}

.botonCargar{
  background-color: #eee;
  color: #c7b299;
  font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
  border-radius: 0;
}

select{
  font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
}

.btn-danger {
    color: #c7b299;
    background-color: #f2ede6;
    border-color: transparent;
}

.btn-danger:hover {
    color: #c7b299;
    background-color: #f2e6ff;
    border-color: transparent;
}

.btn-success {
    color: #c7b299;
    background-color: #eee;
    border-color: transparent;
    border-radius: none;
    font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
}

.btn-success:hover {
    color: #fff;
    background-color: grey;
    border-color: transparent;
    border-radius: none;
    font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
}

.titulosPreguntas{
  padding-bottom: 0px;
  padding-top: 15px;
}

input{
  width:100%;
}

.especialRadio{
  width:auto;
}

.enviarFormulario{
  width:auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  color: white;
  background-color: #c7b299;
}

::placeholder {
  font-size: 0.9rem;
  padding-left: 6px;
}

textarea{
  width: 100%;
  overflow: scroll;
  resize: none;
}

.completa{
  width: 100%;
  height: auto;
}

.subTitulo{
  padding-bottom: 0px;
  padding-top: 5px;
  font-size: 0.9rem;
  font-style: italic;
  color: #666;
}

.tituloReconociendo{
  font-size: 38px;
  font-weight: normal;
  padding:0px;
  padding-top: 62px;
  padding-bottom: 62px;
}



.numeroPregunta{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px!important;
  padding-right: 0px!important;
  margin-left: 0px!important;
  margin-right: 0px!important;
  margin-top: 0;
  background-color: #c7b299;
  color: white;
  text-align: center;
}

.pregunta{
  background-color: #f2ede6;
  outline: 1px solid transparent;
  padding-top: 0px;
  padding-bottom: 35px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 16px;
}

.espaciado{
  margin-right: 50px;
  margin-left: 50px;
}

.tituloPrincipal{
  color: white;
  background-color: #c7b299;
  margin:0;
  padding:0;
}

body{
  background-image: url("../img/fondo_valientes.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
}

/*{
  border: 1px solid blue;
}*/
