:root {
  --primatyColor: #001b3b;
  --secondaryColor: #f0f0f0;
}

.pkp_structure_head {
  background-color: var(--primatyColor);
}

.pkp_site_name {
  display: none;
}

.pkp_head_wrapper {
  height: 6.5em;
}

.pkp_site_nav_menu {
  background-color: var(--secondaryColor);
  padding: 0.3rem 0;
}

.pkp_navigation_search_wrapper a {
  color: black;
}

.pkp_navigation_search_wrapper a:hover {
  color: black;
  border-bottom: 2px solid var(--primatyColor);
}

.pkp_navigation_primary_wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.pkp_site_nav_menu a {
  color: var(--primatyColor);
}

.pkp_site_nav_menu a:hover {
  color: color-mix(in srgb, var(--primatyColor), white 20%);
}

.block_language {
  display: none;
}

#navigationUser {
  margin-top: 0;
  padding-top: 0;
}

#navigationUser > li:first-of-type {
  display: none;
}

.pkp_navigation_search_wrapper {
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

#navigationPrimary ul {
  border-bottom: 2px solid #fff;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/* #navigationUser > li:nth-child(2) > a::before {
  content: "\f0ac";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
} */

#navigationUser > li ul {
  border-bottom: 2px solid #fff;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

#navigationUser > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

#navigationUser > li:nth-child(1) > a::before {
  content: "\f002";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

#navigationUser > li:nth-child(2) > a {
  font-size: 0;
  padding-left: 0;
  padding-right: 0;
  height: 15px;
}

#navigationUser > li:nth-child(2) > a::before {
  content: url(https://img.icons8.com/color/25/brazil.png);
  margin: auto;
}

#navigationUser > li:nth-child(3) > a {
  font-size: 0;
  padding-left: 0;
  padding-right: 0;
  height: 15px;
}

#navigationUser > li:nth-child(3) > a::before {
  content: url(https://img.icons8.com/color/25/usa.png);
}

#navigationUser > li:nth-child(4) > a {
  font-size: 0;
  padding-left: 0;
  padding-right: 0;
  height: 15px;
}

#navigationUser > li:nth-child(4) > a::before {
  content: url(https://img.icons8.com/color/25/spain.png);
}

.pkp_site_nav_menu {
  padding: 0.714rem;
}

.block_make_submission a {
  background: #1076dd;
  color: #fff;
}

.block_make_submission:hover {
  color: #c1b1b1;
}

.pkp_structure_footer_wrapper {
  border-bottom: 1rem solid #001b3b;
}

/* *** MAIN *** */

.pkp_structure_main h1 {
  font-size: 2.714rem;
  color: var(--primatyColor);
  font-family: "Helvetica", "Noto Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue",
    sans-serif;
}

/* this is title about the magazine */
#homepageAbout + h2 {
  font-size: 2.714rem;
  color: var(--primatyColor);
  font-family: "Helvetica", "Noto Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue",
    sans-serif;
}

/* -- md -- */

@media screen and (min-width: 992px) {
  .pkp_structure_head {
    background: var(--primatyColor);
    height: 15em;
  }

  .pkp_nav_list ul a {
    color: var(--primatyColor);
  }

  .pkp_site_nav_menu a {
    color: white;
  }

  .pkp_site_nav_menu {
    background-color: transparent;
  }

  .pkp_site_name_wrapper {
    height: 9em;
  }

  .is_text {
    display: none;
  }

  .block_language {
    display: block;
  }

  .pkp_head_wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 5.4rem;
  }

  .pkp_site_name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9.5rem;
  }

  .pkp_site_name .is_img {
    width: 83rem;
    margin: 0;
  }

  .pkp_site_name .is_img img {
    max-height: 8em;
  }

  .pkp_navigation_search_wrapper {
    display: none;
  }

  #navigationUser li:first-of-type {
    display: inline-block;
  }

  #navigationPrimary ul {
    border-bottom: 2px solid var(--primatyColor);
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #navigationPrimary > li > a {
    color: white;
    transition: 0.3s;
  }

  #navigationPrimary > li > a:hover {
    border-bottom: 2px solid white;
  }

  #navigationPrimary > li > a:focus {
    background-color: transparent;
    color: white;
  }

  #navigationUser {
    display: inline-block;
    width: auto;
    display: flex;
    align-items: center;
  }

  #navigationUser > li:nth-child(2) {
    border-left: 1px solid #ccc;
    padding-left: 0.3rem;
  }

  #navigationUser > li:nth-child(4) {
    border-right: 1px solid #ccc;
    padding-right: 0.3rem;
  }

  #navigationUser > li > a {
    color: var(--primatyColor);
  }

  /* #navigationUser > li > a:hover {
    border-bottom: 2px solid var(--primatyColor);
    outline: 2px solid var(--primatyColor);
  } */

  #navigationUser > li > a:focus {
    background-color: transparent;
    color: var(--primatyColor);
  }

  .pkp_navigation_user_wrapper {
    background-color: white;
    left: initial;
    right: 1%;
    border-radius: 0 0 10px 10px;
    padding-left: 0;
  }

  .pkp_navigation_primary_wrapper {
    flex-direction: row;
  }

  #navigationPrimary ul a:hover {
    border-left: 0.357rem solid transparent;
    color: inherit;
  }
}

/* configuretion of texts */

/* reviewers */
.reviewers {
  font-size: 1.2rem;
  text-align: justify;
}

.wordStrong {
  font-weight: 800;
}

.reviewers_itemList {
  padding: 1rem 0;
}

.reviewers_itemList_second {
  padding: 0.5rem 0;
}

/* welcome */

.welcomeTitle {
  font-size: 1.4rem;
}
.welcome {
  font-size: 1.2rem;
}

/* ethics */

.ethics li {
  font-size: 1.3rem;
}

.ethics h3 {
  font-size: 1.2rem;
}

.ethics p {
  font-size: 1.1rem;
}

/* footer */
.pkp_structure_footer {
  display: flex;
}

.pkp_footer_content {
  padding: 0;
  display: flex;
  flex-basis: fit-content;
  align-items: center;
}

.footer_img {
  width: 25%;
}

.footer_link ul {
  list-style: none;
}

.footer_link a {
  color: black;
  font-size: 1.2rem;
  line-height: 2rem;
}

.pkp_brand_footer {
  border-left: 1px solid var(--primatyColor);
}

/* autor */

.autores {
  font-size: 1.2rem;
  text-align: justify;
}

.autores_itemList {
  padding: 1rem 0;
}

.autores_list {
  list-style: none;
}
