/* ====== SECTION APRESENTAÇÃO E OFERTA ====== */
.section-apresentacao {
  background: #fff6f1;
  position: relative;
  padding: 0 0 4rem 0;
  overflow: hidden;
}

.apresentacao-bg {
  background: #fff6f1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 420px;
  z-index: 0;
}
.apresentacao-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 2.5rem;
}
.apresentacao-info {
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  min-width: 320px;
  align-items: flex-start;
}
.apresentacao-nome {
  font-family: "Dancing Script", cursive, sans-serif;
  font-size: 3.2rem;
  color: #f9906a;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  line-height: 1.1;
}
.apresentacao-desc-card {
  background: #ffad7f;
  color: #fff;
  border-radius: 16px;
  padding: 1.2rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 0.7rem;
  margin-top: 0.7rem;
  box-shadow: 0 2px 12px 0 rgba(255, 173, 127, 0.1);
  max-width: 420px;
}
.apresentacao-assinatura {
  width: 120px;
  margin: 1.2rem 0 0.7rem 0;
  display: block;
}
.apresentacao-btn {
  background: linear-gradient(90deg, #05e982 0%, #43aadc 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  padding: 1rem 2.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-top: 0.5rem;
  margin-bottom: 0;
  transition: filter 0.2s;
}
.apresentacao-btn:hover {
  filter: brightness(0.95);
}
.apresentacao-img-wrapper {
  min-width: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.apresentacao-img {
  width: 340px;
  max-width: 38vw;
  border-radius: 0 0 40px 40px;
  object-fit: cover;
  margin-bottom: 0.5rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
}
.apresentacao-oferta-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 2.2rem 2.5rem 2.2rem 2.5rem;
  max-width: 420px;
  width: 95vw;
  margin: -3.5rem auto 0 auto;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.oferta-topo {
  color: #222;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}
.oferta-preco-antigo {
  color: #e04d38;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: line-through;
  margin-bottom: 0.2rem;
}
.oferta-preco-antigo span {
  text-decoration: line-through;
}
.oferta-preco-novo {
  color: #222;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.2rem;
}
.oferta-preco-novo span {
  font-size: 2.6rem;
  color: #222;
  font-weight: 700;
}
.oferta-limite {
  color: #e04d38;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.oferta-lista {
  list-style: none;
  padding: 0;
  margin: 0 auto 0.7rem auto;
  color: #e04d38;
  font-size: 1.08rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-width: 340px;
}
.oferta-lista li {
  text-align: left;
  color: #a85a3a;
  font-size: 1.08rem;
  position: relative;
  padding-left: 2.2rem;
}
.oferta-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #ff7c4d;
}
.oferta-btn {
  background: linear-gradient(90deg, #05e982 0%, #43aadc 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  padding: 1rem 2.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-top: 0.5rem;
  margin-bottom: 0;
  transition: filter 0.2s;
}
.oferta-btn:hover {
  filter: brightness(0.95);
}
.oferta-seguro {
  color: #222;
  font-size: 1rem;
  text-align: center;
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.oferta-seguro-icon {
  font-size: 1.2rem;
}

/* ====== SECTION BÔNUS ====== */
.section-bonus {
  background: #fff6f1;
  padding: 3.5rem 0 3.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  align-items: flex-start;
}
.bonus-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(255, 173, 127, 0.1);
  padding: 2.2rem 2rem 2.2rem 2rem;
  max-width: 420px;
  width: 95vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  z-index: 999;
}
.bonus-titulo {
  color: #ff7c4d;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.2rem;
}
.bonus-desc {
  color: #e04d38;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1.2rem;
}
.bonus-destaque {
  color: #ff7c4d;
  font-weight: 700;
}
.bonus-btn {
  background: linear-gradient(90deg, #05e982 0%, #43aadc 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  padding: 1rem 2.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-top: 0.5rem;
  margin-bottom: 0;
  transition: filter 0.2s;
}
.bonus-btn:hover {
  filter: brightness(0.95);
}
.bonus-whatsapp {
  background: #ffad7f;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(255, 173, 127, 0.1);
  padding: 2.2rem 2rem 2.2rem 2rem;
  max-width: 420px;
  width: 95vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  z-index: 999;
}
.bonus-whatsapp h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.7rem;
}
.bonus-whats-box {
  background: #fff;
  border-radius: 12px;
  padding: 1.1rem 1rem;
  margin-bottom: 0.7rem;
  box-shadow: 0 1px 6px 0 rgba(255, 173, 127, 0.08);
  text-align: center;
}
.bonus-whats-title {
  color: #ff7c4d;
  font-weight: 700;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.5rem;
}
.bonus-whats-box p {
  color: #e04d38;
  font-size: 1rem;
  margin: 0;
}
.bonus-btn2 {
  background: linear-gradient(90deg, #05e982 0%, #43aadc 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  padding: 1rem 2.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-top: 0.5rem;
  margin-bottom: 0;
  transition: filter 0.2s;
}
.bonus-btn2:hover {
  filter: brightness(0.95);
}

/* ====== SECTION APRENDER E MÓDULOS ====== */
.section-aprender {
  background: linear-gradient(180deg, #fff6f1 60%, #ffad7f 100%);
  padding: 3.5rem 0 0 0;
  position: relative;
  overflow: hidden;
}
.aprender-topo {
  max-width: 700px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}
.aprender-titulo {
  color: #ff7c4d;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2.2rem;
}
.aprender-titulo span {
  font-weight: 700;
}
.aprender-lista {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  color: #e04d38;
  font-size: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  max-width: 540px;
}
.aprender-lista li {
  text-align: left;
  color: #a85a3a;
  font-size: 1.08rem;
  position: relative;
  padding-left: 2.2rem;
}
.aprender-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #ff7c4d;
}
.aprender-modulos-bg {
  background: #ffad7f;
  border-radius: 0 0 32px 32px;
  padding: 2.5rem 0 3.5rem 0;
  margin-top: 3.5rem;
  position: relative;
  z-index: 2;
}
.aprender-modulos-titulo {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.2rem;
}
.aprender-modulos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}
.modulo-card {
  background: linear-gradient(135deg, #fff6f1 60%, #ffe0d1 100%);
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(255, 173, 127, 0.1);
  padding: 1.2rem 1rem 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  min-height: 120px;
  min-width: 0;
}
.modulo-icone img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 0.2rem;
}
.modulo-titulo {
  color: #e04d38;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

/* ====== SECTION MÉTODO DESATANDO NÓS ====== */
.section-metodo {
  background: #ffad7f;
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 2.5rem 0;
  min-height: 700px;
  margin-top: -15rem;
}
.metodo-bg-linha {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/assets/linha.svg") repeat-x left 60%;
  background-size: contain;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.metodo-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.metodo-info {
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  min-width: 320px;
}

.metodo-info img {
  width: 400px;
  border-radius: 1rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
}
.metodo-chamada {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  text-align: left;
}
.metodo-titulo {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  line-height: 1.1;
  text-align: left;
}
.metodo-titulo-desatando {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #fff;
}
.metodo-titulo-nos {
  font-family: "Dancing Script", cursive, sans-serif;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 400;
  margin-left: 0.3rem;
}
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");
.metodo-linha {
  border: none;
  border-top: 3px solid #fff;
  margin: 1.2rem 0 1.2rem 0;
  width: 90%;
}
.metodo-desc {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.metodo-desc b {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.08);
}
.metodo-paraquem {
  margin-top: 2.2rem;
}
.metodo-paraquem h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-align: left;
}
.metodo-paraquem ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.metodo-paraquem li {
  position: relative;
  padding-left: 2.2rem;
  color: #fff;
  font-size: 1.08rem;
}
.metodo-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.metodo-img-wrapper {
  min-width: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.metodo-img-pessoa {
  width: 30vw;
  max-width: 50vw;
  border-radius: 1rem;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

/* ====== SECTION DEPOIMENTO ====== */
.section-depoimento {
  background: #faf0e9;
  padding: 3.5rem 0 2.5rem 0;
  position: relative;
  overflow: hidden;
  min-height: 650px;
  margin-top: 5rem;
}
.depoimento-conteudo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.depoimento-textos {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 320px;
}
.depoimento-titulo {
  font-size: 2.1rem;
  color: #222;
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.depoimento-destaque {
  color: #ff7c4d;
  font-weight: 600;
}
.depoimento-destaque2 {
  color: #e04d38;
  font-weight: 600;
}
.depoimento-balao {
  background: #ffad7f;
  color: #fff;
  border-radius: 18px;
  padding: 1.1rem 1.5rem;
  font-size: 1.15rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 12px 0 rgba(255, 173, 127, 0.1);
  position: relative;
  max-width: 420px;
}
.depoimento-balao-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ff7c4d;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 18px 18px 24px 24px;
  padding: 1.1rem 2.2rem;
  z-index: 2;
  box-shadow: 0 2px 12px 0 rgba(255, 173, 127, 0.1);
  max-width: 420px;
}
.depoimento-balao-meio {
  margin-top: 1.2rem;
  background: #ff7c4d;
  color: #fff;
}

.depoimento-mobile-show {
  display: none;
}
.depoimento-balao-baixo {
  background: #ff7c4d;
  color: #fff;
  margin-top: 1.2rem;
  margin-bottom: 0;
  font-size: 1.05rem;
}
.depoimento-imagens {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
  position: relative;
  min-width: 220px;
}
.depoimento-img-pessoa {
  max-width: 40vw;
  border-radius: 0 0 40px 40px;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.depoimento-img-pessoa2 {
  width: 120px;
  max-width: 22vw;
  border-radius: 24px;
  object-fit: cover;
  margin-top: 0.5rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.depoimento-linha {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: url("/assets/linha.svg") repeat-x left bottom;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

/* ====== SECTION DEPENDENCIA (CARD DIAGNÓSTICO) ====== */
.section-dependencia {
  background: #21796b;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0 10rem 0;
}
.section-dependencia-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 2.2rem 1.2rem 2.2rem 1.2rem;
  max-width: 540px;
  width: 95vw;
  margin: 0 auto;
  position: relative;
  border: 2px solid #fff;
  z-index: 2;
}
.section-dependencia-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}
.section-dependencia-title h2 {
  color: #21796b;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.section-dependencia-highlight {
  color: #ff7c4d;
  font-weight: 600;
}
.section-dependencia-line {
  display: block;
  height: 2px;
  width: 60px;
  background: #fff;
  border-radius: 2px;
}
.section-dependencia-list {
  list-style: none;
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1rem 2rem;
}
.section-dependencia-list li {
  background: #21796b;
  border-radius: 24px;
  padding: 0.7rem 1.2rem 0.7rem 2.2rem;
  position: relative;
  color: #fff;
  font-size: 1.08rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.04);
}
.section-dependencia-icon {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.faixa-laranja {
  background-color: #f9906a;
  padding: 5px;
}

body {
  background-color: #faf0e9;
}

button {
  cursor: pointer;
}

body,
* {
  margin: 0;
  padding: 0;
  font-family: "Bricolage Grotesque", sans-serif;
}
header {
  position: relative;
  z-index: 1;
}
header::before,
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 25vw;
  height: 60vh;
  background-image: url("/assets/6CD46F16-24FD-45B5-BE6D-70693785BA21.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
header::before {
  left: 0;
  background-position: left bottom;
}
header::after {
  right: 0;
  background-position: right bottom;
  transform: scaleX(-1);
}
header img,
.container-grid-3,
.faixa-laranja,
header > div {
  position: relative;
  z-index: 2;
}
header img {
  display: block;
  margin: 0 auto;
  width: 20vw;
}

.container-grid-3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.container-texto-laranja {
  margin-left: 2rem;
  font-size: 1.5rem;
  color: #f9906a;
}

.container-background-branco {
  color: #f9906a;
  background-color: #fff;
  font-size: 1.2rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem;
  padding: 1rem;
}

.container-iframeyoutube {
  width: 40vw;
  background: linear-gradient(90deg, #ffad7f 0%, #e04d38 100%);
  padding: 1rem;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.text-video {
  font-size: 2rem;
  text-align: center;
}

.text-video2 {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}

.container-section2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9906a;
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
}

.container-section2 h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  margin: 2rem 0;
  text-align: center;
}

.container-section2 img {
  width: 70vw;
  display: block;
  margin: 0 auto;
}

.container-button {
  margin-top: -2rem;
  z-index: 10;
}
.container-button button {
  color: #fff;
  text-transform: uppercase;
  padding: 1rem;
  border: none;
  border-radius: 1rem;
  z-index: 1000;
  font-size: 2rem;
  background: linear-gradient(90deg, #05e982 0%, #43aadc 100%);
}

.container-section3 {
  background-color: #faf0e9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 4rem;
}

.container-section3 h2 {
  font-size: 2rem;
  color: #ff7c4d;
  font-weight: 300;
  text-transform: uppercase;
}

.container-section3 img {
  width: 70vw;
  display: block;
  margin: 0 auto;
}

.section-button1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: -2rem;
}

.section-button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -2rem;
}

.guarantee-section {
  padding: 48px 16px 80px;
  display: flex;
  justify-content: center;
}

.container {
  width: 80%;
  max-width: var(--maxw);
  margin: 0 auto;
}

/* Cabeçalho centralizado */
.guarantee-top h1 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 28px;
  line-height: 1.05;
  color: #28302d;
  margin: 0 0 28px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Área principal com selo + texto */
.guarantee-content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 24px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(10, 10, 10, 0.06);
}

/* Selo */
.badge {
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.badge img {
  width: 140px;
  height: auto;
  display: block;
}

/* Texto ao lado do selo */
.guarantee-text {
  flex: 1;
  min-width: 0;
}
.lead {
  font-size: 1.8rem;
  margin: 0 0 12px;
  color: #3c3d3a;
}
.lead strong {
  font-weight: 700;
}
.small {
  margin: 0;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 2rem;
}

/* Título FAQ */
.faq-title {
  text-align: center;
  color: var(--accent);
  font-family: "Montserrat", sans-serif;
  margin: 36px 0 18px;
  font-size: 28px;
}

/* Lista de FAQ */
.faq {
  background: transparent;
  border-radius: 8px;
  padding: 8px 12px 24px;
}
.faq-item {
  margin-bottom: 18px;
}
.q {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #2f2f2f;
}
.a {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.5;
}

/* Footer pequeno */
.small-footer {
  text-align: center;
  margin-top: 26px;
  font-size: 11px;
  color: #8b7f79;
}

@media (max-width: 768px) {
  .section-dependencia {
    padding: 4rem 0 4rem 0;
  }
  .container-iframeyoutube {
    width: 80vw;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .container-texto-laranja {
    width: 80vw;
    text-align: left;
    margin: 0 auto;
  }

  header img {
    width: 70vw;
    margin: 0;
    display: block;
    margin: auto;
  }

  .container-background-branco {
    margin: 0 auto;
    margin-top: 2rem;
    width: 80vw;
    text-align: center;
  }

  .faixa-laranja {
    width: 100%;
    padding: 3px;
  }

  .container-grid-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 4rem;
  }

  .container-section2 {
    margin: 0 auto;
  }

  .container-section2 h2 {
    font-size: 2rem;
  }

  .container-section2 img {
    width: 90vw;
  }

  .container-button {
    width: 90vw;
  }

  .container-button button {
    width: 100%;
    font-size: 1.2rem;
  }

  .container-section3 img {
    width: 100vw;
  }

  .section-depoimento {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    width: 90vw;
  }

  .depoimento-conteudo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .depoimento-balao-top {
    position: inherit;
  }

  .depoimento-balao-baixo {
    margin-top: -8rem;
  }

  .depoimento-img-pessoa {
    width: 90vw;
    max-width: 100%;
  }

  .section-metodo {
    margin: 0 auto;
    width: 100vw;
    padding: 1rem 0;
  }

  .metodo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .metodo-img-pessoa {
    width: 90vw;
    max-width: 100%;
  }

  .metodo-info img {
    width: 90vw;
    margin: 0 auto;
  }

  .aprender-modulos-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 90vw;
    margin: 0 auto;
  }

  .apresentacao-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 90vw;
    margin: 0 auto;
    padding-top: 1rem;
  }

  .apresentacao-info {
    flex: 1;
    align-items: center;
    padding-top: 5rem;
  }

  .apresentacao-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
  }
  .apresentacao-img {
    width: 100vw;
    max-width: 100%;
    box-shadow: none;
  }

  .apresentacao-oferta-card {
    width: inherit;
    max-width: 100%;
  }

  .section-apresentacao {
    padding: 0;
  }

  .guarantee-section {
    padding: 0;
    padding-top: 3rem;
  }

  .guarantee-content {
    flex-direction: column;
    align-items: center;
  }

  .metodo-info {
    width: 90vw;
  }

  .aprender-topo {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
  }

  .section-dependencia-card {
    padding: 0;
    width: 100vw;
    max-width: 100%;
  }

  .apresentacao-nome {
    font-size: 2.5rem;
    max-width: 90vw;
  }

  .container-texto-laranja {
    margin: 0 auto;
    width: 100vw;
    text-align: center;
  }

  .container-texto-laranja p {
    text-align: justify;
    font-size: 1rem;
    margin: auto 3.5rem;
    margin-top: 1rem;
  }

  .depoimento-mobile-show {
    display: block;
  }

  .depoimento-mobile-hide {
    display: none;
  }

  .depoimento-conteudo {
    gap: 0;
  }

  .modulo-icone img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 0.2rem;
  }

  .container-section3 h2 {
    font-size: 1.5rem;
  }
}

.price-pequeno {
  font-size: 1.5rem;
}
