/* --------------------------- pagina area pessoal -------------------------- */

#area-pessoal * {
    font-family: Metropolis;
}

#area-pessoal .as-tuas-compras {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#area-pessoal {
    display: flex;
    flex-direction: row;
    margin: 0 -20px;
}

#area-pessoal .col-left {
    width: 33%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
#area-pessoal .col-right {
    width: 66%;
    padding: 20px;
}

#area-pessoal .user-info {
    background: url("/wp-content/uploads/2021/11/popup_cta.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
}

#area-pessoal .user-img {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
}

#area-pessoal .email {
    margin-top: 15px;
    font-family: Metropolis;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

#area-pessoal .user-info .btns {
    display: flex;
    flex-wrap: wrap;
}

#area-pessoal .up-btns {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
}

#area-pessoal .senha,
#area-pessoal .pessoais {
    width: 50%;
}

#area-pessoal .senha {
    padding-left: 12px;
}
#area-pessoal .pessoais {
    padding-right: 12px;
}

#area-pessoal .btns button {
    width: 100%;
    background: #fe2d2f;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #fff;
    color: #fff;
    font-family: Metropolis;
    transition: 0.3s;
}

#area-pessoal hr,
#area-pessoal a {
    width: 100%;
}

#area-pessoal .btns .financeira button {
    background: #fff;
    color: #fe2d2f;
}

#area-pessoal .btns hr {
    margin-bottom: 12px;
}

#area-pessoal .senha:hover button,
#area-pessoal .pessoais:hover button {
    background: #fff;
    color: #fe2d2f;
}

#area-pessoal .btns .financeira:hover button {
    background: #fe2d2f;
    color: #fff;
}

#area-pessoal h3 {
    font-family: Metropolis;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}
#area-pessoal p a,
#area-pessoal p {
    color: #fff;
}

#area-pessoal p a {
    text-decoration: underline;
}

#area-pessoal .container {
    border-radius: 12px;
    background: #222;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 15px;
}

#area-pessoal .qr-code-container .container {
    background: #fff;
}

#area-pessoal .as-tuas-compras .container {
    background: #fe2d2f;
}

#area-pessoal .otp-container {
    margin: 20px -15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#area-pessoal .o-teu-plano .container {
    width: calc(50% - 10px);
    background: #9c9c9c;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
}

#area-pessoal .as-tuas-aulas .container {
    background: #000;
    display: flex;
    flex-direction: column;
    min-height: 150px;
}

#area-pessoal .as-tuas-aulas .aula {
    display: flex;
    margin-bottom: 25px;
}

#area-pessoal .as-tuas-aulas .aula:last-child {
    margin-bottom: 0;
}

#area-pessoal .aula h3 {
    font-weight: 400;
}

#area-pessoal .aula img {
    max-width: 120px;
    object-fit: cover;
    margin-right: 20px;
    max-height: 120px;
    border-radius: 6px;
}

#area-pessoal .aula .info {
    display: flex;
    flex-direction: column;
}

#area-pessoal .aula .duracao {
    font-size: 12px;
    color: #fff;
    width: 10;
}

#area-pessoal .aula .tipo {
    font-size: 32px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

#area-pessoal .as-tuas-aulas button {
    background: #fe2d2f;
    border-radius: 20px;
    border: 0;
    color: #fff;
    transition: 0.3s;
    padding: 12px 25px;
    width: fit-content;
    margin-top: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

#area-pessoal .as-tuas-aulas button:hover {
    background: #fff;
    color: #fe2d2f;
}
#area-pessoal .as-tuas-aulas button.btn-ticket {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
}
#area-pessoal .as-tuas-aulas button.btn-ticket img {
    filter: invert(1);
    width: 15px;
    height: 17px;
    margin-right: 8px;
    border-radius: 0;
}
.print-ticket {
    padding: 5px 10px;
    font-family: "Metropolis", sans-serif;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid #fe2d2f;
    font-size: 14px;
    margin: 0 auto;
    background-color: #fe2d2f;
    color: #fff;
}

#area-pessoal .as-tuas-aulas button.btn-ticket:hover img {
    filter: invert(45%) sepia(84%) saturate(5225%) hue-rotate(336deg) brightness(93%) contrast(118%);
}

