/* ===============================
   SCIENDO UNT - DETALLES SUAVES
   Solo iconos + barrita amarilla
================================ */

:root {
  --unt-gold: #d4a017;
  --unt-blue-dark: #002b52;
}

/* Barrita amarilla en títulos principales */
.pkp_structure_main h1::after,
.pkp_structure_main h2::after,
.pkp_structure_main h3::after,
.pkp_structure_sidebar .title::after,
.pkp_structure_sidebar h2::after,
.pkp_structure_sidebar h3::after,
.pkp_structure_sidebar h3::after{ 
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: var(--unt-gold);
  margin-top: 8px;
  margin-bottom: 14px;
}

/* Evitar barrita en breadcrumbs o títulos ocultos */
.cmp_breadcrumbs h1::after,
.pkp_screen_reader::after {
  display: none !important;
  content: none !important;
}

/* Iconos en sidebar */
.block_web_feed .title::before {
  font-family: "FontAwesome";
  content: "\f1ea";
  color: var(--unt-gold);
  margin-right: 8px;
}

#customblock-indexing .title::before {
  font-family: "FontAwesome";
  content: "\f002";
  color: var(--unt-gold);
  margin-right: 8px;
}

.block_language .title::before {
  font-family: "FontAwesome";
  content: "\f0ac";
  color: var(--unt-gold);
  margin-right: 8px;
}

.block_make_submission_link::before {
  font-family: "FontAwesome";
  content: "\f1d8";
  margin-right: 8px;
}

/* Iconos en artículo */
.obj_article_details .authors .name::before {
  font-family: "FontAwesome";
  content: "\f007";
  color: var(--unt-gold);
  margin-right: 8px;
}

.obj_article_details .doi .label::before {
  font-family: "FontAwesome";
  content: "\f0c1";
  color: var(--unt-gold);
  margin-right: 8px;
}

.obj_article_details .keywords .label::before {
  font-family: "FontAwesome";
  content: "\f02c";
  color: var(--unt-gold);
  margin-right: 8px;
}

.obj_article_details .abstract .label::before {
  font-family: "FontAwesome";
  content: "\f15c";
  color: var(--unt-gold);
  margin-right: 8px;
}

.obj_article_details .references .label::before {
  font-family: "FontAwesome";
  content: "\f02d";
  color: var(--unt-gold);
  margin-right: 8px;
}

/* Iconos en botones HTML / PDF / EPUB */
.obj_galley_link::before {
  font-family: "FontAwesome";
  content: "\f15b";
  margin-right: 6px;
}

.obj_galley_link.pdf::before {
  content: "\f1c1";
}

/* Icono en página de archivos */
.page_issue_archive h1::before {
  font-family: "FontAwesome";
  content: "\f02d";
  color: var(--unt-gold);
  margin-right: 10px;
}

/* ==========================================
   FOOTER SCIÉNDO UNT - ELEGANTE
========================================== */

/* Ocultar logo OJS/PKP */
.pkp_brand_footer {
    display: none !important;
}

/* Fondo del footer */
.pkp_structure_footer_wrapper {
    background: #002b52;
    border-top: 4px solid #d4a017;
    margin-top: 50px;
    padding: 35px 0;
    color: #ffffff;
}

/* Contenedor */
.pkp_structure_footer {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Distribución en columnas */
.pkp_footer_content .pkp_footer_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

/* Cada columna */
.pkp_footer_content .pkp_footer_content > div {
    flex: 1;
    min-width: 220px;
}

/* Títulos */
.pkp_footer_content h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

.pkp_footer_content h3::after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #d4a017;
    margin-top: 8px;
}

/* Texto */
.pkp_footer_content p,
.pkp_footer_content li {
    color: #f3f4f6;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
}

/* Links */
.pkp_footer_content a {
    color: #ffd866;
    text-decoration: none;
    transition: all .2s ease;
}

.pkp_footer_content a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Listas */
.pkp_footer_content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ==========================
   ICONITOS
========================== */

/* UNT */
.pkp_footer_content h3:first-of-type::before {
    font-family: "FontAwesome";
    content: "\f19c";
    color: #d4a017;
    margin-right: 8px;
}

/* Enlaces */
.pkp_footer_content h3:nth-of-type(2)::before {
    font-family: "FontAwesome";
    content: "\f0c1";
    color: #d4a017;
    margin-right: 8px;
}

