@charset "UTF-8";

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfonts.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfonts.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfonts.svg#roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Light-webfont.eot');
    src: url('../fonts/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Light-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Light-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Light-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab Bold';
    src: url('../fonts/RobotoSlab-Regular-webfont.eot');
    src: url('../fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 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;
}


/*******************
Corpo do documento
*******************/
body{
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* 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);
}


#stage{
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index: 0;
}

#main{
	height: 21000px;
	width:100%;
	z-index: 0;
}

#opening{
	width:940px;
	height:355px;
	margin-left:-470px;
	color: rgb(255, 228, 64);
	font-family:"Roboto Slab Bold";
	font-size:60px;
	line-height: 68px;
	z-index: 999;
	overflow:hidden;
	background:#444;
	position: absolute;
	top:0;
	left:50%;
}
#opening div{
	float:left;
	width:330px;
	margin-left: 30px;
	margin-top:30px;
}

#opening img{
	display:block;
	width:555px;
	float:right;
}

#opening img.desca{
	width: 86px;
	float: left;
	margin-top: 35px;
}

#bgImage{
	width: 940px;
	height:100%;
	margin-left:-470px;
	margin-top: 0;
	left: 50%;
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index:1;
	text-align:center;
	/*display:none;*/
}
#bgImage img{
	margin-top:-30px;
	width:100%;
	z-index:1;
}

.timelinePoint{
	font-family:"Roboto Slab";
	width:600px;
	height:600px;
	margin-left:-300px;
	margin-top: -300px;
	left: 50%;
	top: 60%;
	text-align:center;
	position: absolute;
	z-index:10;
}
.year{
	font-family:"Roboto Slab Bold";
	font-size: 20px;
	color: #E5ECF2;
	margin-bottom:10px;
}

.title{
	font-family:"Roboto Slab Bold";
	font-size: 30px;
	line-height:40px;
	color: rgb(255, 228, 64);
	padding: 10px 0px 15px 0px;
	display:inline-block;
	clear:both;
	border-top: 2px solid #E5ECF2;
}

.title span{
	font-family:"Roboto Slab Bold";
	font-size: 30px;
	color: rgb(255, 228, 64);
	padding: 15px 0px 25px 0px;
	display:inline;
	clear:both;
}

.image img{
	width: 500px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
	/*margin-top:20px;*/
}
.text{
	font-family:"Roboto", sans-serif;
	margin-top: 20px;
	font-size:18px;
	line-height: 25px;
	color:#FFFFCF;
}

.text b{
	color:#FF6;
}

