/*.container{width: 750px!important;}*/
#historico {
	float: left;
	position: relative;
	max-width: 970px;
	width: 100%;
	height: 420px;
	overflow: hidden;
	margin-bottom: 20px;
}

#historico * {
	font-family: "Varela Round", arial, sans-serif;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

#historico li {
	margin: 0 !important;
	list-style-type: none;
}

/* TAMANHO */
.tamanho {
	position: fixed;
	top: 2px;
	left: 2px;
	padding: 2px 10px;
	font-size: 10px;
	background-color: #ff5a00;
	color: #fff;
}

/* ANOS */

#historico ul.anos {
	position: relative;
	clear: both;
	float: left;
	width: 999%;
	height: 40px;
	margin: 15px 0 0 0;
	-webkit-transition: margin 0.5s;
	-moz-transition: margin 0.5s;
	-ms-transition: margin 0.5s;
	-o-transition: margin 0.5s;
	transition: margin 0.5s;
}

#historico ul.anos li {
	color: #000;
	cursor: pointer;
	float: left;
	font-size: 18px;
	padding: 3px 0;
	position: relative;
	text-align: center;
	left: 40px;
	width: 69px;
}

#historico ul.anos li.ativo {
	color: #ff7020 !important;
	font-weight: bold;
	font-size: 22px;
	padding-top: 0px;
	cursor: default;
}

#historico ul.anos li.inat {
	color: #666;
	cursor: default;
}

/* BTN NAVEGACAO */

#historico .mleft,
#historico .mright {
	position: absolute;
	width: 43px;
	height: 40px;
	top: 9px;
	z-index: 99;
	background-color: #fff;
}

#historico .mleft span,
#historico .mright span {
	position: relative;
	width: 43px;
	height: 40px;
	float: left;
	background-image: url(../images/spr_btn_navegacao.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-transition: opacity 600ms;
	-moz-transition: opacity 600ms;
	-ms-transition: opacity 600ms;
	-o-transition: opacity 600ms;
	transition: opacity 600ms;
}

#historico .mleft {
	left: 0;
}

#historico .mright {
	right: -2px;
}

#historico .mleft span {
	background-position: 8px 9px;
}

#historico .mright span {
	background-position: -26px 9px;
}

#historico .inat span {
	cursor: default;
	opacity: 0.2;
}

#historico ul.anos,
#historico ul.anos li,
#historico .mleft,
#historico .mright {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* DESCRICAO */

#historico ul.descricao {
	position: relative;
	width: 100%;
	clear: both;
	margin: 15px 0;
}

#historico ul.descricao li {
	position: absolute;
	width: 100%;
	height: 342px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
	border-bottom: 20px solid #323232;
	background-color: #fff;
}

#historico ul.descricao li.ativo {
	z-index: 99;
}

/* painel eletronico */

#historico ul.descricao li .bl1 {
	float: left;
	height: 340px;
	margin: 0 15px 0 45px;
	position: relative;
	width: 265px;
}

#historico ul.descricao li .bl1 dl {
	float: left;
	position: relative;
	width: 100%;
}

#historico ul.descricao li .bl1 dt {
	color: #F9c78b;
	font-size: 16px;
	line-height: 1.1em;
	padding: 22px 0 12px;
	float: left;
	width: 100%;
	text-align: right;
}

#historico ul.descricao li .bl1 dd {
	float: left;
	position: relative;
	margin-left: 140px;
}

#historico ul.descricao li .bl1 dl:nth-child(3) dd {
	margin-left: 55px;
}

#historico ul.descricao li .bl1 dd span {
	background: url(../images/spr_hist_painel.jpg) no-repeat 0 0;
	float: left;
	font-size: 40px;
	height: 57px;
	width: 40px;
	text-indent: -9999px;
}

#historico ul.descricao li .bl1 dd span.col4 {
	margin-right: 5px;
}

#historico ul.descricao li .bl1 .legenda {
	margin: -22px 0 0 -45px
}

#historico ul.descricao li .bl1 .legenda dt {
	font-size: 14px !important;
	text-indent: 0;
	text-align: left;
}

#historico ul.descricao li .bl2 {
	position: relative;
	width: 640px;
	height: 342px;
	float: right;
}

#historico ul.descricao li .txt {
	background-color: #F9c78b;
	border-radius: 12px;
	color: #fef2e4;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.3em;
	padding: 8px 16px;
	text-align: center;
}

#historico ul.descricao li .txt,
#historico ul.descricao li .img {
	position: absolute;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}

#historico ul.descricao li .img {
	text-indent: -9999px;
}

/* cenarios ano1 */

#historico ul.descricao li.ano01 .nuvem1 {
	height: 45px;
	left: 40px;
	top: 31px;
	width: 100px;
	background: url(../images/spr_hist_icoP.png) no-repeat -4px -151px;
}

#historico ul.descricao li.ano01.ativo .nuvem1 {
	left: 120px;
	-webkit-transition: left 4s linear;
	-moz-transition: left 4s linear;
	-ms-transition: left 4s linear;
	-o-transition: left 4s linear;
	transition: left 4s linear;
}

#historico ul.descricao li.ano01 .nuvem2 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll 1px -8px;
	height: 55px;
	left: 10px;
	top: 130px;
	width: 155px;
}

#historico ul.descricao li.ano01.ativo .nuvem2 {
	left: 40px;
	-webkit-transition: left 4s linear;
	-moz-transition: left 4s linear;
	-ms-transition: left 4s linear;
	-o-transition: left 4s linear;
	transition: left 4s linear;
}

#historico ul.descricao li.ano01 .aviao {
	background: url(../images/spr_hist_avioes.png) no-repeat scroll -360px -309px;
	height: 80px;
	left: 186px;
	top: 54px;
	width: 170px;
	left: -296px;
	top: 394px;
	z-index: 9;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	z-index: 1;
}

#historico ul.descricao li.ano01.ativo .aviao {
	left: 186px;
	top: 54px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2s ease 2s;
	-moz-transition: all 2s ease 2s;
	-ms-transition: all 2s ease 2s;
	-o-transition: all 2s ease 2s;
	transition: all 2s ease 2s;
}

#historico ul.descricao li.ano01 .aeroporto {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -622px -48px;
	height: 207px;
	left: 299px;
	top: 135px;
	width: 342px;
	z-index: 9;
	opacity: 0;
}

#historico ul.descricao li.ano01.ativo .aeroporto {
	opacity: 1;
	-webkit-transition: opacity 1s linear 0.3s;
	-moz-transition: opacity 1s linear 0.3s;
	-ms-transition: opacity 1s linear 0.3s;
	-o-transition: opacity 1s linear 0.3s;
	transition: opacity 1s linear 0.3s;
}

#historico ul.descricao li.ano01 .txt1 {
	left: 21px;
	top: 531px;
	width: 181px;
	z-index: 2;
}

#pt #historico ul.descricao li.ano01 .txt1 {
	height: 56px;
}

#en #historico ul.descricao li.ano01 .txt1 {
	height: 53px;
}

#historico ul.descricao li.ano01.ativo .txt1 {
	top: 231px;
	-webkit-transition: top 0.4s ease 0.3s;
	-moz-transition: top 0.4s ease 0.3s;
	-ms-transition: top 0.4s ease 0.3s;
	-o-transition: top 0.4s ease 0.3s;
	transition: top 0.4s ease 0.3s;
}

#historico ul.descricao li.ano01 .txt1::before {
	background-color: #F9c78b;
	content: "";
	left: 49.5%;
	position: absolute;
	width: 3px;
}

#pt #historico ul.descricao li.ano01 .txt1::before {
	height: 40px;
	bottom: -40px;
}

#en #historico ul.descricao li.ano01 .txt1::before {
	height: 50px;
	bottom: -50px;
}

#historico ul.descricao li.ano01 .txt2 {
	height: 38px;
	left: 245px;
	top: 457px;
	width: 114px;
	z-index: 2;
}

#historico ul.descricao li.ano01.ativo .txt2 {
	top: 157px;
	-webkit-transition: top 0.6s ease 0.8s;
	-moz-transition: top 0.6s ease 0.8s;
	-ms-transition: top 0.6s ease 0.8s;
	-o-transition: top 0.6s ease 0.8s;
	transition: top 0.6s ease 0.8s;
}

#historico ul.descricao li.ano01 .txt2::before {
	background-color: #F9c78b;
	bottom: -132px;
	content: "";
	height: 132px;
	left: 24px;
	position: absolute;
	width: 3px;
}

#historico ul.descricao li.ano01 .gollog {
	background: url(../images/spr_hist_logos.png) no-repeat scroll -474px -111px;
	border: 2px dashed #F9c78b;
	border-radius: 12px;
	height: 70px;
	left: 270px;
	top: 494px;
	width: 135px;
}

#historico ul.descricao li.ano01.ativo .gollog {
	top: 194px;
	-webkit-transition: top 0.6s ease 0.8s;
	-moz-transition: top 0.6s ease 0.8s;
	-ms-transition: top 0.6s ease 0.8s;
	-o-transition: top 0.6s ease 0.8s;
	transition: top 0.6s ease 0.8s;
}

#historico ul.descricao li.ano01 .txt3 {
	left: 380px;
	top: 381px;
	width: 200px;
}

#pt #historico ul.descricao li.ano01 .txt3 {
	height: 56px;
}

#en #historico ul.descricao li.ano01 .txt3 {
	height: 72px;
}

#historico ul.descricao li.ano01.ativo .txt3 {
	top: 51px;
	-webkit-transition: top 0.5s ease 1.5s;
	-moz-transition: top 0.5s ease 1.5s;
	-ms-transition: top 0.5s ease 1.5s;
	-o-transition: top 0.5s ease 1.5s;
	transition: top 0.5s ease 1.5s;
}

#historico ul.descricao li.ano01 .txt3::before {
	background-color: #F9c78b;
	bottom: -133px;
	content: "";
	height: 133px;
	position: absolute;
	right: 26px;
	width: 3px;
}

#historico ul.descricao li.ano01 .bilhete {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -366px -72px;
	height: 25px;
	left: 597px;
	top: 368px;
	width: 30px;
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

#historico ul.descricao li.ano01.ativo .bilhete {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	top: 38px;
	-webkit-transition: all 0.5s ease 1.5s;
	-moz-transition: all 0.5s ease 1.5s;
	-ms-transition: all 0.5s ease 1.5s;
	-o-transition: all 0.5s ease 1.5s;
	transition: all 0.5s ease 1.5s;
}

/* cenarios ano2 */


#historico ul.descricao li.ano02 .nuvem1 {
	height: 45px;
	left: 95px;
	top: 41px;
	width: 100px;
	background: url(../images/spr_hist_icoP.png) no-repeat -4px -151px;
}

#historico ul.descricao li.ano02.ativo .nuvem1 {
	left: 45px;
	-webkit-transition: left 2.3s linear;
	-moz-transition: left 2.3s linear;
	-ms-transition: left 2.3s linear;
	-o-transition: left 2.3s linear;
	transition: left 2.3s linear;
}

#historico ul.descricao li.ano02 .nuvem2 {
	height: 45px;
	left: 475px;
	top: 165px;
	width: 100px;
	background: url(../images/spr_hist_icoP.png) no-repeat -4px -151px;
}

#historico ul.descricao li.ano02.ativo .nuvem2 {
	left: 525px;
	-webkit-transition: left 2.3s linear;
	-moz-transition: left 2.3s linear;
	-ms-transition: left 2.3s linear;
	-o-transition: left 2.3s linear;
	transition: left 2.3s linear;
}

#historico ul.descricao li.ano02 .aviao {
	background: url(../images/spr_hist_avioes.png) no-repeat scroll 0 0;
	height: 155px;
	left: 108px;
	top: 5px;
	width: 435px;
	-webkit-transform: 0;
	-moz-transform: 0;
	-ms-transform: 0;
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.85;
}

#historico ul.descricao li.ano02.ativo .aviao {
	top: 25px;
	-webkit-transition: all 2.3s linear;
	-moz-transition: all 2.3s linear;
	-ms-transition: all 2.3s linear;
	-o-transition: all 2.3s linear;
	transition: all 2.3s linear;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

	opacity: 1;
}

#historico ul.descricao li.ano02 .txt1 {
	/* height: 54px; */
	height: 90px;
	left: 179px;
	padding-top: 20px;
	top: 499px;
	width: 260px;
}

#historico ul.descricao li.ano02.ativo .txt1 {
	top: 199px;
	-webkit-transition: top 0.4s linear 1.9s;
	-moz-transition: top 0.4s linear 1.9s;
	-ms-transition: top 0.4s linear 1.9s;
	-o-transition: top 0.4s linear 1.9s;
	transition: top 0.4s linear 1.9s;
}

#historico ul.descricao li.ano02 .txt1::before,
#historico ul.descricao li.ano02 .txt1::after {
	background-color: #F9c78b;
	bottom: -61px;
	content: "";
	height: 61px;
	position: absolute;
	width: 7px;
}

#historico ul.descricao li.ano02 .txt1::before {
	left: 40px;
}

#historico ul.descricao li.ano02 .txt1::after {
	right: 40px;
}

/* cenarios ano3 */

#historico ul.descricao li.ano03 .notebook {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll 1px -301px;
	height: 165px;
	left: 103px;
	top: 177px;
	width: 220px;
	opacity: 0;
}

#historico ul.descricao li.ano03.ativo .notebook {
	opacity: 1;
	-webkit-transition: opacity 1s linear 0.1s;
	-moz-transition: opacity 1s linear 0.1s;
	-ms-transition: opacity 1s linear 0.1s;
	-o-transition: opacity 1s linear 0.1s;
	transition: opacity 1s linear 0.1s;
}

#historico ul.descricao li.ano03 .mask_notebook {
	background-color: #fff;
	height: 82px;
	left: 149px;
	bottom: 57px;
	width: 127px;
}

#historico ul.descricao li.ano03.ativo .mask_notebook {
	height: 2px;
	-webkit-transition: height 0.3s linear 0.8s;
	-moz-transition: height 0.3s linear 0.8s;
	-ms-transition: height 0.3s linear 0.8s;
	-o-transition: height 0.3s linear 0.8s;
	transition: height 0.3s linear 0.8s;
}

#historico ul.descricao li.ano03 .xicara {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -527px -107px;
	height: 40px;
	left: 770px;
	top: 302px;
	width: 60px;
	z-index: 3;
}

#historico ul.descricao li.ano03.ativo .xicara {
	left: 370px;
	-webkit-transition: left 0.7s ease-out 1.9s;
	-moz-transition: left 0.7s ease-out 1.9s;
	-ms-transition: left 0.7s ease-out 1.9s;
	-o-transition: left 0.7s ease-out 1.9s;
	transition: left 0.7s ease-out 1.9s;
}

