p {
	max-width: 660px;
	margin: 0 auto;
	padding: 2rem 2rem 2rem 2rem;
	font-size: 2.2rem;
	line-height: 1.5;
	position: relative;
	font-family: 'freightbook';
}

/* CONTEÚDO */

#conteudo {
	padding: 5.8rem 0 0 0;
    overflow-x: hidden;
}

#conteudo p img {
	max-width: 100%;
}

#conteudo > article {
	border-top: 1px solid #eee;
	padding: 8rem 0;
}

#conteudo article.info-box {
	width: calc(100% - 48px);
	height: 500px;
	max-width: 660px;
	background: #eee;
	margin: 4rem auto;
	padding: 4rem 4rem;
	overflow: hidden;
	overflow-y: scroll;
}

#conteudo p.linhaAbre {
	font-family: 'flamabook', sans-serif;
	text-transform: uppercase;
	text-align: center;
	max-width: 600px;
}

#conteudo p.abre-last {
	margin-bottom: 8rem;
}

#conteudo .destaque {
	font-weight: bold;
	font-family: 'flama';
	color: #606a70;
}

#conteudo p.swipe {
	font-family: 'flamamedium';
	font-size:1.4rem;
	opacity: 0.33;
	text-align: center;
	padding: 0 2rem 1rem;
}

#conteudo p.swipe img {
	width: 2.0rem;
	clear:both;
	float:none;
	margin: 0 1rem;
}

@media screen and (max-width: 1025px) {
	#conteudo article.info-box {
		padding: 4rem 0rem;
		height: auto;
	}
}

/* NÚMERO */

.abreNumero {
	font-family: 'estadoheadlineregular';
  	font-size: 4rem;
  	text-align: center;
    color: #606a70;
}

/* CAPITULAR */

.capitular:first-letter {
	font-size: 29px;
	float: left;
	line-height: 0.8;
	margin: 6px 6px 0 0;
	font-family: "estadoheadlinebold",sans-serif; 
	color: #fff;
    background-color: #606a70;
	padding: 1.4rem;
}

/* OLHO */

.olho {
	text-align: center;
	max-width: 360px !important;
	font-family: "lint-mccree",sans-serif !important;
	text-transform: uppercase;
	margin: 0 auto !important;
	color: #606a70;
}
.olho::after {
	content: '';
	margin: 0 auto;
	margin-top: 1em;
	width: 100px;
	height: 3px;
	background-color: #606a70;
	display: block;
}

.olho::before {
	content: '';
	margin: 0 auto;
	margin-bottom: 1em;
	width: 100px;
	height: 3px;
	background-color: #606a70;
	display: block;
}

/* BOTÃO DE PRÓXIMO CAPÍTULO */

.proximoCapitulo {
	font-family: 'estadoheadlineregular';
	font-size: 4rem;
	text-align: center;
	padding: 6rem 3rem;
	margin-top: 6rem;
	color: #000;
	border-top: 1px solid #eaeaea;
	color: #606a70;
}

.proximoCapitulo:hover {
	cursor: pointer;
	background:#f6f6f6;
}

.proximoCapitulo span {
	display: block;
	font-size: 2rem;
	margin-top: 2rem;
}

/* LEGENDAS */

figure {
	margin: 0 auto;
    text-align: center;
    margin-top: 112px;
}

figcaption {
	margin-top: 2rem;
	opacity: 0.8;
	border-left: 4px solid #eaeaea;
	padding-left: 2.3rem;
	padding-right: 2.3rem;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.01rem;
	font-family: 'flamabook';
    font-style: normal;    
    text-align: left;
}

.imagem-grande {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	padding: 2rem 2rem;
}

.imagem-alinhada {
	margin: 0 auto;
	width: 100%;
	max-width: 660px;
	padding: 2rem;
}

.imagem-alinhada img {
	max-width: 100%;
}

section.infografico {
    background: #f5f5f5;
    margin: 6rem auto;
    padding: 6rem 0rem 8rem;
    -webkit-box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    position: relative;
    font-family: 'flamabook';
}

section.infografico p {
    font-family: 'flamabook';
    color: #606a70;
}

section.infografico span.explicacao, .info-box p span.explicacao {
    font-weight: bold;
    font-family: 'flamamedium';
    color: #606a70;
    font-size: 1.4rem;
    text-transform: uppercase;
    display:block;
}

section.infografico .destaque {
    display:block;
    margin-bottom: 1.4rem;
}

a.inline {
    display: inline-block;
    color: #cec19f;
    font-weight: bold;
    border-bottom: 2px solid #cec19f;
}

a.inline:hover {
    color: #9F8B56;
    border-bottom: 2px solid #9F8B56;
}

.timeline {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    padding: 2rem;
}

#analise {
    background: #f5f5f5;
    margin: 6rem auto;
    padding: 6rem 0rem 8rem;
    -webkit-box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    position: relative;
    font-family: 'flamabook';
}

.info-box blockquote:before {
    top: 68px;
}

blockquote {
    font-family: 'freightbookitalic';
    font-size: 22px;
    font-style: italic;
    max-width: 500px;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    margin: auto;
}

blockquote.big {
    font-family: 'estadoheadlinebold';
    font-size: 32px;
    font-style: normal;
    max-width: 500px;
    padding: 0.25em 40px;
    line-height: 1.2;
    position: relative;
    color: #383838;
    margin: 8rem auto;
    color: #555;
}

blockquote, q {
    quotes: none;
}

blockquote.big:before {
    left: -20px;
}

blockquote.big img {
    border-radius: 50%;
    background-clip: padding-box;
}

blockquote:before {
    font-family: 'estadofineregular';
    display: block;
    content: "\201C";
    font-size: 120px;
    position: absolute;
    left: 10px;
    top: 48px;
    color: #cec19f;
    font-style: initial;
    line-height: 0.2rem;
}

blockquote h3 {
    text-align: left;
    font-style: initial;
}

blockquote h5 {
    font-size: 22px;
    font-style: italic;
    max-width: 500px;
    line-height: 1.45;
    color: #383838;
    font-weight: initial;
    font-family: 'Estado Headline';
}

blockquote p {
    font-style: initial;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 6px;
    font-family: 'flamabold';
    color: #cec19f;
}

p.autor, table#creditos td:last-child {
	text-align:center;
	font-style: italic;
	font-size: 2.2rem;
	font-family: 'estadoheadlineitalic';
	opacity: 0.5;
}

table#creditos td:last-child {
	text-align:left;
}

@media (max-width: 480px) {
	#conteudo article.info-box {
	    width: 100%;
	}
}

img.img-abre {    
    max-width: 960px;
}

#header-paginas figure {
    max-width: 960px;
}

#timeline {
    margin: auto;
    padding-top: 25px;
    margin-top: 25px;
    background: #FFF;
    width: 970px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
}

@media all and (max-width: 640px) {
	#logoTop {
	    width: 120px !important;
	}
	#logoTop span {
	    display: none;
	}
}

