/* AMOSTRAS {
** COR 1:	#6C0 - Verde Médio
** COR 2:	#093 - Verde Escuro
** COR 3:	#9F0 - Verde Limão
** COR 4:	#030 - Verde Quase Preto
** COR 5:	#F60 - Alaranjado
}*/

/* GERAL [*/
@import url('https://fonts.googleapis.com/css?family=Baloo+Paaji');
@import url('https://fonts.googleapis.com/css?family=Farsan');
* {
	font-family: 'Farsan', cursive;
	line-height: 110%;
	margin: 0;
	padding: 0;
}
body {
	background: url(../imgs/bg.png) repeat top left fixed;
	color: #030;
	overflow-x: auto;
	overflow-y: scroll;
}
body, html {
	font-size: 25px;
	height: 100%;
	width: 100%;
}
a {
	color: #030;
	text-decoration: none;
}
	a:hover {
		color: #F60;
	}
	a.alpha:hover {
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
div {}
	div.clear {
		clear: both;
		height: 0;
		position: relative;
		width: 100%;
	}
	div.g-recaptcha {
		display: inline-table;
		margin: 10px 0;
	}
	div.hide {
		display: none;
		height: 5px;
		left: -5px;
		overflow: hidden;
		position: absolute;
		top: -5px;
		width: 5px;
	}
	div.p {
		margin-top: 15px;
	}
	div.regulamento {
		font-size: 16px;
		margin-top: 20px;
	}
h1, h2, h3, h4 {
	font-family: 'Baloo Paaji', cursive;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 35px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 2px rgba(0, 150, 0, 0.25);
}
h2 {
	color: #F60;
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
hr {
	background: url(../imgs/separator.png) center center no-repeat;
	border: none;
	height: 10px;
	margin: 10px 0;
}
input {}
	input[type="radio"] {
		cursor: pointer;
		height: 15px;
		width: 15px;
	}
		input[type="radio"]#sexo2 {
			margin-left: 20px;
		}
	input[type="text"] {
		border: 1px solid #DDD;
		border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		color: #6C0;
		cursor: pointer;
		font-size: 22px;
		margin-bottom: 10px;
		outline: none;
		padding: 10px;
		width: 450px;
	}
	input.btn {
		background-color: #FFF;
		border: 1px solid #EEE;
		border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		color: #030;
		cursor: pointer;
		font-size: 25px;
		padding: 10px 20px;
	}
		input.btn:hover {
			background-color: #6C0;
			color: #FFF;
		}
	input.btn_aguarde {
		background-color: #FFF;
		background-image: url(../img/loading.gif);
		background-position: 15px 9px;
		background-repeat: no-repeat;
		background-size: 30px;
		border: 1px solid #EEE;
		border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		color: #6C0;
		font-size: 25px;
		padding: 10px 15px 10px 50px;
	}
label {
	cursor: pointer;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	box-sizing: content-box;
	color: #6C0;
	cursor: pointer;
	font-size: 22px;
	margin-bottom: 10px;
	outline: none;
	padding: 10px;
	
	width: 450px;
}
span {
	color: #6C0;
}
textarea {
	border: 1px solid #DDD;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	color: #6C0;
	cursor: pointer;
	font-size: 22px;
	margin-bottom: 10px;
	outline: none;
	padding: 10px;
	width: 450px;
}
/*]*/
/* HEADER [*/
#header div.logo {}
	#header div.logo a {}
		#header div.logo a img {
			height: 135px;
			width: auto;
		}
#header div.telefones {
	font-size: 20px;
	line-height: 27px;
	position: absolute;
	right: 10px;
	text-align: left;
	top: 35px;
}
	#header div.telefones div {
		background-image: url(../imgs/icon_whatsapp.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: auto 20px;
		display: inline-block;
		height: 20px;
		position: relative;
		top: 5px;
		width: 20px;
	}
	#header div.telefones h1 {
		font-size: 20px;
		line-height: 100%;
		margin-bottom: 10px;
	}
