

html {
  font-size: 100%;
  scroll-behavior: smooth;
}


body {
  background-color: #1a1209;
  color: #f0e6cc;
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  line-height: 1.75;
}

h1 {
  font-family: 'Cinzel', serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #c9a227;
  letter-spacing: 0.07em;
  line-height: 1.15;
}

h2 {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  font-weight: 600;
  color: #c9a227;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #c9a227;
  letter-spacing: 0.04em;
}

h4 {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 400;
  color: #c9a227;
  letter-spacing: 0.04em;
}

h5 {
  font-family: 'Philosopher', serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #c9a227;
}

h6 {
  font-family: 'Philosopher', serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #b8a07a;
  letter-spacing: 0.04em;
}

p {
  color: #f0e6cc;
  margin-bottom: 0.75rem;
}

b {
  font-weight: 700;
  color: #e8c96a;
}

i {
  font-style: italic;
  color: #b8a07a;
}

u {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

a {
  color: #e8c96a;
  text-decoration: none;
}

a:hover {
  color: #c9a227;
  text-decoration: underline;
}


.barra-navegador {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(26, 18, 9, 0.97);
  border-bottom: 0.06rem solid #8b6914;
}

.navegadoer-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0.75rem 2rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

.logo img {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: cover;
  border: 0.07rem solid #8b6914;
}

.logo-nombre {
  font-family: 'Cinzel', serif;
  font-size: 1.3rem;
  color: #c9a227;
  letter-spacing: 0.09em;
}

.navegador-enlaces {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.navegador-enlaces a {
  font-family: 'Philosopher', serif;
  font-size: 0.88rem;
  color: #b8a07a;
  padding-bottom: 0.15rem;
  border-bottom: 0.1rem solid transparent;
  text-decoration: none;
}

.navegador-enlaces a.activo {
  color: #c9a227;
  border-bottom: 0.12rem solid #c9a227;
}

.navegador-enlaces a:hover {
  color: #c9a227;
  text-decoration: none;
}


.img-placeholder {
  background-color: #3d2200;
  border: 0.1rem dashed #8b6914;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  width: 80%;
}

.img-placeholder p {
  color: #b8a07a;
  font-size: 0.82rem;
  font-style: italic;
  margin: 0;
}

.heroe {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.heroe .img-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border: none;
  background-color: #0d0905;
}

.heroe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(26, 18, 9, 0.6) 0%,
    rgba(26, 18, 9, 0.45) 40%,
    rgba(26, 18, 9, 0.94) 100%
  );
  z-index: 1;
}

.heroe-contenido {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 50rem;
  padding: 2rem;
}

.heroe-subt {
  font-family: 'Philosopher', serif;
  font-size: 0.88rem;
  color: #b8a07a;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.heroe-titulo {
  font-size: 4.5rem;
}

.heroe-desc {
  font-size: 1.1rem;
  font-style: italic;
  color: #f0e6cc;
  margin-bottom: 2rem;
}


