:root {
  --tv-bg: #ffffff;
  --tv-black: #111;
  --tv-red: #d72626;
  --tv-yellow: #f4f256;
  --tv-max: 1280px;
}

/* wrapper general (si lo usás en el template) */
.tm-travesia {
  background: var(--tv-bg);
  color: var(--tv-black);
  min-height: 100vh;
  padding-bottom: 8%;
}

.tm-travesia * {
  box-sizing: border-box;
}

/* =========================
   HERO (pixel-like)
========================= */
.tm-travesia__hero {
  background: var(--tv-bg);
  position: relative;
  padding: 100px 2% 60px;
}

/* Contenedor necesita position: relative para anclar el ::after */
.img_secondary {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -50px;
  z-index: -1;
}

.img_secondary::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 74%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center,
      #F5C800 0%,
      #F5C800 20%,
      /* núcleo amarillo sólido */
      rgba(255, 255, 255, 0) 70%
      /* difumina a blanco/transparente */
    );
  z-index: 0;
  pointer-events: none;
}

/* La imagen flota ENCIMA del círculo */
.tm-travesia__heroImg {
  position: relative;
  z-index: 1;
  display: block;
      max-width: 450px;
}

/* El logo también si lo necesitás */
.img_principal {
  position: relative;
  z-index: 1;
}

/* 3 columnas como la captura */
.tm-travesia__heroGrid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  align-items: start;
}

/* ===== LEFT ===== */
.tm-travesia__left {
  padding-top: 6px;
}

.tm-travesia__titleWrap {
  width: 100%;
}

.tm-travesia__titleImg {
display: block;
    max-height: 250px;
    object-fit: contain;
    height: auto;
}

/* anclas italic, compactas */
.tm-travesia__anchors {
  margin-top: -14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -.35px;
}

.tm-travesia__anchor {
  color: #111;
  text-decoration: none;
}

.tm-travesia__anchor:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== CENTER ===== */
/* En la captura las 2 imágenes están “compuestas” (superpuestas) */
.tm-travesia__center {
  padding-top: 126px;
  /* baja el bloque del centro para calzar con el título */
}

.tm-travesia__midStack {
  position: relative;
  width: 100%;
  min-height: 320px;
  /* asegura espacio aunque la imagen cargue lento */
}

/* imagen grande */
.tm-travesia__heroImg {
  display: block;
}

/* imagen chica superpuesta abajo-derecha */
.tm-travesia__miniImg {
  position: relative;
  width: 300px;
  height: 170px;
  display: block;
  object-fit: cover;
  left: -70px;
  z-index: -5;
}

/* ===== RIGHT ===== */
.tm-travesia__right {
  padding-top: 6px;
}

/* texto monoespaciado como la captura */
.tm-travesia__text p {
  font-family: "MD-IO";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #333;
  margin-top: 2.5rem;
}


.tm-travesia__text strong {
  color: #FF0000;
  font-family: synt;
  font-size: 18px;
}

.tm-travesia__p {
  margin: 0 0 12px 0;
}

.tm-travesia__p--spaced {
  margin-top: 14px;
}

/* rojo italic */
.tm-travesia__em-red {
  color: #FF0000;
  font-style: italic;
}

/* créditos serif italic grandes */
.tm-travesia__credits {
  margin-top: 26px;
  display: flex;
}

.travesia_creditos {
  display: flex;
  flex-direction: column;
}

.tm-travesia__creditBlock {
  margin-top: 10px;
}

.tm-travesia__creditBlock--spaced {
  margin-top: 24px;
}

.tm-travesia__creditName {
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  color: #222;
  font-style: italic;
  letter-spacing: -1px;
}

.tm-travesia__creditRole {
  margin-top: 2px;
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  color: #111;
  font-style: italic;
}

/* =========================
   RESPONSIVE (sin romper composición)
========================= */
@media (max-width: 1100px) {
  .tm-travesia__heroGrid {
    grid-template-columns: 290px 1fr 380px;
  }

  .tm-travesia__spot {
    left: 260px;
    width: 460px;
    height: 460px;
  }

  .tm-travesia__center {
    padding-top: 110px;
  }

  .tm-travesia__miniImg {
    right: 18px;
    width: 230px;
  }

  .tm-travesia__creditRole {
    font-size: 30px;
  }
}

