/* ====== UL PRINCIPAL ====== */
.menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  /* border: 2px solid green; */
  width: 100%;
}

.menu-footer li {
  /* border: 1px solid red; */
  width: 100%;
  font-size: 15px;
  line-height: 120%;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-secondary-300);
  padding: 10px;
  padding-left: 0;
}

.menu-footer li a {
  text-decoration: none;
  color: inherit;
}

.menu-footer li a:hover {
  color: var(--color-primary-400);
}

/* Activo */
.menu-footer .current-menu-item > a,
.menu-footer .current_page_item > a,
.menu-footer .current-menu-ancestor > a,
.menu-footer .current_page_parent > a,
.menu-footer a[aria-current="page"] {
  color: var(--color-primary-400);
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.05); /* opcional */
}
