@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");

html {
  background-color: #fff;
  font-family: "Barlow", sans-serif;
  padding: 0;
  margin: 0;
}

body {
  max-width: 430px;
  margin: 0 auto;
  font-weight: 500;
  width: 100%;
  background-repeat: repeat;
  background-image: url("../assets/images/actual/BG 2.png");
  background: #ce162d;
}

footer {
  height: fit-content;
}

.main-logo-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.fixed-logo-wrapper {
  position: absolute;
}

.fixed-logo-wrapper:first-child {
  left: 0px;
  top: 0px;
}
.fixed-logo-wrapper-secondary {
  position: absolute;
  right: 30px;
  top: 70px;
}

.fixed-logo-wrapper:last-child {
  left: 0px;
  bottom: 0px;
}

.main-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-transform: uppercase;
  font-size: 5.7rem;
  font-weight: 900;
  z-index: 99;
  padding: 2rem;
  padding-bottom: 0px;
  padding-top: 0rem;
}

.first-subtitle-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 34px;
}

.first-subtitle {
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
}

.second-subtitle-top {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
}

.first-subtitle strong {
  font-weight: 600;
}

.subtitle {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.first {
  font-size: 1.25rem;
  font-weight: 500;
}

.second {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 22px;
}

.first-main-box {
  margin: 0 1.5rem;
  position: relative;
  border-radius: 0rem 0rem 3.125rem 3.125rem;
  z-index: 1;
}

#header {
  margin-bottom: 48px;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}

.and-theres-more {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 1.4rem;
  gap: 1.5rem;
}

.more-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.more-box {
  gap: 0.87rem;
  display: flex;
  flex-direction: column;
  min-height: 120px;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  padding: 10px;
  background: #ffffff;
}

.more-box p {
  margin: 0;
  color: #6ca73f;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  @media (max-width: 330px) {
    font-size: 0.73506rem;
  }
}

.more-box img {
  width: 35px;
  height: 35px;
}

.details-box-wrapper {
  display: flex;
  flex-direction: column;
  background-color: rgba(138, 24, 18, 0.698);
  border-radius: 8px;
  padding: 33px 0;
  gap: 24px;
  margin-bottom: 1rem;
}

.details-box-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}

.details-box {
  display: flex;
  flex-direction: row;
  color: #fff;
  line-height: 24px;
  align-items: center;
  gap: 12.84px;
  line-height: 24px;
}

.details-box-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.day,
.time {
  font-size: 24px;
  font-weight: 500;
  color: #db1836;
}

.month {
  font-weight: 500;
  font-size: 20px;
  color: #db1836;
}

#hero {
  padding: 0 1rem;
  border-radius: 20px;
  position: relative;
}

.hero-title {
  color: DB1836;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
}

.hero-title span {
  color: #c2d500;
  font-size: 1.125rem;
  font-weight: 600;
}

.hero-cta {
  margin: 0 0rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.hero-cta.relative {
  position: relative;
  cursor: pointer;
}

.scroll-top {
  position: relative;
  top: -12.5px;
  padding-top: 1.82rem;
}

.btn {
  padding: 1.1rem 0rem;
  display: block;
  max-height: 3.5rem;
  background: #82ba25;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  transition: 300ms ease;
  width: 100%;
  z-index: 99;
  cursor: pointer;
  max-width: 360px;
  @media (max-width: 320px) {
    max-width: 15.375rem;
    font-size: 1rem;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
}

.btn.no-form {
  margin: 2rem 0 1rem 0;
}

.btn.no-form.absolute {
  position: absolute;
  top: -60px;
  cursor: pointer;
}

.btn.disabled:hover {
  background: #82ba25;
}

.btn.disabled {
  opacity: 0.8;
  cursor: not-allowed;
  pointer-events: none;
}

.btn:hover {
  background-color: #4d8c2a;
}

.btn-cta {
  max-width: 18.125rem;
}

.box {
  width: 8.77631rem;
  height: 7rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border-radius: 0.5rem;
  align-items: center;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  justify-content: center;
}

.vertical-list_main {
  border-radius: 0.5rem;
}

.box--horizontal {
  width: auto;
  min-height: 3.875rem;
  height: fit-content;
  flex-direction: row;
  padding: 0.8rem 1.15rem;
  margin-bottom: 0.8rem;
  background-color: #363636;
  justify-content: flex-start;
}

.box--horizontal span {
  font-size: 1.125rem;
  padding-left: 0.5rem;
  justify-content: flex-start;
  color: #fff;
  text-align: left;
  font-weight: 400;
  width: 100%;
  font-size: 1rem;
}

.box--horizontal .details-icon-box {
  min-width: 38px;
}

.vertical-list {
  background-position: top left;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  border-radius: 0.5rem;
  /* background-color: #7AC143; */
}

.vertical-list_header {
  text-align: center;
}

.details-box-header {
  gap: 0.8rem;
  display: flex;
  justify-content: center;
}

.first p {
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  max-width: 15rem;
  @media (max-width: 425px) {
    max-width: 12rem;
  }
}

.first span {
  color: #c2d500;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
}

.details-box-column {
  padding: 0rem 2.13rem;
  flex-direction: column;
}

.main-footer {
  padding: 0rem 1.13rem;
  background-color: #db1836;
  /* position: relative; */
}

.vertical-list-footer {
  /* position: relative; */
  /* display: flex; */
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0;
}

.security {
  /* padding-bottom: 2rem; */
  top: -120px;
  /* position: relative; */
}

.footer-first-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.46rem 1.25rem;
  border-radius: 0.61013rem;
  background: #ffffff;
}

.footer-text-wrapper {
  text-align: center;
  padding-bottom: 1.4rem;
}

.footer-text {
  color: #6ca73f;
  text-align: center;
  font-size: 1.28019rem;
  font-weight: 400;
}

.footer-text.first {
  margin-top: -45px;
  padding: 1.2rem 0;
}

.footer-icon-wrapper {
  position: relative;
  top: -50px;
  z-index: 2;
}

.second-carrossel-title-box {
  margin-top: 65px;
  background-color: #fff;
  text-align: center;
  padding: 13px 0;
  color: #dfe224;
  font-size: 21.97px;
  font-style: italic;
  font-weight: 800;
}

.first-subtitle-top {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2rem;
}

/* Carrossel */

.carroussel-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.started-main-title-carrossel {
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.carousel-title {
  margin-top: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 0rem 37px;
}

.vertical-list-title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding-top: 10px;
}

.slider {
  padding: 0 0 1rem 0;
}

.carroussel-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.375rem;
  height: fit-content;
  padding: 0 0.5rem;
}

