* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
	color: #755f38;
	position: relative;
}

div, a, p, ul, li, img, section {
	display: block;
}

strong, b {
	font-weight: 700;
}

.bloco {
	width: 940px;
	margin: 0 auto;
}


.aviso-mobile a {
	background-color: #755f38;
	font-size: 16px;
	font-weight: 700;
	line-height: 55px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}


.menu {
	height: 125px;
	padding-top: 20px;
}

.menu .logo {
	position: absolute;
	width: 188px;
	height: 125px;
	background: url(../images/logo-01.jpg) top left no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}

.menu ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 55px;
	font-size: 13px;
	font-weight: 400;
}

.menu ul li {
	display: inline-block;
	margin-left: 30px;
	text-align: center;
}

.menu ul li:nth-child(1) {
	margin-left: 0;
	width: 140px;
}

.menu ul li:nth-child(2) {
	width: 61px;
}

.menu ul li:nth-child(3) {
	width: 45px;
}

.menu ul li:nth-child(4) {
	width: 84px;
}

.menu ul li:nth-child(5) {
	width: 77px;
}

.menu ul li a.ativo, 
.menu ul li a:hover {
	font-weight: 700;
}

.menu .player {
	position: absolute;
	height: 15px;
	right: 0;
	top: -25px;
	padding-right: 30px;
	line-height: 15px;
	font-size: 10px;
	background: url(../images/ico-01.png) right 0px no-repeat;
	cursor: pointer;
	display: none;
}

.menu .player.on:hover { background-position: right -15px !important; }
.menu .player.off:hover { background-position: right 0px !important; }



.mapa {
	padding-bottom: 40px;
}

.mapa .cover {
   background: transparent; 
   position: absolute; 
   width: 100%;
   height: 520px;
   top: 0px; 
   left: 0px;
   z-index: 100;
}

.mapa .cartao {
	width: 380px;
	padding: 20px;
	position: absolute;
	bottom: -25px;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 200;
	text-align: center;
}

.mapa .cartao h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

.mapa .cartao h4 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}



.boletim {
	background-color: #f8f0e0;
	padding: 20px 0;
}

.boletim h2 {
	font-size: 24px;
	font-weight: 300;
}

.boletim p {
	font-size: 14px;
	font-weight: 400;
	margin: 12px 0;
}

.boletim input[type=text] {
	width: 360px;
	height: 40px;
	padding: 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-right: 15px;
}

.boletim input[type=button] {
	width: 180px;
	height: 40px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	background-color: #cfc1a5;
}

.boletim input[type=button]:hover {
	background-color: #b9ad95;
	color: #FFFFFF;
	cursor: pointer;
}

.boletim input:last-child {
	margin: 0;
}



.rodape {
	height: 40px;
}

.rodape {
	height: 40px;
}

.rodape p {
	float: left;
	font-size: 11px;
	font-weight: 400;
	line-height: 40px;
}

.rodape p.design {
	float: right;
}

.rodape p.design a {
	display: inline;
	text-decoration: underline;
}


.ipt-error {
	border: 1px solid #FF0004;
}


