@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin:0%;
    padding:0%
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

body{
    background-color: #fdf6ec;
    text-align: center;
}

main h1 {
    margin-top: 15px;
    color:#125189;
}

header{
    background-color: white;
    text-align: center;
    padding-bottom: 10px;
    display: flex;
}

header > .a{
    display:flex;
    text-decoration: none;
}

header > .a >#imagem_logo {
    margin-left: auto;
    padding-top: 10px;
    width: 50px;
    height: 50px;
    margin: 0;
    margin-left: 10px
    
}

header > .a > #texto_titulo {
    text-align: center;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: #ff9500;
    font-weight: 700;
    margin-top: 18px;
    margin-left: 10px;
    font-size: 1.4em;
}

main {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 5px 5px 15px #00000035;
    padding: 10px;
    margin: auto;  
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 600px;
    min-width: 300px;
}

main > #texto_escolha {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    display: block;
    margin-left: 20px;
    color: #125189;
    
}

.input_materias {
    text-align: left;
    margin-left: 80px;
    line-height: 25px;

}

.input_materias2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 30px;
}

.input_materias2 input {
    width: 100px;
    padding: 5px;
    height: 25px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid black;
    box-sizing: border-box;
    margin-right: 50px;
    margin-left: auto;
}

.input_materias2 span{
    display: inline-block;
    width: 130px;
    min-width: 130px;
    margin-left: 50px;
    text-align: left;
}

main > #texto_pergunta {
    text-align: left;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 40px;
    color: #125189;
}

main > #input_porcentagem{
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    height: 40px;
    border-radius: 13px;
    border-width: 2px;
    border-color: black;
    display: block;
    margin-bottom: 15px;
}

main > #botao_calcular,  main > #botao_calcular2{
    background-image: linear-gradient(135deg, #ff9a3c, #ff7a00);
    width:40%;
    padding: 14px;
    margin-bottom:15px;
    color: white;
    border:none;
    border-radius: 12px;
    font-size:1.5em;
    font-weight: 600;
    cursor:pointer;
    box-shadow: 0 8px 20px rgba(255,122,0, 0.25);
    transition: .2s;
    padding: 15px;
}

main > #botao_calcular:hover,  main > #botao_calcular2:hover{
    transform: scale(1.067);
    box-shadow: 0px 0px 35px #ffa856;
}

#botao_calcular2 {
    margin-top: 30px;
}

main > #texto_resultado{
    font-weight: 600;
    font-size: 140%;
    color: #125189
}

.contador {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 20px;
}

.valor_contador {
    min-width: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 1;
    color: #125189;
}

.btn_contador {
    margin-left: 2px;
    background-color: #ff9a3c;
    color: white;
    border: none;
    border-radius: 8px;
    width: 28px;
    height: 28px;
    font-size: 1.2em;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

.btn_contador:hover {
    transform: scale(1.05);
}

.resultados2 {
    border-radius: 5px;
    font-weight: 600;
    font-size: 110%;
    color: #125189
}

main > #texto_creditos{
    margin-top: 10px;
    text-align: center;
}

main hr {
    margin: auto;
    margin-top: 20px;
    width: 90%;
}

main > .fotos {
    padding-bottom: 13px;
}

main > .fotos > a > img {
  border-radius: 50%;
  width: 10%; 
  margin-bottom: 20px;
  transition: 0.2s;
}

main > .fotos > a > img:hover {
  transform: scale(1.15)
}

main > #explicao a{
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

/*
    Página de explicação
*/

.imagem_emoji img{
    width: 37%;
    margin: auto;
    display: block
}

.voltarsite{
    margin-top: 41px;
}

.botao_voltar {
    margin-top: 40px;
    padding: 0;
}

.botao_voltar > button {
    margin-left: 2px;
    background-color: #125189;
    color: white;
    border: none;
    border-radius: 8px;
    width: 200px;
    height: 40px;
    font-size: 1.2em;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

.botao_voltar button > span > img {
    width: 20px;
    height: 20px;
    margin-left: 4px;
    margin-bottom: -3px;
}