* {
	outline: none;
}

html {
	font-size: 62.5%;
}

html,
body {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-overflow-scrolling: touch;
}

a {
	display: block;
}


/* HEADER */

.link-especial {
	margin: auto;
	padding: 3rem;
	max-width: 650px;
	color: #714E46;
	background: #F3E4E0;
	font-family: 'flamabook';
	font-size: 2rem;
	text-align: center;
}

.player-agile {
	position: relative;
	padding-bottom: calc(56.25% + 31px);
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.player-agile iframe,
.player-agile object,
.player-agile embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.share-capa {
	position: relative;
}

.time-line-2 {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

#header {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
	background: url(../img/header-capa.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*
	background-size: cover;
	background-color: rgba(0,0,0,0);
	background-image: url(../img/fake-header.jpg);
	*/
}

#header-paginas {
	width: 100%;
	height: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header-1 {
	background: url(../img/capas/capa-capitulo1.jpg) no-repeat center center;
}

.header-2 {
	background: url(../img/capas/capa-capitulo2.jpg) no-repeat center center;
}

.header-3 {
	background: url(../img/capas/capa-capitulo3.jpg) no-repeat center center;
}

.header-4 {
	background: url(../img/capas/capa-capitulo4.jpg) no-repeat center center;
}

.header-5 {
	background: url(../img/capas/capa-capitulo5.jpg) no-repeat center center;
}

.header-6 {
	background: url(../img/capas/capa-capitulo6.jpg) no-repeat center center;
}

.header-7 {
	background: url(../img/capas/capa-capitulo7.jpg) no-repeat center center;
}

.header-8 {
	background: #eeeeee;
}

@media screen and (max-width: 700px) {
	#header {
		background-attachment: scroll;
	}
}


/* barra no topo */

#abrirMenu {
	position: fixed;
	right: 1.2rem;
	line-height: 56px;
	margin-left: 1rem;
	font-size: 3rem;
	height: 45px;
	text-transform: uppercase;
	opacity: 1;
	color: #694F47;
}

#abrirMenu:hover {
	opacity: 0.6;
	cursor: pointer;
}


/* deixa a navegação escondida no início */

#nav {
	display: none;
}


/* classes para ajustes */

.display {
	display: block !important;
}

.inativo {
	display: none;
}

.ativo {
	opacity: 1 !important;
	/*display: block !important;*/
}


/* ajuste scroll mobile */

.setaWrap {
	right: 0 !important;
	padding: 0 !important;
	-webkit-transform: none !important;
	transform: none !important;
	overflow: hidden !important;
	top: 0 !important;
	pointer-events: none;
}


/* troca o ícone do menu no clique */

.troca:before {
	content: "\f00d" !important;
}

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

.scrollDown {
	position: absolute;
	text-align: center;
	top: 70%;
	left: 18%;
	text-transform: uppercase;
	margin: 1.8rem;
	font-family: 'flamamedium';
	font-size: 20px;
	color: #333333;
	width: 140px;
}

.scrollDown i {
	font-size: 32px;
	display: block;
	margin-top: 1.4rem;
}




@media all and (max-width: 760px) {
	.hideOnMobile {
		display: none !important;
	}
}


/* galerias */

.vbox-overlay .vbox-title {
	top: auto;
	bottom: 1px;
	height: auto;
	background: transparent;
	color: #f9f9f4;
	font-family: 'flamabook';
	font-size: 14px;
	line-height: 20px;
}

.vbox-title span {
	font-family: 'flamabold';
	font-size: 1.2rem;
	text-transform: uppercase;
	display: block;
	opacity: .5;
}

.owl-nav {
	color: #fff;
	font-size: 2.2rem;
	text-shadow: 0px 0px 5px #000;
}

.owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-left: 1rem;
}

.owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	margin-right: 1rem;
}


/* ajuste menu */

.itemInfo h3 {
	padding: 0;
	font-size: 1.8rem;
	text-transform: uppercase;
	line-height: initial;
}