@media (max-width: 920px) {
  .tm-travesia__hero {
    padding: 18px 0 28px;
  }

  .tm-travesia__heroInner {
    padding: 0 16px;
  }

  .tm-travesia__spot {
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
    width: 360px;
    height: 360px;
  }

  .tm-travesia__heroGrid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .tm-travesia__center {
    padding-top: 0;
    display: flex;
    justify-content: center;
  }

  .tm-travesia__midStack {
    width: 100%;
    max-width: 720px;
    min-height: 0;
  }

  .tm-travesia__heroImg {
    max-width: 60%;
  }

  .tm-travesia__miniImg {
    right: 10px;
    bottom: -18px;
    width: 220px;
  }

  .tm-travesia__credits {
    margin-top: 18px;
  }
}



/* =========================
   HORIZONTE 2: LUGAR + PROGRAMA
========================= */

.tm-travesia__programa {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.tm-travesia__h2 {
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
}

.tm-travesia__h2Inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

/* mapita arriba */
.tm-travesia__h2MapRow {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}

.tm-travesia__h2Map {
  width: 250px;
  height: auto;
  display: block;
}

/* títulos italic serif */
.tm-travesia__h2Title {
  margin: 0;
  font-family: "synt", Times, serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 58px;
  line-height: 1.05;
  color: #111;
}

.tm-travesia__h2Title--spaced {
  margin-top: 40px;
}

/* subtítulo monoespaciado chico, centrado */
.tm-travesia__h2Sub {
  margin-top: 18px;
  font-family: "MD-IO";
  font-size: 14px;
  line-height: 1.35;
  color: #333;
  white-space: normal;
}

/* cuerpo monoespaciado */
.tm-travesia__h2Body {
  margin-top: 18px;
  font-family: "MD-IO";
  font-size: 14px;
  line-height: 1.38;
  color: #333;
}

/* responsive */
@media (max-width: 920px) {
  .tm-travesia__h2 {
    padding: 46px 0 56px;
  }

  .tm-travesia__programa {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .tm-travesia__h2Inner {
    padding: 0 16px;
  }

  .tm-travesia__h2Title {
    font-size: 36px;
  }

  .tm-travesia__h2Map {
    width: 100px;
  }
}



/* =========================
   HORIZONTE 3: ARTISTXS SELECCIONADXS
========================= */
.tm-travesia__artistas {
  padding-top: 2rem;
}


.tm-travesia__h3 {
  background: #fff;
  display: flex;
  align-items: center;
}

.tm-travesia__div {
  width: 100%;
}

.tm-travesia__h3Title {
  text-align: center;
  font-family: "synt", Times, serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 58px;
  line-height: 0.95;
  color: #111;
  text-transform: uppercase;
  width: 600px;
  margin: 0 auto 50px;
}

/* tira de imágenes (full width, sin efectos) */
.tm-travesia__h3Strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  /* pegadas como en la captura */
}

.tm-travesia__h3Item {
  margin: 0;
  width: 100%;
  height: 400px;
  /* altura del “strip” */
  overflow: hidden;
  background: #fff;
}

.tm-travesia__h3Img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  border: 0;
}

/* responsive */
@media (max-width: 920px) {
  .tm-travesia__h3 {
    padding: 10px 0 24px;
  }

  .tm-travesia__h3Title {
    font-size: 36px;
    margin-bottom: 26px;
    word-break: break-word;
    max-width: fit-content;
  }

  .tm-travesia__h3Strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    justify-items: center;
    align-items: center;
  }

  .tm-travesia__h3Item {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* si la última fila tiene 2 items, los centramos */
  .tm-travesia__h3Item:last-child:nth-child(3n - 1) {
    grid-column: 2;
  }
}





/* =========================
   HORIZONTE: COMITÉ DE SELECCIÓN
========================= */
.tm-travesia__h4 {
  background: #fff;
  display: flex;
  padding: 10% 1rem;
  align-items: center;
  justify-content: center;
}

