@charset "UTF-8";

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
hr{
	border:none; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************
Fonts
*******************/
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'estadoheadline-bold';
	src:url('../fonts/EstadoHeadline-Bold.eot');
	src:url('../fonts/EstadoHeadline-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EstadoHeadline-Bold.woff') format('woff'),
		url('../fonts/EstadoHeadline-Bold.ttf') format('truetype'),
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'estadoheadline-regular';
	src:url('../fonts/EstadoHeadline-regular.eot');
	src:url('../fonts/EstadoHeadline-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EstadoHeadline-regular.woff') format('woff'),
		url('../fonts/EstadoHeadline-regular.ttf') format('truetype'),
}



/*******************
Corpo do documento
*******************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-ms-touch-action: none;
}

body{
	font-family: 'estadoheadline-regular';
	font-size: 1.3em;
	font-weight:300;
	line-height: 1.7em;
	background: #322e2f;
	color: #a6a6a6;
}

#wrapper.scrollable{
	width: 100%; 
	position: absolute;
	/*overflow: hidden;*/
	top: 0px;
	bottom: 0px;
	left: 0;
	height: 100%;
}

/*
b, strong {
	font-family: 'estadoheadline-bold';
}*/
#contentContainer{
	position: relative;
	height: auto;
	max-width: 940px;
	padding: 0 10px;
	margin: 20px auto;
}

h3.subtitle{
	font-family: 'estadoheadline-regular';
	font-size: 2em;
	line-height: 2.5em;
	color:#fff;
}

#infoNav{
	position: absolute;
	right: 0; top:0;
	width:30px;
	height: 100%;
	z-index:100000000;
}

#infoNavContainer{
	position: relative;
	height:330px;
	width:24px;
	top: 50%;
	margin-top:-165px;
	
}

#infoNavContainer a{
	display: block;
	width:30px; height: 24px;
	margin-bottom: 10px;
	background: transparent url('../img/nav-ball.png') no-repeat center -24px;
}
#infoNavContainer a:hover, #infoNavContainer a.active{
	background-position: top center;
}

#info{
	position: relative;
	max-width:940px;
	margin: 20px 0;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
}
#infoContent{
	position: absolute;
	/*width: 100%;*/
	z-index:0;
	overflow:hidden;
	margin: 0;
	left: 50%;
}

#infoPreloader{
	width: 100%;
	height: 100%;
	border-radius:6px;
	-webkit-border-radius: 6px;
	position: fixed; top:0; left: 0;
	z-index:10000000000;
	padding-top:11px;
	text-align: center;
	background: #322e2c url('../img/loading.gif') no-repeat center center;
}

#bg{
	z-index:0;
	position: relative;
	top:0;
	width:100%;
	overflow: hidden;
	text-align:right;
}
#bg img#bgImg1{
	position: absolute;
	left:0px;
	z-index:1;
}
#bg img#bgImg2{
	position: absolute;
	left:-30px;
	z-index:0;
}

#contentContainer p{
	margin: 0 0 20px 0;
	font-weight:300;
}

/* steps */

.step{
	position: absolute;
	overflow:visible;
	top:0; left:0;
	z-index:2;
	text-align:right;
}
.step img.bgWidth{
	position: absolute;
	z-index:3;
	left:-30px;
}
.step .sideText{
	position: absolute;
	text-align: left;
	width: 32%;
	top: 28%; left: 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	line-height:1.3em;
	font-weight:normal;
}
.step .sideText span.title{
	display: block;
	clear:both;
	margin-bottom: 0.8em;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff; 
}
.step .sideText b{
	color: #fff;
}
.step .sideText a.popLink{
	color: #fff;
	background-color:#961d23;
	padding: 0px 5px;
	text-decoration:none;
}
.step .sideText a.popLink.disabled{
	background-color: transparent;
	padding: 0px;
}
.step .sideText abs{
	float:left;
}
.popText{
	position: absolute;
	text-align:left;
	width: 34%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:1.2em;
	font-weight:normal;
	color: #fff;
	padding: 10px;
	background: #961d23;
	top: 40%; left: 0%;
	z-index:6;
	display:block;
	float:left;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	z-index:10;
}
.stepsHolder{
	position: relative;
	width:100%;
	height:100%;
	padding: 10px;
	background: #fff;
}

#step1 { z-index: 3 }
#step2 { z-index: 6 }

#step1-0 { top: 21%; z-index: 4 }
#step2-0 { top: 22%; z-index: 7 }
#step3-0 { top: 43%; z-index: 4 }
#step4-0 { top: 63%; z-index: 4 }
#step5-0 { top: 21%; z-index: 4 }
#step6-0 { top: 21%; z-index: 4 }
#step7-0 { top: 21%; z-index: 4 }
#step8-0 { top: 21%; z-index: 4 }
#step9-0 { top: 21%; z-index: 4 }
#step10-0 { top: 21%; z-index: 4 }
#step11-0 { top: 21%; z-index: 4 }