#historico ul.descricao li.ano03 .fumaca {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -540px -81px;
	height: 25px;
	left: 783px;
	top: 276px;
	width: 30px;
	z-index: 3;
	opacity: 0;
}

#historico ul.descricao li.ano03.ativo .fumaca {
	opacity: 1;
	left: 383px;
	-webkit-transition: left 0.7s ease-out 1.9s, opacity 2s ease-out 2.2s;
	-moz-transition: left 0.7s ease-out 1.9s, opacity 2s ease-out 2.2s;
	-ms-transition: left 0.7s ease-out 1.9s, opacity 2s ease-out 2.2s;
	-o-transition: left 0.7s ease-out 1.9s, opacity 2s ease-out 2.2s;
	transition: left 0.7s ease-out 1.9s, opacity 2s ease-out 2.2s;
}

#historico ul.descricao li.ano03.ativo .fumaca {
	-webkit-animation-name: fumaca;
	/* Chrome, Safari, Opera */
	-webkit-animation-duration: 3s;
	/* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite;
	/* Chrome, Safari, Opera */
	-webkit-animation-timing-function: ease;
	-moz-animation-name: fumaca;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
	-ms-animation-name: fumaca;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease;
	-o-animation-name: fumaca;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease;
	animation-name: fumaca;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fumaca {
	0% {
		transform: skewX(0);
	}

	50% {
		transform: skewX(-15deg);
	}

	100% {
		transform: skewX(0);
	}
}

@keyframes fumaca {
	0% {
		transform: skewX(0);
	}

	50% {
		transform: skewX(-15deg);
	}

	100% {
		transform: skewX(0);
	}
}

#historico ul.descricao li.ano03 .mask_fumaca {
	background: url(../images/bg_hist_degrade1.png) repeat 0 55px;
	height: 25px;
	left: 773px;
	top: 276px;
	width: 50px;
	opacity: 0.7;
	z-index: 3;
}

#historico ul.descricao li.ano03.ativo .mask_fumaca {
	left: 378px;
	background-position: 0 -1050px;
	-webkit-transition: background-position 100s linear, left 0.7s ease-out 1.9s;
	-moz-transition: background-position 100s linear, left 0.7s ease-out 1.9s;
	-ms-transition: background-position 100s linear, left 0.7s ease-out 1.9s;
	-o-transition: background-position 100s linear, left 0.7s ease-out 1.9s;
	transition: background-position 100s linear, left 0.7s ease-out 1.9s;
}

#historico ul.descricao li.ano03 .txt1 {
	height: 46px;
	left: 364px;
	top: 395px;
	width: 141px;
}

#historico ul.descricao li.ano03.ativo .txt1 {
	top: 195px;
	-webkit-transition: top 0.3s linear 1.5s;
	-moz-transition: top 0.3s linear 1.5s;
	-ms-transition: top 0.3s linear 1.5s;
	-o-transition: top 0.3s linear 1.5s;
	transition: top 0.3s linear 1.5s;
}

#historico ul.descricao li.ano03 .txt1::before {
	background-color: #F9c78b;
	bottom: -85px;
	content: "";
	height: 85px;
	left: 85px;
	position: absolute;
	width: 3px;
}

/* cenarios ano4 */



#historico ul.descricao li.ano04 .txt1 {
	padding-top: 10px;
	top: 345px;
	width: 190px;
}

#pt #historico ul.descricao li.ano04 .txt1 {
	left: 51px;
	height: 44px;
	padding-right: 26px;
}

#en #historico ul.descricao li.ano04 .txt1 {
	left: 40px;
	height: 58px;
	padding-right: 35px;
}

#historico ul.descricao li.ano04.ativo .txt1 {
	top: 45px;
	-webkit-transition: top 0.3s ease 3s;
	-moz-transition: top 0.3s ease 3s;
	-ms-transition: top 0.3s ease 3s;
	-o-transition: top 0.3s ease 3s;
	transition: top 0.3s ease 3s;
}

#historico ul.descricao li.ano04 .txt1::before {
	background-color: #F9c78b;
	bottom: -104px;
	content: "";
	height: 104px;
	left: 117px;
	position: absolute;
	width: 3px;
}

#historico ul.descricao li.ano04 .celular {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -413px -12px;
	height: 40px;
	left: 249px;
	top: 355px;
	width: 25px;
	z-index: 2;
}

#historico ul.descricao li.ano04.ativo .celular {
	top: 55px;
	-webkit-transition: top 0.3s ease 3s;
	-moz-transition: top 0.3s ease 3s;
	-ms-transition: top 0.3s ease 3s;
	-o-transition: top 0.3s ease 3s;
	transition: top 0.3s ease 3s;
}

#historico ul.descricao li.ano04 .txt2 {
	height: 66px;
	left: 21px;
	top: 511px;
	width: 230px;
	z-index: 3;
}

#historico ul.descricao li.ano04.ativo .txt2 {
	top: 211px;
	-webkit-transition: top 0.3s ease 1.8s;
	-moz-transition: top 0.3s ease 1.8s;
	-ms-transition: top 0.3s ease 1.8s;
	-o-transition: top 0.3s ease 1.8s;
	transition: top 0.3s ease 1.8s;
}

#historico ul.descricao li.ano04 .txt2::before {
	background-color: #F9c78b;
	bottom: -49px;
	content: "";
	height: 49px;
	left: 100px;
	position: absolute;
	width: 3px;
}

#historico ul.descricao li.ano04 .mask_txt2 {
	background-color: #fff;
	height: 55px;
	left: 35px;
	top: 293px;
	width: 260px;
	z-index: 3;
}

#historico ul.descricao li.ano04 .bandeira {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -346px -17px;
	height: 30px;
	left: 255px;
	top: 572px;
	width: 40px;
	z-index: 4;
}

#historico ul.descricao li.ano04.ativo .bandeira {
	top: 272px;
	-webkit-transition: top 0.3s ease 1.8s;
	-moz-transition: top 0.3s ease 1.8s;
	-ms-transition: top 0.3s ease 1.8s;
	-o-transition: top 0.3s ease 1.8s;
	transition: top 0.3s ease 1.8s;
}

#historico ul.descricao li.ano04 .txt3 {
	height: 44px;
	padding-top: 10px;
	left: 265px;
	top: 429px;
	width: 180px;
	z-index: 9;
}

#historico ul.descricao li.ano04.ativo .txt3 {
	top: 129px;
	-webkit-transition: top 0.3s ease 2.4s;
	-moz-transition: top 0.3s ease 2.4s;
	-ms-transition: top 0.3s ease 2.4s;
	-o-transition: top 0.3s ease 2.4s;
	transition: top 0.3s ease 2.4s;
}

#historico ul.descricao li.ano04 .txt3::before {
	background-color: #F9c78b;
	bottom: -151px;
	content: "";
	height: 151px;
	left: 104px;
	position: absolute;
	width: 4px;
}

#historico ul.descricao li.ano04 .txt4 {
	left: 465px;
	top: 344px;
	width: 122px;
}

#pt #historico ul.descricao li.ano04 .txt4 {
	height: 44px;
	padding-top: 10px;
}

#en #historico ul.descricao li.ano04 .txt4 {
	height: 34px;
	padding-top: 20px;
}

#historico ul.descricao li.ano04.ativo .txt4 {
	top: 44px;
	-webkit-transition: top 0.2s linear 1.4s;
	-moz-transition: top 0.2s linear 1.4s;
	-ms-transition: top 0.2s linear 1.4s;
	-o-transition: top 0.2s linear 1.4s;
	transition: top 0.2s linear 1.4s;
}

#historico ul.descricao li.ano04 .txt4::before {
	background-color: #F9c78b;
	bottom: -133px;
	content: "";
	height: 133px;
	left: 72px;
	position: absolute;
	width: 3px;
}

#historico ul.descricao li.ano04 .dinheiro {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -189px -206px;
	height: 102px;
	left: 660px;
	top: 261px;
	width: 155px;
	z-index: 9;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

#historico ul.descricao li.ano04.ativo .dinheiro {
	top: 240px;
	left: 460px;
	-webkit-transition: left 0.5s ease 0.2s, top 0.5s linear 0.8s, transform 0.5s linear 0.8s;
	-moz-transition: left 0.5s ease 0.2s, top 0.5s linear 0.8s, transform 0.5s linear 0.8s;
	-ms-transition: left 0.5s ease 0.2s, top 0.5s linear 0.8s, transform 0.5s linear 0.8s;
	-o-transition: left 0.5s ease 0.2s, top 0.5s linear 0.8s, transform 0.5s linear 0.8s;
	transition: left 0.5s ease 0.2s, top 0.5s linear 0.8s, transform 0.5s linear 0.8s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* cenarios ano5 */

#historico ul.descricao li.ano05 .mapa {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -189px -206px;
	height: 100px;
	left: 460px;
	top: 250px;
	width: 155px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

#historico ul.descricao li.ano05.ativo .mapa {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.7s ease-in 0.8s;
	-moz-transition: all 0.7s ease-in 0.8s;
	-ms-transition: all 0.7s ease-in 0.8s;
	-o-transition: all 0.7s ease-in 0.8s;
	transition: all 0.7s ease-in 0.8s;
}

#historico ul.descricao li.ano05 .txt1 {
	height: 61px;
	left: 338px;
	top: 375px;
	width: 220px;
	z-index: 5;
}

#historico ul.descricao li.ano05.ativo .txt1 {
	top: 75px;
	-webkit-transition: top 0.7s ease 0.3s;
	-moz-transition: top 0.7s ease 0.3s;
	-ms-transition: top 0.7s ease 0.3s;
	-o-transition: top 0.7s ease 0.3s;
	transition: top 0.7s ease 0.3s;
}

#historico ul.descricao li.ano05 .txt1::before {
	background-color: #F9c78b;
	bottom: -190px;
	content: "";
	height: 190px;
	left: 29px;
	position: absolute;
	width: 4px;
}

#historico ul.descricao li.ano05 .txt2 {
	left: 398px;
	top: 492px;
	width: 190px;
	z-index: 1;
}

#pt #historico ul.descricao li.ano05 .txt2 {
	height: 61px;
}

#en #historico ul.descricao li.ano05 .txt2 {
	height: 43px;
}

#historico ul.descricao li.ano05.ativo .txt2 {
	top: 192px;
	-webkit-transition: top 0.4s linear 2.4s;
	-moz-transition: top 0.4s linear 2.4s;
	-ms-transition: top 0.4s linear 2.4s;
	-o-transition: top 0.4s linear 2.4s;
	transition: top 0.4s linear 2.4s;
}

#historico ul.descricao li.ano05 .txt2::before {
	background-color: #F9c78b;
	content: "";
	left: 109px;
	position: absolute;
	width: 4px;
}

#pt #historico ul.descricao li.ano05 .txt2::before {
	bottom: -33px;
	height: 33px;
}

#en #historico ul.descricao li.ano05 .txt2::before {
	bottom: -51px;
	height: 51px;
}

#historico ul.descricao li.ano05 .livro {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -268px -9px;
	height: 45px;
	left: 489px;
	top: 598px;
	width: 40px;
	z-index: 3;
}

#historico ul.descricao li.ano05.ativo .livro {
	top: 298px;
	-webkit-transition: top 0.5s linear 2s;
	-moz-transition: top 0.5s linear 2s;
	-ms-transition: top 0.5s linear 2s;
	-o-transition: top 0.5s linear 2s;
	transition: top 0.5s linear 2s;
}

#historico ul.descricao li.ano05 dl.mapa {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -306px -12px;
	height: 320px;
	left: 1px;
	top: 17px;
	width: 315px;
	position: absolute;
}

#historico ul.descricao li.ano05 dl.mapa dt,
#historico ul.descricao li.ano05 dl.mapa dd {
	text-indent: -9999px;
}

#historico ul.descricao li.ano05 dl.mapa dd {
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #ff5a00;
	border-radius: 50%;
	opacity: 0;
}

#historico ul.descricao li.ano05.ativo dl.mapa dd:nth-child(odd) {
	opacity: 1;
	-webkit-transition: opacity 1.4s ease 1.5s;
	-moz-transition: opacity 1.4s ease 1.5s;
	-ms-transition: opacity 1.4s ease 1.5s;
	-o-transition: opacity 1.4s ease 1.5s;
	transition: opacity 1.4s ease 1.5s;
}

#historico ul.descricao li.ano05.ativo dl.mapa dd:nth-child(even) {
	opacity: 1;
	-webkit-transition: opacity 1.4s ease 1.7s;
	-moz-transition: opacity 1.4s ease 1.7s;
	-ms-transition: opacity 1.4s ease 1.7s;
	-o-transition: opacity 1.4s ease 1.7s;
	transition: opacity 1.4s ease 1.7s;
}

#historico ul.descricao li.ano05.ativo dl.mapa dd {
	-webkit-animation-name: bullets;
	/* Chrome, Safari, Opera */
	-webkit-animation-duration: 4s;
	/* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite;
	/* Chrome, Safari, Opera */
	-moz-animation-name: bullets;
	-moz-animation-duration: 4s;
	-moz-animation-iteration-count: infinite;
	-ms-animation-name: bullets;
	-ms-animation-duration: 4s;
	-ms-animation-iteration-count: infinite;
	-o-animation-name: bullets;
	-o-animation-duration: 4s;
	-o-animation-iteration-count: infinite;
	animation-name: bullets;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes bullets {
	0% {
		box-shadow: 0 0 0 #ff5a00;
	}

	50% {
		box-shadow: 0 0 8px #ff5a00;
	}

	100% {
		box-shadow: 0 0 0 #ff5a00;
	}
}


