.sidebar {
    position: relative;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 40px #00000017;
}
.sidebar .title {
    border-bottom: 1px #dedede solid;
    padding: 20px;
}
.sidebar .title h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}
.sidebar .bloco a {
    display: flex;
    padding: 20px;
    position: relative;
    color:#333;
    line-height: 16px;
    align-items: center;
    gap: 15px;
}
.sidebar .bloco a:hover {
    background: #f1f1f1;
}
.sidebar .bloco:last-child a {
    border:0;
}
.sidebar .bloco a img, .sidebar .bloco a i {
    object-fit: contain;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#006e94;
    width: 30px;
}
.sidebar .bloco a h3 {
    font-size: 17px;
    font-weight: bold;
}
