@import "../fonts/font.css";
* {font-family: 'Highway Gothic Expanded';}

@media (min-width: 1200px){
	.container {
	    width: 1340px;
	    max-width: 100%;
	}
}

body {
	background: #e9e9e9 url(../img/maior/nuvem3.png) no-repeat center bottom;
	margin: 0;
}

figure {margin: 0; position: relative; display: inline-block;}
.middle figure {display: block;}
img {max-width: 100%;}

.offset-lg-2 h2 {max-width: 565px; margin: 40px auto; padding: 0 12px; text-align: left; letter-spacing: 1px;}

p {font-size: 18px; line-height: 2.2; margin: 0;}
p.carambaia {font-size: 13px; letter-spacing: 5px; line-height: 2.3; margin: 0 0 20px; text-align: center; color: #3d3e3e;}
p.carambaia img {
	display: block;
	margin: 0 auto 10px;
}
p.notebook {background: url(../img/lines.png) repeat left top; padding-top: 3px; text-align: left; letter-spacing: 2.7px; font-size: 19px; line-height: 2.1; max-width: 535px; margin: 0 auto;}
header span{font-size: 10px; display: block; margin: 30px auto 60px; text-align: center;}

body > header {
	background-image:
	linear-gradient(
		#f1f1f1, #e9e9e9
	);
	position: relative;
	padding-top: 40px;
}
body > header:before {
	background: url(../img/maior/nuvem1bom.png) no-repeat center top;
	content: "";
	position: absolute;
	left: 0;
	top: 128px;
	width: 100%;
	height: 100%;
}

.video-holder {
	max-width: 100%;
	overflow: hidden;
	padding-top: 30px;
	position: relative;
	padding-bottom: 56.25%;
	/* ensuring 16:9 aspect ratio; 
	use 75% for a 4:3 ratio */
}
.video-holder img,
.video-holder iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: opacity linear .2s;
}
.video-holder iframe {opacity: 0;}
.video-holder img {z-index: 2; height: auto; max-width: none !important; margin-top: 3px;}
.video-holder.active img {display: none;}
.video-holder.active iframe {opacity: 1;}

main {
	background: url(../img/maior/nuvem2.png) no-repeat center center;
}
main h2 {
	text-transform: uppercase;
	margin: 0;
}
article {margin-bottom: 100px;}

#videos .col-12 h3,
article h3 {text-transform: uppercase; font-size: 10px; margin: 0; position: relative; display: inline-block;}

#videos .col-12 h3:after,
article h3:after {
	content: "";
	width: 2px;
	height: 9px;
	background: url(../img/traco.png) no-repeat center center;
	position: absolute;
	left: 100%;
	bottom: -20px;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform: rotate(90deg);
	-moz-transform-origin: left top;
	-ms-transform: rotate(90deg);
	-ms-transform-origin: left top;
	-o-transform: rotate(90deg);
	-o-transform-origin: left top;
	transform: rotate(90deg);
	transform-origin: left top;
}
article p {font-size: 14px; line-height: 1.8;}

article.middle .col-lg-4 > div > p,
article > div > p {position: relative; padding: 0; text-align: justify;}
article.middle .col-lg-4 > div > p:before,
article.middle .col-lg-4 > div > p:after,
article > div > p:before,
article > div > p:after {
	display: none;
	content: "";
	position: absolute;
	width: 18px;
	height: 12px;
}
article.middle .col-lg-4 > div > p:before,
article > div > p:before {background: url(../img/quotesUP.png); top: 0; left: 0;}
article.middle .col-lg-4 > div > p:after,
article > div > p:after {background: url(../img/quotesDOWN.png); bottom: 0; right: 0;}

article footer p {}
article footer p strong {display: block;}

article.common {}
article.common header {text-align: right; position: relative;}

article.middle {}

