@import "../css/style.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&display=swap");

* {
  font-family: "Roboto Condensed";
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.esconder {
  display: none !important;
}

#container_pop_up_1 {
  position: fixed;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: #00000069;
}

.close_pop_up_1 {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.container_pop_up_1 {
  position: relative;
  width: 100%;
  max-width: 430px;
  background: #c12d2d;
  border: 4px solid #fff943;
  border-radius: 10px;
}

.container_pop_up_1_int {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 40px 20px;
}

.title_pop_up_1 h2 {
  font-weight: 700;
  font-size: 2.6em;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}

.sub_title_pop_up_1 p {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 100%;
  text-align: center;
  color: #000000;
}

.sub_title_pop_up_1 p b {
  font-weight: bold;
}

.btn_principal_pop_up_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 20px 30px;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  background: radial-gradient(
    100% 1603.14% at 0% 50.65%,
    #fdcc00 0%,
    #fffa45 50%,
    #fdcc00 100%
  );
  border: 1px solid #c49209;
  border-radius: 15px;
  cursor: pointer;
}

.btn_principal_pop_up_1 h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  color: #000000;
  text-align: center;
}

#container_pop_up_2 {
  position: fixed;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: #00000069;
}

.close_pop_up_2 {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.container_pop_up_2 {
  position: relative;
  width: 100%;
  max-width: 430px;
  background: #dcedf8;
  border: 4px solid #c32d2d;
  border-radius: 10px;
}

.container_pop_up_2_int {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 40px 20px;
}

.title_pop_up_2 h2 {
  font-weight: 700;
  font-size: 2.6em;
  line-height: 100%;
  text-align: center;
  color: #c32d2d;
}

.sub_title_pop_up_2 p {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 100%;
  text-align: center;
  color: #0d294f;
}

.sub_title_pop_up_2 p b {
  font-weight: bold;
}

.btn_principal_pop_up_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 20px 30px;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  background: radial-gradient(
    100% 1603.14% at 0% 50.65%,
    #fdcc00 0%,
    #fffa45 50%,
    #fdcc00 100%
  );
  border: 1px solid #c49209;
  border-radius: 15px;
}

.btn_principal_pop_up_2 h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  color: #0d294f;
  text-align: center;
}

#container_1 {
  background-image: url(../img/bg_home.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 5em 0 10em 0;
}

