*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

body{
background:#000000;
color:white;
}
.subtitulo{
    color: #ffffff;
}
.container{
max-width:900px;
margin:auto;
padding:40px 20px;
text-align:center;
}

h1{
font-size:36px;
font-weight:bold;
color:#ffc233;
line-height:1.3;
}

.subtitulo{
margin-top:20px;
font-size:20px;
line-height:1.5;
}

.subtitulo span{
color:#ffc233;
font-weight:bold;
}

.imagem-area{
margin-top:40px;
position:relative;
}

.professora{
width:100%;
max-width:450px;
}

.badge{
position:absolute;
background:#ffa500;
color:white;
padding:8px 14px;
font-weight:bold;
border-radius:6px;
font-size:14px;
}

.badge1{
left:0;
top:20px;
}

.badge2{
left:0;
top:70px;
}

.badge3{
right:0;
top:30px;
}

.badge4{
right:0;
top:80px;
}

.atividades{
display:flex;
justify-content:center;
gap:10px;
margin-top:20px;
flex-wrap:wrap;
}

.atividades img{
width:120px;
border-radius:6px;
background:white;
padding:5px;
}

.rodape{
margin-top:30px;
background:#ffb000;
padding:12px;
font-weight:bold;
color:white;
font-size:18px;
border-radius:6px;
}

@media (max-width:600px){

h1{
font-size:26px;
}

.subtitulo{
font-size:16px;
}

.atividades img{
width:80px;
}

.badge{
font-size:12px;
}

}


.forma{
    color: #ffffff;
}


/* segunda seção */
.secao-profissionais{
background:#0c5a8a;
padding:40px 20px;
color:white;
}

.container-profissionais{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
flex-wrap:wrap;
}

.texto-profissionais{
flex:1;
}

.texto-profissionais h2{
font-size:38px;
line-height:1.3;
font-weight:800;
margin-bottom:20px;
}

.texto-profissionais p{
font-size:18px;
line-height:1.6;
opacity:0.9;
max-width:500px;
}

.imagem-profissionais{
flex:1;
position:relative;
text-align:center;
}

.imagem-profissionais img{
width:100%;
max-width:420px;
}

.tag{
position:absolute;
padding:10px 16px;
font-weight:bold;
font-size:14px;
border-radius:6px;
color:white;
}

.tag1{
background:#63a35c;
top:20px;
left:50px;
}

.tag2{
background:#1d6fa3;
top:-10px;
right:0;
}

.tag3{
background:white;
color:#0c5a8a;
bottom:40px;
right:0;
}

@media(max-width:768px){

.container-profissionais{
flex-direction:column;
text-align:center;
}

.texto-profissionais h2{
font-size:28px;
}

.texto-profissionais p{
font-size:16px;
margin:auto;
}

.tag{
font-size:12px;
padding:8px 12px;
}

}

/* terceira seção */
.secao-receber{
  background:#6FA06B;
  padding:60px 20px;
  text-align:center;
}

.secao-receber h2{
  color:white;
  font-size:40px;
  font-weight:800;
  margin-bottom:40px;
}

.box-produto{
  background:white;
  display:inline-block;
  padding:30px;
  border-radius:25px;
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.box-produto img{
  max-width:350px;
  width:100%;
  display:block;
}


/* QUARTA parte */
.bonus-section{
text-align:center;
padding:60px 20px;
background:#f5f5f5;
}

.bonus-title{
font-size:36px;
color:#0b5fa5;
font-weight:800;
}

.bonus-subtitle{
max-width:700px;
margin:auto;
margin-top:10px;
font-weight:600;
color:#000000;
}

.bonus-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:50px;
}

.bonus-card{
background:#40b359;
padding:30px;
border-radius:20px;
color:white;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.bonus-card:nth-child(4){
background:#63a86a;
}

.bonus-img{
width:160px;
margin-bottom:15px;
}

.bonus-number{
font-weight:bold;
margin-bottom:10px;
}

.bonus-desc{
font-size:14px;
margin-top:10px;
}
.bonus-card1{
    background:#0127fd;
    padding:30px;
    border-radius:20px;
}
.bonus-card2{
    background:#ff9c19;
    padding:30px;
    border-radius:20px;
}
.bonus-card3{
    background:#7a578a;
    padding:30px;
    border-radius:20px;
}
.bonus-card4{
    background:#01bd4098;
    padding:30px;
    border-radius:20px;
}
.bonus-img1{
    width:290px;
}


/* QUINTA PARTE  */
.beneficios{
text-align:center;
padding:60px 20px;
background:#f3f3f3;
font-family:Arial;
}

.btn-beneficios{
    display:block;
    background:#429e42;
    color:white;
    padding:19px 35px;
    border-radius:8px;
    font-weight:700;
    text-decoration:none;
    width:90%;
    margin:0 auto 30px auto;
    text-align:center;
    animation:pulsar 1.5s infinite;
}

@keyframes pulsar{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.08);
    }
    100%{
        transform:scale(1);
    }
}

.beneficios h2{
    text-align: center;
font-size:42px;
color:#1d5f94;
margin-bottom:10px;
font-weight:800;
}