h1 {
	display: block;
	margin: 20px 0 50px;
	padding: 0;
	background: url(../img/maior/logo.png) no-repeat center center;
	width: 100%;
	height: 482px;
	background-size: auto 100%;
	position: relative;
	z-index: 2;
}
h1 span {visibility: hidden; position: relative; left: -1000px;}
h2 {font-size: 28px; text-align: center; margin: 40px 0; /*font-weight: bold;*/}

#detentos,
#resenhas {
	position: relative;
	margin-top: 60px;
	padding: 180px 0 0;
}
#detentos {margin-top: 110px;}
#detentos:before,
#resenhas:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/maior/arame-cima.png) no-repeat center top;
}

body > footer {
	position: relative;
	margin-top: 60px;
	padding: 260px 0 90px;
}
body > footer:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/maior/arame.png) no-repeat center top;
}
body > footer center {
	position: relative;
	z-index: 2;
}

.animate-this {opacity: 0; transition: opacity linear .2s;}
.animate-this.animated {opacity: 1;}

.play-video {
	position: absolute;
	bottom: -30px;
	left: 0;
	color: #000;
	font-weight: bold;
	padding-left: 20px;
}
.play-video:before {
	content: "";
	position: absolute;
	background: url(../img/ico_play.png) no-repeat center center;
	width: 10px;
	height: 13px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all linear .2s;
}
.play-video:hover {color: #000; text-decoration: none;}
.play-video:hover:before {left: 10px;}

.featherlight .featherlight-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	max-height: 100%;
}
.featherlight iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

#resenhas .pdfs .col-12 {
	font-size: 0;
	justify-content: space-between;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#resenhas .pdfs .col-12.text-center {justify-content: center;}
#resenhas .pdfs .col-12 > p,
#resenhas .pdfs .col-12 > div {display: inline-flex; margin: 0 10px;}
#resenhas .pdfs .col-12 > p {margin: 0;}
#resenhas .pdfs .col-12 a {display: inline-block; margin: 0 15px 0 0; max-width: 230px;}
#resenhas .pdfs .col-12.text-right a {margin: 0 0 0 15px;}

article .col-lg-6 {margin-top: 8%;}
article.common .col-lg-4 {margin-left: -13%;}
article:not(.common) .col-lg-4 {margin-right: -13%; z-index: 2;}

.evento p {
	line-height: 1.2;
	font-size: 18px;
	max-width: 800px;
	display: block;
	margin: 0 auto 60px;
	text-align: left;
	letter-spacing: 1px;
}
.evento p span {
	margin: 0;
	display: inline;
	font-size: 23px;
}

