.body {
  background-color: black;
}

#evento__n {
  color: oklch(0.82 0.17 80.74);
}
#cronograma__n {
  color: oklch(0.97 0.01 0);
}

.th {
  color: oklch(0.87 0.09 82.75);
}
.tn {
  color: oklch(0.97 0.01 0);
  
}
.tnf {
  color: oklch(0.77 0.14 81.17);
}
#se {
  font-size: var(--espaciado-grande);
  color:  oklch(0.97 0.01 0);
}
#hh {
  font-size: var(--espaciado-grande);
}

.st2 {
  color: oklch(0.82 0.17 80.95);
}
.tm {
  color: white;
}
.section__programa {
  min-width: 300px;
  max-width: 650px;
  padding: 1em;
  display: grid;
  justify-self: center;
  text-align: center;
  gap: 1.2em;
}

.ab {
  margin: 1.2em;
}
.btnmm {
  font-size: var(--tamano-fuente-base);
  font-weight: bold;
  padding: 0.4em 1em;
  border-radius: var(--radio-borde);
  border: 2px solid oklch(0.44 0.17 332.54);
  color: oklch(0.82 0.17 80.95);
  align-self: center;
  text-decoration: none;
  text-align: center;
}

.galeN {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  padding: 1em;

  img {
    border-radius: var(--radio-borde);
  }
}
