﻿
html {
    height: 100%;
}

footer {
    position: relative;
    bottom: 1px
}

.link {
    text-decoration-line: underline;
    color: #51A5E1;
}

.email {
    margin-top: 48px;
    margin-bottom: 17.5px;
    text-align: center;
}

.titulo-politica {
    display: none;
}

.checkbox-aceitar-termos {
    height: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}



.titulo-cliente h2, .titulo-sucesso h2 {
    font-family: 'Colour-Sans';
    font-weight: 700;
    line-height: 125%;
    color: #012169;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.04em;
}

.titulo-cliente label, .titulo-sucesso label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #696F76;
}

section#cadastro-cliente #sub-titulo {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #696F76;
}

/*    span {
                    display: block;
                    width: 10px;
                    height: 10px;
                }*/

.span-senha {
    background-image: url('../assets/img/icons/icon-neutro.svg');
    background-repeat: no-repeat;
}

.nav {
    display: none;
}

.header-cliente {
    margin-left: 4px;
    margin-top: 20px;
}

    .header-cliente.active {
        margin-right: 0px;
    }

    .header-cliente p {
        width: 259px;
        text-align: center;
        margin: 0px 40px 0px 36px;
        height: 24px;
        margin-top: 3px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #012169;
    }

    .header-cliente span, cliente-sucesso span {
        margin-top: 6px;
        margin-left: 4px;
        width: 16px;
        height: 16px;
        background-image: url('../assets/img/icons/icon-voltar-cadastro.svg');
        background-repeat: no-repeat;
        position: absolute;
    }


section#cadastro-cliente hr {
    width: 300px;
    height: 0px;
    border: 1px solid #9FA5AD;
}

#cadastro-cliente-concluir-sobre button, #cadastro-cliente-concluir-senha button, #cadastro-cliente-concluir-termo button, #botao-cadastro-realizado {
    border-radius: 8px;
    border: none;
    width: 335px;
    height: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #9FA5AD;
}

    #cadastro-cliente-concluir-sobre button.active, #cadastro-cliente-concluir-senha button.active, #cadastro-cliente-concluir-termo button.active, #botao-cadastro-realizado.active {
        background-color: #227FC2;
        color: white;
    }

        #cadastro-cliente-concluir-sobre button.active:hover, #cadastro-cliente-concluir-senha button.active:hover, #cadastro-cliente-concluir-termo button.active:hover, #botao-cadastro-realizado:hover {
            background-color: #175582;
            color: white;
        }

.botao-voltar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 24px;
}

.icon-voltar {
    background-image: url('../assets/img/icons/icon-voltar-cadastro.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.box-cadastro {
    display: flex;
    margin: 25px auto;
    -ms-flex-align: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 10px
}

    .box-cadastro p {
        margin: 0;
        margin-left: 20px;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        color: #012169;
    }

p.exemplo-celular {
    margin-left: 10px;
    font-size: 13px;
    opacity: 0.6;
}

.desktop {
    margin-left: 5px;
}

#formulario-cliente .input-text {
    color: #696F76;
    width: 100%;
    height: 66px;
    background: #FFFFFF;
    border: 1px solid #D9DFE7;
    border-radius: 8px;
    margin: 12px 0px 0px 0px;
    padding-left: 16px;
}

#formulario-cliente .input-text-senha {
    color: #696F76;
    width: 100%;
    height: 66px;
    background: #FFFFFF;
    border: 1px solid #D9DFE7;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    margin: 0px 0px 12px 0px;
    border-right: none;
    padding-left: 16px;
}

#formulario-sucesso {
    display: none;
}

.campo-cadastro {
    display: flex;
    justify-content: space-between;
}

.termo {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #20252B;
    text-align: left;
}

.scroll-box {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 335px;
    height: 460px;
    margin: 0 auto;
    background-color: white;
    border-radius: 4px;
}

    .scroll-box::-webkit-scrollbar {
        width: 12px;
    }

    .scroll-box::-webkit-scrollbar-track {
        background: #FAFCFD;
    }

    .scroll-box::-webkit-scrollbar-thumb {
        background-color: #D9DFE7;
        border-radius: 4px;
    }

#content-text-modal-politica-privacidade {
    padding: 15px;
}

.row-condition {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.row-condition-text {
    margin: 8px 0px 0px 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #696F76;
}

section#cadastro-cliente .list-requisitos {
    margin-left: 0px;
    padding: unset;
    margin: auto;
}

    section#cadastro-cliente .list-requisitos span {
        color: #696F76;
        margin-right: 9.64px;
        height: 12px;
        width: 12px;
    }

.column-condition {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 30px 0px 15px 0px;
}

.campo-olho {
    display: flex;
}


