* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: var(--font-principal-bold);
  color: var(--blanco);
  background: #258266;
  min-height: 100vh;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 34px 22px 28px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 26px;
  align-items: start;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}

.hero h1 {
  font-family: var(--font-principal-bold);
  /* font-size: clamp(2.8rem, 5.6vw, 5rem); */
  font-size: 50px;
  line-height: 0.86;
  font-weight: 400;
  margin: 0;
  /* max-width: 10.5ch; */
  color: var(--amarillo);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.terminios-text {
  color: rgba(255, 255, 255, 0.86);
  max-width: 42rem;
  font-size: 1rem;
  /* line-height: 1.65; */
  margin: 0;
  /* letter-spacing: 0.3em; */
  font-weight: 800;
}

.highlight-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.highlight-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 209, 0, 0.18);
}

.highlight-card i {
  color: var(--amarillo);
  font-size: 1.15rem;
  margin-top: 2px;
}

.highlight-card strong {
  display: block;
  color: var(--amarillo);
  margin-bottom: 2px;
}

.hero-art {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 0;
  height: 100%;
}

.hero-art-card {
  width: 100%;
  max-width: 520px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero-art-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.glass-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.form-shell {
  padding: 0;
  position: relative;
  overflow: hidden;
}

/* .section-title {
            font-family: 'Bebas Neue', sans-serif;
            font-size: clamp(2rem, 3vw, 2.8rem);
            color: var(--amarillo);
            letter-spacing: 0.06em;
            margin: 0 0 18px;
            text-transform: uppercase;
        } */

label {
  color: var(--amarillo);
  font-weight: 100;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  margin-bottom: 3px;
}
.custom-control-label {
  color: var(--blanco);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08rem;
  text-transform: none;
}
.custom-control-label a {
  color: var(--amarillo);
}
.form-group {
  margin-bottom: 0.85rem;
}

.form-row {
  margin-left: -8px;
  margin-right: -8px;
}

.form-row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.form-control,
.custom-select {
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid var(--amarillo);
  border-radius: 20px;
  padding: 6px 8px;
  height: auto;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: var(--verde);
  font-size: 14px;
}
.text-codigo {
  background: var(--amarillo) !important;
  color: var(--verde);
}

.form-control:focus,
.custom-select:focus {
  background: rgba(255, 255, 255, 1);
  color: var(--verde);
  border-color: var(--blanco);
}
input[type="date"].form-control::-webkit-date-and-time-value {
  text-align: left;
  min-height: 1.5em;
}
input[type="date"].form-control {
  -webkit-appearance: none;
  min-height: 44px;
  line-height: 1.5;
  color: var(--verde);
}

input[type="date"].form-control::-webkit-date-and-time-value {
  text-align: left;
  min-height: 1.5em;
}
.custom-select option {
  color: #111;
}
.form-control::placeholder {
  /* color: rgba(17, 17, 17, 0.38); */
  color: --var(--verde);
  font-weight: 700;
}

.help-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-family: "roboto", sans-serif;
}

.terms-box {
  padding: 16px 18px;
  /* border-radius: 16px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 209, 0, 0.16); */
}
.alerta-form {
  font-family: "Roboto", sans-serif;

}
.btn-register {
  border: 0;
  border-radius: 2px;
  padding: 11px 22px;
  background: var(--amarillo);
  color: var(--verde);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  width: 120px;
  margin: 18px auto 0;
  display: block;
}

.btn-register:hover {
  background: var(--verde);
  color: var(--amarillo);
  transform: translateY(-1px);
  transition: all 0.5s ease;
  border: 2px solid var(--amarillo);
}
.modal-terminos {
  letter-spacing: 0.08rem;
  padding:1rem 1.25rem;
  background: var(--verde);
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
/* .footer-note {
            color: rgba(255, 255, 255, 0.75);
            font-size: .86rem;
            text-align: center;
            padding: 18px 0 30px;
            font-weight: 600;
        } */
@media (max-width: 853px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 40px;
  }
  .highlight-row {
    grid-template-columns: 1fr;
  }
  .form-shell {
    padding: 0;
  }
  .btn-register {
    width: 100%;
  }
  .hero-art {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 22px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 40px;
  }
  .highlight-row {
    grid-template-columns: 1fr;
  }
  .form-shell {
    padding: 0;
  }
  .btn-register {
    width: 100%;
  }
}
