html, body{
	height: 100%;
}

body {
	font-family: Cantarell;
}

h1 {
	font-size: 25px;
	line-height: 50px;
	margin: 0;
	color: #fff;
}
#oficinas h1 { padding: 20px 0; }

.central {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
}

.vert-pad { padding: 50px 0; }
.vert-pad-half { padding: 25px 0; }

.texto {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px;
}


/* header */

#topo {
	height: 48px;
	width: 100%;
	position: fixed;
	background: #ed008c;
	z-index: 500;
}

#logo {
	display: none;
	position: absolute;
	width: 155px;
	margin: 0 auto;
	top: 4px; left: 0; bottom: 0; right: 0;
}
#logo a { position:relative; z-index:10; }
#logo img { width: 155px; }

#nav {
}
#nav ul.nav-dir { float: right; }
#nav ul.nav-esq { float: left; }
#nav ul.nav-dir li { margin-left: 15px; }
#nav ul.nav-esq li { margin-right: 15px; }

#nav .nav { z-index: 9999;   position:relative; }
#nav .nav li {
	float: left;
}
#nav .nav li a:hover {
	background: transparent;
}

#nav .nav li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 48px;
	color: #fff;
	padding: 0;
}
#nav ul.nav-esq li a { color: #000; }

.navbar-toggle { border-color: transparent; }
.navbar-toggle .icon-bar { background: #fff; }

@media (max-width: 768px) {
	#logo {
		margin: 0;
		left: 15px;
	}

	.navbar-toggle { margin-bottom: 0; }
	#nav ul {
		float: none;
		width: 100%;
		padding: 0;
	}
	#nav .nav li {
		float: none;
		background: #ed008c;
		border-bottom: 1px solid #b1417c;
	}
	#nav .nav li.last { border-bottom: none; }
	#nav .nav li a {
		font-size: 16px;
		padding: 0px 15px;
	}
	#nav ul.nav-dir li { margin-left: 0; }
	#nav ul.nav-esq li { margin-right: 0; }
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.container-fluid > .navbar-collapse {
		margin-right: -16px;
		margin-left: -16px;
	}
}

#share {
	position: fixed;
	top: 48px;
	right: 0;
	z-index: 500;
	background: transparent url(../img/cantinho_icones.png) no-repeat;
	width: 241px;
	height: 65px;
	padding-left: 140px;
	padding-top: 10px;
}
#share a { padding-left: 4px; }


#pad_top { height: 48px; }

@media (max-width: 768px) {
	#share { display: none; }
}

/* pagina */

#banner {
	position: relative;
	height: 100%;
	text-align: center;
}
#banner img { width: 60%; }
#banner_creditos {
	position: absolute;
	bottom: 57px;
	right: -57px;
	width: 130px;
	height: 16px;
	background: #000;
	color: #fff;
	font-size: 10px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media (max-width: 768px) {
	#banner img { width: 96%; }
}


#titulo {
	position: relative;
	height: 30px;
	background: #77d028;
	text-align: center;
}
#titulo-skew {
	position: absolute;
	z-index: -1;
	height: 90px;
	width: 100%;
	top: -38px;
	background: #77d028;
	-moz-transform: skew(0deg, 1deg);
	-webkit-transform: skew(0deg, 1deg);
	-o-transform:skew(0deg, 1deg);
	-ms-transform:skew(0deg, 1deg);
	transform:skew(0deg, 1deg);
}
/*
#titulo-skew {
    width: 100%;
    height: 90px;
	background:-moz-linear-gradient(-45deg, transparent 75px, black 76px);
    background:-o-linear-gradient(-45deg, transparent 75px, black 76px);
    background:-webkit-linear-gradient(-45deg, transparent 75px, black 76px);
    background: linear-gradient(1deg, #fff 75px, #77d028 78px);
    position: relative;
}
*/
@media (max-width: 768px) {
	#titulo h1 {
		font-size: 18px;
	}
}

#apresentacao .row { padding: 120px 0; }

