* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

header {
  background: #13141a;
  padding: 20px 0;
  width: 100%;
}

.maxcontainer {
  max-width: 1140px;
  margin: auto;
}
header>.maxcontainer>img{
  max-width: 250px;
}
.hero {
  background: linear-gradient(
    90deg,
    #101216 -1%,
    #151921 46.95%,
    #47211d 99.95%
  );
  padding: 130px 0 40px 0;
  z-index: 1020px;
}

.hero > .maxcontainer {
  display: flex;
  flex-direction: row;
}

.hero > .maxcontainer > div:first-child {
  max-width: 60%;
}

.hero > .maxcontainer > div:last-child {
  max-width: 40%;
}

.hero-text {
  background: linear-gradient(90deg, #fff 2.97%, #ad7055 94.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 52px;
}

.hero-btn {
  border-radius: 8px;
  background: #fe5f38;
  text-decoration: none;
  font-family: Inter;
  color: #fff;
  padding: 17px 74px;
  display: inline-block;
  margin-top: 50px;
  font-size: 25px;
  font-weight: bold;
}

#form {
  z-index: 20;
}

.loop {
  overflow: hidden;
  padding: 20px 0;
  white-space: nowrap;
  position: relative;
  margin-top: -200px;
}

.loop-slide {
  display: inline-block;
  animation: 20s slideLoop infinite linear;
  white-space: nowrap;
}

.loop:hover .loop-slide {
  animation-play-state: paused;
}

@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

#movingCards {
  display: flex;
  gap: 0;
  white-space: nowrap;
  max-width: 100%;
}

#movingCards ul {
  display: flex;
  gap: 0;
  white-space: nowrap;
}

#movingCards li {
  white-space: nowrap;
  margin-right: 20px;
  list-style: none;
  /* Remove bullet points */
}

.slide-image {
  min-height: 384px;
  object-fit: cover;
  max-width: 288px;
  border-radius: 8px;
}

.selo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.selo > img {
  margin-right: 100px;
  margin-bottom: -50px;
  z-index: 20;
}

.beneficios-hero {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: 20px;
}

.beneficios-hero > div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 10px;
}

.beneficios-hero > div > p {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 800;
  font-family: Inter;
  font-size: 14px;
  text-align: center;
}

.oferta {
  background: linear-gradient(
    90deg,
    #47211d -1%,
    #151921 46.95%,
    #101216 99.95%
  );
  padding: 120px 0;
}

.oferta > .maxcontainer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.oferta > .maxcontainer > div:first-child {
  width: 70%;
}

