﻿
.ajuste_msgerro {
    margin-left: 6vw;
    text-align: left;
    margin-top: 1vw;
    font-family: var(--font-family-koho);
}

.box_cadastro {
    height: 90vh;

}

/*************************************************************** logomarca */
.logo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0vw;
    margin-bottom: 0vw;
    position: relative;
    z-index: 1;
}

    .logo img {
        display: flex;
        width: 18vw;
        height: 18vw;
        color: var(--cor_principal);
    }

/********************************************************* texto de login */
.texto_login {
    text-align: center;
    font-family: var(--font-family-koho);
    color: var(--cor_cinza_escura);
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 0;
}

/******************************************************* Formulario/Label/Input */
form {
    display: block;
    margin-top: -5em;
    box-sizing: border-box;
    padding: 0 0.8em;
}

.label_inputs {
    display: block;
    font-family: var(--font-family-koho);
    font-size: 1.4em;
    color: var(--cor_cinza_clara);
    font-weight: 900;
    letter-spacing: 0.03em;
    margin-left: 6vw;
    padding-bottom: 0.3vw;
    padding-top: 0.5vw;
}

.box_input {
    margin: 0vw auto 1vw auto;
    width: 70%;
    font-family: var(--font-family-koho);
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    font-size: 1.1em;
    border: none;
    height: 1.8vw;
    box-shadow: 0 0 0.2vw var(--cor_cinza_clara);
    border-bottom: 0.01vw solid var(--cor_principal_transparencia);
    resize: none;
    z-index: 10;
    position: relative;
}

    .box_input:focus,
    .box_input:hover {
        border: none;
        outline: none;
        box-shadow: 0 0 0.2em var(--cor_cinza_clara);
        border-bottom: 0.01em solid green;
        resize: none;
    }

/* bloco esqueci a senha */

.esqueci_senha {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 2vw 0vw 1.5vw 0vw;
    font-family: var(--font-family-montserrat);
    font-size: 1.2em;
    font-weight: bold;
    color: var(--cor_cinza_escura);
    text-decoration: none;
    cursor: pointer;
}

    .esqueci_senha:hover {
        text-decoration: underline;
    }


/* botão */
.botao_solido {
    display: flex;
    font-family: var(--font-family-koho);
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    color: var(--cor_branca);
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 5vh;
    border-radius: 0.3vw;
    background-color: var(--cor_principal);
    border: none;
    margin: 2vw 0 0 6vw;
    cursor: pointer;
}

    .botao_solido:hover {
        filter: brightness(0.85);
    }

/* texto de cadastro */
.texto_cadastro {
    text-align: center;
    font-family: var(--font-family-montserrat);
    font-size: 1.2em;
    color: var(--cor_cinza_escura);
    margin-top: 2vw;
}

    .texto_cadastro a {
        color: var(--cor_cinza_escura);
        font-weight: bold;
        font-size: 1.0em;
        text-decoration: none;
    }

        .texto_cadastro a:hover {
            text-decoration: underline;
        }


.scrollable-section {
    max-height: calc(90vh - 2.0vw);
    overflow: hidden;
    overflow-y: auto;
    margin-top: 0.5vw;
}
/***************************************************** Modal Esqueci a Senha */
/* em vez de .modal { ... } */


/* NÃO definir display aqui, deixa o Bootstrap/jQuery cuidar */

.modal-content {
    width: 100%;
    height: auto;
    padding: 0.5vw 2vw;
    position: relative;
    border: none;
    margin: auto;
}

.btn_fechar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--cor_cinza_clara);
    text-decoration: none;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 1vw;
    right: 2vw;
}

.modal-titulo {
    font-family: var(--font-family-montserrat);
    color: var(--cor_cinza_escura);
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1vw;
}

.modal-descricao {
    font-family: var(--font-family-montserrat);
    color: var(--cor_cinza_escura);
    font-size: 1em;
    margin-bottom: 2vw;
}

