:root{
    --blue-color: #002D58;
}

.step2, .numero__ticket{
    display: none;
}
.step2{
    padding-bottom: 40px;
}
.main__cta.disabled{
    opacity: 1;
    cursor: pointer;
}
.frm__ctas{
    margin-top: 40px !important;
}
.frm{
    margin-top: 40px;
}
.activar{
    padding: 20px 0px;
}
.frm__title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.5;
}
.payment__text{
    font-weight: bold;
    margin: 30px 0px;
}
.above{
    padding-top: 85px;
}
.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;
}
.frm__col.membresia{
    background-color: #FFFFFF;
}
.membresia h1, .activar h1{
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.4;
}
.membresia p, p.numero__ticket{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.general__data{
    padding: 24px 20px 0px 20px;
    background-color: #FFFFFF;
}
.general__data p{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.datos_membresia{
    font-size: 17px;
    font-weight: bold;
}
.tabs{
    background-color: #FFFFFF;
    padding: 24px 20px;
}

.question p{
    margin: 0;
    color: var(--text-color-negative);
    text-align: left;
    font-weight: bold;
}
p.answer{
    margin: 0;
    margin-bottom: 15px;
    color: var(--text-color-negative);
    text-align: left;
}
.answer{
    display: none;
    padding: 40px 15px 20px 15px;
}
.tab__item{
    margin-bottom: 16px;
}
.question img{
    width: 32px;
    margin-left: 5px;
}
.question{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EFF3F3;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    max-width: 1080px;
    margin: auto;
}
.tab__item .question img{
    transform: rotate(0deg);
    transition: transform ease-in 200ms;
}
.tab__item.visited .question img{
    transform: rotate(180deg);
    transition: transform ease-in 200ms;
}
.tabs__link{
    font-size: 11px;
    line-height: 18px;
    display: inline;
}
.tab__ctas{
    text-align: center;
}
.tab__or{
    margin: 20px 0px;
}
.whats__cta{
    margin-bottom: 40px;
}

.payment__title{
    font-weight: bold;
}
.main__link{
    text-align: center;
    margin: 30px 0px;
}
.new__payment__method{
    display: none;
}
.frm__ctas{
    margin: auto;
}
.main__cta{
    margin: auto;
}
.new__payment__method{
    margin-top: 70px;
}
.msg__error{
    text-align: center;
}
.password__details{
    margin-bottom: 30px;
}

.membresias__info ul li{
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 10px;
}
.membresias__info ul{
    padding: 0px 0px 0px 20px;
}
.membresia__info__title{
    font-weight: bold;
}
.membresia__info__body{
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}
.membresias__row{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    overflow: auto;
    margin-top: 40px;
}
.membresias__grid{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
}
.membresias .main__cta{
    margin: auto;
}
.membresias__item{
    padding: 20px;
    background-color: #F8F8F8;
    height: min-content;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    position: relative;
}
.membresias__item.error{
    color: var(--red-color);
}

.oculto{
    filter: opacity(50%);
    pointer-events: none;
}



.radio__center{
    display:flex; 
    justify-content: center;
}
.membresias__item.selected{
    background-color: #EAEAEA;
}
.membresias__title{
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.membresias__desc{
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.membresias__desc ul{
    padding-left: 20px;
}

.step1__copy {
    font-size: 24px;
    text-align: right;
    font-weight: bold;
    line-height: 1.5;
    color: var(--blue-color);
    margin-top: 30px;
}
#step1ActivaCta{
    display: none;
}
.step1__success{
    display: none;
}
.foo__title{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin-top:40px;
}
.foo__title a{
    color: var(--green-light-color);
    text-decoration: underline;
}

@media screen and (min-width: 370px) {
    .membresias__item{
        padding: 20px 10px;
    }
    .membresias__title{
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (min-width: 420px) {
    br.mobile{
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .main__cta{
        margin: 0px 0px 0px auto;
    }
    .cta__show__error{
        display: block;
        margin-right: 0;
        margin-left: auto;
    }
    .msg__error {
        text-align: right;
    }
    .general__data{
        padding: 48px 20px 0px 20px;
        background-color: #FFFFFF;
    }
    .general__data p{
        font-size: 24px;
    }

    .membresia__grid {
        display: grid;
        grid-gap: 43px;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
    }
    .membresia__item.info{
        grid-column-start: 2;
        grid-row-start: 1;
    }
    .membresia{
        padding-top: 38px;
    }
    .membresia__cover{
        max-width: none;
    }
    .membresias__grid{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 943px) {

    .membresias__grid{
        margin: 0;
    }
    .membresias__top .main__cta{
        width: 200px;
    }
}

@media screen and (min-width: 1200px) {
    .step2{
        padding-bottom: 80px;
    }
    .frm__title{
        font-size: 24px;
        margin-bottom: 50px;
    }
    .return__link{
        font-size: 24px;
        margin-bottom: 45px;
    }
    .return__link img{
        width: 17px;
    }
    .membresia h1, .activar h1{
        margin-bottom: 45px;
        font-size: 36px;
        line-height: 52px;
    }
    .activar h1{
        margin-bottom: 30px;
    }
    .membresia p, p.numero__ticket{
        font-size: 24px;
    }
    .general__data p{
        font-size: 24px;
    }
    .tabs{
        padding: 75px 0px;
    }
    .question p{
        font-size: 20px;
        line-height: 32px;
    }
    .answer p, .answer a.tabs__link{
        font-size: 18px;
        line-height: 30px;
    }
    .question img {
        width: 38px;
        margin-left: 10px;
    }
    .tab__item {
        margin-bottom: 25px;
    }
    .answer{
        padding-top: 30px;
    }
    .add__payment__method{
        margin-top: 60px;
    }
    .frm{
        margin-top: 20px;
    }
    .membresia__copy {
        font-size: 30px;
        font-weight: bold;
        line-height: 44px;
        text-align: justify;
    }
    .membresias__grid{
        grid-gap: 24px;
        max-width: 1020px;
        margin: auto;
    }
    .membresias__row{
        margin-top: 54px;
        grid-gap: 72px;
        grid-template-columns: repeat(2, 1fr);
    }
    .membresias__info ul li{
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .membresias__title{
        font-size: 20px;
        line-height: 32px;
    }
    .step1__copy {
        font-size: 30px;
        text-align: right;
        font-weight: bold;
    }
    .foo__title{
        font-size: 30px;
        margin: 120px auto 40px auto;
        max-width: 900px;
    }
    .lista {
        list-style-type: disc; 
        padding-left: 20px; 
    }
}

.question p{
    margin: 0;
    color: var(--text-color-negative);
    text-align: left;
    font-weight: bold;
}
p.answer{
    margin: 0;
    margin-bottom: 15px;
    color: var(--text-color-negative);
    text-align: left;
}
.answer{
    display: none;
    padding: 20px 15px;
}
.beneficios__item{
    margin-bottom: 16px;
}
.question img{
    width: 32px;
    margin-left: 5px;
}
.question{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EFF3F3;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
}
.beneficios__item .question img{
    transform: rotate(0deg);
    transition: transform ease-in 200ms;
}
.beneficios__item.visited .question img{
    transform: rotate(180deg);
    transition: transform ease-in 200ms;
}
.faqs__link{
    font-size: 11px;
    line-height: 18px;
    display: inline;
}
.beneficios__ctas{
    text-align: center;
}
.beneficios__or{
    margin: 20px 0px;
}
