
@keyframes ad{to{	transform: rotate(170deg);}}

.aa{ animation: ad 2s linear 0s 1 forwards;}



@keyframes ae{ from{	transform: translateY( 0px );	}	to{	transform: translateY( 50px );	}}

@keyframes af{to{	opacity( 0.99 );}}

.animate_step2{ animation: ae 0.2s ease 0.5s 10 alternate forwards;} 

.ab{ animation: af 3.5s;}



@keyframes ag{	to{ opacity: 1; }}

@keyframes ah{	to{ opacity: 0; }}

@keyframes ai{	from{	opacity: 1;	transform: translateX( 0vh );	}	to{	opacity: 0;	transform: translateX( -5vh );	}}

@keyframes aj{	from{	height: 50%;	}	to{		height: 1%;	}}

.ba{	height: 50%;}

.mostra{ opacity: 1; }
.esconde{ opacity: 0; } 

.posicao_bracoD_baixo{	transform: rotate(0deg);}

.ad{  animation: ag 0.01s 2s forwards;}

.ac{  animation: ah 0.01s 2s forwards;}

.ae{  animation: ai 2s 2s forwards;}

.af{  animation: ai 2s 2.2s forwards;}

.ag{  animation: ai 2s 2.4s forwards;}

.ah{  animation: aj 2.4s 2s forwards;}




@keyframes ak{	to{ opacity: 1; }}

@keyframes al{	to{ opacity: 0; }}

@keyframes am{	0%{	transform: rotate(0.15587554deg);	}	100%{	transform: rotate(38.144659deg);	}}

.bb{	height: 1%;} 

.ak{  animation: am 2s 0.2s forwards;}

.aj{  animation: ak 0.01s 2s forwards;}

.ai{  animation: al 0.01s 2s forwards;}

.bc{	transform: rotate(38.144659deg);}



@keyframes an{	from{	height: 1%;	}	to{		height: 100%;	}}

@keyframes ao{	from{	transform: matrix( 1, 0, 0, 1, 0, 0 );	}	to{		transform: matrix( 1.2, 0, 0, 1, -2.6, 0 );	}}

.am{  animation: an 5s 0s forwards;}

.al{  animation: ao 5s 0s forwards;}




@keyframes ap{	from{ transform: rotate(38.144659deg); }	to{ transform: rotate(0deg); }}

@keyframes aq{	to{ opacity: 1; }}

@keyframes ar{	to{ opacity: 0; }}

.be{	height: 100%;} 

.bf{	transform: matrix( 1.2, 0, 0, 1, -2.6, 0 );}

.ap{  animation: ap 2s 0.2s forwards;}

.an{  animation: aq 0.01s 0.2s forwards;}

.ao{  animation: ar 0.01s 0.2s forwards;}




.aq{
  animation: as 10s 1 forwards; 
  animation-timing-function: steps(11); 
}

@keyframes as{
  0%{
    margin-left: 0vw;
  }
  100%{
    margin-left: -66vw; 
  }
}




@keyframes at{	to{ opacity: 1; }}

@keyframes au{	to{ opacity: 0; }}

@keyframes av{	from{	opacity: 1;	transform: translateX( 0vh );	}	to{	opacity: 0;	transform: translateX( -5vh );}}

@keyframes aw{	from{	height: 100%;	}	to{	height: 1%;	}}

@keyframes ax{	from{	transform: matrix( 1.2, 0, 0, 1, -2.6, 0 );	}	to{	transform: matrix( 1, 0, 0, 1, 0, 0 );	}}

.av{  animation: at 0.01s 2s forwards;}

.au{  animation: au 0.01s 2s forwards;}

.ar{  animation: av 6s 2s forwards;}

.as{  animation: av 6s 2.2s forwards;}

.at{  animation: av 6s 2.4s forwards;}

.aw{  animation: ax 6.3s 2s forwards;}

.ax{  animation: aw 6.4s 2s forwards;}



@keyframes ay{	to{		transform: rotate(0deg);	}}

@keyframes az{ to{	opacity( 0.99 );	}}

.bj{	transform: rotate(170deg);}

.ay{	animation: ay 2s linear 0s 1 forwards;}

.az{	animation: az 4s;}