.item {
    height: 80px;
    width: 310px;
    background-color: #363636 !important;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 15px;
    margin: 13px;
}

.btn {
    background-color: #363636;
    color: white !important;
}
.linky a{
    
    text-decoration: none!important;
    color: black!important;
}


.item>a:link,
.item>a:hover,
.item>a:visited {
    font-family: 'Aller', sans-serif;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #363636;
    font-size: 16px;
    margin: 0;
    font-weight: 700;

}

.linha {
    border: 2px solid #ccc;
}

.linha1 {
    margin-top: 0;
}

.titulo {
    color: #363636;
    font-size: 25px;
}

.Subtitulo {
    color: #000000;
    font-size: 20px;
}

.margem {
    margin-top: 1%;
}

.btn-acessar {
    height: 30px;
    width: 13vh;
    padding-top: 5px;
    color: white;
    background-color: #363636;
    float: right;
    text-align: center;
    border-radius: 7px;
    font-size: 15px;
    text-decoration: none;
}
.btn-acessar:hover{
    color: #ffffff;
    font-weight: bolder;
}

.paragrafo {
    float: left;
    padding-top: 5px;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}
.caixa-sefin{
    background: #363636;
}
a.botao{
    text-decoration: none;
    color: #ffffff;
}
a.botao:hover{
    color: #ffffff;
    font-weight: bolder;
}

@media(max-width:768px) {
    /* .margem {
        margin-top: 20%;
    } */
    a.btn-acessar{
        width: 40vh;;
    }
    div.row.sefin-item{
        justify-content: center;

    }
    div.mobile{
        display: flex;
        justify-content: center;
        text-align: center;
    }


}