body
{
    padding: 0;
    margin: 0;
}

.imgLogo
{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 3%;
}

.divMatricula
{
    border: 1px solid rgb(170, 9, 9);
    border-radius: 10px;
    width: 100%;
    padding: 10px;
}

.divMatricula h4
{
    margin-bottom: 2%;
}

.divMatricula hr
{
    color: rgb(5, 5, 5);
    background-color: rgb(5, 5, 5);
    height: 1px;
}

.divMatricula input
{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    outline: none;
    border-color: red;
    padding-left: 2%;
}

input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.divMatricula select
{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    outline: none;
    border-color: red;
}

.divMatricula span
{
    color:  rgb(20, 20, 20);
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 1%;
    text-align: justify;
}

.estouAcordo
{
    font-size: 20px;
    font-weight: 700;
    color: rgb(170, 9, 9);
}

#aceito
{
    height: 20px;
    width: 20px;
}

.inputPaisText
{
    color: blue;
    font-weight: 600;
}

#inputPais
{
    height: 14px;
    width: 14px;
}

#assResp
{
    margin-bottom: 2%;
}

#btn-concluir
{
    background-color: red;
    color: white;
    font-weight: 500;
    border: 2px solid black;
    border-radius: 3px;
    height: 45px;
    width: 100px;
    display: none;
}

#btn-concluir:hover
{
    background-color: rgb(245, 43, 43);
}

.btn-prox
{
    background-color: red;
    color: white;
    font-weight: 500;
    border: 2px solid black;
    border-radius: 3px;
    height: 45px;
    width: 100px;
}

.btn-prox:hover
{
    background-color: rgb(245, 43, 43);
}

.pedido
{
    color: rgb(5, 5, 5);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

#questEconomico
{
    display: none;
}

.acordo2
{
    margin-bottom: 3%;
}

.acordo2 input
{
    width: 20px;
    height: 20px;
}

.acordo2 label
{
    font-size: 21px;
    color: rgb(170, 9, 9);
}

#resposta, #resposta2
{
    font-size: 14px;
    font-weight: 500;
}