.step2, .numero__ticket{
    display: none;
}
.main__cta.disabled{
    opacity: 1;
    cursor: pointer;
}
.frm__ctas{
    margin-top: 40px !important;
}
.frm{
    margin-top: 35px;
}
.activar{
    padding: 25px 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;
}

.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;
}
.main__cta{
    margin: auto;
}
.new__payment__method{
    margin-top: 70px;
}
.msg__error{
    text-align: center;
}
.password__details{
    margin-bottom: 30px;
}

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

@media screen and (min-width: 1200px) {
    .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;
    }
}

.error_ticket_duplicado{
    display: none;
}

.error_folio_duplicado{
    display: none;
}

.email_error{
    display: none;
}

.telefono_error{
    display: none;
}

#ayuda_ticket {
    width: 20px;
}