body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
    overflow: scroll;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url(../img/background-login.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


main {
    display: flex !important;
    justify-content: center;
    overflow: scroll;
}

main::-webkit-scrollbar {
    width: 10px;
    /* width of the entire scrollbar */
}

main::-webkit-scrollbar-track {
    background: rgba(255, 166, 0, 0);
    /* color of the tracking area */
}

main::-webkit-scrollbar-thumb {
    background-color: var(--verde-principal);
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 2px solid rgba(255, 166, 0, 0);
    /* creates padding around scroll thumb */
}

form {

    display: flex;
    flex-direction: column;
    max-width: 400px;
    align-items: start;
}

.formlogin {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1100px) {
    .formlogin {
        justify-content: start;
    }
}






h1 {
    font: var(--h1);
    align-self: center;
    font-size: 2.6rem;


}

label {
    color: #2C2C2C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 8px;
}

.select {
    width: 100%;
    display: flex;
    flex-direction: column;
}

select {
    border: 3px solid var(--cinza-escuro);
}

select:focus {
     border: 3px solid var(--verde-principal);
}



input {
    display: block;
    border-radius: 10px;
    border: 3px solid var(--cinza-escuro);
    width: 100%;
    height: 55px;
    padding: 10px;
}

input:focus {
     border: 3px solid var(--verde-principal);
}





.text-input {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.btn-padrão {
    width: 100%;
}

input::placeholder {
    color: #B3B3B3;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

input:focus {
    outline: none;
    border-color: var(--verde-principal);
}


#icone-olho-fechado {
    position: absolute;
    top: 59px;
    right: 20px;
}
#icone-olho-aberto {
    position: absolute;
    top: 59px;
    right: 20px;
}


#icone-olho-fechado-confirmar-senha {
    position: absolute;
    top: 59px;
    right: 20px;
}

#icone-olho-aberto-confirmar-senha {
    position: absolute;
    top: 59px;
    right: 20px;
}

.olho {
    right: 20px;
    cursor: pointer;
}



.btn-padrao {
    width: 100%;
}


.img-responsiva {
    display: none;
}


.login-text {
    color: #2C2C2C;
    font-family: var(--font-montserrat);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 8px;
}

.cadastra-se {
    font-family: var(--font-montserrat);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--verde-principal);
}

#confirmar-senha {
    margin-bottom: 16px;
}

span.cadastra-se {
    margin-top: 8px;
}

/*Style atributos dados estatísticos*/
.atributos-dados-estatisticos-cadastro {
    display: flex;
    flex-direction: column;
    align-items: start;

}


select.inputs {
    height: 50.45px;
    border-radius: 10px;
    padding: 10px;
}


