@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;
}


/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*font-family: Arial, sans-serif;*/
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
	font-size: 100%;
	/*font-family: Arial, sans-serif;*/
	font-family: 'flamabook', Arial, sans-serif;
	color: #787878;
	background-color: white;
	margin:0;
	padding:0;
	margin-top:0px;
	width: 100%;
}

body, html {
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
	list-style-type: none;
}

ul, li { 
	margin: 0; padding: 0;
}

p {
	font-size: 15px;
}

.centered{
	margin: 0 auto;
}


.topTitle{
	/*font-family:'flamamedium';*/
	max-width: 960px;
	color: #000;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 5px;
	clear: both;
	max-width: 980px;
	/*background: #f2f2f2;*/
	padding: 40px 20px 32px 20px;
	text-align: left;
	position: relative;
	margin: 0 auto;
}
.opening{
	font-size: 15px;
	text-align: left;
	/*max-width: 960px;*/
	max-width: 980px;
	padding: 0 20px;
}


#topMenu{
	display:block;
	max-width: 960px;
	overflow: hidden;
	z-index: 100;
	margin: 30px auto 0 auto;
}

@media all and (min-width: 980px) { /* se for menor */
	#topMenu li{
		font-size: 15px;
		height: 51px;
		float:left; margin-right: 3px;
	}
}
#topMenu li a{
	background: #F2F2F2;
	/*padding: 14px 24px;*/
	padding: 14px 10px;
	height: 48px;
	text-transform:uppercase;
	display: block;
	border-radius: 10px 10px 0 0;
	background-clip: padding-box;
}

#topMenu li a:hover{
	background: #F8F8F8;
}

#topMenu li a.active{
	background: #68CAD8;
	color: #fff;
	height: 52px;
	/*font-family: 'flamamedium';*/
}

#topMenu li:last-child{
	margin-right:0;
}

#contentHolder{
	background: #68CAD8;
	height: 100%;
	/* height: 510px; */
	padding: 30px 0;
}

.contentBlock{
	max-width: 960px;
	/*height: 610px;*/
	overflow: hidden;
	margin: 0 auto;
}

.qRow{
	width: 9600px;
}

.qText{
	float: left;
	max-width: 960px;
	/* display:none; */
}

.qText:nth-child(1){
	float: left;
	display: block;
}


h3.qTitle{
	color: #fff;
	display:block;
	margin: 5px 0 45px 0;
	font-size: 28px;
}

.leftBlock{
	max-width: 450px; height: 420px;
	float:left; position: relative;
	overflow: visible;
	margin-right: 30px;
	
}

.rightBlock{
	max-width: 480px; 
	/*height: 420px;*/
	overflow: visible;
	/*float:left;*/
	float:right;
	position: relative;
	background-color: #fff;
	padding: 20px 0;
}

.rightBlock a {
	color: #68CAD8;	
}

#q1 .leftBlock img, #q2 .leftBlock img{
	/*position: absolute;*/
	display: block;
	margin-top: 24px;
}

#q2 .rightBlock { 
	margin-top: -65px;
	height: 480px;
}

.rightBlock p{
	margin: 20px 50px;
	line-height: 26px;
}

p.inverted{
	margin: -8px 0 10px 0;
	color: #fff;
}

p#creditos {
	background: #f4f4f4;
	margin: 0;
	text-align: center;
	padding: 10px;
	font-size: 12px;
}

p#creditos span {
	opacity: 0.4;
}


/* iFrame com a barra do Estadão */
#header {
    position:relative; 
    /*background: rgba(255,255,255,0.9);*/
    /*min-width: 970px;*/
    top: 0;
    width: 100%; 
    height: 34px; 
    z-index: 10;
}

#siteBar, #mobileBar {
  background: #4d4d4f;
  width:100%;
  height:34px;
  left: 0px;
  position:absolute;
  top:0;
  z-index:101;
  text-align:center;
}

#siteBar {
  min-width:970px;
}

#mobileBar {
  display:none;
  min-width:100%; 
}

#mobileBar a {
  display:block;
  width: 121px;
  height: 25px;
  margin: 3px auto 0;
  background: url('../img/logo_estadao.png') no-repeat center center;
}

#mobileBar a:hover {
  opacity: 0.7;
}

.leftBlock img {
	max-width: 100% !important;
}

/*
#siteBar{
	background: #fff;
	width:100%;
	height:30px;
	left: 0px;
	z-index:1000000;
	text-align:center;
	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);
	overflow: hidden;
}
*/
/* Redes sociais */
#shareBar{
	width: 120px; height: 40px;
	margin:0px -10px 0 0;
	float: right;
	z-index: 1001;
	position: absolute;
	right: 20px; top:46px;
}
#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: #999;
	font-size: 11px;
	margin-top: 22px;
}

#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; }

@media all and (max-width: 979px) { /* se for menor */
    #siteBarWrap {
      display:none;
    }
    #mobileBar {
      display:block;
    }
    #topMenu li {
		font-size: 15px;
		height: 40px;
		margin-bottom:5px;
		width: auto;
		display: inline-block;
		clear: both;
		font-size: 13px;
	}
	.topTitle {
		/*padding-right: 180px;
		line-height:28px;*/
		width: 100%;
    }
    #q2 .leftBlock img {
    	padding-bottom: 50px;
    }
	#topMenu li a{
		border-radius: 10px;
		padding: 10px;
		height: 40px;
	}
	
	#topMenu li a.active{
		height: 40px;
	}

	#topMenu {
		text-align: center;
		margin: 30px auto;
		padding: 0 30px;
	}

	#contentHolder{
		height: auto;
	}
	
	.contentBlock{
		height: auto;
		overflow: hidden;
	}
		
	.qRow{
		/*padding: 0 10px;*/
		height: auto;
	}
	.qText{
		float: left;
		padding: 0 20px;
		max-width: 100%;
	}
	#shareBar{
		text-align:center;
		margin:0px -10px 0 -60px;
		float: none; clear: both;
		position: relative;
		right: 0px; top:10px;
		left: 50%;
		top: 20px;
	}
	.rightBlock {
		/*clear: both;
		float: left;*/
	}

	.leftBlock {
		max-width: 45%;
		width: 45%;
	}

	.rightBlock {
		max-width: 45%;
		width: 45%;
		padding: 0;
		font-size: 14px;
	}
	.rightBlock p {
		margin: 20px 20px;
		line-height: 1.5;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
}

@media all and (max-width: 639px) { /* se for menor */
	.rightBlock {
		clear: both;
		float: left;
	}

	.leftBlock {
		max-width: 100%;
		width: 100%;
		height: auto;
		margin-bottom:20px;
	}
	.leftBlock img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.rightBlock {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}

	#q3 .leftBlock p {
		text-align: center;
	}
	.rightBlock p {
		margin: 20px 20px;
		line-height: 1.5;
	}
}