/* Standard syntax */
@keyframes bullets {
	0% {
		box-shadow: 0 0 0 #ff5a00;
	}

	50% {
		box-shadow: 0 0 8px #ff5a00;
	}

	100% {
		box-shadow: 0 0 0 #ff5a00;
	}
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-rs {
	left: 167px;
	top: 286px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-sc {
	left: 187px;
	top: 268px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-pr {
	left: 189px;
	top: 250px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-sp {
	left: 207px;
	top: 238px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-mg {
	left: 230px;
	top: 208px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-rj {
	left: 234px;
	top: 232px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-es {
	left: 257px;
	top: 213px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-go {
	left: 194px;
	top: 181px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-df {
	left: 203px;
	top: 173px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-mt {
	left: 134px;
	top: 168px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-ms {
	left: 141px;
	top: 208px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-ma {
	left: 241px;
	top: 69px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-pi {
	left: 252px;
	top: 90px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-ce {
	left: 279px;
	top: 76px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-rn {
	left: 309px;
	top: 99px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-pb {
	left: 310px;
	top: 110px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-pe {
	left: 309px;
	top: 118px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-al {
	left: 303px;
	top: 129px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-se {
	left: 291px;
	top: 139px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-ba {
	left: 280px;
	top: 154px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-am {
	left: 105px;
	top: 66px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-rr {
	left: 106px;
	top: 17px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-pa {
	left: 208px;
	top: 53px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-ap {
	left: 183px;
	top: 42px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-ac {
	left: 49px;
	top: 121px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-ro {
	left: 78px;
	top: 113px;
}

#historico ul.descricao li.ano05 dl.mapa dd.uf-to {
	left: 203px;
	top: 126px;
}

/* cenarios ano06 */

#historico ul.descricao li.ano06 .hangar {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -459px -340px;
	height: 217px;
	left: 68px;
	top: 125px;
	width: 490px;
	opacity: 0;
	z-index: 3;
}

#historico ul.descricao li.ano06.ativo .hangar {
	opacity: 1;
	-webkit-transition: opacity 1.5s linear 0s;
	-moz-transition: opacity 1.5s linear 0s;
	-ms-transition: opacity 1.5s linear 0s;
	-o-transition: opacity 1.5s linear 0s;
	transition: opacity 1.5s linear 0s;
}

#historico ul.descricao li.ano06 .aviao {
	background: url(../images/spr_hist_avioes.png) no-repeat scroll -15px -293px;
	height: 112px;
	left: 154px;
	top: 238px;
	width: 317px;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	z-index: 3;
}

#historico ul.descricao li.ano06.ativo .aviao {
	opacity: 1;
	top: 220px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1.5s linear 0s, transform 1.2s ease 1.5s, top 1.2s ease 1.5s;
	-moz-transition: opacity 1.5s linear 0s, transform 1.2s ease 1.5s, top 1.2s ease 1.5s;
	-ms-transition: opacity 1.5s linear 0s, transform 1.2s ease 1.5s, top 1.2s ease 1.5s;
	-o-transition: opacity 1.5s linear 0s, transform 1.2s ease 1.5s, top 1.2s ease 1.5s;
	transition: opacity 1.5s linear 0s, transform 1.2s ease 1.5s, top 1.2s ease 1.5s;
}

#historico ul.descricao li.ano06 .nuvem1 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -18px -222px;
	height: 46px;
	left: 66px;
	top: 73px;
	width: 130px;
}

#historico ul.descricao li.ano06.ativo .nuvem1 {
	left: 36px;
	-webkit-transition: left 3s linear;
	-moz-transition: left 3s linear;
	-ms-transition: left 3s linear;
	-o-transition: left 3s linear;
	transition: left 3s linear;
}

#historico ul.descricao li.ano06 .nuvem2 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -97px -293px;
	height: 32px;
	left: 149px;
	top: 30px;
	width: 71px;
}

#historico ul.descricao li.ano06.ativo .nuvem2 {
	left: 199px;
	-webkit-transition: left 3s linear;
	-moz-transition: left 3s linear;
	-ms-transition: left 3s linear;
	-o-transition: left 3s linear;
	transition: left 3s linear;
}

#historico ul.descricao li.ano06 .txt1 {
	height: 47px;
	left: 234px;
	top: 428px;
	width: 220px;
	z-index: 1;
}

#historico ul.descricao li.ano06.ativo .txt1 {
	left: 294px;
	top: 28px;
	-webkit-transition: top 0.7s linear 2.2s, left 0.3s linear 2.6s;
	-moz-transition: top 0.7s linear 2.2s, left 0.3s linear 2.6s;
	-ms-transition: top 0.7s linear 2.2s, left 0.3s linear 2.6s;
	-o-transition: top 0.7s linear 2.2s, left 0.3s linear 2.6s;
	transition: top 0.7s linear 2.2s, left 0.3s linear 2.6s;
}

#historico ul.descricao li.ano06 .txt1::before {
	background-color: #F9c78b;
	bottom: -60px;
	content: "";
	height: 60px;
	left: 127px;
	position: absolute;
	width: 4px;
}

/* cenarios ano07 */

#historico ul.descricao li.ano07 .aviao {
	background: url(../images/spr_hist_avioes.png) no-repeat scroll -14px -173px;
	height: 85px;
	left: -720px;
	top: 247px;
	width: 335px;
	z-index: 4;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

#historico ul.descricao li.ano07.ativo .aviao {
	left: 20px;
	top: 259px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: transform 1s ease-out 1s, top 1.3s ease-out 1s, left 2s ease-out 1s;
	-moz-transition: transform 1s ease-out 1s, top 1.3s ease-out 1s, left 2s ease-out 1s;
	-ms-transition: transform 1s ease-out 1s, top 1.3s ease-out 1s, left 2s ease-out 1s;
	-o-transition: transform 1s ease-out 1s, top 1.3s ease-out 1s, left 2s ease-out 1s;
	transition: transform 1s ease-out 1s, top 1.3s ease-out 1s, left 2s ease-out 1s;
}

#historico ul.descricao li.ano07 .envelope {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -336px -119px;
	height: 39px;
	left: 150px;
	top: 303px;
	width: 95px;
	z-index: 3;
	opacity: 0;
}

#historico ul.descricao li.ano07.ativo .envelope {
	opacity: 1;
	left: 464px;
	-webkit-transition: all 0.2s ease-out 3.7s;
	-moz-transition: all 0.2s ease-out 3.7s;
	-ms-transition: all 0.2s ease-out 3.7s;
	-o-transition: all 0.2s ease-out 3.7s;
	transition: all 0.2s ease-out 3.7s;
}

#historico ul.descricao li.ano07 .nuvem1 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll 0 -152px;
	height: 45px;
	left: 0px;
	top: 38px;
	width: 105px;
}

#historico ul.descricao li.ano07.ativo .nuvem1 {
	left: 88px;
	-webkit-transition: left 4.3s linear;
	-moz-transition: left 4.3s linear;
	-ms-transition: left 4.3s linear;
	-o-transition: left 4.3s linear;
	transition: left 4.3s linear;
}

#historico ul.descricao li.ano07 .nuvem2 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll 1px -9px;
	height: 55px;
	left: 192px;
	top: 70px;
	width: 155px;
}

#historico ul.descricao li.ano07.ativo .nuvem2 {
	left: 242px;
	-webkit-transition: left 4.3s linear;
	-moz-transition: left 4.3s linear;
	-ms-transition: left 4.3s linear;
	-o-transition: left 4.3s linear;
	transition: left 4.3s linear;
}

#historico ul.descricao li.ano07 .nuvem3 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll 0 -152px;
	height: 45px;
	left: 500px;
	top: 57px;
	width: 105px;
}

#historico ul.descricao li.ano07.ativo .nuvem3 {
	left: 460px;
	-webkit-transition: left 4.3s linear;
	-moz-transition: left 4.3s linear;
	-ms-transition: left 4.3s linear;
	-o-transition: left 4.3s linear;
	transition: left 4.3s linear;
}

#historico ul.descricao li.ano07 .txt1 {
	height: 24px;
	left: 100px;
	padding-top: 15px;
	top: 466px;
	width: 161px;
}

#historico ul.descricao li.ano07.ativo .txt1 {
	top: 166px;
	-webkit-transition: top 0.6s linear 2.8s;
	-moz-transition: top 0.6s linear 2.8s;
	-ms-transition: top 0.6s linear 2.8s;
	-o-transition: top 0.6s linear 2.8s;
	transition: top 0.6s linear 2.8s;
}

#historico ul.descricao li.ano07 .txt1::before {
	background-color: #F9c78b;
	bottom: -91px;
	content: "";
	height: 91px;
	left: 95px;
	position: absolute;
	width: 3px;
}

#historico ul.descricao li.ano07 .txt2 {
	height: 46px;
	left: 415px;
	top: 485px;
	width: 161px;
	padding-top: 12px;
}

#historico ul.descricao li.ano07.ativo .txt2 {
	top: 185px;
	-webkit-transition: top 0.4s linear 3.9s;
	-moz-transition: top 0.4s linear 3.9s;
	-ms-transition: top 0.4s linear 3.9s;
	-o-transition: top 0.4s linear 3.9s;
	transition: top 0.4s linear 3.9s;
}

#historico ul.descricao li.ano07 .txt2::before {
	background-color: #F9c78b;
	bottom: -56px;
	content: "";
	height: 56px;
	left: 95px;
	position: absolute;
	width: 3px;
}

/* cenarios ano08 */

#historico ul.descricao li.ano08 .celular {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -37px -23px;
	height: 223px;
	left: 21px;
	top: 419px;
	width: 230px;
	z-index: 2;
}

#historico ul.descricao li.ano08.ativo .celular {
	top: 119px;
	-webkit-transition: top 0.5s ease-in 0.2s;
	-moz-transition: top 0.5s ease-in 0.2s;
	-ms-transition: top 0.5s ease-in 0.2s;
	-o-transition: top 0.5s ease-in 0.2s;
	transition: top 0.5s ease-in 0.2s;
}

#historico ul.descricao li.ano08 .dedo {
	background: #F9c78b url("../images/spr_hist_icoG.png") no-repeat scroll -125px -137px;
	border: 0 solid red;
	height: 11px;
	left: 109px;
	top: 231px;
	width: 30px;
	z-index: 4;
	opacity: 0;
}

#historico ul.descricao li.ano08.ativo .dedo {
	opacity: 1;
	background-position: -125px -135px;
	-webkit-transition: opacity 0.1s linear 1.1s, background-position 0.2s linear 1.2s;
	-moz-transition: opacity 0.1s linear 1.1s, background-position 0.2s linear 1.2s;
	-ms-transition: opacity 0.1s linear 1.1s, background-position 0.2s linear 1.2s;
	-o-transition: opacity 0.1s linear 1.1s, background-position 0.2s linear 1.2s;
	transition: opacity 0.1s linear 1.1s, background-position 0.2s linear 1.2s;
}

#historico ul.descricao li.ano08 .aviao {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -186px -8px;
	height: 0;
	left: 104px;
	top: 162px;
	width: 50px;
}

#historico ul.descricao li.ano08.ativo .aviao {
	height: 55px;
	-webkit-transition: height 1.1s ease-in 1.1s;
	-moz-transition: height 1.1s ease-in 1.1s;
	-ms-transition: height 1.1s ease-in 1.1s;
	-o-transition: height 1.1s ease-in 1.1s;
	transition: height 1.1s ease-in 1.1s;
}

#historico ul.descricao li.ano08 .txt1 {
	left: 256px;
	top: 528px;
	width: 221px;
	z-index: 2;
}

#pt #historico ul.descricao li.ano08 .txt1 {
	height: 56px;
}

#en #historico ul.descricao li.ano08 .txt1 {
	height: 42px;
}

#historico ul.descricao li.ano08.ativo .txt1 {
	top: 228px;
	-webkit-transition: top 0.2s linear 2.7s;
	-moz-transition: top 0.2s linear 2.7s;
	-ms-transition: top 0.2s linear 2.7s;
	-o-transition: top 0.2s linear 2.7s;
	transition: top 0.2s linear 2.7s;
}

#historico ul.descricao li.ano08 .txt1::before {
	background-color: #F9c78b;
	content: "";
	left: 130px;
	position: absolute;
	width: 3px;
}

#pt #historico ul.descricao li.ano08 .txt1::before {
	bottom: -42px;
	height: 42px;
}

#en #historico ul.descricao li.ano08 .txt1::before {
	bottom: -56px;
	height: 56px;
}

#historico ul.descricao li.ano08 .txt2 {
	left: 344px;
	top: 375px;
	width: 220px;
}

#pt #historico ul.descricao li.ano08 .txt2 {
	height: 86px;
}

#en #historico ul.descricao li.ano08 .txt2 {
	height: 63px;
}

#historico ul.descricao li.ano08.ativo .txt2 {
	top: 75px;
	-webkit-transition: top 0.2s linear 2.1s;
	-moz-transition: top 0.2s linear 2.1s;
	-ms-transition: top 0.2s linear 2.1s;
	-o-transition: top 0.2s linear 2.1s;
	transition: top 0.2s linear 2.1s;
}

#historico ul.descricao li.ano08 .txt2::before,
#historico ul.descricao li.ano08 .txt2::after {
	background-color: #F9c78b;
	content: "";
	position: absolute;
	width: 4px;
}

#pt #historico ul.descricao li.ano08 .txt2::before,
#pt #historico ul.descricao li.ano08 .txt2::after {
	bottom: -165px;
	height: 165px;
}

#en #historico ul.descricao li.ano08 .txt2::before,
#en #historico ul.descricao li.ano08 .txt2::after {
	bottom: -188px;
	height: 188px;
}

#historico ul.descricao li.ano08 .txt2::before {
	left: 42px;
}

#historico ul.descricao li.ano08 .txt2::after {
	right: 39px;
}

/* cenarios ano09 */

#historico ul.descricao li.ano09 .totem1 {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -987px -376px;
	height: 190px;
	left: 27px;
	top: 452px;
	width: 95px;
}

#historico ul.descricao li.ano09.ativo .totem1 {
	top: 152px;
	-webkit-transition: top 0.8s ease-in 0.3s;
	-moz-transition: top 0.8s ease-in 0.3s;
	-ms-transition: top 0.8s ease-in 0.3s;
	-o-transition: top 0.8s ease-in 0.3s;
	transition: top 0.8s ease-in 0.3s;
}

#historico ul.descricao li.ano09 .totem2 {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -1104px -346px;
	height: 220px;
	left: 144px;
	top: 422px;
	width: 115px;
}

#historico ul.descricao li.ano09.ativo .totem2 {
	top: 122px;
	-webkit-transition: top 0.6s ease-in 1.0s;
	-moz-transition: top 0.6s ease-in 1.0s;
	-ms-transition: top 0.6s ease-in 1.0s;
	-o-transition: top 0.6s ease-in 1.0s;
	transition: top 0.6s ease-in 1.0s;
}

#historico ul.descricao li.ano09 .totem_gol {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -1237px -293px;
	height: 275px;
	left: 277px;
	top: 368px;
	width: 140px;
}

#historico ul.descricao li.ano09.ativo .totem_gol {
	top: 68px;
	-webkit-transition: top 0.4s ease-in 1.7s;
	-moz-transition: top 0.4s ease-in 1.7s;
	-ms-transition: top 0.4s ease-in 1.7s;
	-o-transition: top 0.4s ease-in 1.7s;
	transition: top 0.4s ease-in 1.7s;
}