.subtitulo1{
     text-align: center;
color:#000000;
font-weight:600;
max-width:600px;
margin:auto;
margin-bottom:40px;
}

.beneficio-card{
background:#6ea06a;
color:white;
padding:20px 25px;
border-radius:25px;
max-width:500px;
margin:4%;
box-shadow:0 10px 20px rgba(0,0,0,0.15);
}

.beneficio-img{
width:120px;
margin-bottom:20px;
}

.beneficio-card h3{
font-size:22px;
margin-bottom:15px;
}

.beneficio-card p{
font-size:16px;
line-height:1.5;
}


/* sexta parte */
.como-funciona{
text-align:center;
padding:60px 20px;
background:#f3f3f3;
font-family:Arial;
}

.titulo-funciona{
font-size:34px;
color:#1d5f94;
font-weight:800;
margin-bottom:40px;
}

.funciona-container{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:30px;
}

.funciona-card{
background:white;
border:3px solid #5b3ea5;
border-radius:15px;
padding:30px 25px;
max-width:350px;
box-shadow:0 10px 20px rgba(0,0,0,0.08);
}

.funciona-icon{
width:120px;
margin-bottom:20px;
}

.funciona-card h3{
color:#1d5f94;
font-size:22px;
margin-bottom:15px;
font-weight:800;
}

.funciona-card p{
font-size:16px;
color:#333;
line-height:1.5;
}


/* depoimento */
.depoimentos{
background:#0f5b8d;
padding:60px 20px;
text-align:center;
color:white;
font-family:Arial;
}

.depoimentos h2{
font-size:28px;
font-weight:800;
margin-bottom:40px;
}

.carrossel{
display:flex;
align-items:center;
justify-content:center;
gap:15px;
max-width:500px;
margin:auto;
}

.slides{
width:100%;
overflow:hidden;
}

.slide{
width:100%;
display:none;
border-radius:15px;
}

.slide.ativo{
display:block;
}

.seta{
background:none;
border:none;
font-size:40px;
color:#66a8d9;
cursor:pointer;
}

/* setima parte */
/* body{
  font-family: Arial, sans-serif;
  background:#000000;
} */

.oferta{
  text-align:center;
  padding:40px 20px;
  background:#ffffff;
}

.oferta h2{
  color:#f70808;
  font-size:28px;
  font-weight:800;
}

.data{
  color:#f59e0b;
  font-size:20px;
  margin-bottom:25px;
}

.card{
  background:#fff;
  max-width:420px;
  margin:auto;
  border-radius:14px;
  border:3px solid #f59e0b;
  padding-bottom:25px;
}

.card-header{
  background:#f59e0b;
  color:white;
  padding:20px;
  border-radius:10px 10px 0 0;
}

.card-header h3{
  margin:0;
  font-size:28px;
  font-weight:800;
}

.aviso{
  color:#e11d48;
  font-weight:700;
  padding:15px;
}

.lista{
  list-style:none;
  padding:0 25px;
  text-align:left;
}

.lista li{
  margin:10px 0;
  font-size:18px;
}
.ok{
    color: #000000;
}

.ok::before{
  content:"✔";
  color:#16a34a;
  font-weight:bold;
  margin-right:10px;
}

.no{
  text-decoration: line-through;
  color:#666;
}

.no::before{
  content:"✖";
  color:#ef4444;
  margin-right:10px;
}

.preco-antigo{
  margin-top:15px;
  font-size:18px;
}

.preco-antigo span{
  color:red;
  text-decoration:line-through;
  font-weight:bold;
}

.preco{
  font-size:40px;
  color:#16a34a;
  font-weight:800;
  margin:5px 0 20px;
}

.btn{
  background:#22c55e;
  border:none;
  color:white;
  font-size:18px;
  font-weight:700;
  padding:15px 25px;
  border-radius:30px;
  cursor:pointer;
  display: inline-block;
width: 90%;
}

.btn:hover{
  background:#16a34a;
}

.info{
  margin-top:15px;
  font-size:14px;
  color:#555;
}


/* segunda parte do plano */
.premium{
  background:#ffffff;
  padding:50px 20px;
  color:rgb(0, 0, 0);
  text-align:center;
  font-family:Arial;
}

.premium h2{
  font-size:28px;
  font-weight:800;
  margin-bottom:30px;
}

.imagem-principal{
  position:relative;
  max-width:420px;
  margin:auto;
}

.imagem-principal img{
  width:100%;
  border-radius:10px;
}

.badge{
  position:absolute;
  background:#f97316;
  color:white;
  padding:6px 12px;
  font-weight:bold;
  font-size:14px;
}

.badge.left{
  top:20px;
  left:-10px;
}

.badge.right{
  top:20px;
  right:-10px;
}

.badge-centro{
  background:#f97316;
  display:inline-block;
  padding:10px 20px;
  font-weight:bold;
  margin-top:-20px;
  position:relative;
}

.materiais{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:20px 0;
  flex-wrap:wrap;
}

.materiais img{
  width:70px;
  border-radius:6px;
}

