.container-prestacao-contas{
    padding: 5rem 0;
}
.container-prestacao-contas .prestacao{
    display: flex;
    flex-direction: column;
}
.container-prestacao-contas p{
    text-align: justify;
    margin-bottom: 5rem;
    font-weight: 400;
}

.container-prestacao-contas .prestacao .titulo{
    padding: 3rem;
    text-align: center;
}
.container-prestacao-contas .prestacao .titulo h1{
    font-size: 3rem;
}

.container-prestacao-contas .prestacao .itens-prestacoes{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;

    width: 100%;
}

.container-prestacao-contas .prestacao .itens-prestacoes a{
    width: 48%;
    background:#3e4095;
    margin: 0.5rem 0.5rem;
    padding: 1.5rem;
    border-radius: 0.8rem;
    text-align: center;
    color:#fff;
    text-decoration:none;
    font-size: 2rem;
    transition: 0.3s;
}
.container-prestacao-contas .prestacao .itens-prestacoes a:hover{
    background: #987d1a;
}





.nav-tabs .nav-item .nav-link {
    color: #3c3846;
    font-weight: 400;
    font-size: 14px;
}

.tab-content>.tab-pane {
    min-height: 100vh;
    padding: 30px 30px;
    border: 1px solid #dee2e6;
    margin-top: -1px !important;
}
.box-categoria-transp {
    margin-bottom: 0px;
    margin-top: 15px;
}
.box-categoria-transp h1 {
    color: #444;
}

.item-transp {
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn-verde {
    background: #3e4095;
    color: #fff;
}
.btn-verde:hover{
    background: #222477;
    color:#fff;
}
.btn-arq-transp {
    color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
    font-size: 2rem;
}
.btn-arq-transp span {
    margin-left: 10px;
}

.btn-arq-transp i {
    color: #eee;
    background: rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 100%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(min-width:1100px){
    .container-prestacao-contas .prestacao .titulo h1{
        font-size: 2rem;
    }
    .container-prestacao-contas .prestacao .itens-prestacoes{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }
    .container-prestacao-contas .prestacao .itens-prestacoes a{
        width: 32.33%;
        background: #d2ae2d;
        padding: 1.5rem;
        border-radius: 0.8rem;
        text-align: center;
        color:#fff;
        text-decoration:none;
        font-size: 1.5rem;
        transition: 0.3s;
    }
}
