/* valores globais */

a {
    text-decoration: none;
    color: #22964d;
}
a:hover {
    text-decoration: none;
    color: #135e2e;
}


.pkp_structure_main:before, .pkp_structure_main:after{
    width: 0px;
}

.doiInSummary {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.doiInSummary strong::before,
section.item.doi h2.label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle; 
  background-image: url(https://revistas.ufg.br/public/site/images/cab/mini-doi-logo-551d19c64573285477137aac9cc96d00.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.doiInSummary strong,
section.item.doi h2.label {
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
}

section.item.doi .value {
  display: inline-block;
  margin-left: 0.5em; 
}

span.orcid::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23A6CE39' d='M256,128c0,70.7-57.3,128-128,128C57.3,256,0,198.7,0,128C0,57.3,57.3,0,128,0C198.7,0,256,57.3,256,128z'/%3E%3Cg fill='%23FFFFFF'%3E%3Cpath d='M86.3,186.2H70.9V79.1h15.4v48.4V186.2z'/%3E%3Cpath d='M108.9,79.1h41.6c39.6,0,57,28.3,57,53.6c0,27.5-21.5,53.6-56.8,53.6h-41.8V79.1z M124.3,172.4h24.5 c34.9,0,42.9-26.5,42.9-39.7c0-21.5-13.7-39.7-43.7-39.7h-23.7V172.4z'/%3E%3Cpath d='M88.7,56.8c0,5.5-4.5,10.1-10.1,10.1c-5.6,0-10.1-4.6-10.1-10.1c0-5.6,4.5-10.1,10.1-10.1 C84.2,46.7,88.7,51.3,88.7,56.8z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.span.orcid {
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.logo-item {
  flex: 1 1 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Página principal da revista */
.obj_article_summary>.title a{
    color: #000000;
    text-decoration: none;
}
.obj_article_summary>.title a:hover{
    color: #000000;
    text-decoration: none;
}

.obj_article_summary a, span.orcid a {
    color: #22964d;
    text-decoration: none;
}
.obj_article_summary a:hover, span.orcid a:hover {
    color: #135e2e;
    text-decoration: none;
}

    .obj_issue_toc .galleys:before,
    .obj_issue_toc .section:before {
        border-top: 1px solid #22964d;
    }

    .pkp_page_index .current_issue .read_more {
    color: #22964d;
}
    .pkp_page_index .current_issue .read_more:hover,.pkp_page_index .current_issue .read_more:focus {
    color: #135e2e;
}

/* menu */


   .pkp_nav_list ul a {

        color: #000000;
    }

    .pkp_nav_list ul a:hover,
    .pkp_nav_list ul a:focus {
        border-color: #22964d;
        color: #000000;
    }

    .pkp_navigation_primary .dropdown-menu a:focus,
    .pkp_navigation_primary .dropdown-menu a:hover {
        border-color: #22964d;
    }


    .page_search .submit button:after {
        background: #22964d;
    }

    @media (min-width:768px) {

    .obj_issue_toc .galleys:before,
    .obj_issue_toc .section:before {
        border-top: 1px solid #22964d
    }

    .obj_issue_toc .galleys>h2,
    .obj_issue_toc .section>h2,
    .obj_issue_toc .galleys>h3,
    .obj_issue_toc .section>h3 {
        color: #22964d;
    }
}

/* Botões */

  button, .page_search .submit button {
    color: #22964d;
  }
.page_search .submit button:focus {
  color: #135e2e;
}
  .page_search .submit button:hover:after, .page_search .submit button:focus:after {
    background: #22964d;
  }
  button:hover:after, .page_search .submit button:focus:after {
    background: #135e2e;
  }
    .cmp_notification{
        border-left: .357rem solid #22964d;
    }

.cmp_button_wire,
.obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #22964d;
    border-radius: 3px;
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    color: #22964d;
    text-decoration: none
}

.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
    background: #22964d;
    color: #fff;
    border-radius: 16px; 
    transition: all 0.4s ease; 
}

.block_make_submission a {
color: #22964d;

}

.block_make_submission a:hover {
color: #135e2e;
}

.block_make_submission a:focus {
  outline: 2px solid #135e2e;
  outline-offset: 2px;
}

.block_make_submission a:active {
  background-color: #c9c7c7; 
  transform: scale(0.98);
  outline: 0px;
  outline-offset: 0px; 
}

/* Blocos laterais */
.pkp_block .title{    
    color: #000000;
}

/*alinhamento vertical de texto e imagem*/
.alinha_centro_vertical p{
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;

}


@media (max-width: 768px) {
  .logos-container {
    flex-direction: column;
    align-items: center;
  }

  .logo-item {
    width: 100%;
  }

  .alinha_centro_vertical p{
  line-height: 1.5em;
  display: block;
  align-items: center;

}
}