#historico ul.descricao li.ano09 .mask_gol {
	background-color: #fff;
	height: 30px;
	left: 320px;
	opacity: 1;
	top: 390px;
	width: 55px;
	z-index: 6;
}

#historico ul.descricao li.ano09.ativo .mask_gol {
	opacity: 0;
	top: 90px;
	-webkit-transition: top 0.4s ease-in 1.7s, opacity 1.5s ease 2.5s;
	-moz-transition: top 0.4s ease-in 1.7s, opacity 1.5s ease 2.5s;
	-ms-transition: top 0.4s ease-in 1.7s, opacity 1.5s ease 2.5s;
	-o-transition: top 0.4s ease-in 1.7s, opacity 1.5s ease 2.5s;
	transition: top 0.4s ease-in 1.7s, opacity 1.5s ease 2.5s;
}

#historico ul.descricao li.ano09 .txt1 {
	background-color: #323232;
	height: 46px;
	left: 390px;
	top: 534px;
	width: 201px;
	z-index: 2;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	color: #666;
}

#historico ul.descricao li.ano09.ativo .txt1 {
	top: 234px;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	color: #fff;
	-webkit-transition: top 0.4s ease-in 1.7s, transform 0.6s ease 2.5s, color 0.25s linear 2.8s;
	-moz-transition: top 0.4s ease-in 1.7s, transform 0.6s ease 2.5s, color 0.25s linear 2.8s;
	-ms-transition: top 0.4s ease-in 1.7s, transform 0.6s ease 2.5s, color 0.25s linear 2.8s;
	-o-transition: top 0.4s ease-in 1.7s, transform 0.6s ease 2.5s, color 0.25s linear 2.8s;
	transition: top 0.4s ease-in 1.7s, transform 0.6s ease 2.5s, color 0.25s linear 2.8s;
}

#historico ul.descricao li.ano09 .txt1::before {
	background-color: #323232;
	bottom: -46px;
	content: "";
	height: 46px;
	left: 115px;
	position: absolute;
	width: 3px;
}

/* cenarios ano10 */

#historico ul.descricao li.ano10 .casas {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -1353px 0;
	height: 220px;
	left: 10px;
	top: 128px;
	width: 355px;
	z-index: 3;
	opacity: 0;
}

#historico ul.descricao li.ano10.ativo .casas {
	opacity: 1;
	-webkit-transition: opacity 0.7s linear 0.3s;
	-moz-transition: opacity 0.7s linear 0.3s;
	-ms-transition: opacity 0.7s linear 0.3s;
	-o-transition: opacity 0.7s linear 0.3s;
	transition: opacity 0.7s linear 0.3s;
}

#historico ul.descricao li.ano10 .mask_casas {
	background-color: #fff;
	height: 182px;
	left: 10px;
	top: 170px;
	width: 400px;
	z-index: 2;
}

#historico ul.descricao li.ano10 .arvore {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -371px -188px;
	height: 140px;
	left: 362px;
	top: 509px;
	width: 75px;
	z-index: 3;
}

#historico ul.descricao li.ano10.ativo .arvore {
	top: 209px;
	-webkit-transition: top 0.6s linear 1s;
	-moz-transition: top 0.6s linear 1s;
	-ms-transition: top 0.6s linear 1s;
	-o-transition: top 0.6s linear 1s;
	transition: top 0.6s linear 1s;
}

#historico ul.descricao li.ano10 .maca {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -470px -17px;
	height: 30px;
	left: 387px;
	top: 241px;
	width: 25px;
	z-index: 4;
	opacity: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

#historico ul.descricao li.ano10.ativo .maca {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.8s ease 1.7s;
	-moz-transition: all 0.8s ease 1.7s;
	-ms-transition: all 0.8s ease 1.7s;
	-o-transition: all 0.8s ease 1.7s;
	transition: all 0.8s ease 1.7s;
}

#historico ul.descricao li.ano10 .txt1 {
	left: 27px;
	top: 436px;
	width: 121px;
}

#pt #historico ul.descricao li.ano10 .txt1 {
	height: 46px;
}

#en #historico ul.descricao li.ano10 .txt1 {
	height: 57px;
}

#historico ul.descricao li.ano10.ativo .txt1 {
	top: 36px;
	-webkit-transition: top 0.3s linear 0.5s;
	-moz-transition: top 0.3s linear 0.5s;
	-ms-transition: top 0.3s linear 0.5s;
	-o-transition: top 0.3s linear 0.5s;
	transition: top 0.3s linear 0.5s;
}

#historico ul.descricao li.ano10 .txt1::before {
	background-color: #F9c78b;
	bottom: -68px;
	content: "";
	height: 68px;
	left: 75px;
	position: absolute;
	width: 3px;
}

#historico ul.descricao li.ano10 .txt2 {
	height: 46px;
	left: 180px;
	padding-left: 25px;
	top: 232px;
	width: 180px;
}

#historico ul.descricao li.ano10.ativo .txt2 {
	left: 413px;
	-webkit-transition: left 0.3s ease 2.3s;
	-moz-transition: left 0.3s ease 2.3s;
	-ms-transition: left 0.3s ease 2.3s;
	-o-transition: left 0.3s ease 2.3s;
	transition: left 0.3s ease 2.3s;
}

/* cenarios ano11 */

#historico ul.descricao li.ano11 .engr1 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -623px -2px;
	border-radius: 50%;
	height: 167px;
	left: 2px;
	top: 18px;
	width: 167px;
	-webkit-transform: rotate(-88deg);
	-moz-transform: rotate(-88deg);
	-ms-transform: rotate(-88deg);
	-o-transform: rotate(-88deg);
	transform: rotate(-88deg);
}

#historico ul.descricao li.ano11.ativo .engr1 {
	-webkit-animation: spin 93s linear infinite;
	-moz-animation: spin 93s linear infinite;
	-ms-animation: spin 93s linear infinite;
	-o-animation: spin 93s linear infinite;
	animation: spin 93s linear infinite;
}

#historico ul.descricao li.ano11 .engr2 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -645px -187px;
	border-radius: 50%;
	height: 141px;
	left: 187px;
	top: 35px;
	width: 141px;
}

#historico ul.descricao li.ano11.ativo .engr2 {
	-webkit-animation: spin-rev 81s linear infinite;
	-moz-animation: spin-rev 81s linear infinite;
	-ms-animation: spin-rev 81s linear infinite;
	-o-animation: spin-rev 81s linear infinite;
	animation: spin-rev 81s linear infinite;
}

#historico ul.descricao li.ano11 .pessoa1 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -186px -89px;
	height: 80px;
	left: 56px;
	top: 64px;
	width: 65px;
}

#historico ul.descricao li.ano11 .pessoa2 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -275px -100px;
	height: 55px;
	left: 237px;
	top: 78px;
	width: 40px;
}

#historico ul.descricao li.ano11 .engr1,
#historico ul.descricao li.ano11 .engr2,
#historico ul.descricao li.ano11 .pessoa1,
#historico ul.descricao li.ano11 .pessoa2 {
	opacity: 0;
}

#historico ul.descricao li.ano11.ativo .engr1 {
	left: 26px;
}

#historico ul.descricao li.ano11.ativo .engr2 {
	left: 162px;
}

#historico ul.descricao li.ano11.ativo .pessoa1 {
	left: 80px;
}

#historico ul.descricao li.ano11.ativo .pessoa2 {
	left: 212px;
}

#historico ul.descricao li.ano11.ativo .engr1,
#historico ul.descricao li.ano11.ativo .engr2,
#historico ul.descricao li.ano11.ativo .pessoa1,
#historico ul.descricao li.ano11.ativo .pessoa2 {
	opacity: 1;
	-webkit-transition: opacity 1s ease 0.5s, left 0.4s linear 0.8s;
	-moz-transition: opacity 1s ease 0.5s, left 0.4s linear 0.8s;
	-ms-transition: opacity 1s ease 0.5s, left 0.4s linear 0.8s;
	-o-transition: opacity 1s ease 0.5s, left 0.4s linear 0.8s;
	transition: opacity 1s ease 0.5s, left 0.4s linear 0.8s;
}

#historico ul.descricao li.ano11 .delta {
	background: url(../images/spr_hist_logos.png) no-repeat scroll -4px -82px;
	height: 45px;
	left: 337px;
	top: 75px;
	width: 280px;
	opacity: 0;
	-webkit-transform: 0;
	-moz-transform: 0;
	-ms-transform: 0;
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

#historico ul.descricao li.ano11.ativo .delta {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s linear 1.4s;
	-moz-transition: all 0.2s linear 1.4s;
	-ms-transition: all 0.2s linear 1.4s;
	-o-transition: all 0.2s linear 1.4s;
	transition: all 0.2s linear 1.4s;
}

#historico ul.descricao li.ano11 .webjet {
	background: url(../images/spr_hist_logos.png) no-repeat scroll 0 0;
	height: 60px;
	left: 417px;
	top: 267px;
	width: 195px;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8)
}

#historico ul.descricao li.ano11.ativo .webjet {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s linear 2s;
	-moz-transition: all 0.2s linear 2s;
	-ms-transition: all 0.2s linear 2s;
	-o-transition: all 0.2s linear 2s;
	transition: all 0.2s linear 2s;
}

#historico ul.descricao li.ano11 .txt1 {
	height: 56px;
	left: 63px;
	top: 502px;
	width: 176px;
}

#historico ul.descricao li.ano11.ativo .txt1 {
	top: 202px;
	-webkit-transition: top 0.4s linear 0.8s;
	-moz-transition: top 0.4s linear 0.8s;
	-ms-transition: top 0.4s linear 0.8s;
	-o-transition: top 0.4s linear 0.8s;
	transition: top 0.4s linear 0.8s;
}

#historico ul.descricao li.ano11 .txt1::before {
	background-color: #F9c78b;
	bottom: -68px;
	content: "";
	height: 68px;
	left: 104px;
	position: absolute;
	width: 3px;
}

#historico ul.descricao li.ano11 .txt2 {
	height: 25px;
	left: 369px;
	padding-top: 14px;
	top: 502px;
	width: 180px;
}

#historico ul.descricao li.ano11.ativo .txt2 {
	top: 202px;
	-webkit-transition: top 0.4s linear 1.7s;
	-moz-transition: top 0.4s linear 1.7s;
	-ms-transition: top 0.4s linear 1.7s;
	-o-transition: top 0.4s linear 1.7s;
	transition: top 0.4s linear 1.7s;
}

#historico ul.descricao li.ano11 .txt2::before {
	background-color: #F9c78b;
	bottom: -93px;
	content: "";
	height: 93px;
	left: 30px;
	position: absolute;
	width: 3px;
}

/* cenarios ano12 */

#historico ul.descricao li.ano12 .aviao {
	background: url(../images/spr_hist_avioes.png) no-repeat scroll -570px -320px;
	height: 75px;
	left: 182px;
	top: 18px;
	width: 235px;
	-webkit-transform: scale(0.7) rotate(3deg);
	-moz-transform: scale(0.7) rotate(3deg);
	-ms-transform: scale(0.7) rotate(3deg);
	-o-transform: scale(0.7) rotate(3deg);
	transform: scale(0.7) rotate(3deg);
	opacity: 0.65;
	z-index: 2;
}

#historico ul.descricao li.ano12.ativo .aviao {
	top: 31px;
	-webkit-transition: all 1.8s linear;
	-moz-transition: all 1.8s linear;
	-ms-transition: all 1.8s linear;
	-o-transition: all 1.8s linear;
	transition: all 1.8s linear;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

#historico ul.descricao li.ano12 .nuvem1 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -2px -80px;
	height: 50px;
	left: 72px;
	top: 13px;
	width: 155px;
}

#historico ul.descricao li.ano12.ativo .nuvem1 {
	left: 52px;
	-webkit-transition: all 1.8s linear;
	-moz-transition: all 1.8s linear;
	-ms-transition: all 1.8s linear;
	-o-transition: all 1.8s linear;
	transition: left 1.8s linear;
}

#historico ul.descricao li.ano12 .nuvem2 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -7px -297px;
	height: 30px;
	left: 358px;
	top: 32px;
	width: 75px;
}

#historico ul.descricao li.ano12.ativo .nuvem2 {
	left: 428px;
	-webkit-transition: all 1.8s linear;
	-moz-transition: all 1.8s linear;
	-ms-transition: all 1.8s linear;
	-o-transition: all 1.8s linear;
	transition: left 1.8s linear;
}

#historico ul.descricao li.ano12 .txt1 {
	left: 29px;
	top: 428px;
	width: 171px;
}

#pt #historico ul.descricao li.ano12 .txt1 {
	height: 41px;
}

#en #historico ul.descricao li.ano12 .txt1 {
	height: 21px;
}

#historico ul.descricao li.ano12.ativo .txt1 {
	top: 128px;
	-webkit-transition: top 0.2s ease-out 1.1s;
	-moz-transition: top 0.2s ease-out 1.1s;
	-ms-transition: top 0.2s ease-out 1.1s;
	-o-transition: top 0.2s ease-out 1.1s;
	transition: top 0.2s ease-out 1.1s;
}

#historico ul.descricao li.ano12 .txt1::before {
	background-color: #F9c78b;
	content: "";
	left: 30px;
	position: absolute;
	width: 3px;
}

#pt #historico ul.descricao li.ano12 .txt1::before {
	bottom: -27px;
	height: 27px;
}

#en #historico ul.descricao li.ano12 .txt1::before {
	bottom: -48px;
	height: 48px;
}

#historico ul.descricao li.ano12 .txt2 {
	left: 28px;
	top: 512px;
	width: 211px;
}

#pt #historico ul.descricao li.ano12 .txt2 {
	height: 56px;
}

#en #historico ul.descricao li.ano12 .txt2 {
	height: 41px;
}

#historico ul.descricao li.ano12.ativo .txt2 {
	top: 212px;
	-webkit-transition: top 0.2s ease-out 0.3s;
	-moz-transition: top 0.2s ease-out 0.3s;
	-ms-transition: top 0.2s ease-out 0.3s;
	-o-transition: top 0.2s ease-out 0.3s;
	transition: top 0.2s ease-out 0.3s;
}

#historico ul.descricao li.ano12 .txt2::before {
	background-color: #F9c78b;
	content: "";
	left: 120px;
	position: absolute;
	width: 3px;
}

#pt #historico ul.descricao li.ano12 .txt2::before {
	bottom: -58px;
	height: 58px;
}

#en #historico ul.descricao li.ano12 .txt2::before {
	bottom: -73px;
	height: 73px;
}

