.item {
    height: 80px;
    width: 310px;
    background-color: #00aeef !important;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 15px;
    margin: 13px;
}
.item:hover {
    background-color: #0d88b6 !important;
}

.btn {
    background-color: #00aeef;
    color: white !important;
}

.item>a:link,
.item>a:hover,
.item>a:visited {
    font-family: 'Aller', sans-serif;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #00aeef;
    font-size: 16px;
    margin: 0;
    font-weight: 700;

}

.linha {
    border: 2px solid #ccc;
}

.linha1 {
    margin-top: 0;
}

.titulo {
    color: #0099ff;
    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: #00aeef;
    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: #00aeef;
}
a.botao{
    text-decoration: none;
    color: #ffffff;
}
a.botao:hover{
    color: #ffffff;
    font-weight: bolder;
}
.linky a {

    text-decoration: auto;
    color: black !important;
}

.linky a:hover {
    text-decoration: underline;
}
.sub-titulo {
    margin-top: 10px;
    color: #0099ff;
    font-size: 22px;
}

.btn-voltar {
    height: 30px;
    width: 13vh;
    padding-top: 5px;
    color: white;
    background-color: #727272;
    float: right;
    text-align: center;
    border-radius: 7px;
    font-size: 15px;
    text-decoration: none;
}
.btn-voltar:hover{
    color: #ffffff;
    font-weight: bolder;
    background-color: #4e4e4e;
    
}

.contato {
    display: flex;
    align-items: center;
}


@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;
    }


}