body {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
}

h1 {
    font-family: "PruModern-BoldSemiCon", "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
}

.o-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-bottom: 15px;
}

.footer {
    display: flex;
    flex-direction: column;
}

nextjs-portal {
    display: none;
}

.o-aside {
    grid-area: aside;
}

.o-footer {
    grid-area: footer;
}

.o-img {
    grid-area: text;
    margin: 0;
    align-self: start;
}

.o-header {
    display: flex;
    align-self: auto;
    align-items: center;
    justify-content: space-between;
    margin: 2rem;
}

.form-login {
    grid-area: login;
    max-width: 400px;
}

.logo {
    max-width: 170px;
}

.text-white {
    color: #fff;
}

.retangulo-contorno {
    border: 1px solid #ffffff8f;
}

.p-4 {
    padding: 1.5rem;
    margin-top: 4rem;
}

.mb-2 {
    font-size: 2.5rem;
}

.btn-link-vg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    margin: 0;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 64px;
    border-radius: var(--mui-shape-borderRadius);
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 5px 15px;
    border: 1px solid currentColor;
    border-color: var(--variant-outlinedBorder, currentColor);
    background-color: var(--mui-palette-primary-contrastText);
    color: var(--variant-outlinedColor);
    --variant-textColor: var(--mui-palette-primary-main);
    --variant-outlinedColor: var(--mui-palette-primary-main);
    --variant-outlinedBorder: rgba(var(--mui-palette-primary-mainChannel) / 0.5);
    --variant-containedColor: var(--mui-palette-primary-contrastText);
    --variant-containedBg: var(--mui-palette-primary-main);
    margin-top: calc(3* var(--mui-spacing));
    margin-bottom: calc(2* var(--mui-spacing));
}

.midias {
    grid-area: siga /2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 93px;
}

.midia-img {
    width: 16px;
}

.politica {
    grid-area: politica /2;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    padding-top: 32px;
}

.politica-texto {
    margin: 0;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    text-align: center;
    opacity: 0.5;
}

.linha {
    grid-area: linha;
    margin: 0;
    border-width: 0;
    border-bottom-width: thin;
    opacity: 0.5;
}

.linha-header {
    margin: 0;
    border-width: 0;
    border-bottom-width: thin;
    display: none;
    margin-bottom: 1rem;
}

.bg-azul-escuro {
    background: #0C1C41;
}

.link-social {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #999999;
    border-radius: 50%;
}

.d-flex {
    display: flex;
    margin: 0;
    margin-left: 1rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    gap: 1rem;
}

.grupo-image {
    opacity: 1;
    margin-right: 15px;
}

.form-title {
    text-align: left;
    font: normal normal bold 56px/59px PruModern-BoldSemiCon;
    letter-spacing: -0.15rem;
    color: #0C1C41;
    opacity: 1;
    margin: 0;
}

.form-subtitle {
    font: normal normal normal 18px/26px Open Sans;
    letter-spacing: 0px;
    color: #0C1C41;
    opacity: 1;
    margin: 0;
}

@media screen and (min-width: 866px) {
    .login-content {
        min-height: 500px;
    }
}

.mfaInfo h5 {
    margin-bottom: 0;
    font: normal normal bold 13px/24px Open Sans;
    letter-spacing: 0px;
    color: #666666;
}

.mfaInfo h6 {
    margin-top: 0.2rem;
    font: normal normal normal 13px/24px Open Sans;
    letter-spacing: 0px;
    color: #666666;
}

.back-arrow-icon {
    fill: var(--mui-palette-primary-main);
    width: 24px;
    height: 24px;
}

.back_button .back-arrow-text {
    display: flex;
    font: normal normal normal 13px/20px Open Sans;
    letter-spacing: 0px;
    color: #002044;
    text-align: center;
}

.o-header-back_button a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 425px) {
    .o-header {
        margin: 1rem;
        margin-right: 0;
        margin-left: 0;
        padding-left: calc(2 * var(--mui-spacing));
        padding-right: calc(2 * var(--mui-spacing));
    }

    .login-content {
        min-height: "auto !important";
    }
}

