/**
 * Copyright (c) 2018 webnucleo - Portal CSS
*/
a {
    color: #00668c;
}
.pkp_site_name {
    text-align: left;
}
.pkp_site_name_wrapper {
    background-size: cover;
    background-color: #273995;
    /* removido width: 100% — quebrava o flexbox do header */
}
.pkp_site_name .is_img img {
    margin-top: 10px;
    margin-left: 0px;
    max-height: 150px;
}
.pkp_structure_head {
    background-color: #273995;
}
.pkp_navigation_primary > li > a:focus {
    background: #f1f1f1;
}
#navigationPrimary a {
    color: #4f758a;
}
.pkp_navigation_user > li > a,
.pkp_navigation_user > li.in_focus > a,
.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
    color: #fff;
    font-size: 11px;
}
#navigationPrimary a:hover,
#navigationPrimary a:focus {
    color: #292929;
}
.pkp_structure_main h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.cmp_button, .cmp_download_link, .cmp_form .buttons button, .pkp_head_wrapper .cmp_search button, .page_lost_password .buttons button, .page_search .cmp_search button, .obj_galley_link, .obj_monograph_full .files .link a, .obj_monograph_full .files .pub_format_remote a, .obj_monograph_full .files .pub_format_single a, .block_make_submission a {
    color: #4f758a;
    box-shadow: none;
    background: #e3e3e3;
}
.pkp_head_wrapper .cmp_search .search_controls a {
    color: #4f758a;
    text-decoration: none;
}
.obj_monograph_full .title {
    margin-top: 20px;
}
.cmp_announcements {
    margin-top: -40px;
}
.pkp_page_index .additional_content {
    padding: 20px 10px 20px 10px;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #ddd;
}
.pkp_page_index .cmp_announcements {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.pkp_page_index .annoucements_content {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.pkp_page_index .cmp_announcements h2 + .obj_announcement_summary,
.pkp_page_index .cmp_announcements .more {
    padding-bottom: 40px;
    padding-top: 40px;
}
.page-header {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.page-header h1 {
    font-size: 1.5rem;
}
.issue-summary-series {
    margin-bottom: 0;
    font-size: 12px;
}
.issue-summary {
    margin-bottom: 1.5rem;
    text-align: center;
}
.obj_article_summary > .title {
    font-weight: 500;
}
.obj_issue_toc .cover {
    float: left !important;
    width: 25%;
    height: auto;
    max-height: none;
    margin-right: 40px;
}
.pkp_structure_sidebar::before {
    background-color: #FC840C36;
}
.pkp_page_index .homepage_image img {
    display: block;
    width: 100%;
    height: auto;
}
.pkp_page_index .journals {
    margin-top: 0;
}
#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
    border-color: #F58112;
}
@media (min-width: 992px) {
    .pkp_site_name {
        width: 75%;
        margin-left: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 992px) {
  .pkp_navigation_primary_row {
    background: #fff;
    padding-left: 2.143rem;
    padding-right: 2.143rem;
    padding-top: 0.543rem;
    padding-bottom: 0.543rem;
  }
}

.pkp_page_index .journals .has_thumb {
  overflow: visible !important;
}

.pkp_page_index .journals div.thumb {
  position: relative;
  display: inline-block;
  overflow: visible !important;
  width: 160px;        /* ← largura fixa igual para todas */
  height: 200px;       /* ← altura fixa igual para todas */
  flex-shrink: 0;      /* ← evita que encolha em layouts flex */
}

.pkp_page_index .journals div.thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DDDDDD;
  transform: translateX(-14px) translateY(10px) rotate(-4deg);
  border-radius: 4px;
  z-index: 0;
}

.pkp_page_index .journals div.thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.pkp_page_index .journals div.thumb img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;         /* ← ocupa toda a largura do contentor */
  height: 100%;        /* ← ocupa toda a altura do contentor */
  object-fit: cover;   /* ← corta sem distorcer */
  max-height: unset;   /* ← cancela o max-height original do OJS */
}

.pkp_page_index .journals .has_thumb .body {
  padding-left: 12px;
}