#historico ul.descricao li.ano12 .txt3 {
	left: 390px;
	top: 402px;
	width: 176px;
	z-index: 2;
}

#pt #historico ul.descricao li.ano12 .txt3 {
	height: 56px;
}

#en #historico ul.descricao li.ano12 .txt3 {
	height: 38px;
}

#historico ul.descricao li.ano12.ativo .txt3 {
	top: 102px;
	-webkit-transition: top 0.2s ease-out 1.6s;
	-moz-transition: top 0.2s ease-out 1.6s;
	-ms-transition: top 0.2s ease-out 1.6s;
	-o-transition: top 0.2s ease-out 1.6s;
	transition: top 0.2s ease-out 1.6s;
}

#historico ul.descricao li.ano12 .txt3::before {
	background-color: #F9c78b;
	content: "";
	left: 31px;
	position: absolute;
	width: 3px;
}

#pt #historico ul.descricao li.ano12 .txt3::before {
	bottom: -38px;
	height: 38px;
}

#en #historico ul.descricao li.ano12 .txt3::before {
	bottom: -56px;
	height: 56px;
}

#historico ul.descricao li.ano12 .android {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -525px 0;
	height: 50px;
	left: 524px;
	top: 367px;
	width: 55px;
	opacity: 0;
}

#historico ul.descricao li.ano12.ativo .android {
	top: 67px;
	opacity: 1;
	-webkit-transition: top 0.2s ease-out 1.6s, opacity 0.2s ease-out 1.2s;
	-moz-transition: top 0.2s ease-out 1.6s, opacity 0.2s ease-out 1.2s;
	-ms-transition: top 0.2s ease-out 1.6s, opacity 0.2s ease-out 1.2s;
	-o-transition: top 0.2s ease-out 1.6s, opacity 0.2s ease-out 1.2s;
	transition: top 0.2s ease-out 1.6s, opacity 0.2s ease-out 1.2s;
}

#historico ul.descricao li.ano12 .mask_android {
	background-color: #ff5a00;
	height: 6px;
	left: 541px;
	top: 75px;
	width: 21px;
	opacity: 0;
}

#historico ul.descricao li.ano12.ativo .mask_android {
	opacity: 1;
	background-color: transparent;
	-webkit-transition: opacity 0.1s linear 2s, background-color 0.1s linear 2.1s;
	-moz-transition: opacity 0.1s linear 2s, background-color 0.1s linear 2.1s;
	-ms-transition: opacity 0.1s linear 2s, background-color 0.1s linear 2.1s;
	-o-transition: opacity 0.1s linear 2s, background-color 0.1s linear 2.1s;
	transition: opacity 0.1s linear 2s, background-color 0.1s linear 2.1s;
}

#historico ul.descricao li.ano12 .txt4 {
	height: 41px;
	left: 314px;
	top: 512px;
	width: 171px;
	z-index: 4;
}

#historico ul.descricao li.ano12.ativo .txt4 {
	top: 212px;
	-webkit-transition: top 0.25s ease-out 0.7s;
	-moz-transition: top 0.25s ease-out 0.7s;
	-ms-transition: top 0.25s ease-out 0.7s;
	-o-transition: top 0.25s ease-out 0.7s;
	transition: top 0.25s ease-out 0.7s;
}

#historico ul.descricao li.ano12 .txt4::before {
	background-color: #F9c78b;
	bottom: -73px;
	content: "";
	height: 73px;
	left: 32px;
	position: absolute;
	width: 3px;
}

#historico ul.descricao li.ano12 .abear {
	background: url(../images/spr_hist_logos.png) no-repeat scroll -215px 30px;
	height: 122px;
	left: 375px;
	opacity: 0;
	top: 320px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	width: 185px;
	z-index: 3;
}

#historico ul.descricao li.ano12.ativo .abear {
	top: 260px;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s ease 0.8s;
	-moz-transition: all 0.2s ease 0.8s;
	-ms-transition: all 0.2s ease 0.8s;
	-o-transition: all 0.2s ease 0.8s;
	transition: all 0.2s ease 0.8s;
}

/* cenarios ano13 */

#historico ul.descricao li.ano13 .quadro {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -1407px -342px;
	height: 206px;
	left: -10px;
	top: 147px;
	width: 305px;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

#historico ul.descricao li.ano13.ativo .quadro {
	opacity: 1;
	left: 18px;
	top: 136px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s linear 0.3s;
	-moz-transition: all 0.5s linear 0.3s;
	-ms-transition: all 0.5s linear 0.3s;
	-o-transition: all 0.5s linear 0.3s;
	transition: all 0.5s linear 0.3s;
}

#historico ul.descricao li.ano13 .grafico {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -1543px -244px;
	height: 85px;
	left: 139px;
	top: 167px;
	width: 0px;
}

#historico ul.descricao li.ano13.ativo .grafico {
	width: 160px;
	-webkit-transition: width 0.7s ease-in 0.7s;
	-moz-transition: width 0.7s ease-in 0.7s;
	-ms-transition: width 0.7s ease-in 0.7s;
	-o-transition: width 0.7s ease-in 0.7s;
	transition: width 0.7s ease-in 0.7s;
}

#historico ul.descricao li.ano13 .smiles {
	background: url(../images/spr_hist_logos.png) no-repeat scroll -402px 20px;
	border: 6px solid #999;
	border-radius: 25px;
	height: 129px;
	left: 363px;
	top: 43px;
	width: 236px;
	opacity: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6)
}

#historico ul.descricao li.ano13.ativo .smiles {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s linear 1.5s;
	-moz-transition: all 0.2s linear 1.5s;
	-ms-transition: all 0.2s linear 1.5s;
	-o-transition: all 0.2s linear 1.5s;
	transition: all 0.2s linear 1.5s;
}

#historico ul.descricao li.ano13 .txt1 {
	left: 363px;
	top: 502px;
	width: 216px;
	background-color: #f3791f;
}

#pt #historico ul.descricao li.ano13 .txt1 {
	height: 41px;
}

#en #historico ul.descricao li.ano13 .txt1 {
	height: 30px;
	padding-top: 19px;
}

#historico ul.descricao li.ano13.ativo .txt1 {
	top: 202px;
	-webkit-transition: top 0.25s ease-in 1.5s;
	-moz-transition: top 0.25s ease-in 1.5s;
	-ms-transition: top 0.25s ease-in 1.5s;
	-o-transition: top 0.25s ease-in 1.5s;
	transition: top 0.25s ease-in 1.5s;
}

#historico ul.descricao li.ano13 .txt1::before {
	background-color: #f3791f;
	bottom: -83px;
	content: "";
	height: 83px;
	left: 120px;
	position: absolute;
	width: 3px;
}

/* cenarios ano14 */

#historico ul.descricao li.ano14 .airfrance {
	background: url(../images/spr_hist_logos.png) no-repeat scroll -8px -156px;
	height: 35px;
	left: 25px;
	top: 97px;
	width: 240px;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

#historico ul.descricao li.ano14.ativo .airfrance {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s linear 1.8s;
	-moz-transition: all 0.2s linear 1.8s;
	-ms-transition: all 0.2s linear 1.8s;
	-o-transition: all 0.2s linear 1.8s;
	transition: all 0.2s linear 1.8s;
}

#historico ul.descricao li.ano14 .mesa {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -982px 0;
	height: 241px;
	left: 263px;
	top: 201px;
	width: 345px;
	opacity: 0;
}

#historico ul.descricao li.ano14.ativo .mesa {
	top: 101px;
	opacity: 1;
	-webkit-transition: all 0.4s linear 0.3s;
	-moz-transition: all 0.4s linear 0.3s;
	-ms-transition: all 0.4s linear 0.3s;
	-o-transition: all 0.4s linear 0.3s;
	transition: all 0.4s linear 0.3s;
}

#historico ul.descricao li.ano14 .suporte {
	background-color: #323232;
	border-radius: 5px;
	border-top: 90px solid #fff;
	height: 16px;
	left: 371px;
	opacity: 0;
	top: -30px;
	width: 137px;
	z-index: 2;
}


#historico ul.descricao li.ano14.ativo .suporte {
	top: -20px;
	opacity: 1;
	-webkit-transition: all 0.4s linear 0.3s;
	-moz-transition: all 0.4s linear 0.3s;
	-ms-transition: all 0.4s linear 0.3s;
	-o-transition: all 0.4s linear 0.3s;
	transition: all 0.4s linear 0.3s;
}

#historico ul.descricao li.ano14 .quadro {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -236px -357px;
	height: 115px;
	left: 371px;
	top: -10px;
	width: 140px;
	opacity: 0;
}

#historico ul.descricao li.ano14.ativo .quadro {
	opacity: 1;
	top: 85px;
	-webkit-transition: opacity 0.3s linear 0.7s, top 0.7s ease-in 0.9s;
	-moz-transition: opacity 0.3s linear 0.7s, top 0.7s ease-in 0.9s;
	-ms-transition: opacity 0.3s linear 0.7s, top 0.7s ease-in 0.9s;
	-o-transition: opacity 0.3s linear 0.7s, top 0.7s ease-in 0.9s;
	transition: opacity 0.3s linear 0.7s, top 0.7s ease-in 0.9s;
}

#historico ul.descricao li.ano14 .txt1 {
	left: 23px;
	top: 450px;
	width: 211px;
}

#pt #historico ul.descricao li.ano14 .txt1 {
	height: 46px;
}

#en #historico ul.descricao li.ano14 .txt1 {
	height: 58px;
}

#historico ul.descricao li.ano14.ativo .txt1 {
	top: 150px;
	-webkit-transition: top 0.3s ease-in 2s;
	-moz-transition: top 0.3s ease-in 2s;
	-ms-transition: top 0.3s ease-in 2s;
	-o-transition: top 0.3s ease-in 2s;
	transition: top 0.3s ease-in 2s;
}

#historico ul.descricao li.ano14 .txt1::before {
	background-color: #F9c78b;
	bottom: -130px;
	content: "";
	height: 130px;
	left: 120px;
	position: absolute;
	width: 3px;
}

/* cenarios ano15 */

#historico ul.descricao li.ano15 .gol {
	background: url(../images/spr_hist_logos.png) no-repeat scroll -311px -117px;
	height: 75px;
	left: 72px;
	top: 30px;
	width: 140px;
	z-index: 999;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

#historico ul.descricao li.ano15.ativo .gol {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in 1.5s;
	-moz-transition: all 0.3s ease-in 1.5s;
	-ms-transition: all 0.3s ease-in 1.5s;
	-o-transition: all 0.3s ease-in 1.5s;
	transition: all 0.3s ease-in 1.5s;
}

#historico ul.descricao li.ano15 .pista {
	background: url(../images/spr_hist_icoG.png) no-repeat scroll -46px -486px;
	height: 80px;
	left: 248px;
	top: 309px;
	width: 380px;
	opacity: 0;
}

#historico ul.descricao li.ano15.ativo .pista {
	top: 264px;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.1s, top 1.0s linear 0.9s;
	-moz-transition: opacity 0.3s linear 0.1s, top 1.0s linear 0.9s;
	-ms-transition: opacity 0.3s linear 0.1s, top 1.0s linear 0.9s;
	-o-transition: opacity 0.3s linear 0.1s, top 1.0s linear 0.9s;
	transition: opacity 0.3s linear 0.1s, top 1.0s linear 0.9s;
}

#historico ul.descricao li.ano15 .nuvem1 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -19px -222px;
	height: 47px;
	left: 267px;
	top: 88px;
	width: 130px;
	opacity: 0;
}

#historico ul.descricao li.ano15.ativo .nuvem1 {
	opacity: 1;
	left: 247px;
	-webkit-transition: opacity 0.3s linear 0.1s, left 2s ease-in;
	-moz-transition: opacity 0.3s linear 0.1s, left 2s ease-in;
	-ms-transition: opacity 0.3s linear 0.1s, left 2s ease-in;
	-o-transition: opacity 0.3s linear 0.1s, left 2s ease-in;
	transition: opacity 0.3s linear 0.1s, left 2s ease-in;
}

#historico ul.descricao li.ano15 .nuvem2 {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -5px -152px;
	height: 45px;
	left: 468px;
	top: 52px;
	width: 100px;
	opacity: 0;
}

#historico ul.descricao li.ano15.ativo .nuvem2 {
	opacity: 1;
	left: 498px;
	-webkit-transition: opacity 0.3s linear 0.1s, left 2s ease-in;
	-moz-transition: opacity 0.3s linear 0.1s, left 2s ease-in;
	-ms-transition: opacity 0.3s linear 0.1s, left 2s ease-in;
	-o-transition: opacity 0.3s linear 0.1s, left 2s ease-in;
	transition: opacity 0.3s linear 0.1s, left 2s ease-in;
}

#historico ul.descricao li.ano15 .aviao {
	background: url(../images/spr_hist_avioes.png) no-repeat scroll -438px -37px;
	height: 195px;
	left: 253px;
	top: 141px;
	width: 370px;
	-webkit-transform: scaleY(0.4);
	-moz-transform: scaleY(0.4);
	-ms-transform: scaleY(0.4);
	-o-transform: scaleY(0.4);
	transform: scaleY(0.4);
	opacity: 0;
}

#historico ul.descricao li.ano15.ativo .aviao {
	top: 31px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.3s, transform 1.2s linear 0.3s, top 1.2s linear 0.75s;
	-moz-transition: opacity 0.3s linear 0.3s, transform 1.2s linear 0.3s, top 1.2s linear 0.75s;
	-ms-transition: opacity 0.3s linear 0.3s, transform 1.2s linear 0.3s, top 1.2s linear 0.75s;
	-o-transition: opacity 0.3s linear 0.3s, transform 1.2s linear 0.3s, top 1.2s linear 0.75s;
	transition: opacity 0.3s linear 0.3s, transform 1.2s linear 0.3s, top 1.2s linear 0.75s;
}

#historico ul.descricao li.ano15 .txt1 {
	height: 28px;
	left: 18px;
	padding-top: 16px;
	top: 545px;
	width: 211px;
}

#historico ul.descricao li.ano15.ativo .txt1 {
	top: 245px;
	-webkit-transition: top 0.3s ease-in 1.75s;
	-moz-transition: top 0.3s ease-in 1.75s;
	-ms-transition: top 0.3s ease-in 1.75s;
	-o-transition: top 0.3s ease-in 1.75s;
	transition: top 0.3s ease-in 1.75s;
}

#historico ul.descricao li.ano15 .txt1::before {
	background-color: #F9c78b;
	bottom: -45px;
	content: "";
	height: 45px;
	left: 121px;
	position: absolute;
	width: 3px;
}

