/* ===== Banner  ===== */
.pkp_head_wrapper {
  padding: 0 !important;
  width: 100% !important;
}

.pkp_site_name_wrapper {
  width: 100%;
  padding: 0;
}

.pkp_site_name .is_img {
  padding: 0 !important;
  margin: 0 !important;
}

.pkp_site_name .is_img img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.obj_article_summary .cover {
    display: none;
}

.pkp_page_index .homepage_about {
    border-bottom: 2px solid #000;
}

/*NAV*/

/* ===== Menu nav ===== */
.pkp_site_nav_menu {
  background: #f17c3a !important; /* naranja tipo maqueta */
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#navigationPrimary li a {
  color: #fff;
  text-decoration: none;
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
}

#navigationPrimary li a:hover {
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
}

@media (min-width: 992px) {
  .pkp_navigation_user > li:last-child > a {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .pkp_navigation_primary_wrapper {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-right: 0 !important;
  }

  .pkp_navigation_primary_wrapper .pkp_navigation_primary {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1.5rem !important;
    font-size: 0.95rem !important;
  }

  .pkp_navigation_primary > li > a {
    margin: 0 !important;
    padding: 0.65rem 0.75rem calc(0.7rem - 2px) !important;
    border-bottom: 2px solid transparent !important;
  }

  .pkp_navigation_primary > li > a:hover,
  .pkp_navigation_primary > li > a:focus {
    border-bottom: 2px solid #ffffff !important;
    background: none !important;
    color: #ffffff !important;
  }
}

.pkp_nav_list ul a:hover,
.pkp_nav_list ul a:focus,
.pkp_navigation_primary .dropdown-menu a:hover {
  border-color: #fff !important;
  background: #f17c3a !important;
  transform: none !important;
}

#navigationPrimary li:last-child {
  margin-left: 0 !important;
}

#navigationPrimary li:last-child a {
  background: none !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

@media (min-width: 992px) {
  .pkp_navigation_primary_wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .pkp_navigation_primary_wrapper .pkp_navigation_primary {
    display: flex !important;
    align-items: center !important;
    gap: 1.5rem !important;
  }

  #navigationPrimary > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 0.8rem 0.7rem 2.3rem !important;
    font-size: 1.5rem !important;
  }

  #navigationPrimary > li > a::before {
    content: "";
    position: absolute;
    left: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  #navigationPrimary > li:nth-child(1) > a::before {
    background-image: url("../../site/images/publicacionesadmin/mceclip17.png");
  }

  #navigationPrimary > li:nth-child(2) > a::before {
    background-image: url("../../site/images/publicacionesadmin/mceclip11.png");
  }

  #navigationPrimary > li:nth-child(3) > a::before {
    background-image: url("../../site/images/publicacionesadmin/mceclip15.png");
  }

  #navigationPrimary > li:nth-child(4) > a::before {
    background-image: url("../../site/images/publicacionesadmin/mceclip16.png");
  }

  #navigationPrimary > li:nth-child(5) > a::before {
    background-image: url("../../site/images/publicacionesadmin/mceclip12.png");
  }

  #navigationPrimary > li:nth-child(6) > a::before {
    background-image: url("../../site/images/publicacionesadmin/mceclip19.png");
  }

  #navigationPrimary > li:nth-child(7) > a::before {
    background-image: url("../../site/images/publicacionesadmin/mceclip13.png");
  }

  .pkp_navigation_search_wrapper .pkp_search_desktop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 2.5rem;
    border-radius: 999px;
    color: #ffffff !important;
    font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: none;
  }
}

.pkp_navigation_search_wrapper .pkp_search_desktop .fa-search {
  display: none;
}

/* ===== Botón user (barra de usuario) ===== */

.pkp_navigation_user > li {
  background: #f17c3a;
  border-radius: 6px;
}

@media (min-width: 992px) {
  .pkp_navigation_user_wrapper {
    top: 5px;
  }
}
@media (min-width: 1200px) {
  .pkp_navigation_user_wrapper {
    top: 15px;
  }
}

@media (min-width: 1200px) {
  .pkp_navigation_user_wrapper {
    top: 25px;
  }
}

@media (min-width: 992px) {
  #navigationUser > li:first-child {
    position: absolute;

    width: 130px;
    height: 45px;

    background-color: #fff !important;
    background-image: url("../../site/images/publicacionesadmin/mceclip1-d60f54c7290047d1d085c7702ec8d5cc.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;

    border-radius: 6px;
  }

  #navigationUser > li:first-child a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
  }

  #navigationUser > li:last-child {
    margin-left: 0;
    margin-right: 0px;
    padding-right: 10px !important;
  }
}

@media (min-width: 992px) {
  #navigationUser > li:first-child {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0;
    margin-left: 0px;
  }
  #navigationUser > li:last-child {
    margin-left: 0;
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  #navigationUser > li:first-child {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0;
    margin-left: 0px;
  }
  #navigationUser > li:last-child {
    margin-left: 0;
    margin-right: 0px;
  }
}

