body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#352b29;
	background: #e5e4df url(../images/bg_n.jpg) top center no-repeat;
}


#MenuDesktop {
	width:100%;
	box-shadow: 0px 0px 0px #000;
	z-index:100;
	position: relative;
}

.main-wraper { position: relative; width: 100%; overflow: hidden; display: block;}
.padd-90 { padding-bottom: 90px; }

.map {
	width:100%;
	height:400px;	
}


.map-wrap {
	position:relative; 
}
	
.overlay {
	width:100%;
	min-height:400px; 
	position:absolute; 
	top:0;
}

.video {
position: relative;
padding-bottom: 50%;
padding-top: 39px;
height: 0;
overflow: hidden;
border:0px solid #a65218;
}

.video iframe, .video object, .video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

h1 { font-size: 22px; line-height: 28px; color: #352b29; margin-bottom:15px; font-weight:800; text-transform:uppercase; }
h2 { font-family: 'Roboto', sans-serif; font-size: 28px; letter-spacing:2px; font-weight:300; line-height:36px; color: #352b29; text-transform:uppercase; }
h3 { font-family: 'Roboto', sans-serif; font-size: 18px; line-height:25px; font-weight:600; color: #352b29; text-transform:uppercase; }

.Textos { font-size: 15px; line-height:26px; color: #352b29; font-weight:500; }
.Contato { font-family: 'Roboto', sans-serif; font-size: 28px; letter-spacing:3px; font-weight:300; color: #FFFFFF; text-transform:uppercase; }

#todoform { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } 

.formularios {
	background-color:#FFFFFF;
	border: 1px solid #d1d0d0;
	-moz-border-radius:8px; -webkit-border-radius:8px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #868686;
	vertical-align: middle;
	margin-bottom:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
}

/* PARA O LINK MASTER */	
A:link {text-decoration:none;color:#27504c;}
A:visited {text-decoration:none;color:#27504c;}
A:active {text-decoration:none;color:#4981b6;}
A:hover {text-decoration:none;color:#4981b6;}


/* MENU */
.menu {
font-family: 'Open Sans', sans-serif;
font-weight:500;
font-size: 16px !important;
margin-left:13px;
color: #FFFFFF;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}

.menu a:link {
color:#FFFFFF;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.menu a:visited {
color:#FFFFFF;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.menu a:hover {
color:#86c4ff;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.menu a:active {
color:#86c4ff;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}