#historico ul.descricao li.ano15 .organo {
	background: url(../images/spr_hist_icoP.png) no-repeat scroll -477px -192px;
	height: 118px;
	left: 76px;
	top: 427px;
	width: 130px;
}

#historico ul.descricao li.ano15.ativo .organo {
	top: 127px;
	-webkit-transition: top 0.3s ease-in 1.75s;
	-moz-transition: top 0.3s ease-in 1.75s;
	-ms-transition: top 0.3s ease-in 1.75s;
	-o-transition: top 0.3s ease-in 1.75s;
	transition: top 0.3s ease-in 1.75s;
}

#historico ul.descricao li.ano15 .txt2 {
	background-color: transparent;
	height: 28px;
	left: 293px;
	top: 337px;
	width: 259px;
}

#en #historico ul.descricao li.ano15 .txt2 {
	padding-top: 18px;
}

#historico ul.descricao li.ano15.ativo .txt2 {
	top: 292px;
	-webkit-transition: top 1.0s linear 0.9s;
	-moz-transition: top 1.0s linear 0.9s;
	-ms-transition: top 1.0s linear 0.9s;
	-o-transition: top 1.0s linear 0.9s;
	transition: top 1.0s linear 0.9s;
}

/* cenarios ano16 */

#historico ul.descricao li.ano16 .nuvem1 {
	height: 45px;
	left: 302px;
	top: 6px;
	width: 100px;
	background: url(../images/spr_hist_icoP.png) no-repeat -4px -151px;
}

#historico ul.descricao li.ano16.ativo .nuvem1 {
	left: 243px;
	-webkit-transition: left 4s linear;
	-moz-transition: left 4s linear;
	-ms-transition: left 4s linear;
	-o-transition: left 4s linear;
	transition: left 4s linear;
}

#historico ul.descricao li.ano16 .nuvem2 {
	height: 45px;
	left: 340px;
	top: 0;
	width: 100px;
	background: url(../images/spr_hist_icoP.png) no-repeat -4px -151px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}

#historico ul.descricao li.ano16.ativo .nuvem2 {
	left: 395px;
	-webkit-transition: left 4s linear;
	-moz-transition: left 4s linear;
	-ms-transition: left 4s linear;
	-o-transition: left 4s linear;
	transition: left 4s linear;
}

#historico ul.descricao li.ano16 .nuvem3 {
	height: 45px;
	left: 590px;
	top: 31px;
	width: 100px;
	background: url(../images/spr_hist_icoP.png) no-repeat -4px -151px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

#historico ul.descricao li.ano16.ativo .nuvem3 {
	left: 535px;
	-webkit-transition: left 4s linear;
	-moz-transition: left 4s linear;
	-ms-transition: left 4s linear;
	-o-transition: left 4s linear;
	transition: left 4s linear;
}


#historico ul.descricao li.ano16 .txt1 {
	left: 18px;
	top: 415px;
	width: 150px;
}

#pt #historico ul.descricao li.ano16 .txt1 {
	height: 58px;
}

#en #historico ul.descricao li.ano16 .txt1 {
	height: 40px;
}


#historico ul.descricao li.ano16.ativo .txt1 {
	top: 25px;
	-webkit-transition: top 0.3s ease-in 0.75s;
	-moz-transition: top 0.3s ease-in 0.75s;
	-ms-transition: top 0.3s ease-in 0.75s;
	-o-transition: top 0.3s ease-in 0.75s;
	transition: top 0.3s ease-in 0.75s;
}

#historico ul.descricao li.ano16 .txt1::before {
	background-color: #F9c78b;
	content: "";
	height: 288px;
	left: 90px;
	position: absolute;
	top: 45px;
	width: 4px;
	z-index: -1;
}

#historico ul.descricao li.ano16 .txt2 {
	height: 22px;
	left: 225px;
	top: 545px;
	width: 150px;

}

#historico ul.descricao li.ano16.ativo .txt2 {
	top: 80px;
	-webkit-transition: top 0.3s ease-in 1.75s;
	-moz-transition: top 0.3s ease-in 1.75s;
	-ms-transition: top 0.3s ease-in 1.75s;
	-o-transition: top 0.3s ease-in 1.75s;
	transition: top 0.3s ease-in 1.75s;
}

#historico ul.descricao li.ano16 .txt2::before {
	background-color: #F9c78b;
	content: "";
	height: 230px;
	left: 30px;
	position: absolute;
	top: 35px;
	width: 4px;
}


#historico ul.descricao li.ano16 .txt3 {
	left: 450px;
	top: 545px;
	width: 125px;
	z-index: 2;
}

#pt #historico ul.descricao li.ano16 .txt3 {
	height: 40px;
}

#en #historico ul.descricao li.ano16 .txt3 {
	height: 24px;
}

#historico ul.descricao li.ano16.ativo .txt3 {
	top: 260px;
	-webkit-transition: top 0.3s ease-in 3.3s;
	-moz-transition: top 0.3s ease-in 3.3s;
	-ms-transition: top 0.3s ease-in 3.3s;
	-o-transition: top 0.3s ease-in 3.3s;
	transition: top 0.3s ease-in 3.3s;
}

#historico ul.descricao li.ano16 .txt3::before {
	background-color: #F9c78b;
	content: "";
	height: 110px;
	left: 79px;
	position: absolute;
	top: -25px;
	width: 4px;
	z-index: -1;
}


#historico ul.descricao li.ano16 .smiles {
	width: 106px;
	height: 126px;
	top: 540px;
	left: 65px;
	margin-left: -10px;
	background: url(../images/spr_historico16.png) no-repeat 0 0;
	z-index: 2;
	-webkit-transform: rotate(-720deg) scale(0.5);
	-moz-transform: rotate(-720deg) scale(0.5);
	-ms-transform: rotate(-720deg) scale(0.5);
	-o-transform: rotate(-720deg) scale(0.5);
	transform: rotate(-720deg) scale(0.5);
}

#historico ul.descricao li.ano16.ativo .smiles {
	top: 140px;
	margin-left: 0;
	-webkit-transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: top 0.3s ease-in 0.75s, transform 0.5s ease-out 1.2s, margin 0.3s ease-out 1.4s;
	-moz-transition: top 0.3s ease-in 0.75s, transform 0.5s ease-out 1.2s, margin 0.3s ease-out 1.4s;
	-ms-transition: top 0.3s ease-in 0.75s, transform 0.5s ease-out 1.2s, margin 0.3s ease-out 1.4s;
	-o-transition: top 0.3s ease-in 0.75s, transform 0.5s ease-out 1.2s, margin 0.3s ease-out 1.4s;
	transition: top 0.3s ease-in 0.75s, transform 0.5s ease-out 1.2s, margin 0.3s ease-out 1.4s;
}

#historico ul.descricao li.ano16 .grafico {
	width: 180px;
	height: 120px;
	top: 555px;
	left: 225px;
	background: url(../images/spr_historico16.png) no-repeat -109px 0;
	z-index: 2;
}

#historico ul.descricao li.ano16.ativo .grafico {
	top: 155px;
	-webkit-transition: top 0.3s ease-in 1.75s;
	-moz-transition: top 0.3s ease-in 1.75s;
	-ms-transition: top 0.3s ease-in 1.75s;
	-o-transition: top 0.3s ease-in 1.75s;
	transition: top 0.3s ease-in 1.75s;
}


#historico ul.descricao li.ano16 .mask_grafico {
	width: 150px;
	height: 75px;
	top: 565px;
	right: 250px;
	background-color: #fff;
	z-index: 3;
}

#historico ul.descricao li.ano16.ativo .mask_grafico {
	top: 165px;
	width: 0;
	-webkit-transition: top 0.3s ease-in 1.75s, width 1.2s ease-in 2s;
	-moz-transition: top 0.3s ease-in 1.75s, width 1.2s ease-in 2s;
	-ms-transition: top 0.3s ease-in 1.75s, width 1.2s ease-in 2s;
	-o-transition: top 0.3s ease-in 1.75s, width 1.2s ease-in 2s;
	transition: top 0.3s ease-in 1.75s, width 1.2s ease-in 2s;
}

#historico ul.descricao li.ano16 .aviao {
	width: 166px;
	height: 122px;
	top: 515px;
	left: 446px;
	background: url(../images/spr_historico16.png) no-repeat -295px 0;
	z-index: 2;
}

#historico ul.descricao li.ano16.ativo .aviao {
	top: 115px;
	-webkit-transition: top 0.3s ease-in 3.3s;
	-moz-transition: top 0.3s ease-in 3.3s;
	-ms-transition: top 0.3s ease-in 3.3s;
	-o-transition: top 0.3s ease-in 3.3s;
	transition: top 0.3s ease-in 3.3s;
	z-index: 4;
}

#historico ul.descricao li.ano16 .mask_aviao {
	width: 0;
	height: 83px;
	top: 533px;
	left: 460px;
	z-index: 3;
	background: url(../images/spr_historico16.png) no-repeat 0 -130px;
}


#historico ul.descricao li.ano16 .mask_aviao.anim1 {
	width: 141px !important;
}

#historico ul.descricao li.ano16.ativo .mask_aviao {
	top: 132px;
	-webkit-transition: top 0.3s ease-in 3.3s;
	-moz-transition: top 0.3s ease-in 3.3s;
	-ms-transition: top 0.3s ease-in 3.3s;
	-o-transition: top 0.3s ease-in 3.3s;
	transition: top 0.3s ease-in 3.3s;
	width: 141px;
}

#historico ul.descricao li.ano16 .mask_aviao.anim1 {
	background-position: 0 -130px;
	z-index: 4;
	width: 141px !important;
}

#historico ul.descricao li.ano16 .mask_aviao.anim2 {
	background-position: -142px -130px;
	z-index: 5;
}

#historico ul.descricao li.ano16 .mask_aviao.anim3 {
	background-position: -284px -130px;
	z-index: 6;
}

#historico ul.descricao li.ano16 .mask_aviao.anim4 {
	background-position: 0 -217px;
	z-index: 7;
}

#historico ul.descricao li.ano16 .mask_aviao.anim5 {
	background-position: -142px -217px;
	z-index: 8;
}

#historico ul.descricao li.ano16 .mask_aviao.anim6 {
	background-position: -284px -217px;
	z-index: 9;
}

#historico ul.descricao li.ano16.ativo .mask_aviao.anim2 {
	z-index: 5;
	-webkit-transition: width 0s ease 4s;
	-moz-transition: width 0s ease 4s;
	-ms-transition: width 0s ease 4s;
	-o-transition: width 0s ease 4s;
	transition: width 0s ease 4s;
}

#historico ul.descricao li.ano16.ativo .mask_aviao.anim3 {
	z-index: 6;
	-webkit-transition: width 0s ease 4.05s;
	-moz-transition: width 0s ease 4.05s;
	-ms-transition: width 0s ease 4.05s;
	-o-transition: width 0s ease 4.05s;
	transition: width 0s ease 4.05s;
}

#historico ul.descricao li.ano16.ativo .mask_aviao.anim4 {
	z-index: 7; -webkit-transition: width 0s ease 4.1s;
	-moz-transition: width 0s ease 4.1s;
	-ms-transition: width 0s ease 4.1s;
	-o-transition: width 0s ease 4.1s;
	transition: width 0s ease 4.1s;
}

#historico ul.descricao li.ano16.ativo .mask_aviao.anim5 {
	z-index: 8;
	-webkit-transition: width 0s ease 4.15s;
	-moz-transition: width 0s ease 4.15s;
	-ms-transition: width 0s ease 4.15s;
	-o-transition: width 0s ease 4.15s;
	transition: width 0s ease 4.15s;
}

#historico ul.descricao li.ano16.ativo .mask_aviao.anim6 {
	z-index: 9;
	-webkit-transition: width 0s ease 4.2s;
	-moz-transition: width 0s ease 4.2s;
	-ms-transition: width 0s ease 4.2s;
	-o-transition: width 0s ease 4.2s;
	transition: width 0s ease 4.2s;
}

/* cenarios ano17 */

#historico ul.descricao li.ano17 .nuvem1,
#historico ul.descricao li.ano18 .nuvem1,
#historico ul.descricao li.ano19 .nuvem1,
#historico ul.descricao li.ano20 .nuvem1,
#historico ul.descricao li.ano21 .nuvem1,
#historico ul.descricao li.ano22 .nuvem1 {
	height: 45px;
	left: 302px;
	top: 6px;
	width: 100px;
	background: url(../images/spr_hist_icoP.png) no-repeat -4px -151px;
}

#historico ul.descricao li.ano17.ativo .nuvem1,
#historico ul.descricao li.ano18.ativo .nuvem1,
#historico ul.descricao li.ano19.ativo .nuvem1,
#historico ul.descricao li.ano20.ativo .nuvem1,
#historico ul.descricao li.ano21.ativo .nuvem1,
#historico ul.descricao li.ano22.ativo .nuvem1 {
	left: 243px;
	-webkit-transition: left 4s linear;
	-moz-transition: left 4s linear;
	-ms-transition: left 4s linear;
	-o-transition: left 4s linear;
	transition: left 4s linear;
}

#historico ul.descricao li.ano17 .nuvem2,
#historico ul.descricao li.ano18 .nuvem2,
#historico ul.descricao li.ano19 .nuvem2,
#historico ul.descricao li.ano20 .nuvem2,
#historico ul.descricao li.ano21 .nuvem2,
#historico ul.descricao li.ano22 .nuvem2 {
	height: 45px;
	left: 340px;
	top: 0;
	width: 100px;
	background: url(../images/spr_hist_icoP.png) no-repeat -4px -151px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}

#historico ul.descricao li.ano17.ativo .nuvem2,
#historico ul.descricao li.ano18.ativo .nuvem2,
#historico ul.descricao li.ano19.ativo .nuvem2,
#historico ul.descricao li.ano20.ativo .nuvem2,
#historico ul.descricao li.ano21.ativo .nuvem2,
#historico ul.descricao li.ano22.ativo .nuvem2 {
	left: 395px;
	-webkit-transition: left 4s linear;
	-moz-transition: left 4s linear;
	-ms-transition: left 4s linear;
	-o-transition: left 4s linear;
	transition: left 4s linear;
}

#historico ul.descricao li.ano17 .nuvem3,
#historico ul.descricao li.ano18 .nuvem3,
#historico ul.descricao li.ano19 .nuvem3,
#historico ul.descricao li.ano20 .nuvem3,
#historico ul.descricao li.ano21 .nuvem3,
#historico ul.descricao li.ano22 .nuvem3 {
	height: 45px;
	left: 590px;
	top: 31px;
	width: 100px;
	background: url(../images/spr_hist_icoP.png) no-repeat -4px -151px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