.bonus-titulo{
  background:#f97316;
  display:inline-block;
  padding:8px 20px;
  font-weight:bold;
  margin:15px 0;
}

.bonus{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:25px;
}

.bonus img{
  width:80px;
}

.beneficios{
  list-style:none;
  padding:0;
  max-width:450px;
  margin:auto;
  text-align:left;
}

.beneficios li{
  font-size:20px;
  margin:15px 0;
  font-weight:600;
}

.beneficios li::before{
  content:"✔";
  color:#22c55e;
  margin-right:10px;
  font-weight:bold;
}

.btn-beneficios12{
    display:block;
    background:#429e42;
    color:white;
    padding:19px 35px;
    border-radius:8px;
    font-weight:700;
    text-decoration:none;
    width:90%;
    margin:0 auto 30px auto;
    text-align:center;
    animation:pulsar 1.5s infinite;
}

@keyframes pulsar{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.08);
    }
    100%{
        transform:scale(1);
    }
}










.garantia{
    background:#0d5b8f;
    text-align:center;
    padding:60px 25px;
    color:white;
}

.garantia h2{
    color:#ffc107;
    font-size:32px;
    font-weight:800;
    margin-bottom:25px;
}

.garantia p{
    font-size:20px;
    line-height:1.6;
    max-width:650px;
    margin:0 auto 20px auto;
}

.selo{
    width:180px;
    margin-top:30px;
}





/* pergunta */
.faq-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
  }

  .faq-title {
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: bold;
  }

  .faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    cursor: pointer;
    background: #f0f4f8;
    font-weight: 600;
    font-size: 1.1rem;
    color: #2c3e50;
    user-select: none;
  }

  .faq-question::after {
    content: '+';
    font-size: 1.6rem;
    font-weight: bold;
    color: #3498db;
    transition: transform 0.3s ease;
  }

  .faq-item.active .faq-question::after {
    transform: rotate(45deg);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    background: white;
    transition: all 0.4s ease;
    line-height: 1.7;
    color: #444;
  }

  .faq-item.active .faq-answer {
    max-height: 300px; /* ajuste se precisar de mais espaço */
    padding: 24px;
  }

  @media (max-width: 600px) {
    .faq-title {
      font-size: 1.7rem;
    }
    .faq-question {
      font-size: 1rem;
      padding: 16px 20px;
    }
  }


  .quem-sou-section {
    background: linear-gradient(135deg, #0f4c81 0%, #1e6bb8 100%);
    color: white;
    padding: 60px 20px;
  }

  .container {
    max-width: 1100px;
    margin: 0 auto;
  }

  .content {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-wrapper {
    position: relative;
    width: 320px;
    height: 320px;
    flex-shrink: 0;
  }

  .profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 8px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  }

  .logo-overlay {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  }

  .logo {
    width: 90px;
    height: auto;
  }

  .text-content {
    max-width: 580px;
    text-align: center;
  }

  .text-content h2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffd700;
  }

  .intro {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.5;
  }

  .formacao {
    margin: 30px 0;
    font-size: 1.1rem;
  }

  .formacao p {
    margin-bottom: 12px;
    font-weight: bold;
  }

  .formacao ul {
    list-style: none;
    padding: 0;
    font-size: 1.05rem;
    line-height: 1.8;
  }

  .formacao li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
  }

  .formacao li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ffd700;
    font-weight: bold;
  }

  .experiencia {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 35px 0;
    color: #ffd700;
  }

  .copyright {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 40px;
  }

  @media (max-width: 768px) {
    .content {
      flex-direction: column;
      gap: 40px;
    }

    .text-content h2 {
      font-size: 2rem;
    }

    .image-wrapper {
      width: 280px;
      height: 280px;
    }

    .logo {
      width: 80px;
    }
  }




.tempo{
  background-color: #ff0000;
  padding: 0% 12px;
}
h6{
  font-size: 1.7rem;
  text-align: center;
   font-weight: 800;
}
.p{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
}

.botao-pulsando{
    display:inline-block;
    background:#60be49;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    text-align:center;
    padding:18px 30px;
    border-radius:10px;
    text-decoration:none;
    animation:pulsar 1.5s infinite;
}

/* efeito pulsar */
@keyframes pulsar{
    0%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(47, 179, 47, 0.7);
    }
    70%{
        transform:scale(1.05);
        box-shadow:0 0 0 20px rgba(255,176,0,0);
    }
    100%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(255,176,0,0);
    }
}

.botao-kit{
    display:inline-block;
    background:#22c55e;
    color:#ffffff;
    font-weight:bold;
    font-size:18px;
    padding:18px 40px;
    border-radius:40px;
    text-decoration:none;
    font-family:Arial, sans-serif;
    animation:pulsarVerde 1.5s infinite;
    box-shadow:0 6px 0 #15803d;
}

.botao-kit:hover{
    transform:scale(1.05);
}

/* efeito pulsar */
@keyframes pulsarVerde{
    0%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(34,197,94,0.7);
    }
    70%{
        transform:scale(1.05);
        box-shadow:0 0 0 15px rgba(34,197,94,0);
    }
    100%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(34,197,94,0);
    }
}
/* protetor */



