@font-face {
  font-family: "Avigea";
  src: url("./fonts/Avigea.woff2") format("woff2"),
       url("./fonts/Avigea.woff") format("woff"),
       url("./fonts/Avigea.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo500";
  src: url("./fonts/museo-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ponder";
  src: url("./fonts/ponder.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body.page-template-page-7desetembro #header,
body.page-template-page-7desetembro footer,
body.page-template-page-7desetembro .page-preloader {
  display: none !important;
}

body.page-template-page-7desetembro {
  background: #f7f1e7;
}

.page-template-page-7desetembro #content.sete-page {
  margin: 0;
  padding: 0;
}
.azul-sete {
  color: #2744b3;
}
.museo500 {
  font-family: "Museo500", "Poppins", sans-serif;
}
.ponder {
  font-family: "Ponder", "Poppins", sans-serif;
}
.sete-page {
  color: #232323;
  font-family: "Museo500", "Poppins", sans-serif;
  overflow: hidden;
}

.sete-page *,
.sete-page *::before,
.sete-page *::after {
  box-sizing: border-box;
}

.sete-page__shell {

  z-index: 99;
}

.sete-hero {
  position: relative;
  padding: 0rem;
  background: transparent;
    background: #ffefcb url("./imgs/bg-secao1.jpg") center top / cover no-repeat;
}

#historia {
  position: relative;
  background: #ffefcb;
}
#bottom-historia {
  width: 100%;
  position: absolute;
  bottom: 0;
}



.sete-hero .container,
.sete-section .container {
  position: relative;
  z-index: 1;
  max-width: 1120px;
}

.sete-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem 1.4rem;
  padding-top: 0.5rem;
  margin-bottom: 3.75rem;
  text-transform: uppercase;
}

.sete-nav a {
  color: #2e2e2e;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.sete-nav a:first-child {
  color: #fff;
  background: #0048c9;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

.sete-hero__brand {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(360px, 520px);
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  width: min(100%, 1080px);
  max-width: 1080px;
  margin: 15vh auto;
}

.sete-hero__logo {
  width: 100%;
  max-width: 300px;
  justify-self: center;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.16));
}

.sete-hero__headline {
  max-width: 430px;
}

