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

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body, html {
  position: relative;
}

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

img {
  max-width: 100%;
}

ul {
	list-style-type: none;
}

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

p {
	font-size: 14px; 
	line-height:1.3em;
}

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

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

}

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

}

@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;
}
/*
@font-face {
    font-family: 'flamablack';
    src: url('../fonts/flama-black-webfont.eot');
    src: url('../fonts/flama-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flama-black-webfont.woff') format('woff'),
         url('../fonts/flama-black-webfont.ttf') format('truetype'),
         url('../fonts/flama-black-webfont.svg#flamablack') format('svg');
    font-weight: normal;
    font-style: normal;
}*/



b {
	font-family: 'flamamedium';
}


body {
	font-size: 14px;
	font-family: 'flamabook', sans-serif;
	color: #4d4d4f;
	margin:0; padding:0;
	background: #000;
	display:none;
	
	overflow-x: hidden;
	overflow-y: scroll;
 	-webkit-overflow-scrolling: touch;
}

#preloadImg {
	min-height: 100%;
	min-width: 1360px;
	
	width: 100%;
	height: auto;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index:0;
}

@media screen and (max-width: 1360px) {
  #preloadImg {
    left: 50%;
    margin-left: -680px;   /* 50% */
  }
}


#container{
	position: relative;
	width: 100%; height: 100%;
	z-index: 100;
	/*background: url("../img/bottom-gradient.png") repeat-x bottom center;*/
}

section {
	position: fixed;
	top:0;
	width: 100%; height: 100%;
}

section#home{
	text-align: center;
	top:0;
	background: url("../img/bottom-gradient.png") repeat-x bottom center;
	z-index:2;
}

section#home h1{
	width: 100%;
	display: block;
	height:22%; min-height: 100px;
	text-indent: -10000px;
	color: #000;
	text-align:center;
	background: transparent url("../img/selo-140.png") no-repeat center bottom;
}
section#home h1.v2{
	width: 96px;
	margin: 10 auto;
	display: block;
	height: 90px;
	text-indent: -10000px;
	color: #000;
	background: #fff url("../img/selo-140-bloco-p.png") no-repeat center bottom;
}

section#home h2{
	font-family: 'freightdispblackregular';/*'freightdispboldregular';*/
	font-size: 4em;
	line-height: 1em;
	margin: 30px 0 30px 0;
	color: #fff;
	min-height:40px;
	/*text-transform:uppercase;*/
	text-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}

section#home div.middleSpace{
	width: 60px;
	height: 40px;
	text-align:center;
	display:inline;
	margin: 0 4px;
}
section#home div.middleSpace span.alt1, section#home div.middleSpace span.alt2{
	width:60px; height: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.alt2{
	/* font-family: 'freightdispboldregular'; */
	
	display:none;
	margin-left:-63px;
}

section#home .homeText{
	margin: 10px auto;
	/*display:none;*/
}
section#home p{
	font-size: 1.7em; /* 1.4 */
	line-height: 1.5em;
	color: #fff;
	text-align:center;
	/*letter-spacing: 0.03em;*/
	text-transform:none;
	/*text-shadow: 0px 0px 24px rgba(0,0,0,0.8);*/
	margin: 0 auto;
	width: 90%; max-width: 720px;
	/*display:none;*/
	opacity: 0.8;
}
section#home p#homeVideos{
	max-width: 940px;
	width: 100%;
}
#homeVideos span.videoRow{
	min-width: 381px;
	overflow:hidden;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
}
#homeVideos a.videoButton{
	display:block; float: left;
	font-size:12px;
	width:120px; overflow:visible;
	line-height: 1.2em;
	margin: 0 9px 9px 0;
}
#homeVideos a.last{
	margin-right: 0;
}
#homeVideos a img{
	width:100%;
	border: 2px solid #fff;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
}
#homeVideos a.videoButton span{
	font-family:"flamamedium";
	font-size:10px;
	line-height:1.2em;
	width:100%;
	height:auto;
	margin-top: 4px;
	text-transform:uppercase;
}

