
@font-face {
    font-family: 'Titulos';
    src: url(fontes/Azonix.otf);
}

@font-face {
    font-family: 'Subs';
    src: url(fontes/Mentab.ttf);
}

body {
    font-family: 'Subs', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: rgb(191, 208, 216);    
    
}

body::before {
    content: "";
    position: absolute;
    margin-top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(logo.png);
    background-size: 70%;
    background-position: center; /* Centralizar a imagem */
    background-repeat: no-repeat; /* Não repetir a imagem */
    opacity: 0.1;
    z-index: -1;


    
}




a {
	text-decoration: none;

    
	}


.cabecalho {
    text-align: right;
    font-size: medium;
    vertical-align: text-top;
    margin-bottom: 0%;
    color: #356268;
    background-color: rgb(210, 217, 221);
}

b {
    color: #447571;
    font-family: 'Titulos' ,Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    -webkit-text-fill-color: #2c8b92;
}

h2 {
    color: #1d4575;
    font-family: 'Titulos' ,Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    -webkit-text-fill-color: #456472;

}

h3 {
    color: #041427;
    font-family: 'Titulos' ,Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    -webkit-text-stroke: 1.5px rgb(231, 231, 231);


}

h4 {
    color: #ffffff;
}



form {
    line-height: 1.5;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    background-color: rgba(166, 178, 185, 0.5);
    
}

button {
    border-radius: 20px;
    background-color: #20394d;
    color: #c0f0f3;
    }


p {
    color: #356d9b;
    -webkit-text-fill-color: #456472;
}

.p1 {
    -webkit-text-fill-color: #8f3b22;
    font-size: larger;
}

.ha {
    color: #010d0f;
    font-size: x-large;
    -webkit-text-stroke: 0.1px rgb(65, 107, 124);
    stroke: #405c6d;
}
.hb {
    color: #1d1d25;
    font-size: x-large;
    -webkit-text-stroke: 0.1px rgb(65, 107, 124);
    stroke: #405c6d;
}

.grid-container {
    display: flex;
    grid-template-columns: repeat(4, 1fr); /* 4 colunas na primeira linha */
    
}

select {
    background-color: #b8b9dd;
    border-radius: 4px;
    font-size: 15px;
    padding: 3px;
    font-weight: bold;
    color: #0f0f0f;
    width:140px;
    margin-bottom: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}

textarea#descricao {
    background-color: #c9c9d6;
    border-radius: 4px;
    font-size: 15px;
    padding: 3px;
    font-weight: bold;
    color: #0f0f0f;
    width:135px;
    margin-bottom: 5px;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

input {
    background-color: #c9c9d6;
    border-radius: 4px;
    font-size: 15px;
    padding: 3px;
    font-weight: bold;
    color: #0f0f0f;
    width:135px;
    margin-bottom: 5px;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.grid-item {
    padding-right: 20px; /* Espaçamento interno das colunas */
    padding-left: 20px;
    padding-bottom: 0%;
    text-align: center;
    line-height: 0.05;
    

}

.usuarios {
    padding-left: 5%;
    padding-right: 5%;
}

.results {
    color: #c0f0f3;
    font-size: 2ch;
    padding: 0%;
    padding-bottom: 0%;
    margin-top: 0%;
    font-family: 'Titulos' ,Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.result {
    color: #c0f0f3;
    background-color: -webkit-linear-gradient(90deg, rgb(165, 164, 185) 0%, rgb(23, 23, 53) 35%, rgb(165, 164, 211) 100%);
    font-size: 1ch;
    padding: 0%;
    padding-bottom: 10%;
    font-family: 'Titulos' ,Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.resultsdesc {
    font-weight: lighter;
    line-height: 1;
    text-align: left;
    background-color: #e5eaf0;
    padding: 15px;
    font-size: 100%;
    color: #000000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.subs{
    line-height: 0.05;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.titulo {
    padding: 30px;
    line-height: 0.5;
    font-size: 150%;
}

.login {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%; 
    text-align: center;
    
}