.navbar {
  background-color: hsl(var(--gris-l50));
}
.navbar .nav-link .navbarText{
  color: hsla(var(--marron-l15)) !important;
  border-bottom: 4px solid transparent;
  padding: 5px;
}
.navbar .nav-link:hover .navbarText{
  transition: 0.2s;
  border-bottom: 4px solid hsla(var(--marron-l15), 0.5) !important;
}
.navbar .nav-link.active .navbarText{
  border-bottom: 4px solid hsla(var(--marron-l15)) !important;
}

.navbar_panelNombre{
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