/* triggers */
#scrollTriggers{
	position: relative;
	width: 100%;
	z-index:0;
}

#scrollTriggers div{
	position: relative;
	width: 100%; height: 650px;
	/*border-top: 1px solid #777;*/
}

.overlay {
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	text-align: center;
	display: none;
	z-index: 999;
}
.overlay .videoOverlay {
	position: absolute;
	display:block;
	width:100%;
	height:100%;
	z-index:999;
}

.overlay .btClose {
	width:36px; height:36px;
	position: absolute;
	z-index:1000;
	right:25px; top:25px;
	background: #fff url('../img/close.png') no-repeat center;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

#textMore{
	height: 80px; width: 100%;
	position: absolute;
	bottom:0; right:0;
	z-index:100;
	padding-top:30px;
	font-size: 1.2em;
	text-transform:uppercase;
	text-align:center;
}
#textMore a{
	display:block;
	width:100%;
	height:30px;
	z-index:100;
}
#textGo{
	display:inline-block;
	clear:both;
	font-family: 'flamamedium';
	font-size: 0.7em;
	color: #fff; /* #006392; */
	text-transform:uppercase;
	text-align:center;
	margin-top:5px;
	padding: 2px 10px;
	border: 2px solid #fff;
	
	-webkit-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}

#textGo:hover{
	background: rgba(0, 99, 146, 0.5);
}


/* iFrame com a barra do Estadão */
#siteBar, #siteBarMobile{
	width:100%;
	height:30px; left: 0px; top: 0;
	z-index:900;
	text-align:center;
	border-top: 1px solid #d6d6d6;
	-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;
	position: fixed; display:block;
	background: #006392;
}
#siteBarMobile{
	display:none;
}
#siteBarMobile a {
	background: url(https://www.estadao.com.br/estadao/img/logos/logo-barra.png) 0 0 no-repeat;
	display: inline-block;
	width: 95px;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
	vertical-align: middle;
}

/* Redes sociais */
#shareBar{
	display:block;
	width: 114px; height: 40px;
	/*margin-left: 50%;
	left: -57px;	top:55px;*/
	margin: 5px auto 10px auto;
	/*z-index: 10;
	position: absolute;*/

}
#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: #dedede;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 26px;
}

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

/*Banners */
#OAS_Position1{
	width:100%; 
	max-width: 970px;
	background-color: transparent;
	/*background: rgba(255,255,255,0.3);*/
	margin: 40px auto 10px auto;
	position: relative;
	text-align: center;
	padding:0;
	z-index:899;
}
#smallBanner{
	width: 160px; height: 50px;
	margin-left:50%;
	position: fixed;
	bottom: 55px; left: -80px;
	z-index:899;
}

@media all and (max-width: 940px), (max-height: 480px) {
	section#home h1{
		height: 16%; min-height: 90px;
	}
	section#home h2{
		font-size: 2.6em;
		margin: 15px 0 15px 0;
	}
	section#home div.middleSpace{
		width: 35px;
		height: 40px;
		margin: 0 2px;
	}
	section#home div.middleSpace span{
		width:35px; height: 40px;
	}
	.alt2{
		margin-left:-40px;
	}
	section#home p{
		font-size: 1em;
		line-height: 1.4em;
		width: 87%;
	}
	section#home p#homeVideos{
		width: 100%;
	}

	#siteBar{
		display:none;
	}
	#siteBarMobile{
		display:block;
	}
	
	.overlay .videoOverlay {
		width:100%;
		height:100%;
		overflow: hidden;
	}
	#homeVideos span.videoRow{
		min-width:290px;
		line-height: 1em;
	}
	#homeVideos a.videoButton{
		width:90px;
		line-height: 1em;
	}
}