.listaTipoDocumento li {
    list-style: none;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    font-family: 'Inter';
    font-size: 18px;
    color: #618ed2;
    margin-top: 10px;
    cursor: pointer;
}

.listaTipoDocumento li ul.listaDocumentos li {
    list-style: none;
    font-family: 'Inter';
    font-size: 14px;
    display: none;
    color: #00166b;
}

.listaTipoDocumento li ul.listaDocumentos li.active {
    list-style: none;
    font-family: 'Inter';
    font-size: 14px;
    display: block;
    color: #00166b;
    cursor: pointer;
}

.listaTipoDocumento li ul.listaDocumentos li a svg {
    float: right;
}

.box-listagem-anteriores{
    margin-top: 20px;
    margin-left: -33px;
}

.box-listagem-anteriores h3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #618ed2;
    font-family: 'Intro';
}

/*.botao-azul-escuro{*/
/*    background: #0C1249 0% 0% no-repeat padding-box !important;*/
/*    padding: 5px 10px;*/
/*    border-radius: 20px !important;*/
/*    color: #FFF !important;*/
/*}*/

.paginacao{
    display: flex;
    gap:0.5rem;
    justify-content: center;
    margin-top: 1rem;
}

.paginacao .prev,
.paginacao .next{
    cursor: pointer;
}

.botao-azul-escuro
{
    background: #0C1249 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-azul-escuro:hover
{
    background: #598CFF 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-azul-escuro-2
{
    background: #18186A  0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-azul-escuro-2:hover
{
    background: #18186A 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-verde-escuro
{
    background: #00546B 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-verde-escuro:hover
{
    background: #00CCB8 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-azul
{
    background: #002EBF 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-azul:hover
{
    background: #2EDCFF 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-verde
{
    background: #006142 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-verde:hover
{
    background: #00D163 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}


.botao-verde-somoscoop
{
    background: #72BB81 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-verde-somoscoop:hover
{
    background: #72BB81 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}


.botao-borda-azul-escuro
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #0C1249 !important;
    border-radius: 20px !important;
    color: #0C1249 !important;
}

.botao-borda-azul-escuro:hover
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #598CFF !important;
    box-shadow: 0px 1px 8px #00000033 !important;
    border-radius: 20px !important;
    color: #598CFF !important;
}

.botao-borda-verde-escuro
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #00546B !important;
    border-radius: 20px !important;
    color: #00546B !important;
}

.botao-borda-verde-escuro:hover
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #00CCB8 !important;
    box-shadow: 0px 1px 8px #00000033 !important;
    border-radius: 20px !important;
    color: #00CCB8 !important;
}

.botao-borda-azul
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #002EBF !important;
    border-radius: 20px !important;
    color: #002EBF !important;
}

.botao-borda-azul:hover
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #2EDCFF !important;
    box-shadow: 0px 1px 8px #00000033 !important;
    border-radius: 20px !important;
    color: #2EDCFF !important;
}

.botao-borda-verde
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #006142 !important;
    border-radius: 20px !important;
    color: #006142 !important;
}

.botao-borda-verde:hover
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #00D163 !important;
    box-shadow: 0px 1px 8px #00000033 !important;
    border-radius: 20px !important;
    color: #00D163 !important;
}

.botao-azul-petroleo
{
    background: #00546B 0% 0% no-repeat padding-box !important;
    border-radius: 30px !important;
    color: #FFF !important;
}

.botao-azul-petroleo:hover
{
    background: #00546B 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-roxo
{
    background: #4965F2 0% 0% no-repeat padding-box !important;
    border-radius: 30px !important;
    color: #FFF !important;
}

.botao-roxo:hover
{
    background: #4965F2 0% 0% no-repeat padding-box !important;
    border-radius: 30px !important;
    color: #FFF !important;
}

.botao-borda-azul-petroleo
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #0C1249 !important;
    border-radius: 20px !important;
    color: #0C1249 !important;
}

.botao-borda-azul-petroleo:hover
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #598CFF !important;
    box-shadow: 0px 1px 8px #00000033 !important;
    border-radius: 20px !important;
    color: #598CFF !important;
}

.botao-borda-azul-petroleo-2
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #5883D0 !important;
    border-radius: 20px !important;
    color: #5883D0 !important;
}

.botao-borda-azul-petroleo-2:hover
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #5883D0 !important;
    box-shadow: 0px 1px 8px #00000033 !important;
    border-radius: 20px !important;
    color: #5883D0 !important;
}


.botao-azul-petroleo-3
{
    background: #4D80CF 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
    color: #FFF !important;
}

.botao-azul-petroleo-3:hover
{
    background: #4D80CF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 1px 8px #00000033 !important;
    border-radius: 20px !important;
    color: #4D80CF !important;
}

.botao-borda-azul-petroleo-3
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #4D80CF !important;
    border-radius: 20px !important;
    color: #4D80CF !important;
}

.botao-borda-azul-petroleo-3:hover
{
    background: #FFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #4D80CF !important;
    box-shadow: 0px 1px 8px #00000033 !important;
    border-radius: 20px !important;
    color: #4D80CF !important;
}


.seta-para-baixo-traco
{
    content: url('../../img/seta-para-baixo-traco.svg');
    height: 28px;
}

.fa-arrow-alt-to-bottom
{
    content: url('../../img/download_verde.svg');
    height: 28px;
}

.nenhum-encontrato
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
