

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family:'Kreon',serif;
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}

.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 240px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	background: #732f57;
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.js .menu-panel {
	position: absolute;
	left: -240px;
}

.menu-panel h3 {
	font-size: 1.8em;
	padding: 20px;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.6;
	padding: 0 20px;
	cursor: pointer;
	background: #C584AA;
	border-bottom: 1px solid #732f57;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #732f57;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #732f57;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: #000;
}

.bb-custom-wrapper nav span:last-child {
	left: 40px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 50px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	    padding: 10px 5% 40px 5%;
}

.scroller h3 {
	padding: 15px 8% 0;
}

.firmadados {
	width: 33%;
	float: left;
}

.firmadados4 {
	width: 25%;
}

.firmadadosmeio {
	width: 50%;
	float: left;
}

.firmadadosfull {
	width: 100%;

}

.firmadados p {
	font-size: 1.3em;

}
.firmadados h2 , .firmadadosfull h2 , .firmadadosmeio h2 , .firmadados4 h2 {    box-shadow: none !important;}


 .firma {
/*background: #e1e1e1;
  /*  border-bottom: 3px solid #9c9a9b; */
    padding: 0 0 30% 8%;
}
.firma2 {padding: 0 0 10% 8%;}
.firma3 {padding: 0 0 20% 8%;}

/* ==========================================================================
    05. Os Parallax do Lanterna Verde
========================================================================== */
.parallax {
    background:url(parallax1.jpg) fixed no-repeat center center;
    -webkit-background-size:/*@@prefixmycss->No equivalent*/;
    -moz-background-size:cover;
    -o-background-size:/*@@prefixmycss->No equivalent*/;
    background-size:cover;
    position:relative;

    padding-top:200px;
    padding-bottom:200px;    
}
 
 
 
 
 


.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
 
}

.js .content:after {
	top: auto;
	bottom: 0;
 
}

.content h2 {
	font-weight: 300;
	font-size: 2em;
	padding: 0 0 10px;
	color: #333;
	margin: 0 1% 40px;
	text-align: left;
	box-shadow: 0 10px 0 rgba(0,0,0,0.02);
	text-shadow: 0 0 2px #fff;
}

.firma h2 {
	box-shadow: none;
}



.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 300;
	padding: 5px 8%;
	text-align: left;
}

@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
}


.poster {
    position: absolute;
    /* bottom: 4vh; */
    top: 7.3vh;
    left: 60%;
    max-width: 100%;
    max-height: 80%;
}

.mapa {
	left: 8%;
    position: relative;
    top: 5%;
}

.poster p {
	margin: 0;
	padding: 0;
}

.legenda {
	/* position: relative; */
  	text-align: left;
    padding: 0px 0 0 2px !important;
    top: 34.3vh;
}

.base {
    max-width: 15%;
    height: 55px;
    background: #553e82;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    border-left: 15px solid #732F57;
}
.nome {
	max-width: 35%;
} 
.nomedobro{
	max-width: 70%
}
.nomecoisado{
	max-width: 40%
}

.base .bp-header__desc {
    padding: 15px;
    color: #ffffff;
}

.descicao{
	width: 70%;
}

 
.col-md-6 {
    width: 50%;
    float: left;
 }

		.postera {
			top: 7.3vh;
    			left: 60%;
    			max-width: 100%; 
			max-height: 80%}


.clube {
	width: 75%;
}			

@media screen and (max-width: 60em){
	.poster {
	    position: relative;
	    top: auto;
	    left: auto;
	    display: block;
	    max-width: 100%;
	    max-height: 50vh;
	    margin: 0;
	}

	.postera {

 
	    top: auto;
	    left: auto !important;
	    display: block;
	    max-width: 100%;
	    max-height: 50vh;
	    margin: 0;		

	}

	.base {
		max-width: 90%;
	}
	.nomedobro , .nomecoisado {
		height: 65px;
	}

	iframe {
		width: 360px ;
		height: 270px;
	}

	.col-md-6 {
    	width: 100%;
    	float: none;
 	}
 	.scroller {
	    padding: 10px 5% 20px 5%;
	}

	.descicao{
		width: 100%;
	}

	.scroller h3{
		padding: 5px 8%;
    	text-align: left;
	}

	.firmadados , .firmadados4 , .firmadadosmeio{
		float: none;
		width: 100%;
	}

	.clube{
		width: 100%;
	}



}





