.editores .letras-editores {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}

.editores .letras-editores a {
  font-weight: bold;
}

.editores .letras-editores a.active {
  color: black;
}

.editores .letras-editores a {
  font-size: 16px;
}
.editores .member-lastname {
  color: black;
  font-weight: bold;
}

.editores .member {
  margin: 20px 0;
  padding: 20px 0;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid black;
  font-family: "NexusSansPro";
  font-size: 16px;
  line-height: 30px;
}

.editores .member-image {
  flex-grow: 0;
}
.editores .members-links {
  margin-top: 20px;
}

.editores .members-links a {
  font-size: 16px;
}

.editores .member-image img {
  max-width: 100px;
}
.editores .member-description {
  flex-grow: 1;
}

.editores .member-name {
  color: black;
}

.editores .member-organisation {
  font-size: 16px;
}
.editores .member-journal img {
  max-width: 100px;
  height: auto;
  flex-grow: 0;
}

.editores-titular-publicaciones {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.editores-titular {
  font-size: 26px;

  display: block;
}

.editores-publicaciones {
  font-size: 16px;
  text-decoration: none;
  color: var(--corp-color);
}

.editores-revista {
  margin-top: 10px;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  gap: 20px;
  justify-content: space-between;
}

.revista-portada img {
  max-width: 100px;
  height: auto;
}