.sete-eyebrow {
  margin: 0 0 0.5rem;
  color: #1550b5;
  font-family: "Museo500", "Poppins", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.sete-hero__headline h1 {
  margin: 0;
  color: #1240a3;
  font-family: "Avigea", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 4.25rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.sete-hero__year {
  display: block;
  margin-top: 0.9rem;
  color: #ffb500;
  font-family: "Avigea", Georgia, serif;
  font-size: clamp(2.2rem, 4.8vw, 5.1rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.sete-hero__year strong {
  display: block;
  font-weight: 400;
}

.sete-hero__frames {
  position: relative;
  width: 100%;
  margin: 2rem auto 0;
  padding: 0 1rem;
}

.sete-hero__frames img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 20px 28px rgba(65, 35, 0, 0.28));
}

.sete-section {
  position: relative;
  padding: 0rem 0;
}

.sete-section--historia {
    margin-top:-50px;
    min-height: 100vh;
   
}

.bg-historia {
  /*background: #333 url("./imgs/bg-historia-top.jpg") center bottom / cover no-repeat;*/
  height: 50vh;
}

.sete-section--memorial {
  background: #fff;
}


.sete-section--circuito {
  padding: 5rem 0;
  background:
    linear-gradient(rgba(255, 190, 0, 0.9), rgba(255, 190, 0, 0.9)),
    url("./imgs/bg-circuito.jpg") center / cover no-repeat;
}

.sete-section--contato {
  padding: 5rem 0;
  z-index: 1;
  min-height: 100vh;
  background:
    #FFF url("./imgs/bg-contato.jpg") center bottom / cover no-repeat;
}

.sete-section__title-wrap {
  text-align: center;
  margin-bottom: 4.5rem;
}

.sete-section__title {
  margin: 0;
  color: #111;
  font-family: "Avigea", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.sete-section__divider {
  width: 170px;
  max-width: 100%;
  margin-top: 0.55rem;
}

.sete-copy {
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.8;
}

.sete-copy p:last-child {
  margin-bottom: 0;
}

.sete-historia__map {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
}

.sete-historia__map img {
  width: 100%;
}

.sete-historia__map p {
  position: absolute;
  right: 0;
  bottom: 1.2rem;
  max-width: 120px;
  margin: 0;
  color: #7d6b32;
  font-family: "Ponder", "Poppins", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sete-memorial {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}

.sete-memorial__gallery {
  width: min(100%, 760px);
}

.sete-memorial__trigger {
  display: block;
}

.sete-memorial__art {
  width: 100%;
  display: block;
  cursor: pointer;
}

.sete-memorial__links {
  display: none;
}

.sete-memorial__copy {
  max-width: 300px;
  text-align: center;
  color: #4f4f4f;
  font-family: "Ponder", "Poppins", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sete-circuito {
width: 100%;
}

.sete-circuito__info {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1.75rem;
  padding: 2rem 2rem 1.8rem;
  box-shadow: 0 18px 40px rgba(140, 79, 0, 0.15);
}

.sete-circuito__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sete-circuito__info li {
  position: relative;
  padding-left: 1.6rem;
  color: #1240a3;
  font-family: "Ponder", "Poppins", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sete-circuito__info li + li {
  margin-top: 1rem;
}

.sete-circuito__info li::before {
  content: "";
  position: absolute;
  top: 0.42rem;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #1240a3;
}

.sete-circuito__image {
  position: relative;
  text-align: center;
}

.sete-circuito__image img {
  width: 100%;
  filter: drop-shadow(0 22px 34px rgba(124, 71, 0, 0.18));
}

.sete-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.8rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: #1847cf;
  color: #fff;
  font-family: "Museo500", "Poppins", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(24, 71, 207, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.sete-button:hover,
.sete-button:focus {
  color: #fff;
  background: #123bb1;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(24, 71, 207, 0.32);
}

.sete-circuito__image .sete-button {
  position: absolute;
  right: 3%;
  bottom: 13%;
}

.sete-contato__badge {
  text-align: center;
}

.sete-contato__badge img {
  width: min(100%, 280px);
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.15));
}

.sete-form {
  max-width: 560px;
  margin-left: auto;
}

.sete-form input,
.sete-form textarea {
  width: 100%;
  border: 1.5px solid #8ab0ff;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.86);
  color: #1240a3;
  font-family: "Museo500", "Poppins", sans-serif;
  font-size: 0.95rem;
  padding: 0.95rem 1.1rem;
  outline: none;
}

.sete-form input::placeholder,
.sete-form textarea::placeholder {
  color: #6f8dc5;
  text-transform: uppercase;
}

.sete-form input:focus,
.sete-form textarea:focus {
  border-color: #1847cf;
  box-shadow: 0 0 0 4px rgba(24, 71, 207, 0.12);
}

.sete-button--submit {
  min-width: 140px;
}

.sete-footer-art {
  margin-top: -50px;
  min-height: 500px;
  z-index: 999!important;

}

.sete-footer-art img {
  display: block;
  width: 100%;
}

@media (max-width: 991.98px) {
  .sete-hero {
    padding-top: 1.5rem;
  }

  .sete-hero__brand,
  .sete-circuito {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sete-hero__headline {
    max-width: none;
  }

  .sete-copy {
    max-width: none;
    text-align: center;
  }

  .sete-circuito__image .sete-button {
    position: static;
    margin-top: 1.5rem;
  }

  .sete-form {
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .sete-section {
    padding: 4rem 0;
  }

  .sete-hero__frames {
    margin-top: 1.25rem;
  }

  .sete-nav {
    gap: 0.65rem;
    margin-bottom: 4rem;
  }

  .sete-nav a {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .sete-historia__map p {
    position: static;
    max-width: 100%;
    margin-top: 1rem;
    text-align: center;
  }

  .sete-circuito__info {
    padding: 1.5rem;
  }

  .sete-circuito__info li {
    font-size: 0.88rem;
  }

  .sete-button {
    width: 100%;
  }
}
