.headerVestibular {
    width: 100% ;
}

.botaoDeclaracao {
    background-color: #D32A63;
    color: white;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 0;
    padding: 8px;
    width: fit-content;
    font-size: 2rem;
}

.botaoDeclaracao:hover {
    cursor: pointer;
    background-color: #b62354;
}

.botaoDeclaracao:active {
    background-color: #991a45;
}


.declaracaoWrapper {
    margin: 20px auto 0;
    width: 50%;
}



@media (max-width: 600px) {
    .declaracaoWrapper {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .declaracaoWrapper {
        width: 90% !important;
    }
}

@media (max-width: 400px) {

    .declaracaoWrapper {
        width: 95% !important;
    }
}

.tituloDeclaracao {
    text-align: center;
    font-family: "StretchPro" !important;
}

.loaderWrapper {
    z-index: 10;
}