body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: #f7f1e3;
  color: #2d2418;
  line-height: 1.6;
}

.contenedor {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 18px 50px;
}

.cabecera {
  text-align: center;
  margin-bottom: 2rem;
}

.logo-quijote {
  width: 140px;
  max-width: 45%;
  height: auto;
  display: block;
  margin: 0 auto 1rem;

  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.3rem;
  margin-top: 2rem;
}

.intro,
.contexto {
  font-size: 1.05rem;
}

blockquote {
  margin: 2rem 0;
  padding: 1.2rem 1.4rem;
  border-left: 5px solid #8b6f47;
  background: #fff8e8;
  font-size: 1.15rem;
  font-style: italic;
}

.indice {
  padding-left: 1.4rem;
}

.indice li {
  margin-bottom: 0.8rem;
}

a {
  color: #5d3f1d;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.volver-blog {
  margin-top: 3rem;
  text-align: center;
}

.volver-blog a {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #5d3f1d;
  text-decoration: none;
}

.volver-blog a:hover {
  text-decoration: underline;
}

.controles {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #c8b894;
}

.controles a {
  background: #efe2c0;
  padding: 10px 14px;
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 600px) {
  .contenedor {
    padding: 18px 14px 40px;
  }

  h1 {
    font-size: 1.6rem;
  }

  blockquote {
    font-size: 1.05rem;
    padding: 1rem;
  }

  .controles {
    flex-direction: row;
    gap: 6px;
  }

  .controles a {
    flex: 1;
    padding: 8px 6px;
    font-size: 0.9rem;
  }
}
