/* SECCION */
.section-h3 {
  position: absolute;
  top: 2rem;
  text-align: center;
  font-family: Oswald;
  color: white;
  text-shadow: 2px 2px 5px #3a3a3a;
}

.section-title-h1 {
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 2rem;
  font-family: Oswald;
  color: white;
  text-shadow: 2px 2px 5px #3a3a3a;
}

.section-title-h3 {
  position: absolute;
  top: 6.5rem;
  font-family: Oswald;
  color: white;
  text-shadow: 2px 2px 5px #3a3a3a;
}

.section-div {
  position: absolute;
  display: flex;
  justify-content: center;
  background: white;
  width: 60rem;
  height: 80%;
  border-radius: 2rem;
  box-shadow: 2px 2px 6px gray;
}

.section-div-p {
  font-size: 0.8rem;
  text-align: left;
}

.section-div-title {
  position: absolute;
  top: 1rem;
  left: 2rem;
}

.section-div-title-right {
  left: auto;
  right: 2rem;
}

.section-ul-reg {
  top: 4rem;
  width: 37rem;
  left: 2rem;
  font-size: 0.8rem;
}

.section-ul-reg li {
  display: flex;
  padding-bottom: 0.5rem;
}

.section-ul-reg li i {
  color: gray;
}

.section-ul-summary {
  top: 4rem;
  width: 19rem;
  right: 2rem;
  text-align: right;
  font-size: 0.8rem;
}

.section-ul-summary li {
  padding-bottom: 0.5rem;
}

.section-ul-summary li i {
  color: gray;
}

.p-check-email {
  cursor: pointer;
  color: #0090b7;
  text-decoration: underline;
}

.p-check-promo {
  cursor: pointer;
  color: #e20121;
  text-decoration: underline;
}

.li-discount {
  display: none;
  color: #6d4aff;
}

.li-discount-invalid {
  display: none;
  color: rgb(144, 0, 0);
}

.li-discount-old {
  display: none;
  color: rgb(208, 135, 0);
}

.li-price-before {
  display: none;
  text-decoration: line-through;
}

.li-postponed,
.li-promo {
  display: none;
}

.section-input {
  width: 100%;
  height: 2rem;
  color: rgb(80, 80, 80);
  background-color: white;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2em;
  border-style: solid;
  border-color: rgb(188, 188, 188);
  border-width: 0.05em;
  font-family: Poppins;
}

.section-input-promo {
  width: 50%;
  text-align: right;
}

.section-input:focus {
  border-color: #a1deff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(71, 187, 249, 0.2);
  box-shadow: 0 0 0 2px rgba(71, 187, 249, 0.2);
  background-color: white;
}

.section-button {
  position: absolute;
  height: 3rem;
  bottom: 2rem;
  min-width: 20rem;
}
/* * * * * * * * */

/* VERSION MOVIL */
@media only screen and (max-width: 65em) {
  .section-title-h3 {
    top: 10.5rem;
  }

  .section-div {
    top: 7rem;
    width: 95%;
    height: 67rem;
  }

  .section-div-h1 {
    left: auto;
  }

  .section-div-title {
    top: 1.5rem;
    left: 1rem;
  }

  .section-ul-reg {
    width: 90%;
    left: auto;
  }

  .section-div-title-right {
    left: 1rem;
    right: auto;
    top: 38rem;
  }

  .section-ul-summary {
    top: 41rem;
    width: 90%;
    right: auto;
    text-align: left;
  }

  .section-input-promo {
    text-align: left;
  }

  .section-button {
    min-width: auto;
    width: 90%;
  }

  footer {
    top: 80rem;
  }
}
/* * * * * * * * */
