@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
/* CSS reset */
* { margin:0;padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
html,body {margin:0;padding:0;}
img { border:0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
/* CSS reset fim */

/*p { font: italic bold font-size/line-height 'Cuprum', sans-serif;}*/

/* HTML5 */
header , footer , article , aside , nav , section {display:block}
/* Genérico */
.floatLeft {float:left;}
.floatRight {float:right;}
.clearBoth {clear: both;}
.displayTable {display: table;}
.typeDisc {
	list-style-type: disc;
}

.borderRadius10px {
	border: 1px solid #333;
	
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.opacity {
	opacity:0.9; /* Previsto nas CSS3 já é suportado atualmente pelo Firefox 2 e pelo Ópera 9, o valor da opacidade varia de 0 a 1; */
	-moz-opacity: 0.9; /* Declaração proprietária para servir navegadores Mozilla, o valor da opacidade varia de 0 a 1; */
	filter: alpha(opacity=9); /* Declaração proprietária para servir navegadores IE o valor da opacidade varia de 0 a 100. */
}
.scale {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
nav#menu a {
	transition:color 0.2s linear 0.1s;
	
	-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;
}
.obs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F00;
}
/*--------------------------------------------------
			HEADER
---------------------------------------------------*/
#header_full{ 
	width: 100%;
	height: 110px;
	padding:10px 0;
}

#header_margem_full{
	width: 990px;
	height: 100%;
	margin: auto;
}
#header_margem_full table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
	margin-top: 30px;
}

#headerTel {
	font-family: 'Oswald', sans-serif;
	color:#7B7B7E;
	background-image: url(../images/fundos/f01.png);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	width: 335px;
	margin-top: 5px;
	padding-top: 5px;
	clear: right;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
}
#headerTel small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	font-weight:normal;
}
#boxCompartilhe {
	float: left;
	display: table;
}
#boxCompartilhe span, #boxCompartilhe img {
	float: left;
}

#menu_full {
	background-color:#005D9A;
	padding:8px 0;
	display:table;
}
#menuHeader {
	width: 990px;
	margin:auto;
}
#menuHeader li {
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	float: left;
	text-transform: uppercase;
}
#menuHeader li a {
	color: #FFF;
	text-decoration: none;
	padding: 8px 19px;
	background-image: url(../images/fundos/f02.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menuHeader li a:hover {
	transition:color 0.1s linear 0.1s;
	color: #ccc;
}
#botLeft {
	background-image: none !important;
	padding-left: 0px !important;
}
/*--------------------------------------------------
			PRINCIPAL
---------------------------------------------------*/
#principal_full, #menu_full, #banner_full, .contentFull { 
	width: 100%;
	height: auto;
}

#principal_margem_full, #banner_margem_full, .contentMargem {
	width: 990px;
	margin: auto;
	display: table;
}
#princSection1, #princSection2, #princSection3 {
	padding-top: 25px;
	padding-bottom: 25px;
	display:table;
	width:990px;
}
#princSection1 li {
	float:left;
	width:165px;
	text-align:center;
}
#princSection1 li:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity:0.7; /* Previsto nas CSS3 já é suportado atualmente pelo Firefox 2 e pelo Ópera 9, o valor da opacidade varia de 0 a 1; */
	-moz-opacity: 0.7; /* Declaração proprietária para servir navegadores Mozilla, o valor da opacidade varia de 0 a 1; */
	filter: alpha(opacity=7); /* Declaração proprietária para servir navegadores IE o valor da opacidade varia de 0 a 100. */
	transition:scale 0.2s linear 0.1s opacity 0.2s linear 0.1s;
	-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;
}
#princSection1 h3 {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1CA5F7;
	margin-top:10px;
}
#princSection2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDD;
	border-bottom-color: #DDD;
}
#princSection3 img {
	float:left;
	padding:10px;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
	margin:14px;
}
/*
#princSection3 img:hover {
	transition:box-shadow 0.2s linear 0.1s;
	-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.7);
    box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.7);
}
*/
/*--------------------------------------------------
			FOOTER
---------------------------------------------------*/
#footer_full{
	width: 100%;
	height: auto;
	margin-bottom:8px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #005D9A;
}

#footer_margem_full{
	width: 990px;
	height: 90px;
	margin: auto;
	padding-top: 10px;
}
#menuFooter {
	float: left;
	background-image: url(../images/fundos/f03.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
}

#menuFooter li {
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	margin:0 15px 10px 15px;
	float: left;
}
#menuFooter li a {
	color: #005D9A;
	text-decoration: none;
}
#menuFooter li a:hover {
	color: #000;
}
#footer_margem_full footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005D9A;
	float: left;
	clear: left;
	margin-top: 10px;
}
#footer_margem_full figure img {
	float: right;
}

