/* 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;
    padding-bottom: 90px;
    margin-top: -2px;
    position: relative;
   
}
.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;
    position: absolute;
    font-family: 'flamamedium';
    text-transform: uppercase;
}
h2 {
    font-size: 22px;
    margin: 40px 0;
    text-transform: uppercase;
    font-family: 'flamamedium';
    color: #333;
    width: 100%;
    max-width: 728px;
    margin: 40px auto;
}
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: relative;
    width: 110px;
    height: 40px;
    right: 0;
    z-index: 99999999;
    clear: both;
    float: right;
} 
#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; }

.navegacao {
    padding:40px 0;
    margin:0;
    -webkit-box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
    box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
}


#OAS_Position1 {
    max-width: 970px;
    margin: 0 auto;
    text-align:center;
    height:90px;
    clear:both;
    background: #EEEEEE;
    overflow: hidden;
}

.agrupa {
    padding: 20px 0;
}

.col700 {
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
}



/* NOVO */

a.botao {
    text-decoration: none;
    color: #666;
    border: 2px solid #ccc;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
}

a.botao:hover {
    border: 2px solid #006392;
    background: #006392;
    color: #fff;
}

.linha-fina {
    margin: 20px 0 40px;
    font-size: 18px;
    line-height: 1.5;
    color:#999;
}

select {
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset; */
    /*-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset; */
    /* box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset; */
    background: #fff;
    color: #888;
    border: 2px solid #ccc;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 72px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 51px;
    text-indent: 15px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:72px}
}

label {
    position:relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
label:after {
    content: '<>';
    font: 20px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 12px;
    padding: 0 12px 10px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}
/*
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
*/
#questoes {
    padding:20px 0;
    text-align: center;
}

#questoes a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #666;
    padding: 10px 10px;
    text-transform: uppercase;
    display: inline-block;
    background: #eee;
    font-family: 'flamamedium';
}

#questoes a:first-child {
    margin-right: 20px;
}

#questoes a:hover, #questoes a.atual {
    background: #006392;
    color: #fff;
}

.st-accordion ul li > a {
    text-shadow: 1px 1px 1px #fff;
    font-size: 20px;
    display: block;
    position: relative;
    line-height: 100px;
    outline: none;
    text-decoration: none;
    color: #006392;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.st-accordion ul li > a span {
    opacity: 1 !important;
    right: 10px !important;
}

.centralizar {
    width: 90%;
    max-width:970px;
    margin: 0 auto;
}

.flight {
    font-family: 'flamabook';
}

h1.quizName span:before {
    content: '|';
}

.mobileBar {
    display:none;
    width: 100%;
    height: 30px;
    background: #4d4d4f;
    text-align: center;
}

.mobileBar img {
    margin-top: 2px;
    opacity:1;
}

.mobileBar img:hover {
    opacity:0.5;
}

.enunciado {
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
}

.enunciado p {
    line-height: 1.2;
    margin-bottom: 20px;
}


@media all and (max-width: 900px) {
    #siteBar {
        display:none;
    }
    .mobileBar {
        display: block;
    }
}



@media all and (max-width: 550px) {
    h1.quizName {
        font-size: 30px;
    }
    h1.quizName span {
        clear:both;
        display:block;
    }
    h1.quizName span:before {
        display:none;
    }
}