#historico ul.descricao li.ano17.ativo .nuvem3,
#historico ul.descricao li.ano18.ativo .nuvem3,
#historico ul.descricao li.ano19.ativo .nuvem3,
#historico ul.descricao li.ano20.ativo .nuvem3,
#historico ul.descricao li.ano21.ativo .nuvem3,
#historico ul.descricao li.ano22.ativo .nuvem3 {
	left: 535px;
	-webkit-transition: left 4s linear;
	-moz-transition: left 4s linear;
	-ms-transition: left 4s linear;
	-o-transition: left 4s linear;
	transition: left 4s linear;
}


#historico ul.descricao li.ano17 .txt1,
#historico ul.descricao li.ano18 .txt1,
#historico ul.descricao li.ano19 .txt1,
#historico ul.descricao li.ano20 .txt1,
#historico ul.descricao li.ano21 .txt1 {
	left: 18px;
	top: 415px;
	width: 150px;
}

#historico ul.descricao li.ano22 .txt1 {
	left: 18px;
	top: 415px;
	width: 165px;
}

#pt #historico ul.descricao li.ano17 .txt1,
#pt #historico ul.descricao li.ano18 .txt1,
#pt #historico ul.descricao li.ano19 .txt1 {
	height: 58px;
}

#pt #historico ul.descricao li.ano20 .txt1 {
	height: 108px;
}

#pt #historico ul.descricao li.ano21 .txt1 {
	height: 38px;
}

#pt #historico ul.descricao li.ano22 .txt1 {
	height: 115px;
}

#en #historico ul.descricao li.ano17 .txt1,
#en #historico ul.descricao li.ano18 .txt1,
#en #historico ul.descricao li.ano19 .txt1 {
	height: 40px;
}

#en #historico ul.descricao li.ano20 .txt1,
#en #historico ul.descricao li.ano21 .txt1 {
	height: 95px;
}

#en #historico ul.descricao li.ano22 .txt1 {
	height: 115px;
}


#historico ul.descricao li.ano17.ativo .txt1,
#historico ul.descricao li.ano18.ativo .txt1,
#historico ul.descricao li.ano19.ativo .txt1 {
	top: 25px;
	-webkit-transition: top 0.3s ease-in 0.75s;
	-moz-transition: top 0.3s ease-in 0.75s;
	-ms-transition: top 0.3s ease-in 0.75s;
	-o-transition: top 0.3s ease-in 0.75s;
	transition: top 0.3s ease-in 0.75s;
}

#historico ul.descricao li.ano20.ativo .txt1,
#historico ul.descricao li.ano21.ativo .txt1,
#historico ul.descricao li.ano22.ativo .txt1 {
	top: 0px;
	-webkit-transition: top 0.3s ease-in 0.75s;
	-moz-transition: top 0.3s ease-in 0.75s;
	-ms-transition: top 0.3s ease-in 0.75s;
	-o-transition: top 0.3s ease-in 0.75s;
	transition: top 0.3s ease-in 0.75s;
}

#historico ul.descricao li.ano17 .txt1::before,
#historico ul.descricao li.ano18 .txt1::before,
#historico ul.descricao li.ano19 .txt1::before,
#historico ul.descricao li.ano20 .txt1::before,
#historico ul.descricao li.ano21 .txt1::before,
#historico ul.descricao li.ano22 .txt1::before {
	background-color: #F9c78b;
	content: "";
	height: 288px;
	left: 90px;
	position: absolute;
	top: 45px;
	width: 4px;
	z-index: -1;
}

#historico ul.descricao li.ano17 .txt2,
#historico ul.descricao li.ano18 .txt2,
#historico ul.descricao li.ano19 .txt2 {
	height: 22px;
	left: 225px;
	top: 545px;
	width: 150px;

}

#historico ul.descricao li.ano20 .txt2 {
	height: 130px;
	left: 225px;
	top: 545px;
	width: 185px;

}

#historico ul.descricao li.ano21 .txt2 {
	height: 38px;
	left: 225px;
	top: 545px;
	width: 185px;

}

#historico ul.descricao li.ano22 .txt2 {
	height: 115px;
	left: 225px;
	top: 545px;
	width: 185px;

}

#historico ul.descricao li.ano17.ativo .txt2,
#historico ul.descricao li.ano18.ativo .txt2,
#historico ul.descricao li.ano19.ativo .txt2 {
	top: 80px;
	-webkit-transition: top 0.3s ease-in 1.75s;
	-moz-transition: top 0.3s ease-in 1.75s;
	-ms-transition: top 0.3s ease-in 1.75s;
	-o-transition: top 0.3s ease-in 1.75s;
	transition: top 0.3s ease-in 1.75s;
}

#historico ul.descricao li.ano20.ativo .txt2,
#historico ul.descricao li.ano21.ativo .txt2,
#historico ul.descricao li.ano22.ativo .txt2 {
	top: 0px;
	-webkit-transition: top 0.3s ease-in 1.75s;
	-moz-transition: top 0.3s ease-in 1.75s;
	-ms-transition: top 0.3s ease-in 1.75s;
	-o-transition: top 0.3s ease-in 1.75s;
	transition: top 0.3s ease-in 1.75s;
}

#historico ul.descricao li.ano17 .txt2::before,
#historico ul.descricao li.ano18 .txt2::before,
#historico ul.descricao li.ano19 .txt2::before,
#historico ul.descricao li.ano20 .txt2::before,
#historico ul.descricao li.ano21 .txt2::before,
#historico ul.descricao li.ano22 .txt2::before {
	background-color: #F9c78b;
	content: "";
	height: 230px;
	left: 30px;
	position: absolute;
	top: 35px;
	width: 4px;
}

#historico ul.descricao li.ano20 .txt2::before,
#historico ul.descricao li.ano21 .txt2::before,
#historico ul.descricao li.ano22 .txt2::before {
	z-index: -1;
}

#historico ul.descricao li.ano17 .txt3,
#historico ul.descricao li.ano18 .txt3,
#historico ul.descricao li.ano19 .txt3 {
	left: 450px;
	top: 545px;
	width: 125px;
	z-index: 2;
}

#historico ul.descricao li.ano20 .txt3,
#historico ul.descricao li.ano21 .txt3,
#historico ul.descricao li.ano22 .txt3 {
	left: 440px;
	top: 545px;
	width: 162px;
	z-index: 2;
}

#pt #historico ul.descricao li.ano17 .txt3,
#pt #historico ul.descricao li.ano18 .txt3,
#pt #historico ul.descricao li.ano19 .txt3 {
	height: 40px;
}

#pt #historico ul.descricao li.ano20 .txt3,
#en #historico ul.descricao li.ano20 .txt3,
#pt #historico ul.descricao li.ano21 .txt3,
#en #historico ul.descricao li.ano21 .txt3 {
	height: 69px;
}

#pt #historico ul.descricao li.ano22 .txt3,
#en #historico ul.descricao li.ano22 .txt3 {
	height: 110px;
}

#en #historico ul.descricao li.ano17 .txt3,
#en #historico ul.descricao li.ano18 .txt3,
#en #historico ul.descricao li.ano19 .txt3 {
	height: 24px;
}

#historico ul.descricao li.ano17.ativo .txt3,
#historico ul.descricao li.ano18.ativo .txt3,
#historico ul.descricao li.ano19.ativo .txt3 {
	top: 260px;
	-webkit-transition: top 0.3s ease-in 3.3s;
	-moz-transition: top 0.3s ease-in 3.3s;
	-ms-transition: top 0.3s ease-in 3.3s;
	-o-transition: top 0.3s ease-in 3.3s;
	transition: top 0.3s ease-in 3.3s;
}

#historico ul.descricao li.ano20.ativo .txt3,
#historico ul.descricao li.ano21.ativo .txt3 {
	top: 257px;
	-webkit-transition: top 0.3s ease-in 3.3s;
	-moz-transition: top 0.3s ease-in 3.3s;
	-ms-transition: top 0.3s ease-in 3.3s;
	-o-transition: top 0.3s ease-in 3.3s;
	transition: top 0.3s ease-in 3.3s;
}

#historico ul.descricao li.ano22.ativo .txt3 {
	top: 215px;
	-webkit-transition: top 0.3s ease-in 3.3s;
	-moz-transition: top 0.3s ease-in 3.3s;
	-ms-transition: top 0.3s ease-in 3.3s;
	-o-transition: top 0.3s ease-in 3.3s;
	transition: top 0.3s ease-in 3.3s;
}

#historico ul.descricao li.ano17 .txt3::before,
#historico ul.descricao li.ano18 .txt3::before,
#historico ul.descricao li.ano19 .txt3::before,
#historico ul.descricao li.ano20 .txt3::before,
#historico ul.descricao li.ano21 .txt3::before,
#historico ul.descricao li.ano22 .txt3::before {
	background-color: #F9c78b;
	content: "";
	height: 110px;
	left: 79px;
	position: absolute;
	top: -25px;
	width: 4px;
	z-index: -1;
}


#historico ul.descricao li.ano17 .smiles,
#historico ul.descricao li.ano18 .smiles,
#historico ul.descricao li.ano19 .smiles {
	width: 106px;
	height: 126px;
	top: 540px;
	left: 65px;
	margin-left: -10px;
	background: url(../images/spr_historico16.png) no-repeat 0 0;
	z-index: 2;
	-webkit-transform: rotate(-720deg) scale(0.5);
	-moz-transform: rotate(-720deg) scale(0.5);
	-ms-transform: rotate(-720deg) scale(0.5);
	-o-transform: rotate(-720deg) scale(0.5);
	transform: rotate(-720deg) scale(0.5);
}

#historico ul.descricao li.ano20 .smiles,
#historico ul.descricao li.ano21 .smiles,
#historico ul.descricao li.ano22 .smiles {
	width: 200px;
	height: 170px;
	top: 540px;
	left: 10px;
	margin-left: -10px;
	background: url(../images/spr_historico16.png) no-repeat 0 0;
	z-index: 2;
	-webkit-transform: rotate(-720deg) scale(0.5);
	-moz-transform: rotate(-720deg) scale(0.5);
	-ms-transform: rotate(-720deg) scale(0.5);
	-o-transform: rotate(-720deg) scale(0.5);
	transform: rotate(-720deg) scale(0.5);
}

#historico ul.descricao li.ano20 .smiles,
#historico ul.descricao li.ano21 .smiles,
#historico ul.descricao li.ano22 .smiles {
	background: url(../images/GOL_20210427.jpg) no-repeat 0 0 !important;
}

#historico ul.descricao li.ano17.ativo .smiles,
#historico ul.descricao li.ano18.ativo .smiles,
#historico ul.descricao li.ano19.ativo .smiles,
#historico ul.descricao li.ano20.ativo .smiles,
#historico ul.descricao li.ano21.ativo .smiles,
#historico ul.descricao li.ano22.ativo .smiles {
	top: 140px;
	margin-left: 0;
	-webkit-transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: top 0.3s ease-in 0.75s, transform 0.5s ease-out 1.2s, margin 0.3s ease-out 1.4s;
	-moz-transition: top 0.3s ease-in 0.75s, transform 0.5s ease-out 1.2s, margin 0.3s ease-out 1.4s;
	-ms-transition: top 0.3s ease-in 0.75s, transform 0.5s ease-out 1.2s, margin 0.3s ease-out 1.4s;
	-o-transition: top 0.3s ease-in 0.75s, transform 0.5s ease-out 1.2s, margin 0.3s ease-out 1.4s;
	transition: top 0.3s ease-in 0.75s, transform 0.5s ease-out 1.2s, margin 0.3s ease-out 1.4s;
}

#historico ul.descricao li.ano17 .grafico,
#historico ul.descricao li.ano18 .grafico,
#historico ul.descricao li.ano19 .grafico,
#historico ul.descricao li.ano20 .grafico,
#historico ul.descricao li.ano21 .grafico,
#historico ul.descricao li.ano22 .grafico {
	width: 180px;
	height: 120px;
	top: 555px;
	left: 225px;
	background: url(../images/spr_historico16.png) no-repeat -109px 0;
	z-index: 2;
}

#historico ul.descricao li.ano17.ativo .grafico,
#historico ul.descricao li.ano18.ativo .grafico,
#historico ul.descricao li.ano19.ativo .grafico,
#historico ul.descricao li.ano20.ativo .grafico,
#historico ul.descricao li.ano21.ativo .grafico,
#historico ul.descricao li.ano22.ativo .grafico {
	top: 155px;
	-webkit-transition: top 0.3s ease-in 1.75s;
	-moz-transition: top 0.3s ease-in 1.75s;
	-ms-transition: top 0.3s ease-in 1.75s;
	-o-transition: top 0.3s ease-in 1.75s;
	transition: top 0.3s ease-in 1.75s;
}


#historico ul.descricao li.ano17 .mask_grafico,
#historico ul.descricao li.ano18 .mask_grafico,
#historico ul.descricao li.ano19 .mask_grafico,
#historico ul.descricao li.ano20 .mask_grafico,
#historico ul.descricao li.ano21 .mask_grafico,
#historico ul.descricao li.ano22 .mask_grafico {
	width: 150px;
	height: 75px;
	top: 565px;
	right: 250px;
	background-color: #fff;
	z-index: 3;
}

#historico ul.descricao li.ano17.ativo .mask_grafico,
#historico ul.descricao li.ano18.ativo .mask_grafico,
#historico ul.descricao li.ano19.ativo .mask_grafico,
#historico ul.descricao li.ano20.ativo .mask_grafico,
#historico ul.descricao li.ano21.ativo .mask_grafico,
#historico ul.descricao li.ano22.ativo .mask_grafico {
	top: 165px;
	width: 0;
	-webkit-transition: top 0.3s ease-in 1.75s, width 1.2s ease-in 2s;
	-moz-transition: top 0.3s ease-in 1.75s, width 1.2s ease-in 2s;
	-ms-transition: top 0.3s ease-in 1.75s, width 1.2s ease-in 2s;
	-o-transition: top 0.3s ease-in 1.75s, width 1.2s ease-in 2s;
	transition: top 0.3s ease-in 1.75s, width 1.2s ease-in 2s;
}

#historico ul.descricao li.ano17 .aviao,
#historico ul.descricao li.ano18 .aviao,
#historico ul.descricao li.ano19 .aviao,
#historico ul.descricao li.ano20 .aviao,
#historico ul.descricao li.ano21 .aviao,
#historico ul.descricao li.ano22 .aviao {
	width: 166px;
	height: 122px;
	top: 515px;
	left: 446px;
	background: url(../images/spr_historico16.png) no-repeat -295px 0;
	z-index: 2;
}