.tm-travesia__h4Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* ← centra la tabla horizontalmente */
}



.tm-travesia__h4Title {
  margin: 0 0 34px;
  font-family: "Synt", Times, serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 58px;
  line-height: 0.95;
  color: #111;
  text-transform: uppercase;
  position: relative;
  left: 20px;
  width: 80%;
  text-align: center;
}

.artistas .tm-travesia__h4Title {
  margin: 0 0 20px;
  width: 500px;
}

.lista_comite {
  color: #171717;
}

.tm-travesia__h4List {
  margin: 0 auto 36px;
  font-family: "MD-IO", Courier, monospace;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #333;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.tm-travesia__h4Line {
  display: table-row;
  margin: 0;
}

.tm-travesia__h4Name {
  display: table-cell;
  text-align: right;
  padding-right: 24px;
  /* espacio fijo entre nombre y país */
  white-space: nowrap;
  padding-bottom: 6px;
}

.tm-travesia__h4Pais {
  display: table-cell;
  text-align: left;
  white-space: nowrap;
}

.tm-travesia__h4Note {
  width: 500px;
  margin: 3rem auto 1rem;
  text-align: center;
  color: #171717;
  line-height: 1.5;
}

.artistas .tm-travesia__h4Note {
  margin: 0 auto 2rem;
}

/* inner ocupa todo el ancho en artistas */
.tm-travesia__h4.artistas {
  padding: 10% 0;
  /* sin padding horizontal para que llegue al borde */
}

.artistas .tm-travesia__h4Inner {
  width: 100%;
}

/* título y lista siguen centrados por align-items: center del inner */

/* nota se empuja al borde derecho */
.artistas .tm-travesia__h4Note {
  align-self: flex-end;
  /* sale del centro, se va a la derecha */
  width: 50%;
  margin: 1rem 0 2.5rem 0;
  padding-right: 2%;
  text-align: right;
}

@media (max-width: 920px) {
  .tm-travesia__h4.artistas {
    padding: 20px 1rem;
  max-width: 100vw;
  }

  .artistas .tm-travesia__h4Inner {
    width: auto;
  }

  .artistas .tm-travesia__h4Note {
    align-self: center;
    width: 100%;
    padding-right: 0;
    text-align: center;
    padding-left: 0;
  }
}

/* responsive */
@media (max-width: 780px) {
  .tm-travesia__h4 {
    padding: 26px 0 22px;
  }

  .tm-travesia__h4Title {
    font-size: 36px;
    left: unset;
    margin-bottom: 22px;
    word-break: break-word;
    max-width: fit-content;
  }

  .tm-travesia__h4List {
    font-size: 12px;
    margin-bottom: 28px;
  }

  .tm-travesia__h4List {
    font-size: 12px;
  }

  .tm-travesia__h4Pais,
  .tm-travesia__h4Name {
    font-size: 12px;
  }

  .tm-travesia__h4Name {
    padding-right: 12px;
  }


  .tm-travesia__h4Note {
    max-width: fit-content;
    padding: 0 18px;
    margin: 16px 8px;
  }


}




/* =========================
   HORIZONTE: EDITORIAL
========================= */
.tm-travesia__h5 {
  background: #fff;
  padding: 76px 0 92px;
  overflow: hidden;
}

.tm-travesia__h5Inner {
  margin: 0 auto;
  padding: 0 18px;
}

.tm-travesia__h5Title {
  margin: 0 0 18px;
  font-family: "Synt", Times, serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 58px;
  /* más grande como la captura */
  line-height: 1;
  text-transform: uppercase;
  color: #111;
}

.tm-travesia__h5Stage {
  position: relative;
  padding-top: 18px;
  min-height: 480px;
}

.tm-travesia__h5CapTitle {
  font-family: "serialb", Courier, monospace;
  text-transform: uppercase;
  font-size: 12px;
  color: #111;
  margin-bottom: 3px;
}


/* Spot: radial-gradient suave en lugar de sólido */
.tm-travesia__h5Spot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #a7a400 11%, #d7d300 32%, rgba(244, 242, 86, 0.4) 58%, rgba(255, 255, 255, 0) 68%);
  z-index: 0;
  pointer-events: none;
}

