/* === Menú principal transparente sobre imagen (sin cambios) === */

.pkp_head_wrapper {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1000;
}

.pkp_navigation_primary_wrapper,
.pkp_site_nav_menu {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pkp_site_nav_menu a,
.pkp_navigation_primary a {
  color: #ffffff !important;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.pkp_site_nav_menu a:hover,
.pkp_navigation_primary a:hover {
  color: #00ffcc !important;
  text-decoration: underline;
}

.pkp_site_name_wrapper {
  margin-top: 15px;
}

.pkp_structure_head {
  background-size: cover !important;
  background-position: center !important;
}

.pkp_site_name {
  position: relative;
  z-index: 1500;
}


/* === Footer reducido === */

.pkp_structure_footer {
  display: flex;
  background-color: #e0e0e0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-top: 1px solid #ccc;
  min-height: 60px !important;
  max-height: 110px !important;
  overflow: hidden;
}

.pkp_footer_content {
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  font-size: 0.85rem !important;
  line-height: 1.3em !important;
}

.pkp_license,
.pkp_brand_footer {
  margin: 2px 0 !important;
}

.pkp_license img {
  max-height: 40px !important;
  width: auto !important;
}

.pkp_brand_footer img {
  display: none;
  max-height: 50px !important;
  width: auto !important;
  opacity: 0.9;
}

.pkp_structure_content + .pkp_structure_footer {
  margin-top: 0 !important;
}


/* === Ocultar número actual en Archivos === */

.page_issue_archive .obj_issue_summary.current {
  display: none !important;
}

.page_issue_archive .issues_archive > div:first-child {
  display: none !important;
}
