/* ===== TOPO DIREITO – ÍCONES ===== */

/* Ajuste base dos textos dos ícones */
.topo .atalhos-topo a,
.topo .atalhos-topo span {
  font-size: 13px !important;
  font-weight: 600; /* semi-bold */
  transition: all 0.25s ease;
}

/* Hover: aumenta levemente e destaca */
.topo .atalhos-topo a:hover,
.topo .atalhos-topo span:hover {
  font-size: 14px !important;
  opacity: 0.9;
}

/* Ícones (svg / font-icon) */
.topo .atalhos-topo i,
.topo .atalhos-topo svg {
  transition: transform 0.25s ease;
}

/* Hover no ícone */
.topo .atalhos-topo a:hover i,
.topo .atalhos-topo a:hover svg {
  transform: scale(1.1);
}