@media (max-width: 1199px){
	#resenhas .pdfs .col-12 > p, #resenhas .pdfs .col-12 > div {margin: 5px 0; text-align: center; justify-content: center; flex: 0 0 100%;}
	article.common .col-lg-4 {margin: -8% 0 0 -25%;}
}
@media (min-width: 992px){
	.container {
	    padding: 0 70px;
	}
	.row {
		margin-right: -70px;
		margin-left: -70px;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
	    padding-right: 70px;
	    padding-left: 70px;
	}
	main h2 {margin-top: 60px; font-size: 38px;}
	/*main h2 {
		position: absolute;
		left: 0;
		top: 75px;
		white-space: nowrap;
		-webkit-transform: rotate(90deg) translate(-100%, 0);
		-webkit-transform-origin: left top;
		-moz-transform: rotate(90deg) translate(-100%, 0);
		-moz-transform-origin: left top;
		-ms-transform: rotate(90deg) translate(-100%, 0);
		-ms-transform-origin: left top;
		-o-transform: rotate(90deg) translate(-100%, 0);
		-o-transform-origin: left top;
		transform: rotate(-90deg) translate(-100%, 0);
		transform-origin: left top;
	}
	main h2.bottom {
		top: -75px;
		white-space: nowrap;
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: left top;
		-moz-transform: rotate(90deg);
		-moz-transform-origin: left top;
		-ms-transform: rotate(90deg);
		-ms-transform-origin: left top;
		-o-transform: rotate(90deg);
		-o-transform-origin: left top;
		transform: rotate(-90deg);
		transform-origin: left top;
	}*/

	article div > img {width: 100%;}
	#videos .col-12 h3,
	article.common h3 {
		position: absolute;
		right: 50px;
		bottom: 0;
		white-space: nowrap;
		margin-left: 0px;
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: left top;
		-moz-transform: rotate(90deg);
		-moz-transform-origin: left top;
		-ms-transform: rotate(90deg);
		-ms-transform-origin: left top;
		-o-transform: rotate(90deg);
		-o-transform-origin: left top;
		transform: rotate(90deg);
		transform-origin: right bottom;
	}

	article.middle h3:after {left: 10px;}
	article.middle h3 {
		position: absolute;
		left: 0;
		top: 0;
		white-space: nowrap;
		margin-left: 0;
		-webkit-transform: rotate(90deg) translate(-100%, 0);
		-webkit-transform-origin: left top;
		-moz-transform: rotate(90deg) translate(-100%, 0);
		-moz-transform-origin: left top;
		-ms-transform: rotate(90deg) translate(-100%, 0);
		-ms-transform-origin: left top;
		-o-transform: rotate(90deg) translate(-100%, 0);
		-o-transform-origin: left top;
		transform: rotate(-90deg) translate(-100%, 0);
		transform-origin: left top;
	}
	article.middle .col-lg-4 > img {
		position: relative;
		left: 100%;
		top: 100%;
		max-width: none;
	}
	article.middle .col-lg-4 > div {
		position: absolute;
		width: 100%;
		left: -15%;
		top: 0;
		padding: 0 70px;
	}
}
@media (max-width: 991px){
	h2 {font-size: 24px;}
	article {margin-top: 0;}
	main h2 {display: block; margin: 60px 0;}

	article.common header,
	article header,
	article h3,
	h1, h2, h3 {text-align: center; margin-bottom: 15px;}
	article.common .col-lg-4 {margin: 0;}

	article header img {display: block;}
	article p {margin: 15px auto;}
	img {display: block; margin: 15px auto; max-width: 80% !important;}

	.animate-this {opacity: 1;}

	.play-video {
		bottom: auto;
		position: relative;
		display: inline-block;
	}

	#detentos, #resenhas {text-align: center;}

	#resenhas .pdfs .col-12 > p,
	#resenhas .pdfs .col-12 > div {width: 100%; flex: 0 0 100%; margin: 0; flex-flow: column; align-items: center;}
	#resenhas .pdfs .col-12 a {display: block; margin: 0;}

	#videos {text-align: center;}
	#videos figure {margin-bottom: 40px; display: block;}
}
@media (max-width: 767px){
	.video-holder a {display: none;}
	.video-holder iframe {opacity: 1}

	.evento p {padding-top: 40px; font-size: 14px;}
	.evento p span {font-size: 20px;}
}
@media (max-width: 580px){
	p.notebook {letter-spacing: 0; font-size: 14px; line-height: 2.8; margin: 0;}
	p.notebook br, .offset-lg-2 h2 br {display: none;}
	.offset-lg-2 h2 {margin: 0 20px; padding: 0;}
	header span {font-size: 8px; max-width: 300px;}
	h1 {background-size: 220%; height: 260px;}

	.paragrafo h2 {margin: 0;}

	#detentos:before, #resenhas:before{background-size: 300%;}
	#detentos{margin-top: 80px;}
	#detentos, #resenhas {padding: 100px 0 0;}
	body > footer:before{background-size: 300%;}
	body > footer {padding: 170px 0 90px;}

	footer a > img,
	p.carambaia img {margin: 0 auto; max-width: 170px !important;}

	main h2 {margin: 60px 0 0;}
}
@media (max-width: 535px){
	.featherlight iframe,
	.featherlight .featherlight-content {width: 100%;}

	.featherlight .featherlight-content {
		padding: 0 0 56.25% 0;
		height: 0;
		max-height: none;
		border: none;
		width: 96%;
		left: 2%;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}