/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 11 2025 | 01:40:45 */
@media (min-width: 768px) {
  .roda:hover {
    transform: rotate(-0deg) scale(1.1);
    z-index: 20;
  }

  /*
  .roda:hover .aum {
    transform: translateY(-10px) rotate(-2deg);
  }
  */

  .roda:hover .cor {
    color: #f4f4f4;!important /* Altera a cor do texto */
  }
}