@font-face {
  font-family: "Constantia";
  src: url("../fonts/constantia/constan.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf")
    format("truetype");
}

@font-face {
  font-family: "Montserrat-Italic";
  src: url("../fonts/Montserrat//static/Montserrat-Italic.ttf")
    format("truetype");
}

.constantia {
  font-family: "Constantia", sans-serif !important;
}

.montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.montserrat-italic {
  font-family: "Montserrat-Italic", sans-serif !important;
}

:root {
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

p {
  /* margin: 20px 0; */
  line-height: 1.6;
}
/* 
.size-1 {
  font-size: 0.9em !important;
  font-weight: lighter !important;
} */

/* Estilizar a cor da barra de rolagem para navegadores WebKit (Chrome, Safari) */
::-webkit-scrollbar {
  width: 12px; /* Largura da barra de rolagem vertical */
}

::-webkit-scrollbar-thumb {
  background: #d9653b; /* Cor da parte rolável da barra de rolagem */
  border-radius: 10px; /* Arredondar os cantos da parte rolável
}

::-webkit-scrollbar-thumb:hover {
  background: #000; /* Cor da parte rolável da barra de rolagem ao passar o mouse */
}

/* bg hero */

.bg-hero {
  background-image: url("/assets/Hero/bg_hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.img-man {
  width: 600;
  /* height: 100%; */
}

.content-hero {
  padding-top: 100px;
  padding-left: 250px;
}

/* text */

.text-orange {
  color: #d9653b;
}

.text-yeallow {
  color: #f2a005 !important;
}

.center {
  display: flex;
  justify-content: center;
}

.gap {
  gap: 20px;
}

.row-who {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  gap: 50px;
}

.uppercase {
  text-transform: uppercase;
}

.spacing {
  letter-spacing: 2px;
}

.border-radius {
  border-radius: 20px;
  border: 3px solid transparent; /* A borda começa transparente */
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #f39c12, #d9653b) border-box;
  transition: background 0.5s ease-in-out;
}

.border-radius:hover {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #d9653b, #f39c12) border-box;
}
/* buttons */

.bg-logo {
  width: 40px;
}

.btn {
  width: 100%;
  font-family: "Montserrat", sans-serif !important;
}

.btn-padrao {
  width: 300px;
  padding: 10px;
  border: 1px solid transparent; /* Define a borda */
  font-family: "Montserrat", sans-serif !important;
  border-radius: 5px;
  font-weight: bold;
  background: linear-gradient(
    45deg,
    #d9653b,
    #f2a005
  ); /* Gradiente linear de 45 graus */
  color: black !important; /* Define a cor do texto do botão */
  cursor: pointer; /* Altera o cursor ao passar o mouse sobre o botão */
  text-transform: uppercase;
  font-size: larger;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease,
    border-color 0.3s ease; /* Adiciona uma transição suave */
}

.btn-padrao:hover {
  background: linear-gradient(
    45deg,
    #f2a005,
    #d9653b
  ); /* Gradiente invertido no hover */
  color: white !important; /* Cor do texto no hover */
  border-color: #d9653b; /* Cor da borda no hover */
  transform: scale(1.05); /* Aumenta o tamanho do botão em 5% */
}

/* bg who  */

.bg-who {
  background-image: url("/assets/ParaQuem/Background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}

.content-who {
  padding: 10px;
  color: black;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9653b;
  border: 1px solid transparent; /* Define a borda */
  border-radius: 20px;

  transition: transform 0.3s ease-in-out;
}

.content-who:hover {
  transform: scale(1.05); /* Aumenta o tamanho em 5% ao passar o mouse */
}

.content-who h4 {
  position: relative; /* Garante que as animações fiquem dentro do elemento */
  display: inline-block; /* Permite animações */

  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9653b;
}

.pulse-animation {
  animation: animatePulse 4s ease-in-out infinite alternate; /* Define a animação */
}

@keyframes animatePulse {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* about  */
.bg-about {
  background-image: url("/assets/Professor/Background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.row-about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.content-about {
  flex: 1;
  padding: 20px;
  color: #fff;
}

.img-about {
  width: 100%;
  height: 100%;
}

/* modules */

.bg-modules {
  background-image: url("/assets/Modulos/Background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-attachment: fixed; /* Adiciona o efeito de paralaxe */
}

.card-title {
  font-size: 1.5rem;
  color: #f39c12; /* Pode alterar a cor conforme a necessidade */
  font-family: "Montserrat", sans-serif !important;
}

.icon {
  margin-top: 10px;
  font-size: 4rem;
  color: #f39c12; /* Pode alterar a cor conforme a necessidade */
}

.bg-bonus {
  background-image: url("/assets/Bonus/bg-bonus.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.card-bonus {
  background-color: #f2d49b;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px linear-gradient(45deg, #d9653b, #f2a005);
  width: 650px;
  z-index: 0;
  /* position: relative; */
  transform: translateY(-130%);
}

.bonus-container {
  position: relative;
  display: inline-block;
}

.bonus-img {
  position: relative;
  z-index: 1;
}

.btn-bonus {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* video */

.bg-video {
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.video-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 56.25%; /* Mantém a proporção de 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 2px solid #ffc107e0;
  box-shadow: 0px 0px 15px #ffc107c9;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #f39c12, #d9653b);
  color: white;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 30px; /* Tamanho do ícone */
  cursor: pointer;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); /* Adiciona uma sombra suave */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.play-button i {
  font-size: 30px; /* Tamanho do ícone */
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1); /* Efeito de hover */
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4); /* Sombra maior no hover */
}

.bg-feedbacks {
  background-image: url("/assets/Feedbacks/Background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.splide {
  max-width: 85%;
  margin: 0 auto;
}

.splide__list {
  display: flex;
  align-items: center;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: none; /* A borda começa transparente */
  margin: 0 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);


}

.large-slide {
  width: 100%;
  max-width: 360px; /* Ajusta a largura máxima dos vídeos */
  height: auto;
}

.splide__slide iframe {
  width: 100%;
  height: 500px; /* Altura padrão para iframes do YouTube */
  object-fit: cover;
  border-radius: 10px;
  border: none;
}

.feedback-video-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
}

.feedback-video-container img {
  width: 100%;
  height: 100%;
  transform: scale(1.3); /* Aumenta o tamanho da imagem */
  object-fit: cover; /* Mantém o centro da imagem */
}

.feedback-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #f39c12, #d9653b);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 30px; /* Tamanho do ícone */
  cursor: pointer;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); /* Adiciona uma sombra suave */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feedback-play-button:hover {
  background-color: #f39c12;
}

.feedback-play-button i {
  color: #fff;
}

/* price */

.bg-help {
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.btn-send {
  background-color: #fff;
  padding-inline: 4px !important;
  margin-top: 5px;
  width: 150px;
  border: 1px solid transparent; /* Define a borda */
  border-radius: 20px;
  color: #d47d2b !important;
}

.input-email {
  background-color: #fff;
  background-color: #fff;
  padding: 4px;
  border: 1px solid #d9653b; /* Define a borda */
  border-radius: 20px;
  color: #d47d2b;
}

.bg-test {
  background-image: url("/assets/Test/teste-7-dias.webp"); /* Adiciona a imagem como fundo */
  background-color: #d9653b;
  background-attachment: fixed; /* Cria o efeito de parallax */
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh; /* Define a altura para a visualização completa */
  display: flex;
  justify-content: center;
  align-items: center;
}

.test-img {
  width: 200px;
  max-width: 100%;
  opacity: 0; /* Esconde a imagem estática */
}

.test-img {
  position: relative;
  z-index: 2;
}

/* Background da seção */
.bg-price {
  background-image: url("/assets/Pricing/Background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.text-yellow {
  color: #ffd700;
}

.text-orange {
  color: #ff7a00;
}

.spacing {
  letter-spacing: 2px;
}

/* Card de preço */
.card-price {
  text-align: center;
  padding: 30px;
  background: #1f202e00;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: auto;
  background-color: none;
  border: 4px solid #f60;
  box-shadow: 0 0 10px linear-gradient(45deg, #d9653b, #f2a005);
  width: 400px;
}

.original-price {
  font-size: 1.5rem;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.original-price span {
  color: #ffdd99;
}

.offer-text {
  font-size: 1.3rem;
  color: #ffffff;
  text-transform: uppercase;
}

.current-price {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 15px 0;
  background: #ffd700;
  color: #1f202e;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
}

.current-price .amount {
  color: #1f202e;
  font-size: 3rem;
  font-weight: bold;
}

.installments {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.installments span {
  font-weight: bold;
  color: #ffd700;
}

/* Botão */
.btn-padrao {
  background-color: #ff7a00;
  color: #fff;
  font-size: 1.2rem;
  padding: 15px 30px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  transition: background 0.3s ease;
  font-weight: bold;
}

.btn-padrao:hover {
  background-color: #ff9500;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* bonus */

.bg-bonus {
  background-image: url("/assets/Bonus/bg-bonus.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.card-bonus {
  background-color: #f2d49b;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px linear-gradient(45deg, #d9653b, #f2a005);
  width: 650px;
  z-index: 0;
  /* position: relative; */
  transform: translateY(-130%);
}

.bonus-container {
  position: relative;
  display: inline-block;
}

.bonus-img {
  position: relative;
  z-index: 1;
}

.btn-bonus {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.btn-padrao {
  background-color: #ff5722;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
}

.btn-padrao:hover {
  background-color: #e64a19;
}

.bonus {
  font-size: 1.5em;
  font-weight: bold;
}

.bonus-title {
  color: #000000 !important;
}

.bonus-image {
  position: relative;
  width: 65%;
  /* transform: translateY(100%); */
  z-index: 2; /* Certifique-se de que a imagem tem um z-index maior que o card */
}

/* fim price */

/* questions */
.bg-questions {
  background-image: url("/assets/Duvidas/Background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.content-questions {
  cursor: pointer;
  margin: 10px 0;
  background-color: #f28c28; /* Cor de fundo do card */
  border-radius: 8px;
  padding: 15px;
  width: 80%; /* Define a largura dos cards */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  position: relative;
}

.content-questions:hover {
  background-color: #e07b1e; /* Cor ao passar o mouse */
}

.question-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question {
  margin: 0;
  flex: 1;
  font-family: "Montserrat", sans-serif !important;
}

.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif !important;
}

.content-questions.active .answer {
  max-height: 200px; /* Ajuste conforme o conteúdo */
  padding-top: 10px;
}

.content-questions.active .arrow {
  transform: rotate(180deg); /* Rotaciona a seta quando ativo */
}

/* mobile */

@media (max-width: 768px) {
  .bonus-container {
    width: 100%;
    padding: 10px;
  }

  .bonus-img {
    width: 100%;
  }

  .btn-padrao {
    padding: 8px 16px;
    font-size: 0.9em;
  }

  .btn {
    width: 100% !important;
  }

  .btn-bonus {
    bottom: 20%;
  }

  /* .bg-test {
    background-size: 90%;
    height: 100%;
  } */

  .bg-test {
    background-attachment: scroll; /* Remover o fixed para dispositivos móveis */
    background-size: 90%; /* Ajustar o tamanho da imagem para cobrir toda a área */
  }

  .title-mobile {
    padding-inline: 0 !important;
    padding-top: 10px;
  }

  /* test */
  .test-img {
    padding: 10px;
    width: 100%;
  }
}
