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



@keyframes ae{ 	to{		transform: rotate(100deg); }}
.aa{ 	animation: ae 2s linear 0s 1 forwards;}

.ab{ 	animation: ad 4s linear 0s 1 forwards;}



@keyframes af{ from{ opacity: 0; } to{ opacity: 1; }}

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

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

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

.ba{	height: 50%; }

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

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

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

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

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

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

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

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




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

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

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

.bb{	height: 1%;} 

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

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

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

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




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

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

.barra_animada20{	height: 20%;} 

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

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




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

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

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

.bf{	height: 100%;} 

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

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

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

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

.animate_step8_inalador_sobe{  animation: step8_animation_inalador_sobe 1s 0.5s forwards;}

.animate_step8_dedo_release{  animation: step8_animation_dedo_release 1s 0.5s forwards;}



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

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




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

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

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

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

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



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

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

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

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

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

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

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




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

@keyframes ax{ 	to{		transform: rotate(0deg); }}
.ay{ 	animation: ax 2s linear 0s 1 forwards;}


