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

html, body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  background-color: black;
}

.desktop {
  display: block;
}
@media (max-width: 600px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 600px) {
  .mobile {
    display: block;
  }
}

.whatsapp-btn {
  z-index: 999;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  transition: 0.2s;
}
.whatsapp-btn:hover {
  transform: scale(1.05);
}
@media (max-width: 600px) {
  .whatsapp-btn {
    bottom: 1.3rem;
    right: 1.3rem;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #00CF6C;
  padding: 24px 60px;
  min-width: 500px;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: 0.2s;
}
.btn:hover {
  box-shadow: 0px 0px 34px 0px rgba(0, 207, 157, 0.5);
}
@media (max-width: 600px) {
  .btn {
    min-width: unset;
    padding: 24px;
    align-self: stretch;
  }
}

header {
  border-bottom: 1px solid #F7F4E8;
  background: #FE0F2C;
  backdrop-filter: blur(6px);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: sticky;
  top: -1px;
  width: 100%;
  z-index: 99;
}
header .hdrBtn {
  padding: 16px;
  min-width: unset;
  background: #FFA800;
  border: 3px solid #FFA800;
  line-height: normal;
}
header .hdrBtn:hover {
  background: #ec9e00;
  border: 3px solid #ec9e00;
  box-shadow: unset;
}
header .textDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .textDiv strong {
  color: #FCF0C9;
  text-align: center;
  font-size: 35.142px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.351px;
}
header .textDiv p {
  color: #FCF0C9;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.161px;
}
header .cdDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
header .cdDiv .countdown {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .cdDiv .countdown > span {
  color: #FCF0C9;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.391px;
}
header .cdDiv .countdown > p {
  color: #FCF0C9;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.136px;
}
header .cdDiv .countdown > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  width: 50px;
}
header .cdDiv .countdown > div h3 {
  display: flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
header .cdDiv .countdown > div h3 span {
  color: #FCF0C9;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.391px;
}
header .cdDiv .countdown > div p {
  color: #FCF0C9;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  line-height: 130%;
  letter-spacing: 0.506px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  header {
    gap: 10px;
    padding: 10px;
  }
  header .textDiv strong {
    font-size: 16px;
  }
  header .textDiv p {
    font-size: 10px;
    font-weight: 400;
  }
  header .cdDiv {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  header .cdDiv .countdown {
    gap: 3px;
  }
  header .cdDiv .countdown > span {
    font-size: 19px;
  }
  header .cdDiv .countdown > div {
    width: 40px;
  }
  header .cdDiv .countdown > div h3 {
    padding: unset;
  }
  header .cdDiv .countdown > div h3 span {
    font-size: 19px;
  }
  header .cdDiv .countdown > div p {
    font-size: 8px;
  }
}

.hero {
  background: url(assets/herobg.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero .mainDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 50px 8%;
}
.hero .mainDiv .logo {
  width: 325px;
}
.hero .mainDiv .mainText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.hero .mainDiv .mainText h1 {
  color: #57D2DB;
  leading-trim: both;
  text-edge: cap;
  font-size: 33px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  max-width: 602px;
}
.hero .mainDiv .mainText h2 {
  color: #E6DFBD;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  max-width: 515px;
}
.hero .mainDiv .flexContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.hero .mainDiv .flexContent .flexRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.hero .mainDiv .flexContent .flexRow .flexDiv {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.2);
}
.hero .mainDiv .flexContent .flexRow .flexDiv p {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.hero .mainDiv .flexContentMob {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.hero .mainDiv .flexContentMob .flexRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.hero .mainDiv .flexContentMob .flexRow .flexDiv {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.2);
}
.hero .mainDiv .flexContentMob .flexRow .flexDiv p {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.hero .mainDiv .priceDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 17px 30px 17px 0;
  border-radius: 3.406px;
  background: linear-gradient(270deg, #F40A0A 8.8%, rgba(244, 10, 10, 0) 95.6%);
}
.hero .mainDiv .priceDiv .courses {
  width: 360px;
  margin-top: -28px;
  margin-bottom: -28px;
}
.hero .mainDiv .priceDiv > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.hero .mainDiv .priceDiv > div span {
  color: #F7F4E8;
  font-size: 13px;
  text-align: right;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  max-width: 70px;
}
.hero .mainDiv .priceDiv > div img {
  width: 150px;
}
@media (max-width: 600px) {
  .hero {
    background: linear-gradient(0deg, #1A1A19 71.52%, rgba(26, 26, 25, 0) 83.98%), #1A1A19;
    min-height: unset;
    align-items: center;
  }
  .hero .mainDiv {
    padding: 24px 20px;
    align-items: center;
  }
  .hero .mainDiv .logo {
    width: 314px;
  }
  .hero .mainDiv .mainText {
    align-items: center;
  }
  .hero .mainDiv .mainText h1 {
    font-size: 28px;
    text-align: center;
    max-width: 342px;
  }
  .hero .mainDiv .mainText h2 {
    font-size: 28px;
    text-align: center;
    max-width: 342px;
  }
  .hero .mainDiv .flexContentMob {
    display: flex;
  }
  .hero .mainDiv .flexContentMob .flexRow .flexDiv {
    align-items: center;
  }
  .hero .mainDiv .flexContentMob .flexRow .flexDiv p {
    font-size: 9px;
  }
  .hero .mainDiv .flexContent {
    display: none;
  }
  .hero .mainDiv .priceDiv {
    flex-direction: column;
    gap: 5px;
    border-radius: 7px;
    background: linear-gradient(0deg, #F40A0A -15.37%, rgba(244, 10, 10, 0) 86.26%);
  }
  .hero .mainDiv .priceDiv .courses {
    width: 336px;
    margin-right: -36px;
    margin-bottom: unset;
  }
}

.line {
  width: 100%;
}

.second {
  background: url(assets/secondbg.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-top: -7px;
}
.second .mainDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: 80px 6%;
}
.second .mainDiv h2 {
  color: #57D2DB;
  font-size: 47px;
  font-weight: 500;
  line-height: 130%;
  max-width: 617px;
}
.second .mainDiv > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.second .mainDiv > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.second .mainDiv > div > div p {
  color: #E6DFBD;
  font-family: "miller-text", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 110%;
  max-width: 593px;
}
.second .mainDiv > div > div p span {
  font-style: italic;
  font-weight: 700;
}
@media (max-width: 600px) {
  .second {
    background: url(assets/secondbgmob.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    margin-top: unset;
  }
  .second .mainDiv {
    padding: 372px 24px 40px;
  }
  .second .mainDiv h2 {
    font-size: 30px;
    text-align: center;
  }
  .second .mainDiv > div svg {
    width: 4px;
  }
}

.third {
  background: url(assets/thirdbg.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  padding: 295px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: -7px;
}
.third h3 {
  color: #57D2DB;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  max-width: 684px;
}
.third strong {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  max-width: 684px;
}
.third strong span {
  color: #57D2DB;
  text-decoration: underline;
}
.third p {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  max-width: 684px;
}
.third p span {
  color: #57D2DB;
  font-weight: 700;
}
.third .aboveImgText {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.third .aboveImgText span {
  color: #57D2DB;
}
.third .cof {
  margin-top: -195px;
  margin-bottom: -195px;
}
.third > span {
  padding: 24px;
  background: rgba(244, 10, 10, 0.15);
  color: #E6DFBD;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  max-width: 684px;
  text-align: center;
}
.third > span .red {
  color: #F40A0A;
  font-weight: 700;
}
.third .blueText {
  color: #57D2DB;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
}
@media (max-width: 600px) {
  .third {
    background: url(assets/thirdbgmob.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-position: top;
    margin-top: unset;
    padding: 172px 24px;
    gap: 25px;
  }
  .third strong {
    text-align: left;
    font-size: 15px;
  }
  .third p {
    text-align: left;
    font-family: "miller-text", sans-serif;
    font-size: 17.2px;
  }
  .third .aboveImgText {
    text-align: left;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-size: 15px;
  }
  .third .cof {
    width: 95vw;
    margin-top: -185px;
    margin-bottom: -185px;
  }
  .third .belowText, .third .blueText {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-size: 15px;
  }
}

.fourth {
  display: flex;
  padding: 80px 0 66px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background: #F7F4E8;
}
.fourth .titleDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.fourth .titleDiv p {
  color: #1A1A19;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 38px;
  font-weight: 500;
  line-height: 120%;
}
.fourth .titleDiv img {
  width: 507px;
  height: auto;
  margin-bottom: 20px;
}
.fourth .contentDiv {
  display: flex;
  padding-top: 40px;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.fourth .contentDiv aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.fourth .contentDiv aside .blueDiv {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
  background: #4AB3BA;
  position: relative;
}
.fourth .contentDiv aside .blueDiv p {
  color: white;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  max-width: 304px;
}
.fourth .contentDiv aside .blueDiv .play {
  position: absolute;
  top: 53px;
  right: -19px;
}
.fourth .contentDiv aside .btn {
  padding: 24px;
  align-self: stretch;
  background: #F40A0A;
  border-radius: 4px;
  border: 3px solid #F40A0A;
  min-width: 368px;
}
.fourth .contentDiv aside .btn:hover {
  box-shadow: 0px 0px 34px 0px rgba(244, 10, 10, 0.5);
}
.fourth .contentDiv .contentFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.fourth .contentDiv .contentFlex .contentItem {
  display: flex;
  padding: 24px;
  align-items: center;
  align-content: center;
  gap: 24px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.fourth .contentDiv .contentFlex .contentItem .textSide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.fourth .contentDiv .contentFlex .contentItem .textSide > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.fourth .contentDiv .contentFlex .contentItem .textSide > div > span {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  border-radius: 8px;
  background: rgba(0, 207, 157, 0.08);
  color: #57D2DB;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.fourth .contentDiv .contentFlex .contentItem .textSide strong {
  color: #1A1A19;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  max-width: 376px;
}
.fourth .contentDiv .contentFlex .contentItem .textSide p {
  color: #4C4C4C;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  max-width: 376px;
}
.fourth .contentDiv .contentFlex .especial {
  border-radius: 3px;
  border: 1.5px solid #57D2DB;
  background: #F2ECD9;
}
.fourth .contentFlex2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.fourth .contentFlex2 .contentItem {
  display: flex;
  padding: 24px;
  align-items: center;
  align-content: center;
  gap: 16px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.fourth .contentFlex2 .contentItem .textSide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.fourth .contentFlex2 .contentItem .textSide > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.fourth .contentFlex2 .contentItem .textSide > div > span {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  border-radius: 8px;
  background: rgba(0, 207, 157, 0.08);
  color: #00CF9D;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.fourth .contentFlex2 .contentItem .textSide strong {
  color: #1A1A19;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  max-width: 411px;
}
.fourth .contentFlex2 .contentItem .textSide p {
  color: #4C4C4C;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  max-width: 411px;
}
.fourth .contentFlex2 .especial {
  border-radius: 3px;
  border: 1.5px solid #57D2DB;
  background: #F2ECD9;
}
.fourth .logoDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 600px) {
  .fourth {
    padding: 24px;
    gap: 30px;
  }
  .fourth .titleDiv p {
    font-size: 30px;
    max-width: 342px;
  }
  .fourth .titleDiv img {
    width: 342px;
  }
  .fourth .contentDiv {
    flex-direction: column;
    align-items: center;
  }
  .fourth .contentDiv aside {
    align-items: center;
  }
  .fourth .contentDiv aside .blueDiv p {
    max-width: 278px;
  }
  .fourth .contentDiv aside .blueDiv .play {
    right: 33px;
  }
  .fourth .contentDiv aside .btn {
    min-width: unset;
    max-width: 342px;
    align-self: stretch;
  }
  .fourth .contentDiv .contentFlex .contentItem {
    flex-direction: column;
  }
  .fourth .contentDiv .contentFlex .especial {
    background: #E6E2C7;
    border: unset;
  }
  .fourth .contentFlex2 {
    flex-direction: column;
  }
  .fourth .contentFlex2 .contentItem {
    flex-direction: column;
  }
  .fourth .logoDiv .logo {
    width: 342px;
  }
}

.depo {
  display: flex;
  padding: 80px 130px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  background: #F7F4E8;
}
.depo strong {
  color: #1A1A19;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  max-width: 505px;
}
.depo > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.depo .swiper {
  position: relative;
}
.depo .swiper .swiper-wrapper {
  width: 1180px;
}
.depo .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 369px;
  gap: 8px;
}
.depo .swiper .swiper-wrapper .swiper-slide > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}
.depo .swiper .swiper-wrapper .swiper-slide > div strong {
  color: #1A1A19;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}
.depo .swiper .swiper-button-prev, .depo .swiper .swiper-button-next {
  --swiper-navigation-size: 40px;
  --swiper-navigation-color: #FE0F2C;
  --swiper-navigation-top-offset: 20%;
  --swiper-navigation-sides-offset: 0;
}
@media (max-width: 600px) {
  .depo {
    padding: 24px;
  }
  .depo strong {
    font-size: 28px;
    text-align: center;
  }
  .depo .swiper .swiper-wrapper {
    width: 300px;
  }
  .depo .swiper .swiper-wrapper .swiper-slide {
    max-width: 300px;
  }
  .depo .swiper .swiper-button-next {
    right: 0;
  }
}

#oferta {
  background: url(assets/ofertabg.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 120px;
  padding: 80px 0;
}
#oferta .blueDiv {
  display: none;
}
#oferta .ofertaDiv {
  display: flex;
  padding: 30px 48px;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #F7F4E8;
  box-shadow: 0px 1.162px 2.214px 0px rgba(0, 0, 0, 0.11), 0px 2.793px 5.32px 0px rgba(0, 0, 0, 0.16), 0px 5.259px 10.017px 0px rgba(0, 0, 0, 0.2), 0px 9.381px 17.869px 0px rgba(0, 0, 0, 0.24), 0px 17.547px 33.422px 0px rgba(0, 0, 0, 0.29), 0px 42px 80px 0px rgba(0, 0, 0, 0.4);
}
#oferta .ofertaDiv .mockupDiv {
  display: flex;
  padding: 20px 58px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background: #F2ECD9;
}
#oferta .ofertaDiv .mockupDiv strong {
  color: #1A1A19;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
#oferta .ofertaDiv .mockupDiv strong span {
  font-size: 32px;
}
#oferta .ofertaDiv .list {
  display: flex;
  padding: 8px 0px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-top: 8px;
}
#oferta .ofertaDiv .list > div {
  display: flex;
  min-height: 29px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  padding: 8px 0;
  border-top: 1px solid #E7E7E7;
}
#oferta .ofertaDiv .list > div p {
  color: #1A1A19;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
#oferta .ofertaDiv .list > div span {
  display: flex;
  padding: 6px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 44px;
  background: rgba(0, 0, 0, 0.05);
  color: #818181;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
#oferta .ofertaDiv .list > div:last-child {
  border-bottom: 1px solid #E7E7E7;
}
#oferta .ofertaDiv .priceDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  padding: 22px;
  align-self: stretch;
  background: #F2ECD9;
}
#oferta .ofertaDiv .priceDiv .tudo {
  color: #1A1A19;
  leading-trim: both;
  text-edge: cap;
  font-size: 20.8px;
  font-weight: 500;
  line-height: 100%;
}
#oferta .ofertaDiv .priceDiv .tudo span {
  color: #F00;
  text-decoration-line: line-through;
}
#oferta .ofertaDiv .priceDiv > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#oferta .ofertaDiv .priceDiv > div strong {
  color: #1A1A19;
  text-align: center;
  font-size: 20.7px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
#oferta .ofertaDiv .priceDiv .ou {
  color: #7F8374;
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
#oferta .ofertaDiv .btn {
  align-self: stretch;
}
@media (max-width: 600px) {
  #oferta {
    background: url(assets/ofertabgmob.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    padding: 25px 12px;
    gap: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #oferta .blueDiv {
    display: flex;
    height: 15px;
    border-radius: 3px 3px 0 0;
    align-items: center;
    width: 100%;
    background: #57D2DB;
    margin-bottom: -61px;
    z-index: 5;
    max-width: 360px;
  }
  #oferta .ofertaDiv {
    padding: 20px;
    gap: 26px;
    border-radius: 0 0 3px 3px;
    max-width: 360px;
  }
  #oferta .ofertaDiv .mockupDiv {
    padding: 10px 30px 30px;
  }
  #oferta .ofertaDiv .mockupDiv strong {
    font-size: 26px;
    max-width: 250px;
  }
  #oferta .ofertaDiv .mockupDiv .mockup {
    width: 250px;
  }
  #oferta .ofertaDiv .list > div {
    padding: 16px 0;
  }
  #oferta .ofertaDiv .list > div p {
    max-width: 179px;
  }
  #oferta .ofertaDiv .list > div p:last-child {
    max-width: unset;
  }
  #oferta .ofertaDiv .priceDiv {
    background: unset;
    padding: unset;
  }
  #oferta .ofertaDiv .priceDiv .tudo {
    font-size: 16px;
  }
  #oferta .ofertaDiv .priceDiv > div strong {
    font-size: 17px;
  }
  #oferta .ofertaDiv .priceDiv > div img {
    width: 200px;
  }
  #oferta .ofertaDiv .priceDiv .ou {
    color: #1A1A19;
  }
}

