@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.otf');
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Black';
  src: url('../fonts/Gotham-Black.otf');
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/Gotham-Medium.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-Light.otf');
  font-weight: 400;
  font-style: normal;
}

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


.treizeci-de-ani-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

html {
  font-size: 16px;
}


.treizeci-de-ani-main .yellow-container {
  width: 100%;

  background-color: #f5ce00;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  padding-top: 16px;

  position: relative;
}

.treizeci-de-ani-main .yellow-container .title-wrapper {
  width: 100%;
  max-width: 30.5rem;
  height: 7.39rem;

  background-image: url('../img/30deani-2025/title-wrapper-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;

  @media (max-width: 992px) {
    width: 650px;
    height: 120px;
  }

  @media (max-width: 768px) {
    background-image: url('../img/30deani-2025/title-wrapper-background-mobile.png');
    height: 220px;
    width: 370px;
  }
}

.treizeci-de-ani-main .yellow-container .title-wrapper .title {
  font-family: 'Gotham Black';
  font-weight: 700;
  text-transform: uppercase;
  color: #00609c;
  font-size: 1.6rem;
  margin: 0;

  @media (max-width: 768px) {
    display: none;
  }
}

.treizeci-de-ani-main .yellow-container .title-wrapper .title-mobile {
  display: none;

  @media (max-width: 768px) {
    display: block;
    font-size: 32px;
  }
}

.treizeci-de-ani-main .yellow-container .description-wrapper {
  width: 100%;
  max-width: 40rem;

  font-size: 1rem;
  color: #00609c;
  text-align: center;
  font-family: 'Gotham';
  font-weight: 600;

  padding-top: 1rem;
}

.treizeci-de-ani-main .yellow-container .description-wrapper b {
  font-family: 'Gotham Black';
  font-weight: 500;
}

.treizeci-de-ani-main
  .yellow-container
  .description-wrapper
  .description-desktop {
  display: block;

  @media (max-width: 768px) {
    display: none;
  }
}

.treizeci-de-ani-main
  .yellow-container
  .description-wrapper
  .description-mobile {
  display: none;

  @media (max-width: 768px) {
    display: block;
  }
}

.treizeci-de-ani-main .yellow-container .carousel-wrapper {
  width: 100%;
  height: 1000px;
  overflow: hidden;

  padding-top: 16px;
  padding-bottom: 128px;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  max-width: 1650px;

  @media (max-width: 1250px) {
    height: 875px;
  }

  @media (max-width: 992px), (max-height: 850px) {
    height: 750px;
  }

  @media (max-height: 850px) {
    max-width: 1250px;
  }

  @media (max-height: 650px) {
    height: 550px;
    padding-bottom: 64px;
    max-width: 1000px;
  }
}

.treizeci-de-ani-main .yellow-container .carousel-wrapper .carousel-container {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;

  transform: translateY(-50px);
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card {
  width: 350px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  user-select: none;
  pointer-events: none;
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.animated {
  transition: 1s all ease;
  will-change: transform;

  @media (max-width: 768px) {
    transition: 0.7s all ease;
  }
}

/* Carousel classes */

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--active {
  z-index: 3;
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--prev-1 {
  transform: scale(0.8) translateX(90px);
  z-index: 2;

  @media (max-width: 1250px) {
    transform: scale(0.8) translateX(175px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.8) translateX(250px);
  }

  @media (max-width: 768px) {
    transform: scale(0.8) translateX(225px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--next-1 {
  transform: scale(0.8) translateX(-90px);
  z-index: 2;

  @media (max-width: 1250px) {
    transform: scale(0.8) translateX(-175px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.8) translateX(-250px);
  }

  @media (max-width: 768px) {
    transform: scale(0.8) translateX(-225px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--prev-2 {
  transform: scale(0.7) translateX(325px);
  z-index: 1;

  @media (max-width: 1250px) {
    transform: scale(0.7) translateX(455px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.7) translateX(600px);
  }

  @media (max-width: 768px) {
    transform: scale(0.65) translateX(1000px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--next-2 {
  transform: scale(0.7) translateX(-325px);
  z-index: 1;

  @media (max-width: 1250px) {
    transform: scale(0.7) translateX(-455px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.7) translateX(-600px);
  }

  @media (max-width: 768px) {
    transform: scale(0.65) translateX(-1000px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--prev-3 {
  transform: scale(0.6) translateX(1050px);
  z-index: 0;

  @media (max-width: 1250px) {
    transform: scale(0.6) translateX(1175px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.6) translateX(1350px);
  }

  @media (max-width: 768px) {
    display: none;
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--next-3 {
  transform: scale(0.6) translateX(-1050px);
  z-index: 0;

  @media (max-width: 1250px) {
    transform: scale(0.6) translateX(-1175px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.6) translateX(-1350px);
  }

  @media (max-width: 768px) {
    display: none;
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--hidden {
  visibility: hidden;
}

/* Carousel classes transitions for next */

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--active-to-next-1 {
  transform: scale(0.8) translateX(347px);
  z-index: 2;

  @media (max-width: 1250px) {
    transform: scale(0.8) translateX(262px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.8) translateX(187px);
  }

  @media (max-width: 768px) {
    transform: scale(0.8) translateX(213px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--prev-1-to-active {
  transform: translateX(349px);
  z-index: 3;
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--prev-2-to-prev-1 {
  transform: scale(0.8) translateX(528px);
  z-index: 2;

  @media (max-width: 1250px) {
    transform: scale(0.8) translateX(613px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.8) translateX(687px);
  }

  @media (max-width: 768px) {
    transform: scale(0.8) translateX(663px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--prev-3-to-prev-2 {
  z-index: 1;
  transform: scale(0.7) translateX(825px);

  @media (max-width: 1250px) {
    transform: scale(0.7) translateX(955px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.7) translateX(1100px);
  }

  @media (max-width: 768px) {
    transform: none;
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--next-1-to-next-2 {
  transform: scale(0.7) translateX(175px);
  z-index: 1;

  @media (max-width: 1250px) {
    transform: scale(0.7) translateX(45px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.7) translateX(-100px);
  }

  @media (max-width: 768px) {
    transform: scale(0.65) translateX(-461px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--next-2-to-next-3 {
  z-index: 0;
  transform: scale(0.6) translateX(-465px);

  @media (max-width: 1250px) {
    transform: scale(0.6) translateX(-590px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.6) translateX(-767px);
  }

  @media (max-width: 768px) {
    transform: scale(0.65) translateX(-1153px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--next-3-to-outside {
  z-index: 0;
  transform: scale(0.6) translateX(-2450px);

  @media (max-width: 1250px) {
    transform: scale(0.6) translateX(-2325px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.6) translateX(-2151px);
  }

  @media (max-width: 768px) {
    transform: none;
  }
}

/* Carousel classes transitions for previous */

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--active-to-prev-1 {
  transform: scale(0.8) translateX(-347px);
  z-index: 2;

  @media (max-width: 1250px) {
    transform: scale(0.8) translateX(-262px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.8) translateX(-187px);
  }

  @media (max-width: 768px) {
    transform: scale(0.8) translateX(-213px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--next-1-to-active {
  transform: translateX(-349px);
  z-index: 3;
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--next-2-to-next-1 {
  transform: scale(0.8) translateX(-528px);
  z-index: 2;

  @media (max-width: 1250px) {
    transform: scale(0.8) translateX(-613px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.8) translateX(-687px);
  }

  @media (max-width: 768px) {
    transform: scale(0.8) translateX(-663px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--next-3-to-next-2 {
  z-index: 1;
  transform: scale(0.7) translateX(-825px);

  @media (max-width: 1250px) {
    transform: scale(0.7) translateX(-955px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.7) translateX(-1100px);
  }

  @media (max-width: 768px) {
    transform: none;
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--prev-1-to-prev-2 {
  transform: scale(0.7) translateX(-175px);
  z-index: 1;

  @media (max-width: 1250px) {
    transform: scale(0.7) translateX(-45px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.7) translateX(100px);
  }

  @media (max-width: 768px) {
    transform: scale(0.65) translateX(461px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--prev-2-to-prev-3 {
  z-index: 0;
  transform: scale(0.6) translateX(465px);

  @media (max-width: 1250px) {
    transform: scale(0.6) translateX(590px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.6) translateX(767px);
  }

  @media (max-width: 768px) {
    transform: scale(0.65) translateX(1153px);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card.card--prev-3-to-outside {
  z-index: 0;
  transform: scale(0.6) translateX(2450px);

  @media (max-width: 1250px) {
    transform: scale(0.6) translateX(2325px);
  }

  @media (max-width: 992px), (max-height: 850px) {
    transform: scale(0.6) translateX(2151px);
  }

  @media (max-width: 768px) {
    transform: none;
  }
}

/* Carousel styling transition ends here */

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-container
  .can-carousel-card
  img {
  width: auto;
  height: 1050px;
  pointer-events: none;

  @media (max-width: 1250px) {
    height: 875px;
  }

  @media (max-width: 992px), (max-height: 850px) {
    height: 725px;
  }

  @media (max-width: 768px) {
    height: 650px;
  }

  @media (max-height: 650px) {
    height: 535px;
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-control-btn {
  height: 70px;
  width: 41px;

  position: absolute;
  top: 40%;

  background-image: url('../img/30deani-2025/carousel-arrow-left.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;

  background-color: transparent;
  border: none;
  outline: none;

  @media (max-width: 768px) {
    height: 42px;
    width: 25px;

    top: initial;
    bottom: 64px;
  }

  @media (max-height: 850px) {
    top: 35%;
    transform: scale(0.75);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-control-btn-prev {
  left: 64px;

  @media (max-width: 1250px) {
    left: 32px;
  }

  @media (max-width: 992px) {
    left: 16px;
  }

  @media (max-width: 768px) {
    left: 150px;
  }

  @media (max-width: 568px) {
    left: 64px;
  }

  @media (max-height: 850px) {
    transform: scale(0.75);
  }

  @media (max-height: 650px) {
    transform: scale(0.5);
  }
}

.treizeci-de-ani-main
  .yellow-container
  .carousel-wrapper
  .carousel-control-btn-next {
  transform: rotate(180deg);
  right: 64px;

  @media (max-height: 850px) {
    transform: rotate(180deg) scale(0.75);
  }

  @media (max-height: 650px) {
    transform: rotate(180deg) scale(0.5);
  }

  @media (max-width: 1250px) {
    right: 32px;
  }

  @media (max-width: 992px) {
    right: 16px;
  }

  @media (max-width: 768px) {
    right: 150px;
  }

  @media (max-width: 568px) {
    right: 64px;
  }
}

.treizeci-de-ani-main .yellow-container .separation-line {
  width: 100%;
  height: 200px;

  position: absolute;

  background-image: url('../img/30deani-2025/section-separation-background.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;

  bottom: 0;
  transform: translateY(185px);

  @media (max-width: 768px) {
    height: 100px;
    transform: translateY(95px);
  }
}

.treizeci-de-ani-main .grey-container {
  width: 100%;

  background-color: #b4b7bb;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;

  padding-bottom: 64px;

  @media (max-width: 768px) {
    gap: 48px;
  }
}

.treizeci-de-ani-main .grey-container .top-part {
  width: 100%;
  margin-top: 150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 64px;

  @media (max-width: 1250px) {
    gap: 0px;
  }

  @media (max-width: 992px) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 42px;
  }

  @media (max-width: 768px) {
    margin-top: 100px;
  }
}

.treizeci-de-ani-main .grey-container .top-part .text-wrapper {
  width: 100%;
  max-width: 500px;

  text-align: left;

  display: flex;
  gap: 42px;
  flex-direction: column;
  padding-top: 150px;

  @media (max-width: 1250px) {
    width: fit-content;
  }

  @media (max-width: 992px) {
    padding-top: 0;
    text-align: center;
  }
}

.treizeci-de-ani-main .grey-container .top-part .text-wrapper p {
  font-size: 22px;
  margin: 0;

  font-family: 'Gotham';
  color: #00609c;

  @media (max-width: 576px) {
    font-size: 18px;
  }
}

.treizeci-de-ani-main .grey-container .top-part .text-wrapper p b {
  font-family: 'Gotham Black';
  font-weight: 500;
}

.treizeci-de-ani-main .grey-container .top-part .random-card-wrapper {
  width: 520px;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.treizeci-de-ani-main
  .grey-container
  .top-part
  .random-card-wrapper
  .random-card-container {
  width: 100%;
  height: 700px;

  background-image: url('../img/30deani-2025/card-wrapper.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;

  position: relative;

  @media (max-width: 576px) {
    height: 425px;
    background-size: contain;
  }
}

.treizeci-de-ani-main
  .grey-container
  .top-part
  .random-card-wrapper
  .random-card-container
  .random-card {
  width: 325px;
  height: 525px;

  display: flex;

  position: absolute;

  top: 105px;
  left: 105px;
  transform: rotate(4deg);

  @media (max-width: 576px) {
    width: 175px;
    height: 300px;

    top: 75px;
    left: 175px;
  }
}

.treizeci-de-ani-main
  .grey-container
  .top-part
  .random-card-wrapper
  .random-card-container
  .random-card
  img {
  width: 100%;
  object-fit: contain;

  transition: 0.2s all ease;
}

.treizeci-de-ani-main
  .grey-container
  .top-part
  .random-card-wrapper
  .randomize-card-btn {
  width: 150px;
  height: 100px;

  border: none;
  border-radius: 16px;
  background-color: transparent;

  background-image: url('../img//30deani-2025/shuffle-cards.png');
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;

  @media (max-width: 768px) {
    width: 100px;
    height: 75px;
  }
}

.treizeci-de-ani-main .grey-container .middle-part {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.treizeci-de-ani-main .grey-container .middle-part .stay-tunned {
  height: 100%;
  width: auto;

  @media (max-width: 1250px) {
    max-width: 900px;
  }

  @media (max-width: 992px) {
    max-width: 650px;
  }

  @media (max-width: 768px) {
    max-width: 450px;
  }

  @media (max-width: 576px) {
    display: none;
  }
}

.treizeci-de-ani-main .grey-container .middle-part .stay-tunned-mobile {
  height: 100%;
  width: auto;
  display: none;

  @media (max-width: 576px) {
    display: block;
  }
}

.treizeci-de-ani-main .bottom-text {
  width: 100%;
  height: 82px;

  background-color: #fff;
  color: #00609c;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 24px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;

  text-transform: uppercase;

  @media (max-width: 768px) {
    font-size: 20px;
    height: 54px;
  }
}

/* Red container stylings */

.treizeci-de-ani-main .red-container {
  width: 100%;
  min-height: 700px;

  background-image: url('../img/30deani-2025/red_background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;

  margin: -15px 0;
  padding: 32px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  z-index: 1;

  @media (max-width: 992px) {
    padding: 32px 0px;
    height: 1050px;
  }

  @media (max-width: 768px) {
    height: 950px;
  }
}

/* Top part styles */

.treizeci-de-ani-main .red-container .promotion-top-part {
  width: 100%;
  max-width: 1100px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;

  margin-top: 135px;
  position: relative;

  transform: translateX(10%);

  @media (max-width: 1200px) {
    max-width: 1000px;
  }

  @media (max-width: 992px) {
    margin-top: 32px;
    gap: 0px;
    transform: none;
  }
}

.treizeci-de-ani-main .red-container .promotion-top-part .promotion-title {
  margin: 0;

  font-size: 60px;
  font-family: 'Gotham Black';
  text-transform: uppercase;
  color: #fff;

  width: 100%;
  max-width: 900px;
  height: 275px;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;

  @media (max-width: 1200px) {
    max-width: 800px;
    margin-left: 32px;
  }

  @media (max-width: 1050px) {
    margin-left: 72px;
  }

  @media (max-width: 992px) {
    margin-left: 0;
  }

  @media (max-width: 768px) {
    font-size: 32px;
    height: 165px;
    text-align: center;
  }
}

.treizeci-de-ani-main
  .red-container
  .promotion-top-part
  .promotion-redirect-cta {
  width: 345px;
  height: 60px;

  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Gotham Bold';

  background-color: #00689d;
  color: #fff;

  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  outline: none;

  transition: 0.2s ease all;

  transform: translateX(-25px);

  @media (max-width: 768px) {
    font-size: 14px;
    width: 250px;
    padding: 8px 32px;
    height: 48px;
    transform: none;
  }
}

.treizeci-de-ani-main
  .red-container
  .promotion-top-part
  .promotion-redirect-cta:hover {
  background-color: #fff;
  color: #00689d;
}

.treizeci-de-ani-main
  .red-container
  .promotion-top-part
  .promotion-beer-bottles {
  width: 360px;
  height: 550px;

  position: absolute;
  left: 0;
  bottom: 0;

  object-fit: contain;
  transform: translate(-65px, 65px);
  z-index: 1;

  @media (max-width: 992px) {
    position: static;
    transform: none;

    width: 100%;
  }
}

.treizeci-de-ani-main
  .red-container
  .promotion-top-part
  .promotion-cta-featuring {
  width: 100px;
  height: 100px;

  object-fit: contain;

  position: absolute;
  bottom: -40px;
  transform: translateX(240px);

  @media (max-width: 568px) {
    width: 55px;
    height: 55px;
    bottom: 0px;
    transform: translateX(160px);
  }
}

.treizeci-de-ani-main
  .red-container
  .promotion-top-part
  .oracol-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    @media (max-width: 768px) {
    flex-direction: column;
  }

  }

.treizeci-de-ani-main
  .red-container
  .promotion-top-part
  .oracol-container 
  .oracol-text-container { 
    display: flex;
    flex-direction: column;
    width: 50%;

    @media (max-width: 768px) {
    width: 100%;
  }


  }

  .oracol-text-container .oracol-header {
    object-fit: contain;
    width: 26.738vw;
    margin-bottom: 20px;
    @media (max-width: 768px) {
      width: 57vw;
    }

  }
 .oracol-text-container .oracol-subtitle {
    font-size: 1.904vw;
    font-family: 'Gotham';
    color: #fff;
    margin-left: 1vw;
    @media (max-width: 768px) {
      font-size: 4.4vw;
      margin-left: 2vw;
    }
  }

  .oracol-text-container .oracol-button {
    object-fit: contain;
  
    width: 100%;
    background-color: transparent;
    
  }

  .oracol-text-container .oracol-footer {
    font-size: 1.598vw;
    color: #fff;
    margin-bottom: 5.18vw;
    margin-left: 1vw;
    @media (max-width: 768px) {
      font-size: 2.59vw;
      margin: 5.18vw 2vw;
    }
  }

  .treizeci-de-ani-main
  .red-container
  .promotion-top-part
  .oracol-container 
  .promotion-redirect-cta{
    background-color: transparent;
    height: auto;
    width: 23.529vw;
    margin-top: 2.108vw;
    @media (max-width: 768px) {
      width: 184px;
      padding: 0;
    }

  }

  .oracol-container .oracol-bg {
    object-fit: contain;
    width: 57vw;
    position: absolute;
    top: 50%;
    right: 5.615vw;
    transform: translateY(-50%);

    @media (max-width: 768px) {
      position: relative;
      transform: translateY(0);
      width: 100%;
    
      margin: 0 0 5vw -7vw;
    }

    
  }


.treizeci-de-ani-main .red-container .promotion-top-part.oracol {
  margin-top: 5.247vw;
  transform: translateX(0);
  max-width: 100%;
  padding: 0 5.682vw;
}

.treizeci-de-ani-main .red-container.oracol {
   min-height: auto;
  @media (max-width: 768px) {
    height: auto;
  }
  @media (max-width: 992px) {
    height: auto;
   
  }
}



/* Contest container stylings */
.treizeci-de-ani-main .contests-container {
  width: 100%;

  background: linear-gradient(to bottom, #e0ca69 0%, #f5ce00 100%);
  margin-top: -16px;

  padding: 32px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  gap: 64px;

  @media (max-width: 768px) {
    background: #f5ce00;
    padding: 32px 0px;
  }
}

/* Top part styling */

.treizeci-de-ani-main .contests-container .contests-top-part {
  width: 100%;
  max-width: 1000px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  margin-top: 75px;

  position: relative;
}

.treizeci-de-ani-main
  .contests-container
  .contests-top-part
  .promotion-socials-container {
  width: fit-content;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;

  @media (max-width: 568px) {
    width: 100%;
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-top-part
  .promotion-socials-container
  .socials-description {
  color: #00609c;
  font-family: 'Gotham Black';
  font-weight: 900;
  font-size: 38px;
  text-transform: uppercase;

  margin-bottom: 0;

  @media (max-width: 768px) {
    font-size: 28px;
  }

  @media (max-width: 568px) {
    font-size: 20px;
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-top-part
  .promotion-socials-container
  .promotion-socials {
  width: fit-content;

  display: flex;
  flex-direction: row;
  gap: 18px;

  align-items: center;
}

.treizeci-de-ani-main
  .contests-container
  .contests-top-part
  .promotion-socials-container
  .promotion-socials
  .social-link {
  width: 55px;
  height: 55px;

  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;

  @media (max-width: 568px) {
    width: 48px;
    height: 48px;
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-top-part
  .promotion-socials-container
  .promotion-socials
  .social-link.social-link-instagram {
  background-image: url('../img/30deani-2025/instagram.png');
}

.treizeci-de-ani-main
  .contests-container
  .contests-top-part
  .promotion-socials-container
  .promotion-socials
  .social-link.social-link-facebook {
  background-image: url('../img/30deani-2025/facebook.png');
}

.treizeci-de-ani-main
  .contests-container
  .contests-top-part
  .stay-tuned-splash {
  position: absolute;

  width: 165px;
  height: auto;

  transform: translateY(25px);

  @media (max-width: 992px) {
    display: none;
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-top-part
  .stay-tuned-splash.splash-left {
  left: 0;
  transform: rotate(180deg) translateY(-25px);

  @media (max-width: 568px) {
    left: -50px;
  }

  @media (max-width: 425px) {
    left: -75px;
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-top-part
  .stay-tuned-splash.splash-right {
  right: 0;

  @media (max-width: 568px) {
    right: -50px;
  }

  @media (max-width: 425px) {
    right: -75px;
  }
}

/* Middle part styles */

.treizeci-de-ani-main .contests-container .contests-middle-part {
  width: 100%;

  display: flex;
  flex-direction: row;
  gap: 128px;
  justify-content: center;
  align-items: flex-start;

  margin-top: 64px;

  @media (max-width: 1350px) {
    gap: 32px;
  }

  @media (max-width: 1100px) {
    flex-direction: column;
    align-items: center;
  }

  @media (max-width: 768px) {
    margin-top: 32px;
  }

  @media (max-width: 568px) {
    margin-top: 16px;
    gap: 64px;
  }
}

.treizeci-de-ani-main .contests-container .contests-middle-part.big-gap {
  @media (max-width: 1100px) {
    gap: 128px;
  }

  @media (max-width: 768px) {
    gap: 85px;
  }

  @media (max-width: 568px) {
    gap: 64px;
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-middle-part
  .upcoming-contest-container {
  width: 600px;

  display: flex;
  flex-direction: column;
  gap: 42px;

  align-items: center;

  @media (max-width: 768px) {
    width: 475px;
  }

  @media (max-width: 568px) {
    width: 375px;
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-middle-part
  .upcoming-contest-container
  .upcoming-contest-card {
  width: 100%;
  height: 330px;

  background-image: url('../img/30deani-2025/contest-card.png');
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;

  padding: 16px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;

  position: relative;

  @media (max-width: 768px) {
    height: 265px;
  }

  @media (max-width: 568px) {
    height: 225px;
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-middle-part
  .upcoming-contest-container
  .upcoming-contest-card
  .upcoming-contest-title {
  margin: 0;

  font-family: 'Gotham Black';
  font-weight: 900;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;

  color: #fff;

  @media (max-width: 768px) {
    font-size: 36px;
  }

  @media (max-width: 568px) {
    font-size: 28px;
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-middle-part
  .upcoming-contest-container
  .upcoming-contest-card
  .upcoming-contest-description {
  font-family: 'Gotham Medium';
  font-size: 20px;
  text-align: center;

  color: #fff;

  @media (max-width: 768px) {
    font-size: 16px;
  }

  @media (max-width: 568px) {
    font-size: 14px;
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-middle-part
  .upcoming-contest-container
  .upcoming-contest-card
  .casetofon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -40%);

  @media (max-width: 768px) {
    transform: translate(-25%, -40%) scale(0.75);
  }

  @media (max-width: 568px) {
    transform: translate(-30%, -40%) scale(0.65);
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-middle-part
  .upcoming-contest-container
  .upcoming-contest-card
  .oracol {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -40%);

  @media (max-width: 768px) {
    transform: translate(25%, -40%) scale(0.75);
  }

  @media (max-width: 568px) {
    transform: translate(30%, -40%) scale(0.65);
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-middle-part
  .upcoming-contest-container
  .upcoming-contest-rules {
  width: 345px;
  height: 60px;

  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Gotham Bold';

  background-color: #00689d;
  color: #fff;

  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  outline: none;

  transition: 0.2s ease all;

  @media (max-width: 768px) {
    font-size: 14px;
    width: 250px;
    padding: 8px 32px;
    height: 48px;
  }
}

.treizeci-de-ani-main
  .contests-container
  .contests-middle-part
  .upcoming-contest-container
  .upcoming-contest-rules:hover {
  background-color: #fff;
  color: #00689d;
}

.treizeci-de-ani-main
  .contests-container
  .contests-middle-part
  .upcoming-contest-container
  .upcoming-contest-rules.disabled {
  pointer-events: none;
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Bottom part styles */

.treizeci-de-ani-main .contests-container .contests-bottom-part {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.treizeci-de-ani-main
  .contests-container
  .contests-bottom-part
  .drink-responsibly {
  height: 100%;
  width: auto;

  max-width: 650px;

  @media (max-width: 768px) {
    max-width: 450px;
  }

  @media (max-width: 576px) {
    max-width: 375px;
  }
}

/* Menu over-write fixes */
.menu-toggle:focus {
  outline: none;
}

.menu-main a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.menu-main li {
  min-height: 39px;
}

.menu-main a:hover {
  text-decoration: underline;
}

@media (min-width: 1400px) {
  .menu-main a {
    font-size: 1.3em !important;
  }
}

.homepage-popup-container{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: 1;
  background-image: url("../img/30deani-2025/popup/popup-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 55px 70px;
   @media (max-width: 768px) {
      background-image: url("../img/30deani-2025/popup/popup-bg-mobile.png");
      flex-direction: column-reverse;
    }


}

.homepage-popup-container .close-button {
	position: absolute;
	top: 45px;   
	left: 60px;
	width: 40px;     
	height: 40px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  @media (max-width: 768px) {
    top: 32px;
    left: 30px;
  }
}


.homepage-popup-container .close-button span {
	position: absolute;
	width: 37px;
	height: 4px;        
	background: #00689eff;   
	border-radius: 2px;
  @media (max-width: 768px) {
    width: 24px;
  }
}

.homepage-popup-container .close-button span:first-child {
	transform: rotate(45deg);
}

.homepage-popup-container .close-button span:last-child {
	transform: rotate(-45deg);
}

.homepage-popup-container .popup-products{
  width: 208px;
  height: 291px;
  @media (max-width: 768px) {
      width: 165px;
      height: 220px;
      margin: 15px auto 0;
    }
}

.homepage-popup-container .popup-text {
  display: flex;
  flex-direction: column;
}
.homepage-popup-container .popup-text h1 {
  text-transform: uppercase;
  font-family: 'Gotham Black';
  font-size: 36px;
  line-height: 38px;
  color: #c12033;
  margin: 0px 0px 20px 0px;
  @media (max-width: 768px) {
    font-size: 26px;
    line-height: 27px;
  }
}
.homepage-popup-container .popup-text h1 span {
  color: #00689e;
}

.homepage-popup-container .popup-text p {
  font-family: 'Gotham Medium';
  font-size: 22px;
  line-height: 27px;
  color: #00609c;
  margin-bottom: 20px;
    @media (max-width: 768px) {
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 14px;
    }
}

.homepage-popup-container .popup-text a {
  font-family: 'Gotham Bold';
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #00609c;
  padding: 15px;
  margin-right: auto;
  @media (max-width: 768px) {
      font-size: 10px;
      padding: 10px 7px;
    }
}

.footer {
  width: 100%;
  background-color: #a2a2a2;
  color: #fff;
  padding: 1.5rem 6rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.footer-links {
  max-width: 56.25rem;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
}

.footer-links a,
.footer-links span {
  font-family: "Gotham", sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: normal;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {

  .footer {
    padding: 1rem;
  }

  .footer-links {
    font-size: 0.4rem;
  }
}

