.agegatePage {
  min-height: 100vh;
  margin: 0;
}

.agegatePage .agegateBgFrame {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

.agegatePage .popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 16, 29, 0.9);
  z-index: 9999;
  display: flex;
  padding: 2rem;
  overflow-y: auto;
  pointer-events: none;
}

.agegatePage .popupContentAge {
  background: #ffffff;
  padding: 2rem;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(9, 16, 29, 0.4);
  pointer-events: auto;
}

.agegatePage .textHeaderAge {
  color: #009845;
  text-align: center;
  font-family: "Chronic";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.agegatePage .parAge {
  color: #009845;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 905px;
}

.agegatePage .btn {
  display: inline-block;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.agegatePage .btnMayor {
  font-family: "Open Sans";
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #fa7902;
  --bs-btn-border-color: #fa7902;
  --bs-btn-hover-color: #fa7902;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #fa7902;
  color: #ffffff;
  background: #fa7902;
  border-color: #fa7902;
}

.agegatePage .btnMenor {
  font-family: "Open Sans";
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #009845;
  --bs-btn-border-color: #009845;
  --bs-btn-hover-color: #009845;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #009845;
  color: #ffffff;
  background: #009845;
  border-color: #009845;
}

.agegatePage .btnMayor:hover,
.agegatePage .btnMayor:focus-visible,
.agegatePage .btn-mayor:hover,
.agegatePage .btn-mayor:focus-visible {
  color: #fa7902;
  background: #ffffff;
  border-color: #fa7902;
}

.agegatePage .btnMenor:hover,
.agegatePage .btnMenor:focus-visible,
.agegatePage .btn-menor:hover,
.agegatePage .btn-menor:focus-visible {
  color: #009845;
  background: #ffffff;
  border-color: #009845;
}

@media (min-width: 0) and (max-width: 599.9px) {
  .agegatePage .btnMenor {
    margin-top: 1rem;
  }
  .agegatePage .parAge {
    font-size: 11px;
  }
}
