html,body,div,h1,h2,h3,p,strong,span,i{
  margin: 0;
  padding: 0;
}
body{
  height: 100%;
  color:#FFFFFF;
  font-size: 1em;
  background: rgb(18,25,43);
  background: linear-gradient(0deg, rgba(18,25,43,1) 0%, rgba(0,0,0,1) 4%);
}
h1,
h2{font-family: 'Open Sans', sans-serif;}
h1{
  font-size: 4.8em;
  font-weight: bold;
}
h2{
  font-size: 2.6em;
  font-weight: bold;
}
h3{
  font-size: 1.4em;
  font-weight: bold;
}
p{
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
}

.colorblue{color: #5EDAD2;}
.colorred{color: #FF0000;}
.colorblue2{color: #39FF14;}
.through{text-decoration:line-through;}
.line{
  display: block;
  width: 90px;
  margin: 30px 0; 
  border-bottom: 3px solid #5EDAD2;
}
.button {
  width: 200px;
  display: block;
  color:#FFFFFF;
  font-size: 1.2em;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 0;
  box-shadow: inset 0 0 20px rgba(94, 218, 210, 0);
  outline: 2px solid;
  outline-color: rgba(94, 218, 210, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(94, 218, 210, 0.5);
  outline-offset: 0px;
}
.button:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(94, 218, 210, 0.5), 0 0 20px rgba(94, 218, 210, 0.5);
  outline-offset: 16px;
  outline-color: rgba(94, 218, 210, 0);
  text-shadow: 1px 1px 2px #5EDAD2;
}
#logo{
  height: 70px;
  background-color: black;
  filter: drop-shadow(0px 0px 4px #000000);
}
#logo a{
  width: auto;
  height: auto;
  margin: 5px auto;
}
#logo img{height: 60px;}
#banner{
  min-height: 820px;
  padding: 80px 80px;
  background: url(../images/banner.png) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#banner strong{
  font-weight:normal;
}
#banner p{
  max-width: 700px;
  margin-bottom:40px;
}
#banner h1{max-width: 800px;}
#gameficacao{min-height: 750px;}
#bannergameficacao{ 
  height: 750px;
  background: url(../images/gameficacao.png) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#articlegameficacao{padding: 80px 80px;}
#articlegameficacao p{padding-bottom: 40px;}
#articleaprendizado,
#listaprendizado{

  padding: 80px 80px;
}
#articleaprendizado p{
  max-width: 550px;
}
#articleaprendizado h2{
  max-width: 550px;
  margin: 20px 0 0 0;
}
#listaprendizado div{
  margin-bottom: 20px;
}

#listaprendizado h3{
  text-align: center;
  width: 200px;
  font-size: 1em;
  margin: 8px auto;
}
#listaprendizado p{
  width: 260px;
  height: auto;
  font-size: 1em;
  text-align: center;
  margin: 0 auto;
}
#listaprendizado img{
  width: 70px;
  margin: 0 auto;
  display: block;
}
#buttonaprendizado{height: 70px;}
#buttonaprendizado .button{margin: 0 auto;}
#modulos{
  padding: 30px 0;
  background: linear-gradient(80deg, rgba(0,0,0,1) 0%, rgba(3,16,47,1) 100%); 
}
#modulos img{
  width: 100px;
  display: block;
  margin: 20px auto 0 auto;
}
#modulos span{
  text-align: center;
  display: block;
  font-size: 4em;
  font-weight: bold;
}
#modulos p{
 text-align: center;
 display: block;
 font-size: 1.3em;
}
#containercarousel{
  padding-top: 40px;
}

#containercarousel h2{
  max-width: 650px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 0.8;
}

#titlecarousel{
  margin-bottom: 20px;

}

#titlecarousel .colorblue{
  font-size: 2.0em;
  font-weight: bold;

}