.container-olho {
    height: 66px;
    background: white;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 12px;
    border: 1px solid #D9DFE7;
    border-left: none;
}

.olho {
    margin: auto;
    align-items: center;
    margin-top: 24px;
    margin-right: 16px;
}

.row-condition-text-sucesso {
    margin-bottom: 58px;
}

section#cadastro-cliente #cadastro-reenviar-email {
    color: #217fc2;
}

.input-field {
    position: relative;
    text-align: start;
}

    .input-field input {
        display: block;
        border: none;
        padding: 16px 16px 0px 16px !important;
        -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
        transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
        background-position: -200px 0;
        background-size: 200px 100%;
        background-repeat: no-repeat;
    }

        .input-field input:disabled {
            background-color: #f8f9fa;
        }

        .input-field input:focus {
            box-shadow: none;
            outline: none;
            background-position: 0 0;
        }

    .input-field label {
        opacity: 1;
        color: #9e9e9e;
        font-size: 14px;
        position: absolute;
        top: 10px;
        padding-top: 10px;
        padding-left: 16px;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: rgb(1, 33, 105);
        transition: .2s ease-out;
    }

    .input-field .label-senha {
        padding-top: 0px;
    }

.column-condition-final {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5vh 0vh;
}

@media (max-width: 769px) {
    .container-senha-cliente {
        width: 100%;
    }

    #login {
        height: 100%;
    }

    #formulario-cliente {
        width: 335px;
    }

    .botao-mobile {
        position: fixed;
        left: 0%;
        right: 0%;
        top: 88%;
    }

    .container-sobre-cliente .input-field label {
        top: 1px;
    }
}

section#cadastro-cliente {
   padding:15px;
}

@media (min-width: 769px) {

    section#cadastro-cliente {
        display: flex;
        justify-content: center;
        height: auto;
    }

    .tab-content > .active {
        display: flex;
        flex-direction: column;
        margin-top: 55px;
    }

    .colunas-sobre {
        flex-wrap: wrap;
        justify-content: center;
    }

    section#cadastro-cliente #sub-titulo {
        font-size: 20px;
        text-align: center;
    }


    .header-cliente, .menu-mobile-deslogado .wrap-header--menus-saibamais,
    .menu-mobile-logado .wrap-header--menus-saibamais, .menu-mobile-deslogado,
    .menu-mobile-logado {
        display: none;
    }


    .titulo-politica {
        display: block;
    }

    .titulo-cliente, .titulo-sucesso {
        width: 767px;
        margin-top: 20px;
        margin-bottom: 32px;
    }

        .titulo-cliente h2 {
            width: 767px;
            font-size: 56px;
            font-weight: 700;
            line-height: 125%;
        }

        .titulo-sucesso h2 {
            font-size: 56px;
        }

    #formulario-cliente {
        width: 800px;
        margin: auto;
        text-align: center;
    }

        #formulario-cliente .input-text {
            width: 373px;
            /*margin-right: 16px;*/
        }

    #formulario-sucesso {
        width: 800px;
        margin: auto;
        text-align: center;
    }



    .titulo-cliente label, .titulo-sucesso label {
        width: 751px;
    }

    .row-condition-text label {
        width: 365px;
    }

    #cadastro-cliente-concluir-sobre button, #cadastro-cliente-concluir-senha button, #cadastro-cliente-concluir-termo button {
        position: unset;
        /*            bottom: 0px;*/
        margin-bottom: 0px;
        background-color: #D9DFE7;
        border-radius: 8px;
        border: none;
        width: 335px;
        height: 48px;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        color: #9FA5AD;
    }

    #cadastro-cliente-concluir-termo button {
        width: 653px;
    }

        #cadastro-cliente-concluir-sobre button.active, #cadastro-cliente-concluir-senha button.active, #cadastro-cliente-concluir-termo button.active {
            background-color: #227FC2;
            color: white;
        }

            #cadastro-cliente-concluir-sobre button.active:hover, #cadastro-cliente-concluir-senha button.active:hover, #cadastro-cliente-concluir-termo button.active:hover {
                background-color: #175582;
                color: white;
            }

    .box-cadastro {
        margin-top: 33px;
    }

    .botao-proximo-cliente {
        width: 367px;
        margin: 33px 0px 100px 125px;
    }

    section#cadastro-cliente hr {
        width: 767px;
        margin: 35px 0px 35px 0px;
    }

    .desktop {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .list-requisitos {
        width: 380px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: auto;
        padding-left: 20px;
    }

    #formulario-cliente .input-text-senha {
        width: 335px;
    }

    footer {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 20px 20px 20px 20px;
    }

    .form-cliente-cad {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section#cadastro-cliente .scroll-box {
        width: 100%;
        height: 345px;
    }

    .column-condition {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 30px 0px 15px 0px;
    }
}
