/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Fontes personalizadas */
@font-face {
  font-family: 'trueno-black';
  src: url('../font/TruenoBlk.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'trueno-extrabold';
  src: url('../font/TruenoExBd.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'trueno-bold';
  src: url('../font/TruenoBd.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'trueno-light';
  src: url('../font/TruenoLt.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'trueno-semibold';
  src: url('../font/TruenoSBd.otf') format('opentype');
  font-style: normal;
}

body {
  font-family: 'trueno-extrabold', sans-serif;
  background: linear-gradient(to right, #892EFF, #FF7FDA);
}
img {
  max-width: 100%;
  height: auto;
}
/* MENU */
.menu {
  font-family: 'trueno-semibold', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: white;
}

.logo {
  font-size: 20px;
  height: auto;  /* mantém a proporção */
}

.nav-links a {
  font-size: 24px;
  margin-left: 40px;
  text-decoration: underline;
  font-weight: bold;
  color: white;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #B5F000;
}

/* INTRODUÇÃO */
.introducao {
  min-height: 400px;
  display: flex;
  margin-top: 10px!important;
  padding: 30px 0;
}

.introducao-content h1 {
  font-family: 'trueno-extrabold', sans-serif;
  font-size: 3rem;
  color: #1E1E1E;
  margin-top: 100px;
  margin-bottom: 20px;
  text-align: left;
}

.introducao-content p {
  font-family: 'trueno-semibold', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 50px;
  color: #1E1E1E;
  text-align: left;
}

.btn-primary {
  background-color: #ffffff;
  color: #8B33FF;
  padding: 20px 40px;
  border-radius: 100px;
  font-family: 'trueno-extrabold', sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #B5F000;
  color: #1E1E1E;
}

.introducao-image img {
  width: 140%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

.titulo-rosa {
  color: #FF87ED; /* rosa/lilás */
}

/* Sessão de vantagens */

.resultados-bg {
  background: #fff;
  width: 100%;
  padding: 40px 0;
}

.resultados {
  max-width: 1200px; /* ou o valor que quiser */
  margin: 0 auto;
  text-align: center;
}


.resultados h1 {
  font-family: 'trueno-extrabold', sans-serif;
  font-size: 4rem;
  color: #1E1E1E;
  margin-bottom: 40px;
}

.box-rosa {
  background: #FF87ED; /* Rosa vibrante */
  padding: 30px 20px;
  border-radius: 24px;
  color: #1E1E1E;
  font-family: 'trueno-semibold', sans-serif;
  transition: transform 0.3s ease;
}

.box-rosa:hover {
  transform: translateY(-5px);
}

.box-rosa .numero {
  font-size: 2.5rem;
}

.box-rosa .texto {
  font-size: 2rem;
}

.sub-titulo {
  font-family: 'trueno-black', sans-serif;
  font-size: 2.8rem;
  color: #8B33FF;
  margin: 30px 0 0px;
}

.descricao {
  font-family: 'trueno-semibold', sans-serif;
  font-size: 1.1rem;
  color: #1E1E1E;
  max-width: 1200px;
  margin: 0 auto 20px;
  line-height: 1.5;
}

.box-roxo {
  background: #8B33FF; /* Roxo */
  padding: 30px 20px;
  border-radius: 24px;
  color: #fff;
  font-family: 'trueno-semibold', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: left;
  transition: transform 0.3s ease;
}

.box-roxo:hover {
  transform: translateY(-5px);
}

.logo-box {
  display: flex;
  gap: 10px; /* Espaço entre os ícones */
  align-items: center;
  justify-content: start; /* Alinha à esquerda (ou center, se quiser centralizado) */
}

.logo-box img {
  background: #fff;
  border-radius: 50%; /* Deixa o ícone circular se for quadrado */
  padding: 10px;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  /*width: 40px;  Tamanho padrão dos ícones */
  /*height: 40px;  Ajuste conforme a necessidade */
}

.box-roxo h4 {
  font-family: 'trueno-extrabold', sans-serif;
  color: #1E1E1E;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 10px;
}

.box-roxo p {
  text-align: left;
  font-size: 1.2rem;
}

.botao-rosa {
  display: inline-block;
  margin-top: 30px;
  background: #FF87ED;
  color: #1E1E1E;
  font-family: 'trueno-extrabold', sans-serif;
  font-size: 1.2rem;
  padding: 20px 45px;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.3s ease;
}

.botao-rosa:hover {
  background-color: #B5F000;
  color: #1E1E1E;
}

/* Sessão Rehnzo */

.rehnzo-bg {
  background: #8B33FF;
  width: 100%;
  padding: 60px ;
}

.rehnzo {
  max-width: 1200px; /* ou o valor que quiser */
  margin: 0 auto;
  text-align: left;
}

.rehnzo h1 {
  font-family: 'trueno-light', sans-serif;
  font-size: 4rem;
  color: #1E1E1E;
  margin-bottom: 30px;
  text-align: left;
}

.rehnzo p {
  font-family: 'trueno-semibold', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 50px;
  color: #fff;
  text-align: left;
}

.titulo-rehnzo {
 font-family: 'trueno-black', sans-serif;
}

.destaque-rehnzo {
 font-family: 'trueno-black', sans-serif;
}

.btn-rehnzo {
  background-color: #FF87ED;
  color: white;
  padding: 20px 40px;
  border-radius: 100px;
  font-family: 'trueno-extrabold', sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-rehnzo:hover {
  background-color: #B5F000;
  color: #1E1E1E;

}

.rehnzo-image img {
  width: 140%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  margin-top: -60px;
}

/* Sessão Metodologia */

.metodo-bg {
  background: #FFF;
  width: 100%;
  padding: 60px ;
}

.metodo {
  max-width: 1200px; /* ou o valor que quiser */
  margin: 0 auto;
  text-align: center;
}

.metodo h1 {
  font-family: 'trueno-extrabold', sans-serif;
  font-size: 4rem;
  color: #1E1E1E;
  margin-bottom: 50px;
}

.box-metodo {
  background: #FFF;
  padding: 10px 20px;
  border-radius: 24px;
  color: #1E1E1E;
  font-family: 'trueno-semibold', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-bottom: 50px;
}

.icon-box {
  display: flex;
  gap: 10px; /* Espaço entre os ícones */
  align-items: center;
  justify-content: start; /* Alinha à esquerda (ou center, se quiser centralizado) */
  margin-bottom: 20px;
}

.icon-box img {
  background: #8B33FF;
  border-radius: 50%;
  padding: 10px;
  width: 60px;
  height: 60px;
  /*width: Tamanho padrão dos ícones */
  /*height:  Ajuste conforme a necessidade */
}

.box-metodo h4 {
  font-family: 'trueno-extrabold', sans-serif;
  color: #8B33FF;
  font-size: 2.5rem;
  text-align: left;
}

.box-metodo p {
  text-align: left;
  font-size: 1rem;
  padding: 0px 50px;
}

.btn-metodo {
  background-color: #FF87ED;
  color: #1E1E1E;
  padding: 30px 40px;
  border-radius: 100px;
  font-family: 'trueno-extrabold', sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  transition: background-color 0.3s;
  margin-top: 100px;
}

.btn-metodo:hover {
  background-color: #B5F000;
  color: #1E1E1E;

}


/* Sessão de Depoimentos */

.depoimento-bg {
  background: #fff;
  width: 100%;
  padding: 40px 0;
}

.depoimento {
  max-width: 1200px; /* ou o valor que quiser */
  margin: 0 auto;
  text-align: center;
}


.depoimento h1 {
  font-family: 'trueno-extrabold', sans-serif;
  font-size: 4rem;
  color: #1E1E1E;
  margin-bottom: 40px;
}

.box-depoimento {
  background: #8B33FF; /* Roxo */
  padding: 40px 50px;
  border-radius: 50px;
  color: #fff;
  font-family: 'trueno-semibold', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: left;
  transition: transform 0.3s ease;
}

.box-depoimento:hover {
  transform: translateY(-5px);
}

.logo-depoimento {
  display: flex;
  gap: 20px; /* Espaço entre os ícones */
  align-items: center;
  justify-content: start; /* Alinha à esquerda (ou center, se quiser centralizado) */
  margin-bottom: 20px;
}

.logo-depoimento img {
  background: #fff;
  border-radius: 50%; /* Deixa o ícone circular se for quadrado */
  padding: 10px;
  width: 80px;
  height: 80px;
 }

 .texto-depoimento {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-depoimento h2 {
  font-family: 'trueno-bold', sans-serif;
  color: #1E1E1E;
  font-size: 2rem;
  margin: 0;
  text-align: left;
}

.box-depoimento h3 {
  font-family: 'trueno-semibold', sans-serif;
  color: #FF87ED;
  font-size: 1.5rem;
  margin-top: 4px;
  text-align: left;
}

.box-depoimento p {
  text-align: left;
  font-size: 1rem;

}


/* Sessão do formulario */

.formulario-bg {
  background: #8B33FF; /* ou o roxo que está usando */
  width: 100%;
  padding: 60px 0;
  color: white;
}

.formulario {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
  /*align-items: center;*/
  justify-content: space-between;
}

.texto-formulario h1 {
  font-family: 'trueno-extrabold', sans-serif;
  font-size: 5rem;
  color: #1E1E1E;
  margin-bottom: 40px;
}

.texto-formulario p {
  font-family: 'trueno-semibold', sans-serif;
  margin-top: 10px;
  font-size: 1.2rem;
  color: white;
}

.form {
  display: flex;
  flex-direction: column;
}

.form label {
  font-family: 'trueno-light', sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #FF87ED;
  font-size: 2rem;
}

.form input, .form select {
  padding: 25px;
  border-radius: 20px;
  border: none;
  font-family: 'trueno-semibold', sans-serif;
  color: #1E1E1E;
  font-size: 1.3rem;
}

.form button {
  background-color: white;
  color: #1E1E1E;
  padding: 20px 40px;
  border-radius: 100px;
  font-family: 'trueno-semibold', sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  transition: background-color 0.3s;
  margin-top: 50px;
  cursor: pointer;
  border: none;
}

.form button:hover {
  background-color: #FF87ED;
  color: #1E1E1E;
}

@media (max-width: 1024px) {
  .introducao-content h1 {
    font-size: 2.5rem;
    margin-top: 50px;
  }

  .introducao-content p {
    font-size: 1.1rem;
  }

  .texto-formulario h1 {
    font-size: 3rem;
  }

  .form label {
    font-size: 1.5rem;
  }

  .form input, .form select {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .introducao {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
  }

  .introducao-content h1 {
    font-size: 2rem;
    text-align: center;
    margin-top: 30px;
  }

  .introducao-content p {
    text-align: center;
    font-size: 1rem;
  }

  .introducao-image img,
  .rehnzo-image img {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
  }

  .resultados h1,
  .metodo h1,
  .depoimento h1,
  .rehnzo h1,
  .texto-formulario h1 {
    font-size: 2.2rem;
    text-align: center;
  }

  .sub-titulo {
    font-size: 1.6rem;
    text-align: center;
  }

  .descricao {
    font-size: 1rem;
    padding: 0 10px;
    text-align: center;
  }

  .box-rosa .numero,
  .box-rosa .texto,
  .box-roxo h4,
  .box-roxo p,
  .box-depoimento h2,
  .box-depoimento h3 {
    text-align: center;
  }

  .formulario {
    flex-direction: column;
  }

  .form {
    width: 100%;
  }

  .btn-primary,
  .btn-rehnzo,
  .botao-rosa,
  .btn-metodo,
  .form button {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 1.1rem;
  }
}

