/* QUIZ STYLES */
/* Styles to prettify the quiz page */





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

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


#siteBar{
    
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
}


#topo{
    background: #EEEEEE;
    width: 100%;
    padding-top: 40px;
    margin-top: -2px;
   
}
.estadao{
    position: absolute;
    left:0;
    
}

.linha{
    width: 50px;
    position: absolute;
    border:2px solid #006392;
    top: -20px;
}   


.centralizar{
    margin: auto;
    width: 970px;
    position: relative;
}






body {
    margin: 0 auto;
    background: #fff;
    font-family: 'flamabook';
    font-size: 16px;
  
}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}

h1 {
    font-size:40px;
    color: #aaa;
    font-family: 'flamamedium';
    text-transform: uppercase;
}
h2 {
    font-size: 22px;
    margin: 15px 0;
}
h3 {
    font-size: 26px;
    margin: 15px 0 10px;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}
h6 {
    font-size: 12px;
    margin: 5px 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }

.button {
    float: left;
    width: auto;
    margin-top: 20px;
    padding: 5px 15px;
    color:#ffffff;
    background-color:#006392;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none;
}
.button:hover {
    background-color:#32a2c9;
}

.startQuiz {
    margin-top: 40px;
}

.tryAgain {
    margin: 20px 0;
}



.quizArea{
    line-height: 33px;
    font-family: 'flamabook';
    font-size: 18px;
    color: #666666;

}
/* clearfix */
.quizArea, .quizResults {
    
    margin-top:25px;
    

}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 25px;
    color: #CCCCCC;
    text-align: right;
    text-transform: uppercase
}
.questionCount span {
    font-weight: bold;
}

ol.questions {
    margin-top: 20px;
    margin-left: 20;
    border-bottom:1px dotted #CCCCCC;
}
ol.questions li {
    margin-left: 0;
 
}

ul.answers {
    margin-left: 50px;
    margin-bottom: 20px;
    line-height: 40px;
}

ul.responses li {
    margin: 0px 20px 20px;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
ul.responses li.correct p span {
    color: #6C9F2E;
}ul.responses li.incorrect p span {
    color: #B5121B;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: normal;
    font-style: italic;
}
.quizResultsCopy {
    clear: both;
    margin-top: 20px;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/* Aparecer a, b, c etc. antes dos checkboxes */
ol.questions .answers {
    padding-left: 0;
}
ol.questions .answers li {
    margin-left: auto;
    list-style-type: lower-alpha;
}

.quizDescription{
    margin-top: 30px;
    border-left:8px solid #EEEEEE;
    padding-left: 20px;
    font-size: 16px;
}
.quizResults{
    line-height: 30px;
    font-family: 'flamabook';
    font-size: 18px;
    color: #666666;
}
.quizResults h3{
    margin-bottom: 15px;
}
.quizScore{
    
    font-size: 40px;
}

#tempo img{
    
    vertical-align: top;

    
}

#tempo { 
    display: none;
    background: url('images/hora.png') no-repeat; 
    font-size: 30px;
    color: #aaaaaa;
    width: 140px;
    position: absolute;
    left: 410px;
    top:7px;
    border-left:1px solid #aaaaaa;
    padding-left: 30px;
}


/* ==========================================================================
   Redes Sociais
   ========================================================================== */

#shareBar{
    position: absolute;
    width: 120px;
    height: 40px;
    top: 3px;
    right: 0;
    z-index: 99999999;
} 
#shareBar a{
  display:block; float:left;
  text-decoration: none;
  width: 30px; height: 30px;
  margin-left: 10px;
  background: transparent url('https://infograficos.estadao.com.br/geral/img/social-icons-round.png') no-repeat center top;
}
#shareBar a span{
  display: block;
  text-decoration: none;
  text-align: center;
  color:#CCCCCC;
  font-size: 12px;
  font-weight: bold;
  margin-top: 40px;
}
#shareBar a#btFbShare{ background-position: -40px 0; margin-left: 0; }
#shareBar a#btFbShare:hover{ background-position: -40px -40px; }
#shareBar a#btGPlusShare{ background-position: -80px 0; }
#shareBar a#btGPlusShare:hover{ background-position: -80px -40px; }
#shareBar a#btTwitterShare{ background-position: 0 0; }
#shareBar a#btTwitterShare:hover{ background-position: 0 -40px; }