.oferta > .maxcontainer > div:last-child {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.oferta > .maxcontainer > div:first-child > h3 {
  color: #fe5f38;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.oferta > .maxcontainer > div:first-child > h2 {
  color: #fff;
  font-family: Inter;
  font-size: 50px;
  font-weight: 700;
  max-width: 550px;
  line-height: 47px;
}

.oferta > .maxcontainer > div:first-child > h4 {
  color: #fff;
  font-family: Inter;
  font-size: 34px;
  font-weight: 700;
  max-width: 400px;
  line-height: 37px;
}

.oferta > .maxcontainer > div:first-child > p {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  max-width: 400px;
  line-height: 30px;
  margin-top: 20px;
}

.icons-alunos {
  display: flex;
}

.icons-alunos > img:nth-child(1) {
  z-index: 5;
  width: 50px;
  border: 2px solid #fff;
  border-radius: 100px;
  display: inline-block;
}

.icons-alunos > img:nth-child(2) {
  z-index: 4;
  margin-left: -10px;
  width: 50px;
  border: 2px solid #fff;
  border-radius: 100px;
  display: inline-block;
}

.icons-alunos > img:nth-child(3) {
  z-index: 3;
  margin-left: -10px;
  width: 50px;
  border: 2px solid #fff;
  border-radius: 100px;
  display: inline-block;
}

.indiceAlunos {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-left: -10px;
  border: 2px solid #fff;
}

.indiceAlunos > p {
  font-family: Inter;
  color: #000000;
  font-weight: 600;
}

.alunosImpactados {
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
  gap: 20px;
}

.alunosImpactados > p {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  max-width: 150px;
  font-weight: 600;
}

.cardPreco {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #19191c;
  width: 411px;
}

.cardPreco > div:first-child {
  padding: 40px 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.cardPreco > div:first-child > span {
  background-color: #f98663;
  font-family: Inter;
  color: #fff;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 100px;
  font-size: 17px;
}

.cardPreco > div:first-child > h2 {
  font-family: Inter;
  color: #fff;
  font-weight: 700;
  margin-top: 40px;
  border-radius: 100px;
  font-size: 40px;
}

.cardPreco > div:first-child > p {
  font-family: Inter;
  color: #fff;
  font-weight: 400;
  margin-top: 6px;
  border-radius: 100px;
  font-size: 18px;
  margin-bottom: 30px;
}

.cardPreco > div:first-child > ul {
  font-family: Inter;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
  list-style: none;
  color: #fff;
  font-weight: 400;
  margin-top: 6px;
  border-radius: 100px;
  font-size: 18px;
}

.cardPreco > div:last-child {
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cardPreco > div:last-child > a {
  background: #fe5f38;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  header {
    background: #13141a;
    padding: 20px 0;
    width: 100%;
  }

  header > .maxcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .maxcontainer {
    max-width: 1140px;
    margin: auto;
  }

  .hero {
    background: linear-gradient(
      90deg,
      #101216 -1%,
      #151921 46.95%,
      #47211d 99.95%
    );
    padding: 80px 0px 40px 0px;
    z-index: 1020px;
  }

  .hero > .maxcontainer {
    display: flex;
    flex-direction: column;
  }

  .hero > .maxcontainer > div:first-child {
    max-width: 100%;
    padding: 0px 20px;
  }

  .hero > .maxcontainer > div:last-child {
    max-width: 100%;
    padding: 0px 20px;
  }

  .hero-text {
    background: linear-gradient(90deg, #fff 2.97%, #ad7055 94.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 42px;
  }

  .hero-btn {
    border-radius: 8px;
    background: #fe5f38;
    text-decoration: none;
    font-family: Inter;
    color: #fff;
    padding: 17px 74px;
    display: block;
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
  }

  #form {
    z-index: 20;
    margin-top: 30px;
  }

  .loop {
    overflow: hidden;
    padding: 20px 0;
    white-space: nowrap;
    position: relative;
    margin-top: 0px;
  }

  .loop-slide {
    display: inline-block;
    animation: 20s slideLoop infinite linear;
    white-space: nowrap;
  }

  .loop:hover .loop-slide {
    animation-play-state: paused;
  }

  @keyframes slideLoop {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  #movingCards {
    display: flex;
    gap: 0;
    white-space: nowrap;
    max-width: 100%;
  }

  #movingCards ul {
    display: flex;
    gap: 0;
    white-space: nowrap;
  }

  #movingCards li {
    white-space: nowrap;
    margin-right: 20px;
    list-style: none;
    /* Remove bullet points */
  }

  .slide-image {
    min-height: 284px;
    object-fit: cover;
    max-width: 238px;
    border-radius: 8px;
  }

  .selo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .selo > img {
    margin-right: 100px;
    margin-bottom: -30px;
    z-index: 20;
    max-width: 120px;
  }

  .beneficios-hero {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-top: 20px;
  }

  .beneficios-hero > div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 10px;
    height: 50px;
  }

  .beneficios-hero > div > p {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 800;
    font-family: Inter;
    font-size: 14px;
    text-align: center;
  }

  .oferta {
    background: linear-gradient(
      90deg,
      #47211d -1%,
      #151921 46.95%,
      #101216 99.95%
    );
    padding: 80px 20px;
  }

  .oferta > .maxcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .oferta > .maxcontainer > div:first-child {
    width: 100%;
  }

  .oferta > .maxcontainer > div:last-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .oferta > .maxcontainer > div:first-child > h3 {
    color: #fe5f38;
    font-family: Inter;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .oferta > .maxcontainer > div:first-child > h2 {
    color: #fff;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    max-width: 550px;
    line-height: 37px;
  }

  .oferta > .maxcontainer > div:first-child > h4 {
    color: #fff;
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    max-width: 400px;
    line-height: 32px;
  }

  .oferta > .maxcontainer > div:first-child > p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    max-width: 400px;
    line-height: 22px;
    margin-top: 20px;
  }

  .icons-alunos {
    display: flex;
  }

  .icons-alunos > img:nth-child(1) {
    z-index: 5;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 100px;
    display: inline-block;
  }

  .icons-alunos > img:nth-child(2) {
    z-index: 4;
    margin-left: -10px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 100px;
    display: inline-block;
  }

  .icons-alunos > img:nth-child(3) {
    z-index: 3;
    margin-left: -10px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 100px;
    display: inline-block;
  }

  .indiceAlunos {
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-left: -10px;
    border: 2px solid #fff;
  }

  .indiceAlunos > p {
    font-family: Inter;
    color: #000000;
    font-weight: 600;
  }

  .alunosImpactados {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 20px;
  }

  .alunosImpactados > p {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    max-width: 150px;
    font-weight: 600;
  }

  .cardPreco {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #19191c;
    width: 100%;
  }

  .cardPreco > div:first-child {
    padding: 40px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .cardPreco > div:first-child > span {
    background-color: #f98663;
    font-family: Inter;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 17px;
  }

  .cardPreco > div:first-child > h2 {
    font-family: Inter;
    color: #fff;
    font-weight: 700;
    margin-top: 40px;
    border-radius: 100px;
    font-size: 40px;
  }

  .cardPreco > div:first-child > p {
    font-family: Inter;
    color: #fff;
    font-weight: 400;
    margin-top: 6px;
    border-radius: 100px;
    font-size: 18px;
    margin-bottom: 30px;
  }

  .cardPreco > div:first-child > ul {
    font-family: Inter;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    list-style: none;
    color: #fff;
    font-weight: 400;
    margin-top: 6px;
    border-radius: 100px;
    font-size: 18px;
  }

  .cardPreco > div:last-child {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cardPreco > div:last-child > a {
    background: #fe5f38;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
  }
}

/* Estilo Form */

.btn-primary:hover {
  background-color: #ff784e;
}
.form-card {
  font-family: Inter;
  background: #fff;
  color: #333;
  border-radius: 16px;
  padding: 2rem;
  width: 360px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.form-card h2 {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #111;
}
form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
label {
  font-weight: 600;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 0.7rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
  width: 100%;
}
input:invalid {
  border-color: #ff4d4d;
}

input#telefone::placeholder,
input#cpf::placeholder {
  color: #B0B0B0; 
  opacity: 1; /* Necessário para o Firefox */
}

/* Para compatibilidade com navegadores mais antigos */
input#telefone::-webkit-input-placeholder,
input#cpf::-webkit-input-placeholder { /* Chrome, Safari, Edge */
  color: #B0B0B0;
}

input#telefone::-moz-placeholder,
input#cpf::-moz-placeholder { /* Firefox */
  color: #B0B0B0;
  opacity: 1;
}

input#telefone:-ms-input-placeholder,
input#cpf:-ms-input-placeholder { /* Internet Explorer */
  color: #B0B0B0;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.submit-btn {
  background-color: #ff5722;
  color: #fff;
  border: none;
  padding: 0.9rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
}
.submit-btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.submit-btn:hover {
  background-color: #ff784e;
}
.privacy {
  font-size: 0.8rem;
  color: #555;
  text-align: center;
}
@media (max-width: 800px) {
  main {
    flex-direction: column;
  }
  .text-section {
    padding: 0;
    text-align: center;
  }
  .form-card {
    margin-top: 2rem;
  }
}
.iti {
    width: 100%;
}