/* triggers */
.trigger{
	position: absolute;
	width:100%;
	height:799px;
}
#triggers{
	position: absolute;
	width: 1px;
}
#trigger1{ top:-300px;}
#trigger2{ top:200px;}
#trigger3{ top:700px;}
#trigger4{ top:1200px;}
#trigger5{ top:1700px;}
#trigger6{ top:2200px;}
#trigger7{ top:2700px;}
#trigger8{ top:3200px;}
#trigger9{ top:3700px;}
#trigger10{ top:4200px;}
#trigger11{ top:4700px;}
/*
#trigger1{ top:-600px;}
#trigger2{ top:200px;}
#trigger3{ top:1000px;}
#trigger4{ top:1800px;}
#trigger5{ top:2600px;}
#trigger6{ top:3400px;}
#trigger7{ top:4200px;}
#trigger8{ top:5000px;}
#trigger9{ top:5800px;}
#trigger10{ top:6600px;}
#trigger11{ top:7400px;}
*/



/* iFrame de redes sociais */
#loadSocial{
	width:300px;
	height:250px;
	z-index:1000000;
	overflow:visible;
	position: absolute;
	left:5px; top:50px;
}

/* iFrame com a barra do Estadão */
#siteBar{
	background: #fff;
	width:100%;
	height:28px;
	left: 0px;
	position:fixed;
	top:0;/* se quiser a barra embaixo troque por bottom:0; */
	z-index:1000000;
	text-align:center;
	border-top: 1px solid #d6d6d6;
	min-width:960px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}

#scrollTip{
	width: 100%; height: 60px;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	z-index:20;
}
#scrollTip img{
	width: 100%;
}

@media (max-width: 650px) {
	.step .sideText {
		font-size: 1.1em;
		line-height: 1.2em;
		width: 100%; left: 0; top: auto;
		padding: 12px 6.5% 10% 6.5%;
		background: rgba(35,35,35,0.75);
		color: #b1b1b1;
		bottom:0;
		z-index:9;
	}
	#step1-0 { top: auto; z-index: 4 }
	#step2-0 { top: auto; z-index: 6 }
	#step3-0 { top: auto; z-index: 4 }
	#step4-0 { top: auto; z-index: 4 }
	#step5-0 { top: auto; z-index: 4 }
	#step6-0 { top: auto; z-index: 4 }
	#step7-0 { top: auto; z-index: 4 }
	#step8-0 { top: auto; z-index: 4 }
	#step9-0 { top: auto; z-index: 4 }
	#step10-0 { top: auto; z-index: 4 }
	#step11-0 { top: auto; z-index: 4 }
	
	.popText{
		top: auto;
		bottom: 40%;
		font-size:1.1em;
	}
	/*
	#step1-0 { bottom: 0; }
	#step2-0 { top: 33%; }
	#step3-0 { top:30%; }
	#step4-0 { top: 30%; }*/
}

@media (max-height: 820px) {
	.step .sideText {
		font-size: 1.1em;
		line-height: 1.2em;
		width: 100%; left: 0; top: auto;
		padding: 12px 6.5% 10% 6.5%;
		background: rgba(35,35,35,0.75);
		color: #b1b1b1;
		bottom:0;
		z-index:9;
	}
	#step1-0 { top: auto; z-index: 4 }
	#step2-0 { top: auto; z-index: 6 }
	#step3-0 { top: auto; z-index: 4 }
	#step4-0 { top: auto; z-index: 4 }
	#step5-0 { top: auto; z-index: 4 }
	#step6-0 { top: auto; z-index: 4 }
	#step7-0 { top: auto; z-index: 4 }
	#step8-0 { top: auto; z-index: 4 }
	#step9-0 { top: auto; z-index: 4 }
	#step10-0 { top: auto; z-index: 4 }
	#step11-0 { top: auto; z-index: 4 }
	
	.popText{
		top: auto;
		bottom: 40%;
		font-size:1.1em;
	}
	/*#step1-0 {
		font-size: 1.6em;
		line-height: 1.2em;
		width: 87%; left: 0; top: auto;
		padding: 12px 6.5%;
		background: rgba(35,35,35,0.8);
		border-top: 1px solid #000;
		color: #b1b1b1;
	}
	
	#step1-0 { bottom: 0; }
	#step2-0 { top: 33%; }
	#step3-0 { top:30%; }
	#step4-0 { top: 30%; }
	*/
}
/*
@media (max-width: 350px) {
	.step{
		font-size: 0.7em;
		line-height: 1em;
	}
}

@media (max-height: 450px) {
	.step{
		font-size: 0.7em;
		line-height: 1em;
	}
}*/
