.pkp_site_name .is_img img {
	max-height: 150px;
}


.pkp_structure_footer_wrapper {
    background: #fff;
}

.obj_article_details .abstract {
text-align: justify;
}

.obj_issue_summary{
    text-align: justify;
    word-wrap: break-word; 
    word-break: break-all;
}

/* Desktop e telas maiores */
@media (min-width: 993px) {
  .pkp_site_name .is_text {
    font-size: 38px;
    display: flex;
    align-items: center;
    gap: 3rem;
  }

  .pkp_site_name .is_text::after {
    content: "Revista técnico-científica da UNIFAAT";
    font-size: 0.7em;
    font-weight: normal;
    white-space: nowrap;
  }
}

/* Tablets e celulares */
@media (max-width: 992px) {
  .pkp_site_name .is_text {
    font-size: 20px;
  }

  .pkp_site_name .is_text::after {
    content: "Revista técnico-científica da UNIFAAT";
    display: block;
    font-size: 0.5em;
    font-weight: normal;
    margin-top: 0.25rem;
  }
}