#historico ul.descricao li.ano17.ativo .aviao,
#historico ul.descricao li.ano18.ativo .aviao,
#historico ul.descricao li.ano19.ativo .aviao,
#historico ul.descricao li.ano20.ativo .aviao,
#historico ul.descricao li.ano21.ativo .aviao {
	top: 115px;
	-webkit-transition: top 0.3s ease-in 3.3s;
	-moz-transition: top 0.3s ease-in 3.3s;
	-ms-transition: top 0.3s ease-in 3.3s;
	-o-transition: top 0.3s ease-in 3.3s;
	transition: top 0.3s ease-in 3.3s;
	z-index: 4;
}

#historico ul.descricao li.ano22.ativo .aviao {
	top: 85px;
	-webkit-transition: top 0.3s ease-in 3.3s;
	-moz-transition: top 0.3s ease-in 3.3s;
	-ms-transition: top 0.3s ease-in 3.3s;
	-o-transition: top 0.3s ease-in 3.3s;
	transition: top 0.3s ease-in 3.3s;
	z-index: 4;
}

#historico ul.descricao li.ano17 .mask_aviao,
#historico ul.descricao li.ano18 .mask_aviao,
#historico ul.descricao li.ano19 .mask_aviao,
#historico ul.descricao li.ano20 .mask_aviao,
#historico ul.descricao li.ano21 .mask_aviao,
#historico ul.descricao li.ano22 .mask_aviao {
	width: 0;
	height: 83px;
	top: 533px;
	left: 460px;
	z-index: 3;
	background: url(../images/spr_historico16.png) no-repeat 0 -130px;
}


#historico ul.descricao li.ano17 .mask_aviao.anim1,
#historico ul.descricao li.ano18 .mask_aviao.anim1,
#historico ul.descricao li.ano19 .mask_aviao.anim1,
#historico ul.descricao li.ano20 .mask_aviao.anim1,
#historico ul.descricao li.ano21 .mask_aviao.anim1,
#historico ul.descricao li.ano22 .mask_aviao.anim1 {
	width: 141px !important;
}

#historico ul.descricao li.ano17.ativo .mask_aviao,
#historico ul.descricao li.ano18.ativo .mask_aviao,
#historico ul.descricao li.ano19.ativo .mask_aviao,
#historico ul.descricao li.ano20.ativo .mask_aviao,
#historico ul.descricao li.ano21.ativo .mask_aviao {
	top: 132px;
	-webkit-transition: top 0.3s ease-in 3.3s;
	-moz-transition: top 0.3s ease-in 3.3s;
	-ms-transition: top 0.3s ease-in 3.3s;
	-o-transition: top 0.3s ease-in 3.3s;
	transition: top 0.3s ease-in 3.3s;
	width: 141px;
}

#historico ul.descricao li.ano22.ativo .mask_aviao {
	top: 100px;
	-webkit-transition: top 0.3s ease-in 3.3s;
	-moz-transition: top 0.3s ease-in 3.3s;
	-ms-transition: top 0.3s ease-in 3.3s;
	-o-transition: top 0.3s ease-in 3.3s;
	transition: top 0.3s ease-in 3.3s;
	width: 141px;
}

#historico ul.descricao li.ano17 .mask_aviao.anim1,
#historico ul.descricao li.ano18 .mask_aviao.anim1,
#historico ul.descricao li.ano19 .mask_aviao.anim1,
#historico ul.descricao li.ano20 .mask_aviao.anim1,
#historico ul.descricao li.ano21 .mask_aviao.anim1,
#historico ul.descricao li.ano22 .mask_aviao.anim1 {
	background-position: 0 -130px;
	z-index: 4;
	width: 141px !important;
}

#historico ul.descricao li.ano17 .mask_aviao.anim2,
#historico ul.descricao li.ano18 .mask_aviao.anim2,
#historico ul.descricao li.ano19 .mask_aviao.anim2,
#historico ul.descricao li.ano20 .mask_aviao.anim2,
#historico ul.descricao li.ano21 .mask_aviao.anim2,
#historico ul.descricao li.ano22 .mask_aviao.anim2 {
	background-position: -142px -130px;
	z-index: 5;
}

#historico ul.descricao li.ano17 .mask_aviao.anim3,
#historico ul.descricao li.ano18 .mask_aviao.anim3,
#historico ul.descricao li.ano19 .mask_aviao.anim3,
#historico ul.descricao li.ano20 .mask_aviao.anim3,
#historico ul.descricao li.ano21 .mask_aviao.anim3,
#historico ul.descricao li.ano22 .mask_aviao.anim3 {
	background-position: -284px -130px;
	z-index: 6;
}

#historico ul.descricao li.ano17 .mask_aviao.anim4,
#historico ul.descricao li.ano18 .mask_aviao.anim4,
#historico ul.descricao li.ano19 .mask_aviao.anim4,
#historico ul.descricao li.ano20 .mask_aviao.anim4,
#historico ul.descricao li.ano21 .mask_aviao.anim4,
#historico ul.descricao li.ano22 .mask_aviao.anim4 {
	background-position: 0 -217px;
	z-index: 7;
}

#historico ul.descricao li.ano17 .mask_aviao.anim5,
#historico ul.descricao li.ano18 .mask_aviao.anim5,
#historico ul.descricao li.ano19 .mask_aviao.anim5,
#historico ul.descricao li.ano20 .mask_aviao.anim5,
#historico ul.descricao li.ano21 .mask_aviao.anim5,
#historico ul.descricao li.ano22 .mask_aviao.anim5 {
	background-position: -142px -217px;
	z-index: 8;
}

#historico ul.descricao li.ano17 .mask_aviao.anim6,
#historico ul.descricao li.ano18 .mask_aviao.anim6,
#historico ul.descricao li.ano19 .mask_aviao.anim6,
#historico ul.descricao li.ano20 .mask_aviao.anim6,
#historico ul.descricao li.ano21 .mask_aviao.anim6,
#historico ul.descricao li.ano22 .mask_aviao.anim6 {
	background-position: -284px -217px;
	z-index: 9;
}

#historico ul.descricao li.ano17.ativo .mask_aviao.anim2,
#historico ul.descricao li.ano18.ativo .mask_aviao.anim2,
#historico ul.descricao li.ano19.ativo .mask_aviao.anim2,
#historico ul.descricao li.ano20.ativo .mask_aviao.anim2,
#historico ul.descricao li.ano21.ativo .mask_aviao.anim2,
#historico ul.descricao li.ano22.ativo .mask_aviao.anim2 {
	z-index: 5;
	-webkit-transition: width 0s ease 4s;
	-moz-transition: width 0s ease 4s;
	-ms-transition: width 0s ease 4s;
	-o-transition: width 0s ease 4s;
	transition: width 0s ease 4s;
}

#historico ul.descricao li.ano17.ativo .mask_aviao.anim3,
#historico ul.descricao li.ano18.ativo .mask_aviao.anim3,
#historico ul.descricao li.ano19.ativo .mask_aviao.anim3,
#historico ul.descricao li.ano20.ativo .mask_aviao.anim3,
#historico ul.descricao li.ano21.ativo .mask_aviao.anim3,
#historico ul.descricao li.ano22.ativo .mask_aviao.anim3 {
	z-index: 6;
	-webkit-transition: width 0s ease 4.05s;
	-moz-transition: width 0s ease 4.05s;
	-ms-transition: width 0s ease 4.05s;
	-o-transition: width 0s ease 4.05s;
	transition: width 0s ease 4.05s;
}

#historico ul.descricao li.ano17.ativo .mask_aviao.anim4,
#historico ul.descricao li.ano18.ativo .mask_aviao.anim4,
#historico ul.descricao li.ano19.ativo .mask_aviao.anim4,
#historico ul.descricao li.ano20.ativo .mask_aviao.anim4,
#historico ul.descricao li.ano21.ativo .mask_aviao.anim4,
#historico ul.descricao li.ano22.ativo .mask_aviao.anim4 {
	z-index: 7;
	-webkit-transition: width 0s ease 4.1s;
	-moz-transition: width 0s ease 4.1s;
	-ms-transition: width 0s ease 4.1s;
	-o-transition: width 0s ease 4.1s;
	transition: width 0s ease 4.1s;
}

#historico ul.descricao li.ano17.ativo .mask_aviao.anim5,
#historico ul.descricao li.ano18.ativo .mask_aviao.anim5,
#historico ul.descricao li.ano19.ativo .mask_aviao.anim5,
#historico ul.descricao li.ano20.ativo .mask_aviao.anim5,
#historico ul.descricao li.ano21.ativo .mask_aviao.anim5,
#historico ul.descricao li.ano22.ativo .mask_aviao.anim5 {
	z-index: 8;
	-webkit-transition: width 0s ease 4.15s;
	-moz-transition: width 0s ease 4.15s;
	-ms-transition: width 0s ease 4.15s;
	-o-transition: width 0s ease 4.15s;
	transition: width 0s ease 4.15s;
}

#historico ul.descricao li.ano17.ativo .mask_aviao.anim6,
#historico ul.descricao li.ano18.ativo .mask_aviao.anim6,
#historico ul.descricao li.ano19.ativo .mask_aviao.anim6,
#historico ul.descricao li.ano20.ativo .mask_aviao.anim6,
#historico ul.descricao li.ano21.ativo .mask_aviao.anim6,
#historico ul.descricao li.ano22.ativo .mask_aviao.anim6 {
	z-index: 9;
	-webkit-transition: width 0s ease 4.2s;
	-moz-transition: width 0s ease 4.2s;
	-ms-transition: width 0s ease 4.2s;
	-o-transition: width 0s ease 4.2s;
	transition: width 0s ease 4.2s;
}

/* BARRA */

#historico .barra {
	background-color: #F9c78b;
	bottom: 0;
	float: left;
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
}

#historico .barra.ativo {
	width: 100%;
	-webkit-transition: width 19.8s linear;
	-moz-transition: width 19.8s linear;
	-ms-transition: width 19.8s linear;
	-o-transition: width 19.8s linear;
	transition: width 19.8s linear;
}


@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin-rev {
	100% {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin-rev {
	100% {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}




/*  MEDIAS QUERIES */


@media all and (max-width: 1023px) {
	#historico {
		height: 550px;
	}

	#historico ul.descricao li {
		height: 472px;
	}

	#historico ul.descricao li .bl1 {
		height: 115px;
		width: 100%;
		margin: 0;
		padding-top: 15px;
		background-color: #fff;
		z-index: 2;
	}

	#historico ul.descricao li .bl2 {
		width: 620px;
		right: 50%;
		margin: 0 -310px 0 0;
		z-index: 1;
	}

	#historico ul.descricao li .bl1 dl {
		width: 25% !important;
		padding-left: 3.33%;
	}

	#historico ul.descricao li .bl1 dl:nth-child(3) {
		width: 40% !important;
	}

	#historico ul.descricao li .bl1 dt {
		padding: 5px 0 10px;
		text-align: left !important;
		height: 40px;
	}

	#historico ul.descricao li .bl1 dd {
		margin-left: 0 !important;
		float: left;
		clear: both;
	}

	#historico ul.descricao li .bl1 .legenda {
		margin: 0 !important;
	}

	#historico ul.descricao li.ano16 .mask_grafico {
		right: 230px !important;
	}


}






@media all and (min-width: 576px) and (max-width: 767px) {
	#historico {
		height: 456px;
	}

	#historico ul.descricao li {
		height: 378px;
	}

	#historico ul.anos li {
		font-size: 16px !important;
		width: 60px !important;
	}

	#historico ul.anos li,
	#historico ul.anos li.ativo {
		padding-top: 4px !important
	}

	#historico ul.descricao li .bl1 {
		width: 130%;
		margin-left: -15%;
		height: 75px;
	}

	#historico ul.descricao li .bl2 {
		height: 255px;
	}

	#historico ul.descricao li .bl1,
	#historico ul.descricao li .bl2 {
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-o-transform: scale(0.75);
		transform: scale(0.75);
	}

	#historico ul.descricao li .bl1 dt,
	#historico ul.descricao li .bl1 .legenda dt {
		font-size: 16px !important;
		letter-spacing: -0.7px !important;
	}

	#historico ul.descricao li.ano16 .mask_grafico {
		right: 230px !important;
	}

}

@media all and (min-width: 370px) and (max-width: 575px) {
	#historico {
		height: 375px;
	}

	#historico ul.descricao li {
		height: 297px;
	}

	#historico ul.anos li {
		font-size: 15px !important;
		width: 60px !important;
	}

	#historico ul.anos li,
	#historico ul.anos li.ativo {
		padding-top: 6px !important
	}

	#historico ul.descricao li .bl1 {
		width: 160%;
		margin-left: -30%;
		height: 30px;
	}

	#historico ul.descricao li .bl2 {
		height: 240px;
	}

	#historico ul.descricao li .bl1,
	#historico ul.descricao li .bl2 {
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}

	#historico ul.descricao li .bl1 dt,
	#historico ul.descricao li .bl1 .legenda dt {
		font-size: 19px !important;
		letter-spacing: -0.7px !important;
	}

	#historico ul.descricao li .txt {
		font-size: 19px !important;
		letter-spacing: -0.3px !important;
		line-height: 1.03em !important;
		padding-bottom: 15px !important;
	}


	#historico ul.descricao li.ano16 .mask_grafico {
		right: 230px !important;
	}

}

@media all and (max-width: 369px) {
	#historico {
		height: 303px;
	}

	#historico ul.descricao li {
		height: 225px;
	}

	#historico ul.anos li {
		font-size: 14px !important;
		width: 60px !important;
	}

	#historico ul.anos li,
	#historico ul.anos li.ativo {
		padding-top: 8px !important
	}

	#historico ul.descricao li .bl1 {
		width: 240%;
		margin-left: -70%;
		height: 15px;
	}

	#historico ul.descricao li .bl2 {
		height: 193px;
	}

	#historico ul.descricao li .bl1,
	#historico ul.descricao li .bl2 {
		-webkit-transform: scale(0.4);
		-moz-transform: scale(0.4);
		-ms-transform: scale(0.4);
		-o-transform: scale(0.4);
		transform: scale(0.4);
	}

	#historico ul.descricao li .bl1 dt,
	#historico ul.descricao li .bl1 .legenda dt {
		font-size: 19px !important;
		letter-spacing: -0.7px !important;
	}

	#historico ul.descricao li .txt {
		font-size: 19px !important;
		letter-spacing: -0.2px !important;
		line-height: 1.03em !important;
		padding-bottom: 15px !important;
	}
}

@media(max-width:767px) {
	#historico ul.descricao li.ano01.ativo .txt2 {
		top: 135px;
	}
}