.nav-link-carta:focus, .nav-link-carta:hover {
  text-decoration: none;
  background-color: #a6c52c;
}

.nav-pills .nav-link-carta.active, .nav-pills .show > .nav-link {
  /*color: #fff;*/
  background-color: rgb(255,255,0);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
}

