section{
    background-color:#F3C558;
    display: flex;
    
    color:black;
    padding-top: 10vh;
    height: 778px;
}

.container-fin{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

form{
    display: flex;
    flex-direction: column;
    margin-left: 13vw;
    
}

section h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5vh;
}

.curso{
    width: 50px;
    height: 24px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

#cursoFin, #nParcelasFin, #input-aluno{
    width: 330px;
    height: 36px;
    margin-top: 1vh;
    text-align: center;

    font-family: 'Poppins';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    background: #FBFBFB;
    border-radius: 4px;
}

.adcCurso{
    height: 30px;
    margin-right: 21vw;
    margin-bottom: 2vh;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    border:none;
    background: none;
    text-decoration-line: underline;

}

.valor, .buscar-aluno{
    width: 330px;
    height: 49.59px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: white;
    margin-top: 5vh;

    background: #0E0E0E;
    border-radius: 9px;
}

#relatorio{
    margin-left: 10vw;
}

.resultado-relatorio{
    display: flex;
    flex-direction: column;
    margin-top: 5vh;
    font-family: 'Poppins';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.resultado-relatorio li{
    list-style: none;
    padding-top: 1.5vh;
}

#simulador-valor, #mensagem{
    width: 400px;
    text-align: justify;
}

.reset{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    border:none;
    background: none;
    text-decoration-line: underline;
    margin-top:5vh;
    margin-left:25vw;
}