/* === Fontes locais otimizadas === */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lobster';
  src: url('../fonts/Lobster-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


:root {
  /* 🎨 Paleta base (globais) */
  --bg: transparent; /* fundo sem cor */
  --bg-white: rgb(
    255,
    255,
    255,
    0.9
  );
  --yellow: rgb(
    255,
    242,
    0,
    0.5
  ); /* amarelo base */
  --accent: rgb(
    206,
    38,
    155,
    0.9
  ); /* rosa forte */
  --purple: rgba(
    128,
    0,
    128,
    0.8
  ); /* roxo translúcido */
  --white: #fff;
  /* 🌈 Tokens semânticos */
  --text-color-primary: rgb(
    64,
    0,
    63
  );
  --button-color-primary: rgb(
    64,
    0,
    63
  );
  /* Escala de fontes */
  --font-size-xs: 0.75rem; /* 12px */
  --font-size-sm: 0.875rem; /* 14px */
  --font-size-base: 1rem; /* 16px (padrão do navegador) */
  --font-size-md: 1.125rem; /* 18px */
  --font-size-lg: 1.25rem; /* 20px */
  --font-size-xl: 1.5rem; /* 24px */
  --font-size-2xl: 2rem; /* 32px */
  --font-size-3xl: 2.5rem; /* 40px */
  --font-size-4xl: 3rem; /* 48px */
  /* Escala de espaçamento (base 4px) */
  --space-0: 0; /* 0px */
  --space-1: 0.25rem; /* 4px */
  --space-2: 0.5rem; /* 8px */
  --space-3: 0.75rem; /* 12px */
  --space-4: 1rem; /* 16px */
  --space-5: 1.25rem; /* 20px */
  --space-6: 1.5rem; /* 24px */
  --space-8: 2rem; /* 32px */
  --space-10: 2.5rem; /* 40px */
  --space-12: 3rem; /* 48px */
  --space-16: 4rem; /* 64px */
  /* Escala de espaçamento paragrafo */
  --line-height-sm: 1.2;
  --line-height-base: 1.5;
  --line-height-lg: 1.75;
  /* 📐 Radius, spacing, etc */
  --radius: 12px;
  --radius-md: 12px;
  --radius-base: 16px;
  --radius-lg: 24px;
}
/* Loader fundo */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(127,0,126); /* cor da sua marca */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Circulo girando */
.spinner {
  width: 70px;
  height: 70px;
  border: 6px solid #fff;
  border-top-color: #ffc927; /* amarelo da marca */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Animação de giro */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Esconder suavemente */
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.bg-person {
  height: 1120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  background: linear-gradient(0deg, rgba(236, 235, 232, 1) 0%, transparent 100%),
   url("../image/image_v3_home_mobile.webp")
    top center/cover
    no-repeat;
  z-index: 10;
}



.container-primary {
  width: 100%;
  min-height: 8px;
  background: yellow;
}
.container-secound {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  min-height: 160px;
  background: #690269;
}
.container-secound
  p {
  padding: 20px 15px;
  letter-spacing: 0.125rem;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  line-height: var(
    --line-height-sm
  );
  font-size: var(
    --font-size-lg
  );
  color: #fff;
  /* color: var(--white); */
}
.veja-videos {
  display: flex;
  justify-content: center;
  padding: 20px;
  font-size: var(
    --font-size-2xl
  );
  color: yellow;
}
.container-third {
  width: 100%;
  min-height: 8px;
  background: yellow;
}
/* INICIO CONTAINER VIDEOS ANTES-MINHA HISTÓRIA-DEPOIS */
.bg-video {
  position: relative;
  height: 1298px;
  background: url("../image/image_v2_9_mobile.webp")
    top center/cover
    no-repeat;
  z-index: 999;
}
.container-video {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  margin: 0 auto;
  height: 800px;
}
.bg-video-template {
  margin-top: 2.125rem;
}
.video-wrap-before {
  position: absolute;
  border: 2px solid yellow;
  top: 70px;
  width: 212px;
  height: 396px;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.video-inner-before {
  width: 100%;
  height: 100%;
}
.video-inner-before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.video-wrap-before.playing iframe {
  position:absolute;
  top: 6px;
  height: 378px;
  transform: scale(1.38);
}

.video-wrap-after {
  position: absolute;
  border: 2px solid
    yellow;
  top: 1108px;
  width: 212px;
  height: 396px;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.video-inner-after {
  width: 100%;
  height: 100%;
}
.video-inner-after
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.video-wrap-after.playing
  iframe {
  position:absolute;
  top: 8px;
  height: 379px;
  transform: scale(
    1.37
  );
}
.my-presentation {
  margin-top: 30.6rem;
  width: 90%;
  min-height: 32.575rem;
  padding: 25px 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border: 4px solid
    rgb(255, 242, 0);
  /* background: var(
    --bg-white
  ); */
  border-radius: var(--radius-base);
  z-index: 4;
}
.my-presentation__title {
  width: 100%;
  margin-top: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lobster";
  font-style: italic;
  font-weight: 800;
  font-size: var(
    --font-size-2xl
  );
  letter-spacing: 2px;
  line-height: var(
    --line-height-sm
  );
  color: #fff;
}
.container-hr {
  width: 10rem;
  min-height: 0.313rem;
  background: var(
    --accent
  );
  z-index: 99999;
}
.my-presentation__description {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  padding: 0rem
    0.6rem;

  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: var(
    --font-size-md
  );
  color: #fff;
}

.container-btn-modern-video {
  margin-top: 530px;
}
.container-btn-modern-video
  span {
  margin: auto;
  font-weight: 900;
}
.btn-modern-video {
  position: relative;
  width: 300px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 75px
    14px 35px; /* espaço extra à direita pro círculo */
  border-radius: 50px;
  color: #7f007e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid
    transparent;

  /* fundo branco e borda com gradiente */
  background-image: linear-gradient(
      yellow,
      #fff
    ),
    linear-gradient(
      90deg,
      #7928ca,
      #ff0080
    );
  background-origin: border-box;
  background-clip: padding-box,
    border-box;

  transition: all
    0.3s ease;
  overflow: hidden;
}

/* círculo no canto direito */
.btn-modern-video
  .circle {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(
    -50%
  );
  background: linear-gradient(
    90deg,
    #7928ca,
    #ff0080
  );
  border-radius: 50%;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all
    0.3s ease;
}

/* seta */
.btn-modern-video
  .arrow {
  font-size: 26px;
  font-weight: 100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: transform
    0.3s ease;
}

/* animações no hover */
.btn-modern-video:hover
  .arrow {
  transform: translateX(
    4px
  );
}

.btn-modern-video:hover
  .circle {
  box-shadow: 0 0
    12px
    rgba(
      255,
      102,
      196,
      0.6
    );
}

/* Imagem sobreposta */
.click-btn-video {
  position: absolute;
  top: 126.2%; /* centraliza verticalmente */
  left: 80%; /* centraliza horizontalmente */
  transform: translate(
    -50%,
    -50%
  ); /* centralização exata */
  width: 50px; /* ajuste o tamanho */
  z-index: 999; /* acima do botão */
  pointer-events: none; /* permite clicar no botão mesmo com a imagem em cima */
  animation: pulse-btn-video-mobile
    1.5s infinite;
}
/* .rope-btn-video {
  position: relative;
  top: 101.75rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
} */
.rope-btn-video
  img {
  width: 22.875rem;
  z-index: 999;
  transition: all
    0.3s ease;
  filter: drop-shadow(
    0 0 8px
      rgba(
        255,
        255,
        255,
        0.4
      )
  );
}
/* TÉRMINO CONTAINER VIDEOS ANTES-MINHA HISTÓRIA-DEPOIS */
/* INICIO TRANSFORMAÇÃO */
.bg-transformation {
  position: relative;
  top: 25.5rem;
  width: 100%;
  height: 900px;
  background: url("../image/image_v2_17_mobile.webp")
    center/cover
    no-repeat;
}
.mission {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mission__content {
  display: flex;
  flex-direction: column;
}
.mission__title {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;

  font-family: "Lobster";
  font-size: var(
    --font-size-2xl
  );
  text-align: center;
  letter-spacing: var(
    --space-1
  );
  line-height: var(
    --line-height-xl
  );
  color: rgb(
    255,
    255,
    255
  );
}
.mission__hr {
  width: 13rem;
  min-height: 5px;
  background: yellow;

  margin-top: -20px;
}
.mission__text {
  display: flex;
  flex-direction: column;
  text-align: justify;
  padding: 15px 20px;
  letter-spacing: 1px;
  line-height: var(
    --line-height-sm
  );
  font-size: var(
    --font-size-md
  );
}

.mission__text--primary {
  color: rgb(
    255,
    255,
    255
  );
}
.mission__text--secondary {
  font-weight: 800;
  color: yellow;
}
.mission__list-container {
  display: flex;
  flex-direction: column;
  padding: 0px 15px;
}
.mission__list-container-transfomation {
  padding: 50px 0px 20px 0px;
}
.mission__list {
  list-style: none;
  padding: 20px 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.mission__list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: var(
    --font-size-md
  );
  line-height: var(
    --line-height-sm
  );
  letter-spacing: 0.1px;
  color: var(
    --text-color-primary
  );
}
.mission__list
  li::before {
  content: "•"; /* ou use um ícone/emoji */
  position: absolute;
  left: 0;
  top: 0.15rem;
  font-size: var(
    --font-size-md
  );
  line-height: var(
    --line-height-sm
  );
  color: #7a1f7a;
}

.container-btn-modern-transfomation
  span {
  margin: auto;
  font-weight: 900;
}
.btn-modern-transfomation {
  position: relative;
  width: 300px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 75px
    14px 35px; /* espaço extra à direita pro círculo */
  border-radius: 50px;
  color: #7f007e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid
    transparent;

  /* fundo branco e borda com gradiente */
  background-image: linear-gradient(
      yellow,
      #fff
    ),
    linear-gradient(
      90deg,
      #7928ca,
      #ff0080
    );
  background-origin: border-box;
  background-clip: padding-box,
    border-box;

  transition: all
    0.3s ease;
  overflow: hidden;
}

/* círculo no canto direito */
.btn-modern-transfomation
  .circle {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(
    -50%
  );
  background: linear-gradient(
    90deg,
    #7928ca,
    #ff0080
  );
  border-radius: 50%;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all
    0.3s ease;
}

/* seta */
.btn-modern-transfomation
  .arrow {
  font-size: 26px;
  font-weight: 100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: transform
    0.3s ease;
}

/* animações no hover */
.btn-modern-transfomation:hover
  .arrow {
  transform: translateX(
    4px
  );
}

.btn-modern-transfomation:hover
  .circle {
  box-shadow: 0 0
    12px
    rgba(
      255,
      102,
      196,
      0.6
    );
}

.container-user-guide {
  top: 62rem;
  width: 90%;
}
.container-user-guide__content {
  height: 42.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
  padding: var(
    --space-3
  );
  border: 4px solid
    var(--accent);
  border-radius: var(
    --radius-base
  );
  background: var(
    --yellow
  );
}
.container-user-guide__title {
  font-family: "Lobster";
  font-weight: 800;
  font-size: var(
    --font-size-2xl
  );
  text-align: center;
  letter-spacing: 2px;
  line-height: var(
    --line-height-sm
  );
  color: var(
    --text-color-primary
  );
}
.container-user-guide__hr {
  top: 6.475rem;
  width: 10rem;
  height: 0.313rem;
  background: var(
    --white
  );
}
.container-user-guide__sub-title {
  width: 100%;
  padding-bottom: 10px;
  margin-top: -50px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 800;
  line-height: 1.3;
  font-size: 20px;
  color: var(
    --text-color-primary
  );
}
.container-user-guide__icon-description {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(
    --space-2
  );
  padding-bottom: var(
    --space-2
  );
}
.container-user-guide__icon {
  padding: var(
    --space-2
  );
}
.container-user-guide__description {
  line-height: var(
    --line-height-sm
  );
  letter-spacing: 1px;
  font-weight: 400;
  font-size: var(
    --font-size-md
  );
  color: var(
    --text-color-primary
  );
}
/* .vitalicio {
  position: relative;
  top: 35rem;
  min-height: 200px;
  border: 2px solid var(--text-color-primary);
} */
/* TERMINO TRANSFORMAÇÃO */
/* INICIO TEMPO LIMITE PARA COMPRA */
.bg-limited-time {
  position: relative;
  top: 30rem;
  left: 0;
  width: 100%;
  height: 21rem;
  background: url("../image/image_v2_23_mobile.webp")
    center/cover
    no-repeat;
}
.limited-time__title {
  width: 90%;
  text-align: center;
  line-height: var(
    --line-height-base
  );
  letter-spacing: 1px;
  font-weight: 400;
  font-size: var(
    --font-size-md
  );
  color: var(
    --text-color-primary
  );
}
.limited-time__img {
  top: 5.25rem;
}
.limited-time__btn {
  top: 19.5rem;
  width: 66%;
  padding: var(
      --space-3
    )
    var(--space-3);
  font-size: var(
    --font-size-sm
  );
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all
    0.3s ease;
  border-radius: 20px;
  border: 2px solid
    var(--white);
  color: var(
    --white
  );
  background: rgb(
    250,
    0,
    0
  );
}

/* TERMINO TEMPO LIMITE PARA COMPRA */
/* INICIO GARANTIA PARA COMPRA */
.bg-guarantee {
  position: relative;
  top: 32.375rem;
  left: 0;
  height: 420px;
  background: url("../image/image_v2_26_mobile.webp")
    center/cover
    no-repeat;
}
.guarantee__title {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(
    --font-size-md
  );
  font-weight: 600;
  margin: 30px auto;
  letter-spacing: 1px;
  line-height: var(
    --line-height-sm
  );
  color: var(
    --text-color-primary
  );
}
.guarantee__content {
  margin-top: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.guarantee__content
  p {
  text-align: center;
  padding: 4px 0px;
  font-size: 24px;
}
.icon-padlock {
  font-size: 70px;
}
.guarantee__img {
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  margin-top: -40px;
}
.selo-garantia {
  width: 130px; /* padrão (mobile) */
  max-width: 100%; /* garante que não estoure a tela */
}
/* TERMINO GARANTIA PARA COMPRA */
/* INICIO PRODUTOS PARA COMPRAR */
.product-business {
  margin-top: 31.25rem;
  width: 100%;
}
.product-business__content {
  height: 29.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product-business__title {
  font-weight: 800;
  font-size: var(
    --font-size-xl
  );
  letter-spacing: 1px;
  line-height: var(
    --line-height-sm
  );
  color: var(
    --text-color-primary
  );
  padding-bottom: var(
    --space-2
  );
}
.product-business__hr {
  width: 11.25rem;
  min-height: 0.375rem;
  margin-top: var(
    --space-5
  );
  margin-bottom: var(
    --space-5
  );
  background: var(
    --accent
  );
}
.product-business__cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.product-business__container-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.product-business__container-card
  a {
  text-decoration: none;
}
.product-business__container-card-product {
  width: 10.25rem;
  height: 10.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: var(
    --space-2
  );
  border-radius: 50%;
  border: 8px solid
    rgb(
      220,
      234,
      103
    );
  overflow: hidden;
}
.product-business__container-card-product picture img {
  width: 110px;
  height: 140px;
}
.product-business__container-card-title {
  width: 100%;
  min-height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(
      --space-0
    )
    var(--space-7);
  font-weight: 700;
  color: var(
    --text-color-primary
  );
  padding-bottom: var(
    --space-3
  );
}
.product-business__container-card-btn {
  width: 100%;
  padding: var(
      --space-2
    )
    var(--space-5);
}
.product-business__container-card-btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(
      --space-2
    )
    var(--space-2);
  border-radius: 20px;
  font-weight: bold;
  background: linear-gradient(
    25deg,
    var(--accent),
    var(
      --button-color-primary
    )
  );
  color: var(
    --white
  );
  transition: transform
      0.2s ease,
    box-shadow 0.2s
      ease;
}
/* TERMINO PRODUTOS PARA COMPRAR */
/* INICIO PERGUNTAS FREQUENTES*/
.faqs-and-terms {
  position: relative;
  width: 100%;
  height: 23.5rem;
  background: url("../image/image_v2_27_mobile.webp")
    center/cover
    no-repeat;
  z-index: 999;
}
.faqs__content {
  width: 90%;
}
header {
  text-align: center;
  margin-bottom: 1.875rem;
}
header p {
  margin: 0;
  font-size: 1.8rem;
  color: rgb(
    220,
    234,
    103
  );
}
.faqs__content-wrap {
  background: var(
    --yellow
  );
  border-radius: var(
    --radius
  );
  padding: 1rem
    1.5rem;
  box-shadow: 0 4px
    12px
    rgba(
      128,
      0,
      128,
      0.25
    );
  border: 2px solid
    var(--accent);
}
/* Accordion */
details {
  background: var(
    --purple
  );
  border-radius: var(
    --radius
  );
  margin-bottom: 12px;
  padding: 0.8rem
    1rem;
  transition: background
    0.2s ease;
  border: 2px solid
    rgba(
      206,
      38,
      155,
      0.6
    );
  color: var(
    --white
  );
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  font-size: var(
    --font-size-base
  );
  color: rgb(
    220,
    234,
    103
  );
}
.chev {
  transition: transform
    0.2s ease;
  color: rgb(
    220,
    234,
    103
  );
  font-size: 20px;
}
details[open]
  .chev {
  transform: rotate(
    180deg
  );
}
.content {
  padding-top: 0.6rem;
  font-size: 0.95rem;
  line-height: var(
    --line-height-base
  );
  max-height: 0;
  overflow: hidden;
  transition: max-height
    0.25s ease;
}
.icon {
  font-size: var(
    --font-size-2xl
  );
  margin-left: 0.625rem;
  line-height: 1;
  display: inline-block;
}
.summary {
  text-align: left;
  font-size: var(
    --font-size-base
  );
  letter-spacing: 1px;
  flex: 1;
  margin: 0 0.5rem;
}
.content ul {
  padding-left: 1rem;
  margin: 0.4rem 0;
}
.content li {
  margin-bottom: 0.3rem;
}
.note {
  margin-top: 16px;
  font-size: 0.85rem;
  color: var(
    --purple
  );
  text-align: center;
}
.footer {
  position: relative;
  margin-top: 30.5rem;
  width: 100%;
  background: url("../image/image_v2_28_mobile.webp")
    center/cover
    no-repeat;
  /* margin-bottom: var(--space-3); */
}
.footer__content {
  width: 100%;
  height: 18rem;
  padding: 6px 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.footer__content-social-media {
  top: 5rem;
  width: 100%;
  height: 1.925rem;
  padding-top: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  z-index: 999;
}
.footer__content-social-media-img {
  padding: 0px 15px;
}
/* Estilização do link */
.footer__content-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.footer__content-menu-link {
  cursor: pointer;
  font-size: var(
    --font-size-sm
  );
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(
    --accent
  );
  margin: 0 4px;
  position: relative;
}
.footer__content-menu-separator {
  padding: 0rem
    0.5rem;
  color: var(
    --accent
  );
  padding-top: 44px;
}
.modal-content p {
  text-align: justify;
  margin: 0;
}
.modal-content hr {
  margin: 0.625rem
    0px !important;
  text-decoration: underline;
}
/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  );
}
.modal-content {
  background-color: #fff;
  color: #333;
  margin: 10% auto;
  padding: 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 8px
    20px
    rgba(
      128,
      0,
      128,
      0.3
    );
}
.close {
  float: right;
  font-size: 1.75rem;
  font-weight: bold;
  cursor: pointer;
}
.modal-content h1,
h2 {
  color: #800080;
}
.modal-content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.modal-content h2 {
  font-size: 1.4em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.modal-content p {
  margin-bottom: 1em;
}
.modal-content ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
.modal-content li {
  margin-bottom: 0.5em;
}
.modal-content a {
  color: #800080;
  text-decoration: none;
}
.modal-content
  a:hover {
  text-decoration: underline;
}
@keyframes pulse-btn-init-mobile {
  0%,
  100% {
    transform: scale(
      1
    );
    filter: drop-shadow(
      0 0 6px
    );
  }
  50% {
    transform: scale(
      1.18
    );
    filter: drop-shadow(
      0 0 15px
    );
  }
}
@media (min-width: 425px) {
  .menu-logo {
    top: 6px;
  }
  .card {
  height: 970px;
}
  .click-btn-video {
    top: 124.8%; /* centraliza verticalmente */
  }
  .bg-person {
    height: 1050px; 
  }
}
@media (min-width: 738px) {
  .menu-logo {
    top: 20px;
    left: 100px;
  }
  .menu-logo img {
    width: 126px;
    height: 120px;
  }
  .card {
    max-width: 800px;
  }
  .benefits div {
    justify-content: center;
  }
  .button-wrapper {
    padding: 0px 0px;
  }
  .my-presentation__title {
    font-size: var(--font-size-3xl);
}
  .my-presentation__description {
    font-size: var(--font-size-xl);
  }
  .mission__list {
    margin-top: 10.875rem;
    max-width: 820px;
  }
}
@media (min-width: 1024px) {
  .bg-person {
    height: 840px;
    background: linear-gradient(
        0deg,
        rgba(
            236,
            235,
            232,
            1
          )
          0%,
        transparent
          100%
      ),
      url("../image/v4_1_home_desktop.webp")
        top
        center/cover
        no-repeat;
  }
  .menu-logo {
    top: 20px;
    left: 100px;
  }
  .menu-logo
    picture
    img {
    width: 130px;
    height: auto;
  }
  .card {
    position: relative;
    top: 46px;
    padding: 20px
      15px;
    max-width: 86%;
    width: 86%;
    min-height: 100vh;
    height: 100vh;
  }
  .card h1 {
    padding-top: 190px;
    margin-bottom: 135px;
  }
  .benefits {
    display: flex;
    flex-direction: column;
  }
  .benefits div {
    justify-content: center;
  }
  .container-secound
    p {
    font-size: var(
      --font-size-xl
    );
  }
  .btn-modern-init span {
    font-size: 20px !important;
    align-items: center !important;
  }
  .btn-modern-init {
    width: 440px;
    height: 70px;
  }
  .btn-init {
    padding: 32px 75px;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    min-height: 96px;
  }
  .click-btn-init {
    top: 50%;
    left: 90%;
  }
  /* TÉRMINO CONTAINER MEU INICIO NA CORDA */

  /* INICIO CONTAINER VIDEOS ANTES-MINHA HISTÓRIA-DEPOIS */
  .bg-video {
    height: 910px;
    background: url("../image/bg_video_desktop.webp")
      top
      center/cover
      no-repeat;
  }
  .container-video {
    justify-content: center;
  }
  .bg-video-template {
    position: absolute;
    width: 76rem;
    height: 520px;
  }
  .bg-video-template img {
    position: absolute;
    left: 50%;
    transform: translate(
      -50%,
      -50%
    );
  }
  .video-wrap-before {
    top: 137px;
    left: 153px;
    width: 232px;
    height: 84%;
  }
  .video-inner-before
    img {
    top: 216px;
    width: 100%;
    cursor: pointer;
  }
  .video-wrap-before.playing iframe {
    position:absolute;
    top: -22px;
    transform: scale(1.37);
    height: 478px;
    transform: scale(1.20);
  }
  .video-wrap-after {
    top: 137px;
    left: 1064px;
    width: 232px;
    height: 84%;
  }
  .video-inner-after
    img {
    top: 216px;
    width: 100%;
    cursor: pointer;
  }
  .video-wrap-after.playing iframe {
    position:absolute;
    top: -1px;
    height: 438px;
    transform: scale(
      1.3
    );
  }
  .my-presentation {
    margin-top: 18.9rem;
    margin-bottom: 70px;
    max-width: 450px;
    min-height: 32.175rem;
  }
  .my-presentation__title {
    color: #fff;
  }
  .my-presentation__description {
    padding: 0rem
      1rem;
    font-size: var(
      --font-size-lg
    );
    color: #fff;
  }
  .container-btn-modern-video {
    margin-top: 0px;
  }
  .btn-modern-video {
    width: 440px;
  }
  /* TÉRMINO CONTAINER VIDEOS ANTES-MINHA HISTÓRIA-DEPOIS */
  /* INICIO TRANSFORMAÇÃO */
  .bg-transformation {
    top: 6rem;
    height: 100vh;
    background: url("../image/image_v2_41_desktop.webp")
      center/cover
      no-repeat;
  }
  .mission__title {
    margin-top: 3rem;
    font-size: var(
      --font-size-4xl
    );
  }
  .mission__hr {
    width: 23rem;
  }
  .mission__text {
    padding: 40px
      100px;
    letter-spacing: 2px;
    font-size: var(
      --font-size-xl
    );
  }
  .mission__text--primary {
    font-weight: 400;
  }
  .mission__list-container-transfomation {
  padding: 0px 0px 20px 0px;
}
  .mission__list {
    margin-top: 10.875rem;
    max-width: 820px;
  }
  .mission__list
    li {
    padding-left: 2rem;
    margin-bottom: 1.75rem;
    font-size: var(--font-size-xl);
  }
  .btn-modern-transfomation {
    width: 440px;
  }
  /* TERMINO TRANSFORMAÇÃO */
  /* INICIO TEMPO LIMITE PARA COMPRA */
  .bg-limited-time {
    top: 38rem;
    height: 29rem;
    background: url("../image/image_v2_42_desktop.webp") center/cover no-repeat;
  }
  .limited-time__title {
    top: 2.875rem;
    width: 100%;
    font-size: var(--font-size-2xl);
    color: #fff;
  }
  .limited-time__img {
    top: 8.25rem;
  }
  .limited-time__img picture img {
    width: 320px;
  }
  .limited-time__btn {
    top: 27.5rem;
    width: 36%;
  }
  /* TERMINO TEMPO LIMITE PARA COMPRA */
  /* INICIO GARANTIA PARA COMPRA */
  .bg-guarantee {
    top: 42.075rem;
    height: 24rem;
    background: url("../image/image_v2_43_desktop.webp")
      center/cover
      no-repeat;
  }
  .guarantee__content {
    position: relative;
    top: 30px;
    display: flex;
    flex-direction: row;
    gap: 6rem;
  }
  .guarantee__title {
    width: 50%;
    justify-content: flex-end;
  }
  .guarantee__title-content {
    width: 60%;
  }
  .guarantee__img {
    width: 40%;
    justify-content: flex-start;
    margin-top: 26px;
  }
  .selo-garantia {
    width: 254px;
  }
  /* TERMINO GARANTIA PARA COMPRA */
  /* INICIO PRODUTOS PARA COMPRAR */
  .product-business {
    margin-top: 42.25rem;
  }
  .product-business__content {
    height: 38.25rem;
  }
  .product-business__hr {
    width: 15.25rem;
  }
  .product-business__cards {
    gap: 4rem;
  }
  .product-business__container-card-product {
    width: 14.25rem;
    height: 14.25rem;
  }
  .product-business__container-card-product picture img {
    width: 160px;
    height: 190px;
  }
  .product-business__container-card-title {
    font-size: var(--font-size-xl);
  }
  /* TERMINO PRODUTOS PARA COMPRAR */
  /* INICIO PERGUNTAS FREQUENTES*/
  .faqs-and-terms {
    height: 38.5rem;
    background: url("../image/image_v2_44_desktop.webp") center/cover no-repeat;
  }
  .faqs__content {
    top: 8.625rem;
    width: 40%;
  }
  details[open] {
    background: var(--purple);
    border-radius: var(--radius);
    margin-bottom: 12px;
    padding: 0.8rem 1rem;
    transition: background 0.2s ease;
    border: 2px solid rgba(206, 38, 155, 0.6);
    color: var(--white);
  }
  .content p {
    color: #fff;
  }
  
  .footer {
    margin-top: 20.5rem;
    background: url("../image/image_v2_45_desktop.webp") center/cover no-repeat;
  }
  .footer__content {
    height: 19.5rem;
  }
  .footer__content-social-media {
    top: 6.5rem;
    height: 6.1rem;
  }
  .footer__content-social-media-img {
    padding: 0px 10px;
  }
  /* Estilização do link */
  .footer__content-menu {
    margin-top: 14rem;
  }
  .footer__content-menu-link {
    font-size: var(--font-size-md);
  }
}