#oficinas {
	position: relative;
	background: #00acf4;
	color: #fff;
}
#oficinas-skew {
	position: absolute;
	z-index: -1;
	height: 380px;
	width: 100%;
	top: -68px;
	background: #00acf4;
	-moz-transform: skew(0deg, -3deg);
	-webkit-transform: skew(0deg, -3deg);
	-o-transform:skew(0deg, -3deg);
	-ms-transform:skew(0deg, -3deg);
	transform:skew(0deg, -3deg);
}
#oficinas .row:last-child { padding-bottom: 160px; }


#inscricao {
	position: absolute;
	z-index: 100;
	left: 50%;
}
#inscricao .row {
	position: relative;
	left: -50%;
	margin-top: -70px;
}
.btn-default {
	color: #fff;
	background: #000;
	width: 260px;
	border: 3px solid #fff;
	border-radius: 0;
	padding: 8px 50px;
	margin: 5px 6px;
}
#inscricao a.btn-default:first-child {
	background: #ed008c;
}
.btn-default:hover {
	color: #fff;
	border-color: #fff;
	background-color: #000;
}

@media (max-width: 768px) {
	#inscricao { left: -15px; }
	#inscricao .row { left: 10px; }
}


#bate-papo {
	position: relative;
	background: #241f20;
	color: #fff;
}
#bate-papo-skew {
	position: absolute;
	z-index: 1;
	height: 150px;
	width: 100%;
	top: -48px;
	background: #241f20;
	-moz-transform: skew(0deg, 2deg);
	-webkit-transform: skew(0deg, 2deg);
	-o-transform:skew(0deg, 2deg);
	-ms-transform:skew(0deg, 2deg);
	transform:skew(0deg, 2deg);
}
#bate-papo .row:first-child { padding-top: 120px; }


#baile {
	height: 1000px;
	color: #fff;
}
#baile .central {
	padding-top: 200px;
}


#calendario .row { padding-bottom: 80px; }
#calendario img { margin: 0 auto; }

#calendario_cel { display: none; }
#calendario_desktop { display: block; }

@media (max-width: 768px) {
	#calendario_cel { display: block; }
	#calendario_desktop { display: none; }
}



#galeria {
	padding-bottom: 160px;
	width: 990px;
	margin: 0 auto;
}
#fit-width .masonry {
	margin: 0 auto;
}
#galeria a {
	display: block;
	width: 300px;
	background: #fff243;
	border: 6px solid #fff243;
	padding: 0;
	margin-bottom: 10px;
}
.galeria_tit {
	padding: 8px 0;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.galeria_tot {
	float: right;
	padding-top: 8px;
	color: #ed008c;
	font-size: 12px;
	font-weight: bold;
}
@media (max-width: 768px) {
	#galeria { width: 300px; margin: 0 auto; }
}



#ficha-tecnica {
	position: relative;
	z-index: 100;
	background: #77d028;
	color: #fff;
}
#ficha-tecnica-skew {
	position: absolute;
	z-index: -1;
	height: 150px;
	width: 100%;
	top: -48px;
	background: #77d028;
	-moz-transform: skew(0deg, 1deg);
	-webkit-transform: skew(0deg, 1deg);
	-o-transform:skew(0deg, 1deg);
	-ms-transform:skew(0deg, 1deg);
	transform:skew(0deg, 1deg);
}


#caixas {
	height: 1000px;
}
#caixas-skew {
	position: absolute;
	z-index: -1;
	height: 350px;
	width: 100%;
	top: -168px;
	background: #77d028;
	-moz-transform: skew(0deg, -3deg);
	-webkit-transform: skew(0deg, -3deg);
	-o-transform:skew(0deg, -3deg);
	-ms-transform:skew(0deg, -3deg);
	transform:skew(0deg, -3deg);
}


#patrocinios { text-align: center; }
#patrocinios img {
	padding-right: 10px;
	padding-left: 10px;
}
#patrocinios .rpad-img {
	padding-right: 40px;
}
@media (max-width: 768px) {
	#patrocinios .rpad-img { display: none; }
}

#foot {
	height: 60px;
	background: #00acf4;

}
#subir {
	float: right;
	font-size: 20px;
	line-height: 60px;
	padding-right: 30px;
}
#subir a { color: #000; }
#subir a:hover { text-decoration: none; }
#subir img { margin-top: -7px; }

#logo_foot { padding-top: 10px; padding-left: 30px; }
#logo_foot img { height: 40px; }