.label_ajuste_modal {
    margin-left: 0;
}

.ajuste_box_input_modal {
    width: 100%;
}


.botao_enviar {
    width: 100%;
    height: 2.4vw;
    background-color: var(--cor_principal);
    color: white;
    border: none;
    border-radius: 0.3vw;
    font-weight: bold;
    margin-top: 0.8vw;
    font-family: var(--font-family-koho);
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
}

    .botao_enviar:hover {
        filter: brightness(0.85);
    }



.box_senha {
    position: relative;
}

#eyeIcon {
    position: absolute;
    right: 6vw;
    top: 0.0vw;
    padding-top:0.3em;
    color: var(--cor_cinza_clara);
    z-index: 999;
    font-size:1em;
}










#installButton {
    display: none; /* O botão só aparecerá nas telas especificadas abaixo */
    background-color: transparent; /* Cor de fundo do botão */
    color: var(--cor_principal);
    font-size: 1em;
    font-family: var(--font-family-koho);
    font-weight: bold;
    border: none;
    border-radius: 3em;
    padding: 0.3em 2em;
    margin: 2em auto 2em auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    cursor: pointer;
    box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

    #installButton i {
        font-size: 1.2em;
    }

    #installButton:hover {
        background-color: #cc006b;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transform: translateY(-2px);
    }


.ios-modal .modal-body .textos_modal {
    padding-left: 1.5em; /* Alinha os itens para espaço dos bullets */
}

    .ios-modal .modal-body .textos_modal li {
        margin-bottom: 1em; /* Espaçamento entre itens da lista */
        position: relative;
        list-style-type: none; /* Remove o bullet padrão */
        padding-left: 1.5em; /* Espaço para o bullet customizado */
    }

        .ios-modal .modal-body .textos_modal li::before {
            content: '•'; /* Adiciona o bullet personalizado */
            color: #ff007f; /* Cor rosa */
            font-size: 2.5em; /* Ajuste conforme necessário */
            position: absolute;
            left: 0; /* Posiciona o bullet à esquerda do texto */
            top: -5vw;
        }

.botao_entendi {
    padding:0.5em 0.8em;
    border-radius:0.5em;
    border:none;
    color:white;
    background-color: var(--cor_principal);
}











.social-login-box {
    text-align: center;
    margin-top: 2em;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 0;
    color: #888;
    font-size: 0.9em;
}

    .divider::before,
    .divider::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #ddd;
        margin: 0 1em;
    }

.social-login-button.google {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    padding: 0.6em 1em;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    font-family: sans-serif;
    transition: all 0.2s ease-in-out;
    gap: 0.5em;
}

    .social-login-button.google:hover {
        background-color: #f5f5f5;
        border-color: #aaa;
    }

    .social-login-button.google img {
        width: 20px;
        height: 20px;
    }








@media only screen and (max-width: 1024px) {
    .box_login {
        width: 45vw;
        height: 90vh;
        margin: auto;
    }

    .logo {
        margin-top: 0vw;
        margin-bottom: 0vw;
    }

        .logo img {
            width: 30vw;
            height: 30vw;
        }

    form {
        padding: 0 1vw;
    }



    .box_input {
        width: 75%;
        height: 4vw;
        box-shadow: none;
        border-bottom: none;
        border: 0.2vw solid var(--cor_cinza_botao);
    }




    /* botão */
    .botao_solido {
        margin: 2vw auto 0 auto;
        min-height: 4vw;
        width: 75%
    }

    /* texto de cadastro */
    .texto_cadastro {
        margin-top: 2vw;
    }




    /****************************************** Modal Esqueci a Senha */
    .modal {
        top: 10vh !important;
        left: 20vw;
        width: 60vw;
        border-radius: 2vw;
        transform: translate(0%, 10%)
    }

    .modal-content {
        padding: 1vw 6vw;
    }


    .label_ajuste_modal {
        margin-left: 0;
    }

    .ajuste_box_input_modal {
        width: 100%;
    }

    .botao_enviar {
        height: auto;
        border-radius: .8vw;
        margin-top: 1vw;
    }

    .scrollable-section {
        max-height: calc(100vh - 8.0vw);
    }

    #installButton {
        display: flex;
    }
    .social-login-button.google {
        width: 70%;
        height: 7vh;
    }

}

