/* Estilos do Mapa do Site */
.sitemap-item {
  transition: background-color 0.2s ease;
}
.sitemap-item:hover {
  background-color: #F1F5F9;
}