/* Revista */
.pkp_footer_content h3:nth-of-type(3)::before {
    font-family: "FontAwesome";
    content: "\f02d";
    color: #d4a017;
    margin-right: 8px;
}

/* Dirección */
.pkp_footer_content p:has(i.fa-map-marker),
.pkp_footer_content p.location::before {
    font-family: "FontAwesome";
    content: "\f041";
    color: #d4a017;
    margin-right: 8px;
}

/* Correo */
.pkp_footer_content a[href^="mailto"]::before {
    font-family: "FontAwesome";
    content: "\f0e0";
    color: #d4a017;
    margin-right: 8px;
}

/* Links institucionales */
.pkp_footer_content ul li a::before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #d4a017;
    margin-right: 8px;
}

/* Copyright */
.pkp_footer_content .copyright {
    margin-top: 15px;
    opacity: .9;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
    .pkp_footer_content .pkp_footer_content {
        flex-direction: column;
        gap: 30px;
    }
}

/* ==========================================
   JUSTIFICAR TEXTOS ACADÉMICOS
========================================== */

/* Resúmenes y contenido del artículo */
.obj_article_details .abstract p,
.obj_article_details .references p,
.obj_article_details .item p,
.obj_article_details .main_entry p {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.8;
}

/* Descripción de números (Archivos e Inicio) */
.obj_issue_summary .description,
.obj_issue_summary p,
.current_issue .description,
.current_issue p {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.8;
}

/* Páginas estáticas (Acerca de, Guía para autores, etc.) */
.page p,
.page_static p,
.obj_page p {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.8;
}

/* Referencias bibliográficas */
.obj_article_details .references li {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 8px;
}
/* Sangría elegante en párrafos */
.obj_article_details .abstract p,
.obj_article_details .main_entry p {
    text-indent: 1.5em;
}

/* ORCID elegante */
.obj_article_details .orcid {
    display: inline-block;
    margin-top: 8px;
    background: #e9f8ee;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.obj_article_details .orcid a {
    color: #1a7f37;
}

.obj_article_details .orcid::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;  
    vertical-align: middle;
}

.pkp_head_wrapper {
    max-width: 100%;
}

.pkp_site_name img {
    width: 100%;
    max-width: none;
    height: auto;
}
.footer-sciendo {
  display: grid;
  grid-template-columns: 2fr 1.4fr 1.4fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 45px 25px 25px;
}

.footer-sciendo h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 14px;
}

.footer-sciendo h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #d4a017;
  margin-top: 8px;
}

.footer-sciendo p,
.footer-sciendo li {
  color: #f5f5f5;
  font-size: 14px;
  line-height: 1.8;
}

.footer-sciendo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-sciendo a {
  color: #ffd866;
  text-decoration: none;
}

.footer-sciendo a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-copy {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 25px 0;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #d9e2ec;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-sciendo {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: left;
  }
}

/* =========================================
   BLOQUE DE INDEXACIÓN — CORREGIDO
========================================= */

#customblock-indexing {
    box-sizing: border-box;
}


/* Cada logo */
#customblock-indexing .indexacion-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 105px;
    padding: 16px 5px;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
}

/* Línea inferior del último logo */
#customblock-indexing .indexacion-logo:last-child {
    border-bottom: 1px solid #cccccc;
}

/* Enlace */
#customblock-indexing .indexacion-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Tamaño general */
#customblock-indexing .indexacion-logo img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 135px !important;
    max-height: 80px !important;
    margin: 0 auto !important;
    object-fit: contain;
}

/* JISC */
#customblock-indexing img[alt="SHERPA RoMEO"] {
    max-width: 80px !important;
    max-height: 80px !important;
}

/* MIAR */
#customblock-indexing img[alt="MIAR"] {
    max-width: 125px !important;
    max-height: 40px !important;
}

/* Google Académico */
#customblock-indexing img[alt="Google Académico"] {
    max-width: 80px !important;
    max-height: 80px !important;
}

/* Texto plano de acreditación */
#customblock-indexing .texto-acreditacion {
    margin: 30px 0 16px;
    padding: 0;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.05;
	text-align:center;
    text-indent: 0 !important;
}

/* Contenedor de Creative Commons */
#customblock-indexing .acreditacion-revista {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 0 22px;
    border-bottom: 1px solid #cccccc;
}

/* Logo Creative Commons */
#customblock-indexing .acreditacion-revista img {
    display: block;
    width: 100px !important;
    height: auto !important;
    margin: 0 auto;
}