

@keyframes ad{	to{		transform: translateX(40px);		opacity: 0;	}}

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



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

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

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

.ac{	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%;	}}

.bh{	height: 50%;}

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

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

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

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

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

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

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

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




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

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

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

.bi{	height: 1%;} 

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

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

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




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

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

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




@keyframes ao{	from{		transform: translate( 0px, 0px );	}	to{		transform: translate( 2px, 2px );	}}

@keyframes ap{	from{		height: 10%;	}	to{		height: 20%;	}}
 
@keyframes aq{	from{ transform: rotate(0deg); }	to{ transform: rotate(20deg); }}

.bn{	height: 10%;} 

.ap{  animation: ao 1s 0.5s forwards;}

.ao{  animation: aq 1s 0.5s forwards;}

.an{  animation: ap 2.5s 0s forwards;} 




@keyframes ar{	from{		height: 20%;	}	to{		height: 100%;	}}

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

.br{	height: 20%;}

.bp{	transform: rotate(20deg);}

.bq{	transform: translate( 2px, 2px );}

.ar{  animation: ar 5s 0s forwards;}

.aq{  animation: as 5s 0s forwards;}




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

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

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

@keyframes aw{	from{		transform: translate( 2px, 2px );	}	to{		transform: translate( 0px, 0px );}
}
 
@keyframes ax{	from{ transform: rotate(20deg); }	to{ transform: rotate(0deg); }}

.bs{	height: 100%;} 

.bp{	transform: rotate(20deg);}

.bq{	transform: translate( 2px, 2px );}

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

.aw{  animation: at 2s 0.2s forwards;}

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

.av{  animation: av 0.01s 0.2s forwards;}

.at{  animation: aw 1s 0.5s forwards;}

.as{  animation: ax 1s 0.5s forwards;}




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

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




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

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

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

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

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

.bc{  animation: az 0.01s 2s forwards;}

.bb{  animation: ba 0.01s 2s forwards;}

.ay{  animation: bb 6s 2s forwards;}

.az{  animation: bb 6s 2.2s forwards;}

.ba{  animation: bb 6s 2.4s forwards;}

.bd{  animation: bd 6.3s 2s forwards;}

.be{  animation: bc 6.4s 2s forwards;}



@keyframes be{	to{		transform: translateX(0px);		opacity: 1;	}}

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

.bz{	transform: translateX(40px);	opacity: 0;}

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

.bg{	animation: bf 4s;}