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

@font-face {
    font-family: 'robotolight';
    src: url('types/roboto-light.eot');
    src: url('types/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('types/roboto-light.woff') format('woff'),
         url('types/roboto-light.ttf') format('truetype'),
         url('types/roboto-light.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('types/roboto-regular-webfont.eot');
    src: url('types/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('types/roboto-regular-webfont.woff2') format('woff2'),
         url('types/roboto-regular-webfont.woff') format('woff'),
         url('types/roboto-regular-webfont.ttf') format('truetype'),
         url('types/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
	padding:0; 
	margin:0; 
	outline:none; 
	list-style:none; 
	text-decoration:none;
	font-family:robotolight;
	font-size:18px;
	letter-spacing:-1px;
	color:#171717;
	border:none 
}

a{
	padding:0; 
	margin:0; 
	outline:none; 
	list-style:none; 
	text-decoration:none;
	font-family:robotolight;
	letter-spacing:-1px;
	font-size:16px;
	border:0;
}

.input{ 
	border:1px solid #CCC; 
	background-color:#FFF; 
	padding:15px 10px; 
	font-size:16px; 
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px
}

.select{ 
	border:1px solid #CCC; 
	background-color:#FFF; 
	padding:10px 10px; 
	font-size:16px; 
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px
}

.submit{
	background-color:#640000; 
	border:none; 
	float:right; 
	padding:10px 15px; 
	color:#FFF; 
	font-size:16px; 
	cursor:pointer
}

.submit:hover{
	background-color:#790000;
}

.tituloSessao{
	font-family:robotolight;
	width:100%;
	font-size:35px;
	padding-bottom:10px;
}

.overlayModal{
	position: fixed;
	z-index: 999997;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.9;
	display:none
}

.modalEsqueciSenha{
	z-index: 999998;
    width:500px;
    height:160px;    
	position:fixed; 
    top:50%; 
    margin-top:-80px;
    left:50%;
    margin-left:-250px;
    background-color:#FFF;
	padding:30px;
	display:none
}

.modalCadastrar{
	z-index: 999998;
    width:650px;
    height:450px;    
	position:fixed; 
    top:50%; 
    margin-top:-250px;
    left:50%;
    margin-left:-325px;
    background-color:#FFF;
	padding:30px;
	display:none
}

.overlayModalProdutos{
	position: fixed;
	z-index: 999997;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.9;
	display:none
}

.modalLinhaProdutos{
	z-index: 999998;
    width:560px;
    height:145px;    
	position:fixed; 
    top:50%; 
    margin-top:-72px;
    left:50%;
    margin-left:-280px;
	display:none;
}
	
.tip{
	color: #fff;
	background:#000;
	display:none;
	padding:10px;
	position:absolute;	
	z-index:1000;
	font-size:14px
}

body{
	background:url(img/fndGeral.jpg) top center repeat-x
}

#topo{
	height:172px;
	width:100%;
	background:url(img/bgTopo.png) repeat-x top;
}

#topoConteudo{
	height:172px;
	width:1000px;
	margin:0 auto;
}

#topoLogo{
	width:195px;
	height:100px;
	float:left;
	margin:42px 0 0 0;
}

#topoMenus{
	width:700px;
	height:auto;
	float:right;
	display:table;
}

#bandeirinhas{
	width:700px;
	height:16px;
	float:right;
	margin:35px 0 0 0;
}

#menuSecundario{
	width:400px;
	float:right;
	margin:20px 0 0 0;
}

#menuPrincipal{
	width:700px;
	height:16px;
	float:right;
	margin:20px 0 0 0;
}

.navMenuPrinc {
  text-decoration: none;
  border-bottom: 4px solid transparent;
  padding: 0px 0px;
  color:white;
  font-size:16px;
  font-family:robotolight;
  float:right;
  margin-left:20px;
  letter-spacing:0px;
}

#menuSecundario ul li, #menuPrincipal ul li{
	color:white;
	font-size:16px;
	font-family:robotolight;
	font-weight:bold;
	float:right;
	margin-left:25px
}

#bannerPrincipal{
	height:375px;
	width:1000px;
	margin:30px auto 0px auto;
}

#bannerPrincipalMidia{
	height:350px;
	width:1000px;
	background:#000;
}

.navegacaoBannerTop{
	margin: 20px 0 0 960px; 
	position:absolute; 
	z-index:3000; 
	overflow:hidden;
}

