*{
    color: #002469;
}

.nav-link{
    color: #002469;
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
    font-size: 18px;
}

.nav-link.active{
    background-color: #E6E7E8;
}

.atuacoes-home a{
    text-decoration: none;
    color: #848688;
    font-size: 22px;
    display: block;
    border-right: #848688 solid 2px !important;
}

.atuacoes-home div:last-child a{
    border: none !important;
}


form input, form textarea, form select{
    border-radius: 0 !important;
    background-color: #E6E7E8 !important;
    color: #002469 !important;
}

form button{
    border-radius: 0 !important;
    background-color: #002469 !important;
    color: #FFF;
}


/* MOBILE */
@media screen and (max-width: 620px) {
    .atuacoes-home a{
        border-right: none !important;
        border-bottom: #848688 solid 2px !important;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .atuacoes-home div:last-child a{
        border: none !important;
    }
}