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

ul, ol {
	margin: 0 auto;
	padding: 2rem 2rem 2rem 2rem;
	font-size: 2.2rem;
	line-height: 1.5;
	position: relative;
	font-family: 'flamabook';
}

.item {
	font-size: 2.2rem;
	line-height: 1.5;
	font-family: 'flamabook';
	background: #000;
}
.item strong {
	display: block;
	font-family: 'flamabold';
}

strong {
	font-family: 'flamabold';
}
/* CONTEÚDO */

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

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

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

#conteudo article.info-box {
	width: calc(100% - 48px);
	height: 500px;
	max-width: 660px;
	background: #eee;
	margin: 4rem auto;
	padding: 2rem 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: 'flamabold';
	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: #606a70;
}

/* CAPITULAR */

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

/* OLHO */

.olho {
	text-align: center;
	max-width: 360px !important;
	font-family: "flamabook",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: 'flamabold';
	font-size: 4rem;
	text-align: center;
	padding: 6rem 3rem;
	margin-top: 6rem;
	color: #000;
	border-top: 1px solid #eaeaea;
	color: #606a70;
	background: #fff;
}

.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;
	font-style: italic;
	line-height: 1.4;
	letter-spacing: 0.01rem;
}

.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;
}
a.texto-original {
    text-align: center;
    font-size: 1.4rem;
    color: #222;
    padding: 1rem 0;
    border-bottom: 1px solid black;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
      	-ms-transform: translateX(-50%);
    		transform: translateX(-50%);
    border-bottom: 1px solid #D0D0D0;
}

a.texto-original i {
    opacity: 0.25;
}

a.texto-original:hover i {
    margin-left: 10px;
    opacity: 1;
}

    
#conteudo #atores p {
    font-size: 2.0rem;
}

#diogo {
	position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: #fff;
    font-family: 'flamamedium';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}