@import url('https://fonts.cdnfonts.com/css/miriam-libre');

mark {
  -webkit-animation: 2s highlight 1s 1 normal forwards;
          animation: 2s highlight 1s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, #FFBF00 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
}

mark_red {
  -webkit-animation: 2s highlight 1s 1 normal forwards;
          animation: 2s highlight 1s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, red 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
}

@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@media (max-width:728px) {
       .video-respons2 {
             position: relative;
             padding-bottom: 50.15%; /* 16:9 - 56.15%*/
             padding-top: 25px;
             height: 0;
         }

       .video-respons2 iframe {
             Position: absolute;
             top: 0;
             left: 0;
             width: 98%;
             height: 98%;
        }
}



.container-frame {
  position: relative;
  width: 98%;
  height: 98%;
  overflow: hidden;
  padding-top: 46%; /* 56.25% 16:9 Aspect Ratio, 500px para pc*/
}

.responsive-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 98%;
  height: 98%;
  max-width: 700px;
  max-height: 400px;
  min-height: 100px;
  border: none;
  margin: 0 auto;
}


body {
  font: 15px/1.5 "Miriam Libre", Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
  transition:all 0.3s ease;

}

.container{
  width: 80%;
  margin: auto;
  overflow: hidden;

}


.dark{
  padding: 15px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul{
  margin: 0;
  padding: 0;
}

/* Header */

header{
  background: #000000;
  color: #ffffff;
  padding-top: 1%;
  min-height: 70px;
  border-bottom: #32a0c2 3px solid;
}

header a{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  float: left;
  margin: 0px 30px 15px 0px;
}

header li{
  float: left;
  display: inline;
  padding: 0 20px 0 20px;

}

header #branding {
  float: left;
}

header #branding h1{
  margin: 0;
}

header nav{
  float: right;
  margin-top: 15px;
}

header .highlight, header .current a {
  color: #32a0c2;
  font-weight: bold;
}

header a:hover{
  color: #cccccc;
  font-weight: bold;
}

/* Showcase */

#showcase {
  min-height: 410px;
  background:url('../img/fundo01.jpg') no-repeat center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  text-shadow: 0.1em 0.1em 0.2em black;
}

#eBook {

	position: relative;
	animation-name: eBook;
        animation-duration: 10s;
	animation-iteration-count: 1;
}

@keyframes eBook {

    0% { left: 600px; }
   10%,

  100% { left: 0px; }

}


#Movimento {

	position: relative;
	animation-name: Movimento;
        animation-duration: 15s;
	animation-iteration-count: 1;
}

@keyframes Movimento {
    0% { left: 600px; }
   10%,

  100% { left: 0px; }
}

#showcase h1{
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 15px;

}

#showcase p{
  font-size: 25px;
  font-weight: bold;
  margin-top: 0.1px;
}


#itens {
  padding: 0%;

	position: relative;
	animation-name: h2;
        animation-duration: 5s;
	animation-iteration-count: 1;
margin-left: 5%; 

}

#itens h2{
  float: center;
  margin-top: 3%;
  font-size: 30px;

}

#itens h1{

  margin-top: 3%;
  font-size: 30px;

  text-align: center;
  color: #32A0C2;
  text-shadow: 0.1em 0.1em 0.2em black;

}

@keyframes h2 {
    0% { left: 600px; }
   10%,

  100% { left: 0px; }
}

/* depoimentos */
#depoimentos {
  padding: 0%;
  color: #ffffff;
  background: #ffffff;

}

#depoimentos a{
  float: left;
  margin-top: 3%;
}

/* Newsletter */
#newsletter {
  padding: 0%;
  color: #ffffff;
  background: #000000;
}


#newsletter h1{
  float: left;
  margin-top: 3%;
  margin-left: 3%;
  font: 25px/2 Miriam Libre;
  font-weight:bold;

}

#newsletter form {
  float: left;
  margin-top: 3%;
  margin-left: 3%;
  margin-bottom: 3%;
  margin-right: 10%; 
}

#newsletter input[type="email"]{
  padding: 5px;
  height: 45px;
  width: 300px;
  border-radius: 5px;
  border: 0;
  font: 20px/2 Miriam Libre;
  font-weight:bold;
  border: 1px solid #ff9d09;
  border-radius: 4px;
  box-sizing: border-box;

  max-width: 300px;
}