@media (min-width: 1450px) {
  #navigationUser > li:first-child {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0;
    margin-left: -120px;
  }
  #navigationUser > li:last-child {
    margin-left: 0;
    margin-right: -120px;
  }
}

.pkp_navigation_user > a,
.pkp_navigation_user > li > a,
.pkp_navigation_user a {
  color: #fff !important;
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
}

@media (min-width: 990px) {
  .pkp_navigation_user li {
    background: #f47c3c;
    border-radius: 6px;
  }
}

@media (min-width: 992px) {
  .pkp_navigation_user > li > a:focus {
    background: none !important;
    transition: all 300ms;
  }
}

.pkp_navigation_user a:hover,
.pkp_navigation_user a:focus {
  transition: all 300ms;
}

/* Idiomas */
.lang-switcher {
  position: absolute;
  top: 230px;
  right: 45px !important;
  display: flex;
  align-items: center;
  gap: 25px !important;
  z-index: 1000;
}

.lang-switcher .lang-flag img {
  width: 45px !important;
  height: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lang-switcher .lang-flag:hover img {
  transform: scale(1.1);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
  .lang-switcher .lang-flag img {
    width: 26px !important;
  }
}

@media (max-width: 1400px) {
  .lang-switcher {
    top: 190px !important;
  }
}

@media (max-width: 1200px) {
  .lang-switcher {
    top: 170px !important;
  }
}

@media (max-width: 1100px) {
  .lang-switcher {
    top: 150px !important;
  }
}

@media (max-width: 993px) {
  .lang-switcher {
    top: 4px !important;
  }
}
@media (max-width: 576px) {
  .lang-switcher {
    top: 1px;
    right: 10px;
  }
  .lang-switcher .lang-flag img {
    width: 15px;
  }
}

/* ===== NÚMERO ACTUAL: CONTENEDOR GENERAL ===== */
.pkp_structure_main {
  border-right: none !important;
}
.obj_issue_toc .sections:not(:first-child) {
  margin-top: 1rem !important;
}
.current_issue > h2 {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.current_issue_title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400 !important;
  color: #F17C3A;
}

.pkp_structure_main {
    text-align: justify;
}

.pkp_page_index .current_issue .current_issue_title {
  margin: 0.5rem 0 2rem !important;
}

/* Columna de la portada */

.obj_issue_toc .cover img {
  display: block;
  max-width: 400px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
}
@media (min-width: 500px) {
  .obj_issue_toc .cover {
    float: left;
    width: 10% !important;
    height: auto;
    max-height: none;
    margin-right: 1.43rem;
  }
}
@media (min-width: 500px) {
  .obj_issue_toc .cover {
    width: 25% !important;
  }
}
@media (min-width: 992px) {
  .obj_issue_toc .cover {
    width: 40% !important;
  }
}
/* Columna de la descripción + meta */

.obj_issue_toc .description {
  flex: 1;
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.25rem;
}

.obj_issue_toc .description p {
  margin-bottom: 0.7rem;
}

/* ===== DOI Y FECHA ===== */

.obj_issue_toc .pub_id.doi,
.obj_issue_toc .published {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.obj_issue_toc .pub_id.doi .type,
.obj_issue_toc .published .label {
  font-weight: 600;
  color: #F17C3A !important;
  margin-right: 0.25rem;
}

.obj_issue_toc .pub_id.doi .id a {
  color: #333;
  text-decoration: none;
}

.obj_issue_toc .pub_id.doi .id a:hover {
  text-decoration: underline;
}
/* ===== NÚMERO COMPLETO ===== */

@media (min-width: 992px) {
  .obj_issue_toc .section {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.galleys {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

/* Título con líneas izquierda/derecha */

.galleys > h3 {
  position: relative;
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  text-transform: none;
  color: #000000 !important;
  text-align: center;
  margin-bottom: 1rem;
}
.sections .section > h3 {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: #000000 !important;
}

@media (min-width: 768px) {
  .obj_issue_toc .galleys:before,
  .obj_issue_toc .section:before {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    border-top: 1px solid #202020;
  }
}

.galleys > h3::before {
  left: 0;
}

.galleys > h3::after {
  right: 0;
}

/* ================================
   ICONOS PDF / EPUB / XML
   ================================ */
/*.obj_galley_link {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  border: none !important;
  background-color: transparent !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
}*/

/* Quitar icono por defecto */
/*.obj_galley_link::before {
  content: none !important;
}*/

/* ===== PDF ===== */
.obj_galley_link.pdf-es {
  background-image: url("https://revistas.anahuac.mx/public/site/images/publicacionesadmin/pdf.png") !important;
}

.obj_galley_link.pdf-eng {
  background-image: url("https://revistas.anahuac.mx/public/site/images/publicacionesadmin/pdf-ingls.png") !important;
}

/* ===== EPUB ===== */
.obj_galley_link.epub,
.obj_galley_link.file {
  background-image: url("../../site/images/publicacionesadmin/mceclip0-681efaf642a97d7ceb4d3c8280c486c2.png") !important;
}

/* ===== XML ===== */
.obj_galley_link.xml-es {
  background-image: url("../../site/images/publicacionesadmin/mceclip3-8e454e1745a9de733a6ed4502c58bde0.png") !important;
}

.obj_galley_link.xml-eng {
  background-image: url("../../site/images/publicacionesadmin/mceclip4-c7e9a0bd111afd44600baeb3f88f72c7.png") !important;
}

.obj_issue_toc .galleys_links li {
  margin-inline-end: 0 !important;
}
/* ===== ARTÍCULOS: TÍTULO ===== */

.sections .section > h3 {
  position: relative;
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  margin: 2rem 0 1.25rem;
}

/* ===== ARTÍCULOS: LISTA ===== */

.cmp_article_list.articles {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cmp_article_list.articles > li {
  padding: 1.2rem 0;
  border-bottom: 1px solid #e5e5e5;
}

/* Título del artículo */

.obj_article_summary .title a {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.obj_article_summary .title a:hover {
  color: #f17c3a;
  text-decoration: underline;
}

/* Meta: autores + páginas */

.obj_article_summary .meta {
  margin-top: 0.25rem;
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  color: #555;
}

.obj_article_summary .meta .authors {
  margin-bottom: 0.1rem;
  font-weight: 500;
}

.obj_article_summary .meta .pages {
  font-size: 0.85rem;
  color: #777;
}

.pkp_page_index .current_issue .read_more {
  color: #000000;
}
.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
  color: #f17c3a;
}

/*SIDEBAR*/

.pkp_block .title {
  font-weight: 600 !important;
  border-bottom: 3px solid #000 !important;
}

.indice-card {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 110px;
}

.block_information a,
.block_language_toggle a {
  color: #000 !important;
}

.block_information a:hover,
.block_language_toggle a:hover,
.block_information a:focus,
.block_language_toggle a:focus {
  color: #f17c3a !important;
}

/* ===== Botón "Enviar un artículo" en el sidebar ===== */

.block_make_submission_link {
  position: relative;
  display: inline-block;

  padding: 0.4rem 4rem 0.4rem 5rem !important;
  background-color: #f17c3a !important;
  border-radius: 6px !important;
  border: none !important;

  color: #ffffff !important;
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
}

.block_make_submission_link::before {
  content: "";
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);

  width: 22px;
  height: 22px;
  display: block;

  background-image: url("../../site/images/publicacionesadmin/mceclip14.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.block_make_submission_link:hover,
.block_make_submission_link:focus {
  background-color: #e26623 !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 200ms ease;
}

/* ======= Footer ======*/
.footer-anahuac {
  background: #fff;
  border-top: 4px solid #ec4434;
  color: #333;
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  padding: 2rem 1rem 4rem;
  text-align: left;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col {
  flex: 1;
  min-width: 260px;
}

.footer-logo img {
  width: 380px;
  height: auto;
  margin-top: 10px;
}

.footer-col h4 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 0.5rem;
}

.footer-col p {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
}

.footer-col a {
  color: #555;
  text-decoration: none;
  font-weight: 600;
}

.footer-col a:hover {
  color: #f17c3a;
}

.footer-social {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.footer-social span {
  font-weight: 600;
  margin-right: 6px;
}

.footer-social img {
  width: 25px;
  height: 25px;
  filter: grayscale(100%);
  transition: filter 0.3s, transform 0.2s;
}

.footer-social img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.footer-bottom {
  margin-top: 2rem;
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cc-icon {
  width: 25px;
  height: auto;
  margin-right: 3px;
}

@media (min-width: 992px) {
  .footer-container {
    align-items: stretch;
  }
  .footer-col {
    padding: 0 28px;
  }
  .footer-logo {
    padding-left: 0;
  }
  .footer-col + .footer-col {
    border-left: 2px solid #cfcfcf;
  }
}

@media (max-width: 991.98px) {
  .footer-col + .footer-col {
    border-left: none;
    border-top: 1px solid #e9e9e9;
    padding-top: 16px;
    margin-top: 12px;
  }
}

.footer-bottom {
  margin-top: 1.75rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer-bottom .cc-link img {
  width: 80px;
  height: auto;
  display: block;
}

.pkp_head_wrapper {
  position: relative;
  z-index: 10;
}
.pkp_site_name .is_img,
.pkp_site_name .is_img img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.pkp_footer_content {
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .pkp_structure_footer {
    width: 100%;
  }
}

.footer-legal {
  background: #eaeaea;
  padding: 2rem 3rem; /* espaciado general */
}

.footer-legal-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.footer-legal-text {
  flex: 1 1 70%;
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-legal-platform {
  flex: 1 1 20%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.footer-legal-platform img {
  max-width: 140px;
  height: auto;
}