.card-left {
  background: linear-gradient(
    180deg,
    rgba(137, 214, 80, 1) 0%,
    rgba(222, 114, 57, 1) 33%,
    rgba(202, 76, 132, 1) 100%
  );
}

.card-right {
  background: linear-gradient(
    180deg,
    rgba(202, 76, 132, 1) 0%,
    rgba(222, 114, 57, 1) 63%,
    rgba(137, 214, 80, 1) 100%
  );
}

.product-gradient {
  background: linear-gradient(
    280deg,
    rgba(137, 214, 80, 1) 0%,
    rgba(222, 114, 57, 1) 33%,
    rgba(202, 76, 132, 1) 100%
  );
}

.ticket-container {
  background: #210a25;
  margin-top: -4rem;
}

.image-header-mobile {
  display: none;
}

.ticket-container .title {
  color: #fac630;
  font-family: "AtkinsonHyperlegible-bold";
  font-size: 5.5rem;
  line-height: 5.25rem;
  margin-top: -3.25rem;
  text-align: center;
}

.ticket-container .subtitle {
  font-family: "Montserrat";
  color: #ffffff;
  text-align: center;
  margin-top: 2rem;
  font-size: 2.5rem;
  margin-bottom: 6rem;
}

.ticket-row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
  margin-top: 2rem;
}

.ticket-card:last-child {
  margin-right: 0;
}

.ticket-card {
  background: linear-gradient(
    180deg,
    rgba(250, 198, 48, 1) 0%,
    rgba(183, 31, 68, 1) 80%
  );
  max-width: 600px;
  padding: 6px;
  margin-right: 3rem;
  border-radius: 80px;
}

.ticket-card.card-left {
  background: linear-gradient(
    180deg,
    rgba(137, 214, 80, 1) 0%,
    rgba(222, 114, 57, 1) 33%,
    rgba(202, 76, 132, 1) 100%
  );
}
.ticket-card.card-right {
  background: linear-gradient(
    180deg,
    rgba(202, 76, 132, 1) 0%,
    rgba(222, 114, 57, 1) 63%,
    rgba(137, 214, 80, 1) 100%
  );
}

.ticket-card .ticket-card-cont {
  background: #271629;
  border-radius: 80px;
  padding: 6rem 1rem;
  height: 100%;
  text-align: center;
}
.ticket-card .ticket-card-cont .red-title {
  color: #d92466;
  font-family: "Montserrat-bold";
  font-size: 3rem;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 6rem;
  line-height: 1;
  min-height: 96px;
}

.ticket-card .ticket-card-cont .subtitle {
  font-family: "Montserrat";
  color: #ebc442;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  min-height: 64px;
}

.ticket-card .ticket-card-cont .divider {
  margin-top: 6rem;
}

.ticket-card .ticket-card-cont .img {
  margin-bottom: 1rem;
  max-height: 100px;
}

.footer-message {
  background: #210a25;
  padding-bottom: 5rem;
  padding-top: 6rem;
}
.footer-message p {
  font-family: "Montserrat";
  color: #ffffff;
  font-size: 2.25rem;
  letter-spacing: 1px;
  opacity: 0.6;
  margin: 0 auto;
  width: 65%;
  padding-bottom: 3rem;
  line-height: 2.25rem;
}

.footer {
  background: #210a25;
}

.divider-cont {
  background: #210a25;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 3rem;
}

