.categorias__sidebar {
    background: #fff;
    box-shadow: 0 0 50px #0000002a;
    border-radius: 10px;
    padding: 15px;
    margin-top: -65px;
    margin-bottom: 30px;
}

.categorias__sidebar h2 {
    font-size: 24px;
    font-weight: 900;
    border-bottom: 1px #dedede solid;
    padding:10px 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin: 0 -15px;
    margin-bottom: 15px;
}

.categorias__sidebar a {
    display: flex;
    color:#333;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 18px;
    align-items: center;
    gap:10px;
    font-size: 14px;
}

.categorias__sidebar a:hover {
    background: #fff;
    color: var(--azul);
    box-shadow: 0 0 10px #0000001c;
}

.categorias__sidebar a img {
    width: 30px;
}

.categorias__sidebar li:last-child a {
    border-top: 1px #dedede dotted;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}