body {
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
}

.procomer-becas-form label {
    margin-top: 7px;
}
/* HERO */
.hero {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.form-container {
  background: white;
  border-radius: 10px;
}

.title {
  color: #1c8c4c; /* verde del PDF */
  font-weight: bold;
}

.section-title {
  color: #1c8c4c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.error-msg {
  color: red;
  font-size: 0.9rem;
  margin-top: 5px;
}

.input-error {
  border-color: #dc3545 !important;
}

label {
  font-weight: 500;
  margin-bottom: 5px;
}

.form-control {
  border-radius: 6px;
}

.terms-box {
  max-height: 150px;
  overflow-y: auto;
  background: #fafafa;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.btn-submit {
  background-color: #1c8c4c;
  color: white;
  border-radius: 30px;
}

.btn-submit:hover {
  background-color: #146c3a;
}