#bdoc{
    background-color:none;
}

.busca{
    margin: auto;
}

.decretos{
    margin: 0;
    padding: 0;
    padding-inline: 10%;
}

.anexo{
    display: flex;

    height: 60px;

}

.disabled:not(li){
    display: none;
}

.decretos .anexo a::before{
    content: '';
    height: 0;
    width: 2px;

    position: absolute;
    left: 0;

    background-color: #5E87B6;
    transition: 250ms;
}

.decretos .anexo a:hover::before , .decretos  .anexo a:focus-visible::before{  
    content: '';
    height: 100%;
}

.anexo a{
    all: unset;

    display: flex;
    align-items: center;
    text-align: justify;
    box-sizing: border-box;

    height: 100%;
    width: 100%;

    position: relative;
    left: 0;

    padding-inline: 70px;

    color: #5E87B6;
    background: #F6F5F5;

    transition: 250ms;
    cursor: pointer;
}

.decretos .anexo:nth-child(even) a{
    background: #D9D9D9;
}

.anexo a:hover, .anexo a:focus-visible{
    left: 10px;
    text-decoration: none;
}


.anexo p{
    margin: 0px;
    font-size: 1.2rem;
    
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;

    color: #386593;
}



.textoflutuante{
    width: 800px;
    position: absolute;
    text-align: center;
    color: #117E42;
}

.align-btn-search{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.link-pesquisa a{
    text-decoration: none;
}

.link-pesquisa a:hover{
    text-decoration: none;
}

.btn-pesquisa, .link-pesquisa, .barra-pesquisa{
    background-color: white !important;
    border-radius: 100px !important;
    padding-block: 5px !important;
    padding-inline: 15px !important;
    border: 1px solid #ced4da !important;
}

.barra-pesquisa{
    color: #495057;
    
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    
    padding-inline: 25px;

    transition: 250ms;
}


/*  INICIO DA PAG DECRETOS  */
.conteudoDec{
    widows: 100%;
    display: flex;
    flex-direction: column;
}

.postDec{
    widows: 100%;
    display: flex;
    justify-content: center;
}

.pDec{
    margin-top: 5px;
    font-size: 1.2rem;
}

.space{
    margin-bottom: 50px;
}

.paginator{
    width: 100%;
    background-color: white;
    margin: 30px auto;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    background-color: white;
}

.pagination li {
    border: 2px solid #D9D9D9;

    &.active {
        background-color: #f0f0f0;
    }

    &:not(:last-child) {
        border-right: none;
    }

    &:hover {
        background-color: #f0f0f0;
    }
    &:active {
        background-color: #f0f0f0;
    }
    &:focus {
        outline: none;
        background-color: #f0f0f0;
    }
    &:first-child {
        border-radius: 5px 0 0 5px;
    }
    &:last-child {
        border-radius: 0 5px 5px 0;
    }

    &.disabled a{
        cursor: not-allowed;
        opacity: 0.5;
        pointer-events: none;
    }
   
    a {
        font-weight: 600;
        display: block;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        color: #386593;
        text-decoration: none; 
    }
}
.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

@media (max-width: 1024px){
}

@media (max-width: 768px){
}

@media (max-width: 425px){
    .anexo a{
        padding-inline: 15px;
    }
    .anexo p{
        font-size: 0.8rem;
    }
}






