	
		 body {
      background-color: #ddd;
      margin: 0;
    }

    header {
      height: 70px;
      padding: 20px 0;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 997;
      background-color: #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    header .logo h1 {
      font-size: 34px;
      margin: 0;
      padding: 0;
      font-family:'Indie Flower', cursive;
    }

    header .navbar ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
    }

    header .navbar ul li {
      margin-right: 20px;
    }

    header .navbar ul li:last-child {
      margin-right: 0;
    }

    header .navbar ul li a {
      display: block;
      padding: 10px 0;
      color: #333;
      text-decoration: none;
      transition: 0.3s;
      font-size: 20px;
      font-weight: 500;
      margin-top: 20px;
    }

    header .navbar ul li a:hover,
    header .navbar ul li.active a {
      color: purple;
    }

    h1 {
      margin: 0;
      font-family:'Indie Flower', cursive;
    }

    nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

    nav ul li {
      display: inline-block;
      margin-right: 10px;
    }

    nav ul li a {
      color: black;
      text-decoration: none;
      font-family: 'Indie Flower', cursive;
      font-size: 16pt;
    }

     .wave {
      height: 100px;
      width: 100%;
      /* Cambiamos el ancho al 100% */
      background: -webkit-linear-gradient(to right, #fca1cd, #f8b1d3);
      background: linear-gradient(to right, #C4B0AC, #C4B0AC);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
    }

    a {
  color: #333;
  text-decoration: none;
  font-family: 'Indie Flower', cursive;
}

a:hover {
  color: purple;
}


.redes-sociales img {
  width:20px; 
  height:20px; 
  top:-60px;
  position:relative;

}

.redes-sociales {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 999;
}

.redes-sociales a {
  display: inline-block;
  margin: 10px;
  transition: transform 0.3s ease;
}

.redes-sociales a:hover {
  transform: scale(1.2);
}



.subscription-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 450px;
}

.subscription-form h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.subscription-form input[type="text"],
.subscription-form input[type="email"] {
  width: 300px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.subscription-form button {
  padding: 10px 20px;
  background-color: #f44336;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.subscription-form button:hover {
  background-color: #e53935;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.horizontal-container {
  display: flex;
   flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color:#C4B0AC,;
  padding: 20px;
  margin-bottom:0;
  height: 50px;
  margin-top: 60px;

}


.horizontal-container h3 {
  font-size: 24px;
  margin-right: 20px;
  color: black;
  text-align: center;
  margin-top: -100px;
}

.horizontal-container h2 {
  font-size: 24px;
  margin-right: 20px;
  color: black;
  text-align: center;

}

.horizontal-container p {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  margin-top: -150px;
}

.vertical-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
  margin-top:-150px ;

}

.vertical-container .slider {
  width: 100%;
  max-width: 500px;
  height: 300px;
  margin-bottom: 20px;
}

.vertical-container .subscribe-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.vertical-container .subscribe-form input[type="text"],
.vertical-container .subscribe-form input[type="email"] {
  width: 300px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.vertical-container .subscribe-form button {
  padding: 10px 20px;
  background-color: #f44336;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.vertical-container .subscribe-form button:hover {
  background-color: #e53935;
}

.landing-page {
  text-align: center;
  padding: 25px;
  background-color: #f7f7f7;
  margin-top: 217px;
}

.landing-page h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.landing-page p {
  font-size: 26px;
  margin-bottom: 20px;
  font-family:'Indie Flower', cursive; ;
}

.landing-page .button {
  width: 20%;
  height: 10%;
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color:#C4B0AC ;
  border-radius: 5px;
  margin-top: 30px;
  margin: 0 auto;
}

.landing-page .button:hover {
  background-color: #0056b3;
}


.landing-page .portada {
  width: 360px;
  height: 300px;
  border-radius: 0px;
  margin:20px;
  overflow: hidden;
  transition: transform 0.3s ease;
  
  
}

.landing-page .portada:hover {
  transform: scale(1.3);
}


.landing-page img {
  width: 250px;
  height: 300px;
  border-radius: 0 35px 35px 0;

}


.container {
  max-width:100%;
  margin: 0 auto;
}

.description-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.description-text {
  flex: 1;
  font-family: 'Indie Flower', cursive;;
}

.description-text h4 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Indie Flower', cursive;
}

.description-text p {
  font-size: 14px;
  font-family: 'Indie Flower', cursive;

}

.author-photo {
  display: flex;
  justify-content: center;
}

.author-photo img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 20px;
}

