@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Merriweather:wght@700&display=swap');
.pkp_navigation_primary_row {
  background: #1e1c1c;
  box-shadow: var(--shadow-soft);
  padding: 6px 10px;
}

.pkp_navigation_primary_row a {
  font-weight: 600;
}

#navigationPrimary a {
  color: #ffffff;
}


    .pkp_navigation_search_wrapper a {
        padding-bottom: 6px;
        border-bottom-width: 4px;
        color: #ffffff;
    }

    /* =========================
   TARJETAS PARA ARTÍCULOS
   OJS 3.3 + Manuscript
========================= */


.obj_article_summary,

.pkp_page_index .obj_article_summary {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}


.obj_article_summary:hover {
    transform: translateY(-3px);
     box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}


.obj_article_summary .title,
.cmp_article_list li .title {
    font-family: 'Merriweather', serif;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 12px;
}

.obj_article_summary .title a {
    color: #123B7A !important;
    text-decoration: none;
}

/* AUTORES */
.obj_article_summary .authors,
.meta .authors {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 10px;
}



/* BOTON PDF */
.obj_galley_link,
a.obj_galley_link {
    background: #123B7A !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 8px 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    /*margin-top: 12px;*/
}

.obj_galley_link:hover {
    opacity: .9;
}

/* GRID PARA HOME 
.pkp_page_index .cmp_article_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 24px;
}*/


@media (max-width: 768px) {
    .pkp_page_index .cmp_article_list {
        grid-template-columns: 1fr;
    }

    .cmp_article_list li,
    .obj_article_summary {
        padding: 16px;
    }
}






/*EMPIEZO DE PORTADA*/
.obj_issue_summary,
 .media {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #e5eaf1;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    padding: 24px;
    margin-bottom: 30px;
}

/* PORTADA */
.obj_issue_summary .cover img,
.cover img {
    width: 190px;
    /*border-radius: 12px;*/
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}

/* TITULO */
.obj_issue_summary .title {
    font-family: 'Merriweather', serif;
    font-size: 1.6rem;
    color: #123B7A;
    margin-bottom: 6px;
}

/* VOLUMEN */
.obj_issue_summary .series {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 16px;
}

/* ISSN */
.obj_issue_summary .issn {
    background: #f8fafc;
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 18px;
    font-size: 0.95rem;
}

/* DESCRIPCIÓN */
.obj_issue_summary .description {
    background: #f8fafc;
    border-left: 4px solid #123B7A;
    padding: 18px;
    border-radius: 10px;
    line-height: 1.8;
    color: #374151;
    margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .obj_issue_summary,
     .media {
        flex-direction: column;
    }

    .obj_issue_summary .cover img {
        width: 140px;
    }
}



/*FOOTER*/
/* =========================
   FOOTER PREMIUM TIPO UNJBG
   OJS 3.3 + Manuscript
========================= */

.pkp_structure_footer_wrapper {
    background: linear-gradient(
        rgba(15, 23, 42, 0.88),
        rgba(15, 23, 42, 0.88)
    ),
    url('https://web.unfv.edu.pe/facultades/fmhu/media/k2/items/cache/9267284e7733f4bec00d2e114d3f3ba1_XL.jpg')
    center/cover no-repeat;
   
    color: #ffffff;
}

/* CONTENIDO */
.pkp_footer_content {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 0 40px;
    line-height: 1.8;
}

/* TITULOS */
.pkp_footer_content h3,
.pkp_footer_content strong {
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 14px;
    display: block;
    text-transform: uppercase;
}

/* ENLACES */
.pkp_footer_content a {
    color: #67e8f9;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.pkp_footer_content a:hover {
    color: #ffffff;
}

/* LINEAS */
.pkp_footer_content p,
.pkp_footer_content div {
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* COPYRIGHT */
.pkp_brand_footer {
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 30px;
    padding-top: 18px;
    text-align: center;
    color: #d1d5db;
}

/* LOGO PKP */
.pkp_brand_footer img {
    opacity: 0.8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .pkp_footer_content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
}