.popup-ticket {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

#area-pessoal .aula .erro {
    color: #fff;
}

#area-pessoal button.marcar {
    margin-left: auto;
    margin-top: 20px;
}

#area-pessoal button.marcar.disable {
    cursor: not-allowed;
    opacity: 0.4;
}

#area-pessoal .aulas {
    overflow-y: auto;
    max-height: 500px;
}
#area-pessoal .aula-btns {
    display: flex;
    justify-content: flex-start;
}
#area-pessoal .aula-ticket {display: none;}

#area-pessoal .qr-code-container .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    padding: 30px;
}

#area-pessoal .qr-code-container h3 {
    color: rgb(27, 27, 27);
    text-align: center;
    font-weight: 500;
}

#area-pessoal .qr-code-container button,
#area-pessoal .info-pagamento button {
    border: 0;
    width: 100%;
    background: #fe2d2f;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    transition: 0.3s;
    font-weight: bold;
    text-transform: uppercase;
}

#area-pessoal .qr-code-container button:hover,
#area-pessoal .info-pagamento button:hover {
    background: #fff;
    color: #fe2d2f;
}

#area-pessoal .otp-container .info {
    background: #fff;
    display: block;
    height: 100%;
    flex-wrap: wrap;
    padding: 20px 10px;
    border-radius: 3px;
}

#area-pessoal .otp-container .status,
#area-pessoal .otp-container .inicio,
#area-pessoal .otp-container .pagamento {
    display: block;
}

#area-pessoal .otp-container .status {
    color: #fe2d2f;
}

#area-pessoal .otp-container .mudar-plano {
    margin: 25px 0;
    width: auto;
}

#area-pessoal .otp-container hr {
    margin-bottom: 30px;
}

#area-pessoal .otp-container .info img,
#area-pessoal .info-pagamento button img,
#area-pessoal .btn-fatura img {
    filter: invert(1);
    /* width: 15px; */
    height: 17px;
    margin-right: 8px;
}

#area-pessoal .otp-container button:hover img,
#area-pessoal .otp-container a:hover img,
#area-pessoal .info-pagamento button:hover img {
    filter: invert(45%) sepia(84%) saturate(5225%) hue-rotate(336deg) brightness(93%) contrast(118%);
}

#area-pessoal .otp-container button,
#area-pessoal .otp-container a,
#area-pessoal .info-pagamento .meio-pagamento,
#area-pessoal .info-pagamento button,
#area-pessoal .btn-fatura,
#area-pessoal .btns-red-voltar{
    background: #fe2d2f;
    color: #fff;
    border-radius: 6px;
    border: 0;
    transition: 0.3s;
    padding: 12px 8px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

#area-pessoal .otp-container button:hover,
#area-pessoal .otp-container a:hover,
#area-pessoal .info-pagamento button:hover,
#area-pessoal .btns-red-voltar:hover{
    background: #fff;
    color: #fe2d2f;
}

#area-pessoal .btns-red-voltar{
    width:auto;
}

#area-pessoal .otp-container .titulo {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    width: 100%;
    margin-top: 20px;
}

#area-pessoal .otp-container .sub {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

#area-pessoal .compras img {
    width: 18px;
    filter: invert(1);
}

#area-pessoal .col div {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

#area-pessoal .as-tuas-compras .container {
    padding: 30px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#area-pessoal .as-tuas-compras .container.falta-meio-pagamento {
    max-width: calc(50% - 10px);
}
#area-pessoal .col {
    width: 50%;
}

#area-pessoal .col:nth-child(2) div {
    text-align: right;
}

#area-pessoal .info-items {
    background: #fff;
    display: flex;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 20px;
}

#area-pessoal .info-items .item {
    border-right: 1px solid #ddd;
}

#area-pessoal .info-items .item,
#area-pessoal .info-items .valores {
    width: 50%;
    padding: 0 12px;
    text-align: right;
}

#area-pessoal .info-pagamento * {
    color: #777777;
}

#area-pessoal .info-pagamento {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 12px;
    width: 100%;
}

#area-pessoal .info-pagamento .tipo {
    color: #777777;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

#area-pessoal .info-pagamento .col {
    width: 50%;
    padding: 10px;
}