.divider-hr {
  background: #61157a;
  height: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.products-container {
  background: #210a25;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
}
.products-container .title {
  font-family: "Montserrat-bold";
  color: #ebc442;
  font-size: 2.5rem;
}
.products-container .subtitle {
  font-family: "Montserrat-bold";
  color: #ffffff;
  font-size: 1.5rem;
}
.products-container .product-grid {
  margin-top: 2rem;
  display: grid;
  grid-auto-rows: minmax(125px, auto);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  justify-content: center;
}
.products-container .product-grid .product-item {
}
.products-container .product-grid .product-item .product-image {
  width: 100%;
}
.products-container .product-footer {
  text-align: center;
}
.products-container .product-footer .product-whatsapp-link {
  margin-top: 2rem;
  display: inline-block;
  width: auto;
}
.products-container .product-footer .product-whatsapp-store {
  width: 500px;
}
.products-container .product-footer .product-footer-text {
  font-family: "Montserrat-semibold";
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .image-header {
    display: none;
  }
  .image-header-mobile {
    display: block;
  }
  .ticket-container .title {
    font-size: 1.75rem;
    line-height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: -1rem;
  }

  .ticket-container .subtitle {
    font-size: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ticket-row {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ticket-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .ticket-container {
    margin-top: -2rem;
  }

  .ticket-card .ticket-card-cont {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ticket-card .ticket-card-cont .red-title {
    font-size: 1.5rem;
    min-height: unset;
    margin-bottom: 2rem;
  }
  .ticket-card .ticket-card-cont .img {
    max-height: 50px;
  }
  .ticket-card .ticket-card-cont .subtitle {
    font-size: 1.25rem;
  }
  .ticket-card .ticket-card-cont .divider {
    margin-top: 2rem;
  }
  .ticket-card .ticket-card-cont .price {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .ticket-card .ticket-card-cont .description {
    padding: 0 2rem;
    margin-top: 3rem;
  }
  .ticket-card .ticket-card-cont .description p {
    font-size: 1rem;
  }
  .ticket-card .ticket-card-cont .ticket-footer {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
  }
  .ticket-card .ticket-card-cont .ticket-footer .text {
    font-size: 1rem;
  }
  .ticket-card .ticket-card-cont .ticket-footer img {
    height: 30px;
  }
  .footer-message {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .footer-message p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-bottom: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .products-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }

  .products-container .title {
    font-size: 1.5rem;
  }
  .products-container .subtitle {
    font-size: 1rem;
  }
  .products-container .product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .products-container .product-footer .product-whatsapp-store {
    width: 100%;
  }
  .products-container .product-footer .product-footer-text {
    font-size: 1rem;
  }
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .ticket-card {
    max-width: 400px;
  }
  .ticket-card .ticket-card-cont {
    padding: 3rem 1rem;
  }
  .ticket-card .ticket-card-cont .red-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    min-height: 70px;
  }
  .ticket-card .ticket-card-cont .subtitle {
    font-size: 1.25rem;
  }
  .ticket-card .ticket-card-cont .img {
    max-height: 65px;
  }
  .ticket-card .ticket-card-cont .divider {
    margin-top: 3rem;
  }

  .products-container .title {
    font-size: 2rem;
  }
  .products-container .subtitle {
    font-size: 1.25rem;
  }
}

@media (min-width: 1290px) and (max-width: 1439px) {
  .ticket-container .title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .ticket-container .subtitle {
    font-size: 2rem;
  }
  .ticket-card {
    max-width: 400px;
  }
  .ticket-card .ticket-card-cont .red-title {
    font-size: 2rem;
  }
  .ticket-card .ticket-card-cont .yellow-title {
    font-size: 2rem;
  }
  .ticket-card .ticket-card-cont .subtitle {
    font-size: 1.75rem;
  }
  .ticket-card .ticket-card-cont .price {
    font-size: 2.5rem;
  }
  .ticket-card .ticket-card-cont .description p {
    font-size: 1.25rem;
  }
  .ticket-card .ticket-card-cont .ticket-footer .text {
    font-size: 1.25rem;
  }
  .ticket-card .ticket-card-cont .ticket-footer img {
    height: 25px;
    width: auto;
  }
  .ticket-card .ticket-card-cont .ticket-footer .footer-image img,
  .ticket-card .ticket-card-cont .ticket-footer .footer-image {
    height: 25px;
    width: auto;
  }
  .footer-message p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