a {
  text-decoration: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  max-width: 354px;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.viewers {
  font-size: 1.6em;
  color: #000;
  text-align: center;
}

.container_tarja {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #d51010;
  padding: 20px 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.container_tarja_int {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}

.area_tarja {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.area_texts_tarja {
  display: flex;
  align-items: center;
  gap: 5px;
}

.title_tarja h2 {
  font-weight: 700;
  font-size: 1.4em;
  background: radial-gradient(
    100% 1603.14% at 0% 50.65%,
    #fdcc00 0%,
    #fffa45 50%,
    #fdcc00 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
}

.sub_title_tarja p {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 120%;
  color: #ffffff;
}

.btn_tarja {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 20px 30px;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  background: radial-gradient(
    100% 1603.14% at 0% 50.65%,
    #fdcc00 0%,
    #fffa45 50%,
    #fdcc00 100%
  );
  border: 1px solid #c49209;
  border-radius: 15px;
}

.btn_tarja h3 {
  font-weight: 700;
  font-size: 1.6em;
  color: #0055c2;
}

.notification {
  position: fixed;
  bottom: 0.625rem;
  left: 0.625rem;
  display: flex;
  background-color: #099340;
  padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  border-radius: 0.25rem;
  gap: 0.625rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  align-items: center;
  transform: translateY(200%);
  transition: all 0.2s ease-in-out;
  z-index: 1000;
}

.notification.active {
  transform: translateY(0);
}

.notification .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.3125rem;
  font-size: 1em;
}

.notification .text .name {
  font-weight: 600;
  font-size: 1em;
  margin: 0 0 0.125rem;
  color: #fff;
}

.notification .text .quantity {
  font-weight: 500;
  color: #fff;
  font-size: 0.9em;
  margin: 0 0 0.125rem;
}

.notification .text h5 {
  margin: 0;
}

.notification .text .time {
  font-weight: 400;
  color: #fff;
  font-size: 0.8em;
}

.notification .text .verified {
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 1.2em;
  font-size: 0.8em;
}

.notification .text .verified::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M5.5 11.5L2 8l1.5-1.5 2 2 4.5-4.5L13 5l-7.5 6z'/%3E%3C/svg%3E");
  position: absolute;
  left: 0.2rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #3d81fa;
  border-radius: 50%;
  padding: 0.0625rem;
  transform: translate(-50%, -50%);
}

.notification .close {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(0, 0, 0, 0.3490196078);
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 0.875rem;
  cursor: pointer;
}

.area_top_strip {
  background: linear-gradient(269.36deg, #7b0707 -1.89%, #e91717 104.82%);
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 999999;
}

.container_1 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.container_1_int {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

.area_container_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 850px;
  gap: 40px;
}

.area_text_container_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.title_container_1 h1 {
  font-weight: bold;
  font-size: 2.5em;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #0d284e;
}

.title_container_1 h1 b {
  font-weight: bold;
  color: #ab1a1a;
}

.btn_principal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 10px;
  max-width: 440px;
  background: linear-gradient(180deg, #5db816 0%, #2f8c03 100%);
  border-radius: 100px;
  -webkit-animation: pulse-verde 2s infinite;
  -moz-animation: pulse-verde 2s infinite;
  -o-animation: pulse-verde 2s infinite;
  animation: pulse-verde 2s infinite;
}

.btn_principal h2 {
  font-weight: 600;
  font-size: 1.4em;
  line-height: 110%;
  color: #ffffff;
}

#bg_clock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/*Clock*/
.container_bg_clock {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffece8;
  width: 100%;
}

.container_bg_clock_full {
  margin: 0;
  max-width: 100%;
  border-radius: 0;
}

.container_bg_clock_int {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  position: relative;
}

.container_bg_clock.avaliacoes {
  margin-top: 0;
}

.container_planos_int .arrow {
  margin: 30px auto -10px;
}

.area_bg_clock {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 5rem 0;
}

.area_bg_clock .count {
  background: linear-gradient(260deg, #d10646 0%, #8b0d37 100%), #24000c;
  width: fit-content;
  margin: 0 auto;
  padding: 0.75rem 3.125rem;
  border-radius: 6.25rem;
  line-height: 1;
}
.area_bg_clock .count p {
  background: radial-gradient(
    100% 1600% at 0% 50%,
    #fdcc00 0%,
    #fffa45 50%,
    #fdcc00 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.title_bg_clock h2 {
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1.2em;
  text-align: center;
  color: #24000c;
}

.count p {
  font-weight: 700;
  font-size: 3.4em;
  line-height: 100%;
  text-align: center;
  color: #fffa45;
}

/*Planos*/

.container_planos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0 6em;
  background-color: #ffece8;
}

.container_planos_int {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}

.area_texts_planos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.titles_texts_planos p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 100%;
  color: #202020;
}

.titles_texts_planos_2 p {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 100%;
  color: #202020;
}

.area_planos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.card_planos {
  display: flex;
  flex-direction: column;
  background-color: #ffccc0;
  max-width: 420px;
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card_planos.popular {
  background-color: #4a0017;
}

.basic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #a46b5f;
  border-radius: 20px 20px 0 0;
  padding: 20px 0;
}

.basic p {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
}

.basic.bundle {
  background-color: #470016;
}

.popular_card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(
    270deg,
    #8b0d37 0%,
    #d10646 35%,
    #8b0d37 50%,
    #d10646 65%,
    #8b0d37 100%
  );
  border-radius: 20px 20px 0 0;
  padding: 20px 0;
}

.popular_card p {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
}

.card_planos_int {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  padding: 1.6em 2.5em 1.6em 2.5em;
}

.lipo_drop {
  width: auto;
  max-width: 100%;
  max-height: 210px;
  height: auto;
  margin: 20px auto;
}

.title_card_planos h2 {
  font-weight: 700;
  font-size: 2.6em;
  line-height: 100%;
  color: #2a000d;
}

.popular .title_card_planos h2 {
  color: #ffffff;
}

.day_card_planos span {
  font-weight: 700;
  font-size: 2em;
  line-height: 100%;
  color: #2a000d;
}
.popular .day_card_planos span {
  color: #ffffff;
}

.price_planos h2 {
  font-weight: 700;
  font-size: 5em;
  line-height: 100%;
  color: #700123;
}

.price_planos h2 span {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 70px;
}

.area_price_planos {
  display: flex;
  align-items: flex-end;
}

.price_planos_bottle p {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 100%;
  color: #700123;
}

.popular .price_planos h2 {
  color: #ffffff;
}

.popular .price_planos_bottle p {
  color: #ffffff;
}

.area_free {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 10px 0;
}

.area_free_int {
  display: flex;
  align-items: center;
  gap: 5px;
}

.info_free p {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 100%;
  color: #2a000d;
  text-transform: uppercase;
}

.popular .info_free p {
  color: #ffffff;
}
.popular .price_total {
  color: #ffffff;
}

.info_free_2 p {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 100%;
  color: #e21a27;
  text-transform: uppercase;
}

.btn_planos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 20px 30px;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  background: radial-gradient(
    100% 1603.14% at 0% 50.65%,
    #fdcc00 0%,
    #fffa45 50%,
    #fdcc00 100%
  );
  border: 1px solid #c49209;
  border-radius: 15px;
}

.btn_planos h3 {
  font-weight: 700;
  font-size: 1.6em;
  color: #621d1d;
}

.price_total p {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 100%;
  color: #202020;
}

.price_total s {
  text-decoration-color: #ff0000;
}

.container_garantia {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #8b0d37 0%, #d10646 30%, #8b0d37 70%);
  border-top: 1px solid #7c7c7c;
  width: 100%;
  padding: 6em 0 6em 0;
  position: relative;
}

.container_garantia .garantee-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: clamp(10.625rem, 30vw, 15.625rem);
}

