/* Estilos generales */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.container {
  width: 60%;
  margin: 85px auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h4 {
  color: #333;
}

/* Estilos del formulario */
.form-group {
  margin-bottom: 15px;
}

label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
select {
  width: 20%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
#nombres,#identificacion,#celular,#email{
  width: 20%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
#direccion
{
  width: 70%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
#otrotiporeclamo,#otrodocumento,#otraaccion{
  width: 30%;
  resize: vertical;
}
#descripcionqueja{
  width: 70%;
  resize: vertical;
  min-height: 80px;
}
input[type="radio"] {
  margin-right: 5px;
}

/* Botón de envío */
button {
  background-color: #0056B8;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #0056B8;
}

/* Estilos de enlaces */
a.btn {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

a.btn:hover {
  text-decoration: underline;
}
.f-inst p{
    color:#007bff;
    cursor:pointer;
}

/*Agregado */

