.alinhar {
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    display: block;
}

.titulo {
    font-family: 'Aller', sans-serif;
    color: #000000;
    text-decoration: none;
    font-size: 20px
}

.txt_noticia_sub {
    color: #0099FF;
    font-family: 'Aller', sans-serif;
    font-size: 17px;
    text-decoration: none;
    font-weight: bold
}

.sec_destaque {
    font-family: 'Aller', sans-serif;
    color: #ffffff;
    font-size: 20px;
}

.sec_texto {
    font-family: 'Aller', sans-serif;
    color: #6c6e74;
    font-size: 12px;
}

.tit_leg {
    font-family: 'Aller', sans-serif;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none
}


.item-botao {
    font-family: 'Aller', sans-serif;
    height: 39px;
    width: 25%;
    padding-top: 5px;    
    background-color: #f99d1c;
    float: right;
    text-align: center;
    border-radius: 7px;
    font-weight: 700;
    text-decoration: none;
}
.fonte {
    color: #FFF;
}

@media(max-width:768px) {
    .container.mt-2 {
        margin-top: 20% !important;
    }
    .mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
    }
    .mobile-botao{
        display: flex;
        justify-content: center!important;
    }
    .mobile-texto{
        display: flex;
        justify-content: center!important;
    }
    .item-botao{
        height: 43px;
        width: 36%;
    }
}