@charset "utf-8";
/* CSS Document */

#interactiveContent{
	margin:0 auto;
	width:960px;
	height:500px;
	background: #fff;
}
#interactiveContainer{
	position: fixed;
	left:50%;
	top:50%;
	margin-left:-480px;
	margin-top:-280px;
	display:none;
	background: #fff;
	width:960px;
	height:560px;
	z-index:10000;
	overflow: hidden;
}

#interactiveContainer.fullscreen {
	position: absolute;
	width:100%;
	height:100%;
}

#preloader, #opening{
	text-align:center;
}

#preloader{
	position:absolute;
	display:none;
	background: #fff;
	width:100%;
	height:100%;
	z-index:10001;
}

#opening{
	width:960px;
	height:560px;
	border: 1px solid #fff;
	background: url("https://infograficos.estadao.com.br/public/especiais/papa/image/opening-s.jpg") no-repeat;
	margin:0;
}

#openButton{
	width:960px;
	height:560px;
	display:block;
	margin:0;
	color:#fff;
}

.openingTitle{
	width:960px;
	height:560px;
	clear:both;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	color:#ccc;
	font-weight:bold;
	bottom:0;
	text-shadow: 1px 1px rgba(50,50,50,0.2);
	padding: 5px 0;
}

.openingTitle span{
	font-size:50px;
	line-height:56px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
	font-weight:bold;
	display:block;
	clear:both;
	text-shadow: 2px 2px rgba(50,50,50,0.35);
}

