/* OPPINARA - CSS TEMPORAL SOBRE TEMA DEFAULT OJS */

body {
  background: #f4f7f6;
  color: #1f2d2b;
  font-family: "Noto Sans", Arial, sans-serif;
}

.cmp_skip_to_content {
  position: absolute;
  left: -9999px;
  top: auto;
}

.pkp_structure_page {
  background: transparent;
}

.pkp_structure_head {
  position: relative;
  background: #0f3d35;
  border-bottom: 5px solid #d7b46a;
}

.pkp_head_wrapper {
  max-width: none;
  margin: 0;
  padding: 0;
}

.pkp_site_name_wrapper {
  background:
    linear-gradient(rgba(15,61,53,.74), rgba(15,61,53,.74)),
    url("https://revistas.up.ac.pa/public/journals/63/homepageImage_es_ES.jpg");
  background-size: cover;
  background-position: center;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 34px 20px;
}

.pkp_site_name a {
  color: #fff !important;
  font-size: 46px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .5px;
  text-shadow: 0 3px 12px rgba(0,0,0,.35);
}

.pkp_site_name a::after {
  content: "Revista científica del Centro Regional Universitario de Bocas del Toro";
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #f2f6f3;
}

.pkp_site_nav_menu {
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.pkp_navigation_primary_row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.pkp_navigation_primary_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pkp_navigation_primary,
.pkp_navigation_user,
.cmp_article_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pkp_navigation_primary {
  display: flex;
  gap: 6px;
  align-items: center;
}

.pkp_navigation_primary > li,
.pkp_navigation_user > li {
  position: relative;
}

.pkp_navigation_primary > li > a,
.pkp_search {
  display: block;
  color: #0f3d35 !important;
  font-weight: 700;
  text-decoration: none;
  padding: 17px 14px;
}

.pkp_navigation_primary > li > a:hover,
.pkp_search:hover {
  color: #1f6f5b !important;
  background: #eef6f2;
}

.pkp_navigation_primary li ul,
.pkp_navigation_user li ul {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #e1ebe8;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  padding: 8px 0;
  z-index: 9999;
}

.pkp_navigation_primary li ul {
  top: 100%;
  left: 0;
  min-width: 240px;
}

.pkp_navigation_user li ul {
  top: 100%;
  right: 0;
  min-width: 210px;
  border-radius: 8px;
}

.pkp_navigation_primary li:hover > ul,
.pkp_navigation_user li:hover > ul {
  display: block;
}

.pkp_navigation_primary li ul li,
.pkp_navigation_user li ul li {
  list-style: none;
}

.pkp_navigation_primary li ul a,
.pkp_navigation_user li ul a {
  display: block;
  color: #263b37 !important;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 14px;
}

.pkp_navigation_primary li ul a:hover,
.pkp_navigation_user li ul a:hover {
  background: #eef6f2;
  color: #0f3d35 !important;
}

.pkp_navigation_user_wrapper {
  position: absolute;
  top: 12px;
  right: 24px;
  z-index: 20;
}

.pkp_navigation_user > li > a {
  color: #fff !important;
  background: rgba(0,0,0,.32);
  padding: 8px 13px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.pkp_site_nav_toggle {
  display: none;
}

.pkp_structure_content {
  max-width: 1180px;
  margin: 34px auto;
  padding: 0 24px;
}

.pkp_structure_main {
  background: #fff;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 12px 35px rgba(15,61,53,.12);
}

.cmp_breadcrumbs {
  font-size: 13px;
  color: #60736e;
  margin-bottom: 18px;
}

.page_issue h1 {
  color: #0f3d35;
  font-size: 32px;
  line-height: 1.2;
  border-bottom: 3px solid #d7b46a;
  padding-bottom: 14px;
  margin-bottom: 28px;
}

.obj_issue_toc .heading {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.obj_issue_toc .cover img {
  max-width: 260px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
}

.obj_issue_toc .section h2 {
  color: #1f6f5b;
  font-size: 23px;
  margin: 24px 0 18px;
}

.cmp_article_list > li {
  background: #f8fbfa;
  border: 1px solid #e1ebe8;
  border-left: 5px solid #1f6f5b;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 16px;
}

.cmp_article_list > li:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15,61,53,.12);
}

.obj_article_summary .title {
  margin: 0 0 10px;
}

.obj_article_summary .title a {
  color: #0f3d35;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

.obj_article_summary .title a:hover {
  color: #1f6f5b;
  text-decoration: underline;
}

.obj_article_summary .meta {
  color: #5b6b67;
  font-size: 14px;
}

.obj_article_summary .authors {
  font-weight: 600;
}

.obj_article_summary .pages {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 10px;
  background: #eaf3ef;
  color: #0f3d35;
  border-radius: 999px;
  font-size: 13px;
}

.cmp_notification.warning {
  background: #fff7df;
  color: #7a5a00;
  border-left: 5px solid #d7b46a;
  border-radius: 8px;
  padding: 12px 16px;
}

.pkp_structure_footer_wrapper {
  background: #0f3d35;
  color: #eaf5ef;
  margin-top: 40px;
}

.pkp_structure_footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 24px;
}



.pkp_brand_footer {
  margin-top: 24px;
  opacity: .85;
}

@media (max-width: 768px) {
  .pkp_site_name_wrapper {
    min-height: 190px;
  }

  .pkp_site_name a {
    font-size: 32px;
  }

  .pkp_navigation_primary_wrapper,
  .pkp_navigation_primary {
    display: block;
  }

  .pkp_navigation_primary > li > a,
  .pkp_search {
    padding: 12px 10px;
  }

  .pkp_navigation_user_wrapper {
    position: static;
    background: #0f3d35;
    padding: 10px 20px;
  }

  .pkp_structure_main {
    padding: 22px;
  }

  .obj_issue_toc .heading {
    display: block;
  }

  .obj_issue_toc .cover img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .pkp_footer_content {
  font-size: 14px;
  line-height: 1.6;
}

.pkp_footer_content a {
  color: #f1d58b;
}
/* ===== FOOTER OPPINARA ===== */

.pkp_structure_footer_wrapper {
  background:
    linear-gradient(135deg, #0b2d27, #11473d);
  border-top: 5px solid #d7b46a;
  margin-top: 60px;
}

.pkp_structure_footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 45px 24px;
}

/* Convertir párrafos en bloques */
.pkp_footer_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

/* Cada <p> será una tarjeta */
.pkp_footer_content p {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-top: 4px solid #d7b46a;
  border-radius: 14px;
  padding: 22px;
  margin: 0;
  color: #e7f1ed;
  line-height: 1.8;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

/* Títulos destacados */
.pkp_footer_content strong {
  color: #ffffff;
}

/* Links */
.pkp_footer_content a {
  color: #f1d58b;
  text-decoration: none;
  font-weight: 600;
}

.pkp_footer_content a:hover {
  text-decoration: underline;
}

/* Ocultar logo OJS */
.pkp_brand_footer {
  display: none;
}

/* Responsive */
@media (max-width: 900px) {

  .pkp_footer_content {
    grid-template-columns: 1fr;
  }

}
/* ===== VISTA DETALLE DE ARTÍCULO - OPPINARA ===== */

.page_article .obj_article_details {
  width: 100%;
}

.page_article .obj_article_details .page_title {
  color: #0f3d35;
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 3px solid #d7b46a;
}

.page_article .obj_article_details .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 300px !important;
  gap: 34px !important;
  align-items: start !important;
  width: 100% !important;
}

.page_article .obj_article_details .main_entry {
  min-width: 0 !important;
  width: auto !important;
  max-width: 100% !important;
}

.page_article .obj_article_details .entry_details {
  width: auto !important;
  max-width: 300px !important;
  background: #f8fbfa;
  border: 1px solid #dfeae6;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(15,61,53,.10);
}

.page_article .obj_article_details .item {
  margin-bottom: 26px;
}

.page_article .obj_article_details .label {
  color: #1f6f5b;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px;
}

.page_article .authors {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_article .authors li {
  background: #f8fbfa;
  border-left: 5px solid #1f6f5b;
  border-radius: 12px;
  padding: 16px 18px;
}

.page_article .authors .name {
  display: block;
  color: #0f3d35;
  font-size: 17px;
  font-weight: 800;
}

.page_article .authors .affiliation,
.page_article .authors .orcid {
  display: block;
  margin-top: 6px;
  color: #5b6b67;
  font-size: 14px;
}

.page_article .keywords {
  background: #eef6f2;
  border-radius: 12px;
  padding: 16px 18px;
}

.page_article .abstract {
  background: #ffffff;
  border: 1px solid #e1ebe8;
  border-radius: 14px;
  padding: 24px;
  line-height: 1.85;
  color: #263b37;
}

.page_article .downloads_chart {
  background: #fff7df;
  border-left: 5px solid #d7b46a;
  border-radius: 12px;
  padding: 18px;
}

.page_article .references {
  background: #ffffff;
  border: 1px solid #e1ebe8;
  border-radius: 14px;
  padding: 20px;
}

.page_article .references .value {
  max-height: 300px !important;
  overflow-y: auto !important;
  padding-right: 10px;
}

.page_article .references .value p {
  font-size: 14px;
  line-height: 1.65;
  border-bottom: 1px solid #e8eeee;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.page_article .references .value p:last-child {
  border-bottom: 0;
}

.page_article .entry_details .cover_image img {
  width: 100% !important;
  max-width: 240px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto 18px !important;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.page_article .entry_details .item {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px;
  border: 1px solid #e1ebe8;
}

.page_article .entry_details .value,
.page_article .entry_details p {
  color: #334743;
  font-size: 14px;
  line-height: 1.6;
}

.page_article a {
  color: #1f6f5b;
  font-weight: 600;
}

@media (max-width: 900px) {
  .page_article .obj_article_details .row {
    grid-template-columns: 1fr !important;
  }

  .page_article .obj_article_details .entry_details {
    max-width: 100% !important;
  }

  .page_article .obj_article_details .page_title {
    font-size: 27px;
  }
}
}