body,html{
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Sora', sans-serif;
	background: linear-gradient(60deg,#131212,#150d05);

}
.esconder { display: none }
h1{font-size: 34px;font-weight: 800;}
h2{font-size:30px; font-weight:800; text-transform: uppercase}
p{font-size: 17px; line-height:1.6em;}

/*Header*/

#header{
		padding: 50px 0;
		color:#FFF;
		background:url("../../midia/bg_header.webp");
		background-size:cover;
		background-repeat: no-repeat;
		background-position: top center;
}

#header .logo{
	display:block;
	margin: 0 auto;
	width: 250px;
	margin-bottom: 40px;
}

#header h1{
	color: #FFF;
	text-transform: uppercase;
	line-height:1.4em;
}

#header h1 b{
	color:#ffb703;
}

#header .badg{
  display: inline-block;
  background: linear-gradient(90deg,#ffb701,#ff3466,#ff0381);
  background-size: 300% 300%;
  animation: moveGradient 4s ease infinite;
  box-shadow: 0 0 12px rgba(255,51,102,.35);
  vertical-align: middle;
  color: #FFF;
  padding:1px 15px;
  border-radius: 25px;
}

#header .box h3{
	font-weight: 800;
	font-size: 14px;
}
#header .box p{
	font-size:13px;
}

#header .box .icon{
	width: 22px;
	height: 22px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,183,3,.18);
	border: 1px solid rgba(255,183,3,.38);
	color: var(--grad1);
	font-weight: 800;
	flex: 0 0 22px;
	margin-right: 10px;
}

#header .box{
	background: rgba(9, 11, 15, 0.62);
	border: 1px solid rgba(251, 251, 251, 0.14);
	border-radius: 16px;
	padding: 12px 12px;
	text-align: left;
	backdrop-filter: blur(6px);
}

.proof-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fdb502;
  box-shadow: 0 0 10px rgba(255,183,3,.75);
}

.proof-pill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(10,10,12,.55);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  backdrop-filter: blur(6px);
  white-space: nowrap;
}

#header .banner{
	margin:20px auto;
	display:block;
	border-radius:20px;
}

/*sobre*/

#sobre{
	padding: 50px 0;
	background:#FFFF;
}
#sobre h2{
	margin-bottom:30px;
}

/*Aprender*/

#aprender{
	padding:50px 0;
	color:#FFF;
	background:url("../../midia/bg_header.webp");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#aprender h2{
	font-size:35px;
}
#aprender h2 b{
	color:#ffb704;
}

#aprender .box{
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF3B;
	box-shadow: 14px 2px 50px -37px rgba(0, 0, 0, 0.63);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background-color: #4A4A4A4F;
	padding:20px;
	border-radius:20px;
	margin-bottom:50px; 
}

#aprender .box img{
	width:40px;
	margin-bottom:20px;
}
#aprender .box h3{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	margin-bottom:20px;
}
#aprender .box p{
	font-size:14px;
}

/*bastidores*/

#bastidores{
	padding:50px 0;
	color:#FFF;
	background:url("../../midia/bg_header.webp");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#bastidores h2{
	font-size:35px;
}
#bastidores h2 b{
	color:#ffb704;
}

#bastidores .box{
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF3B;
	box-shadow: 14px 2px 50px -37px rgba(0, 0, 0, 0.63);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background-color: #4A4A4A4F;
	padding:20px;
	border-radius:20px;
	margin-bottom:50px; 
}

#bastidores .box img{
	width:40px;
	margin-bottom:20px;
}
#bastidores .box h3{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	margin-bottom:20px;
}
#bastidores .box p{
	font-size:14px;
}

/*Depoimentos*/

#depoimentos{
	padding:60px 0px;
	background:#FFF;
}
#depoimentos h2{
	font-size:35px;
}
#depoimentos h2 b{
	color:#ffb704;
}

/*rank*/

#rank{
	padding:50px 0;
	color:#FFF;
	background:url("../../midia/bg_header.webp");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#rank h2{
	font-size:35px;
}
#rank h2 b{
	color:#ffb704;
}

/*oferta*/

