body {
	margin: 0
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.impressao-3d{

	max-width: 750px;
	margin: auto;
	color: #FFFFFF;
	background: #333333;
	padding: 5rem 5rem 2rem 5rem;
	margin-bottom: 6rem;
	text-align: center;
	display: flex;

}

.impressao-3d > .preview {
	width:40%;
}

.impressao-3d > .information-3d{
	width: 60%;
}

.impressao-3d > .information-3d > p {
	color: #FFFFFF;
	margin-bottom: 2rem;
}
.impressao-3d > .information-3d > h3 {
	font-weight: 800 ;
	color: #FFFFFF;
	text-align: left;
	font-size: 3rem;
}

.impressao-3d > .information-3d > button {
	color: #333333;
	font: normal normal 700 2rem "Flama Semicondensed";
	text-transform: uppercase;
	text-align: left;
	background: #ffcb05;
	padding: 1rem 2rem;
}



.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*variaveis*/

:root {
	--texto: 2.1rem;
	--entrelinha: 2.7rem;
	--cor_texto: rgba(50, 50, 50, 0.9);
	--cor_primaria: #ffcb05;
	--cor_secundaria: rgba(69, 131, 255, 0.3);
	--width: 85%;
	--max_width: 550px;
}


/*estilos*/

.assinatura {
	font: italic normal 400 2.1rem/var(--entrelinha) "freight-text-pro";
	text-align: center;
	color: var(--cor_texto);
	padding-top: 8rem;
}

.capitular_2 {
	float: left;
	font: normal normal 900 55px/51px "Flama Semicondensed";
	color: var(--cor_texto);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	padding: 0px 3.5px 0px 0px;
}

.capitular_4 {
	float: left;
	font: normal normal 900 129px/101px "Flama Semicondensed";
	color: var(--cor_texto);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	padding: 0px 5.5px 0px 0px;
}

p {
	width: var(--width);
	max-width: var(--max_width);
	margin-left: auto;
	margin-right: auto;
	font: var(--texto)/var(--entrelinha) "freight-text-pro";
	color: var(--cor_texto);
	margin-bottom: var(--entrelinha);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.boxe {
	font: normal normal 500 1.85rem/var(--entrelinha) "flama";
	text-align: left;
	color: rgba(50, 50, 50, 0.9);
	letter-spacing: -0.02rem;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

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

.main-section {}

.entry-section {
	width: 100%;
}

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




.capa {

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

.white-assinatura{
	color: #FFFFFF;
}

#video-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
	background-size: cover;
}

/*
.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: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1000;
}

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

.entry-content{

}
.inside {

}

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

.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: 2000000;
	background: rgba(0, 0, 0, 0.7);
	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;
	z-index: 10000;
	background: #000000;
	border-left: 1px solid #333333;
}

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

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




.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* Canvas container */

.container-map {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
}





.inside {
    padding-top: 0rem;
}

.background-white{
	width:100%;
	background: #FFFFFF;
	padding:1rem 0rem;
}
.background-white-2{
	width:100%;
	background: #FFFFFF;
	padding:1rem 0rem;
	border-bottom: 1px solid #CCCCCC;
}


.title-up{
	font-size: 1.6rem;
	color: #CCCCCC;
}
.text-intro{
		color:#FFCB0B;
		font-size: 3rem;
		padding: 0;
		margin-top:-2rem;
}

.title-down{
	display: block;
	padding: 0;
	text-transform: uppercase;
	font-size: 3.4rem;

}

.intro {
	font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 2em;
	position: relative;
	z-index: 1000;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 150vh;
	margin: 0 0 3em;
	padding: 3em;
	text-align: center;
	color: #fff;
	background: #181922;
}

.intro blockquote {
	max-width: 800px;
	margin: 0 auto;
}

.intro em {
	font-size: 1.5em;
}

.intro span {
	display: block;
	padding: 1em 0;
	color: #464b4b;
}




/* Story */

.text {
	position: relative;
	z-index: 1000;
	background:#FFFFFF;
	border-right: 1px solid #CCCCCC;
	max-width: 50vw;
	font-size: 1.5rem;
	padding: 2rem;
	padding-bottom: 50rem;
	z-index: 3;
}

.text section {
	font-size: 1.25em;
	line-height: 1.7;

}


.text figure {
	margin: 1em 0 2em;
}

.text figure img {
	max-width: 100%;
}

.text figcaption {
	font-size: 0.85em;
	font-style: italic;
	padding: 1em 1.5em 0;
	text-align: center;
	color: #5f646c;
}


.title-up{
	display: block;
}

.text blockquote {
	font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 2em;
	line-height: 1.5;
	position: relative;
	text-align: left;
	color: #939997;
}

.text blockquote::before {
	content: '\201C';
	font-size: 2.5em;
	font-style: italic;
	line-height: 1;
	position: absolute;
	top: -0.15em;
	right: 100%;
	margin: 0 0.075em 0 0;
	color: #f0f3f3;
}

.text blockquote span {
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.5em;
	white-space: nowrap;
	color: #cbcece;
}

.js-section {

}

.js-gallery {
	padding-top: 50px;
	padding-bottom: 50px;
}

.js-gallery-content {
	font-size: 0;
	text-align: center;
}

.js-gallery-content img {
	max-width: 100%;
	margin: 10px 0;
}

@media(max-width: 720px) {
	.header-title {
		font-size: 1.5em;
	}
	.intro {
		font-size: 1.25em;
		height: auto;
		padding: 1em;
	}
	.text {
		font-size: 0.85em;
		padding: 2em;
		text-align: justify;
	}
	.text section h2 {
		font-size: 1.85em;
	}
	.text blockquote {
		font-size: 1.45em;
	}
	.js-section {
		width: 100%;
		max-width: none;
	}
}




@media screen and (max-width: 800px) {

	.container-map {
		display: none;
	}

	.text {
		position: relative;
		z-index: 1000;
		background:#FFFFFF;
		border-right: 1px solid #CCCCCC;
		max-width: 100vw;
		font-size: 1.5rem;
		padding: 2rem;
		padding-bottom: 50rem;
		z-index: 3;
	}
}


.imprimir {
	text-align: center;
	margin-top: 2rem;

}

.imprimir a{
	font-family: "flama";
	font-weight: 700;
	/* font-size: calc (var(--texto) / 10); */
	font-size: 19px;
	color: var(--cor_texto);
	text-decoration: none;
	box-shadow: inset 0 -2px 0 var(--cor_secundaria);
	-webkit-box-shadow: inset 0 -2px 0 var(--cor_secundaria);

}