#area-pessoal .info-pagamento button,
#area-pessoal .btn-fatura {
    width: 100%;
    margin-top: 20px;
}

#area-pessoal .info-pagamento button span,
#area-pessoal .btn-fatura span {
    color: #fff;
}

#area-pessoal .info-pagamento button:hover span {
    color: #fe2d2f;
}

#area-pessoal .info-pagamento .col div span {
    font-size: 12px;
}

#area-pessoal .info-pagamento .col div {
    display: flex;
    justify-content: space-between;
}
#area-pessoal .info-pagamento .col div.paguecom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#area-pessoal .info-pagamento .meio-pagamento {
    margin-top: 30px;
    justify-content: center;
}

#area-pessoal .info-pagamento .col:nth-child(1) {
    display: flex;
    flex-direction: column;
}

#area-pessoal .info-pagamento .col:nth-child(1) button,
#area-pessoal .btn-fatura {
    margin-left: auto;
    width: auto;
}

#area-pessoal .info-pagamento .col .info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#area-pessoal .info-pagamento .col .info span {
    width: calc(50% - 24px);
    font-weight: 600;
    margin: 0 12px;
}

#area-pessoal .info-pagamento .col .info span.name {
    font-size: 21px;
    color: #6c757d;
}

#area-pessoal .info-pagamento .col > img {
    max-width: 120px;
    max-height: 70px;
    height: 100%;
}

#area-pessoal .info-pagamento .col .info span.value {
    font-size: 21px;
    color: #484848;
    text-align: left;
}

#area-pessoal .info-pagamento .col:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#area-pessoal .footer-btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#area-pessoal .footer-btns a {
    width: auto;
    height: auto;
    padding: 12px 8px;
    margin-bottom: 10px;
}
#area-pessoal .footer-btns button {
    margin-bottom: 10px;
}

#area-pessoal .falta-meio-pagamento .info-pagamento .col {
    width: 100%;
}

#area-pessoal .falta-meio-pagamento .info-pagamento .meio-pagamento {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
}
#area-pessoal .notice{
    padding: 15px;
    background-color: red;
    margin-bottom: 15px;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    #area-pessoal {
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto;
    }

    #area-pessoal > .col-right,
    #area-pessoal > .col-left {
        width: 100%;
    }

    #page .financial-block .col-right,
    #page .financial-block .col-left {
        width: 100%;
    }

    #page .financial-block .col-right {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 850px) {
    
    #area-pessoal .footer-btns {
        flex-direction: column;
        max-width: 150px;
        margin: 0 auto;
    }
    
    #area-pessoal .footer-btns a {
        margin-bottom: 10px;
    }
    #area-pessoal .otp-container button, 
    #area-pessoal .otp-container a, 
    #area-pessoal .info-pagamento .meio-pagamento, 
    #area-pessoal .info-pagamento button,
    #area-pessoal .falta-meio-pagamento .info-pagamento .meio-pagamento {
        font-size: 14px;
    }

    #area-pessoal .otp-container .info img, 
    #area-pessoal .info-pagamento button img {
        height: 14px;
    }
}

@media screen and (max-width: 767px) {
    #area-pessoal .info-pagamento .col {
        width: 100%;
    }

    #area-pessoal .otp-container {
        flex-wrap: wrap;
    }

    #area-pessoal .o-teu-plano .container {
        width: 100%;
        margin-bottom: 40px;
    }

    #area-pessoal .as-tuas-compras .container.falta-meio-pagamento {
        max-width: 100%;
    }

    #area-pessoal .btns button {
        font-size: 12px;
    }

    #area-pessoal .qr-code-container button, #area-pessoal .info-pagamento button {
        padding: 8px 30px;
        font-size: 12px;
    }

    #area-pessoal .otp-container button, #area-pessoal .otp-container a, #area-pessoal .info-pagamento .meio-pagamento, #area-pessoal .info-pagamento button {
        padding: 8px;
    }

    #area-pessoal .col div {
        font-size: 14px;
        line-height: 1.3;
    }

    #area-pessoal .otp-container .info img, 
    #area-pessoal .info-pagamento button img {
        height: 12px;
    }
    #area-pessoal .otp-container button, 
    #area-pessoal .otp-container a, 
    #area-pessoal .info-pagamento .meio-pagamento, 
    #area-pessoal .falta-meio-pagamento .info-pagamento .meio-pagamento,
    #area-pessoal .info-pagamento button {
      font-size: 12px;
    }

    #area-pessoal .col-left,
    #area-pessoal .col-right {
        padding: 0;
    }

    #area-pessoal .falta-meio-pagamento .info-pagamento .meio-pagamento {
        margin-top: 10px;
    }

    #area-pessoal .footer-btns {
        display: block;
        max-width: 100%;
    }
    #area-pessoal .as-tuas-aulas .aula,
    #area-pessoal .aula-btns {
        flex-direction: column;
    }
    #area-pessoal .aula img {
        max-width: 100%;
        max-height: 70px;
        margin-right: 0;
        object-position: center;
    }
    #area-pessoal .as-tuas-aulas button {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    #area-pessoal .as-tuas-aulas button.btn-ticket {
        margin: 0 auto 20px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    #area-pessoal .footer-btns {
        flex-direction: column;
        max-width: 150px;
        margin: 0 auto;
    }

    #area-pessoal .footer-btns a {
        margin-bottom: 10px;
    }
}

