




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

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



@keyframes ae{	to{		transform: rotate(-90deg );	}}

@keyframes af{	to{		opacity( 0.99 );}}
 
.ab{ 	animation: ae 2s linear 0.5s 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{	to{		height: 1%;	}}

.bf{	height: 50%;}

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

.bh{	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{	to{	transform: rotate(38.144659deg);	}}
 
.bg{	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{ to{	height: 10%;}}

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

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




.bl{	height: 10%;} 

@keyframes ao{ to{	height: 20%;}}

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



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

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

.bn{	height: 20%;} 

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

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



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

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

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

.bo{	height: 100%;} 

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

.as{  animation: ar 2s 0.2s forwards;}

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

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




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

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




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

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

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

@keyframes ay{		to{		height: 1%;	}}

@keyframes az{	from{		transform: matrix( 1.2, 0, 0, 1, -2.6, 0 );	}	to{		transform: matrix( 1, 0, 0, 1, 0, 0 );	}}
 
.ay{  animation: av 0.01s 2s forwards;}

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

.au{  animation: ax 6s 2s forwards;}

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

.aw{  animation: ax 6s 2.4s forwards;}

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

.ba{  animation: ay 6.4s 2s forwards;}



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

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

.bt{	transform: rotate(-90deg);}

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



@keyframes bc{	to{		transform: translateX(0px);	}}

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

.bu{	transform: translateX(40px);}

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

.bc{	animation: bd 4s;}