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';
	color: #333;
}

/* CONTEÚDO */

.video_1{

	background: url(../img/LCandisani9_jaguatirica.jpg) no-repeat center center fixed;
}

#video-player{

	width: 100%;
	height: 400px;


}


#video-player .content{

	width: 70%;
	margin: auto;
	position: relative;

}
#video-player .content h4{
	width: 50%;
		margin: 0;
	text-align: left;
	font-size: 4rem;
	color: white;
	position: absolute;
	right: 0;
	top: 6rem;

}

#video-player .content p{
	color: white;
	width: 50%;
	position: absolute;
	right: 0;
	top: 18rem;
	padding: 0;


}





#conteudo {
	padding: 4rem 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: 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: '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: #446D18;
}

/* CAPITULAR */

.capitular:first-letter {
    font-size: 5rem;
    float: left;
    line-height: 0.7;
    margin: 12px 18px 0 0;
    font-family: "estadoheadlinebold",sans-serif;
    color: #3C5034;
    padding: 20px;
    border: 2px solid #3c5034
}

/* 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: 'estadoheadlinebold';
    font-size: 4rem;
    text-align: center;
    padding: 6rem 3rem;
    margin-top: 6rem;
    color: #000;
    border-top: 2px solid #eaeaea;
    color: #333;
}

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

.proximoCapitulo span {
    display: block;
    margin-top: 2rem;
    font-family: 'flamabook';
    text-transform: uppercase;
    font-size: 1.6rem;
}

/* LEGENDAS */

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

figcaption {
    opacity: 0.8;
    border-bottom: 2px solid #ccc;
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: 'flamabook';
    text-align: left;
    padding: 1rem 0 2rem 0;
    color: #999;
}

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