@media only screen and (max-width: 768px) {


    .box_login {
        width: 45vw;
        height: 90vh;
        margin: auto;
    }

    .logo {
        margin-top: 0vw;
        margin-bottom: 0vw;
    }

        .logo img {
            width: 30.5vw;
            height: 30.5vw;
        }


    form {
        padding: 0 1vw;
    }



    .box_input {
        width: 75%;
        height: 5vw;
        box-shadow: none;
        border-bottom: none;
        border: 0.3vw solid var(--cor_cinza_botao);
    }



    /* botão */
    .botao_solido {
        margin: 2vw auto 0 auto;
        width: 75%
    }

    /* texto de cadastro */
    .texto_cadastro {
        margin-top: 2vw;
        font-size: 1.0em;
    }

    .esqueci_senha {
        font-size: 1.0em;
    }

    /****************************************** Modal Esqueci a Senha */
    .modal {
        top: 0vh !important;
        left: 15vw;
        width: 70vw;
        border-radius: 2vw;
        transform: translate(0%, 5%)
    }

    .modal-content {
        padding: 1vw 6vw;
    }


    .modal-titulo {
        margin-bottom: 1vw;
    }



    .label_ajuste_modal {
        margin-left: 0;
    }

    .ajuste_box_input_modal {
        width: 100%;
    }

    .botao_enviar {
        height: auto;
        border-radius: .8vw;
        margin-top: 2vw;
    }

    .scrollable-section {
        max-height: calc(100vh - 6.0vw);
    }

    .social-login-button.google {
        width: 90%;
        height: 7vh;
    }

}

@media only screen and (max-width: 480px) {

    .box_cadastro {
        height: 100vh;
    }

    .bloco_video {
        display: none;
    }

    .box_login {
        width: 100vw;
        height: 100vh;
        margin: auto;
    }

    .logo {
        margin-top: 0vw;
        margin-bottom: 0vw;
    }

        .logo img {
            width: 60vw;
            height: 60vw;
        }

    form {
        padding: 0 4vw;
    }

    .texto_login {
        font-size: 8vw;
    }

    .label_inputs {
        font-size: 5vw;
        margin-bottom: 1vw;
        margin-top: 2vw;
    }


    .box_input {
        width: 89%;
        height: 10vw;
        box-shadow: none;
        border-bottom: none;
        border: 0.5vw solid var(--cor_cinza_botao);
    }

    .esqueci_senha {
        margin-top: 6vw;
        font-size: 4vw;
    }

    /* botão */
    .botao_solido {
        font-size: 5vw;
        margin: 8vw auto 0 auto;
        width: 90%
    }

    /* texto de cadastro */
    .texto_cadastro {
        font-size: 4vw;
        margin-top: 4vw;
    }

        .texto_cadastro a {
            font-size: 4vw;
        }


    /****************************************** Modal Esqueci a Senha */
    .modal {
        top: 32.5vh;
        left: 10vw;
        width: 80vw;
        border-radius: 2vw;
        transform: translate(0%, 25%)
    }

    .modal-content {
        padding: 6vw 6vw;
    }


    .modal-titulo {
        margin-bottom: 2vw;
    }


    .label_ajuste_modal {
        margin-left: 0;
    }

    .ajuste_box_input_modal {
        width: 100%;
    }

    .botao_enviar {
        height: 8vw;
        border-radius: 1vw;
        margin-top: 3vw;
    }
    #eyeIcon {
        padding-top:0.4em;
        font-size: 1.1em;
    }


    .social-login-button.google {
        width: 80%;
        height:5vh;
    }
}
