@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

.pkp_structure_content {
  background: #f5f5f5;
}

#info-institucional p {
  text-align: left;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: white;
}

#info-institucional {
  padding: 30px;
  background: #7e1b21;
}

.pkp_structure_footer #sitemap {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans", sans-serif;
}

.pkp_structure_footer #sitemap li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: white;
}

.pkp_structure_footer #sitemap li a {
  color: white;
}

.pkp_structure_footer #sitemap li a:hover {
  color: white;
  font-weight: 600;
}

.pkp_structure_footer #sitemap h4 {
  font-family: "Noto Serif", serif;
  font-weight: 600;
  color: white;
}

.pkp_structure_footer {
  background: #7e1b21;
}

.pkp_structure_footer #sitemap div {
  min-width: 250px;
}

#navigationPrimary a,
#headerNavigationContainer button,
.pkp_navigation_user_wrapper a,
#text,
.search_prompt {
  font-family: "Noto Sans", sans-serif;
}

.pkp_navigation_user_wrapper a:hover {
  text-decoration: underline;
}

.pkp_block .title {
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: left;
  background: transparent;
  margin: 0;
  font-weight: 500;
}

.pkp_block a {
  font-family: "Noto Sans", sans-serif;
}

.pkp_block a:hover {
  font-weight: 600;
}

.pkp_structure_sidebar .block_information {
  margin: 0;
  padding: 20px;
}

.block_language {
  background-color: #7e1b21;
  margin: 20px 0;
  padding: 20px;
  text-align: left;
}

.block_language a {
  color: white;
  text-align: left;
}

.pkp_structure_sidebar:before {
  border-left: none;
}

.pkp_page_index .homepage_image {
  margin: 0;
  padding: 0;
}

#pkp_content_main .additional_content {
  margin: 0;
  padding: 30px 0;
  background: transparent;
  border-top: none;
}

#pkp_content_main .mg {
  margin: 0;
  padding: 0;
}

#pkp_content_main {
  padding: 20px 30px;
}

.indexers,
#referencias {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

#referencias br {
  display: none;
}

.indexers img,
#referencias img {
  object-fit: contain;
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4,
.pkp_structure_main h5,
.pkp_structure_main h6 {
  font-family: "Noto Sans", sans-serif;
  margin: 0;
}

.pkp_structure_content {
  padding: 30px 0;
}

#pkp_content_main .page {
  max-width: 600px;
}

.page nav,
.page nav .current h1 {
  font-family: "Noto Sans", sans-serif;
}

.obj_article_summary .cover {
  grid-column: 1;
  grid-row: 1 / span 5;
}

.obj_article_summary > *:not(.cover) {
  grid-column: 2;
}

.obj_article_summary .galleys_links {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
}

.obj_article_summary .obj_galley_link {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  border-radius: 0 0 0 10px;
  padding: 0 10px;
}

.obj_article_summary .obj_galley_link:hover {
  background-color: black;
}

.obj_article_summary .cover {
  width: auto;
  margin: 0;
}

.obj_article_summary .meta,
.obj_article_summary .doiPublicacionContinua {
  font-family: "Noto Sans", sans-serif;
  color: #757575;
}
.obj_article_summary .doiPublicacionContinua {
  font-weight: 300;
}
.obj_article_summary .authors,
.obj_article_summary .title {
  margin-top: 0;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}

.obj_article_summary .title:hover {
  text-decoration: underline;
}

.obj_article_summary .meta,
.obj_article_summary .galleys_links {
  margin: 0;
  padding: 0;
}

.obj_article_summary:before,
.obj_article_summary:after {
  content: none;
  display: block;
}