.started-header-text {
  display: flex;
  flex-direction: column;
  text-align: start;
  color: #fff;
}

.first-started-header-text {
  color: #fff;
}

.carroussel-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 32px;
}

.started-subtext {
  font-size: 1.125rem;
  font-weight: 400;
}

.slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slider-item img {
  border-radius: 0.5rem;
  max-width: 100%;
  max-height: 100%;
}

.slick-slider {
  width: 100%;
  margin: 0 auto;
}
.slick-slide {
  display: flex;
  justify-content: center;
}

.slick-slide:not(.slick-center) .slider-item img {
  transition: all 0.4s ease-in-out;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}

.slick-dots li {
  margin: 0 4px;
  width: fit-content;
  height: fit-content;
}

.slick-dots ::before {
  display: none;
}

.slick-dots li {
  display: block;
  opacity: 0.5;
  width: 1.5rem !important;
  height: 0.38663rem !important;
  border: none;
  background-color: #d4d4d4;
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #eab6be;
  opacity: 0.7;
}

.fixed-background-image {
  margin-top: 30px;
}

/* Grid Benefícios */

.grid-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #db1836;
  padding-top: 2rem;
}

.grid-benefits {
  padding: 1rem;
  padding-bottom: 2rem;
  border-radius: 0.5rem;
  text-align: start;
}

.footer-image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.fixed-footer-squares {
  position: absolute;
  &:first-child {
    left: 0;
    bottom: 90px;
  }

  &:nth-child(3) {
    top: 130px;
    right: 0;
  }

  &:last-child {
    right: 0;
    bottom: 0;
  }
}

.redirect-user-link {
  text-decoration: none;
  color: #ffffff;
  min-height: 3.5rem;
}

.main-footer-image {
  z-index: 99;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
}

.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-wrapper {
  padding: 2rem 0rem 2rem 0rem;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.grid-wrapper {
  display: flex;
  margin: 74px 25px 42px 25px;
}

/* CONTADOR REGRESSIVO DATA */
.time-container {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
  padding: 0px 12px 8px 12px;
  align-items: start;
  justify-content: center;
  background-color: #fff;
  color: #94100d;
  border-radius: 8px;
}

.time-subcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.counter-title {
  font-size: 2rem;
  font-weight: 600;
  color: #db1836;
}

.counter-content {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}

.counter-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 0rem 4%;
  margin-bottom: 2rem;
  background-color: #ffffff;
}

.counter-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.65019rem;
  font-size: 2.78013rem;
  font-weight: 600;
  color: #db1836;
}

.timer-separator {
  align-self: center;
  padding: 0 0.45rem;
  margin-bottom: 30px;
  font-size: 34px;
  color: #db1836;
}

.time-unit {
  display: flex;
  width: 4.65019rem;
  align-items: center;
  justify-content: center;
  color: #82ba25;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.first-detail {
  position: absolute;
  top: 0;
  right: 0;
}

.logo-live {
  height: 284px;
}

.produtos-chance-unica {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.produtos-chance-unica img {
  width: 86%;
}

.text-container {
  padding: 1rem 2rem;
}

.text-container h2 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}
