/* CSS personalizado para Reveal.js */

.reveal .small {
  font-size: 0.7em;
  opacity: 0.8;
  line-height: 1.2;
}

.reveal .tiny {
  font-size: 0.6em;
  opacity: 0.8;
  line-height: 1;
}

.reveal .small-list {
  font-size: 0.85em;
}

.reveal a img {
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.reveal a:hover img {
  transform: scale(1.15);
  opacity: 0.9;
}