.above{
    padding-top: 100px;
    margin-bottom: 20px;
}
.membresia__info.date{
    color: #06716C;
}
.return__link{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #002D58;
    margin-bottom: 30px;
}
.return__link img{
    width: 15px;
    margin-right: 16px;
}
.membresia{
    background-color: #F8F8F8;
    padding: 45px 0px;
    text-align: center !important;
}
h1{
    margin: 0px 0px 50px 0px;
}
.membresia p{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.main__cta{
    margin: 40px auto;
}
.swal2-cancel-button{
  background-color: #002D58;
  height: 2rem;
  color: #FFFFFF;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: none;
}

.swal2-confirm-button{
  color:#002D58;
  text-decoration: underline;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-weight: bold;
}

.swal2-cancel-button,
.swal2-confirm-button {
    display: block;
    font-family: "Bogle";
    width: 100%;
    margin-bottom: 10px; /* Ajusta según sea necesario */
    font-size: 1.125em;
}

#modal_code {
  font-family: "Bogle";
  font-size: 1.5rem;
  text-align: center;
  box-sizing: border-box;
  color: #333;
}

#modal_code {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1); 
  backdrop-filter: blur(5px); 
  padding: 20px;
  width: 100%;
  height: 100vh;
}

#modal_code button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 18px;
  color: gray;
}

#modal_code button.close:hover {
  color: black;
}

#sms_title {
  border: solid 1px #ccc;
  margin: 70px auto;
  padding: 20px 30px;
  display: inline-block;
  box-shadow: 0 0 4px #ccc;
  background-color: #FAF8F8;
  overflow: hidden;
  position: relative;
  max-width: 650px;
  width: 100%;
}

#sms_title h3 {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.25;
}

#sms_title a{
  color: #002D58;
  text-decoration: underline;
}

#sms_title a:hover{
  color: #1a75ce;
  transition: .3s ease-in-out;
}

#sms_title span {
  font-size: 90%;
}

#form_sms {
  max-width: 550px;
  margin: 25px auto;
}

#form_sms input {
  margin: 0 5px;
  text-align: center;
  line-height: 80px;
  font-size: 50px;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  width: 11%;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}

#form_sms input:focus {
  border-color: #1a75ce;
  box-shadow: 0 0 5px #002D58 inset;
}

#form_sms input::selection {
  background: transparent;
}

#form_sms button {
  font-family: "Bogle";
  font-weight: bold;
  color: white;
  margin: 30px 0 50px;
  width: 80%;
  padding: 6px;
  background-color: #002D58;
  border: none;
  text-transform: uppercase;
}

#form_sms button:hover {
  background-color: #1a75ce;
  transition: .3s ease-in-out;
  cursor: pointer;
}

#sms_title button.close {
  width: 22px;
  position: absolute;
  right: 5px;
  top: 5px;
}

#confirm_sms {
  display: none;
}

#sms_title div {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #modal_title {
    margin: 50px auto 10px;
  }
}

@media screen and (min-width: 1200px) {
    .return__link{
        font-size: 24px;
        margin-bottom: 45px;
    }
    .return__link img{
        width: 17px;
    }
    .membresia h1{
        margin-bottom: 45px;
        font-size: 36px;
        line-height: 52px;
    }
    .membresia p{
        font-size: 24px;
    }
    .cancel__cta{
        font-size: 24px;
        line-height: 38px;
        margin-top: 124px;
    }
    .main__cta{
        margin: -18px 140px 0px auto
    }

}