#navegacaoBannerTop a{
	margin: 10px 5px; 
	background:url(img/acoesSlider.png) top; 
	height:16px; 
	width:16px; 
	display:block; 
	color:transparent
}

#navegacaoBannerTop a.activeSlide{
	background:url(img/acoesSlider.png) bottom
}

#bannerPrincipalBusca{
	height:48px;
	width:710px;
	background:#FFF;
	border:1px solid #CCC;
	margin:-25px auto 0 auto;
	z-index:3000;
	position:relative
}

#buscaPrincipal{
	width:630px;
	font-size:20px;
	font-weight:bold;
	border:none;
	padding:10px;
	float:left
}

#conteudoPaginas{
	width:1000px;
	height:auto;
	margin:0 auto;
	display:table;
	margin-top:40px
}

#rodape{
	height:220px;
	width:100%;
	margin:50px auto 0px auto;
	background:#171717;
}

#rodapeConteudo{
	height:200px;
	width:1000px;
	margin:0 auto;
}

#menuRodape{
	width:auto;
	height:16px;
	margin:20px auto;
	padding:30px 0 10px 0;
	display:table; 
}

#menuRodape ul li{
	color:white;
	font-size:16px;
	font-family:robotolight;
	font-weight:bold;
	float:right;
	margin-left:25px
}

#infoRodape{
	width:600px; 
	margin:0 auto; 
	font-size:14px; 
	text-align:center; 
	letter-spacing:0px; 
	color:#FFFFFF
}

#rodapeSocial{
	width:auto; 
	height:44px; 
	margin:25px auto;
	text-align:center
}

/*ESTILOS DA CAPA*/

#segmentos{
	height:178px;
	width:1000px;
	margin:40px auto 0px auto;
}

#segmentosBoxOffroad{
	height:178px;;
	width:490px;
	background:#CCC;
	float:left;
	transition:ease 0.3s;
	background:url(img/chamadaOffroad.jpg) bottom
}

#segmentosBoxOffroad:hover{
	background:url(img/chamadaOffroad.jpg) top
}

#segmentosBoxStreet{
	height:178px;;
	width:490px;
	background:#CCC;
	float:right;
	transition:ease 0.3s;
	background:url(img/chamadaStreet.jpg) bottom
}

#segmentosBoxStreet:hover{
	background:url(img/chamadaStreet.jpg) top
}

#destaquesCapa{
	height:280px;
	width:100%;
	margin:40px auto 0px auto;
	background:#171717;
	padding:30px 0;
}

#destaquesCapaConteudo{
	height:280px;
	width:1000px;
	margin:0 auto;
}

#titDestaquesCapa{
	height:35px;
	width:1000px;
	float:left;
	margin-top:10px
}

#passaDestaquesCapa{
	height:150px;
	width:1000px;
	float:left;
	margin:40px 0;
}

#boxDestaquesCapa{
	height:170px;
	width:325px;
	background:#363636;
	float:left;
	margin:0 5px
}

#fotoBoxDestaqueCapa{
	width:170px; 
	height:170px; 
	float:left; 
	background-color:#FFFFFF
}

#nomeBoxDestaqueCapa{
	width:130px; 
	height:105px; 
	float:right;
	color:#FFFFFF;
	font-size:15px;
	text-align:center;
	padding:10px;
}

#detalhesBoxDestaqueCapa{
	width:78px; 
	height:18px; 
	float:left;
	color:#FFFFFF;
	font-size:14px;
	line-height:20px;
	text-align:center;
	margin:10px 32px;
	padding:2px 5px;
	background-color:#1f1f1f;
	border:#CCCCCC 1px solid;
	cursor:pointer;
	font-family:robotoregular
	
}

#conteudoCapa{
	height:360px;
	width:1000px;
	margin:30px auto 0px auto;
}

#conteudoCapaEsq{
	height:360px;
	width:710px;
	float:left;
}

#chamadaBlog{
	height:280px;
	width:215px;
	margin:11px 18px 0 0;
	float:left;
	overflow:hidden
}

#fotoChamadaBlog{
	width:215px;
	height:150px;
	overflow:hidden
}

#dataChamadaBlog{
	color:#666;
	font-size:14px;
	padding:3px 0;
	letter-spacing:0px
}

#tituloChamadaBlog{
	color:#333;
	font-size:18px;
	font-weight:bold;
	line-height:20px
}

