.item {   
    height: 80px;
    width: 310px;   
    background-color: #743963!important;   
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 15px;
    margin: 13px;
}
.linky a{
    
    text-decoration: auto;
    color: black!important;
}
.linky a:hover {
    text-decoration: underline;
}
.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:#743963;
    font-size: 16px;
    margin: 0;
    font-weight: 700;

}

.titulo {   
    color: #0099ff;
    font-size: 20px;
}

.margem {
    margin-top: 1%;
}


i.bi.teste {
    top: 5px !important;
}

.linky a {

    text-decoration: auto;
    color: black !important;
}

.linky a:hover {
    text-decoration: underline;
}

.titulo {
    margin-top: 10px;
    color: #0099ff;
    font-size: 25px;
}

.sub-titulo {
    margin-top: 10px;
    color: #0099ff;
    font-size: 22px;
}

.linha1 {
    margin-top: 0;
}

.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;

}
.btn-acessar {
height: 30px;
width: 13vh;
padding-top: 5px;
color: white;
background-color: #743963;
float: right;
text-align: center;
border-radius: 7px;
font-size: 15px;
text-decoration: none;
}
.btn-acessar:hover{
color: #ffffff;
font-weight: bolder;
}
.linha {
border: 2px solid #ccc;
}

@media(max-width:768px) {

div.mobile{
    display: flex;
    justify-content: center;
    text-align: center;
}
}