#mis-libros {
  margin-top: 20px;
}

#mis-libros h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contenedor {
  display: flex;
  overflow-x: auto;
  background-color:#ECD1CB;
  border-radius: 25px 20px;
}
#mis-libros .contenedor {
  margin-left: 40px;
  margin-right: 40px;
   margin-top: 90px;
  margin-bottom: 40px;
}

.libro-slider {
  display: flex;
  gap: 20px;
}

.libro {
  flex: 0 0 auto;
  width: 200px;
  text-align: center;
}

.libro img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.libro h3 {
  font-size: 16px;
  font-weight: bold;
}

.libro a {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #eee;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
}


footer {
  background-color:#D29F94;
  color: black;
  padding: 10px;
  text-align: center;
  font-family: 'Indie Flower', cursive;
 
 
}

footer p {
  margin:0;


}
.primera {
  font-family: Arial, sans-serif;
  font-size: 18px;
  animation: aparecer 3s linear;
  overflow: hidden;
  white-space: nowrap;

}

@keyframes aparecer {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.container {
  font-family: Arial, sans-serif;
}

.contacto {
  font-size: 16px;
}

.derechos {
  font-size: 16px;
}

.maquina {
  margin-top: 20px;
}



      
.container {
    background-color:#D6BBCB;
    padding: 20px;
    margin-top: 100px;
  }

  .book-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 10px;
  }

  .book {
    width: 30%;
    margin-bottom: 20px;
    padding: 10px;
    background-color:#BCB1BF ;
    border-radius: 10px;
     display: flex;
    flex-direction: column;
    align-items: center; 0
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
    transition: box-shadow 0.3s ease;
    
  }


  .book:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
  }

  .book img {
    max-width: 100%;
    height: auto;
    border-radius: 8px 25px 25px 8px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
    transition: box-shadow 0.3s ease;
  }

  .book img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); 
  }



  .book-title {
    font-weight: bold;
    margin-top: 10px;
  }

  .book-synopsis {
    margin-top: 5px;
    height: 80px; 
    overflow: auto; 
    padding: 5px;
  }

  .book-reviews {
    margin-top: 10px;
    display: flex;
  align-items: center;
  color: #888;
  font-size: 14px;
  }

  .star {
    color:  #d49c07
;
  }

  .star::after {
  content: attr(data-reviews);
  margin-left: 5px;
}

   .book-buy-link {
    margin-top: 10px;
    text-align: center;
  }


   .book-buy-link a {
    text-decoration: none;
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .book-buy-link a:hover {
    background-color: #555;
  }


.star {
      display: inline-block;
      font-size: 20px;
      color: #ffd700; /* Color de las estrellas llenas */
    }

    .empty-star {
      color: #e5e5e5; /* Color de las estrellas vacías */
    }

    .star-container {
      display: inline-block;
    }

    .review-rating {
      display: inline-block;
      font-weight: bold;
      margin-left: 5px;
    }

    .review-count {
      display: inline-block;
      margin-left: 5px;
    }



/*    byMe*/
 
 #home {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.bio-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}

.image-container {
  flex: 0 0 300px;
  margin-right: 10px;
}

.image-container img {
  width: 100%;
  border-radius: 10%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-right: 30px;
  margin-top: -100px;
}

.text-container {
  flex: 1;
}

.text-container h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.text-container p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: justify;
}

.text-container blockquote {
  font-size: 18px;
  font-style: italic;
  padding-left: 20px;
  border-left: 6px solid #ccc;
}