#previaChamadaBlog{
	color:#666;
	font-size:14px;
	padding:5px 0;
	letter-spacing:0px;
	line-height:15px;
	font-family:robotolight;
	line-height:20px
}

#conteudoCapaDir{
	height:370px;
	width:255px;
	float:right;
	border-left: 1px solid #CCC;
	padding-left:30px;
}

#chamadaTeam{
	height:260px;
	width:255px;
	margin:11px 18px 0 0;
	float:left;
	background:url(img/chamadaTeam.jpg);
}

/*ESTILOS PAGINAS LISTA PRODUTOS*/

#produtosConteudoEsq{
	width:200px;
	height:auto;
	float:left;
	display:table
}

/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
	width:200px;
	height:auto;
	z-index: +5;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	z-index: +5;
}

ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
	z-index: +5;
}

/* Root Menu */
ul#navmenu a {
	display: block;
	color: #FFFFFF;
	font-size:14px;
	font-family:robotoregular;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	background-color:#000;
	padding:10px;
	z-index: +5;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background-color:#333;
	z-index: +5;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	color:#FFFFFF;
	background-color:#000;
	z-index: +5;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	color: #FFF;
	background-color:#333;
	z-index: +9;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  	display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  	display: block;
}

#chamadaSegmentosProdutosOffroad{
	width:200px;
	height:107px;
	background:url(img/chamadaOffroadMini.jpg);
	margin:10px 0;;
}

#chamadaSegmentosProdutosStreet{
	width:200px;
	height:107px;
	background:url(img/chamadaStreetMini.jpg);
	margin:10px 0;;
}

#chamadaSegmentosProdutosCasual{
	width:200px;
	height:107px;
	background:url(img/chamadaCasualMini.jpg);
	margin:10px 0;;
}

#produtosConteudoDir{
	width:765px;
	height:auto;
	float:right;
	padding-bottom:20px;
	display:table
}

#titListaProdutos{
	width:100%;
	height:35px;
	font-size:25px;
	margin-bottom:20px;
	padding-left:10px
}

#boxProduto{
	width:180px;
	height:auto;
	float:left;
	margin-right:11px;
	margin-bottom:20px;
	display:table
}

.hoverIMG{
	height:160px; 
	width:160px; 
	position:absolute; 
	background:url(img/lupa.png); 
	z-index:100000;
	margin-left:10px; 
	display:none;
}

#fotoProdutoBox{
	width:160px;
	height:160px;
	float:left;
	margin-left:10px
}

#nomeProdutoBox{
	width:160px;
	height:55px;
	float:left;
	margin:10px 10px 0px 10px;
	font-size:14px;
	color:#333;
	text-align:center;
}

/*ESTILOS PAGINAS MOSTRA PRODUTOS*/

#principalMostraProduto{
	height:auto;
	width:765px;
	margin-top:8px;
	display:table;
	margin-bottom:30px
}

#principalMostraProdutoEsq{
	height:auto;
	width:365px;
	float:left
}

#principalMostraProdutoEsqFoto{
	width:353px;
	height:353px;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	overflow:hidden;
	padding:5px;
	cursor:crosshair
}

#fotosSecundariasMostraProduto{
	background-color:#000; 
	height:40px; 
	width:70px; 
	text-align:center; 
	overflow:hidden; 
	border:1px solid #CCC; 
	float:left; 
	margin-right:10px
}

#principalMostraProdutoEsqAcoes{
	width:363px;
	height:17px;
	margin-top:10px
}

#principalMostraProdutoMiniaturas{
	width:363px;
	height:auto;
	margin-top:20px
}

#principalMostraProdutoDir{
	height:auto;
	width:400px;
	float:right
}

#principalMostraProdutoDirNome{
	height:auto;
	width:365px;
	display:table;
	background-color:#1f1f1f;
	padding:10px 10px 10px 25px;
	float:left;
	font-size:26px;
	color:#FFFFFF
}

#principalMostraProdutoDirDesc{
	height:auto;
	width:355px;
	padding:15px 40px 10px 25px;
	float:left;
}

#estiloDescMostraProduto{
	font-size:14px;
	letter-spacing:0px;
	line-height:18px;
	text-align:justify;
	color:#1f1f1f;
	margin-bottom:20px
}

#btsSocial{
	width:100%;
	height:20px;
	margin-top:20px;
	background-color:#FFF;
}