/*--------------------------------------------------
			CONTEÚDO INTERNO
---------------------------------------------------*/
.contentMargem {
	padding:20px 0;
	min-height:400px;
}
.contentMargem h1, .contentMargem h2 {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
}
.contentMargem h1 {
	font-size: 32px;
	color: #005D9A;
	margin:5px 0 25px 0;
}
.contentMargem h2 {
	font-size: 22px;
	color: #2a2a2a;
	margin:20px 0;
}
.contentMargem h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin:30px 0 10px 0;
	font-weight: bold;
	letter-spacing: 1px;
}
.contentMargem p, .contentMargem ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2a2a2a;
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.contentMargem ul {
	margin-left: 40px;
}

.contentBanner {
	padding:10px;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
}
/* Contato */
#infoContato {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2a2a2a;
	line-height: 22px;
}
#infoContato h2 {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:300;
	margin-bottom: 15px;
}
#msgSucesso {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #259A00;
}
#form {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #f8f8f8;
	padding: 15px;
	width: 570px;
	font-weight: bold;
	font-size: 13px;
}
input, textarea, select {
	outline: medium none;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #bbb;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition: all 0.2s ease-out 0s;   
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s; 
	background-color: #fff;
	padding: 8px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #8DC5C5;
	color: #676767;
	box-shadow:0 0 4px rgba(82,168,236,.5);
	-moz-box-shadow:0 0 4px rgba(82,168,236,.5);
	-webkit-box-shadow:0 0 4px rgba(82,168,236,.5);
}
input[type=submit], input[type=submit]:focus, input[type=submit]:active {
	cursor:pointer;
	text-align:center;
	text-transform: uppercase;
	font-size:11px;
	font-weight: bold;
	line-height: 14px;
    color: #fff;
	text-decoration:none !important;	
	padding: 7px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow:0 0 0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
}
#form input[type=submit]:hover {
	background:#444;
}
#form input, #form select {
	width:250px;
	margin-bottom: 12px;
}
#form input#ddd {
	width:30px;
}
#form input#telefone {
	width:198px;
}
#form input[type=submit] {
	margin-top:20px;
	width: 110px;
	background:#005D9A;
	color:#FFF;
}
.iconLocation, .iconLocationInfo {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 65px;
}
.iconLocation {
	background-image: url(../images/icones/icon-adress.jpg);
	float:left;
}
.iconLocationInfo {
	background-image: url(../images/icones/icon-train.jpg);
	float:right;
	height:30px;
	padding-top:14px;
}
.boxClientes {
	float: left;
	margin-right: 58px;
	margin-bottom: 20px;
	margin-left: 58px;
}
.boxClientes h2 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #666;
}
.boxClientes figure {
	height: 200px;
	width: 200px;
	border: 1px solid #CCC;
	padding:25px;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
}

#boxEquip01, #boxEquip02, #boxEquip03, #boxEquip04, #boxEquip05, #boxEquip06, #boxEquip07, #boxEquip08 {
	border-bottom:1px solid #CCC;
	margin:25px 0;
}
#boxEquip01 {
	height:170px;
}
#boxEquip02 {
	height:370px;
}
#boxEquip03, #boxEquip04, #boxEquip05 {
	height:230px;
}
#boxEquip06 {
	height:200px;
}
#boxEquip07 {
	height:300px;
	margin:25px 0 0 0;
}

#boxEquip08 {
	height:225px;
	margin:25px 0 0 0;
}

#boxEquip09 {
	height:200px;
	margin:25px 0 0 0;
	border:0;
}

#boxEquip01 img, #boxEquip03 img, #boxEquip04 img, #boxEquip05 img, #boxEquip06 img, #boxEquip07 img, #boxEquip08 img, #boxEquip09 img {
	float: right;
}
#boxEquip02 img {
	float: right;
	margin-top:30px;
}
#boxEquip01 h2, #boxEquip01 p, #boxEquip02 h2, #boxEquip02 p, #boxEquip03 h2, #boxEquip03 p, #boxEquip04 h2, #boxEquip04 p, #boxEquip05 h2, #boxEquip05 p, #boxEquip06 h2, #boxEquip06 p, #boxEquip07 h2, #boxEquip07 p, #boxEquip08 p, #boxEquip09 p {
	float: left;
	clear:left;
}
#boxEquip01 p, #boxEquip02 p, #boxEquip03 p, #boxEquip04 p, #boxEquip05 p, #boxEquip06 p , #boxEquip07 p, #boxEquip08 p, #boxEquip09 p {
	max-width:560px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.boxObras {
	float: left;
	margin-right: 13px;
	margin-bottom: 20px;
	margin-left: 13px;
}
.boxObras h2 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #666;
}
.boxObras figure {
	height: 159px;
	width: 300px;
	border: 1px solid #CCC;
	padding:5px;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
}


/* Neoware */
#neoware { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 17px; color: #000; background:#005D9A; text-align: center; font-family: tahoma; font-size: 12px; line-height: 16px; display:block; z-index:2; }
div > div#neoware { position: fixed; }

div#neoware {
_right: auto; _bottom: auto;
_left: expression( ( 0 - neoware.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
_top: expression( ( 0 - neoware.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}