.option-checkbox-select {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.option-checkbox-select input {
    width: 20px;
}

.ul-dicas-senha {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.text-login-atalhos {
    color: var(--verde-principal);
    margin-top: 8px;
    margin-bottom: 8px;
    font: var(--paragrafo-extra-pequeno);
    font-weight: bold;
}

a {
    text-decoration: none;
}





.descricao-pagina {
    color: white;
    text-align: center;
    margin: 10px;
    font-family: var(--font-montserrat);
}



@media (max-width: 430px) {

    form {
        width: 322px;
        display: block;
        margin: 0 auto;
    }

    .btn-padrao {
        width: 100%;
    }

    main {
        display: flex;
        flex-direction: column;
        overflow-y: scroll;

    }

    

}




@media (max-width: 381px) {
    .img-responsiva {
        width: 171px;
    }
}

@media (max-width: 375px) {


    form {
        width: 300px;
        display: block;
        margin: 0 auto;
    }


    .btn-padrao {
        width: 100%;
    }

    main {
        display: flex;
        flex-direction: column;

    }

}

@media (max-width: 344px) {

    form {
        width: 300px;
        display: block;
        margin: 0 auto;
    }

    .btn-padrao {
        width: 100%;
    }

    main {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }


}


@media (max-width: 425px) {





    .img-responsiva {
        width: 171px;
    }


    h1 {
        margin: 2px;
    }

    form {
        width: 300px;
        display: block;
        margin: 0 auto;
    }

    .btn-padrao {
        width: 100%;
    }

    main {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }



}




@media (max-width: 320px) {


    form {
        width: 200px;
        display: block;
        margin: 0 auto;
        padding: 10px;

    }

    .btn-padrao {
        width: 100%;
    }

    main {

        display: flex;
        flex-direction: column;
        justify-content: center;

    }
   
}


@media (max-width: 313px) {




    .img-resposntiva {
        width: 138px;
    }

}

p.descricao-pagina {
    text-align: center;
    margin: 0.1rem;
    font-family: var(--paragrafo);
}

@media (min-width: 1153px) {
    p.descricao-pagina {
        color: black;
        text-align: center;
        margin: 0.1rem;
        font-family: var(--paragrafo);
    }
}


@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

.dica-senha {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    list-style: none;
    font-family: Montserrat;
    font-size: 1.4rem;
    color: var(--verde-principal);
    margin-top: 0.8rem;
}

.dica-senha img {
    filter: var(--verde-principal-filter);
}



.text-erro-aviso {
    font-family: Montserrat;
    font-size: 1.2rem;
}

.ainda-nao-possui-conta {
    margin-top: 16px;
    font-family: var(--font-montserrat);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.possui-conta {
    margin-top: 16px;
}



@media (max-width: 1360px) {

}


/*Logos MEC CSS*/


.logos-mec-conteudo {
    margin-top: 32px;
    width: 100%;
}
.logos-mec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-bottom: 20px;
}

.logo-mec {
    width: 150px;
}
.logo-mec.branca {
    display: none;
}

@media (max-width: 1100px) or (max-height: 650px) {
        form {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding-bottom: 100px;
    }

    body {
        display: block;
        background-color: var(--background-plataforma);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center center; /* <<< isso centraliza */
    }

    

    header {
        display: none;
    }



    h1 {
        text-align: center;
    }

    section {
        justify-content: center;
    }

    input {
        display: block;
        background-color: white;
        color: black;
    }



    .logo-responsiva {
        display: flex;
        justify-content: center;
    }

    .img-responsiva {
        display: block;
        width: 235px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .menu-login {
        padding: 50px;
    }

    main {
        display: flex;

    }
    
    .logo-mec.branca {
            display: block;
    }


        .logos-mec.coloridas {
            display: none;
        }




}

@media (max-width: 500px ) {
    .logos-mec {
        flex-direction: column;
    }
}

.termo-de-uso-p {
    font: var(--paragrafo-pequeno);
    margin-top: 16px;
    margin-bottom: 16px;
}

.termo-de-uso-p a {
    color: var(--verde-principal);
    font-weight: bold;
}

@media (max-width: 1100px ) {

    .termo-de-uso-p a {
        color: var(--verde-claro);
    }

    .cadastra-se {
        color: var(--verde-claro);
    }

    .text-login-atalhos {
        color: var(--verde-claro);
    }
}



/* Padrão para desktop grande (>1100px) */
body {
    background-image: url(../../autenticacao/img/background_landscape.svg);
    background-size: cover;
    background-position: center;
}





/* Mobile landscape */
@media (max-width: 1100px) and (orientation: landscape) {
    body {
        background-image: url(../../autenticacao/img/background_landscape.svg);
    }
}

@media  (min-height: 650px) {
    body {
        background-image: none;
    }
}

/* Mobile portrait */
@media (max-width: 1100px)  and (orientation: portrait) {
    body {
        background-image: url(../../autenticacao/img/background-mobile.svg);
    }
}

/*Card manutenção*/
.info-manutencao {
  display: flex;
  gap: 10px;
  border: solid 0.5px var(--amarelo-claro);
  background-color: var(--amarelo-bg);
  color: var(--preto);
  border-radius: 5px;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}

@media (max-width: 624px) {
  .info-manutencao {
    flex-direction: column;
    align-items: start;
  }
}

.info-manutencao p {
  color: var(--preto-medio);
}

.info-manutencao .titulo-manutencao {
  font-size: 1.1rem;
  color: var(--preto);
  margin-bottom: 5px;
}

.texto-manutencao {
  font-size: 1rem;
}

.texto-manutencao.data-hora {
  color: var(--amarelo-escuro);
}

.horario-data-manutencao {
  display: flex;
  gap: 8px;
}

.horario-data-manutencao div {
  display: flex;
  align-items: center;
  gap: 4px;
  width: max-content;
}

.horario-data-manutencao div img {
  width: 24px;
  filter: var(--amarelo-escuro-filter);
}

.icon-manutencao img {
    filter: var(--amarelo-escuro-filter);
}

.icon-manutencao {
  background-color: #FFD151;
  border-radius: 4px;
  padding: 10px;
  width: max-content;
}

.titulo-manutencao {
  font-weight: bold;
}

.app-version {
  display: block;
  text-align: center;
  font-size: 0.85rem;
  color: #555;
  background-color: rgba(0, 0, 0, 0.06);
  padding: 3px 10px;
  border-radius: 12px;
  margin: 12px auto 0;
  width: fit-content;
  letter-spacing: 0.3px;
}
