
.produto{display: block; color: #666; text-decoration: none; padding: 15px; transition: .15s all linear; margin-top: 30px}
.produto:hover{-webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 20%); box-shadow: 0 0 6px 0 rgb(0 0 0 / 20%); text-decoration: none;}

.produto h3{margin-bottom: 0; padding-bottom: 0;}