/* Universidad DGAIA - enlace activo sin elementos flotantes */
.nav a,
.links a,
.quick a {
  position: relative;
}

.nav a.is-active,
.links a.is-active,
.quick a.is-active {
  background: #009b8f !important;
  color: #ffffff !important;
  border-color: #00c2b2 !important;
  box-shadow: 0 0 0 2px rgba(0,155,143,.22) !important;
}

.nav a.is-active::after,
.links a.is-active::after,
.quick a.is-active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -6px;
  height: 3px;
  border-radius: 999px;
  background: #00c2b2;
}

body::before {
  content: none !important;
  display: none !important;
}
