.categorias{
    border-radius: 100px;
    transition: 0.5s;
}

.categorias:hover{
    transform: scale(0.8);
}
