@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Sen&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Serif&display=swap');

/* CSS Document */

body {
  font-family: 'PT Serif', serif;
}

:root {
--aztec-gold: #ba954e;
--dark-charcoal: #333;
--shade-of-gray: #444;
--white: #fff;
}

.root_back {
--brownish-red: #c3b49f;
/*color enlace menú principal*/
--copper: #c3b49f;
/*color línea inferior menú principal*/
--brownish-grey: #6c6664;
 /*color cuerpo texto*/
--berry: #c3b49f;
 /*color enlaces*/
--backgrouncolor: #c3b49f;
/*color fondo sitio*/
--textoblanco: #ffffff;
/*color texto blanco barra superior Pucp y pie*/
}

:root {
--brownish-red: #c3b49f;
--copper: #c3b49f;
--brownish-grey: #6c6664;
--berry: #c3b49f;
--backgrouncolor: #c3b49f;
--textoblanco: #ffffff;
}

a {
  color: var(--shade-of-gray);
}

a:hover, a:focus {
  color: var(--shade-of-gray);
  text-decoration: underline !important;
}

a:link {
  color: var(--shade-of-gray);
}

a:active {
  color: var(--shade-of-gray);
}

a:visited {
  color: var(--shade-of-gray);
}

p {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: normal;
  text-align: justify;
  color: var(--shade-of-gray);
}

.pkp_structure_main ul, .pkp_structure_main ol {
  font-size: 17px;
  color: var(--brownish-grey);
  line-height: 25px;
}

.sistema-biblioteca {
  background-color: var(--backgrouncolor);
}

.contenido-sistema-biblioteca {
  width: 1030px;
  margin: 0px auto;
  color: var(--aztec-gold);
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.unidades {
  float: left;
  height: 64px;
  font-family: 'Sen', sans-serif;
}

.unidad {
  display: inline-block;
  font-size: 16px;
  margin-right: 40px;
  line-height: 18px;
}

.logopucp {
  float: right;
  width: 217px;
  height: 64px;
  background-image: url(logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 18px center;
  margin-bottom: 10px;
}

.pkp_page_index .pkp_structure_head {
  background-image: url(cabecera-principal.jpg);
  background-size: 1400px auto;
  border-bottom: none;
  background-repeat: no-repeat;
}

.pkp_page_index .description {
  padding-top: 20px;
}

.pkp_structure_head {
  background-image: url(cabecera-interna.jpg);
  background-size: 1442px 217px;
  background-position: center 110px;
  border-bottom: none;
  background-repeat: no-repeat;
  padding-top: 110px;
}

.pkp_head_wrapper {
  padding-top: 20px;
}

.pkp_site_name {
  text-indent: -10000px;
}

.block_information a, .block_language_toggle a {
  font-size: 15px;
}

.pkp_page_index .pkp_navigation_primary_row {
  margin-top: 0px;
  background-color: var(--dark-charcoal);
  border-bottom: 1px solid var(--copper);
}

.pkp_navigation_primary_row {
  background-color: var(--dark-charcoal);
  border-bottom: 1px solid var(--copper);
}

.pkp_navigation_primary > li > a {
  color: var(--white);
  font-family: 'Sen', sans-serif;
}

.pkp_navigation_primary > li > a:hover, .pkp_navigation_primary > li > a:focus {
  color: var(--aztec-gold);
  text-decoration: none !important;
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
  background: var(--brownish-grey);
}

.cmp_breadcrumbs a {
  color: #444;
  text-decoration: underline;
}

.cmp_breadcrumbs a:hover {
  text-decoration: none !important;
}

.cmp_breadcrumbs .current {
  color: #444;
}

.pkp_navigation_primary ul a {
  color: var(--white);
  font-family: 'Sen', sans-serif;
}

.pkp_head_wrapper .pkp_search .search_prompt {
  color: var(--white);
  font-family: 'Sen', sans-serif;
}

.pkp_head_wrapper .pkp_search .search_prompt:hover {
  text-decoration: none !important;
}

.pkp_head_wrapper .pkp_search.is_open .search_prompt {
  color: var(--shade-of-gray);
}

.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
  background-color: #222 !important;
  border-color: var(--aztec-gold);
}

.pkp_head_wrapper .pkp_search.is_open .search_prompt:hover {
  border-bottom-color: var(--aztec-gold) !important;
  color: var(--aztec-gold);
 }

 .pkp_head_wrapper .pkp_search.is_open input[type="text"] {
  color: #444;
  font-family: 'Sen', sans-serif;
  font-size: 14px;
}

.pkp_page_index .additional_content {
  padding: 0px 0px 0px 0px;
  border-top: none;
  margin-left: 0px;
  margin-right: 0px;
}

.pkp_page_index .additional_content p {
  margin: 0px 0px 0px 0px;
}

.obj_article_details .galleys_links li {
  margin-top: 3px;
}

.pkp_page_index .current_issue .read_more {
  color: var(--shade-of-gray);
  font-size: 17px;
  margin: 40px 0 80px 128px;
  text-decoration: underline;
}
.pkp_page_index .current_issue .read_more:hover {
  color: #444 !important;
  text-decoration: none !important;
}

.pkp_page_index .current_issue .read_more:after {
  content: none;
}

.cmp_notification {
  border-left: 5px solid var(--brownish-red);
}

.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
  color: var(--brownish-grey);
}

