* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

@font-face {
  font-family: "Lineal";
  src: url("../assets/fonts/lineal/Static/WEB/Lineal-Regular.woff2") format("woff2"), url("../assets/fonts/lineal/Static/WEB/Lineal-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Lineal";
  src: url("../assets/fonts/lineal/Static/WEB/Lineal-Bold.woff2") format("woff2"), url("../assets/fonts/lineal/Static/WEB/Lineal-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Lineal";
  src: url("../assets/fonts/lineal/Static/WEB/Lineal-Black.woff2") format("woff2"), url("../assets/fonts/lineal/Static/WEB/Lineal-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
body {
  font-family: "Lineal", sans-serif;
  color: #ffffff;
}

html, body {
  min-height: 100%;
}

body {
  color: #ffffff;
  font-family: "Source Code Pro", monospace;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

main {
  display: block;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  color: #ffffff;
  padding: 0.75rem 1rem;
  transition: background-color 0.3s ease;
}
.header--scrolled {
  background-color: #3B3D00;
}
.header__container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 140px;
  height: auto;
  display: block;
}
.header__social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.5rem;
  transition: opacity 0.15s ease;
}
.header__social-link:hover {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .header {
    padding: 0rem 2rem;
  }
  .header__logo {
    width: 160px;
  }
}

.hero {
  background: #3B3D00;
  color: #ffffff;
  padding: 2rem 1rem 3rem;
  position: relative;
  overflow: hidden;
  margin-top: -150px;
}
.hero__shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero__shape {
  position: absolute;
  object-fit: contain;
}
.hero__shape--bottom-left {
  bottom: 27px;
  left: -30px;
  width: 298px;
  height: 563px;
}
.hero__shape--top-right {
  top: 0;
  right: -36px;
  width: 360px;
  height: 300px;
}
.hero__shape--desktop-top-right, .hero__shape--desktop-bottom-right, .hero__shape--desktop-bottom-left {
  display: none;
}
.hero__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-top: 150px;
  padding-bottom: 150px;
  transform: scale(1.2);
}
.hero__titles {
  display: grid;
  place-items: center;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.hero__arc-wrap {
  position: relative;
  width: clamp(12rem, 28vw, 20rem);
  height: clamp(12rem, 28vw, 20rem);
}
.hero__arc {
  --span: 90deg;
  --step: calc(var(--span) / (var(--count) - 1));
  position: absolute;
  inset: 0;
}
.hero__arc-letter {
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: bottom left;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(1.8rem, 5vw, 4.2rem);
  transform: rotate(calc(var(--start) + var(--step) * var(--i))) translateX(var(--radius)) rotate(90deg);
  white-space: pre;
}
.hero__arc--grand .hero__arc-letter {
  color: #ea2b2b;
}
.hero__arc--opening .hero__arc-letter {
  color: #ffffff;
}
.hero__arc--title .hero__arc-letter:nth-child(-n+5) {
  color: #ea2b2b;
}
.hero__arc--title .hero__arc-letter:nth-child(6) {
  color: transparent;
}
.hero__arc--title .hero__arc-letter:nth-child(n+7) {
  color: #ffffff;
}
.hero__date-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__date-img {
  width: 100%;
  max-width: 320px;
  height: 120px;
  object-fit: contain;
  pointer-events: none;
  scale: 2.5;
  z-index: 0;
}
.hero__date {
  font-size: clamp(2rem, 3.5vw, 2.2rem);
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero__date-img {
    display: none;
  }
  .hero__date {
    margin-top: 0;
  }
  .hero__inner {
    transform: scale(1.4);
    position: relative;
    z-index: 1;
  }
}
.hero .u-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1024px) {
  .hero {
    padding: 3rem 2rem 4rem;
    height: 80vh;
  }
  .hero__shape--bottom-left, .hero__shape--top-right {
    display: none;
  }
  .hero__shape--desktop-top-right, .hero__shape--desktop-bottom-right, .hero__shape--desktop-bottom-left {
    display: block;
  }
  .hero__shape--desktop-top-right {
    top: -40px;
    right: -80px;
    width: min(32vw, 470px);
    height: min(34vw, 500px);
  }
  .hero__shape--desktop-bottom-right {
    bottom: -83px;
    right: 0px;
    width: min(36vw, 520px);
    height: min(24vw, 350px);
  }
  .hero__shape--desktop-bottom-left {
    bottom: -44px;
    left: 0;
    width: min(27vw, 390px);
    height: min(26vw, 380px);
  }
  .hero__arc-wrap {
    width: clamp(16rem, 26vw, 24rem);
    height: clamp(16rem, 26vw, 24rem);
  }
  .hero__arc-letter {
    font-size: clamp(2.6rem, 5vw, 6rem);
  }
  .hero__date {
    margin-right: -280px;
  }
}

.about {
  background-color: #ffffff;
  color: #3B3D00;
  padding: 3rem 1.5rem 0;
  text-align: center;
  overflow: hidden;
}
.about__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.about__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
}
.about__content .about__shape {
  display: none;
  width: 166px;
  height: 477px;
  position: absolute;
  object-fit: contain;
  pointer-events: none;
}
.about__content .about__shape--left {
  left: -120px;
  top: -50px;
}
.about__content .about__shape--right {
  right: -140px;
  top: -120px;
}
.about__star {
  width: 120px;
  height: auto;
  margin-bottom: 1rem;
}
.about__text {
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  line-height: 1.6;
  max-width: 600px;
}
.about__text strong {
  font-weight: 900;
}
.about__qg {
  font-family: "Lineal", sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.about__cta {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  margin-top: 0.5rem;
  color: #3B3D00;
}
.about__logo {
  width: 100%;
  margin-top: 2rem;
  overflow: hidden;
}
.about__logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 75px;
}
.about #about-title {
  font-size: clamp(2.15rem, 2.5vw, 2.4rem);
}
@media (min-width: 1024px) {
  .about {
    padding: 5rem 2rem 0;
    margin-top: -140px;
  }
  .about__content {
    padding: 0 4rem;
  }
  .about__content .about__shape {
    display: block;
  }
  .about__star {
    width: 180px;
    align-self: flex-start;
    margin-left: 2rem;
  }
  .about__text {
    max-width: 700px;
  }
  .about__logo {
    margin-top: 3rem;
  }
}

