html, body {
  overflow-x: hidden;
}

/*  Hero Section  */
.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 7rem;
}

.hero-image {
  flex: 1;
  max-width: 45rem;
  padding-right: 8rem;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

#hero-image-secundary {
  padding-right: 2.5rem;
  padding-left: 4rem;
}

.hero-text {
  flex: 1;
  max-width: 37.5rem;
}

#hero-text-secundary {
  max-width: 28rem;
}

.hero-subtitle {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #000;
}


#nombre-campana{

  font-size: 3rem;
}

#hero-subtitle-secundary {
  font-size: 1.4rem;
  margin-top: 4rem;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: normal;
  color: #f4c15d;
  line-height: 1.4;
}

#hero-title-secundary {
  font-family: 'Prata', 'Georgia', serif;
  font-size: 3rem;
}

/*  Sections  */
.book-promo, .patreon, .notebooks, .social {
  padding: 2rem;
  text-align: center;
}

.book-promo h2, .notebooks h2, .social h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}



/*  Notebook Images  */
.notebook-images {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 1rem;
  height: 42rem;
}

.notebooks-images a{
  width: 45%;
}
.notebook-images a img{
  width: 100%;
  height: auto;
}

.img1 {
  align-self: flex-start;
}

.img2 {
  align-self: flex-end;
}

/*  Quote  */
.quote {
  padding: 2rem;
  margin: 2rem auto;
  width: 100%;
  max-width: 100vw;
  font-size: 1.7rem;
  font-family: 'Georgia', serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quote p {
  max-width: 50rem;
}

.quote-autor {
  font-size: 1.3rem;
  padding-top: 2rem;
}

/*  Gallery  */
.gallery-socialnetworks {
  max-width: 100vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 1.5rem;
  padding-top: 2.6rem;
}

.gallery-socialnetworks a img {
  width: 100%;
aspect-ratio: 1 / 1;
  object-fit: cover;
}

/*  Footer  */
.social-links {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.logo-pie {
  width: 10rem;
  height: auto;
}





@media (max-width: 1024px) {


  
  .notebook-images {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .notebook-images a{

    width: 90%;
  }
  .notebook-images a img {
    width: 100%;
    align-self: auto;
  }

 



  .hero-image {
  max-width: 100%;
  padding-right: 8rem;
}

  .hero-section{
    padding: 1rem;
  }
}

@media (max-width: 768px) {

  .hero-section {
    flex-direction: column;
    padding: 2rem 1rem;
    text-align: center;
  }

  .hero-image,
  .hero-text {
    padding: 0;
    max-width: 100%;
  }

  .hero-title {
    font-size: 2rem;
  }

  .gallery-socialnetworks {
 
  grid-template-columns: repeat(2, 1fr);
 
}


  .notebook-images a {

    width: 100%;

  }
  .notebook-images a img {
    width: 100%;
  }

 
}

@media (max-width: 480px) {
   .gallery-socialnetworks {
 
  grid-template-columns: repeat(1, 1fr);
 
}
  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle,
  .quote,
  .quote-autor {
    font-size: 1rem;
  }

  .btn {
    padding: 0.4rem 0.8rem;
  }

  .logo-header {
    width: 4rem;
  }

  .logo-pie {
    width: 7rem;
  }

  .book-promo h2,
  .notebooks h2,
  .social h2 {
    font-size: 1.4rem;
  }
}

@media (min-width: 1440px) {

  .hero-section {
    padding: 6rem 10rem;
  }

  .hero-title {
    font-size: 4rem;
  }

  .quote {
    font-size: 2rem;
  }

 
}