.container_garantia.rodape {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-top: 1px solid #7c7c7c;
  width: 100%;
  padding: 6em 0 6em 0;
}

.container_garantia_int {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
}

.area_garantia {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
}

.area_texts_garantia {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 740px;
}
.money-back {
  max-width: 300px;
}
.garantee-badges {
  width: 90%;
  max-width: 600px;
  margin: 40px auto 0;
}

.title_garantia h2 {
  font-weight: 700;
  font-size: 2.2em;
  line-height: 115%;
  color: #ffffff;
}

.info_garantia p {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 120%;
  color: #fff;
}

.rodape .title_garantia h2 {
  font-weight: 700;
  font-size: 2.2em;
  line-height: 115%;
  color: #0b2b0b;
}

.rodape .info_garantia p {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 120%;
  color: #202020;
}

.container_bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.container_bonus_int {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

.area_bonus {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 1000px;
}

.area_bonus_total {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 25px;
}

.area_bonus_int {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 60px;
}

.area_texts_bonus {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: max-content;
}

.bonus h2 {
  font-weight: 700;
  font-size: 2.6em;
  line-height: 100%;
  text-transform: uppercase;
  color: #621d1d;
}

.area_titles_bonus_total {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.area_titles_bonus {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.title_bonus h2 {
  font-weight: 700;
  font-size: 2.6em;
  line-height: 110%;
  color: #202020;
}

.sub_title_bonus p {
  font-weight: 400;
  font-size: 2em;
  line-height: 100%;
  color: #202020;
  text-transform: uppercase;
}

.sub_title_bonus p s {
  text-decoration-color: #ff0000;
}

.sub_title_bonus p b {
  background: radial-gradient(100% 1603.14% at 0% 50.65%, #fdcc00 0%, #b89508 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.info_bonus p {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 120%;
  color: #202020;
}

.container_order {
  display: flex;
  justify-content: center;
  width: 100%;
  background: linear-gradient(
      90deg,
      #ff0031 0%,
      #700102 40.87%,
      #ff0031 78.85%,
      #700102 100%
    ),
    linear-gradient(90deg, #0c264a 0%, #3d81fa 100%);
  padding: 6em 0 6em 0;
}

.container_order_int {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  width: 100%;
}

.area_order {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 70px;
  width: 100%;
}

.area_order_int_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  width: 100%;
  max-width: max-content;
}

.area_titles_order {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: max-content;
  text-align: center;
}

.titles_order h2 {
  font-weight: 700;
  font-size: 2.4em;
  line-height: 115%;
  color: #ffffff;
}

.titles_order h2 b {
  color: #fffd00;
  text-decoration: underline;
}

.sub_title_order p {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 108%;
  color: #ffffff;
}

.area_order_int_2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.card_order {
  width: 100%;
  max-width: 410px;
  background: #f4f4f4;
  border-radius: 12px;
  display: flex;
}

.card_order_int {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 50px;
}

.area_check_order {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.info_check p {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 100%;
  color: #202020;
}

/*Container Swiper*/

.container_swiper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 6em 0 6em 0;
  background: #fff5f4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_swiper_int {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.area_swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.title_swiper h2 {
  font-weight: 700;
  font-size: 2.4em;
  line-height: 115%;
  text-align: center;
  color: #202020;
}

.swiper {
  width: 100%;
  height: 100%;
  max-width: 2400px;
  overflow-y: visible !important;
}

.swiper-pagination {
  bottom: -40px !important;
}

.swiper-pagination-bullet {
  background-color: #202020 !important;
  opacity: 1 !important;
  height: 10px !important;
  width: 10px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: radial-gradient(#a32222 20%, #3e0000 100%);
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.box_container {
  max-width: 70vw;
  width: 100%;
}

.container_avaliacoes + .container_planos {
  background-color: #fff5f4;
}

/*Avaliações*/

.container_avaliacoes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6em 0 10em;
}

.container_avaliacoes,
.container_avaliacoes + #bg_clock,
.container_avaliacoes + #bg_clock + .container_planos {
  background-color: #fff5f4;
}

.container_avaliacoes_int {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

.card_avaliacoes {
  width: 100%;
  background: linear-gradient(250deg, #d10646 0%, #8b0d37 100%);
  border-radius: 12px;
  margin: 0 auto;
}

.card_avaliacoes_int {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  text-align: center;
  padding: 40px 20px 70px;
  position: relative;
}

.card_avaliacoes_int .avaliacao_avatar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 70%);
  max-width: 8.75rem;
  width: 40%;
  border-radius: 100%;
}

.area_stars_avaliacoes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.area_stars_avaliacoes img {
  border-radius: 0;
  max-width: 130px;
}

.info_avaliacoes p {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 134%;
  color: #ffffff;
}

.info_avaliacoes p b {
  color: #f3df01;
}

.area_texts_avaliacoes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 15px;
}

.title_avaliacoes h2 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 100%;
  color: #ffffff;
}

.sub_title_avaliacoes p {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 120%;
  color: #ffffff;
}

.avaliacoes-swiper.swiper {
  width: 70vw;
  max-width: 680px;
  padding: 0 clamp(2.5rem, 5vw, 5rem) 60px;
  position: relative;
}

.avaliacoes-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.avaliacoes-swiper .swiper-slide {
  height: auto;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.avaliacoes-pagination.swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50% !important;
  transform: translate(-50%, 40px);
  width: fit-content !important;
}

.avaliacoes-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #bea0a4 !important;
}

.avaliacoes-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #d00646 !important;
}

