i.bi.teste {
    top: 5px !important;
}
.item {   
    height: 80px;
    width: 310px;   
    background-color:#23968a!important;   
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 15px;
    margin: 13px;
}
.linky a {

    text-decoration: auto;
    color: rgb(0, 0, 0) !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%;
}
.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;
    
}

.modal {
    z-index: 9999!important;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 75%!important;
    }
}