/*]*/
/* NAV [*/
#nav div#nav_mobile {
	display: none;
}
#nav ul#slicknav {}
	#nav ul#slicknav li {
		display: inline;
	}
		#nav ul#slicknav li a {
			border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
			color: #FFF;
			font-size: 22px;
			padding: 5px 15px;
			text-decoration: none;
		}
			#nav ul#slicknav li a:hover {
				background-color: #CF6;
				border-bottom: 2px solid #030;
				color: #030;
			}
	#nav ul#slicknav li.mapa {
		display: none;
	}
/*]*/
/* UP [*/
#up a {
	display: block;
	font-size: 20px;
	padding: 5px 10px;
}
	#up a:hover {
		color: #FFF;
	}
/*]*/
/* FOOTER [*/
#footer div.empresa {
	float: left;
	text-align: center;
	width: 66%;
}
	#footer div.empresa div {
		background-image: url(../imgs/icon_whatsapp.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: auto 20px;
		display: inline-block;
		position: relative;
		height: 20px;
		top: 4px;
		width: 20px;
	}
#footer div.menu {
	float: left;
	text-align: center;
	width: 17%;
}
#footer div.redesocial {
	float: left;
	text-align: center;
	width: 17%;
}
	#footer div.redesocial h1 {
		margin-bottom: 10px;
	}
#footer h1 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
}
/*]*/
/* SIGN [*/
#sign a {
	text-decoration: none;
}
	#sign a:hover {
		color: #030;
		text-decoration: underline;
	}
/*]*/
/* CONTENT - CONTATO [*/
#content div.contato {}
	#content div.contato div.center {
		clear: both;
	}
	#content div.contato div.left {
		float: left;
		margin-right: 20px;
	}
	#content div.contato div.right {
		float: left;
	}
	#content div.contato span {
		color: #F60;
		font-size: 0.75em;
		font-weight: bold;
	}
	#content div.contato form {
		display: inline-table;
	}
/*]*/
/* CONTENT - EVENTOS [*/
#content div.eventos {}
	#content div.eventos a.number {
		border: 1px solid #EEE;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 30px;
	}
	#content div.eventos img {
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
	}
	#content div.eventos span.number {
		background-color: #F7F7F7;
		border: 1px solid #EEE;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		color: #DDD;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 30px;
	}
/*]*/
/* CONTENT - FESTAS [*/
#content div.festas {}
	#content div.festas a.number {
		border: 1px solid #EEE;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 30px;
	}
	#content div.festas img {
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
	}
	#content div.festas span.number {
		background-color: #F7F7F7;
		border: 1px solid #EEE;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		color: #DDD;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 30px;
	}
/*]*/
/* CONTENT - FOTOS [*/
#content div.fotos {}
	#content div.fotos a.number {
		border: 1px solid #EEE;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 30px;
	}
	#content div.fotos img {
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
	}
	#content div.fotos span.number {
		background-color: #F7F7F7;
		border: 1px solid #EEE;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		color: #DDD;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 30px;
	}
/*]*/
/* CONTENT - INDEX [*/
#content div.index {}
	#content div.index h2.box {
		background-color: #060;
		border: 2px solid #093;
		border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		display: inline-table;
		margin-top: 15px;
		padding: 10px;
	}
		#content div.index h2.box a {
			color: #FFF;
			font-weight: normal;
		}
			#content div.index h2.box a:hover {
				color: #F60;
			}
/*]*/
/* CONTENT - LOCALIZAÇÃO [*/
#content div.localizacao {}
	#content div.localizacao a {}
		#content div.localizacao a img {
			border-radius: 15px;
				-moz-border-radius: 15px;
				-webkit-border-radius: 15px;
		}
/*]*/
/* CONTENT - PACOTES [*/
#content div.pacotes {}
	#content div.pacotes h2.box {
		background-color: #060;
		border: 2px solid #093;
		border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		color: #FFF;
		display: inline-table;
		font-weight: normal;
		margin-top: 15px;
		padding: 10px;
	}
	#content div.pacotes span.preco {
		color: #F60;
		font-weight: bold;
	}
/*]*/
/* CONTENT - VÍDEOS [*/
#content div.videos {}
	#content div.videos iframe {
		border-radius: 15px;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
	}
/*]*/