img {
	height: auto;
}

.container {
  padding-right: 1%;
  padding-left: 1%;

}

.rounded{
  border-radius: 100%;
  border: 4px solid darkgrey;
  width: 78px;
  height: 78px;  
}

.copyright{
  text-align: center;
  font-size: 10px;
  padding-top: 30px;
}

* {
  box-sizing: border-box;
}


.pkp_head_wrapper{
  clear: both;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.contact{
  width: 100%;
  padding: 10px;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.link_about{
  text-decoration: none;
}

.nobull{
  list-style-type: none;
}

.space{
  text-align: justify;
  line-height: 25px;
}

table.contrib {
  border: 1px solid;
  border-collapse: collapse;
  margin: auto;
}

table.contrib th {
  background-color: #2E74B5;
  color: #fff;
  text-align: center;
}

table.contrib tr, table.contrib td{
  border: 1px solid;
  padding: 5px;
}

.colleft{
  float: left;
  text-align: left;
  width: 45%;
}

.colright{
  float: right;
  text-align: right;
  width: 45%;
}

.indexed{
  border-bottom: 1px solid gray;
  padding: 10px;
  text-align: justify;
}

.left{
  display: inline-block;
  padding-right: 20px;
}

.right{
  display: inline-block;
  vertical-align: top;
  width: 85%;
}

.indeleft{
  display: inline-block;
  padding-right: 5px;
  width: 50%;
}

.inderight{
  display: inline-block;
  padding-left: 5px;
  width: 50%;
}

.color_resources{
  color: black !important;
  font-weight: bold;
}

/* FIX layout Sobre la revista + video : SHARON BENITEZ: 23/01/2026 */
/* ===== SOBRE LA REVISTA + VIDEO (60 / 40) ===== */

.about-section-wrapper {
  display: flex;
  gap: 2rem;
  width: 95%;
  box-sizing: border-box;
}

/* Texto - 60% */
.about-section-wrapper .highlightBar {
  flex: 0 0 60%;
  max-width: 60%;
  height: auto;
}

/* Video - 40% */
.about-section-wrapper .about-video-box {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  align-items: center;
}

.about-video-box iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 6px;
}

.journalInfoCol .highlightBar {
    background: #002f5d;
    padding: 20px;
    margin-top: 0 !important;
    height: 100% !important;
    border-radius: 0.5rem;
}



.journalInfoCol {
    display: flex;
    flex-wrap: nowrap;
    height: 350px;
    margin-bottom: 0px;
    padding: 0px !important;
}



/* ===== FIX HEADER FULL WIDTH ===== */

/* Contenedor del header */
#headerNavigationContainer,
header.navbar {
  width: 100vw;
  max-width: 100%;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/* Imagen del header */
header.navbar img,
header.navbar .img-responsive {
  width: 99.3vw;
  max-width: none;
  height: auto;
  object-fit: cover;
}


/* Evitar espacios laterales en pantallas grandes */
@media (min-width: 1400px) {
  header.navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .about-section-wrapper {
    flex-direction: column;
  }

  .about-section-wrapper .highlightBar,
  .about-section-wrapper .about-video-box {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .about-video-box iframe {
    min-height: 220px;
  }

  .journalInfoCol {
    display: flex;
    flex-wrap: nowrap;
    height: 650px;
    margin-bottom: 0px;
    padding: 0px !important;
}

}


/* Responsive */
@media (min-width: 768px) and (max-width: 1300px) {
  .about-section-wrapper {
    flex-direction: column;
  }

  .about-section-wrapper .highlightBar,
  .about-section-wrapper .about-video-box {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .about-video-box iframe {
    min-height: 220px;
  }

  .journalInfoCol {
    display: flex;
    flex-wrap: nowrap;
    height: 550px;
    margin-bottom: 0px; 
    padding: 0px !important;
}

}



/* ================================
   EQUIPO EDITORIAL CAMBIOS
================================ */

/* =====================================================
   CONTENEDOR GENERAL
===================================================== */
#group {
  /* max-width: 1200px; */
  margin: 0 auto;
}

.editorial-wrapper {
  margin-bottom: 40px;
}

/* =====================================================
   SECCIÓN
===================================================== */
.editorial-section {
  margin-top: 20px;
}

/* =====================================================
   TÍTULOS DE SECCIÓN
===================================================== */
.editorial-title {
  /* font-size: 1.25rem; */
  font-weight: 700;
  color: #0b3c5d;
  padding-left: 12px;
  border-left: 4px solid #1e40af;
  margin-bottom: 18px;
}

/* =====================================================
   CARD
===================================================== */
.editorial-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
   box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;

  padding: 22px;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border-left: 5px solid #1e40af;
  border-radius: 12px;
  margin-bottom: 20px;
 
}

.editorial-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

/* =====================================================
   AVATAR
===================================================== */
.editorial-avatar {
  flex: 0 0 72px;
}

.editorial-avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #1e40af;
  background: #f5f7fa;
}

/* =====================================================
   INFO
===================================================== */
.editorial-info {
  flex: 1;
}

.editorial-info strong {
  display: inline-block;
  /* font-size: 1.05rem; */
  color: #1e3a8a;
  margin-bottom: 4px;
}

/* =====================================================
   META (Universidad, descripción)
===================================================== */
.editorial-meta {
  /* font-size: 0.9rem; */
  color: #374151;
  line-height: 1.45;
  margin-bottom: 6px;
}

/* =====================================================
   LINKS (Google, Scopus, ORCID, CVLAC)
===================================================== */
.editorial-links {
  display: flex;
  gap: 8px;
  margin: 6px 0 8px;
}

.editorial-links img {
  width: 20px;
  height: 20px;
  opacity: 0.75;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.editorial-links img:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* =====================================================
   EMAIL
===================================================== */
.editorial-email a {
  /* font-size: 0.85rem; */
  color: #2aa7ff;
  text-decoration: none;
  word-break: break-word;
}

.editorial-email a:hover {
  text-decoration: underline;
}

/* =====================================================
   CARD CENTRADA (TRADUCCIONES)
===================================================== */
.editorial-card--center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 768px) {
  .editorial-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .editorial-avatar {
    margin-bottom: 10px;
  }

  .editorial-links {
    justify-content: center;
  }

  .editorial-title {
    font-size: 1.15rem;
  }
}
