.agegate__bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 0;
}

.edad {
  position: fixed;
  z-index: 10000000000000000000;
  text-align: center;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.agegate__overlay {
  inset: 0;
  pointer-events: none;
}

.agegate__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: none;
}

.agegate__logo {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.wrapper-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}

.edad-boton {
  width: 70%;
  display: flex;
  justify-content: space-around;
  pointer-events: auto;
}

.wrapper-txt p:nth-child(1) {
  font-size: min(3.5vw, 37px);
  font-weight: 300;
  font-family: "Dashiell" !important;
  line-height: min(4vw, 40px);
  letter-spacing: 0.02em;
  margin-bottom: 2.125rem;
}

.edad p:nth-child(2) {
  margin-top: 0;
  margin-bottom: 3.125rem;
  font-size: min(4vw, 37px);
}

@media (min-width: 0) and (max-width: 839.9px) {
  .edad-boton {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
  }
}
