@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
  background-color: #D6D6D6;
  color: #000000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1.25;
  min-height: calc(3000px + 100vh);
}

section.book {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

section.titulo {
  width: 50%;
  max-width: 600px;
  padding: 32px;
  position: relative;
  z-index: 1;
}
section.titulo .descargas .pdf:hover {
  text-shadow: 0px 0px 20px #0074ff;
  transition: text-shadow 0.5s ease-in-out;
}
section.titulo .descargas .epub:hover {
  text-shadow: 0px 0px 20px #0074ff;
  transition: text-shadow 0.5s ease-in-out;
}

section.content {
  flex-wrap: nowrap;
  margin: 10px;
  width: 50%;
  max-width: 600px;
  padding: 32px;
  position: relative;
  z-index: 1;
}

section.titulo h1 {
  margin-bottom: 32px;
  color: #000000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
}

section.titulo p {
  margin-bottom: 246px;
  font-size: 36px;
}
.tituloloco:hover {
  text-shadow: 0px 0px 20px #0074ff;
  transition: text-shadow 0.5s ease-in-out;
}
section.content_poema {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; /* Centra los elementos verticalmente */
  margin: 10px;
  margin-top: 200px;
  width: 100%;
  max-width: 600px;
  padding: 32px;
  position: relative;
  z-index: 1;
}

section.content_poema ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

section.content_poema li {
  margin-right: 20px; /* Espacio entre los elementos */
  margin-left: 10px;
}
.texto_transparente {
  color: rgba(0, 0, 255, 0);
}
section.content_poema li:first-child {
  flex: 0 0 auto; /* El texto no se expande */
  align-self: center; /* Centra el texto verticalmente */
}

section.content_poema li img {
  flex: 1; /* La imagen ocupa el espacio restante */
  max-width: 100%; /* Asegura que la imagen no exceda el ancho del contenedor */
  height: auto; /* Mantiene la proporción de la imagen */
  transform: scale(2); /* Duplica el tamaño de la imagen */
  margin-left: 200px; /* Añade más espacio a la izquierda de la imagen */
}

section.content a:link,
a:visited,
a:active {
  color: #000000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  text-decoration: none;
}

section.titulo a:link,
a:visited,
a:active {
  color: #000000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  text-decoration: none;
}

section.content a:hover {
  text-shadow: 0px 0px 20px #0074ff;
  transition: text-shadow 0.5s ease-in-out;
}

section.content li {
  margin-bottom: 32px;
  padding-left: 48px;
  position: relative;
}

.logos {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 20px;
  padding: 10px;
}
.logos img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

#menu {
  list-style: none;
  padding: 0;
}

#menu li {
  margin-bottom: 2 rem; /* el espaciado normal del menú */
}

/* ISBN separado */
#menu li.isbn {
  margin-top: 144rem; /* ajusta la distancia vertical */
}
