body {
  font-family: "Montserrat";
}

.galley_view {
  justify-content: center;
  display: flex;
  align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
}

.pkp_structure_main h2 {
  font-family: "Montserrat";
}

.pkp_structure_main h3 {
  font-family: "Montserrat";
}

.pkp_structure_main h1 {
  font-family: "Montserrat";
}

.obj_article_summary > .title {
  font-family: "Montserrat";
}

.pkp_block .title {
  font-family: "Montserrat";
}

.obj_issue_toc .galleys,
.obj_issue_toc .section {
  padding: 4px !important;
}

.obj_issue_toc .galleys > h2,
.obj_issue_toc .section > h2,
.obj_issue_toc .galleys > h3,
.obj_issue_toc .section > h3 {
  color: #000;
  font-weight: bold;
}

.obj_issue_toc .galleys,
.obj_issue_toc .section {
  margin: 0;
}

div#articlesBySimilarityList {
  text-align: justify;
}

.pkp_block {
  border: 1px solid #000000;
  padding: 2%;
  text-align: center;
  border-radius: 3px;
  margin: 2% 0% 10% 4%;
}

.pkp_block .title {
  display: block !important;
  padding: 3% !important;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  background-color: #000000;
  margin: -6px -6px 2px -6px;
}

.div-largo {
  width: 60%;
  float: left;
}

.page.page_submissions {
  text-align: justify;
}

.pkp_site_name .is_img img {
  display: block !important;
  max-height: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  width: 100% !important;
}

.pkp_site_name .is_img {
  display: inline;
}

.pkp_site_name .is_img img {
  max-height: 100%;
}

.input-group span.input-group-btn {
  width: auto;
}

.pkp_structure_head {
  background-color: #000000;
}

.pkp_navigation_primary_wrapper {
  background-color: #000000;
  text-align: center;
}

.pkp_structure_footer_wrapper {
  background: #000000;
  color: white;
  font-size: small;
}

.pkp_head_wrapper {
  padding: 0 !important;
  width: 100% !important;
}

.pkp_site_name_wrapper {
  width: 100%;
  padding: 0;
}

.pkp_site_nav_menu {
  background-color: #000000;
}

#navigationPrimary li a {
  color: white;
  font-size: 15px;
  background: none;
}

.pkp_nav_list ul {
  background: #000000 !important;
}

.pkp_brand_footer {
  display: none;
}

.cmp_notification {
  background: #fff;
  border-left: 0.357rem solid #000000;
}

.pkp_footer_content a {
  text-decoration: none;
  color: #fff;
}

.pkp_search .search_controls .search_prompt {
  display: none;
}

.pkp_structure_main p {
  text-align: justify;
}

.pkp_search button {
  font-size: 14px !important;
  margin-top: 5px;
  width: 100%;
  background: #000000 !important;
  border: 1px solid #000000 !important;
  border-top-color: #000000 !important;
  color: white !important;
  cursor: pointer;
}

.submit[type="submit"] {
  font-size: 14px !important;
  margin-top: 0px;
  background: #000000;
  border: 1px solid #000000 !important;
  border-top-color: #000000 !important;
  cursor: pointer;
}

.cmp_form input[type="text"] {
  max-width: 400px;
}

.pkp_nav_list ul a {
  display: block;
  padding-left: 5px;
  border-left: 5px solid transparent;
  color: #ffffff;
}

.pkp_nav_list ul a:hover {
  display: block;
  padding-left: 5px;
  border-left: 5px solid #33a33c;
  color: #000000;
  background-color: #ffffff;
}

#navigationPrimary li a {
  color: white;
}

#navigationPrimary li a:hover {
  color: white;
}

#navigationPrimary .dropdown-menu li a:hover {
  color: black;
  background-color: white;
}

.pkp_navigation_primary {
  max-width: 100%;
}

.pkp_footer_content a:hover {
  color: #ffffff;
}

.obj_issue_toc .sections:not(:first-child) {
  margin-top: 0;
}

.pkp_navigation_primary .dropdown-menu a:focus,
.pkp_navigation_primary .dropdown-menu a:hover {
  border-color: #33a33c;
}

div#articlesBySameAuthorList {
  text-align: justify;
}

.obj_galley_link {
  border: 1px solid #000000;
  color: #000000;
}

.obj_galley_link:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid transparent;
}

a {
  color: #000000;
  word-break: break-word;
}

a:hover,
a:active {
  color: #183c6e;
}

.page_search .submit button:after {
  background: #000000;
}

.page_search .submit button:hover:after,
.page_search .submit button:focus:after {
  background: #000000;
}

li.show {
  text-align: justify;
}

.logos-cintillo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos-cintillo .img1 {
  width: 250px;
}

.logos-cintillo .img2 {
  width: 500px;
}

.pkp_search_desktop {
  display: none;
}

.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;
  background-color: #000000;
  border-radius: 3px;
}

.pkp_page_index .current_issue .read_more {
  color: black;
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
  color: #183c6e;
}

.dropdown-item {
  font-family: sans-serif;
}

.pkp_block .content p strong {
  color: #000000;
}

.obj_issue_toc .cover img {
  box-shadow: 7px 8px 35px -8px rgba(0, 0, 0, 0.75);
}

