.botao-icone img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

.botao-icone img:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}