.button_1{
  height: 50px;
  width: 350px;
  background: #ec9713;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  border-radius: 5px;
	
  font: 20px/2 Miriam Libre;
  font-weight:bold;

cursor: hand;
cursor: pointer;

max-width: 300px;
margin-left: 1px;
}

.button_3{
  height: 70px;
  width: 98%;
  background: #ec9713;
  border: 0;
  padding-left: 2px;
  padding-right: 2px;
  color: #ffffff;
  border-radius: 5px;
	
  font: 22px Miriam Libre;
  font-weight:bold;

cursor: hand;
cursor: pointer;


margin-left: 1px;
}


#CaixaTexto{
  margin-top: 1px;
  font: 25px/1.5 Miriam Libre
}

#CaixaTexto .box{
  float:center;
  text-align: justify;
  width: 99%;


}

#boxes96{
  margin-top: 5px;
  margin-left: 0%;

  float:left;

  width: 100%;  
    
        background-color: rgba(0,139,139,1);    
	/* quadrados s�o retangulos com width = height  */

        border-radius: 0px;

font: 22px/2 Miriam Libre;
  line-height: 30px;

}

#boxes96 .box96{
  margin-top: 10px;
  float:left;
  text-align: left;
  width: 96%;


  font-weight: bold;
  text-shadow: 0.1em 0.1em 0.2em #cccccc;




}

#boxes{
  margin-top: 20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width: 23%;
  padding: 10px;

	position: relative;
	animation-name: box;
        animation-duration: 10s;
	animation-iteration-count: infinite;
}



@keyframes box {
    0% { left: 600px; }
   10%,

  100% { left: 0px; }
}


#boxes .box::after, #boxes .box::before {
	content: '';
	display: block;
	background: #32A0C2;
	width: 0%;
	height: 5px;
	border-radius: 10px;
	margin: 6px auto 6px auto;
	transition: all .4s ease;
}



#boxes .box:hover::after, #boxes .box:hover::before {
	/* width: 20%; */
width: 100%;
}

.video-container {
position: relative;
padding-bottom: 36%;
margin-bottom: 1%;
padding-top: 1px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0%;
left: 0%;
width: 98%;
height: 98%;
max-width: 700px;
max-height: 400px;

  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}

#boxes46{
  margin-top: 25px;

  float:left;
  line-height: 30px;
  width: 99%;  
    
        background-color: rgba(245,245,245,0.8);    
	/* quadrados s�o retangulos com width = height  */

        border-radius: 6px;



}

#boxes46 .box46{
  margin-top: 10px;
  float:left;
  text-align: center;
  width: 48%;

  margin-left: 6px;
  font-weight: bold;
  text-shadow: 0.1em 0.1em 0.2em #cccccc;

}

#boxesVideos{
  margin-top: 20px;

}

#boxesVideos .box{
  float:left;
  text-align: center;
  width: 100%;
  padding: 10px;



}

#boxes46 input[type="password"]{
  padding: 4px;
  height: 43px;
  width: 90%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 18px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 10px;
  margin-top: 5px;
}

#boxes46 input[type="email"]{
  padding: 4px;
  height: 43px;
  width: 90%;
  border: 2px solid #ff9d09;
  border-radius: 4px;
  box-sizing: border-box;
  font: 18px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #f0eeee;
  float:left;
  margin-left: 10px;
  margin-top: 5px;
}

#boxes46 input[type="fone"]{
  padding: 4px;
  height: 43px;
  width: 90%;
  border: 2px solid #ff9d09;
  border-radius: 4px;
  box-sizing: border-box;
  font: 18px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #f0eeee;
  float:left;
  margin-left: 10px;
  margin-top: 5px;
}

#boxes46 input[type="nome"]{
  padding: 4px;
  height: 43px;
  width: 90%;
  border: 2px solid #ff9d09;
  border-radius: 4px;
  box-sizing: border-box;
  font: 18px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #f0eeee;
  float:left;
  margin-left: 10px;
  margin-top: 5px;
}



#boxes66{
  margin-top: 50px;
  

  float:left;
  line-height: 30px;
  width: 95%;  
  margin-left: 5%;
  margin-bottom: 2%;
    
  
        background-color: rgba(255,255,255,0.9);    
	/* quadrados s�o retangulos com width = height  */

        border-radius: 6px;



}

