.formulario-contacto {
  background-color: #5fc4e2;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}

.formulario-contacto .form-label {
  font-weight: 500;
}

.formulario-contacto .form-control {
  border-radius: 8px;
}

.formulario-contacto button {
  background: #1b4b79;
  border-radius: 8px;
  font-weight: bold;
}

.mb-3 textarea {
  resize: none;
}