.text-container blockquote p {
  margin: 0;
}

.text-container a {
  color: #333;
  text-decoration: underline;
}

.text-container a[href="https://www.blogger.com/"] {
  color: #ff0000;
}


h2 {
  position: relative;
  font-size: 24px;
}

h2 {
  position: relative;
  font-size: 24px;
}

h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff0000; /* Color inicial */
  transition: background-color 0.3s ease-in-out;
}

h2:hover::after {
  background-color: #00ff00; /* Color al pasar el cursor */
}

blockquote {
  position: relative;
  padding-left: 20px;
  font-style: italic;
  transition: transform 0.3s ease-in-out;
}

blockquote::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background-color: #ff0000; /* Color de la línea vertical */
  transition: background-color 0.3s ease-in-out;
}

blockquote:hover {
  transform: scale(1.1); /* Efecto de escala al pasar el cursor */
}

blockquote:hover::before {
  background-color: #00ff00; /* Color de la línea vertical al pasar el cursor */
}

blockquote p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Efecto de sombra en el texto */
}





/*el estilo del universo*/

.carti-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 0.1fr));
  grid-gap:10px;
}


.container-grid {
  margin: 20px;
  width: 800px;
  height: 500px;
  background-color: #ccf9e6;


}

.carti {
  padding: 20px;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 18px;
}

.carti img {
  width: 100%;
  height: auto;
  max-height: 300px;
}

h2{
  padding: 20px;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 24px;

}
.carti h2.subtitulo-animado {
          overflow: hidden;
          white-space: nowrap;
          animation: escribir 7s steps(13, end);}

            @keyframes escribir {
               0% {
               width: 0;
            }
               9% {
               width: 10%;
               }
              18% {
              width: 20%;
              }

              27% {
              width: 30%;
              }
               37% {
              width: 40%;
              }
               46% {
              width: 50%;
              }
               55% {
              width: 60%;
              }
  
             100% {
             width: 100%;
          }
            }

            .carti:nth-child(1) {
             background-color: #0C5F79; 
}

             .carti:nth-child(2) {
             background-color: #F67E64; 
}
             .carti:nth-child(3) {
             background-color: #F0F0F0; 
}

             .carti:nth-child(4) {
             background-color: #BCBDD3; 
}
             .carti:nth-child(5) {
             background-color: #708CF1; 
}

             .carti:nth-child(6) {
             background-color: #6A041C; 
}

            .carti:nth-child(7) {
             background-color: #AF1119; 
}

             .carti:nth-child(8) {
             background-color: #BDA9A9; 
}
             .carti:nth-child(9) {
             background-color: #7B406E; 
}

             .carti:nth-child(10) {
             background-color: #16D6D; 
}

             .carti:nth-child(11) {
             background-color: #CAEB00; 
}

             .carti:nth-child(12) {
             background-color: #B5EAD7; 
}

            .carti:nth-child(13) {
             background-color: #3C7B77; 
}

             .carti:nth-child(14) {
             background-color: #B60630; 
}
             .carti:nth-child(15) {
             background-color: #03BBB0; 
}

             .carti:nth-child(16) {
             background-color: #B95929; 
}

             .carti:nth-child(17) {
             background-color: #56758F; 
}


/*pg de contacto*/

 .cont {
   display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 550px;
}

.cont h1 {
  font-size: 48px;
  margin: 0;
  margin-top: -150px;
}

.contact-section {
  background-color: #f2f2f2;
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.contact-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.contact-section p {
  font-size: 18px;
  margin-bottom: 40px;
}

.contact-section form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section form input[type="text"],
.contact-section form input[type="email"],
.contact-section form textarea {
  width: 300px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 2px solid #ccc;
}

.contact-section form textarea {
  height: 150px;
}

.contact-section form input[type="submit"] {
  padding: 10px 20px;
  background-color: #d8b0f5;
  color: black;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-section form input[type="submit"]:hover {
  background-color: #d8b0f5;}