.obj_issue_toc .galleys::before, .obj_issue_toc .section::before {
  border-top: none;
}

.pkp_structure_main::before, .pkp_structure_main::after {
  width: 0px;
}

.pkp_site_name, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
  width: 1013px;
}

.pkp_structure_content {
  padding-top: 100px;
}

.pkp_block {
  font-size: 15px;
  line-height: 15px;
  padding: 0px 0px 56px 0px;
}

.pkp_block p {
  font-size: 15px;
  line-height: 15px;
  padding: 0px 0px 0px 24px;
}

.pkp_block .content ul {
  padding-left: 24px;
}

.pkp_block .content ul li {
  line-height: 15px;
  padding: 2px 0;
}

.pkp_block a {
  color: #444 !important;
  line-height: 20px;
  text-decoration: underline;
}
.pkp_block a:hover {
  text-decoration: none !important;
}

.pkp_block .title, .block_custom h3 {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  line-height: 20px;
  color: var(--aztec-gold);
  background-image: url(bullet-3.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 24px;
  text-align: left;
  margin: 15px 0px;
}

.vermas a {
  background-image: url(boton.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -10000px;
  display: block;
  margin-left: 25px;
  width: 50px;
  height: 30px;
  cursor: pointer;
}

.pkp_block .title-des {
  font-size: 20px;
  line-height: 0.85;
  color: var(--copper);
  background-image: url(bloque-resaltado.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px 24px 8px 24px;
}

.obj_issue_toc .galleys h2, .obj_issue_toc .section h2 {
  font-size: 30px;
  font-weight: 400;
  color: var(--brownish-grey);
  background-image: url(bullet-2.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px 115px;
  left: 0px;
}

.obj_article_summary > .title {
  border-top: 1px dashed #ddd;
  line-height: 24px;
  font-family: 'PT Serif', serif;
  font-size: 20px;
  margin-left: 115px;
  padding-top: 30px;
}

.obj_article_summary > .title a {
  color: var(--shade-of-gray);
}

.obj_issue_toc .published {
  margin: 40px 0;
}

.obj_article_summary .authors {
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  color: var(--aztec-gold);
  margin-left: 115px;
  text-transform: uppercase;
}

.obj_article_summary .pages {
  left: 0;
  margin-top: -28px;
  width: 100px;
  text-align: right;
  padding-right: 10px;
}

.cmp_button_wire, .obj_galley_link {
  background-color: #eee;
  border: none;
  color: var(--dark-charcoal) !important;
}

.cmp_button_wire, .obj_galley_link:hover {
  color: #fff !important;
  text-decoration: none !important;
}  

.obj_issue_toc .galleys_links li:nth-child(1) {
  margin: 15px 115px;
}

.cmp_button_wire, .obj_galley_link {
  padding: 0px 10px 0px 10px;
}

.pkp_page_index .pkp_structure_main h1, .pkp_page_index .pkp_structure_main h2, .pkp_page_index .pkp_structure_main h3, .pkp_page_index .pkp_structure_main h4 {
  font-size: 30px;
  color: var(--brownish-grey);
  background-image: url(bullet-1.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: normal;
  padding: 8px 115px;
}

.pkp_page_index .pkp_structure_main .section h2 {
  background-image: url(bullet-2.png);
  background-position: 25px top;
}

.pkp_page_index .pkp_structure_main h2 {
  color: var(--aztec-gold) !important;
  font-family: 'PT Serif', serif;
  font-size: 30px;
  font-weight: bold !important;
  margin-bottom: 30px;
}

.pkp_structure_main h2 {
  margin: 40px 0 0;
}

.pkp_page_index .current_issue .current_issue_title {
  color: var(--shade-of-gray);
  font-size: 16px;
  font-style: italic;
  font-stretch: normal;
  font-weight: normal;
  left: 115px;
  letter-spacing: normal;
  line-height: normal;
  margin: 0px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 483px;
}

.page_search .submit button::after {
  background: var(--brownish-red);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.page_search .submit:hover button::after {
  background: var(--brownish-grey);
}

.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
  color: var(--brownish-red);
  border-radius: 8px;
  box-shadow: none;
}

.pkp_page_article .pkp_structure_sidebar {
  position: fixed;
  right: 30px;
}

.pkp_page_article .pkp_structure_sidebar .pkp_block {
  display: none;
}

.pkp_page_article .pkp_structure_sidebar .block_language {
  display: block;
  margin-left: 20px;
}

.pkp_page_article .pkp_structure_main {
  width: 948px;
}

.obj_article_details .main_entry {
  width: 724px;
}

.obj_issue_toc .sections:not(:first-child) {
  margin-top: 0px;
}

.obj_article_details .row {
  border-top: none;
  border-bottom: none;
}

.obj_article_details .row {
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: none;
  border-top: none;
}

.obj_article_details .main_entry {
  border-right: none;
}

.pkp_structure_main p {
  margin: 20px 0 0;
}

.description p {
  margin: 0 !important;
}

.description p:last-child {
  font-weight: normal !important;
  margin-top: 15px !important;
}
.description p:last-child a:hover {
  text-decoration: none !important;
}

.pkp_structure_main h1 {
  color: var(--aztec-gold);
  font-family: 'PT Serif', serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}

.obj_article_details .authors .name {
  display: initial;
}

.obj_article_details .authors .orcid {
  display: initial;
}

.obj_article_details .item.keywords .label {
  display: block;
}

.obj_article_details .main_entry .item.doi .label, .obj_article_details .main_entry .item.keywords .label, 
.obj_article_details .main_entry .item.author_bios .sub_item .label {
  background-image: none;
}

.obj_article_details .main_entry .item.doi .label {
  font-size: 15px;
  padding-right: 0px;
}

.obj_article_details .item.authors {
  font-size: 15px;
  padding-left: 0;
  color: var(--brownish-grey);
}

.obj_article_details .main_entry .item .sub_item .label {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: normal;
}

.pkp_structure_main .item.copyright p {
  margin: 0px 0px 10px 0px;
  font-size: 15px;
  line-height: 17px;
}

.obj_article_details .entry_details .item .label {
  color: var(--brownish-grey);
  font-family: 'Sen', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
  padding-left: 26px;
}

.fb-xfbml-parse-ignore {
  font-size: 15px;
  font-weight: bold;
}

.fb-xfbml-parse-ignore:hover {
  text-decoration: none !important;
}

.obj_article_details .entry_details .value {
  padding-left: 27px;
}

.obj_article_details .main_entry .item .label {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: normal;
  color: var(--shade-of-gray);
  background-image: url(bullet-2.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: auto 47px;
  padding: 15px 110px 0 0;
  margin: 0px 0px 0px 0px;
}

.obj_article_details .main_entry .item.abstract .label {
  margin-left: 0;
}

.obj_article_details .main_entry .item:nth-child(4) .label {
  background-image: url(bullet-1.png);
  background-position: left center;
}

.obj_article_details .citation_display .citation_formats {
  border: 1px solid var(--shade-of-gray);
  font-family: 'Sen', sans-serif;
}

.obj_article_details .citation_display .citation_formats_button {
  color: var(--shade-of-gray);
  padding: 0 0 0 10px;
}

.obj_article_details .citation_display .citation_formats_styles a {
  font-size: 14px;
  padding: 8px 0 8px 12px;
}

canvas {
  margin: 50px 0 50px 0;
  padding-left: 0;
}

.obj_article_details .entry_details .item {
  padding: 20px 0px 15px 30px;
}

.keywords .value, .references .value, .usageStatsUnavailable {
  font-size: 15px;
  color: var(--brownish-grey);
  padding: 0;
  display: block;
}

.references .value br {
  margin-bottom: 20px;
}

.pkp_page_article.pkp_op_view .pkp_block .title {
  background-position: right top;
  background-image: none;
  text-align: right;
}

.obj_issue_summary .description {
  font-size: 17px;
  line-height: 25px;
}

.obj_issue_toc .description > :last-child {
  margin: 0 0 0 115px;
}

.item.copyright {
  margin-left: 27px;
  font-size: 12px;
  line-height: 14px;
}

.item.abstract {
  margin: 20px 0 20px 0;
}

.pkp_page_article .pkp_block .content ul {
  text-align: right;
}

.pkp_structure_main {
  width: 683px;
  padding: 0px;
}

.pkp_structure_sidebar {
  width: 230px;
}

.obj_issue_toc .cover {
  width: 90px;
  margin-right: 25px;
}

.obj_article_details .entry_details {
  border-left: none;
  width: 223px;
}
/*reglas pdf*/
.header_view .return {
  color: var(--brownish-red);
}

.header_view {
  background: var(--brownish-red);
}

.header_view .title:hover, .header_view .title:focus {
  background: var(--brownish-grey);
}

.header_view .return:hover, .header_view .return:focus {
  background: var(--brownish-grey);
}

.header_view .download:hover, .header_view .download:focus {
  background: var(--brownish-grey);
}

.pkp_page_article.pkp_op_view.has_site_logo .sistema-biblioteca {
  background-color: var(--dark-charcoal) !important;
  overflow: auto;
  height: 110px;
}

.sistema-biblioteca {
  background-color: var(--dark-charcoal);
  overflow: inherit;
  height: 110px;
  position: absolute;
  right: 0;
  left: 0;
}

.pkp_page_article.pkp_op_view .sistema-biblioteca {
  overflow: inherit;
  height: 110px;
  position: absolute;
  right: 0;
  left: 0;
}

.pkp_page_article.pkp_op_view.has_site_logo .sistema-biblioteca {
  background-color: var(--backgrouncolor);
  overflow: auto;
  height: 110px;
}

.pkp_page_index.pkp_op_index.has_site_logo .pkp_navigation_user_wrapper, .pkp_page_article.pkp_op_view.has_site_logo .pkp_navigation_user_wrapper, .pkp_page_about.has_site_logo .pkp_navigation_user_wrapper, .pkp_page_search.has_site_logo .pkp_navigation_user_wrapper, .pkp_page_issue.has_site_logo .pkp_navigation_user_wrapper, .pkp_op_index.has_site_logo .pkp_navigation_user_wrapper {
  top: -100px;
}

.has_site_logo .pkp_head_wrapper {
  background-image: url(cabecera-principal.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1400px auto;
  padding-top: 0px;
  width: 100%;
}

.has_site_logo .pkp_navigation_primary_wrapper {
  width: 1013px;
}

.pkp_page_index.has_site_logo .pkp_site_name {
  width: 1013px;
  height: 295px;
  display: flex;
  align-items: center;
}

.pkp_page_index .pkp_site_name {
  width: 1013px;
  height: 400px;
  display: flex;
  align-items: center;
}

.has_site_logo .pkp_site_name {
  width: 1013px;
  height: 295px;
  display: flex;
  align-items: center;
}

.pkp_site_name {
  width: 1013px;
  height: 150px;
  display: flex;
  align-items: center;
}

.pkp_nav_list ul {
  background-color: var(--dark-charcoal);
  color: var(--white);
}

.pkp_footer_content {
  padding: 80px 0;
}

@media (min-width: 620px) and (max-width: 1024px) {
  .pkp_site_name, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
    width: 100%;
    padding: 0px 10px;
  }

  .logopucp {
    background-position: 35px center;
  }

  .pkp_page_index .pkp_structure_head {
    background-position: center center;
    background-image: url(cabecera-principal.jpg);
  }

  .pkp_structure_main {
    width: 100%;
    padding: 20px 30px;
  }

  .current_issue {
    position: relative;
  }

  .pkp_structure_sidebar {
    width: 100%;
    text-align: center;
  }

  .pkp_page_article .pkp_structure_sidebar {
    width: 100%;
    text-align: center;
    position: relative;
    right: 0px;
  }

  .pkp_page_article .pkp_block .content ul {
    text-align: left;
  }

  .pkp_block .content ul li {
    display: inline-block;
  }

  .pkp_page_article.pkp_op_view .pkp_block .title {
    text-align: left;
  }

  .pkp_page_article .pkp_structure_main {
    width: 100%;
  }

  .pkp_page_article .pkp_structure_sidebar .pkp_block {
    width: 100%;
    margin-left: 0px;
    padding-left: 60px;
    box-sizing: border-box;
  }

  .pkp_block {
    padding: 0px 20px 56px 0px;
    display: inline-block;
    vertical-align: top;
    width: 230px;
    box-sizing: border-box;
    margin-left: 10px;
  }

  .pkp_structure_sidebar .content {
    text-align: left;
  }

  .pkp_page_index .current_issue .current_issue_title {
    width: 50%;
  }

  .obj_issue_toc .published {
    margin: 20px 0px 0px 115px;
  }

  .contenido-sistema-biblioteca {
    width: 100%;
    padding: 0px 30px;
  }

  .pkp_structure_head {
    background-image: url(cabecera-interna.jpg);
  }

  .obj_article_details .entry_details {
    width: 100%;
  }

  .obj_article_details .main_entry {
    width: 100%;
  }

  .has_site_logo .pkp_site_name, .pkp_page_index.has_site_logo .pkp_site_name {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 619px) {
  .contenido-sistema-biblioteca {
    width: 100%;
    padding: 0px 30px;
  }

  .obj_issue_toc .cover {
    width: 100%;
    margin-right: 0px;
  }

  .unidad {
    font-size: 10px;
    margin-right: 10px;
    line-height: 12px;
  }

  .has_site_logo .pkp_site_name {
    width: 100%;
    padding: 0px 30px;
  }

  .logopucp {
    width: 110px;
    background-position: 5px top;
  }

  .pkp_site_name, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
    width: 100% !important;
  }

  .pkp_structure_main {
    width: 100%;
    padding: 20px 30px;
  }

  .current_issue {
    position: relative;
  }

  .pkp_structure_sidebar {
    width: 100%;
    text-align: left;
    padding: 0px 30px;
  }

  .pkp_page_index .current_issue .current_issue_title {
    width: 100%;
    position: initial;
  }

  .obj_article_summary > .title {
    margin-left: 0px;
  }

  .obj_article_summary .authors {
    margin-left: 0px;
  }

  .obj_issue_toc .galleys_links li:nth-child(1) {
    margin-left: 0px;
  }

  .obj_article_summary .pages {
    margin-top: 0px;
    text-align: left;
  }

  .pkp_page_index .pkp_structure_head {
    background-image: url(cabecera-principal.jpg);
    background-size: 100%;
    background-position: center 150px;
  }

  .pkp_page_index .pkp_navigation_primary_row {
    margin-top: 100px;
  }

  .pkp_structure_main p {
    margin: 0px 0px 20px 0px;
  }

  .obj_issue_toc .published {
    margin: 20px 0px 0px 0px;
  }

  .pkp_page_index .pkp_structure_main .section h2 {
    background-size: 10%;
    background-position: right center;
  }

  .pkp_page_index .pkp_structure_main h1, .pkp_page_index .pkp_structure_main h2, .pkp_page_index .pkp_structure_main h3, .pkp_page_index .pkp_structure_main h4 {
    background-position: right center;
    background-size: 20%;
    padding: 8px 0px;
  }

  .pkp_nav_list li {
    display: block;
  }

  .pkp_navigation_primary > li > a {
    width: 100%;
    margin: 0px;
  }

  .pkp_structure_head {
    background-image: url(cabecera-interna.jpg);
    background-position: left 130px;
    background-size: 100%;
  }

  .pkp_navigation_primary_row {
    margin-top: 70px;
  }

  .pkp_page_article .pkp_structure_main {
    width: 100%;
  }

  .obj_article_details .main_entry {
    width: 100%;
  }

  .obj_article_details .item.authors {
    padding-left: 0px;
  }

  .obj_article_details .main_entry .item.doi .label {
    padding-left: 0px;
  }

  .obj_article_details .main_entry .item .label {
    padding-left: 0px;
  }

.value a {
  font-size: 15px;
}

.value a:hover {
  text-decoration: none !important;
}

  .keywords .value, .references .value, .usageStatsUnavailable {
    padding-left: 0px;
  }

  canvas {
    padding-left: 0px;
  }

  .obj_article_details .entry_details {
    border-top: none;
    width: 100%;
  }

  .pkp_page_article .pkp_structure_sidebar {
    width: 100%;
    text-align: center;
    position: relative;
    right: 0px;
  }

  .pkp_page_article .pkp_structure_sidebar .pkp_block {
    width: 100%;
    margin-left: 0px;
    box-sizing: border-box;
  }

  .pkp_block .content ul li {
    display: inline-block;
  }

  .obj_article_details .entry_details .item {
    border-bottom: none;
  }

  .pkp_page_article.pkp_op_view .pkp_block .title {
    text-align: left;
  }

  .pkp_page_article .pkp_block .content ul {
    text-align: left;
  }

  .obj_article_details .main_entry .item:nth-child(4) .label {
    background-position: right center;
  }

  .obj_article_details .main_entry .item .label {
    background-position: right center;
  }

  .pkp_page_index .pkp_site_name .is_img img {
    max-height: 70px;
  }

  .has_site_logo .pkp_site_name {
    height: 200px;
  }

  .pkp_page_index.has_site_logo .pkp_site_name {
    height: 210px;
    width: 100%;
  }

  .pkp_page_index .pkp_site_name, .pkp_page_issue .pkp_site_name, .pkp_page_about .pkp_site_name,.pkp_op_index .pkp_site_name, .pkp_page_article  .pkp_site_name {
    height: 0px;
    width: 100%;
  }

  .item.abstract {
    margin: 0px 0px 20px 0px;
  }

  .obj_article_details .main_entry .item.abstract .label {
    margin-left: 0px;
  }
}

@media (min-width: 920px) {
  .obj_article_details .item {
    padding: 0px;
  }
}

@media (min-width: 1440px) {
  .pkp_head_wrapper {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .obj_article_details .entry_details .item {
    border-bottom: none;
  }

  .obj_article_details .item {
    padding: 0px;
  }
}

.pkp_structure_footer_wrapper {
  background-color: var(--dark-charcoal);
  margin-top: 30px;
}

footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.8);
}

.pie-seccion {
  width: 250px;
}

footer p {
  color: var(--textoblanco);
  line-height: 18px;
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
}

footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

footer ul li {
  position: relative;
}

footer ul li a:visited {
  color: rgba(255,255,255,1.00);
  border-bottom: solid 1px rgba(256,256,256,0.5);
}

footer ul li a:link {
  border-bottom: none;
  color: rgba(255,255,255,1.00);
  display: block;
  font-size: 14px;
  padding: 5px 0;
  text-decoration: underline;
}

footer ul li a:hover {
  color: rgba(255,255,255,0.8);
}

footer ul li a::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: none;
  position: absolute;
  top: 0.9rem;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
}

.pie {
  width: 100%;
  margin: 50px 0px 0px 0px;
  color: rgba(255,255,255,0.8);
}

footer h6 {
  color: var(--aztec-gold);
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.pkp_brand_footer {
  display: none;
}

#pkp_content_main .page_issue .published, #pkp_content_main .current_issue .published {
  display: none;
}

.entry_details .copyright p:first-child {
  display: none;
}

.main_entry .item.abstract {
  text-align: justify;
}

.obj_issue_toc .section {
  padding: 0.25rem;
  margin: 0.5rem;
}

ul.authors li span>p {
  padding: 0px 0px 1em;
  margin: 0px;
}

.pkp_navigation_user {
  font-family: 'Sen', sans-serif;
}

.pkp_navigation_user > li > a {
  color: var(--aztec-gold);
}
.pkp_navigation_user > li > a:hover {
  color: var(--aztec-gold);
}

#navigationUser li.profile {
  display: inline-block;
}

.pkp_site_name .is_img img {
  max-height: 100px;
}