#conteudo{
  height: auto;
  padding: 80px 80px;
}
#articleconteudo h2{
  font-size: 3em;
}
#listconteudo {
  min-height: 550px;
  padding: 0 0 40px 80px;
}
#titlelist{
  margin-bottom: 10px;
}
#listconteudo ol{
  padding: 0;
  margin-bottom: 40px;
}
#listconteudo ol li{
  list-style:none;
  margin: 10px 0;
}
#listconteudo img{
  margin-right:10px;
  display: inline-block;
}
#listconteudo p{
  display: inline-block;
}
#titlevideo{
  text-align: center;
}
#titlevideo h2{
  max-width: 300px;
  display: inline-block;
}
#titlevideo span{
  margin: 10px auto;
}
#containervideo iframe{
  width: 100%;
  height: 500px;
  margin-top: 20px;
}
#backleft{
  height: 670px;
  background: url(../images/backleft.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#backright{
  height: 670px;
  background: url(../images/backright.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  
#promocao{
  min-height: 1000px;
}
#cardpromocao{
  max-width: 400px;
  padding-top: 30px;
  text-align: center;
  margin: 30px auto;
  border-radius: 20px 20px 0 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0) 25%, rgba(18,25,43,1) 100%); 
}
#cardpromocao h2{
  font-size: 3.2em;
  margin-bottom: 20px;
}
#cardpromocao h3{
  font-size: 1.1em;
  font-weight: normal;
}
#cardpromocao p{
  width: 400px;
  margin-top: 20px;
  display: inline-block;
}
.textpromocacao{
  font-weight: bold;
  font-size: 2em;
  margin: 0;
  padding: 0;
}
#cardpromocao .line{
  margin: 10px auto;
  border: solid 1px #FFFFFF;
}
#cardpromocao .button{
  margin: 30px auto;
  height: 50px;
}
#cardpromocao img{
  display: block;
  margin: 80px auto 40px auto;
}
footer p{
  text-align: center;
  margin: 20px 10px;
}

@media (max-width: 1400px){
  #articleaprendizado, 
  #listaprendizado
  {
    padding: 80px 40px;
  }
}

@media (max-width: 1243px){
  h1{font-size: 4.4em;}
  h2{font-size: 2em;}

  #articleaprendizado{
    max-width: 100%;
 
  }
  #articleaprendizado p{
    max-width:none;
  }

#conteudo{
  padding: 40px 40px;
  margin: 20px;
  display: block;
}


  #listconteudo{
    width: 100%;
    min-height: 550px;
    padding: 0;
    margin: 0 20px;

    }
    #articleconteudo{
      width: auto;
      
      }


    #listconteudo ol{
      max-width: 500px;
      min-height: 350px;
      display: block;
      margin: 0 auto 40px auto;

      }
  #listconteudo ol li{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    }
  #listconteudo img{
    display: inline-block;
    margin: auto 0;
    vertical-align: middle;
    }
  #listconteudo p{
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    text-align: center;
    }
    #listconteudo a {
      margin: 0 auto;
    }

    #listconteudo .line{
      margin: 0 auto;
    }
}

@media (max-width: 991px) {
  .button{margin: 0 auto;}
  #gameficacao{min-height: 750px;}
  #articlegameficacao{height: auto;}

  #articleaprendizado{padding: 20px 80px;}
  #articleaprendizado p{max-width: 800px;}
  #modulos img{margin-top: 30px}
  #containervideo{margin-bottom: 30px;}
  #titlevideo{margin: 20px;}
  #articleconteudo{padding-top: 30px;}

  #gameficacao{min-height: 550px;}
  #bannergameficacao,
  #backleft,
  #backright{
    background: none;
    height: 0;
    width: auto;
    margin: 0;
    padding: 0;
  }
  #articlegameficacao{padding: 40px 80px;}

}


@media (max-width: 701px){
 
  #conteudo h2{
    font-size: 2em;
    text-align: center;
    margin: 0  20px 20px 20px;
  }
  #listconteudo{margin:0;
  padding: 0;}
  


  }

@media (max-width: 587px){
  h1{font-size: 3.6em;}
  #gameficacao{
    height: 100%;
  }
  #articlegameficacao{padding: 40px 40px;}
  #conteudo h2{
    font-size: 2em;
   
  }
  #banner{padding:80px 40px}

  #articlegameficacao{
    padding: 40px 40px;
  }
#articleaprendizado{
  padding: 40px 40px;
}
  #conteudo{

    padding: 40px 10px;
    margin: 10px;
  }
  #contentaprender{padding: 30px 20px;}
  #contentaprender strong{
    display: block;
    text-align: center;
  }
  #contentaprender .line{margin: 30px auto;}
  #contentaprender h2{text-align: center;}
  #contentaprender .button{margin: 30px auto;}


  #listaprender li{max-height: 200px;}
  #listaprender ul li p{
    height: auto;
    width: 80%;
  }

  .check{margin: 0 0px 0 0;}
}

@media (max-width: 510px){
  h1{
    width: auto;
    font-size: 3em;
    margin: 0;
    padding: 0; 
  }




#conteudo h2{
 font-size: 1.8em;
 margin: 0  10px 10px 10px;
}
#conteudo h2{
  font-size: 1.8em;
  margin: 0  10px 10px 10px;
 }
 
 #containercarousel h2{
