@charset "utf-8";
/* CSS Document */

/* Google WebFonts */
@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,700);

/* Default */

body {
	font-family: 'Dosis', sans-serif;
	line-height:normal;
}

.centralize_980px {
	width: 980px;
	margin:0 auto;
	position:relative;
}

/* Topo do Site / Cabeçalho / Header */

.header_container {
	/*height:136px;*/
	height: auto;
}

.top_style {
	width:100%;
	float:left;
	height:4px;
	background:#EE7C35;	
}

.logomark_header {
	margin-top:15px;	
}

.site_navigation {
	height:132px;	
}

li.home {
	height:132px;
	width:30px;	
}

li.home a {
	height:132px;
	background:url(../imagens/header/home_header.png) center center no-repeat;
	float:left;
	width:100%;
}

li.activePageHome a {
	background:url(../imagens/header/home_hover_header.png) center center no-repeat;
}

li.home a:hover {
	background:url(../imagens/header/home_hover_header.png) center center no-repeat;
}

li.sub1 {
	height:132px;
	width:auto;
	padding:0 !important;
	float:left;
	margin:0 1px;	
}

li.sub1 a {
	font-size:15px;
	color:#4B4B4D;
	background:#EFEFEF;
	height:132px;
	float:left;
	padding:0 9px !important;
	line-height:142px;
	text-decoration:none;
	text-transform:uppercase;
}

li.sub1 a:hover {
	background:#EE7C35;
	color:#FFFFFF;
}

li.activePageMenu a{
	background:#EE7C35;
	color:#FFFFFF;
}

.social_network {
	margin-top:30px;	
}

.fontSize a{
	font-size: 30px;
	color: #4C4C4E;
	text-decoration: none;
	font-weight: 300;
}

/* Meio do Site / Middle / Index */

.banner {
	width:100%;
	height:420px;
	float:left;	
}

.notebook {
	background:url(../imagens/middle/notebook_middle.png) center center no-repeat;
	width:643px;
	height:425px;
	position:absolute;
	left:50%;
	margin-left:-322px;
	top:50px;
	z-index:1000;
}

.mask_banner_principal {
	width:100%;
	background:url(../imagens/middle/bottom_mask_banner_principal_middle.png) bottom center no-repeat;
	height:83px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:500;	
}

.position_selectors_L {
	left:85px !important;	
	background:none !important;
	color:#000000 !important;
	border:none !important;
	top:45% !important;
}

.position_selectors_R {
	right:85px !important;	
	background:none !important;
	color:#000000 !important;
	border:none !important;
	top:45% !important;
}

.banner_position {
	margin-bottom:0 !important;	
}

.continue_middle {
	background:url(../imagens/middle/bg_middle.jpg) top center no-repeat;
	height:357px;
	float:left;
	width:100%;	
}

.middle_contents {
	margin-top:115px;	
}

.middle_contents h2 {
	font-size:18px;
	color:#000000;
	font-weight:normal;
	line-height:23px;	
}

.middle_contents span {
	font-size:13px;
	color:#000000;
	line-height:15px !important;
}

/* Meio do Site / Middle / Sobre */

.internal .middle_container {
	background:url(../imagens/middle/bg_internal_middle.jpg) top center no-repeat;	
}

.top_section {
	margin-top:25px;	
}

.section_title {
	font-size:26px;
	color:#ED7B35;
	font-weight:normal;	
}

.about_text {
	font-size:14px;
	color:#4C4C4E;	
}

.right_column {
	background:#EBEBEB;
	padding:20px 0;	
}

.right_column h3 {
	font-size:24px;
	color:#4C4C4E;
	line-height:28px;	
	margin:0;
}

.right_column img {
	margin-top:25px;
}

.right_column span {
	font-size:16px;
	color:#4C4C4E;
	width:252px;
	margin:0 auto;
	display:block;
	margin-top:17px;
}

/* Meio do Site / Middle / Empresa */

.empresa_text {
	font-size:16px;
	color:#4C4C4E;
}

/* Meio do Site / Middle / Fale Conosco */



/* Rodapé do Site / Rodapé / Footer */

.footer_container {
	margin-top:20px;
	background:url(../imagens/footer/bg_footer.jpg) center top no-repeat;
	height:265px;
	float:left;
	width:100%;
}

.logomark_footer {
	margin-top:33px;	
}

.newsletter_signup {
	margin-top:60px;	
}

.news_square_button {
	-webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
	font-size:15px;
	color:#FFFFFF;
	background:#8D8D8D;
	border:1px solid #8D8D8D;	
	margin-left:10px;
}

.square_form {
	-webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;	
}

.separator_footer {
	background:url(../imagens/footer/separator_footer.png) center center no-repeat;
	margin-top:12px;	
}

.location {
	font-size:16px;
	color:#707070;	
	margin-top:35px;
}

.social_network span {
	font-size:25px;
	color:#707070;	
}