/* Estilização do menu superior */
.nav-bar a {
  font-family: 'Playfair Display', serif !important;
  color: #002B4E !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
}

/* Efeito hover no menu */
.nav-bar a:hover {
  color: #0279B1 !important;
  border-bottom: 2px solid #0279B1 !important;
}
