.listagem-item {
    transition: box-shadow 0.3s ease-in-out;
}

.listagem-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.listagem-item {
    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.listagem-item:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}
.selo-vazio {
    display: none;
}