#faq {
  display: flex;
  padding: 80px 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
#faq strong {
  color: #CDD5B5;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 594px;
}
#faq .asks {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 24px;
  max-width: 660px;
}
#faq .asks .ask {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
#faq .asks .ask.active .answer {
  padding: 20px;
  height: auto;
}
#faq .asks .ask .answer {
  padding: 20px;
  color: #F7F4E8;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  height: 0;
  padding: 0 2.4rem;
  transition: all 0.5s ease;
}
#faq .asks .ask .title-wrapper {
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7px);
}
#faq .asks .ask .title-wrapper p {
  color: #F7F4E8;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
#faq .whatsBtn {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #82FF77;
  box-shadow: 0px 0px 44px 0px rgba(130, 255, 119, 0.35);
  color: #0F1219;
  font-size: 16px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
}
#faq .whatsBtn:hover {
  background: #3ef12e;
}
@media (max-width: 600px) {
  #faq {
    margin-top: -2px;
    padding: 33px;
  }
  #faq strong {
    font-size: 28px;
  }
  #faq .asks .ask .title-wrapper p {
    width: 308px;
  }
  #faq .whatsBtn {
    width: unset;
    line-height: 100%;
    text-align: center;
  }
}

footer {
  display: flex;
  padding: 24px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #090F13;
  border-top: 1px solid #476072;
}
footer strong {
  color: #a3a3a3;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
footer > div a {
  color: #a3a3a3;
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.2s;
}
footer > div a:hover {
  filter: brightness(130%);
}
footer > div p {
  color: #a3a3a3;
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  footer {
    padding: 24px 0;
  }
  footer .date {
    color: #FADB8C;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 18.473px;
    letter-spacing: 0.343px;
  }
  footer .logo {
    width: 312.723px;
  }
}

/*# sourceMappingURL=style.min.css.map */