#infoMostraProduto{
	height:auto;
	width:765px;
	margin-top:15px;
	display:table
}

#titInfoMostraProduto{
	width:100%;
	height:35px;
	font-size:25px;
	margin-bottom:10px;
}

/*ESTILOS PAGINAS BLOG*/
	
#blogEsq{
	width:700px;
	height:auto;
	display:table;
	float:left
}

#blogEsqMaior{
	width:1000px;
	height:auto;
	display:table;
	float:left
}

#boxNewsBlog{
	width:700px;
	height:170px;
	display:table;
	margin-bottom:40px;
	float:left
}

#boxNewsBlogData{
	background-color:#161616;
	height:50px;
	width:50px;
	padding:10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:26px;
	text-align:center;
	line-height:25px;
	float:left
}

#boxNewsBlogFoto{
	height:170px;
	width:260px;
	float:left;
	overflow:hidden
}

#boxNewsBlogInfo{
	height:170px;
	width:350px;
	float:left;
	margin-left:20px;
	margin-top:-5px;
	
}

#blogDir{
	width:200px;
	height:auto;
	display:table;
	float:right;
	border-left:1px solid #CCC;
	padding:0 10px 10px 10px
}

#tituloMostraNoticia{
	font-size:38px; 
	font-weight:bold;
	padding:10px 0;
}

#subMostraNoticia{
	font-size:16px; 
	font-weight:bold; 
	color:#999; 
	padding:5px 0;
	font-family:robotolight
}

#shareMostraNoticia{
	padding:5px 0;
}

#corpoNoticia{
	text-align:justify; 
	font-size:16px; 
	line-height:30px;
	font-family:robotolight;
	letter-spacing:0px;
	margin-top:10px
}

#fotoMostraNoticia{
	float:left; 
	margin:10px 20px 0 2px; 
	border:1px solid #CCC; 
	padding:5px
}

#fonteMostraNoticia{
	font-size:16px; 
	font-weight:bold; 
	color:#665; 
	margin-top:20px
}

#retornaBlogMostraNoticia{
	font-size:16px; 
	font-weight:bold; 
	color:#640000; 
	margin-top:20px
}

/*ESTILOS PAGINAS ACESSO COMPRAS*/

#caixaLogin{
	width:415px;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	float:left;
	margin-left:20px;
	margin-bottom:40px;
	padding:20px;
}

/*ESTILOS PAGINAS ONDE COMPRAR*/

#ondeComprarEsq{
	width:460px;
	height:250px;
	float:left;
	padding:0 20px;
	background:url(img/mapaBrasil.jpg) no-repeat
}

#ondeComprarDir{
	width:460px;
	height:auto;
	float:left;
	padding:0 20px
}

/*ESTILOS PAGINAS SAC*/

#sacEsq{
	width:460px;
	height:250px;
	float:left;
	padding:0 20px;
	background:url(img/mapaBrasil.jpg) no-repeat
}

#sacDir{
	width:460px;
	height:auto;
	float:left;
	padding:0 20px
}

/*ESTILOS PAGINAS INSTITUCIONAL*/

#institucionalSessao{
	width:950px;
	height:160px;
	margin:0 auto;
	margin-bottom:90px
}

#institTitSessao{
	font-size:40px; 
	color:#333; 
}

#institucionalSessaoTexto{
	width:580px;
	height:160px;	
}

#institucionalSessaoFoto{
	width:350px;
	height:160px;
	margin-top:10px
}

/*ESTILOS PAGINA TEAM */

#boxPiloto{
	width:320px;
	height:auto;
	margin:0 5px 20px 5px;
	float:left;
}

#boxPilotoFoto{
	width:320px;
	height:210px;
}

#boxPilotoNome{
	width:300px;
	height:32px;
	background-color:#191919;
	padding:10px 10px;
	font-size:24px;
	color:#FFF
}

#boxPilotoInfo{
	width:300px;
	height:180px;
	background-color:#333;
	padding:10px 10px;
	font-size:16px;
	color:#FFF;
}

#boxPilotoInfo p{
	font-size:16px;
	color:#FFF;
	margin-bottom:8px
}

#boxPilotoSite{
	width:300px;
	height:24px;
	background-color:#191919;
	padding:10px 10px;
	font-size:16px;
	color:#FFF;
}

#boxPilotoSite a{
	font-size:16px;
	color:#FFF;
}