.item-botao {
    font-family: 'Aller', sans-serif;
    height: 34px;
    width: 25%;
    padding-top: 5px;    
    background-color: #028dcf;
    float: right;
    text-align: center;
    border-radius: 7px;
    font-weight: 700;
    text-decoration: none;
}
.linky a{
    
    text-decoration: none!important;
    color: black!important;
}
.banner{
    font-family: 'Aller', sans-serif;
    height:30px;
    width: 100%;
    border-style: solid;
    border-color: #028dcf;
    background-color: #028dcf;
    display: flex;
    align-items: center;
    margin-bottom:20px;
    border-radius:7px;

    }
    .banner>p{
        font-family: 'Aller', sans-serif;
        text-align: left;
        width: 100%;
        color: #FFF;
        font-size: 15px;
        margin-left:20px;
        margin-bottom: 0;
        font-weight: 600;
                
        }

.botao {
    font-family: 'Aller', sans-serif;
    border-style: solid;
    border-color: #028dcf;
    background-color: #028dcf;
    /* text-align: center; */
    border-radius: 15px;

}

.titulo {
    font-family: 'Aller', sans-serif;
    color: #000000;
    font-size: 20px;
}

.margem {
    margin-top: 1%;
}

.fonte {
    color: #FFF;
    
}

.paragrafo {
    float: left;
    padding-top: 5px;
    text-decoration: none;
    color: black;
    margin-left:20px;
}

.linha {
    border: 2px solid #ccc;
}
a:hover{
    color: black;
}
hr{
margin: 0rem 0; 
}



@media(max-width:768px) {
    /* .margem {
        margin-top: 25%;
    } */

    .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;
    }
    .paragrafo{
        margin-left:0;
    }
}