@media screen and (max-width: 865px) {
    .o-main {
        display: flex;
        flex: 1;
        flex-direction: column-reverse;
        margin-bottom: 15px;
    }

    .o-img {
        margin: 0;
        align-self: center;
        max-width: 100%;
        height: auto;
    }

    .grupo-image {
        opacity: 1;
        margin-right: auto;
        padding-left: calc(2 * var(--mui-spacing));
        padding-right: calc(2 * var(--mui-spacing));
        max-width: calc(100% - (4 * var(--mui-spacing)));
        height: auto;
    }

    .form-login {
        max-width: 100%;
        width: -webkit-fill-available;
    }

    .back-arrow-text {
        display: none !important;
    }

    .linha-header {
        display: block;
    }

    .login-content {
        min-height: "auto !important";
    }
}

@media screen and (min-width: 1400px) {
    body {
        display: grid;
        grid-template-rows: 80px auto 1fr;
        grid-template-columns: 15% 70% 15%;
        grid-template-areas:
            "header header header"
            "main main main"
            "footer footer footer";
    }

    .body-with-top-modal {
        display: grid;
        grid-template-rows: 80px auto 1fr;
        grid-template-columns: 15% 70% 15%;
        grid-template-areas:
            "topmodal topmodal topmodal"
            "header header header"
            "main main main"
            "footer footer footer";
    }

    .o-main {
        grid-area: main / 2;
        grid-template-columns: 50% 50%;
        grid-template-areas:
            "text login"
    }

    header {
        grid-area: header / 2;
        align-self: center;
    }

    .o-header {
        margin-top: 2rem;
        margin-right: 2rem;
        margin-bottom: 2rem;
        margin-left: 0px;
    }

    .o-header-back_button {
        grid-area: header / 2;
        justify-self: flex-end;
        align-self: center;
    }

    .retangulo-contorno {
        margin-bottom: 1rem;
    }

    footer {
        display: grid;
        grid-template-columns: 15% 70% 15%;
        grid-template-rows: 91px 1px 1fr;
        grid-template-areas:
            "siga siga siga"
            "linha linha linha"
            "politica politica politica";
    }

    .top-modal {
        grid-area: topmodal;
    }
}

@media (max-width: 767.98px) {
    header {
        transition: margin-top 0.3s ease;
    }
}

.header-with-margin {
    margin-top: 104px;
}

#overlay-modal-download-app {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: flex-end;
    z-index: 999;
    display: none;
    /* display: flex; */
    justify-content: end
}

#overlay-modal-download-app>.fixed-box {
    /* position: fixed; */
    bottom: 0;
    /* width: 100% - 50px; */
    height: 252px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
    background-color: #ffffff !important;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.fixed-box img {
    height: 64px;
    width: 64px;
}

.fixed-box p {
    font-size: 18px;
    color: #111111;

    >span {
        color: #555555;
    }
}

.fixed-box button {
    font-size: 16px;
}

#overlay-modal-download-app #openOrDownloadBtn {
    padding: 11px 24px;
    background-color: #006CF2;
    color: white;
    min-height: 46px;
    width: 100%;
}

.fixed-box button:last-child {
    margin: 0;
    padding: 0;
    color: #006CF2;
}

.top-modal {
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px 12px 6px;
    /* z-index: 1000; */
    box-sizing: border-box;
    overflow-x: hidden;
    flex-direction: row;
    flex: 1;
    display: none;
    /* display: flex; */
}

.content-group {
    display: flex;
    align-items: flex-start;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 0.6;
    padding: 3px;
    margin-right: 8px;
    margin-top: -6px;
    color: #8d8d8d;
    cursor: pointer;
}

.logo-top-modal {
    margin-right: 8.95px;
    width: 38px;
    height: 38px;
}

.text-box {
    display: inline-block;
    color: #111111;
    font-size: 12px;
    align-self: center;
}

.text-box p {
    margin: 0;
}

.top-modal .btn {
    white-space: nowrap;
    padding: 5px 16px;
    font-size: 13px;
    background-color: #006CF2;
}

.text-center {
    text-align: center !important;
}

.btn {
    cursor: pointer;
    border: 1px solid transparent;
}

.btn-link {
    border: 1px solid transparent;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-sm {
    height: 31px;
}