.pkp_navigation_primary_wrapper {
  text-transform: uppercase !important;
}
.pkp_brand_footer {
  display: none !important;
}

.pkp_structure_page {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pkp_footer_content {
  display: grid;
  grid-template-areas: "img div div";
  grid-auto-columns: 30% auto auto;
  align-items: center;
  grid-column-gap: 0.5rem;
}
.pkp_structure_main p {
  text-align: justify !important;
}
.obj_issue_toc .cover img,
.obj_issue_summary .cover img {
  border-radius: 0.5em;
}

.pkp_site_name_wrapper {
  background: #284d6a !important;
}

.journals ul .body .description a {
  display: inline;
}

#headerNavigationContainer {
  max-height: 200% !important;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name .is_img img {
  max-height: 200px !important;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}

/****EFECTO DE ENVIAR ARTICULO****/
.block_make_submission_link {
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-size: 16px !important;
  line-height: 40px !important;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*********/
