.fundo-banner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    background-color: #1C4265;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 350px;
    background-attachment: local;
    background-position: bottom center;
    color: #fff;
}

.titulo-header {
    font-weight: bold;
    font-size: 25px;
    padding: 10px;
}

.titulo-section {
    color: #3369b1;
    font-weight: bold;
    font-size: 30px;
}


/* Necessário colocar o !important nessa classe para que o estilo seja aplicado no select criado pelo selectCategorias */
.sp-label{
    color: #3369b1 !important;
    font-size: 17px !important;
    font-weight: bold !important
}


.sp-button {
    background-color: #3369b1 !important;
    font-weight: bold !important;
}

.sp-button:hover{
    cursor: pointer;
}

.sp-button:hover {
    background-color: #1b3961 !important;
}

.sp-button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.avisoCarregamento {
    margin-top: 40px;
    text-align: center;
    font-size: medium;
    font-weight: 700;
}

.status-documento {
    margin: auto;
    font-size: large;
    font-weight: 700;
    color: #3369b1;
}

.spinner-border {
    border: 1em solid currentColor;
    /* Aumenta a espessura do spinner */
    border-right-color: transparent;
    /* Mantém a parte direita do spinner transparente */
}