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;
}

}


