* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  font-family: "Archivo", sans-serif;
  background-color: #081759;
  color: #fff;
  /* line-height: 1.5; */
}

.container {
  width: 100%;
  /* max-width: 1000px; */
  margin: auto;
  background: transparent radial-gradient(closest-side at 50% 50%, #7a2de0 0%, #4a00ab 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

/* */
.hero {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 90px;
  gap: 30px;
}

.header-box1 {
  flex: 1 1 400px;
  max-width: 45%;
}

.header-box1 header {
  margin-top: 20px;
}

.header-box1 h1 {
  font-size: 2.3rem;
  margin-top: 50px;
  font-weight: bold;
}

.header-box1 h1 span {
  color: #ff5001;
}

.header-box1 p {
  margin-top: 25px;
  max-width: 500px;
  height: 67px;
  text-align: left;
  font: normal normal 300 19px/30px Archivo;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.btn-primary {
  background-color: #ff5001;
  color: white;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  margin-top: 100px;
  cursor: pointer;
  
}

.cursos {
  margin-top: 120px;
}

.cursos p {
  width: 785px;
  height: 38px;
  text-align: left;
  font: normal normal bold 30px/38px Archivo;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.header-box2 {
  flex: 1 1 400px;
  max-width: 45%;
}

.header-box2 img {
  height: 750px;
}

.stats {
  background-color: #fff;

  /* gap: 30px; */
  width: 100%;
}

.stats .stats-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0px 0;
}

.cards {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0px 0;
}

.cards .stat {
  width: 33%;
  height: 270px;
  padding: 30px;
  margin-top: -150px;
}

.stat .stat-box1 {
  height: 50%;
}

.stat .stat-box1 {}

.stat .stat-title {
  margin-bottom: 10px;
  text-align: left;
  font: normal normal bold 22px Archivo;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.stat .stat-prof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: start;
  margin-top: 15px;
}

.stat .stat-texto {
  font-size: 0.8rem;
  width: 75%;
}

.stat .stat-prof img {
  width: 43px;
}

.stat .stat-prof .nome-prof {
  font-size: 0.7rem;
}

.stat .stat-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.7rem;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #9d58f8;
}

.stat .stat-tag .tag-curso {
  width: 100px;
  height: 23px;
  background: #ff5001 0% 0% no-repeat padding-box;
  opacity: 1;

  display: flex;
  align-items: center;
  justify-content: center;
}

.stat .stat-tag .tag-ch {
  width: 30px;
  height: 23px;
  background: #ff5001 0% 0% no-repeat padding-box;
  opacity: 1;

  display: flex;
  align-items: center;
  justify-content: center;
}

#stat1 {
  background-color: #8c33ff;
}

#stat2 {
  background-color: #360774;
}

#stat3 {
  background-color: #6b1fcf;
}

/* PLATAFORMA LIGA ONLINE*/
.plataforma {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0px 0;
  margin-top: 0;
  gap: 30px;
}

.main-img {
  width: 50%;
}

.plataforma .img-app {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
}

.plataforma .img-app img {
  width: 100%;
  display: flex;
  align-items: flex-start;
  height: auto;
}

.plataforma .plataforma-texto {
  width: 45%;
  color: #848484;
}

.plataforma .plataforma-texto h1 {
  text-align: left;
  font: normal normal bold 40px/50px Archivo;
  letter-spacing: 0px;
  color: #4a00ab;
  opacity: 1;
}

.plataforma .plataforma-texto .app-texto {
  text-align: left;
  font: normal normal 300 14px/25px Archivo;
  letter-spacing: 0.16px;
  color: #848484;
  opacity: 1;
  margin-top: 30px;
}

.img-app img {
  width: 100%;
  height: 420px;
}

.app-title h1 {
  font-size: 3rem;
  color: #4a00ab;
  margin-top: 20%;
}

/*DETALHES FEATURES DO APP*/

.feature {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 70px;
  gap: 40px;
  margin-bottom: 70px;
  width: 100%;
}

.feature .feat {
  margin: 0 auto;
  width: 30%;
  height: 250px;
  color: #848484;
}

.feature>div:nth-child(1) {
  border-right: 1px solid #d8d8d8;
}

.feature>div:nth-child(2) {
  border-right: 1px solid #d8d8d8;
}

.feature .feat h3 {
  /* UI Properties */
  text-align: left;
  width: 265px;
  height: 67px;
  font: normal normal bold 25px/35px Archivo;
  letter-spacing: 0px;
  color: #4a00ab;
  opacity: 1;
  border-left: 8px solid #ff5001;
  padding-left: 20px;
}

