@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;
    background:#333333 url(../img/background.jpg)  no-repeat;
    background-size: 100%;
}
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;
}
a{
	text-decoration: none;
}

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

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

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



/*******************
Corpo do documento
*******************/
body{
	font-family: Helvetica, Arial, sans-serif;
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	overflow-x: hidden;
}
#boxFimMau, #boxFimBom{
    background: #333333;
    text-align: center;
    padding-top: 20px;
}
#contentHeader{
	width: 100%;
	padding-top: 30px;

	height: 100px;
}

#contentHeader img{
	margin-top: 24px; 
	height: 134px;
}

.contentWidth{
	position: absolute;
	width: 900px; height: 450px;
	left: 50%;
	margin-left: -450px;
	overflow:visible;
}

#questionMarker{
	width: 100%;
	height: 45px;

}

#questionMarker{
	font-size: 15px;
	line-height: 40px;
	color: #7b7b7b;
}

ul.questionNumbers{
	height: 40px;
    text-align: right;
    padding-left: 445px;
           
}
ul.questionNumbers li{
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #666666;
	margin-right: 5px;
   
 
}


ul.questionNumbers li span{
	color: #bbb;
	display:inline-block;
	width: 38px; height: 40px;
	padding-top:3px;



	
}
ul.questionNumbers li.current{
    background: #444444;
	color: #fff;
}
ul.questionNumbers li.current span{
	color: #fff;
}
ul.questionNumbers li.answered span{
	color: #7b7b7b;
}
ul.questionNumbers li.current span{
	color: #fff;
}

ul.questionNumbers li.signCorrect span, ul.questionNumbers li.signIncorrect span{
	border-bottom: 3px solid #C00;
}

ul.questionNumbers li.signCorrect span{
	border-bottom: 3px solid #44b87b;
}

.columLeft{
	width: 48%;

	float: left;
}

.alternativas_div{
    padding-left: 45px;
    
}

.columRight{
	position: relative;
	width: 48%;
	height: 390px;
	float: left;
}

.contentBody{
	position: absolute;
	display: none;
	margin: 10px 0;
	width: 900px;
	height: 390px;
    padding-top: 20px;
	padding-bottom: 40px;
	border-top: 1px solid #666666;
	/*
	-moz-box-shadow: 0px 0px 20px #c1c1c1;
	-webkit-box-shadow: 0px 0px 20px #c1c1c1;
	box-shadow: 0px 0px 20px #c1c1c1;
	*/
}

.contentBody.activecontentBody{
	display: block;
}

img.questionImg{
    
    border: 1px solid #666666;
}

a.resposta{
	display: block;
	height: 45px;
	padding-top: 10px;
	border-bottom: 1px dotted #c1c1c1;
	margin-bottom: 10px; 
}
a.resposta.last{
	margin-bottom: 33px; 
}
a.resposta .alternative{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #7b7b7b;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 10px;
	float: left;
}

a.resposta .alternativeText{
	font-size: 16px;
	line-height: 30px;
	color: #7b7b7b;
}

a.resposta:hover .alternative{
	background-color: #0a89a4;
}
a.resposta:hover .alternativeText{
	color: #0a89a4;
}

a.resposta.selected .alternative{
	background-color: #0a89a4;
}
a.resposta.selected .alternativeText{
	color: #0a89a4;
}

.contentBox{
	display: none;
	z-index: 10;
	position: absolute;
	margin-top: 45px;
	width: 900px;
	height: 310px;
	overflow: visible;
	/*
	-moz-box-shadow: 0px 0px 20px #c1c1c1;
	-webkit-box-shadow: 0px 0px 20px #c1c1c1;
	box-shadow: 0px 0px 20px #c1c1c1;
	*/
    border-top:1px solid #666666;

}

.contentBox.activeContentBox{
	display: block;
}


img.torcedorImg{
    margin-top: 40px;
    margin: auto;

}
#boxIncorrect{
    text-align: center;
    padding-top: 30px;
}
#boxCorrect{
    text-align: center;
    padding-top: 30px;
}
.resultNumber{
	position: absolute;
	font-size: 130px;
	line-height: 130px;
	color: #757575;
	margin: -350px 0 0 100px;
	width: 130px;
	text-align: center;
}

