/* Manifiesto · página de marca */
.manifesto-page {
  background: #F4F3EE;
  color: #1E1C18;
}

.manifesto-wrap {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  box-sizing: border-box;
}

.manifesto-hero {
  padding: 82px 0 46px;
  border-bottom: 1px solid #E7E4DC;
}

.manifesto-kicker {
  display: block;
  margin: 0 0 2.4rem;
  font-family: var(--sans);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6E675A;
}

.manifesto-hero h1 {
  margin: 0;
  font-family: var(--sans) !important;
  font-size: clamp(5.4rem, 5.2vw, 7.4rem);
  font-weight: 400 !important;
  line-height: 1.02;
  letter-spacing: -.025em;
  color: #1E1C18;
}

.manifesto-content {
  width: min(100%, 780px);
  padding: clamp(4.8rem, 7vw, 7.2rem) 0 8rem;
  font-family: var(--sans);
}

.manifesto-content > p,
.manifesto-content > ul,
.manifesto-content > ol {
  margin: 0 0 2.2rem;
  font-size: 1.72rem;
  line-height: 1.82;
  color: #55514A;
}

.manifesto-content > p:first-child {
  margin-bottom: 4.8rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 2.2vw, 2.5rem);
  font-style: italic;
  line-height: 1.6;
  color: #393631;
}

.manifesto-content h2,
.manifesto-content h3 {
  color: #1E1C18;
}

.manifesto-content h2 {
  margin: 5.8rem 0 2.2rem;
  font-family: var(--serif) !important;
  font-size: clamp(3.2rem, 4vw, 4.3rem);
  font-weight: 400 !important;
  line-height: 1.16;
  scroll-margin-top: 136px;
}

.manifesto-content h3 {
  margin: 4.2rem 0 1.6rem;
  font-family: var(--sans) !important;
  font-size: 2rem;
  font-weight: 400 !important;
  line-height: 1.3;
}

.manifesto-content strong,
.manifesto-content b {
  font-weight: 600 !important;
  text-decoration: none !important;
  color: #292725;
}

.manifesto-content a {
  color: var(--petrol, #49636A);
  text-decoration-color: rgba(73, 99, 106, .35);
  text-underline-offset: .16em;
}

.manifesto-content em {
  color: #6E675A;
}

.manifesto-content .manifesto-register {
  padding: 2.2rem 0;
  border-block: 1px solid #E7E4DC;
}

.manifesto-content .manifesto-register p {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.7;
}

.manifesto-content .manifesto-register p + p {
  margin-top: .8rem;
  font-size: 1.35rem;
}

.manifesto-content .fecha-actualizacion {
  margin-top: 5rem;
  padding-top: 2rem;
  border-top: 1px solid #E7E4DC;
  font-size: 1.35rem;
  color: #6E675A;
}

@media (max-width: 640px) {
  .manifesto-wrap {
    padding-inline: 20px;
  }

  .manifesto-hero {
    padding: 5.6rem 0 4rem;
  }

  .manifesto-hero h1 {
    font-size: 4.4rem;
  }

  .manifesto-content {
    padding: 4rem 0 5.6rem;
  }

  .manifesto-content > p,
  .manifesto-content > ul,
  .manifesto-content > ol {
    font-size: 1.65rem;
    line-height: 1.78;
  }

  .manifesto-content > p:first-child {
    margin-bottom: 4rem;
    font-size: 2rem;
  }

  .manifesto-content h2 {
    margin-top: 4.6rem;
  }
}