/* Area de Convidado */

.guest-code {
    text-align: center;
    color: #fff;
}
.guest-code h2 {
    color: #fe2d2f;
    margin-bottom: 20px;
}
.guest-code p {
    color: #fff;
    line-height: 1.19;
    margin-bottom: 50px;
}

#area-pessoal .socials-btns {
    margin: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#area-pessoal .socials-btns .btn {
    border: 0;
    width: 100%;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    transition: 0.3s;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    display: flex;
    font-size: 14px;
    width: auto;
    line-height: 1;
    margin: 5px;
}

#area-pessoal .socials-btns .mobile {
    display: none;
}

#area-pessoal .socials-btns .btn::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}

#area-pessoal .socials-btns .btn.whatsapp {
    border: 1px solid #64b161;
    background-color: #64b161;
    color: #fff;
}

#area-pessoal .socials-btns .btn.messenger {
    border: 1px solid #0285ff;
    background-color: #0285ff;
    color: #fff;
}

#area-pessoal .socials-btns .btn.gmail {
    border: 1px solid #de5145;
    background-color: #de5145;
    color: #fff;
}

#area-pessoal .socials-btns .btn.outlook {
    border: 1px solid #2196f3;
    background-color: #2196f3;
    color: #fff;
}

#area-pessoal .socials-btns .btn.email {
    border: 1px solid #1e88e5;
    background-color: #1e88e5;
    color: #fff;
}

#area-pessoal .socials-btns .btn.whatsapp::before {
    background-image: url('/wp-content/uploads/2022/04/whatsapp.png');
}

#area-pessoal .socials-btns .btn.whatsapp:hover {
    background-color: #fff;
    color: #64b161;
}

#area-pessoal .socials-btns .btn.messenger::before {
    background-image: url('/wp-content/uploads/2022/04/messenger.png');
}

#area-pessoal .socials-btns .btn.messenger:hover {
    background-color: #fff;
    color: #0285ff;
}
#area-pessoal .socials-btns .btn.gmail::before {
    background-image: url('/wp-content/uploads/2022/04/gmail.png');
}

#area-pessoal .socials-btns .btn.gmail:hover {
    background-color: #fff;
    color: #de5145;
}

#area-pessoal .socials-btns .btn.outlook::before {
    background-image: url('/wp-content/uploads/2022/04/outlook.png');
}

#area-pessoal .socials-btns .btn.outlook:hover {
    background-color: #fff;
    color: #2196f3;
}

#area-pessoal .socials-btns .btn.email::before {
    background-image: url('/wp-content/uploads/2022/04/email.png');
}

#area-pessoal .socials-btns .btn.email:hover {
    background-color: #fff;
    color: #1e88e5;
}

@media (hover:none), (hover:on-demand),
(pointer:coarse),(-moz-touch-enabled:1) {
    #area-pessoal .socials-btns .desktop {
        display: none;
    }
    
    #area-pessoal .socials-btns .mobile {
        display: flex;
    }
}

@media only screen and (max-width: 991px) {
    #area-pessoal .socials-btns .btn {
        padding: 5px 10px;
        font-size: 11px;
    }
}

