@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;
  /* padding-top: 2rem; */
  font-weight: 500;
  width: 100%;
  background-color: #b91632 ;
  /* background-repeat: no-repeat;
  background-image: url("../assets/images/actual/background.svg");
  background-size: cover; */
}

footer {
  height: fit-content;
}

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

.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: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 5.7rem;
  font-weight: 900;
  z-index: 99;
  padding: 2rem;
  /* background-color: #C41230; */
  /* padding-top: 5rem; */
}

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

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

.second-subtitle {
  font-size: 1.3rem;
  margin-bottom: 6rem;
}


.second-subtitle-top {
  color: #606060;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  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: 0;
  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;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  padding: 27px;
  background: #fff;
}

.more-box p {
  margin: 0;
  color: #6CA73F;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

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

.details-box-wrapper {
  display: flex;
  margin: 0;
  flex-direction: column;
  background-color: #8B0E04 ;
  border-radius: 8px;
  /* border: 2px solid #c1d82f; */
  padding: 33px 0;
  gap: 24px;
  color: #db1836;
  margin: 1rem 1.4rem;
}

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

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

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

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

.month {
  font-weight: 500;
  font-size: 24px;
}

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

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

.hero-title span {
  /* color: #CDD84B; */
  font-weight: 700;
}

.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;
  text-align: center;
  text-decoration: none;
  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 {
    text-decoration: none;
  }
}

.btn.no-form {
  margin: 1rem 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: #f1ff07;
}

.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;
  margin-top: 16rem;
}

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

.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%;
  @media (max-width: 320px) {
    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;
  /* position: relative; */
}

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

.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: #fff;
}

.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;
  padding: 1rem;
  padding-bottom: 2rem;
  /* background-color: #C41230; */
  margin: 0 1.4rem;
  border-radius: 0 0 .5rem .5rem;
}

/* 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: 500;
}

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

.carousel-title strong {
  color: #c1d82f;
  font-weight: 700;
}

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

/* .slider {
  padding: 0 0 2rem 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: #606060;
}

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

.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-benefits {
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-radius: 0.5rem;
  text-align: start;
}

.footer-image-wrapper {
  display: flex;
  justify-content: center;
  padding: 2rem 0rem;
}

.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;
  /* margin: 0 2.2rem; */
  /* min-height: 3.5rem; */
}

.main-footer-image {
  z-index: 99;
  /* padding-bottom: 20rem; */
}

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

.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: row;
  /* gap: 0.48rem; */
  align-items: center;
  justify-content: center;
}

.time-subcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 8px;
}

.counter {
  background-color: #8B0E04;
  margin: 1.9rem;
  border-radius: 0.6rem;
}

.counter-title {
  /* color: #CDD84B; */
  font-weight: 700;
  font-size: 1.6rem;
}

.counter-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 1.13rem 0;
}

.counter-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 4.65019rem;
  height: fit-content;
  color: #94100D;
  font-size: 2.78013rem;
}

.timer-separator {
  align-self: center;
  padding: 0 0.45rem;
  color: #fff;
  font-size: 41px;
}

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

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

.produtos-chance-unica {
  margin: 0 5%;
  position: absolute;
  width: 89%;
  bottom: 442px;
  z-index: 2;
}

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

.second-subtitle-wrapper {
  padding-top: 2rem;
  font-size: 1.125rem;
}

.product-image {
  padding: 17px;
  width: 375px;
  position: absolute;
}

.sendflow-link {
  width: inherit;
  display: flex;
  border-radius: 0.5rem;
  justify-content: center;
  padding: 1.1rem 0rem;
}

.detail {
filter: drop-shadow(0px 20px 8px rgba(0, 0, 0, 0.35));
}