/* Grid más ancho, columnas asimétricas: laterales más chicas, centro más grande */
.tm-travesia__h5Grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  /* centro más ancho */
  gap: 28px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.tm-travesia__h5Card {
  margin: 0;
}

/* Centro sube y es más grande visualmente */
.tm-travesia__h5Card.is-center {
  transform: translateY(-32px);
}

.tm-travesia__h5Img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border: 0;
}

/* Centro más alto */
.tm-travesia__h5Card.is-center .tm-travesia__h5Img {
  height: 400px;
}

.tm-travesia__h5Cap {
  margin-top: 10px;
  font-family: "MD-IO", Courier, monospace;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #444;
}

.tm-travesia__h5CapPlace {
  text-transform: uppercase;
}

.tm-travesia__h5CapDate {
  margin-top: 2px;
}

/* responsive */
@media (max-width: 920px) {
  .tm-travesia__h5 {
    padding: 26px 0 22px;
  }

  .tm-travesia__h5Title {
    font-size: 36px;
    text-align: center;
  }

  .tm-travesia__h5Spot {
    width: 290px;
    height: 290px;
  }

  .tm-travesia__h5Stage {
    min-height: auto;
  }

  .tm-travesia__h5Grid {
    gap: 8px;
  }

  .tm-travesia__h5Img {
    height: auto !important;
  }

  .tm-travesia__h5Card.is-center {
    transform: none;

  }

  .tm-travesia__h5CapTitle {
    font-size: 10px;
  }

  .tm-travesia__h5CapDate {
    font-size: 8px;
  }

  /* .tm-travesia__h5Stage {
    min-height: auto;
  }

  .tm-travesia__h5Spot {
    width: 340px;
    height: 340px;
  }

  .tm-travesia__h5Grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 520px;
  }

  .tm-travesia__h5Card.is-center {
    transform: none;
  }

  .tm-travesia__h5Img,
  .tm-travesia__h5Card.is-center .tm-travesia__h5Img {
    height: 240px;
  } */
}


/* =========================
   HORIZONTE: EXPOSICIÓN
========================= */
.tm-travesia__h6 {
  background: #fff;
  padding: 92px 0 92px;
}

.tm-travesia__h6Inner {
  margin: 0 auto;
  padding: 0 2%;
}

/* header centrado */
.tm-travesia__h6Head {
  text-align: center;
  margin: 0 auto 80px;
}

.tm-travesia__h6Title {
  margin: 0;
  font-family: "Asfalt", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 150px;
  line-height: 1;
  color: #111;
  display: inline-block;
}

.tm-travesia__h6Venue {
  margin-top: 16px;
  font-family: "Synt", Times, serif;
  font-size: 22px;
  color: #222;
}

.tm-travesia__h6Date {
  margin-top: 2px;
  font-family: "Synt", Times, serif;
  font-size: 40px;
  color: #111;
}

/* layout: texto izq abajo + imagen der abajo */
.tm-travesia__h6Grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  min-height: 350px;
}

/* texto chico monoespaciado */
.tm-travesia__h6Text {
  font-family: "MD-IO", Courier, monospace;
  font-size: 14px;
  line-height: 1.35;
  color: #222;
}

.tm-travesia__h6Text p {
  margin-top: 2rem;
}

.tm-travesia__h6P {
  margin: 0 0 12px 0;
}