#oferta{
	padding:50px 0;
	color:#FFF;
	background:url("../../midia/bg_header.webp");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#oferta h2{
	font-size:35px;
}
#oferta h2 b{
	color:#ffb704;
}
#oferta .tab{
	background-color: #4A4A4A4F;
	border-radius:25px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF3B;
	box-shadow: 14px 2px 50px -37px rgba(0, 0, 0, 0.63);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 20px 20px 20px 20px;
	padding: 50px;
}
#oferta ul{
	width: 50%;
	margin:0 auto;
}
#oferta ul li{
	font-size:17px;
	font-weight:600;
	line-height: 2.0em;
	display: flex;
	align-items: center;
}
#oferta ul li img{
	width:25px;
	margin: 0px 15px 5px 0px;
}

.contador {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

#oferta .box {
	background: #ffb704;
	color:  #000;
	padding: 15px 5px;
	border-radius: 6px;
	min-width: 70px;
	line-height: 0.8em;
}

#oferta .box span {
  display: block;
  font-size: 25px;
  font-weight: 900;
}

#oferta .box small {
  font-size: 10px;
  font-weight:400;
}
.valor {
  font-size: 36px;
  font-weight: 900;
  color: #ff3769;
}

.bt_tabela{
	color:#FFF;
	padding:15px 30px;
	background: linear-gradient(103deg, #57b576 0%, #5DDF2E 100%);
	text-align:center;
	font-size:16px;
	font-weight:700;
	border-radius:10px;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	transition: background-color 0.4s ease, color 0.8s ease;
	border:solid 1px #b7f4b7;
}
.bt_tabela:hover{
	background-image: linear-gradient(-120deg, #14D300 32%, #93E41C 67%);
}

/*duvidas*/

#duvidas{
	padding:50px 0;
	color:#FFF;
	background:#0c0c0c;
}

#duvidas h2{
	font-size:35px;
}
#duvidas h2 b{
	color:#ffb704;
}
.faq-item {
	background: #000;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	font-weight:400;
	border-bottom: solid 1px #323232;
}

.faq-question {
	padding: 10px 20px;
	cursor: pointer;
	font-weight: 600;
	position: relative;
	color:#FFF;
	font-size:14px;
}

.faq-question::after {
	content: '+';
	position: absolute;
	right: 20px;
	font-size: 24px;
	transition: transform 0.3s;
	top:10px;
}

.faq-item.active .faq-question::after {
	content: '−';
}

.faq-answer {
	height: 0;
	overflow: hidden;
	padding: 0 20px;
	transition: height 0.4s ease, padding 0.3s ease;
	font-size:15px;
}

.faq-answer-content {
	padding: 15px 0;
}

/*Footer*/

footer{
	padding:50px 0;
	background:#000;
	color:#FFF;
}
footer h4{
	font-size:17px;
	opacity: 0.7;
}
footer p, footer a{
	font-size:13px;
	opacity: 0.7;
}
footer a{color:#FFF}

.carousel-container {
      overflow: hidden;
      max-width: 1000px;
      margin: 40px auto;
      position: relative;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .carousel-slide {
      flex: 0 0 33.3333%;
      padding: 10px;
    }

    .carousel-slide img {
      width: 100%;
      border-radius: 10px;
    }

    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #ffb704;
      border-radius:8px;
      color: #fff;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      font-size: 18px;
      z-index: 1;
    }

    .carousel-btn.prev { left: 0; }
    .carousel-btn.next { right: 0; }

    .carousel-dots {
      text-align: center;
      margin-top: 15px;
    }

    .carousel-dot {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 5px;
      background-color: #ccc;
      border-radius: 50%;
      cursor: pointer;
    }

    .carousel-dot.active {
      background-color: var(--cor-2);
    }
.carousel {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 100%;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}

.carousel-dot.active {
  background: #000;
}
    @media (max-width: 768px) {
      .carousel-slide { flex: 0 0 50%; }
    }

    @media (max-width: 576px) {
      .carousel-slide { flex: 0 0 100%; }
    }


/*480*/

@media (max-width: 480px) {
	#header .logo{
		width:150px;
	}
  h1{
  	font-size:25px;
  }

  #header .box{
  	margin-bottom:20px;
  }
  section h2{
  	font-size:25px !important;
  }
  #oferta ul{
  	width:100%;
  }
  #oferta h3{
  	font-size:20px;
  }
  #oferta  ul li{font-size:14px;}
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.pulse {
  animation: pulse 1.5s infinite;
}