﻿.input-section.valid{
    display:none;
}

.title-intro.valid{
    display:none;
}

.title-intro h3 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.title-intro.testeb h3 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
}

.title-intro p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
}


.intro.confirmation.advantages h4 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}



.info-wrapper .Account-Benefits .account-benefits-info-wrapper {
    margin-top: 25px;
    margin-left: 15px;
}

    .info-wrapper .Account-Benefits .account-benefits-info-wrapper p {
        padding-left: 0;
    }

    .info-wrapper .Account-Benefits .account-benefits-info-wrapper .Account-Benefits-info.Account-Benefits-info.border-card {
        margin-bottom: 15px;
        border-bottom: 1px solid #E8E8E8;
    }

    .info-wrapper .Account-Benefits .account-benefits-info-wrapper .Account-Benefits-info {
        display: flex;
        padding-bottom: 15px;
    }

        .info-wrapper .Account-Benefits .account-benefits-info-wrapper .Account-Benefits-info .Account-Benefits-info-informations {
            padding-left: 10px;
            width: 100%;
        }

        .info-wrapper .Account-Benefits .account-benefits-info-wrapper .Account-Benefits-info img {
            width: 33px;
            height: 42px;
        }

        .info-wrapper .Account-Benefits .account-benefits-info-wrapper .Account-Benefits-info .Account-Benefits-info-title {
            margin-bottom: 5px;
            font-family: Roboto;
            font-weight: 500;
            font-size: 16px;
            line-height: 18px;
            color: #000000;
        }

        .info-wrapper .Account-Benefits .account-benefits-info-wrapper .Account-Benefits-info .Account-Benefits-info-text {
            font-family: Roboto;
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            width: 100%;
        }


.to-site{
    display: none;
}


.registerLogin2022 .registration-success .info-section {
    margin-bottom: 40px;
}

.info-section .qrcode-wrapper {
    background: #242424;
    width: 100%;
}

.info-section .qrcode-texts {
    padding: 40px;
}

    .info-section .qrcode-texts .qrcode-pretitle {
        font-family: Roboto;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        vertical-align: middle;
        margin-bottom: 10px;
        padding: 0;
        color: #FFFFFF;
    }

    .info-section .qrcode-texts .qrcode-title {
        font-family: Roboto;
        font-weight: 500;
        font-size: 34px;
        line-height: 40px;
        vertical-align: middle;
        color: #C30000;
        margin-bottom: 10px;
        padding: 0;
        white-space: normal;
    }

    .info-section .qrcode-texts .qrcode-subtitle {
        font-family: Roboto;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        vertical-align: middle;
        padding: 0;
        color: #FFFFFF;
    }

.info-section .qrcode-video{
    width: 100%;
}


.registerLogin2022 .two-side.registration-success {
    flex-direction: column;
}


.registerLogin2022 .container-fluid .info-section.register-success {
    height: 100%;
}


.registerLogin2022 .two-side .info-section.register-success {
    overflow: initial;
}

.qrcode-download-app {
    display: flex;
    margin-top: 10px;
}

.googleplay-qrcode,
.appstore-qrcode {
    display: initial;
}

.googleplay-qrcode{
    margin-right: 10px;
}

.registerLogin2022.registrationsuccess .header-steps-section .step-name {
    display: none;
}

.submit-content.desktop {
    display: none;
}

.submit-content mobile-only {
    display: block;
}

    .registerLogin2022 .input-section.needvalidation {
        padding: 0 15px;
    }

        .registerLogin2022 .input-section.needvalidation .generic-form.valid-inputs .title-intro.testeb h3 {
            margin-top: 20px;
        }

.input-section.needvalidation .submit-content {
    margin-bottom: 40px;
}

.input-section.needvalidation .submit-content .link-button.move-step p {

    margin: 0;
}

.Account-Benefits-title {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #242424 !important;
    padding-left: 0;
    width: 100%;
}



@media (min-width: 992px) {
    .title-intro h3 {
                margin-bottom: 45px;
                margin-top: 0;
            }

    .registerLogin2022 .input-section.needvalidation .generic-form.valid-inputs .title-intro.testeb h3 {
        margin-bottom: 20px;
        margin-top: 0;
    }

            .registerLogin2022 .two-side.registration-success {
                flex-direction: row;
            }

            .registerLogin2022 .container-fluid .info-section.register-success {
                height: initial;
            }

            .info-section .qrcode-texts .qrcode-title {
                white-space: nowrap;
            }

            .googleplay-qrcode,
            .appstore-qrcode {
                display: none;
            }

            .info-wrapper .Account-Benefits .account-benefits-info-wrapper {
                margin-top: 35px;
                margin-left: 15px;
            }

                .info-wrapper .Account-Benefits .account-benefits-info-wrapper .Account-Benefits-info img {
                    width: 42px;
                    height: 42px;
                }

            .submit-content.desktop {
                display: block;
            }

            .submit-content mobile-only {
                display: none;
            }

    .registerLogin2022 .input-section.needvalidation {
        padding: 0;
        padding-right: calc(68.5 / 1366 * 100vw);
    }

    .title-intro.testeb h3 {
        margin-top: 0;
    }
}