.menuIdiomasCustom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menuIdiomasCustom a {
  color: #cdd3d7;
}
.menuIdiomasCustom a:focus {
  color: #d7dcdf;
}
.menuIdiomasCustom a:hover {
  color: #A8AD00;
}
.menuIdiomasCustom a.activo {
  color: #495057;
  text-decoration: underline;
}
.menuIdiomasCustom a.activo:focus {
  color: #6d7379;
}
.menuIdiomasCustom a.activo:hover {
  color: #A8AD00;
}
.menuIdiomasCustom a + a {
  margin-left: 20px;
  position: relative;
}
.menuIdiomasCustom a + a:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #cdd3d7;
  position: absolute;
  left: -10px;
  top: -2px;
}/*# sourceMappingURL=menuIdiomasCustom.css.map */