h2 {
    color: #000;
}

section.login {
    font-family: Nunito;
    background: #FBFBFF;
}

.container-login {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    width: 72vw;
    margin-left: 14vw;
}

.area-img {
    position: relative;
    width: 55%;
    background-color: #231144;
    padding-top: 19%;
    max-height: 100%;
    margin-bottom: -3%;
}

.area-img div {
    position: absolute;
    width: 100%;
    height: 15vh;
    text-align: center;
    top: 13vh;

}

.area-img h2 {
    display: block !important;
    color: #FBFBFF;
    font-size: 25px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 5%;
}

.area-img p {
    width: 28vw;
    margin: 0 auto;
    color: #FBFBFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.area-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.area-login {
    width: 45%;
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 12%;
    display: none;
}

.area-login h4 {
    color: rgba(0, 0, 0, 1);
    margin-right: 65px;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: Nunito, sans-serif;
}

.area-login span {
    font-family: Nunito;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 21.67px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.area-login.active-step {
    display: flex;
    flex-direction: column;
}

.cabecalho-recuperar {
    display: none;
}

.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.step {
    width: 47px;
    height: 47px;
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.step.active {
    background-color: #ff4d4d;
}

.step.inactive {
    background-color: #cccccc;
}

.line {
    width: 50px;
    height: 1px;
    background-color: #cccccc;
}


.login-logo {
    width: 100%;
    text-align: center;
    margin-top: 10vh;
}

.form-label {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 600;

    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}

.login-form {
    width: 100%;
    margin-top: 5vh;
}

.login-form span {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.buttonLogin {
    width: 300px;
    height: 44px;
    top: 600px;
    left: 742px;
    background: var(--roxo, #231144);
    color: #fff;
    gap: 10px;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 700;
    line-height: 35.98px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    border-radius: 15px;
    opacity: 1;
    border: none;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.buttonLogin:hover {
    background: var(--roxo, #231144);
    /* Mesma cor do estado normal */
    color: #fff;
    /* Sem mudanças de cor */
    cursor: default;
    /* Remove o ponteiro indicando ação */
    box-shadow: none;
    /* Remove sombras ou outros efeitos */
    transform: none;
    /* Remove transformações de hover */
    text-decoration: none;
    /* Remove underline ou decorações de hover */
}

.forgot-password {
    font-size: 14px;
    font-weight: 700;
    line-height: 35.98px;
    text-decoration: underline;
    color: #F02D3A;
}

.area-login p {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left: 15px;
}

.area-login .nãoRecebeu {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left: 15px;
}

.area-login .regraSenha p {
    font-family: Nunito;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.37px;
    text-align: left;
}

.area-login .regraSenha ul {
    list-style-type: square !important;
    margin-left: 50px !important;
}

.area-login .regraSenha ul li {
    font-family: Nunito;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16.37px;
    text-align: left;
}

.btnRenviarCod {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F02D3A;
    margin-left: 15px;
}

.btnRenviarCod.disabled {
    color: #888;
    /* Cor desabilitada */
    pointer-events: none;
    /* Desabilita interações */
    opacity: 0.6;
    /* Reduz opacidade */
    text-decoration: none;
    /* Evita sublinhado no botão */
}


.codigo-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.codigo-recuperar {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #E4E4E4;
    outline: none;
    transition: border-color 0.3s;
}

.codigo-recuperar:focus {
    border-color: #ff4d4d;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(255, 77, 77, 0.5);
}

.codigo-recuperar:not(:focus):not(:placeholder-shown) {
    background-color: #fff;
    border-color: #ccc;
    box-shadow: none;
}

.modal {
    z-index: 1050 !important;
}

.corpo-modal {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;

}

.corpo-modal .title-modal {
    font-family: SF Pro Text;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.87px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #231144;
    margin-top: 25px;
}

.corpo-modal a {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 700;
    line-height: 35.98px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 25px;
}

/* Para telas até 991px */
@media (max-width: 991px) {

    body {
        background: #231144;
    }

    .cabecalho-recuperar {
        background: #231144;
        height: 100px;
        display: flex;
        align-items: center;
        margin-top: 100px;
        border-bottom: none;
        width: 100%;
        justify-content: center;
    }

    footer {
        display: none;
    }

    section.login {
        border-radius: 20px 20px 0 0 !important;
        height: 90vh;
    }

    .area-img {
        display: none;
    }

    .area-login {
        padding: 0;
        width: 100%;
        height: 45vh;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 40%;
    }

    .area-login.active-step {
        display: flex;
    }

    .area-login h4 {
        font-family: Nunito;
        margin-left: 50px;
        font-size: 20px !important;
        font-weight: 800 !important;
        line-height: 27.28px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .area-login span {
        font-family: Nunito;
        font-size: 17px !important;
        font-weight: 400 !important;
        line-height: 21.67px;
        letter-spacing: -0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .area-login p {
        font-family: Nunito;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.1px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-left: 15px;
    }

    .area-login .nãoRecebeu {
        font-family: Nunito;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.1px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-left: 15px;
    }

    .area-login .regraSenha p {
        font-family: Nunito;
        font-size: 12px;
        font-weight: 400;
        line-height: 16.37px;
        text-align: left;
    }

    .area-login .regraSenha ul {
        list-style-type: square !important;
        margin-left: 50px !important;
    }

    .area-login .regraSenha ul li {
        font-family: Nunito;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 16.37px;
        text-align: left;
    }


    .steps-container {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .step {
        width: 47px;
        height: 47px;
        gap: 10px;
        padding: 10px;
        border-radius: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: white;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

    .step.active {
        background-color: #ff4d4d;
    }

    .step.inactive {
        background-color: #cccccc;
    }

    .line {
        width: 50px;
        height: 1px;
        background-color: #cccccc;
    }

    .btnRenviarCod {
        font-family: Nunito;
        font-size: 14px;
        font-weight: 700;
        line-height: 19.1px;
        text-align: center;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F02D3A;
        margin-left: 15px;
    }

    .codigo-container {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .codigo-recuperar {
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 24px;
        border: 2px solid #ccc;
        border-radius: 8px;
        background-color: #E4E4E4;
        outline: none;
        transition: border-color 0.3s;
    }

    .codigo-recuperar:focus {
        border-color: #ff4d4d;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(255, 77, 77, 0.5);
    }

    .codigo-recuperar:not(:focus):not(:placeholder-shown) {
        background-color: #fff;
        border-color: #ccc;
        box-shadow: none;
    }

    .modal {
        z-index: 1050 !important;
    }

    .corpo-modal {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 20px !important;

    }

    .corpo-modal .title-modal {
        font-family: SF Pro Text;
        font-size: 20px;
        font-weight: 700;
        line-height: 23.87px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #231144;
        margin-top: 25px;
    }

    .corpo-modal a {
        font-family: Nunito;
        font-size: 14px;
        font-weight: 700;
        line-height: 35.98px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top: 25px;
    }

}

/* Para telas acima de 991px */
@media (min-width: 992px) {
    .container-login {
        margin-top: 100px;
    }
}


.content-final {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 3%;
}

.container-login {
    /* align-items: center; */
    width: 72vw;
    margin-left: 14vw;
}


.login-footer {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3rem;
}

.login-footer a {
    color: #F02D3A;
    text-decoration: underline;
}

@media (min-width: 768px) {
    h2 {
        display: none;
    }


}