.obj_article_summary {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  column-gap: 20px;
  margin: 0;
  border-top: 2px solid #7e1b21;
  margin-bottom: 30px;
  background: #7e1b211a;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}

.obj_article_summary > .meta:nth-child(2) {
  margin-top: 10px;
}

.cmp_article_list .obj_article_summary {
  margin: 0;
}

.cmp_article_list li {
  margin-bottom: 40px;
}

.section .cmp_article_list {
  padding-top: 40px;
}

.section .cmp_article_list {
  padding-top: 20px;
}

.obj_issue_toc .section h2,
.obj_article_details .main_entry h3.label {
  width: 100%;
  border-bottom: none;
  background: #7e1b21;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 0 15px 15px 0;
}

.block_language,
.block_information {
  border-radius: 15px 0 0 15px;
}

.obj_issue_toc .cover img {
  border-radius: 0 0 15px 0;
}

.main_entry .authors,
.main_entry .doi,
.main_entry .value a,
.main_entry .label,
.obj_article_details .main_entry .item .label {
  font-family: "Noto Sans", sans-serif;
}

.obj_issue_toc .section h2,
.obj_article_details .main_entry h3.label {
  padding: 5px 10px;
  margin-top: 20px;
}

.obj_article_details .main_entry .item h3.label {
  margin: 30px 0 15px 0;
  font-weight: 500;
  background: #7e1b21cc;
}

.main_entry .item {
  padding: 0;
}

.main_entry {
  padding: 30px 0;
}

.main_entry .abstract p {
  margin: 0;
}

.main_entry .keywords .value {
  font-family: "Noto Sans", sans-serif;
}

.page_title {
  color: #7e1b21;
}

.page .row {
  margin: 0;
}

.main_entry .doi {
  margin: 20px 0 10px 0;
}

.main_entry .doi .value {
  font-weight: 300;
}

.entry_details .obj_galley_link {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  height: 40px;
  border-radius: 20px;
  padding: 5px 30px;
}

.entry_details .obj_galley_link:hover {
  background: black;
}

.obj_article_details .entry_details .item {
  background: transparent;
}

.obj_article_details .entry_details .item {
  margin: 20px 0 0 0;
  box-shadow: none;
}

.obj_article_details .entry_details .item .title {
  text-decoration: none;
}

.obj_article_details .entry_details .item .title:hover {
  text-decoration: underline;
}

.entry_details .published,
.entry_details .issue {
  border-left: 2px solid #bbb;
  flex: 1;
}

.obj_article_details .row {
  display: flex;
}

.obj_article_details .entry_details {
  flex-direction: column;
  margin-left: 30px;
  width: unset;
  max-width: 250px;
  margin-left: 60px;
  padding-top: 15px;
}

#pkp_content_main .page_article {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: unset;
}

.obj_article_details .entry_details .published .label,
.obj_article_details .entry_details .sub_item:first-child > .label,
.obj_article_details .entry_details .sub_item:not(:first-child) .label {
  background: #ddd;
  width: 100%;
  padding: 5px 20px;
  border-radius: 0 15px 15px 0;
}

.obj_article_details .entry_details .sub_item:not(:first-child) .label {
  margin: 0;
  border: none;
  background: #eee;
}

.obj_article_details .entry_details .item .value {
  font-family: "Noto Sans", sans-serif;
  font-weight: 200;
}

nav.cmp_breadcrumbs {
  padding: 0 0 60px 0;
}

nav.cmp_breadcrumbs a {
  font-weight: 300;
  text-transform: capitalize;
}

nav.cmp_breadcrumbs .current {
  font-weight: 600;
  color: black;
}

nav.cmp_breadcrumbs .current h1 {
  font-weight: 700;
  color: black;
}

nav.cmp_breadcrumbs a:hover {
  text-decoration: underline;
}

.obj_issue_summary .title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  color: black;
}

.obj_issue_summary .series {
  font-family: "Noto Sans", sans-serif;
  color: black;
  font-weight: 500;
}

.obj_article_details .entry_details .published .label,
.obj_article_details .entry_details .sub_item:first-child > .label,
.obj_article_details .entry_details .sub_item:not(:first-child) .label {
  font-family: "Noto Sans", sans-serif;
}

@media (max-width: 768px) {
  .pkp_structure_footer #sitemap {
    flex-direction: column;
  }
  #pkp_content_main {
    padding: 20px 10px;
  }
  .obj_article_summary {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  .obj_article_details .row {
    flex-direction: column;
  }
  .obj_article_details .entry_details {
    max-width: unset;
    margin-left: 0;
  }
}
