* {
	box-sizing: border-box;
}

body {
	font-family: 'freightbook';
	color: #333333;
}

#estadao {
	background: url(../images/logo.png) no-repeat;
	width: 180px;
	height: 42px;
	display: block;
	text-indent: -9999999px;
	margin-top: 1rem;
	margin-left: 1rem;
	float: left;
}

.active {
	background: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

#barra {
	-webkit-box-shadow: 1px 5px 22px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 5px 22px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 5px 22px -10px rgba(0, 0, 0, 0.75);
	height: 70px;
	width: 100%;
	position: fixed;
	background: #FFFFFF;
	z-index: 2000;
}

#barra > .share-buttons-2 {
	float: right;
	margin-right: 2rem;
	margin-top: 1.2rem;
}

#barra  ul.share-buttons-2 li {
	display: inline;
	margin-right: 0.4rem;
}

#topo {
	width: 970px;
	padding-top: 4rem;
	margin: auto;
}

#topo h1 {
	font-family: 'estadofinebold';
	font-size: 5.5rem;
	margin-top: 3rem;
}

#topo h1:after {
	content: '';
	margin-top: 3rem;
	width: 100px;
	height: 8px;
	background-color: #0068AA;
	display: block;
}

#topo p {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #333;
	margin-top: 2rem;
	width: 80%;
	margin-bottom: 3rem;
}

#topo h1 span {
	color: #0068AA;
}

#conteudo {
	width: 970px;
	margin: auto;
	position: relative;
}

.content {
	position: relative;
	border-bottom: 1px solid #cccccc;
	padding-top: 3rem;
	height: 100%;
	float: left;
	padding-bottom: 3rem;
}

li:last-child .content {
	border-bottom: none;
	padding-bottom: 5rem;
}

.content > img {
	position: relative;
	float: left;
	border: 1px solid #DDDDDD;
}

.informacoes h2 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	letter-spacing: 0.1rem;
}

.informacoes {
	position: relative;
	float: left;
	width: 420px;
	margin-left: 30px;
}

.informacoes p {
	line-height: 1.8rem;
	font-size: 1.2rem;
}

#vinicius {
	display: none;
	background: url(../images/gif.gif);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2000;
	left: 0;
	top: 0;
}

.informacoes .data {
	color: #acacac;
	margin-top: -10px;
	margin-bottom: 1rem;
	font-style: italic;
	display: none;
}

.informacoes button {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 16px auto;
	border-radius: 3px;
	background-color: #E9E9E9;
	width: 150px;
	text-transform: uppercase;
	padding-top: .2rem;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #666;
	text-shadow: 0 1px white;
	box-shadow: inset 0 1px white, 0 1px gba(0, 0, 0, .05);
	background: linear-gradient(top, whiteSmoke, #DDD);
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	text-rendering: optimizeLegibility;
	cursor: pointer;
}

ul.share-buttons {
	list-style: none;
	padding: 0;
	margin-top: 1rem;
	display: none;
}

ul.share-buttons li {
	display: inline;
	margin-right: 0.4rem;
}

.informacoes button:hover {
	text-shadow: 0 1px rgba(0, 0, 0, 0.35);
	color: white;
	background: #c3c3c3;
	box-shadow: 0 1px rgba(255, 255, 255, 0.65), inset 0 1px rgba(0, 0, 0, 0.05);
	border-top-color: rgba(0, 0, 0, 0.3);
}


/* Responsive */

@media screen and (max-width: 600px) {
	#topo {
		width: 85%
	}
	#topo h1 {
		font-size: 2.8rem;
	}
	#topo p {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.content {
		width: 90%;
		height: auto;
	}
	.content > img {
		position: relative;
		max-width: 100%;
		height: auto;
		margin: auto;
	}
	#conteudo {
		width: 90%;
		margin: auto;
	}
	.informacoes {
		position: relative;
		width: 90%;
		margin-left: 0px;
	}
	.informacoes h2 {
		margin-top: 2rem;
	}
	.informacoes p {
		line-height: 1.8rem;
		font-size: 1rem;
	}
	ul.share-buttons {
		margin-bottom: 2rem;
	}

	#barra > .share-buttons-2 {
	    margin-right: 1rem;
	}

	#estadao {
	    width: 140px;
	    margin-left: 1rem;
	    background-size: 140px;
	}
	#topo h1 span {
	    line-height: 1.4;
	}
}
