*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,body{
  width: 100%;
}
/* FONTES */
@font-face {
  font-family: Anton;
  src: url('../fonts/Anton-Regular.ttf');
}
@font-face {
  font-family: Peaches;
  src: url('../fonts/Peaches-and Cream-Regular-W00.ttf');
}
@font-face {
  font-family: Helvetica-ne;
  src: url('../fonts/helvetica-neue-etext-w01-light.ttf');
}
@font-face {
  font-family: Futura;
  src: url('../fonts/Futura-LT W01-Light-Oblique.ttf');
}
@font-face {
  font-family: ArialBlack;
  src: url('../fonts/arial-black.ttf');
}
/* UTILITARIOS */
a{
  text-decoration: none;
  color: white;
}
.margin{
  max-width: 1280px;
  margin: 0 auto;
}
:root {
  --c:blue;
  --blackOpac: #292929;
  --red:#b30606;
  --dourado:#af9453;
}

h2{
  font-size: 4em;
}
.section5 #demo{
  display: flex;
  max-width: 450px;
  margin: 10px auto;
  justify-content: space-between;
}
.section5 .singletime{
  font-weight: bold;
  color: black;
  font-family: Poppins;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  background: linear-gradient(90deg, #c6972b 0%, #dfc877 35%);
}
.section5 .singletime p{
  text-transform: uppercase;
  color: black;
  opacity: 0.8;
  font-size: 1.5em;
  animation: fa-blink 10s linear infinite;
}
@keyframes fa-blink {
  0% { opacity: 1;color:white; }
  50% { opacity: 0.5;color:black; }
  100% { opacity: 0;color:black; }
}
@keyframes loading {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Modais */
.oferta {
  position: fixed;
  top: 50%;
  display: none;
  z-index: 999;
  left: 50%;
  transform:translate(-50%,-50%);
  max-width: 650px;
  width: 100%;
}
.oferta .header{
  display: flex;
  background-color: var(--red);
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid white;
}
.oferta h2{
  font-size: 1.6em;
}
.oferta .header p{
color: white;
font-family: ArialBlack;
padding: 10px;
font-size: 1.6em;
}
.oferta .body{
  padding: 10px;
  background-color:var(--red);
}
.oferta .body h2{
  color: white;
  font-family: ArialBlack;
  padding: 10px;
  font-size: 1.6em;
  }
.pegaroferta{
  background: linear-gradient(90deg, #c6972b 0%, #dfc877 35%);
  color: white;
  cursor: pointer;
  margin-left: calc(100% - 160px);
  margin-top: 20px;
  max-width: 150px;
  font-family: ArialBlack;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  height: 46px;
  align-items: center;
}
.bg-all{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: var(--blackOpac);
  opacity: 0.7;
  z-index: 9;
  cursor: pointer;
  display: none;
}
.modal-nao{
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 650px;
  width: 100%;
  display: none;
}
.sairModal{
  user-select: none;
  cursor: pointer;
}
.modal-nao .header{
  background-color: var(--red);
  padding: 20px 5px;
  display: flex;
  justify-content: space-between;
}
.modal-nao .header p{
  color: white;
  font-family: ArialBlack;
}
.modal-nao .body{
  display: flex;
  justify-content: space-around;
  padding: 20px 10px;
  background-color: white;
}
.modal-nao .body a{
  color: white;
  background-color: var(--red);
  justify-content: center;
  color: white;
  display: flex;
  background-color: var(--red);
  width: 100px;
  height: 47px;
  align-items: center;
  border: 2px solid white;
}
.modal-nao .footer{
  background-color: var(--red);
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-nao .footer p{
  color: white;
  margin: 10px 10px;
  color: white;
  font-family: 'Helvetica-ne';
}
.modal-nao .footer a{
  cursor: pointer;
  margin-top: 10px;
  border: 1px solid white;
  color: white;
  padding: 10px;
}
.modal-aluno{
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 650px;
  width: 100%;
  display: none;
}
.modal-aluno .header-header{
  background-color: var(--red);
  color: white;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-aluno .header-header p{
  font-size: 1.5em;
  font-family: 'Helvetica-ne';
  margin-top: 15px;
}
.modal-aluno .header-header-header{
  padding: 15px;
  color: white;
  display: flex;
  justify-content: space-between;
  background-color: var(--red);
  border-bottom: 2px solid white;
}
.modal-aluno .header-header-header p{
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: ArialBlack;
}
.modal-aluno .header-header form input[type=text]{
  height: 36px;
  width: 250px;
  border: 0;
}
.modal-aluno .header-header form input[type=button]{
  height: 36px;
  border: 0;
  background: linear-gradient(90deg, rgba(211,178,11,1) 0%, rgba(247,211,95,1) 35%);
  text-transform: uppercase;
  color: white;
  padding: 5px;
  cursor: pointer;
}
.modal-aluno .bodya{
  display: flex;
  justify-content: space-around;
  background-color: white;
}
.modal-aluno .bodya a{
  color: white;
  border: 1px solid white;
  background-color: var(--red);
  justify-content: center;
  color: white;
  display: flex;
  margin: 10px 0;
  background-color: var(--red);
  width: 100px;
  height: 35px;
  align-items: center;
}
.modal-aluno .body{
  background-color: var(--red);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.modal-aluno .body p{
  color: white;
  font-size: 1.5em;
  padding: 10px 0;
}
.modal-aluno form{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
/* Modais */


/* section1 */

.section1{
  background-image: url('../img/bg1.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: rgba(124, 124, 124, 1);
  background-position: center;
}
.section1 .margin{
  padding: 120px 10px 120px 100px;
}
.section1 .chamada-sc1{
  height: 180px;
  user-select: none;
  position: relative;
}
.section1 h2{
  font-family: Anton,sans-serif;
  color: var(--blackOpac);
  letter-spacing: 0.13em;
}
.section1 span:nth-child(2){
  color: var(--red);
  font-family: Peaches, script;
  font-size: 7.3em;
  position: relative;
  top: -86px;
  left: 0px;
}

.section1 span:nth-child(3){
  position: relative;
  top: -92px;
  left: 10px;
  color: var(--red);
  font-family: Peaches, script;
  font-size: 9em;
}
.section1 p{
  position: absolute;
  top: 113px;
  left: 242px;
  font-family: Helvetica-ne, sans-serif;
}





nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  background-color: var(--red);
  color: white;
  font-size: 16px;
  border-radius: 0.5em;
  cursor: pointer;
  
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 205px;
  width: 100%;
  height: 60px;

  text-transform: uppercase;
  font-weight: bold;
  font-family: Helvetica-ne, sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  margin: 1em;
}

nav ul li efect {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--dourado);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

nav ul li:hover {
  color: white;
}

nav ul li:hover efect {
  transform: translateY(0) scale(2);
}

nav ul li efect:nth-child(1) {
  --n: 1;
}

nav ul li efect:nth-child(2) {
  --n: 2;
}

nav ul li efect:nth-child(3) {
  --n: 3;
}

nav ul li efect:nth-child(4) {
  --n: 4;
}
/* Sectino2 */
.section2 {
  background-color: var(--red);
  padding: 10px 0;
}
.section2 .margin{
  padding: 0 10px;
}
.section2 h2{
  text-align: center;
  color: white;
  font-size: 1.2em;
  font-family: Futura,sans-serif;
  letter-spacing: 0.3em;
  margin: 10px 0 10px 0;
}
.section2 p{
  color: white;
  border-top: 3px solid white;
  font-family: Futura, sans-serif;
  max-width: 500px;
  text-align: center;
  padding: 10px;
  font-size: 1em;
  line-height: 30px;
  margin: 10px auto 0 auto;
}
.section2 h3 {
  max-width: 510px;
  color: white;
  margin: 0 auto;
  font-size: 1.3em;
  text-align: center;
  font-family: Helvetica-ne;
}
.section2 a{
  max-width: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 10px auto;
  text-transform: uppercase;
  color: var(--dourado);
  font-family: Helvetica-ne;
  border: 2px solid var(--dourado);
  transition: 0s background-color;
}
.section2 a:hover{
  background-color: var(--dourado);
  color: white;
  transition: 1s;
}

/* Section3 */
.section3 {
  background-image: url('../img/bg2.png');
  background-attachment: fixed;
  background-size: cover;
  padding: 10px;
  background-position: center;
}
.section3 .wraper-video{
  max-width: 744px;
  height: 372px;
  margin: 10px auto;
  background-color: var(--beige);
}
.section3 h2{
  text-align: center;
  font-family: ArialBlack;
  color: var(--dourado);
}
.section3 p{
  text-align: center;
  color: var(--blackOpac);
  font-family: Helvetica-ne;
  font-size: 1.6em;
}
.section3 .wraper-boxes{
  text-align: center;
  color: var(--blackOpac);
  font-family: Helvetica-ne;
  font-size: 1.6em;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  flex-wrap: wrap;
}

.box-single{
  width: 300px;
  margin: 10px auto;
}
.box-single img{
  width: 100%;
  object-fit: fill;
}
.box-single h4{
  color: var(--red);
  margin: 6px 0;
  font-family: Futura,sans-serif;
  text-align: left;
  letter-spacing: 6px;
}
.box-single p{
  font-size: 0.6em;
  font-weight: 10px;
  font-family: Futura,sans-serif;
  text-align: left;
}
/* Section3 */
/* Section4 */
.section4{
  background-color: var(--red);
  color: white;
  padding: 20px 0;
}
.section4 .margin{
  padding: 10px 0;
}
.section4 h2{
  font-family: Helvetica-ne;
  font-size: 2em;
  text-align: center;
  line-height: 50px;
  margin: 10px 0;
}
.section4 p{
  text-align: center;
  font-family: ArialBlack;
  text-decoration: underline;
}
/* Section5 */
.section5 {
  background-image: url('../img/bg-compra.png');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
  height: auto;
}

.section5 h2{
  color: white;
  text-align: center ;
  font-family: ArialBlack;
  font-size: 2.6em;
  max-width: 850px;
  margin: 0 auto;
}
.section5 h3{
  color: white;
  text-align: center;
  font-size: 1.5em;
  font-family: Helvetica-ne;
}
.valores-n{
  margin-top: 20px;
}
.valuen{
  font-size: 1.1em;
  text-decoration: line-through;
  color: #ff8a80;
}
.valuep{
  background: -webkit-linear-gradient(#f7e6b0,#d3b20b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.valores-n p{
  color: white;
  font-size: 2em;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'ArialBlack';
}
.souAluno{
  background-color: var(--red);
    color: white;
    font-size: 16px;
    border-radius: 0.5em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 205px;
    width: 100%;
    height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Helvetica-ne, sans-serif;
    letter-spacing: 0.1em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin: 0 auto;
}
.section5 p{
  color: white;
  text-align: center;
}
/* Section5 */
/* Section6 */
.section6 {
  text-align: center;
  background-color: var(--red);
  padding: 15px 10px;
}
.section6 h2{
  color:white;
  max-width: 780px;
  margin:  0 auto;
  font-family: 'ArialBlack';
  font-size: 1.8em;
}
.section6 img{
  width: 65%;
  margin: 0 auto;
  padding: 2%;
}
/* Section6 */

/* Footer */
footer{
  background-color: var(--red);
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer p{
  color: white;
  margin: 8px 0;
  font-size: 15px;
  font-family: Helvetica-ne;
}
footer .redes{
  max-width: 230px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
}
footer div:nth-child(2){
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 0px 13px;
}
footer div:nth-child(3){
  color: white;
}
footer .redes div {
  width: 149px;
  display: flex;
  justify-content: space-between;
  font-size: 1.9em;
  margin:  0 auto;
  border: none !important;
  margin-top: 10px;
}
/* Footer */
@media only screen and (max-width: 600px){
  /* Section4 */
  .section4 h2 {
    font-family: Helvetica-ne;
    font-size: 1em;
  }
  /* Section4 */
  /* Section5 */
  .section5 h2{
    font-size: 1.5em;
  }
  /* Section5 */
  /* Section6 */
  .section6 img{
    width: 90%;
    margin: 0 auto;
    padding: 2%;
  }
  .section6 h2{
    margin: 10px auto;
    font-size: 1.3em;
  }
  /* Section6 */
}
@media only screen and (max-width: 590px){
  /* section1 */
  .section1 .margin{
    padding: 0;
    height:343px;
  }
  .section1 .chamada-sc1 {
    width: 400px;
    margin: 25px auto;
  }
  .section1 nav ul li {
    margin: 0 auto;
  }
  /* Section1 */
  /* Section2 */
  /* Section2 */
  /* Section3 */
  .section3 h2{
    font-size: 2em;
  }
  .section3 p{
    text-align: center;
    color: var(--blackOpac);
    font-family: Helvetica-ne;
    font-size: 0.99em;
  }
  .section3 .box-single h4{
    text-align: center;
  }
  .section3 .box-single p{
    text-align: left !important;
    font-size: 0.5em;
  }
  /* Section3 */
}
@media only screen and (max-width: 489px){

  /* Section3 */
  .wraper-video{
    height: 243px;
  }
  /* Section3 */

}
@media only screen and (max-width: 376px){
  /* Section1 */
  .section1 .margin {
    width: 340px;
  }
  .section1 h2 {
    font-family: Anton,sans-serif;
    color: var(--blackOpac);
    letter-spacing: 0.13em;
    font-size: 3.4em;
  }
  .section1 span:nth-child(2) {
    font-size: 6.5em;
    position: relative;
    top: -70px;
    left: 8px;
  }
  .section1 span:nth-child(3) {
    position: relative;
    top: -72px;
    left: 15px;
    color: var(--red);
    font-family: Peaches, script;
    font-size: 7em;
  }
  .section1 p {
    position: relative;
    top: -137px;
    left: 207px;
    font-size: 13px;
    font-family: Helvetica-ne, sans-serif;
  }
}