.obj_issue_summary .cover img {
  box-shadow: 7px 8px 35px -8px rgba(0, 0, 0, 0.75);
}

.item.cover_image {
  box-shadow: 7px 8px 35px -8px rgba(0, 0, 0, 0.75);
}

.td-class img {
  width: 300px;
}

pkp_block.block_make_submission {
  border: none;
}

.block_make_submission a {
  text-align: center;
  width: 100%;
  background-color: #000000;
  color: #fff;
}

.etiqueta-matomo {
  color: #000000;
  font-weight: 600;
}

.theWidgetContent .card .card-content table.dataTable th,
table.dataTable th,
table.subDataTable th {
  background: #000000 !important;
  border-radius: 0;
  color: white !important;
}

@media (max-width: 992px) {
  .pkp_site_name_wrapper {
    background-color: #000000;
  }

  .pkp_search button[type="submit"] {
    position: initial;
  }

  .pkp_site_nav_menu a {
    color: #ffffff;
  }

  .pkp_site_name {
    padding-left: 0px;
  }

  .pkp_site_name_wrapper {
    height: 165px;
  }
}

@media (max-width: 870px) {
  .div-largo {
    width: 100%;
    float: left;
  }

  .pkp_site_name_wrapper {
    height: 140px;
  }
}

@media (max-width: 770px) {
  .div-largo {
    width: 100%;
    float: left;
  }

  .pkp_site_name_wrapper {
    height: 125px;
  }

  .obj_issue_toc .section {
    margin: 0 !important;
  }
}

@media (max-width: 710px) {
  .div-largo {
    width: 100%;
    float: left;
  }

  .pkp_site_name_wrapper {
    height: 115px;
  }
}

@media (max-width: 610px) {
  .div-largo {
    width: 100%;
    float: left;
  }

  .pkp_site_name_wrapper {
    height: 100px;
  }

  .obj_issue_toc .section {
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 510px) {
  .div-largo {
    width: 100%;
    float: left;
  }

  .pkp_site_name_wrapper {
    height: 85px;
  }

  .logos-cintillo .img1 {
    width: 130px;
    height: 50px;
    margin-bottom: 10px;
  }

  .logos-cintillo .img2 {
    width: 200px;
    height: 50px;
    margin-bottom: 10px;
  }

  .obj_issue_toc .section {
    margin: 0 !important;
  }
}

@media (max-width: 410px) {
  .div-largo {
    width: 100%;
    float: left;
  }

  .pkp_site_name_wrapper {
    height: 65px;
  }
}

.pkp_navigation_primary > li > a {
  margin: 0.357rem 0.4em 0;
}

.pkp_footer_content {
  text-align: justify;
}

section.item.author_bios {
  text-align: justify;
}

.site-footer {
  text-align: justify;
  background: #d00a33 !important;
  color: #fff;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.main-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.row-container-logos,
.row-container-info {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  flex-wrap: wrap;
}

.item-footer,
.item-footer-redes {
  flex: 1 1 30%;
  margin: 10px;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: small;
  flex-wrap: wrap;
}

.redes {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 40%;
  flex-wrap: wrap;
}

.redes img {
  width: 20px;
  margin: 2px;
}

.ojs {
  height: 100px;
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ojs img {
  height: 100px;
}

.item-footer a {
  color: #fff;
}

.item-footer p {
  margin-top: 0;
  text-align: center;
}

.item-footer img {
  max-height: 100px;
}

@media (max-width: 768px) {
  .div-largo {
    width: 100%;
    float: left;
  }

  .item-footer,
  .item-footer-redes {
    flex: 1 1 45%; /* Ajusta el tamaÃ±o base para pantallas mÃ¡s pequeÃ±as */
  }

  .redes {
    width: 100%; /* Ajusta el ancho de .redes para pantallas mÃ¡s pequeÃ±as */
  }
}

@media (max-width: 480px) {
  .div-largo {
    width: 100%;
    float: left;
  }

  .item-footer,
  .item-footer-redes {
    flex: 1 1 100%; /* Ajusta el tamaÃ±o base para pantallas muy pequeÃ±as */
  }
}

.pkp_structure_footer {
  text-align: justify;
  background: #000000;
  color: #fff;
}
.pkp_footer_content {
  padding: 0;
  width: 100%;
}

.pkp_structure_footer_wrapper {
  background-image: none !important;
  background: #000000;
}

/* ===== Bloque Índices ===== */
#indices-block .index-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#indices-block .index-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 8px;
  /* aspect-ratio: 16/9; */
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

#indices-block .index-logo img {
  max-height: 44px;
  width: auto;
  height: auto;
  display: block;
  filter: grayscale(30%);
  opacity: 0.9;
  transition: filter 0.15s ease, opacity 0.15s ease;
}

#indices-block .index-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
#indices-block .index-logo:hover img {
  filter: none;
  opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
  #indices-block .index-logos {
    grid-template-columns: repeat(2, 1fr);
  }
  #indices-block .index-logo img {
    max-height: 38px;
  }
}
@media (max-width: 520px) {
  #indices-block .index-logos {
    grid-template-columns: 1fr;
  }
  #indices-block .index-logo {
    aspect-ratio: 16/9;
    padding: 12px;
  }
  #indices-block .index-logo img {
    max-height: 44px;
  }
}
