/* /www/17n.limanorte.com/css/modulos.css v.4.2.7 */

/* === BASE: Tipografía global === */
h1, h2, h3, h4 {
  font-family: Georgia, serif;
  color: #670E00;
  letter-spacing: 0.4px;
}
h2 {
  line-height: 1.2em;
  padding-bottom: 9px;
}
h3 {
  margin: 1em 0 10px;
}

/* === CONTENEDORES PRINCIPALES === */
[id] {
  scroll-margin-top: 70px;
}
.seccion-contenido {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1rem;
}
.seccion-head {
  text-align: center;
  margin: 3em 0px;
}
.un-m {width:100%;height:1em;}
.hgt- {width:100%;height:10px;} 

/* === TÍTULOS Y SUBTÍTULOS === */
.seccion-title,
.resena-title,
.docs-title,
.vlg-title,
.h65-title,
#strt-h-title,
.hist-title,
.card-title {
  font-family: Georgia, serif;
  font-weight: bold;
  color: #670E00;
  font-size: 1.5em;
  margin: 0 0 10px;
  text-align: center;
}
.seccion-sub {
  font-family: 'Merriweather', serif;
  font-size: 1.17em;
  font-style: italic;
  color: #670E00;
  line-height: 1.5;
  margin: 0.5em 0 1em;
  text-align: center;
}

/* === LAYOUT: Fila de 2 columnas === */
.fila {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 2em 0;
}

/* === videos de Ytb === */
.iframe-wrapper{position:relative; width:100%; padding-top:56.25%; overflow:hidden;}
.iframe-wrapper iframe{position:absolute; top:0; left:0; width:100%; height:100%; border:0;}

@media (min-width: 768px) {
  .fila {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

/* === COLUMNAS ESPECÍFICAS (opcional) === */
@media (min-width: 768px) {
  .col-left,
  .col-right {
    width: 100%;
    max-width: 470px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    overflow-x: hidden;
  }
  .col-left {
    text-align: right;
  }
  .col-right {
    text-align: left;
  }
}

/* === IMÁGENES === */
.seccion-contenido img,
.historieta-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .seccion-contenido img {
    max-width: 470px;
  }
}

/* === HISTORIETA === */
.historieta-wrap {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .historieta-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "texto-inicial img1"
      "img2 img3"
      "img4 img5"
      "img6 texto-final";
    max-width: 960px;
    margin: 24px auto;
  }
  .item-texto-inicial { grid-area: texto-inicial; }
  .item-img-1 { grid-area: img1; }
  .item-img-2 { grid-area: img2; }
  .item-img-3 { grid-area: img3; }
  .item-img-4 { grid-area: img4; }
  .item-img-5 { grid-area: img5; }
  .item-img-6 { grid-area: img6; }
  .item-texto-final { grid-area: texto-final; }
}

/* === H65: Tabla de contenido === */
.h65-seccion {
  max-width: 480px;
  margin: auto;
}
.h65-toc {
  border: 0.6px solid #A24E50;
  padding: 1em;
  border-radius: 12px;
  font-size: 1.1em;
  line-height: 1.3em;
  box-shadow: 6px 6px 12px 0 rgba(254, 226, 209, 0.8);
}
.h65-toc ul {
  list-style: none;
  padding: 0;
  margin: 0.8em 0 0;
}
.h65-toc li {
  margin: 0.4em 0;
  line-height: 1.3em;
}

/* === LÍNEA DECORATIVA === */
.marron-5 {
  width: 100%;
  height: 5px;
  background-color: #A34C3C;
  margin: 10px 0;
}

/* === NAVEGACIÓN MÓVIL === */
#navMenu {
  background-color: #9C3918;
  padding: 1.2em;
  min-width: 280px;
  max-width: 300px;
  margin: 0 auto;
  display: none;
}
#navMenu.is-open {
  display: block;
}
.nav-item {
  display: block;
  text-decoration: none;
  color: #FCF4F1;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: normal;
  text-align: left;
  margin: 0.6em 0;
  padding: 0;
  position: relative;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
}
.nav-item:hover {
  color: #fff;
}


/* === HOMENAJE A DOCENTES (SCROLLABLE) === */
.homenaje-docentes {
  width: 100%;
  height: 524px;
  padding: 0 3px 0 12px;
  box-sizing: border-box;
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.5;
  color: #670E00;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #9D725F;
  background-color: #fffefc;
  position: relative;
}
.homenaje-docentes::before,
.homenaje-docentes::after {
  content: "";
  display: block;
  height: 12px;
}
.homenaje-docentes > *:first-child {
  margin-top: 0 !important;
}
.homenaje-docentes > *:last-child {
  margin-bottom: 0 !important;
}
.homenaje-docentes h1 {
  font-size: 1.4em;
  margin: 0 0 0.4em;
  font-weight: bold;
}
.homenaje-docentes p.sub {
  font-style: italic;
  font-size: 1em;
  color: #670E00;
  margin: -0.3em 0 1em;
}
.homenaje-docentes h2 {
  font-size: 1.25em;
  margin: 1.2em 0 0.6em;
  font-weight: bold;
}
.homenaje-docentes p {
  margin: 0.8em 0;
}
.homenaje-docentes .hr {
  height: 1px;
  background-color: #A34C3C;
  margin: 1.2em 0;
}
.homenaje-docentes ul {
  padding-left: 1.4em;
  margin: 0.8em 0;
}
.homenaje-docentes li {
  margin: 0.4em 0;
}
.homenaje-docentes a {
  color: #9C3918;
  text-decoration: underline;
}
.homenaje-docentes .note {
  font-style: italic;
  color: #777;
  font-size: 0.95em;
}

/* === LIBERAR .mesa-img DEL LÍMITE DE 470px === */
@media (min-width: 768px) {
  .seccion-contenido .mesa-img,
  .mesa-img-section .mesa-img {
    max-width: 100% !important;
    width: 100%;
    height: auto;
    border: 0.4px solid #333;
    box-sizing: border-box;
  }
}
/* v.4.2.7 fin */