.ensayo-titulo {
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
  color: #006f6b;
  margin: 40px 0 30px;
  border-bottom: 2px solid #c4e2df;
  padding-bottom: 10px;
  display: block;
}

.ensayo-container {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 10px;
  font-family: 'Georgia', serif;
  box-sizing: border-box;
}

.ensayo-portada {
  text-align: center;
  margin-bottom: 30px;
}


.ensayo-cuerpo {
  padding: 20px 30px;  /* 🔹 Ajusta aquí la separación interna */
  text-align: justify;
  font-size: 1.1em;
  color: #333;
  line-height: 1.8;
}
