@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500&display=swap');
/*COMEÇO - COMUM A TODAS AS PAGINAS*/
header{
    background-color: #122444;
    margin-bottom: 1.5em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    padding: 10px 0px;

}

header h1 {
    color: #fff;
    font-size: 35px;
}
.base {
    width: 300px;
}

/* .base .back {
    float: left;
    margin-left: 20px;
} */

.login {
    height: 80vh;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.back {
    position: absolute;
    border: solid 1px #33DB89;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 300;
    top: 25px;
    left: 25px;
}

.back:hover {
    background-color: #33DB89;
}

body{
    text-align: center;
    background-color: #122444;
    font-family: 'Montserrat', sans-serif;
}
.logo-cabecalho{
    width: 251px;
    height: 89px;
    margin: auto;
    display: block;
}
h1{
    color: black;
    font-size:xx-large;
    font-family: 'Montserrat', sans-serif;
}
h2{
    color: white;
    font-size:xx-large;
    font-family: 'Montserrat', sans-serif;
    margin-top: 1.5em;
    margin-bottom: 1em;
}
/*FIM - COMUM A TODAS AS PAGINAS*/
/*COMEÇO - CLASSES GERAL*/
.conteudo_index{
    width: 80%;
    text-align: center;
    margin: auto;
}
.input-pass, .input-consultaAluno {
    /* margin: 3px 0 10px 0; */
    border: 2px solid #33DB89;
    /* border-radius: 0.5rem; */
    width: 40%;
    height: 20px;
    padding-left: 7px;
    font-weight: 100;
}

.input-user, .input-pass {
    max-width: 96% !important;
}

.autofill {
    background-color: red;
}

.botao-login{
    cursor: not-allowed;
}

.botao-login, .botao-validar, .botao-proximo, .botao-enviar, .botao-validarDocumento, .botao-geraTermo, .botao-enviarTermo, .botao-geraAtaSede, .botao-enviarAtaSede{
    /* background-color: #33DB89; */
    background-color: transparent;
    border: 2px solid #33DB89;
    border-radius: 0.5rem;
    /* border:none; */
    color: white;
    text-decoration: none;
    margin: 10px 2px;
    /* cursor: pointer; */
    width: 400px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    transition: 0.3s;
}
.formulario{
    display: inline-block;
    background-color: #1A3666;
    border-radius: 1rem;
    width: 35em;
    height: 20em;
}
.boxesForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    margin: 10px auto 30px auto;
}

#ra, #ra_pos {
    max-width: 395px;
    max-height: 50px;
}

.informacoes {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.informacoes h3 {
    display: flex ;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 96%;
    min-width: 96%;
    padding: 10px;
}

.informacoes h3:nth-child(even){
    background-color: #ffffff20;
    border-radius: 10px;
}

.informacoes h3 p {
    color: white;
}

.informacoes h3 span{
    color: #33DB89;
    text-align: end;
}
.select-consultaAluno, .select-atoDesig, .select-geraDocumento, .input-geraDocumento{
    /* border-radius: 10px; */
    width:100%;
    height: 50px;
    font-size: 20px;
    font-weight: lighter;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 0.1px solid #33DB89;
    color: #fff;

}

.select-consultaAluno, .select-atoDesig{
    font-weight: lighter;
    margin: 10px 0px;

}

.select-geraDocumento{
    /* margin:10px;
    border: solid 1px aqua; */
}


.select-consultaAluno::placeholder, .select-geraDocumento::placeholder {
    color: #fff;
    font-weight: lighter;
    margin-left: 25px;
}

.select-consultaAluno option, .select-atoDesig option, .select-geraDocumento option, .input-geraDocumento{
    font-weight: lighter;
    color: #122444;
}
.formulario-consultaAluno, .formulario-iniciaFluxo, .formulario-geraDocumento, .formulario-geraTermo{
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    width: 488px;
}

.formulario-consultaAluno h1, .formulario-geraDocumento h1 {
    width: 100%;
    font-size: 35px;
    padding: 15px 0px;
    border-bottom: 1px solid #33DB89;
    color: #33DB89;
    font-weight: 200;
}
/*FIM - CLASSES GERAL*/
/*COMEÇO - PAGINA HOME*/
.painel-home{
    width: 690px;
    max-width: 85vw;
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: 0px auto;
    justify-content: center; 
    flex-wrap: wrap;
}
.botao-home{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 300px; 
    height: 250px;
    margin: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    border: solid 1px transparent;
    transition: 0.3s;
} 

.botao-home:hover{
    border: solid 1px #33DB89;
}

.botao-home-img img{
    border-radius: 100px;
    padding:auto;
    width:100px; 
    height:100px;
}
.botao-home-titulo{
    font-weight: 500px; 
    color:white;
    /* margin-top: 15px; */
    font-size: 18px;
    letter-spacing: 1px;
}
/*FIM - PAGINA HOME*/
/*COMEÇO - PAGINA CONSULTA ALUNO*/
.textAreaConsulta{
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    max-width: 98%;
    min-width: 98%;
    height: auto;
    resize: none;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: transparent;
}

.radios, .data_colacao_sede{
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    color: white;
    display:inline-block;
    margin: 10px;
}
#carregando {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(123, 145, 160, 0.137);
    /* display: flex; */
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(7px);
    display: none;
    z-index: 100;
  }
  
  #carregando p, .load {
    /* position: absolute;
    transform: translate(-50%, -50%); */
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }
  
@keyframes App-logo-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  .load {
    width: 70px;
    height: 70px;
    animation: App-logo-spin 1s linear infinite;
  }

  .red-border {
    border: solid 1px red;
}

.erro {
    border: 1px solid red;
    color: #fff;
    border-radius: 10px;
    padding: 10px 0px;
    display: none;
    justify-content: space-between;
    align-items: center;

}

.erro p {
    padding-left: 10px;
}

.erro img {
    padding-right: 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #2A3A57 inset; /* aqui muda sua cor do fundo */
    -webkit-text-fill-color: #ccc; /* Cor do texto */
    -webkit-border-end: #2A3A57;
    -webkit-border-top-left: #2A3A57;
    -webkit-border-start: #2A3A57;
    -webkit-border-start-color: #2A3A57;
    -webkit-border-before: medium solid #2A3A57;
}

.greenHover:hover {
    cursor: pointer;
    background-color: #33DB89;
}