/* =========================================================
   CIESA - PROJETOS DE CONCLUSÃO DE CURSOS
   STYLE SHEET - PÁGINAS DE ARTIGOS
   OJS
   ========================================================= */

/* Fundo geral somente nas páginas de artigo */
.page_article {
    background: #ffffff;
}

.page_article .obj_article_details {
    max-width: 1180px;
    margin: 35px auto 60px;
}

/* =========================================================
   ÁREA PRINCIPAL
   ========================================================= */

.page_article .main_entry {
    padding-right: 35px;
}

/* TÍTULO DO ARTIGO */
.page_article .main_entry h1.title,
.page_article .main_entry .title {
    color: #075a9c !important;
    font-size: 34px !important;
    line-height: 1.28 !important;
    font-weight: 700 !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

/* AUTORES */
.page_article .authors {
    color: #444444 !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin: 0 0 25px !important;
}

.page_article .authors .name {
    font-weight: 600;
}

/* Linha visual abaixo dos autores */
.page_article .main_entry::after {
    content: "";
    display: block;
    height: 3px;
    width: 70px;
    background: #075a9c;
    margin: 5px 0 28px;
    border-radius: 3px;
}

/* =========================================================
   RESUMO
   ========================================================= */

.page_article .item.abstract {
    background: #f7f9fb !important;
    border: 1px solid #e0e6eb !important;
    border-left: 5px solid #075a9c !important;
    border-radius: 10px !important;
    padding: 25px 28px !important;
    margin: 25px 0 !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.page_article .item.abstract .label {
    color: #075a9c !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    margin-bottom: 14px !important;
}

.page_article .item.abstract .value {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-align: justify !important;
}

/* =========================================================
   PALAVRAS-CHAVE
   ========================================================= */

.page_article .item.keywords {
    margin: 25px 0 !important;
    padding: 20px 0 !important;
}

.page_article .item.keywords .label {
    color: #075a9c !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.page_article .item.keywords .value {
    color: #555555 !important;
    line-height: 2 !important;
}

/* =========================================================
   PDF / GALLEY
   ========================================================= */

.page_article .item.galleys {
    background: #ffffff !important;
    border: 1px solid #dfe6ec !important;
    border-radius: 10px !important;
    padding: 25px 28px !important;
    margin: 28px 0 !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}

.page_article .item.galleys .label {
    color: #075a9c !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

/* Botão PDF */
.page_article .galleys_links {
    margin-top: 15px !important;
}

.page_article .galleys_links a {
    display: inline-block !important;
    min-width: 190px !important;
    box-sizing: border-box !important;
    background: #f2b705 !important;
    color: #111111 !important;
    border: 2px solid #d99f00 !important;
    border-radius: 8px !important;
    padding: 14px 22px !important;
    text-decoration: none !important;
    font-size: 0 !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
    transition: all 0.2s ease;
}

.page_article .galleys_links a::before {
    content: "📄  BAIXAR PDF" !important;
    display: inline-block !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}

.page_article .galleys_links a:hover {
    background: #ffd34d !important;
    color: #111111 !important;
    transform: translateY(-1px);
}

.page_article .galleys_links a:hover {
    background: #064879 !important;
    transform: translateY(-1px);
}

/* =========================================================
   COLUNA LATERAL
   ========================================================= */

.page_article .entry_details {
    background: #f5f7f9 !important;
    border: 1px solid #e1e6eb !important;
    border-radius: 10px !important;
    padding: 22px !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.04);
}

.page_article .entry_details .item {
    padding: 15px 0 !important;
    border-bottom: 1px solid #dfe4e8 !important;
}

.page_article .entry_details .item:last-child {
    border-bottom: none !important;
}

.page_article .entry_details .label {
    color: #075a9c !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 7px !important;
}

.page_article .entry_details a {
    color: #075a9c !important;
    font-weight: 600;
}

/* =========================================================
   SEÇÃO E CURSO
   ========================================================= */

.page_article .item.issue,
.page_article .item.categories {
    color: #444444;
}

.page_article .categories a {
    display: inline-block !important;
    background: #eaf3fa !important;
    color: #075a9c !important;
    border: 1px solid #cfe2ef !important;
    border-radius: 20px !important;
    padding: 7px 12px !important;
    margin: 4px 3px 4px 0 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* =========================================================
   DATA / PUBLICAÇÃO
   ========================================================= */

.page_article .item.published {
    color: #555555 !important;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
   CITAÇÃO / COMO CITAR
   ========================================================= */

.page_article .item.citation {
    background: #fafafa;
    border-radius: 8px;
    padding: 18px;
    margin-top: 20px;
}

.page_article .item.citation .label {
    color: #075a9c;
    font-weight: 700;
}

/* =========================================================
   LINKS DA PÁGINA
   ========================================================= */

.page_article a {
    transition: color 0.2s ease;
}

.page_article .main_entry a {
    color: #075a9c;
}

/* =========================================================
   RESPONSIVO - TABLET
   ========================================================= */

@media (max-width: 900px) {

    .page_article .obj_article_details {
        margin: 25px 20px 45px;
    }

    .page_article .main_entry {
        padding-right: 0;
    }

    .page_article .main_entry h1.title,
    .page_article .main_entry .title {
        font-size: 29px !important;
    }

    .page_article .entry_details {
        margin-top: 25px;
    }
}

/* =========================================================
   RESPONSIVO - CELULAR
   ========================================================= */

@media (max-width: 600px) {

    .page_article .obj_article_details {
        margin: 18px 14px 35px;
    }

    .page_article .main_entry h1.title,
    .page_article .main_entry .title {
        font-size: 25px !important;
        line-height: 1.3 !important;
    }

    .page_article .authors {
        font-size: 15px !important;
    }

    .page_article .item.abstract,
    .page_article .item.galleys {
        padding: 20px !important;
    }

    .page_article .item.abstract .label,
    .page_article .item.galleys .label {
        font-size: 20px !important;
    }

    .page_article .item.abstract .value {
        font-size: 15px !important;
        text-align: left !important;
    }

    .page_article .entry_details {
        padding: 18px !important;
    }

    .page_article .galleys_links a {
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
}


/* =========================================================
   RODAPÉ - OCULTAR "PLATFORM & WORKFLOW BY OJS/PKP"
   ========================================================= */

.pkp_structure_footer .pkp_brand_footer,
.pkp_structure_footer_wrapper .pkp_brand_footer,
.pkp_brand_footer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
}

.pkp_structure_footer .pkp_brand_footer img,
.pkp_structure_footer_wrapper .pkp_brand_footer img,
.pkp_brand_footer img {
    display: none !important;
}


/* =========================================================
   PÁGINA PRINCIPAL - MOSTRAR SOMENTE OS ARTIGOS
   Oculta "Edição Atual", identificação da edição,
   data de publicação e demais informações da edição.
   Mantém as seções e os artigos publicados.
   ========================================================= */

.page_index_journal .current_issue > h2,
.page_index_journal .current_issue .current_issue_title,
.page_index_journal .current_issue .obj_issue_toc > .heading,
.page_index_journal .current_issue .read_more {
    display: none !important;
}

.page_index_journal .current_issue {
    margin-top: 25px !important;
}

.page_index_journal .current_issue .obj_issue_toc {
    margin-top: 0 !important;
}

.page_index_journal .current_issue .obj_issue_toc .sections {
    margin-top: 0 !important;
}

.page_index_journal .current_issue .obj_issue_toc .section > h3 {
    color: #075a9c !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #e2e8ed !important;
    padding-bottom: 12px !important;
    margin-bottom: 20px !important;
}


/* =========================================================
   PÁGINA INICIAL - NÃO MOSTRAR PUBLICAÇÕES DIRETAMENTE
   Os artigos, TCCs e projetos aparecem somente depois
   que o visitante escolher um curso.
   ========================================================= */

.page_index_journal .current_issue {
    display: none !important;
}
