@charset "utf-8";
/* CSS Document */

/* GERAL [*/
* {
	font-family: "MyriadPro", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color: #C00;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
body {
	background: url(../imgs/bg.jpg) center top;
	color: #FFF;
	font-size: 18px;
	overflow-x: auto;
	overflow-y: scroll;
}
body, html {
	height: 100%;
	width: 100%;
}
div.clear {
	clear: both;
	height: 0;
	position: relative;
}
div.fb-like-box {
	background: #FFF;
	border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
}
div.hide {
	display: none;
	height: 5px;
	left: -5px;
	overflow: hidden;
	position: absolute;
	top: -5px;
	width: 5px;
}
div.separation {
	background: url(../imgs/hr.png) repeat-x left center;
	height: 30px;
	position: relative;
	width: 100%;
}
h1 {
	text-align: center;
}
iframe {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
input {
	border: 1px solid #CCC;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	color: #000;
	cursor: pointer;
	font-size: 17px;
	padding: 5px;
	vertical-align: middle;
	width: 350px;
}
input:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	font-size: 17px;
	font-weight: bold;
	height: 35px;
	padding: 5px 15px;
	width: auto;
}
input.btn_aguarde {
	background-image: url(../imgs/loading.gif);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	background-size: 22px;
	color: #999;
	cursor: default;
	padding-left: 38px;
}
input.radio {
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	width: 20px;
}
label {
	cursor: pointer;
	font-size: 17px;
}
p {
	text-align: center;
}
p.obs {
	font-weight: bold;
}
select {
	border: 1px solid #CCC;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-sizing: content-box;
	color: #000;
	cursor: pointer;
	font-size: 17px;
	padding: 5px;
	vertical-align: middle;
	width: 350px;
}
select:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
table {
	margin-left: 35px;
}
	table tr {}
		table tr td {
			vertical-align: bottom;
		}
		table tr td.campo {
			text-align: right;
		}
textarea {
	border: 1px solid #CCC;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	color: #000;
	font-size: 17px;
	height: 150px;
	padding: 5px;
	vertical-align: middle;
	width: 350px;
}
textarea:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
whatsapp {
	background: url(../imgs/icon_whatsapp.png) bottom center no-repeat;
	background-size: 20px;
	display: inline-block;
	height: 20px;
	left: 5px;
	position: relative;
	width: 20px;
}
/*]*/
/* FOOTER [*/
#footer a {
	color: #FFF;
}
#footer div.footer {
	color: #FFF;
	font-size: 18px;
	padding: 10px 0;
}
	#footer .footer font {
		font-size: 15px;
	}
/*]*/
/* HEADER [*/
#header a {}
	#header a img {
		height: auto;
		width: 100%;
			max-width: 400px;
	}
/*]*/
/* NAV [*/
#nav a {
	background-color: #FFF;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	color: #000;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 15px 5px;
	text-decoration: none;
}
#nav a+a {
	margin-left: 5px;
}
/*]*/
/* CONTENT - CONTATO [*/
#content div.contato {}
	#content div.contato font {
		color: #039;
		font-weight: bold;
	}
	#content div.contato label {
		display: inline-block;
		margin-bottom: 10px;
	}
	#content div.contato label.normal {
		cursor: default;
		margin: 0;
	}
		#content div.contato label span {
			color: #900;
			font-size: 20px;
			font-weight: bold;
			white-space: nowrap;
		}
/*]*/
/* CONTENT - INDEX [*/
#content div.index {}
	#content div.index div.contato {
		background-color: #EEE;
		border: 1px solid #DDD;
		font-size: 20px;
		margin: 10px auto;
		overflow: hidden;
		padding: 10px 15px;
		width: 350px;
	}
		#content div.index div.contato table {}
			#content div.index div.contato table td.campo {
				padding: 10px 10px 0 0;
			}
	#content div.index div.imgs {
		font-size: 0;
		text-align: center;
	}
		#content div.index div.imgs a+a {
			margin-left: 5px;
		}
	#content div.index div.logo_zapata {
		text-align: center;
	}
/*]*/
/* CONTENT - VÍDEOS [*/
#content div.videos {}
	#content div.videos iframe {
		position: relative;
		margin: 0;
		padding: 0;
	}
/*]*/