/* imagen cuadrada derecha */
.tm-travesia__h6ImgCol {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.tm-travesia__h6Img {
  height: 450px;
  object-fit: contain;
  display: block;
  border: 0;
}

/* responsive */
@media (max-width: 920px) {
  .tm-travesia__h6 {
    padding: 26px 0 22px;
  }

  .tm-travesia__h6Title {
    font-size: 100px;
  }

  .tm-travesia__h6Venue {
    font-size: 18px;
    letter-spacing: -0.5px;
  }

  .tm-travesia__h6Head {
    margin: 0 auto 0;
  }

  .tm-travesia__h6Text p {
    margin-top: 1rem;
  }

  .tm-travesia__h6Date {
    font-size: 30px;
  }

  .tm-travesia__h6Grid {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    align-items: start;
  }

  .tm-travesia__h6Text {
    max-width: 80%;
    margin: auto;
  }

  .tm-travesia__h6ImgCol {
    justify-content: center;
  }

  .tm-travesia__h6Img {
    height: auto;
    width: 250px;
  }
}



/* =========================
   HORIZONTE: GRID FOTOS 2x4
   (todas img/fondo.jpg)
========================= */
.tm-travesia__gridFotos {
  background: #fff;
  padding: 56px 0;
}

.tm-travesia__gridFotosInner {
  margin: 0 auto;
  padding: 0 3px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  /* líneas blancas */
  background: #fff;
  /* color de las líneas */
}

.tm-travesia__gridFotosItem {
  margin: 0;
  background: #fff;
  overflow: hidden;
}

.tm-travesia__gridFotosImg {
  display: block;
  width: 100%;
  height: 350px;
  /* altura tipo captura */
  object-fit: cover;
}

/* responsive */
@media (max-width: 920px) {
  .tm-travesia__gridFotos {
    padding: 34px 0;
  }

  .tm-travesia__gridFotosInner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: start;
    gap: 4px;
  }

  .tm-travesia__gridFotosImg {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }


}


/* =========================
   HORIZONTE: PROGRAMA PUBLICO + ALIANZAS/APOYOS/CREDITOS
========================= */
.tm-travesia__pp {
  background: #fff;
  padding: 60px 0 80px;
}

.tm-travesia__ppInner {
  max-width: 70%;
  margin-left: auto;
  padding: 0px 5% 10px 10px;
  text-align: center;
}

.tm-travesia__ppTitle {
  margin: 0 0 60px 0;
  font-family: "Synt";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: #111;
  width: 550px;
  text-align: left;
}

.tm-travesia__ppBody {
  margin: 0 auto;
  font-family: "MD-IO", Courier, monospace;
  font-size: 16px;
  line-height: 1.28;
  color: #333;
  text-align: start;
}

.tm-travesia__ppBody p {
  margin: 0 0 18px 0;
}

.tm-travesia__ppFoot {
  text-align: left;
}

.tm-travesia__ppGroup {
  margin-top: 18px;
  width: 80%;
}

.tm-travesia__ppH3 {
  margin: 0 0 14px 0;
  font-family: "Synt";
  font-weight: 400;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: #111;
  width: 550px;
  text-align: left;
}

.tm-travesia__ppSmall {
  font-family: "MD-IO", Courier, monospace;
  font-size: 16px;
  line-height: 1.25;
  color: #444;
}

.tm-travesia__ppSmall p {
  margin: 0 0 8px 0;
}

/* responsive */
@media (max-width: 780px) {
  .tm-travesia__pp {
    padding: 6px 0 0;
  }

  .tm-travesia__ppInner {
    max-width: 640px;
  }

  .tm-travesia__ppInner {
    max-width: 90%;
    font-size: 12px;
    margin: auto;
  }

  .tm-travesia__titleImg {
    height: 170px;
  }

  .tm-travesia {
    padding: 70px 0;
  }


  .tm-travesia__ppH3 {
    font-size: 36px;
    width: 100%;
  }
  .tm-travesia__anchors,
  .tm-travesia__miniImg {
    display: none;
  }


  .img_secondary::after {
    left: 35%;
    transform: translate(-50%, -48%);
    width: 100%;
    height: 300px;
    background: radial-gradient(ellipse at center, #f5c800f0 0%, #f5c80096 20%,
        /* núcleo amarillo sólido */
        rgba(255, 255, 255, 0) 70%
        /* difumina a blanco/transparente */
      );
  }


  .tm-travesia__text p {
    font-size: 14px;
    margin-top: 0;
  }

  .tm-travesia__text strong {
    font-size: 16px;
  }


  .tm-travesia__h2 {
    padding: 6px 0 24px;
  }

  .tm-travesia__ppTitle {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    word-break: break-word;
  }

  .tm-travesia__ppFoot {
    text-align: left;
  }
}