.divisor {
  width: 12rem;
  height: 0.07rem;
  background: linear-gradient(to right, transparent, #c9a227, transparent);
  margin: 0.8rem auto;
}

.ornamento {
  text-align: center;
  font-family: 'Cinzel', serif;
  color: #8b6914;
  font-size: 1rem;
  letter-spacing: 0.35em;
  margin: 0.8rem 0;
}

.btn {
  display: inline-block;
  font-family: 'Philosopher', serif;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  padding: 0.65rem 1.6rem;
  background-color: transparent;
  color: #c9a227;
  border: 0.1rem solid #8b6914;
  cursor: pointer;
  text-decoration: none;
}

.btn:hover {
  background-color: #c9a227;
  color: #1a1209;
  text-decoration: none;
}

.btn-solido {
  background-color: #c9a227;
  color: #1a1209;
  border: 0.1rem solid #c9a227;
}

.btn-solido:hover {
  background-color: #e8c96a;
  color: #1a1209;
  text-decoration: none;
}


.contenedor {
  max-width: 75rem;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.contenedor-angosto {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0;
}


.cab-seccion {
  text-align: center;
  margin-bottom: 2.5rem;
}

.cab-seccion h2 {
  margin-bottom: 0.4rem;
}

.cab-seccion p {
  color: #b8a07a;
  font-style: italic;
}


.bg-intro {
  background-image: url('imagenes/fondo_intro.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.bg-libros {
  background-image: url('imagenes/fondo_libros.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.bg-musica {
  background-image: url('imagenes/fondo_musica.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.bg-pinturas {
  background-image: url('imagenes/fondo_pinturas.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}


.bg-cont {
  position: relative;
  z-index: 1;
}


.cab-interna {
  padding-top: 4.8rem;
}

.cab-interna-cont {
  text-align: center;
  padding: 3.5rem 2rem 3rem;
}

.cab-interna-cont p {
  color: #b8a07a;
}


.accesos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 1.5rem;
}


.navegador-fragmentos {
  background-color: #2b1f0e;
  border-top: 0.06rem solid #8b6914;
  border-bottom: 0.06rem solid #8b6914;
  padding: 1rem 2rem;
}

.navegador-fragmentos-cont {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.navegador-fragmentos-label {
  font-family: 'Philosopher', serif;
  font-size: 0.8rem;
  color: #b8a07a;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-right: 0.5rem;
}

.navegador-fragmentos a {
  font-family: 'Philosopher', serif;
  font-size: 0.82rem;
  color: #b8a07a;
  padding: 0.25rem 0.8rem;
  border: 0.06rem solid #8b6914;
  text-decoration: none;
}

.navegador-fragmentos a:hover {
  color: #c9a227;
  border-color: #c9a227;
  text-decoration: none;
}


.seccion-contenido {
  border-top: 0.06rem solid #3d2200;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}

.seccion-contenido-titulo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.seccion-contenido-titulo h3 {
  font-size: 1.5rem;
}

.seccion-contenido-titulo .divisor-linea {
  flex: 1;
  height: 0.06rem;
  background-color: #3d2200;
}


.grilla {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  justify-content: flex-start;
}

.tarjeta {
  background-color: #2b1f0e;
  border: 0.06rem solid #8b6914;
  width: 18rem;
  display: flex;
  flex-direction: column;
}

.tarjeta:hover {
  border-color: #e8c96a;
}

.tarjeta .img-placeholder {
  height: 12rem;
}

.tarjeta-cuerpo {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}

.t-titulo {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  color: #c9a227;
}

.t-meta {
  font-size: 0.8rem;
  color: #b8a07a;
  font-style: italic;
}

.t-desc {
  font-size: 0.88rem;
  color: #f0e6cc;
  flex: 1;
  margin: 0;
}

.t-enlace {
  display: inline-block;
  font-size: 0.8rem;
  font-family: 'Philosopher', serif;
  color: #b8a07a;
  margin-top: 0.5rem;
  text-decoration: none;
}

.t-enlace:hover {
  color: #c9a227;
}


.badge {
  display: inline-block;
  font-size: 0.7rem;
  font-family: 'Philosopher', serif;
  letter-spacing: 0.06em;
  padding: 0.12rem 0.45rem;
  border: 0.06rem solid #8b6914;
  color: #b8a07a;
  text-transform: uppercase;
  margin-right: 0.25rem;
}


.tarjeta-m {
  width: 20rem;
}

.tarjeta-m .img-placeholder {
  height: 12rem;
}

.tarjeta-m audio {
  width: 100%;
  margin-top: 0.5rem;
}


table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

th {
  background-color: #3d2200;
  color: #c9a227;
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  padding: 0.65rem 0.9rem;
  text-align: left;
  border-bottom: 0.06rem solid #8b6914;
}

td {
  padding: 0.6rem 0.9rem;
  border-bottom: 0.06rem solid #3d2200;
  color: #f0e6cc;
  vertical-align: top;
}

tr:hover td {
  background-color: #3d2200;
}


.lista-ord {
  counter-reset: romano;
  margin-bottom: 1rem;
}

.lista-ord-item {
  counter-increment: romano;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.6rem 0;
  border-bottom: 0.06rem solid #3d2200;
}

.lista-ord-item::before {
  content: counter(romano, upper-roman);
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  color: #c9a227;
  min-width: 2.2rem;
  text-align: right;
  padding-top: 0.05rem;
  flex-shrink: 0;
}

.lista-ord-item p {
  margin: 0;
  color: #f0e6cc;
}


.lista-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 0.06rem solid #3d2200;
}

.lista-item::before {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #c9a227;
  border-radius: 50%;
  margin-top: 0.62rem;
  flex-shrink: 0;
}

.lista-item p {
  margin: 0;
  color: #f0e6cc;
}


.musas-fila {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  justify-content: center;
  margin-bottom: 3rem;
}

.musa-bloque {
  flex: 1;
  min-width: 14rem;
  max-width: 20rem;
  background-color: #2b1f0e;
  border: 0.06rem solid #8b6914;
  padding: 2rem 1.5rem;
  text-align: center;
}

.musa-bloque:hover {
  border-color: #e8c96a;
}

.musa-bloque .img-placeholder {
  height: 6.5rem;
  margin-bottom: 1rem;
}

.musa-bloque h3 {
  margin-bottom: 0.6rem;
}

.musa-bloque p {
  font-size: 0.88rem;
  color: #b8a07a;
}


.img-enlace {
  text-align: center;
  text-decoration: none;
  display: block;
}

.img-enlace .img-placeholder {
  width: 17rem;
  height: 11rem;
}

.img-enlace:hover .img-placeholder {
  border-color: #c9a227;
}

.img-enlace h4 {
  margin-top: 0.5rem;
  letter-spacing: 0.08em;
}


.pref-seccion {
  background-color: #2b1f0e;
  border: 0.06rem solid #8b6914;
  padding: 2rem;
  margin-bottom: 2rem;
}

.pref-seccion h3 {
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 0.06rem solid #3d2200;
}

.pref-enlaces {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.pref-enlaces a {
  font-family: 'Philosopher', serif;
  font-size: 0.9rem;
  color: #b8a07a;
  padding: 0.5rem 1.2rem;
  border: 0.06rem solid #8b6914;
  text-decoration: none;
}

.pref-enlaces a:hover {
  color: #c9a227;
  border-color: #c9a227;
  text-decoration: none;
}


.audio-ambiente {
  max-width: 38rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.audio-ambiente p {
  color: #b8a07a;
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}

.audio-ambiente audio {
  width: 100%;
}


.pie {
  background-color: #2b1f0e;
  border-top: 0.06rem solid #8b6914;
  padding: 3rem 2rem 1.5rem;
  margin-top: 4rem;
}

.pie-cont {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}

.pie-col h4 {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: #c9a227;
}

.pie-col p {
  font-size: 0.83rem;
  color: #b8a07a;
}

.pie-col a {
  display: block;
  font-size: 0.83rem;
  color: #b8a07a;
  margin-bottom: 0.35rem;
  text-decoration: none;
}

.pie-col a:hover {
  color: #c9a227;
}

.pie-copy {
  max-width: 75rem;
  margin: 1.5rem auto 0;
  padding-top: 1rem;
  border-top: 0.06rem solid #3d2200;
  text-align: center;
  font-size: 0.78rem;
  color: #b8a07a;
  font-style: italic;
}


.tc   { text-align: center; }
.mt1  { margin-top: 1rem; }
.mt2  { margin-top: 2rem; }
.mt3  { margin-top: 3rem; }
.mb1  { margin-bottom: 1rem; }
.mb2  { margin-bottom: 2rem; }
.mb3  { margin-bottom: 3rem; }

.flex-c {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

