@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700);

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:"Maven Pro", Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

A {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	margin-top:0;
	padding-top:0;
	margin-bottom:10px;
	font-weight: 700;
}

B, strong, em, B *, strong *, em *{
	font-weight: 700;
}

p{
	margin-top:0;
}

IMG{
	border:none;
}

INPUT[type="submit"]{
	color:#FFF;
	height:30px;
	border:transparent;
	
	background: #053d78; /* Old browsers */
	background: -moz-linear-gradient(top,  #053d78 0%, #0866a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#053d78), color-stop(100%,#0866a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #053d78 0%,#0866a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #053d78 0%,#0866a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #053d78 0%,#0866a5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #053d78 0%,#0866a5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053d78', endColorstr='#0866a5',GradientType=0 ); /* IE6-9 */
	
	transition: all 500ms ease;
	cursor: pointer;
}

INPUT[type="submit"]:hover{
	background:#FFF;
	color:#666;
}

BODY, HTML{
	padding:0;
	margin:0;
	/*background:#F0F0F0;*/
	width:100%;
	height:100%;
	background-image: url("../imagens/imagemFundo.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.contentorSite{
	width:1130px;
	height:100%;
	background:#FFF url("../imagens/fundo.png") no-repeat top right;
	text-align:left;
	vertical-align: top;
	position:relative;
	padding:10px 10px 0px 10px;
	min-width: 1130px;
	max-width: 1130px;
}

.contentorBanner{
	height:125px;
	overflow: hidden;
}

.bannerLogotipo{
	position:absolute;
	top:15px;
	left:45px;
}

.bannerLogotipo IMG{
	width:205px;
	height:auto;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
}

.bannerLogotipo IMG:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.bannerIdiomas{
	position:absolute;
	right:30px;
	top:80px;
}

.bannerIdiomas UL{
	list-style: none;
}

.bannerIdiomas LI{
	float:left;
	margin-right:5px;
}

.bannerIdiomas LI:last-child{
	margin:0;
}

.bannerIdiomas A{
	
}

.bannerIdiomas IMG{
	width:30px;
	height:23px;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
}

.bannerIdiomas IMG:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.2);
}

.contentorSlides{
	background:url("../imagens/management.jpg") center;
	width:100%;
	height:400px;
	position:relative;
	overflow:hidden;
}

.contentorMenu1{
	
}

.contentorMenu2{
	
}

.tdRodape{
	height:80px;
	padding:0 10px 10px 10px;
	background:#FFF;
}

.contentorRodape{
	position:relative;
	height:70px;
	padding:20px;
}

.contentorRodape .rodapeCopyright{
	position:absolute;
	top:18px;
	left:10px;
	color:#FFF;
	font-size:13px;
}

.contentorRodape .rodapeRedesSociais{
	position:absolute;
	right:30px;
	top:21px;
}

.contentorRodape UL{
	list-style: none;
	padding:0;
	margin:0;
}

.contentorRodape LI{
	float:left;
	margin-right:5px;
}

.contentorRodape IMG{
	width:30px;
	height:30px;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
}

.contentorRodape IMG:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.2);
}

.margemCima{
	margin-top: 10px;
}

.margemBaixo{
	margin-bottom:10px;
}

.col3-1{
	width:363px;
}

.col3-2{
	width:364px;
}

.col-1{
	/*width:270px;*/
	width:214px;
}

.col-2{
	width:550px;
}

.col-3{
	/*width:830px;*/
	width:886px;
}

.col-4{
	width:1110px;
}

.corFundo1{
	/*background:#053D78; *//* Azul */
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053d78+0,0866a5+100 */
	background: #053d78; /* Old browsers */
	background: -moz-linear-gradient(top,  #053d78 0%, #0866a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#053d78), color-stop(100%,#0866a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #053d78 0%,#0866a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #053d78 0%,#0866a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #053d78 0%,#0866a5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #053d78 0%,#0866a5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053d78', endColorstr='#0866a5',GradientType=0 ); /* IE6-9 */

}

.corFundo2{
	/*background:#F1BB37; *//* Laranja mais claro */
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1bb37+0,ed8e00+100 */
	background: #f1bb37; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1bb37 0%, #ed8e00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1bb37), color-stop(100%,#ed8e00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1bb37 0%,#ed8e00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1bb37 0%,#ed8e00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1bb37 0%,#ed8e00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1bb37 0%,#ed8e00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1bb37', endColorstr='#ed8e00',GradientType=0 ); /* IE6-9 */

}

.corFundo3{
	background:#F79B4F; /* Laranja mais escuro */
}

.espacamentoH{
	width:10px;
	min-width: 10px;
	max-width: 10px;
}

.espacamentoV{
	height:10px;
	min-height: 10px;
	max-height: 10px;
}

.altura1{
	height:30px;
}

.altura2{
	height:40px;
}

.altura3{
	height:60px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.itemMenu1{
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	color:#333;
	text-decoration: none;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	font-weight: bold;
	font-size: 14px;
}

.itemMenu1:hover{
	background:#F79B4F;
	color:#FFF;
}

.itemMenu2{
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	color:#FFF;
	text-decoration: none;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	font-weight: bold;
	font-size: 14px;
}

.itemMenu2:hover{
	background:#336699;
	color:#FFF;
}

.contentorQuemSomos, .contentorOQueFazemos, .contentorContactos{
	position:absolute;
	opacity:0;
	transition: all 1000ms ease;
	top:400px;
	left:0;
	/*background:#F1BB37;*/
	width:1110px;
	height:400px;
	padding:20px;
	color:#333;
	text-shadow: rgba(255,255,255,0.7) 1px 1px 1px;
	overflow: auto;
	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1bb37+0,ed8e00+100 */
	background: #f1bb37; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #f1bb37 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f1bb37)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#f1bb37 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#f1bb37 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#f1bb37 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#f1bb37 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f1bb37',GradientType=0 ); /* IE6-9 */
}

.mostrarContentor{
	top:0px;
	opacity:1;
}

.slides{
	top:0px;
	opacity:1;
}

.esconderContentor{
	opacity:0;
	top:-400px;
}

.marcas TD IMG{
	transition:all 500ms ease;
	transform: scale(1);
}

.marcas TD:hover IMG{
	transform: scale(1.1);
}

div#sld_internacional.slides{
	margin-top:20px;
}

div#sld_automotive.slides div.slidesTexto, div#sld_internacional.slides div.slidesTexto{
	padding:0;
}

.sld_automotive TD IMG{
	transition:all 500ms ease;
	opacity:1;
	-webkit-opacity:1;
}

.sld_automotive TD IMG:hover{
	
	opacity:0.8;
	-webkit-opacity:0.8;
}

table.sld_automotive tbody tr td a h5{
	text-shadow: none;
	text-decoration: none;
	font-size:18px;
	color:#333;
}

.escolhido{
	background:#ed8e00 ;
}

.btn_voltar A{
	text-decoration: none;
	color:#333;
}

.btn_voltar A:hover{
	color:#FF9900;
}

.bannerPesquisa{
	position:absolute;
	top:95px;
	left:705px;
}

.nomeProdutoListagem{
	font-size:12px;
	text-shadow:none;
	color:#333;
	text-align:center;
	position:relative;
	top:10px;
}

.pesquisaInput .sistema_forms{
	border:#000000 solid 2px;
}

.pesquisaInput .sistema_forms input{
	color:#000;
}