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: 520px;
	max-width: 660px;
	background: #f3eeea;
	margin: 4rem auto;
	padding: 2rem 4rem;
	overflow: hidden;
	overflow-y: scroll;
	border-top-width: 2px;
	border-top-color: #bc9c7d;
}

#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: 0rem 0rem;
		height: auto;
	}
}

/* NÚMERO */

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

/* ASSINATURA */
.assinatura {
	font-family:'estadoheadlineitalic', serif;
  	font-size: 2.2rem;
  	text-align: center;
	border-bottom: 1px dotted #adadad;
	margin-bottom: 10px;
	width: 190px;
}


/* 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: #604b46;
	padding: 1.4rem;
}

/* OLHO */

.olho {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.5;
	max-width: 550px !important;
	font-family: 'freightBlack' !important;
	margin: 0 auto !important;
	color: black;
}
.olho::after {
	content: '';
	margin: 0 auto;
	margin-top: 1em;
	width: 80px;
	height: 1px;
	background-color: #606a70;
	opacity: 0.7;
	display: block;
}

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

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

.proximoCapitulo {
	font-family: 'estadoheadlineregular';
	font-size: 4rem;
	text-align: center;
	padding: 2rem 0rem;
	color: #000;
	border-top: 1px solid #eaeaea;
	color: #8a592b;
}

.proximoCapitulo:hover {
	cursor: pointer;
	color: #604b46;
}

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

/* LEGENDAS */

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

figcaption {
	margin-top: 0.5rem;
	margin-bottom: 2rem;
	opacity: 0.7;
	border-left: 4px solid #eaeaea;
	padding-left: 2.3rem;
	padding-right: 2.3rem;
	font-size: 1.7rem;
	font-family: 'Flamabook', sans-serif;
	line-height: 1.4;
	text-align: left;
}

.figcredit {
	opacity: 0.5;
	font-size: 1.1rem;
	font-family: 'Flamabold', sans-serif;
	letter-spacing: 0.01rem;
}

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

.imagem-alinhada {
	margin-top: 1rem;
	width: 100%;
	max-width: 660px;
}