.elementor-3302 .elementor-element.elementor-element-a69928a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3302 .elementor-element.elementor-element-da72475{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3544fad */.libro {
  max-width: 900px;
  margin: 40px auto;
  font-family: Georgia, serif;
}

/* HERO BONITO */
.hero-simple {
  background: #2c92a6;
  color: white;
  text-align: center;
  padding: 80px 20px 60px;
  border-radius: 12px 12px 0 0;
}

.hero-simple h1 {
  font-size: 2.8rem;
  margin: 10px 0;
}

.hero-simple h2 {
  font-size: 1.5rem;
  font-weight: normal;
  opacity: 0.9;
}

/* línea elegante */
.linea {
  width: 60px;
  height: 2px;
  background: white;
  margin: 15px auto;
  opacity: 0.7;
}

/* tarjeta */
.contenido-libro {
  background: white;
  padding: 40px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
/* columnas tipo libro */
.poema {
  column-count: 2;
  column-gap: 80px; /* más aire tipo libro */
  max-width: 700px;
  margin: 40px auto;
}

/* cada bloque */
.seccion p {
  line-height: 1.9;
  font-size: 1.05rem;
  color: #2f2f2f;
}

/* numeración */
.numero {
  color: #2c92a6;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

/* texto */
.seccion p {
  line-height: 1.8;
  color: #333;
}

/* móvil */
@media (max-width: 768px) {
  .poema {
    column-count: 1;
  }
}
.contenido-libro {
  padding: 60px 80px;
}
.contenido-libro {
  background: #fffefb;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2fd876 */.cta-bichos {
  text-align: center;
  margin: 60px auto;
  padding: 40px 30px;
  max-width: 700px;
  background: #f7fcfd;
  border-top: 2px solid #2c92a6;
  border-bottom: 2px solid #2c92a6;
}

.cta-bichos h3 {
  color: #2c92a6;
  margin-bottom: 15px;
}

.cta-bichos p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* botón */
.btn-bichos {
  display: inline-block;
  padding: 12px 25px;
  background: #2c92a6;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-bichos:hover {
  background: #1f6d7a;
}/* End custom CSS */