﻿body {
    font-family: sans-serif;
    margin: 0;
}

label {
    margin:0 !important;
}

.loginGeral {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 100vh;
    background-color: #FFF;
}

.imgPrincipal {
    grid-area: 1 / 1 / 2 / 3;
}

.loginInicial {
    grid-area: 1 / 3 / 2 / 4;
}


/*Fundo*/

.meioTelaLogin {
    display: flex;
}

.txtimgLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
}

    .txtimgLogin .menorLogin {
        width: 46vw;
        height: auto;
    }

.imgPrincipal {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-image: url('/icon/ImgLogin03.png');
    background-size: cover;
    background-position: center;
    border: 1rem solid #FFF;
    border-right: none; 
}

.txtimgLogin p {
    margin-top: 0rem;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin: 0 10vw
}

.verde {
    color: var(--cor-secundaria);
    font-weight: 800;
}

.azul {
    color: #36B7FF;
    font-weight: 800;
}

.containerLogin {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 12vw;
}

.containerCliente {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 5vw;
}
/*Login*/
.loginInicial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 2rem;
}

.inicioBV {
    color: #292929;
    text-align: center;
    font-size: 3.1875rem;
    font-weight: 700;
    margin-bottom: 2vw;
}

.formulario {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.emailLogin {
    color: #292929;
    font-size: 1.75rem;
    font-weight: 700;
    display: flex;
}

.inputInicial {
    border-radius: 0.625rem;
    background: #FFF;
    border: 0.5px solid #B6B6B6;
    width: 30rem;
    height: 4rem;
    outline: none;
    font-size: 2.25rem;
    padding: 0rem 1.5rem;
    font-weight: 500;
}

    .inputInicial::placeholder {
        color: #DEDEDE;
        font-size: 2.25rem;
        font-weight: 500;

    }

    .inputInicial:focus {
        border: 0.5px solid #B6B6B6 !important;
    }

.entrarBnt {
    width: 30rem;
    height: 4rem;
    border-radius: 0.625rem;
    background: #292929;
    color: #FFF;
    font-size: 2.25rem;
    font-weight: 700;
    border: none;
    margin-top:3rem;
}

.logosLogin {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 1.2rem;
}


    .logosLogin svg {
        height: 1.83706rem;
    }


.loginAtivo {
    width: 19.875rem;
    height: 3.1875rem;
    border-radius: 0.625rem;
    background: #45C630;
    border: 0.5px solid #B6B6B6 !important;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
}

.selectLogin {
    background-color: white;
    color: #292929;
    font-size: 2rem;
    border: none;
    border-radius: 0.4375rem;
    background: #FFF;
    border: 0.5px solid #B6B6B6 !important;
    width: 30rem;
    height: 4rem;
    padding-left: 1rem
}

.labelColorFont {
    color: #292929;
    font-size: 1.75rem;
    font-weight: 700;
    display: flex;
    margin-top: 1rem;
    margin-bottom: -0.2rem;
}

.loginAtivo {
    width: 30rem;
    height: 4rem;
    border-radius: 0.625rem;
    background: #45C630;
    border: 0.5px solid #B6B6B6 !important;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
}

.pltcNova {
    color: #9B9B9B;
    font-size: 11px;
    padding-left:1.9rem;
}

    .pltcNova a {
        font-weight: 700;
        font-size: 11px;
        color: #292929;
    }

.pltcNova {
    text-align: center;
    margin-top: 0.5rem;
    white-space: nowrap;
}

.loginPrivacidade {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: 100%;
    min-height: 100vh; 
    height: 100%;
}


}

}

.imgPrivacidade {
    grid-area: 1 / 1 / 2 / 2;
}

.loginPIriade3 {
    grid-area: 1 / 2 / 2 / 3;
}

.imgPrivacidade {
    display: flex;
    justify-content: center;
    align-items: flex-end; /* Alinhar a imagem para a parte inferior */
    height: 100%;
    background-image: url('/icon/ImgLogin03.png');
    background-size: cover;
    background-position: center;
    border-right: none;
}

.tituloPLTC {
    display:flex;
    justify-content:center;
    color: #292929;
    font-size: 25px;
    font-weight: 700;
    margin-bottom:2rem;
}

/* Estilização das abas */

.nav-tabs .nav-link.active {
    color: #FFF !important;
    background: #292929 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav.nav-tabs {

}

    .nav.nav-tabs li {
        margin-bottom: -1px;
    }

        .nav.nav-tabs li a {
            color: #333;
            border: 1px solid #ddd;
            border-radius: 5px 5px 0 0;
            margin-right: 5px;
        }


.tab-content {
    border: 1px solid #000;
    background: #FBFBFB;
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.15);
}

    .tab-content h3 {
        color: #333;
        margin-top: 0;
    }

    .tab-content p {
        color: #444;
    }

    .tab-content a {
        color: #007bff;
        text-decoration: none;
    }

        .tab-content a:hover {
            text-decoration: underline;
        }

.blocoprivte2 {
    padding: 2rem 5rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
}

.blocoddtswe2 p {
    font-size:0.8vw;
}

.blocoddtswe2 {
    padding: 2rem;
}
    .blocoddtswe2 h3 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        padding-bottom:1rem;
    }

.FinalPrivaciade {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:2rem;
}

.voltar-btn {
    background-color: black;
    border-radius: 7px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s, color 0.3s;
}

    .voltar-btn:hover {
        background-color: #333;
        color: white;
    }

    .voltar-btn svg {
        margin-right: 10px;
    }

.voltar-text {
    font-size: 18px;
}

.login-container {
    display: flex;
    align-items: center;
    width: 30rem;
    justify-content: space-between;
    margin-top:0.5rem;
}

.esqueceuSenha a {
    color: #292929;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.boxLembrarLG {
    display: flex;
    align-items: center;
}

    .boxLembrarLG label {
        color: #292929;
        font-size: 13px;
        font-weight: 400;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .boxLembrarLG input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin: 0 !important;
        margin-right: 0.5rem !important;
    }

.iconeAjuste {
    display: flex;
    justify-content: center;
}

    .iconeAjuste img{
        height:7rem;
    }

    .textoEsqueceuSenha h1 {
        font-weight: bold;
    }

.pricipalSenha {
    margin-bottom:3rem;
}

.textoEsqueceuSenha p {
    font-size: 15px;
    font-weight:600;
    color: #000;
}

.textoEsqueceuSenha .linkSenha {
    font-size: 15px;
    font-weight: 600;
    color: #45C630;
}




@media (max-width: 768px) {
    .menorLogin, .txtimgLogin p{
        display: none;
    }

    .loginGeral {
        display: flex;
        flex-direction: column;
    }
    .txtimgLogin img {
        max-width: 26rem;
    }

    .imgPrincipal {
        height: 15rem;
        border-right: 1rem solid #FFF;
    }

    .containerLogin {
        margin-top: 9vw;
    }

    .inicioBV {
        margin-bottom: 7rem;
    }
    .pltcNova,
    .login-container {
        margin-bottom: 100%;
    }

    
}
