.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.todos_projetos {
    position: absolute;
    bottom: 5px;
    font-size: .75rem;
    text-decoration: none;
}

.politicas .promo-box{
    width: 100%;
    max-width: 100%;
    font-size: 1.2rem;
}
.politicas .promo-box p,
.politicas .promo-box a,
.politicas .promo-box p a {
    font-size: 1.2rem;
}

.todos_projetos>span {
    position: relative;
    display: inline-block;
    height: 9px;
    vertical-align: middle;
}

.todos_projetos>span:after, .todos_projetos>span:before, .todos_projetos>span>span {
    position: relative;
    display: inline-block;
    height: 100%;
    margin-right: 3px;
    vertical-align: top;
    border-right: 1px solid;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.todos_projetos:hover>span>span:first-of-type {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.todos_projetos:hover>span:after {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
}

.todos_projetos>span:after {
    margin-right: 7px;
}

.todos_projetos>span:after, .todos_projetos>span:before {
    content: '';
}
.sides .right-side a {
    color: #e0e0e0;
}
.sides .right-side a:hover {
    color: #1957f3;
}

.page-numbers.single_pag{
    cursor: pointer;
}
.page-numbers.single_pag:hover{
    color: #1957f3;
}
@media (min-width: 992px){
    .sides .right-side a {
        margin-right: 0;
    }
}

@media (max-width: 991px){
    .todos_projetos {
        display: inline-block;
        margin-top: 10px;
        position: relative;
    }
}