.text28{
	font-size: 28px;
	line-height: 36px;
	color: #757575;

}

.colorGreen{
	color: #0a89a4;
}

.colorRed{
	color: #bc0f3c;
}

.text21{
	font-size: 18px;
    padding-left: 40px;
	line-height: 30px;
	color: #7b7b7b;
	padding-bottom: 30px;
}

.text20{
	font-size: 17px;
	line-height:35px;
    padding-top: 30px;
    padding-left: 20px;
	color: #CCC;
	margin-bottom: 20px;
}

a.linkEstadao{
	color: #0a89a4;
	margin-top:10px;
    width: 140px;
	text-indent: 28px;
	background: transparent url('../img/icone-estadao.png') no-repeat 0 2px;
}

a.linkEstadao:hover{
	color: #0a89a4;
}

a.button{
	clear: both;
	display: block;
	height: 40px;
	
}


a.button:hover{
}

#iniciarQuiz{
    display: block;
    width: 200px;
    position: absolute
    margin-left: 20px;
}

.proximaQuestao{
	width: 210px;
    margin: auto;

}
.resultButton{
	width: 200px;
}

.confirmarResposta{
	display:block;
	position: absolute;
	bottom:0;
    margin-top: -20px;
    margin-left: -15px;
	width: 290px;
}

.refazerQuiz{
	width: 160px;
	margin-top: 5px;
    margin: auto;
}

.icon{
	display: block;
	width: 30px;
	height:30px;
	margin: 5px 10px 0 5px;
	background: transparent url('../img/icones.png') no-repeat;
	float: left;
}

.seta{
	background-position: -115px 0;
}

.ok{
	background-position: -160px 0;
}

.textbutton{
	line-height: 40px;
	color: #fff;
}

a.shareIcon{
	display: block;
	width: 30px;
	height:30px;
	margin: 0 10px 30px 0;
	background: transparent url('../img/icones.png') no-repeat;
	float: left;
}

#resultShare a.shareIcon{
	background: transparent url('../img/icones2.png') no-repeat;
}

a.iconTwitter, #resultShare a.iconTwitter{
	background-position: 0 0;
}

a.iconTwitter:hover, #resultShare a.iconTwitter:hover{
	background-position: 0 -40px;
}

a.iconFb, #resultShare a.iconFb{
	background-position: -40px 0;
}

a.iconFb:hover, #resultShare a.iconFb:hover{
	background-position: -40px -40px;
}

a.iconGplus, #resultShare a.iconGplus{
	background-position: -80px 0;
}

a.iconGplus:hover, #resultShare a.iconGplus:hover{
	background-position: -80px -40px;
}

.shareText{
	position: relative;
	float:left;
	margin-right: 10px;
	display: block;
}

#resultShare{
	position: relative;
	float:left;
	display: block;
	clear: right;
	overflow:hidden;
}


/* iFrame de redes sociais */
#shareBar{
	margin-top: 24px;
	width: 120px;
	float:right;
	/*background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
}
#shareBar a{
	display:block; float:left;
	text-decoration: none;
	width: 30px; height: 30px;
	margin-left: 10px;
	background: transparent url('../img/icones.png') no-repeat center top;
}
#shareBar a span{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 32px;
}

#shareBar a#btFbShare, #resultShare a#btFbShare1{ background-position: -40px 0; }
#shareBar a#btFbShare:hover, #resultShare a#btFbShare1:hover{ background-position: -40px -40px; }
#shareBar a#btGPlusShare, #resultShare a#btGPlusShare1{ background-position: -80px 0; }
#shareBar a#btGPlusShare:hover, #resultShare a#btGPlusShare1:hover{ background-position: -80px -40px; }
#shareBar a#btTwitterShare, #resultShare  a#btTwitterShare1{ background-position: 0 0; }
#shareBar a#btTwitterShare:hover, #resultShare a#btTwitterShare1:hover{ background-position: 0 -40px; }

/* iFrame com a barra do Estadão */
#siteBar{
	background: #fff;
	width:100%;
	height:30px;
	left: 0px;
	position:fixed;
	top: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);
}