.feature .feat p {
  text-align: left;
  width: 248px;
  height: 117px;
  font: normal normal 300 14px/25px Archivo;
  letter-spacing: 0.16px;
  color: #848484;
  opacity: 1;
  padding-left: 28px;
  padding-right: 20px;
  margin-top: 15px;
}

/* FORMULARIO DE CADASTRO*/

/* FORM */
.form-inscricao {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background: transparent radial-gradient(closest-side at 50% 50%, #7a2de0 0%, #4a00ab 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 40px 20px;
  /* border-radius: 8px; */
  /* margin-bottom: 50px; */
}

.container-form {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.form-inscricao div {
  flex: 1 1 300px;
}

.form-inscricao h2 {
  margin-bottom: 15px;
  /* width: 500px; */
  height: 76px;
  /* UI Properties */
  text-align: left;
  font: normal normal bold 50px/76px Archivo;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.form-inscricao p {
  text-align: left;
  font: normal normal 300 14px/25px Archivo;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

form {
  display: grid;
  gap: 15px;
  max-width: 100%;
}

label {
  width: 314px;
  height: 14px;
  /* UI Properties */
  margin-bottom: 5px;
  text-align: left;
  font: normal normal normal 10px/42px Archivo;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

form input {
  padding: 12px;
  width: 100%;
  height: 44px;
  /* UI Properties */
  border: 1px solid #8e4ee2;
  border-radius: 2px;
  background: transparent;
  opacity: 1;
  color: #fff;
}

form .btn-submit {
  width: 180px;
  height: 55px;
  background: #ff5001;
  border-radius: 5px;
  opacity: 1;
  color: white;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}

.form-inscricao .container-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 40px; */
}

/* Coluna do texto */
.form-inscricao .container-form>div:first-child {
  flex: 1 1 45%;
  /* 45% da largura, cresce e encolhe */
  max-width: 45%;
}

/* Coluna do formulário */
.form-inscricao .container-form>div:last-child {
  flex: 1 1 45%;
  max-width: 45%;
}

.passos .passo {
  margin-top: 10px;
}

.passos .passo div {
  display: inline-block;
}

.passo .num-passo {
  width: 10%;
  text-align: left;
  font: normal normal bold 50px/65px Archivo;
  letter-spacing: 0px;
  color: #ff5001;
  opacity: 1;
}

.passo .texto-passo {
  margin-left: 20px;
  width: 70%;
}
.container-form .obs{
  font-size: 0.8rem;
  margin-top: 30px;
}
/* FOOTER */

footer {
  text-align: center;
  padding: 20px 0;
  background-color: #6b1fcf;
  font-size: 0.9rem;
}

/* Fundo escuro */
.popup {
  display: none;
  /* escondido por padrão */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Caixa central */
.popup-content {
  position: relative;
  /* height: 850px; */
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, #7a2de0 0%, #4a00ab 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 30px;
  border-radius: 12px;
  /* width: 90%; */
  /* max-width: 800px; */
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
}

/* Botão de fechar */
.popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #ff5b5b;
  color: white;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.popup-close:hover {
  background: #e14b4b;
}

.popup-content hr {
  width: 90%;
  height: 1px;
  border: none;
  border-top: 1px solid #9d60ed;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.popup-content .parabens {
  /* width: 85%; */
  /* height: 115px; */
  /* UI Properties */
  text-align: center;
  font: normal normal 600 80px/115px Archivo;
  letter-spacing: 0px;
  color: #ff5001;
  opacity: 1;
  margin: 0 auto;

  /* margin-bottom: 40px; */
}

.popup-content .vc-ganhou {
  width: 85%;
  /* height: 150px; */
  /* UI Properties */
  text-align: center;
  font: normal normal bold 30px/30px Archivo;
  letter-spacing: 0px;
  opacity: 1;
  margin: 0 auto;

  /* margin-bottom: 40px; */
}

.popup-content .vc-ganhou span {
  color: #ff5001;
}

.popup-content .seus-dados {
  width: 85%;
  height: 27px;
  /* UI Properties */
  text-align: center;
  font: normal normal bold 16px/27px Archivo;
  letter-spacing: 0px;
  color: #ff5001;
  text-transform: uppercase;
  opacity: 1;
  margin: 0 auto;
  margin-bottom: 10px;
}

.popup-content .login {
  margin: 0 auto;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.popup-content .senha {
  margin: 0 auto;
  font-size: 1.3rem;
}

.popup-content .para-acessar{
  text-align: left;
  font: normal normal bold 16px/29px Archivo;
  letter-spacing: 0px;
  color: #ff5001;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  /* align-items: flex-start; */
  gap: 0;
  width: 90%;
}

.popup-content .para-acessar .para-texto {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 65%;
  border-right: #9d60ed 1px solid;
}

.popup-content .para-acessar .para-liga{
  margin: 0 auto;
  margin-bottom: 30px;
  width: 30%;
  /* padding-left: 30px; */
  display: flex;
  align-items: center;
justify-content: center;


}

.bt-acessos {
  width: 100%;
  margin: 0 auto;
  /* margin-top: 60px; */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px;
  /* align-items: center; */
  justify-content: center;
}

.bt-acessos button {
  background-color: #ff5001;
  color: white;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}

.bt-acessos .lojas .lojas-img {
  margin-top: 20px;
}

.bt-acessos .lojas .lojas-img img {
  width: 160px;
  height: 58px;
  margin-left: 15px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.loader {
  display: none;
  /* só aparece via JS */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;

  /* Centralização */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Arial, sans-serif;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.img-app-card {
  display: none;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 30px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  z-index: 1000;
  animation: pulse 1.5s infinite;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}


/* responsividade */

/* 1. Desktop grande (acima de 1200px) */
/* @media (min-width: 1200px) {
     .container {
      max-width: 1100px;
      margin: 0 auto;
    } 
  } */

/* 2. Notebook/Tablet (768px a 1200px) */
/* @media (max-width: 1200px) and (min-width: 768px) {
    .hero {
      flex-direction: row;
      gap: 20px;
    }
  
    .hero-text {
      flex: 1 1 50%;
    }
  
    .hero img {
      flex: 1 1 40%;
      max-width: 350px;
    }
  } */

/* 3. Celulares (até 768px) */
@media (max-width: 768px) {

  body,
  html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  .hero {
    width: 100%;
    flex-direction: column;
    /* empilha tudo */
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    /* padding: 2rem 1rem;  */
  }

  .header-box1 {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    max-width: 90%;
  }

  .header-box1 header {
    /* margin-bottom: 1rem; */
    margin-top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #c69ff8;
  }

  .header-box1 header img {
    max-width: 80%;
    /* limita largura do logo */
    width: 80%;
    height: auto;
    margin: 0 auto;
    /* centraliza */
  }

  .hero-text {
    order: 2;
    max-width: 98%;
    margin: 0 auto;
  }

  .hero-text .cursos {
    display: none;
  }

  .hero-text h1 {
    font-size: 2.9rem;
    line-height: 1;
    margin-bottom: 2.5rem;
  }

  .hero-text p {
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
height: auto;
    font-size: 1.1rem;
    /* margin-bottom: 0.5rem; */
    max-width: 80%;
    margin-bottom: 30px !important;
  }

  .hero-text .btn-primary {
    /* margin-bottom: 2.5rem; */
    width: auto;
    padding: 0.75rem 1.5rem;
    margin-top: 20px !important;
  }

  .header-box2 {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header-box2 img {
    width: 90vw;
    /* quase a largura total da tela */
    height: auto;
    max-width: unset;
    /* remove limite de largura */
  }

  .stats-container {
    max-width: 100vw;
    position: relative;
    margin: auto;
  }

  .cards {
    width: 100vw;
    position: relative;
    margin: auto;
    display: block;
    height: 270px;
    overflow: hidden;
    margin: 1em;
    margin-top: -150px;
  }

  .stat {
    display: block;
    width: 100% !important;
    padding: 1em !important;
    margin: 0;
    margin-top: 0 !important;
  }

  .carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
    gap: 10px;
    position: relative;
    z-index: 1;
  }

  .carousel-dots .dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .carousel-dots .dot.active {
    background-color: #ff5001;
  }

  .img-app {
    display: none !important;
  }

  .img-app-card {
    display: block !important;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
    position: relative;
    margin: auto;
  }

  .img-app-card .slide {
    width: 100%;
    height: 100%;
  }

  .img-app-card img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .app-title {
    margin: -1em 1em 1em;
    width: 100vw;
    padding: 0;
  }

  .app-title h1 {
    text-align: center;
    font-size: 2.3rem !important;
    margin-top: 60px !important;
  }

  .plataforma {
    display: flex;
    flex-direction: column-reverse;
  }

  .plataforma-texto {
    width: 100vw !important;
    /* padding: 2em 2.5em 0 1em; */
    padding: 20px;
  }

  .app-texto {
    text-align: justify !important;
  }

  .main-img {
    width: 100% !important;
  }

  .main-img .carousel-dots {
    margin-top: -2em !important;
  }

  .feature {
    margin-top: 20px !important;
    margin-left: 35px !important;
  }

  .feature .feat {
    width: 100% !important;
    margin: 2em;
    height: 100px !important;
    border: none !important;
  }

  .feature .feat h3 {
    text-align: center;
    width: 90%;
    height: auto;
    border-bottom: 8px solid #ff5001;
    border-left: 0;
    padding-left: 0 !important;
  }

  .feature>div:nth-child(2) {
    margin-bottom: 70px !important;
  }

  .feature>div:nth-child(3) {
    margin-bottom: 90px !important;
  }

  .feature .feat p {
    width: 90%;
    text-align: center;
  }

  .form-inscricao h2 {
    margin: 0 auto !important;
    text-align: center !important;
  }

  .form-inscricao p {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
  }

  .form-inscricao .container-form>div:first-child {
    width: 90%;
    max-width: 90%;
  }

  form imput {
    width: 100vw !important;
  }

  form .btn-submit {
    width: 100%;
  }

  /* Coluna do texto */
  .form-inscricao .container-form>div:first-child {
    flex: 1 1 100% !important;
    /* 45% da largura, cresce e encolhe */
    max-width: 100% !important;
  }

  /* Coluna do formulário */
  .form-inscricao .container-form>div:last-child {
    flex: 1 1 100% !important;
    /* 45% da largura, cresce e encolhe */
    max-width: 100% !important;
  }

  footer {
    /* width: 93vw; */
  }

  footer img {
    height: 90%;
    width: 90%;
    object-fit: cover;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    /* background-color: rgba(0, 0, 0, 0.8); */
  }

  .img-app-card .next,
  .img-app-card .prev {
    color: #c69ff8;
  }

  .popup-content {
    position: relative;
    /* height: 90%; */
    width: 90%;
    margin: 0 auto;
    margin-top: 20px !important;
    padding: 15px !important;

  }

  .popup-content .parabens {
    /* width: 85%; */
    /* UI Properties */
    text-align: center;
    font-size: 3.0rem;
    /* margin-top: 10px !important; */
    margin: 0 auto;
    margin-top: -20px !important;

  }

  .popup-content .vc-ganhou {
    /* width: 85%; */
    /* UI Properties */
    text-align: center;
    font: normal normal bold 1.2rem/30px Archivo;
    /* margin-top: 20px !important; */
    /* height: 80px; */
    margin-top: -30px;
    line-height: 1.2;
  }
  .popup-content .vc-ganhou span{
    margin-left: 5px;
  }

  .popup-content .login {
    margin: 0 auto;
    font-size: 1.1rem;
    /* margin-bottom: 15px; */
  }

  .popup-content .senha {
    margin: 0 auto;
    font-size: 1.1rem;
  }

  .popup-content .seus-dados {
    margin-bottom: 5px !important;
    font-size: 0.8rem;
    
  }

  .popup-content .para-acessar{
    font-size: 0.8rem;
    line-height: 1.4;
  }
  
  .popup-content .para-acessar .para-texto {
    margin-bottom: 10px;

    /* margin: 0 auto;
    margin-bottom: 30px;
    width: 65%;
    border-right: #9d60ed 1px solid; */
  }
  
  .popup-content .para-acessar .para-liga{
    margin-bottom: 10px;

    /* margin: 0 auto;
    margin-bottom: 30px;
    width: 30%;
    /* padding-left: 30px; */
    display: flex;
    align-items: center;
  justify-content: center; 

  }
  .popup-content .para-acessar .para-liga img{
    width: 70%;
  }

  .popup-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bt-acessos .bt-acessar{
    /* margin-top: 5px !important; */
    display: block !important;

  }
  .bt-acessos .lojas{
    margin-top: -30px;
  }

  .bt-acessos button {
    background-color: #ff5001;
    color: white;
    padding: 7px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    /* margin-top: 20px; */
  }
  
  .bt-acessos .lojas .lojas-img {
    margin-top: 20px;
  }
  
  .bt-acessos .lojas .lojas-img img {
    width: 160px;
    height: 58px;
    margin-left: 15px;
  }




  
}