font-size: 1.4em;
}


#cardpromocao p{
  max-width: 100%;
}
  }

.slider {

}
.slider input {
  display: none;
}
.testimonials {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 350px;
  perspective: 1000px;
  overflow: hidden;
}
.testimonials .item {
  top: 0;
  position: absolute;
  box-sizing: border-box;
  background-color: #8b849c;
  width: 700px;
  text-align: center;
  transition: transform 0.4s;
  -webkit-transform-style: preserve-3d;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  user-select: none;
  cursor: pointer;
  border-radius: 20px;

}
.testimonials .item img {
  border-radius: 20px;
  width: 100%;
}
.testimonials .item p {
  color: #ddd;
}
.testimonials .item h2 {
  font-size: 14px;
}
.dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dots label {
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #413B52;
  margin: 7px;
  
}
/* First */
#t-1:checked ~ .dots label[for="t-1"] {
  transform: scale(2);
  background-color: #fff;
}
#t-1:checked ~ .dots label[for="t-2"] {
  transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-1"] {
  z-index: 4;
}
#t-1:checked ~ .testimonials label[for="t-2"] {
  transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
  z-index: 3;
}
#t-1:checked ~ .testimonials label[for="t-3"] {
  transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
  z-index: 2;
}
#t-1:checked ~ .testimonials label[for="t-4"] {
  transform: translateX(900px) translateZ(-270px) rotateY(-35deg);
  z-index: 1;
}
#t-1:checked ~ .testimonials label[for="t-5"] {
  transform: translateX(1200px) translateZ(-360px) rotateY(-45deg);
}
/* Second */
#t-2:checked ~ .dots label[for="t-1"] {
  transform: scale(1.5);
}
#t-2:checked ~ .dots label[for="t-2"] {
  transform: scale(2);
  background-color: #fff;
}
#t-2:checked ~ .dots label[for="t-3"] {
  transform: scale(1.5);
}
#t-2:checked ~ .testimonials label[for="t-1"] {
  transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
}
#t-2:checked ~ .testimonials label[for="t-2"] {
  z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-3"] {
  transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
  z-index: 2;
}
#t-2:checked ~ .testimonials label[for="t-4"] {
  transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
  z-index: 1;
}
#t-2:checked ~ .testimonials label[for="t-5"] {
  transform: translateX(900px) translateZ(-270px) rotateY(-35deg);
}
/* Third */
#t-3:checked ~ .dots label[for="t-2"] {
  transform: scale(1.5);
}
#t-3:checked ~ .dots label[for="t-3"] {
  transform: scale(2);
  background-color: #fff;
}
#t-3:checked ~ .dots label[for="t-4"] {
  transform: scale(1.5);
}
#t-3:checked ~ .testimonials label[for="t-1"] {
  transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
}
#t-3:checked ~ .testimonials label[for="t-2"] {
  transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
}
#t-3:checked ~ .testimonials label[for="t-3"] {
  z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-4"] {
  transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
  z-index: 2;
}
#t-3:checked ~ .testimonials label[for="t-5"] {
  transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
}
/* Fourth */
#t-4:checked ~ .dots label[for="t-3"] {
  transform: scale(1.5);
}
#t-4:checked ~ .dots label[for="t-4"] {
  transform: scale(2);
  background-color: #fff;
}
#t-4:checked ~ .dots label[for="t-5"] {
  transform: scale(1.5);
}
#t-4:checked ~ .testimonials label[for="t-1"] {
  transform: translateX(-900px) translateZ(-270px) rotateY(35deg);
}
#t-4:checked ~ .testimonials label[for="t-2"] {
  transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
}
#t-4:checked ~ .testimonials label[for="t-3"] {
  transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
  z-index: 2;
}
#t-4:checked ~ .testimonials label[for="t-4"] {
  z-index: 3;
}
#t-4:checked ~ .testimonials label[for="t-5"] {
  transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
}
#aprender{
  filter: drop-shadow(0px 0px 2px #161616);
  background-color:#000000;
}
#aprender span{border-color: #FFFFFF;}
#contentaprender{padding: 30px 100px;}
#contentaprender .line{border-color: #5EDAD2;}
#contentaprender .button{margin-top: 30px;}
#listaprender{padding: 30px 100px;}
#listaprender p{display: block;}
#listaprender ul{
  list-style: none;
  margin: 0;
  padding: 0;
}