.footer {
  background-color: #3B3D00;
  color: #ffffff;
  padding: 2.5rem 1rem;
  text-align: center;
  font-family: "Source Code Pro", monospace;
  position: relative;
  z-index: 1;
}
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.footer__middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.footer__logo img {
  max-width: 280px;
  height: auto;
  margin-top: -40px;
}
.footer__tagline {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  margin-top: 0.75rem;
  text-transform: uppercase;
}
.footer__divider {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0;
  margin-top: -50px;
}
.footer__title {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 1.25rem;
  font-family: "Lineal";
}
.footer__social-icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 2.5rem;
}
.footer__social-icons a:hover {
  opacity: 0.8;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 1.1rem;
}
.footer__address {
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.footer__phone {
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.footer__email {
  font-weight: 900;
  font-size: 1.2rem;
  display: block;
  word-break: break-all;
}
.footer__middle {
  order: 1;
}
.footer__hours {
  order: 2;
}
.footer__contact {
  order: 3;
}
@media (min-width: 1024px) {
  .footer {
    padding: 5rem 2rem;
    margin-top: -60px;
  }
  .footer__container {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    align-items: start;
    gap: 4rem;
  }
  .footer__middle {
    order: unset;
  }
  .footer__hours {
    order: unset;
    text-align: left;
  }
  .footer__contact {
    order: unset;
    text-align: right;
  }
  .footer__list {
    text-align: left;
  }
}

.footer__credits {
  margin-top: 2rem;
  font-size: 0.95rem;
  opacity: 0.95;
}
.footer__credits a {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__credits-logo {
  height: 55px;
  width: auto;
  display: inline-block;
}
.footer__credits-text {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .footer__credits {
    margin-top: 3rem;
  }
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  padding-inline: 30px;
}
.countdown__title-img {
  display: none;
}
.countdown__block {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.countdown__card {
  display: flex;
  gap: 6px;
}
.countdown__label {
  margin-top: 10px;
  font-family: "Lineal", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.08em;
}
.countdown__figure {
  position: relative;
  height: 70px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
}
.countdown__figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Lineal", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 70px;
  color: #3B3D00;
  text-align: center;
}
.countdown__top, .countdown__top-back {
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden;
}
.countdown__top {
  z-index: 3;
  background-color: #fafafa;
  border-radius: 8px 8px 0 0;
  transform-origin: 50% 100%;
  transform: perspective(200px);
}
.countdown__top:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown__bottom {
  z-index: 1;
}
.countdown__bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.countdown__bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 8px 8px 0 0;
}
.countdown__bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown__bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown__top-back {
  z-index: 4;
  bottom: 0;
  background-color: #ffffff;
  transform-origin: 50% 0;
  transform: perspective(200px) rotateX(180deg);
  border-radius: 0 0 8px 8px;
}
.countdown__top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown__top--flip {
  animation: countdown-flip-top 0.6s ease-out forwards;
}
.countdown__top-back--flip {
  animation: countdown-flip-top-back 0.6s ease-out forwards;
}
@media (max-width: 1023px) {
  .countdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px;
    max-width: 360px;
    padding-inline: 30px;
  }
  .countdown .countdown__block--jours {
    grid-column: 1;
    grid-row: 1/4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .countdown .countdown__block--jours .countdown__card {
    flex: 1;
    display: flex;
    gap: 6px;
    align-items: stretch;
  }
  .countdown .countdown__block--jours .countdown__figure {
    width: 70px;
    height: 100%;
    min-height: 165px;
    border-radius: 10px;
  }
  .countdown .countdown__block--jours .countdown__figure > span {
    font-size: 5rem;
    line-height: 165px;
  }
  .countdown .countdown__block--heures {
    grid-column: 2;
    grid-row: 1;
  }
  .countdown .countdown__block--minutes {
    grid-column: 2;
    grid-row: 2;
  }
  .countdown .countdown__block--secondes {
    grid-column: 2;
    grid-row: 3;
  }
  .countdown .countdown__block--heures .countdown__figure,
  .countdown .countdown__block--minutes .countdown__figure,
  .countdown .countdown__block--secondes .countdown__figure {
    width: 45px;
    height: 55px;
  }
  .countdown .countdown__block--heures .countdown__figure > span,
  .countdown .countdown__block--minutes .countdown__figure > span,
  .countdown .countdown__block--secondes .countdown__figure > span {
    font-size: 2.2rem;
    line-height: 55px;
  }
}
@media (min-width: 1024px) {
  .countdown {
    gap: 24px;
  }
  .countdown__title-img {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 600/120;
    position: absolute;
    top: -110%;
    left: -73.1%;
    transform: scale(1.8);
    transform-origin: top left;
    object-fit: contain;
    pointer-events: none;
  }
  .countdown__card {
    gap: 8px;
  }
  .countdown__figure {
    width: 60px;
    height: 80px;
    border-radius: 10px;
  }
  .countdown__figure > span {
    font-size: 3.8rem;
    line-height: 80px;
  }
  .countdown__top {
    border-radius: 10px 10px 0 0;
  }
  .countdown__bottom-back {
    border-radius: 10px 10px 0 0;
  }
  .countdown__top-back {
    border-radius: 0 0 10px 10px;
  }
  .countdown__label {
    font-size: 1rem;
    margin-top: 12px;
  }
}

@keyframes countdown-flip-top {
  0% {
    transform: perspective(200px) rotateX(0deg);
  }
  100% {
    transform: perspective(200px) rotateX(-180deg);
  }
}
@keyframes countdown-flip-top-back {
  0% {
    transform: perspective(200px) rotateX(180deg);
  }
  100% {
    transform: perspective(200px) rotateX(0deg);
  }
}
.slider {
  width: 90%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  top: -40px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.slider .slider__swiper {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.slider .swiper-slide {
  overflow: hidden;
}
.slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  padding: 5px;
  background: #ffffff;
  background-clip: content-box;
  opacity: 0.5;
  box-sizing: content-box;
}
.slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.slider .swiper-button-prev,
.slider .swiper-button-next {
  position: static;
  margin-top: 0;
  color: #3B3D00;
  flex-shrink: 0;
}
.slider .swiper-button-prev::after,
.slider .swiper-button-next::after {
  font-size: 2.5rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .slider {
    width: 44%;
    top: -7vw;
  }
}

.slider2 {
  margin-top: 155px;
  width: 140%;
  overflow: visible;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.slider2 .slider2__swiper {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.slider2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  padding: 5px;
  background: #ffffff;
  background-clip: content-box;
  opacity: 0.5;
  box-sizing: content-box;
}
.slider2 .swiper-pagination-bullet-active {
  opacity: 1;
}
.slider2 .swiper-button-prev,
.slider2 .swiper-button-next {
  position: static;
  margin-top: 0;
  color: #3B3D00;
  flex-shrink: 0;
}
.slider2 .swiper-button-prev::after,
.slider2 .swiper-button-next::after {
  font-size: 2.5rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .slider2 {
    width: 70%;
  }
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.lightbox.is-active {
  display: flex;
}
.lightbox__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
.lightbox__content img,
.lightbox__content video {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
}
.lightbox__close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
  background: none;
  border: none;
  line-height: 1;
}
.lightbox__close:hover {
  color: #3B3D00;
}

/*# sourceMappingURL=main.css.map */
