.container {
    padding-top: 0px;
}

.sema {
    color: #A6CE39;
}

.caixa-sema {
    color: #A6CE39;
}

.item {
    height: 80px;
    width: 310px;
    background-color: #662383 !important;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 15px;
    margin: 13px;
}
.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;
}

.item>a:link,
.item>a:hover,
.item>a:visited {
    font-family: 'Aller', sans-serif;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #662383;
    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{
    color: #fff!important;
    background-color: #028dcf!important;
    border-color: #028dcf!important;
}
.btn-acessar:hover{
    background-color: #4ead3a!important;
    border-color: #4ead3a!important;
}

.paragrafo {
    float: left;
    padding-top: 5px;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}
a.botao{
    text-decoration: none;
    color: #ffffff;
}
a.botao:hover{
    color: #ffffff;
    font-weight: bolder;
}

a.btn-voltar:hover{
    color: #ffffff;
    font-weight: bolder;
}

.linky a{
    
    text-decoration: none!important;
    color: black!important;
}



@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;
    }


}