body {
	margin: 0;
	/*background: #EEFCFF;*/
}

.topbar {
	position: absolute;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 1;
}

.main-section {}

.entry-section {
	width: 100%;
}

.entry-header {
	background: black;
	height: 100vh;
}

.box {
	border: 1px solid #CCCCCC;
	max-width: 650px;
	margin: auto;
	padding: 20px;
	margin-bottom: 5rem;
	background: #FFFFFF;
}

.capa {
	background: url("../img/background-header.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

@media (max-width: 720px) {
	.capa {
		background: url("../img/background-header_celular.jpg");
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
	}
}

.capa-a-chegada {
	background: url("../img/capitulo-2.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.capa-as-missoes {
	background: url("../img/capitulo-3.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.entry-header-content {
	position: absolute;
	left: 50%;
	top: 15%;
	transform: translate(-50%, -30%);
	width: 100%;
}

.entry-header-content_center {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -30%);
	width: 100%;
}

.entry-content {}

.inside {
	padding-top: 10rem;
}

.intro {
	height: 100vh;
	width: 100%;
	position: relative;
	background: #FFFFFF;
	margin-bottom: 10rem;
}

.intro>p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

p {
	width: 100%;
	max-width: 550px;
	margin: 0 auto 32px;
}

@media (max-width: 958px) {
	p {
		padding: 0 2rem;
	}
}

p:last-of-type {
	margin-bottom: 54px;
}

.row {
	width: 100%;
	max-width: 942px;
	margin: 0 auto;
}

.row p {
	margin-bottom: 32px;
}

.margin-note {
	width: 100%;
	max-width: 180px;
	float: left;
}

.entry-sub {
	float: right;
	width: 100%;
	max-width: 360px;
	margin-left: 16px;
}


/* */

@media (max-width: 958px) {
	.margin-note {
		float: right;
		margin: 0 0 16px 16px;
	}
}

@media (max-width: 720px) {
	.entry-sub {
		float: none;
		max-width: 550px;
		margin: 0 auto 32px;
	}
}


/* figure */

figure {
	margin: 0 auto;
}

figure img {
	width: 100%;
	vertical-align: bottom;
}

.extra-large-figure {
	max-width: 1440px;
}

.large-figure {
	max-width: 720px;
}

.medium-figure {
	max-width: 550px;
}

.small-figure {}

figcaption {
	/*margin-bottom: 32px;*/
	padding-top: 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	opacity: .54;
}

.extra-large-figure figcaption {
	padding: 4px 16px 0;
}


/* menu */

.mask {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
}

.mask.on {
	opacity: .5;
	pointer-events: auto;
}

.hamburger-button {
	position: fixed;
	top: 10px;
	right: 16px;
	width: 48px;
	height: 48px;
	border: none;
	font-size: 24px;
	color: white;
	z-index: 3;
	background: rgba(173, 109, 39, 0.4);
	display: -webkit-box;
	padding: 0;
}

.hamburger-button:hover {
	cursor: pointer;
}

.hamburger-button:focus {
	outline: 0;
}

.menu {
	position: fixed;
	top: 0;
	right: -240px;
	width: 240px;
	height: 100vh;
	background: #fff;
}

.menu.open {
	right: 0;
}

.transition {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}


/* porta-retratos */

.porta-retratos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 32px;
	padding-top: 16px;
	padding-bottom: 0;
	background-color: #f5f5f5;
}

.porta-retratos img {
	display: block;
	width: 100%;
	max-width: 48px;
	margin-right: 16px;
}

.arquivo-pessoal {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .54;
}


/* */

html[data-touch='true'] .frame-container {
	display: none;
}

.ampliar {
	max-width: 180px;
}

.margin-text {
	font-size: 14px;
	line-height: 1.5;
}

.assinatura {
	font-family: "freight-text-pro";
	/*	text-transform: uppercase;*/
	font-style: italic;
	font-weight: 900;
	margin: auto;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 6px;
	color: #333333;
}

.data {
	font-size: 15px;
	text-align: center;
	margin-bottom: 56px;
	opacity: .54;
}

.media-wrapper.media-video-wrapper {
	width: 100%;
	max-width: 720px;
	margin: 0 auto 32px;
	/*padding: 32px;*/
	/*background: #f5f5f5;*/
	/*margin-bottom: 56px;*/
}

.media-wrapper.media-video-wrapper .embed-container {
	box-shadow: 0 0 0 1px #eee;
}

.media-wrapper figcaption {
	padding-top: 16px;
	font-family: 'Flama';
	font-weight: 400;
}

@media ( max-width: 752px) {
	.media-wrapper figcaption {
		padding-right: 16px;
		padding-bottom: 16px;
		padding-left: 16px;
	}
}


/*
h1,
h1 {
text-shadow: 0 0 2px #fff;
}

.lead,
.lead {
text-shadow: 0 0 2px #fff;
}

.topbar i,
.topbar i {
text-shadow: 0 0 2px #fff;
}*/

html[data-page="a-travessia"] h1 {
	color: #fff;
	/*text-shadow: 0 0 2px #1F3142;*/
}


/*
html[data-page="a-travessia"] .lead {
	color: #fff;
	text-shadow: 0 0 2px #1F3142;
}
*/

html[data-page="a-travessia"] .topbar i {
	color: #fff;
	/*text-shadow: 0 0 2px #1F3142;*/
}

html[data-page="as-missoes"] .topbar i {
	color: #fff;
}

.leia_amanha {
	font-family: "flama";
	width: 250px;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.3rem;
	margin-top: 1px;
	text-transform: uppercase;
	color: rgba(50, 50, 50, 0.7);
}

@media (max-width: 480px) {
	.leia_amanha {
		margin-top: -3px;
		width:180px;
		line-height: 1.3rem;
		text-align: right;
	}
} 
