/* FORMULARIO DE RESERVAS */
label{
  color: white;
}
.sec_reservas {
  width: 100%;
  flex-basis: 180%;
}

.sec_reservas p,
.sec_reservas h1 {
  text-align: center;
}

.sec_reservas h1 {
  font-size: 40px;
  color: white;
}


#requerimientos {
  resize: none;
}

input[type="text"],
textarea {
  width: 100%;
  min-width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
  resize: vertical;
}

input[type="email"] {
  width: 50%;
  margin-top: 6px;
  background-color: white;
  margin-bottom: 6px;
  padding: 6px;
}

#legal_form {
  font-size: 8px;
  text-align: left;
  padding-top: 10px;
}

.formulario a {
  color: #d47800;
  font-size: 14px;
}

#priv {
  color: #d47800;
}

#priv2 {
  font-size: 8px;
}

.formulario a:hover,
#priv:hover {
  color: #d89640;
}