.swiper-button-next.avaliacoes-button-next,
.swiper-button-prev.avaliacoes-button-prev,
.avaliacoes-button-prev {
  --swiper-navigation-size: clamp(30px, 5vw, 44px);
  color: #514f4f !important;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  margin-top: 0;
}

.avaliacoes-button-next::after,
.avaliacoes-button-prev::after {
  font-size: 20px;
  font-weight: 700;
}

.swiper-button-next.avaliacoes-button-next {
  right: 0;
}

.swiper-button-prev.avaliacoes-button-prev {
  left: 0;
}

/*Berry*/

#container_berry {
  background-image: url(../img/bg_berry.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 6em 0 6em 0;
}

.container_berry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.container_berry_int {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

.area_berry {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 70px;
  width: 100%;
  padding: 0 20px;
}

.imagens_ingredientes {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.area_titles_berry {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}

.title_mitolyn h2 {
  font-weight: 700;
  font-size: 2.6em;
  line-height: 100%;
  color: #0b2b0b;
}

.sub_title_mitolyn p {
  font-weight: 400;
  font-size: 2.4em;
  line-height: 100%;
  color: #202020;
}

.area_card_berry_total {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 20px;
}

.card_berry {
  width: 100%;
  max-width: 420px;
}

.card_berry_int {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.title_berry h2 {
  font-weight: 700;
  font-size: 2.4em;
  line-height: 100%;
  color: #202020;
}

.sub_title_berry p {
  font-weight: 400;
  font-size: 1.1em;
  line-height: 120%;
  color: #202020;
}

.area_list_berry {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.list_berry {
  display: flex;
  align-items: center;
  gap: 5px;
}

.info_list_berry p {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 100%;
  color: #202020;
}

/*Faq*/
.container_faq {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 6em 0 6em 0;
  background: linear-gradient(270deg, #8b0d37 0%, #d10646 30%, #8b0d37 70%);
  border-top: 1px solid #7c7c7c;
  position: relative;
}

.container_faq_int {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
}

.title_faq h2 {
  font-weight: 700;
  font-size: 2.6em;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}

.area_faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  gap: 5px;
}

.faq_quests {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 35px 20px 35px;
  cursor: pointer;
}

.quest {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  cursor: pointer;
}

.quest h2 {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 100%;
  color: #202020;
}

.close {
  opacity: 1 !important;
}

.aswer {
  max-height: 0;
  opacity: 0;
  transition: all ease-in-out 400ms;
  transform: scaleY(0.2);
  transform-origin: top;
  background: #ffffff;
  border: 1.2px solid #818181;
  border-radius: 6px;
  position: relative;
  z-index: 0;
}

.aswer.open {
  margin: -18px 0 20px 0;
  padding: 20px 35px 20px 35px;
}

.aswer h2 {
  font-size: 1.25em;
  line-height: 120%;
  color: #202020;
  font-weight: 400;
}

.open {
  display: flex;
  height: fit-content;
  max-height: 100% !important;
  transition: all ease-in-out 400ms;
  opacity: 1;
  transform: scaleY(1);
}

footer {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #ffecea;
  padding: 6em 0 6em 0;
}

.container_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container_footer_int {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

.area_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 0 20px;
}

.title_footer h2 {
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1.2em;
  text-align: center;
  color: #202020;
}

.area_infos_footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  width: 100%;
  padding: 0 20px;
}

.infos_footer {
  width: 100%;
  max-width: 600px;
}

.area_infos_footer ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.area_infos_footer ul li {
  font-weight: 400;
  font-size: 0.8em;
  line-height: 117%;
  color: #202020;
}

.area_footer a {
  max-width: 500px;
}

.btn_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 20px 30px;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  background: radial-gradient(
    100% 1603.14% at 0% 50.65%,
    #fdcc00 0%,
    #fffa45 50%,
    #fdcc00 100%
  );
  border: 4px solid #c49209;
  border-radius: 15px;
}

.btn_footer h2 {
  font-weight: 700;
  font-size: 2em;
  line-height: 100%;
  color: #621d1d;
  text-align: center;
}

.container_creditos {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #24000c;
  padding: 6em 0 6em 0;
}

.container_creditos_int {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

.area_creditos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.area_infos_creditos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 780px;
}

.area_infos_creditos a {
  max-width: max-content;
}

.infos_creditos p {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}

.text_creditos p {
  font-weight: 400;
  font-size: 0.9em;
  text-align: center;
  line-height: 120%;
  color: #ffffff;
}

.container_depoimentos {
  margin-bottom: 6em;
}

@media (max-width: 1366px) {
  .card_planos {
    max-width: 380px;
  }
}

@media (max-width: 1024px) {
  .area_texts_tarja {
    text-align: center;
  }

  .area_tarja {
    flex-direction: column;
    max-width: 600px;
    gap: 20px;
    padding: 0 20px;
  }

  .title_bg_clock h2 {
    font-size: 2em;
  }

  .area_garantia {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0 20px;
  }

  .area_texts_garantia {
    text-align: center;
    align-items: center;
    gap: 20px;
  }

  .bg_points {
    display: none;
  }

  .area_bonus {
    justify-content: center;
  }

  .area_bonus_int {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .area_texts_bonus {
    align-items: center;
    text-align: center;
    max-width: 600px;
  }

  .bonus h2 {
    font-size: 2.4em;
  }

  .title_bonus h2 {
    font-size: 2.2em;
  }

  .area_order_int_1 {
    flex-direction: column;
    gap: 40px;
  }

  .area_titles_order {
    gap: 20px;
  }

  .area_order_int_2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .area_order {
    gap: 60px;
  }

  .area_avaliacoes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
  }

  .avaliacoes-button-next {
    right: 10px;
  }

  .avaliacoes-button-prev {
    left: 10px;
  }

  .area_berry {
    gap: 60px;
  }

  .area_card_berry_total {
    grid-template-columns: repeat(2, 1fr);
  }

  .container_faq_int {
    padding: 0 20px;
  }

  .area_footer {
    padding: 0 20px;
  }

  .title_footer h2 {
    font-size: 2em;
  }

  .area_infos_footer ul {
    padding-left: 20px;
  }

  .area_infos_footer {
    gap: 40px;
  }

  .area_creditos {
    padding: 0 20px;
  }

  .area_infos_footer {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .area_texts_tarja {
    text-align: center;
  }

  .btn_tarja {
    display: none;
  }

  .viewers {
    font-size: 1.4em;
  }

  .sub_title_tarja p {
    font-size: 0.9em;
  }

  .area_tarja {
    padding: 0 10px;
  }

  .title_tarja h2 {
    font-size: 1em;
  }

  .btn_tarja {
    max-width: max-content;
    padding: 15px 20px 15px 20px;
  }

  #container_1 {
    padding: 3em 0 10em 0;
  }

  .title_container_1 h1 {
    font-size: 2.2em;
    padding: 0 20px;
  }

  .area_bg_clock {
    padding: 0;
  }

  .container_bg_clock_int {
    padding: 40px;
  }

  .container_planos {
    width: auto;
    padding: 2em 2em 6em 2em;
  }

  .btn_planos h3 {
    font-size: 1.4em;
  }

  .title_garantia h2 {
    font-size: 2em;
  }

  .title_avaliacoes h2 {
    font-size: 1.4em;
  }

  .title_bg_clock h2 {
    font-size: 1.6em;
  }

  .area_bonus_int {
    padding: 0 20px;
    width: auto;
  }

  .price_planos h2 {
    font-size: 4em;
  }
  .price_planos h2 span {
    font-size: 50px;
  }

  .title_swiper h2 {
    font-size: 2em;
  }

  .area_swiper {
    padding: 0 20px;
  }

  .area_order {
    padding: 0 20px;
  }

  .titles_order h2 {
    font-size: 2em;
  }

  .area_order_int_2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .area_card_berry_total {
    grid-template-columns: repeat(1, 1fr);
  }

  .sub_title_mitolyn p {
    font-size: 2em;
  }

  .lipo_drop {
    width: auto;
    max-width: 100%;
    max-height: 210px;
    height: auto;
    margin: 20px auto;
  }

  .info_check p {
    font-size: 1.4em;
  }
}

@media (max-width: 375px) {
  .btn_planos h3 {
    font-size: 1.2em;
  }
  .btn_planos {
    padding: 20px 20px 20px 20px;
  }

  .title_pop_up_1 h2 {
    font-size: 2.2em;
  }
  .btn_principal_pop_up_1 {
    max-width: 260px;
  }
  .btn_principal_pop_up_1 h3 {
    font-size: 22px;
  }

  .title_pop_up_2 h2 {
    font-size: 2.2em;
  }
  .btn_principal_pop_up_2 {
    max-width: 260px;
  }
  .btn_principal_pop_up_2 h3 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .count p {
    font-size: 5rem;
  }

  .container_avaliacoes {
    padding: 10em 0 12em;
  }
}