#boxes66 .box66{
  margin-top: 10px;
  float:left;
  text-align: center;
  width: 66%;
  margin-bottom: 1%;

  margin-left: 0%;
  font-weight: bold;
  text-shadow: 0.1em 0.1em 0.2em #cccccc;

}

#boxes66 input[type="testemunho1"]{
  padding: 4px;
  height: 43px;
  width: 80%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}

textarea {
  width: 80%;
  height: 150px;
  padding: 12px 20px;
  resize: none;

  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 16px/1 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}

#boxes66 input[type="cidade"]{
  padding: 4px;
  height: 43px;
  width: 60%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}

#boxes66 input[type="estado"]{
  padding: 4px;
  height: 43px;
  width: 19%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}

#boxes66 input[type="testemunho"]{
  padding: 4px;
  height: 43px;
  width: 80%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}


#boxes66 input[type="email"]{
  padding: 4px;
  height: 43px;
  width: 80%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}

#boxes66 input[type="nome"]{
  padding: 4px;
  height: 43px;
  width: 60%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}

#boxes66 input[type="idade"]{
  padding: 4px;
  height: 43px;
  width: 30%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}

#boxes66 input[type="sexo"]{
  padding: 4px;
  height: 43px;
  width: 55%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-right: 20%;
  margin-top: 5px;
}

#boxes66 input[type="profissao"]{
  padding: 4px;
  height: 43px;
  width: 60%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}

#boxes66 input[type="trabtec"]{
  padding: 4px;
  height: 43px;
  width: 93%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}

#boxes66 input[type="trabdesaf"]{
  padding: 4px;
  height: 43px;
  width: 93%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}

#boxes66 input[type="trabben"]{
  padding: 4px;
  height: 43px;
  width: 93%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}

#boxes66 input[type="faltacurso"]{
  padding: 4px;
  height: 43px;
  width: 93%;
  border: 1px solid #B7740F;
  border-radius: 4px;
  box-sizing: border-box;
  font: 12px/2 Miriam Libre;
  font-weight:bold;
  color: #000000;
  background: #cccccc;
  float:left;
  margin-left: 1%;
  margin-top: 5px;
}


.button_cpl{
  margin-left: 10px;
  margin-top: 3px;
  padding: 4px;

  height: 73px;
  float:left;
  width: 90%;
  background: #FF0000;
  border: 0;

  color: #ffffff;
  border-radius: 5px;

  font: 25px/2 Miriam Libre;
  font-weight:bold;
  cursor: hand;
  cursor: pointer;

  margin-bottom: 1%;
}


.button_2{
  margin-left: 10px;
  margin-top: 3px;
  padding: 4px;

  height: 60px;
  float:left;
  width: 90%;
  background: #ff9d09;
  border: 0;

  color: #000038;
  border-radius: 5px;

  font: 25px Arial Black;
  font-weight:bold;
  cursor: hand;
  cursor: pointer;

  margin-bottom: 1%;
}

footer{
  padding: 10px;
  margin-top: 2px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
}

/* Sidebar */
aside#sidebar {
  float: right;
  width: 30%;
  padding: 5px;
}

article#main-col{
  float: left;
  width: 65%;
}

aside#sidebar input, aside#sidebar textarea {
  width: 90%;
  padding: 5px;
}

/* Services */
ul#services li{
  list-style: none;
  padding: 20px;
  border: #cccccc solid 1px;
  margin-bottom: 5px;
  background: #32a0c2;
}

ul#services h3{
  border-bottom: #353637 solid 1px;
}


@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  #boxes46 .box46,
  #boxes96 .box96,
  #boxes66 .box66,
  article#main-col,
  aside#sidebar {
    float: none;
    text-align: center;
    width: 100%;
  }

  header {
    padding-bottom: 20px;
  }

  #showcase h1 {
    margin-top: 40px;
  }


  #newsletter button {
    display: block;
    width: 100%;
  }

  #newsletter form input[type="email"],
  .contact input,
  .contact textarea,
  .contact label{
  height: 43px;
  width: 300px;
    margin-bottom: 5px;
  }
}


/* Anima��o: Retirei n�o funciona no IE*/

[data-anime] {
  opacity: 0;
  transition: .4s;
}

[data-anime="left"] {
  transform: translate3d(-1000px, 0, 0);
}

[data-anime="right"] {
  transform: translate3d(1000px, 0, 0);
}

[data-anime="top"] {
  transform: translate3d(0, -1000px, 0);
}

[data-anime].animate {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/* Anima��o */