.itemInfo h2 {
	color: #3F3128;
	font-family: 'estadoheadlineregular';
}


/* ajuste navegação */

.nav-growpop span {
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: initial;
	font-family: 'flamamedium';
	color: #ccc;
}

.nav-growpop h4 {
	color: #3F3128;
	font-family: 'estadoheadlineregular';
	font-size: 2.8rem;
	text-transform: initial;
	font-weight: 300;
}


/* botão de próximo capítulo */

.proximoCapitulo {
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: initial;
	font-family: 'flamamedium';
	color: #ccc;
}

.proximoCapitulo span {
	color: #3F3128;
	font-family: 'estadoheadlineregular';
	font-size: 3.2rem;
	text-transform: initial;
	font-weight: 300;
	margin-top: .5rem;
}

/* ajustes finais - especial euclides */

#abrirMenu {
	z-index: 3;
}

.link-especial:hover {
	opacity: .5;
}

#logoTop {
    width: 60%;
    font-size: 6rem;
    line-height: 56px;
    height: 53px;
    margin-top: 3px;
}

#header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

#introducao {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
	align-items: center;
    -webkit-align-items: center;
    margin-left: 4rem;
}

.linhaFinaAbertura {
    margin-top: 4rem;
}

#botao-seta {
    margin-top: 4rem;
    padding: 1.6rem 6rem;
    border: 1px solid #ccc;
    color: #694f47;
    background-color: #fafafa;
}

#botao-seta:hover {
	opacity: .5;
}

.share-capa {
    margin-top: 4rem;
    color: #694f47;
}

.share-capa i {
	margin: 0 1rem;
}

.share-capa i span {
	font-size: 1rem;
	display: none;
}

@media screen and (max-height: 760px) {
	h1 {
		font-size: 20rem;
	    line-height: 9rem;
	    max-width: 380px;
	}
	h1 span {
		font-size: 3rem;
	}
}

@media screen and (max-height: 660px) {
	.linhaFinaAbertura {
		margin-top: 2rem;
	}
	#botao-seta {
		margin-top: 2rem;
	}
	.share-capa {
		margin-top: 2rem;
	}
}

@media screen and (max-height: 568px) {
	h1 {
	    font-size: 10rem;
        line-height: 4rem;
    	word-spacing: 1rem;
	    max-width: 160px;
	}
	.linhaFinaAbertura {
		margin-top: 1rem;
		font-size: 1.8rem;
	}
	#botao-seta {
		margin-top: 1rem;
	}
	.share-capa {
		margin-top: 1rem;
	}
	h1 span {
	    line-height: 3rem;
        font-size: 2rem;
	}
	#botao-seta {
	    padding: 1.3rem 6rem;
	}
	a .fa {
		font-size: 1.4rem;
	}
}


@media screen and (max-width: 960px) {
	.nav-growpop {
		display: none;
	}
}

@media screen and (max-width: 620px) {
	#introducao {
		margin-left: 0;
	}
	#header {
		justify-content: center;
		-webkit-justify-content: center;
	}
	h1 {
		font-size: 20rem;
	    line-height: 9rem;
	    max-width: 380px;
	}
	h1 span {
		font-size: 3rem;
	}

}

@media screen and (max-width: 480px) {
	.linhaFinaAbertura {
		padding: 0 2rem;
	}
	h1 {
	    font-size: 16rem;
    	line-height: 6rem;
    	max-width: 310px;
	}
	h2 {
		font-size: 5rem;
	}
	h3 {
		font-size: 3rem;
	}
	.h2fix {
		font-size: 3rem;
	}
}

@media screen and (max-width: 320px) {
	h1 {
	    font-size: 10rem;
        line-height: 4rem;
    	word-spacing: 1rem;
	    max-width: 160px;
	}
	h1 span {
	    font-size: 2rem;
	}
	.linhaFinaAbertura {
	    font-size: 1.8rem;
	}
}

































