/*------------------------------------------------------------------
[Table of contents]
1. Banner Pincipal
2. Topo
2. Página Inicial
3. Rodapé
4. Página Empresa
5. Página Contato
6. Página Download
7. Página Tecnologoia
-------------------------------------------------------------------*/
body{
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden;
	margin: 0px;
}
p{
	color: #676767;
	font-size: 1.2em;
}
.img-responsive, .thumbnail>img, .thumbnail a>img{
	display: inline-block;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
button:active{
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.text-center{
	text-align:center;
}
ul,ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a{ outline: none; cursor: pointer; }
a:hover{
	text-decoration: none;
}
.f-right{ float: right; }
.f-left{ float: left; }
.clear, .clear-lg, .clear-sm, .clear-xs {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear-lg, .clear-sm, .clear-xs {
	display: none;
}
/*-------------------
[1. Banner Pincipal]
---------------------*/
#bannerPrincipal{
	font-size: 0px;
	position: relative;
	z-index: 5;
	margin-bottom: 15px;
}
#bannerPrincipal .owl-item .item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
#bannerPrincipal .owl-item .item img{
	width: 100%;
}
#bannerConteudo .loaderBanner{
	text-align: center;
	padding: 20px 0;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
#bannerPrincipal .owl-dots {
	z-index: 5;
	position: relative;
	width: 100%;
	max-width: 1170px;
	margin: -70px auto 0 auto;
	counter-reset: dots;
	text-align: right;
}
#bannerPrincipal .owl-dots .owl-dot span{
	width: 45px;
	text-align: center;
	height: 45px;
	background: transparent;
	border:1px solid #fff;
}
#bannerPrincipal .owl-dots .owl-dot.active span{
	background: #ffe906;
	border:1px solid #ffe906;
}
#bannerPrincipal  .owl-dot span:before {
	counter-increment: dots;
	content: counter(dots);
	font-size: 15px;
	line-height: 45px;
}
#bannerPrincipal .owl-dots .owl-dot span:before{
	color: #fff;
}
#bannerPrincipal .owl-dots .owl-dot.active span:before{
	color: #ffffff;
}
#bannerPrincipal .owl-nav{
	margin: 15px 0px 0px 0px;
	position: relative;
	z-index: 5;
	display: none;
}
#bannerPrincipal .owl-nav [class*='owl-']{
	margin-top: 0px;
	padding: 4px 12px;
	margin-bottom: 0px;
	background-color: #0b5da9;
	color: #fff;
	border-radius: 50px;
}
/*-------------------
[2. Topo]
---------------------*/
#topo{
	z-index: 10;
	display: block;
	width: 100%;
	background: #0b5da9;
	position: relative;
}
body#inicial #topo{
	background: transparent;
	position: absolute;
}
body#downloads #topo,
body#onde #topo{
	border-bottom: 1px solid #fff;
}
body#downloads #topo .col-md-3 a:after,
body#onde #topo .col-md-3 a:after{
	width: 1000%;
	height: 5px;
	content: "";
	position: absolute;
	background-color: #0b5ca9;
	left: -980%;
	top: 116px;
	z-index: 1;
}
#topo .col-md-3 a{
	position: relative;
	display: block;
	width: 100%;
}
#topo .col-md-3 a img{
	position: relative;
	z-index: 2;
	margin: 45px 0 0 25px;
}
#topo .col-md-3 a:before{
	content: "";
	width: 640px;
	height: 169px;
	background: url(../img/raio.png);
	position: absolute;
	top: 0px;
	left: -345px;
	display: block;
	z-index: 2;
}
#menu {
	margin: 50px 0 0 15px;
	float: right;
}
#menu ul li{
	display: block;
	float: left;
}
#menu ul li a{
	margin-right: 25px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 5px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	border-bottom: 1px solid transparent;
}
#menu ul li:last-child a{
	margin-right: 0;
}
#menu ul li a:hover{
	color: #ffe906;
	border-bottom: 1px solid #ffe906;
}
#menu ol{
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 1px 1px 1px #000;
	padding: 5px 0px 5px 0;
	margin-top: 4px;
}
#menu ul li:hover ol{
	display: block;
}
#menu ol:before{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 10px;
	top: -20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
#menu ol li {
	float: none;
}
#menu ol li a {
	color: #000;
	display: block;
	padding: 5px 15px;
	margin: 0px;
}
#menu ol li a:hover {
	color: #0b5ca9;
	border-bottom-color: #0b5ca9;
}
.btn-mobile{
	float: right;
	margin-top: -55px;
	position: relative;
	width: 35px;
	height: 35px;
	color: #fff;
	background-color: #0b5ca9;
	border:none;
}
/*-------------------
[3. Página Inicial]
---------------------*/
#searchBateriaInicial{
	margin-top: -297px;
	z-index: 5;
	background-color: #0b5da9;
	display: block;
	float: left;
	width: 50%;
	padding: 60px;
	position: relative;
}
#searchBateriaInicial:before{
	width: 100%;
	left: -100%;
	top: 0px;
	background-color: #0b5da9;
	content: "";
	position: absolute;
	height: 100%;
}
#searchBateriaInicial h1{
	margin: 0px 0px 20px 0px;
	color: #fff;
	font-weight: 300;
}
#searchBateriaInicial form{
	width: 300px;
	float: right;
}
#searchBateriaInicial .select-style {
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	background: #fff;
	height: 40px;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
}
#searchBateriaInicial .select-style:before{
	width: 1px;
	height: 40px;
	position: absolute;
	content: "";
	right: 40px;
	top: 0px;
	border-left: 1px solid #0b5da9;
}
#searchBateriaInicial .select-style:after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	color: #0b5da9;
	position: absolute;
	right: 15px;
	top: 12px;
}
#searchBateriaInicial .select-style select {
	color: #0b5da9;
	cursor: pointer;
	height: 40px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}
#searchBateriaInicial .select-style select option {
	color: #070105
}
#searchBateriaInicial .select-style select:focus {
	outline: none
}
#searchBateriaInicial form button{
	float: right;
	border: none;
	background: transparent;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	padding-left: 20px;
	color: #fff;
}
#searchBateriaInicial form button:hover{
	background-color: #ffe906;
	color: #0b5da9;
}
#searchBateriaInicial form button i{
	width: 45px;
	height: 45px;
	color: #0b5da9;
	background: #ffe906;
	line-height: 45px;
	border-radius: 45px;
	margin-left: 10px;
	font-size: 18px;
}
.videoHome{
	float: left;
	width: 50%;
	margin-top: 30px;
	background-color: #000;
	position: relative;
}
.videoHome:hover img{
	opacity: 0.7;
}
.videoHome a span{
	position: absolute;
	color: #ffffff;
	bottom: 20px;
	left: 60px;
	z-index: 5;
	line-height: 18px;
	text-transform: uppercase;
	background: #0b5da9;
	padding: 6px 15px;
}
.videoHome a span:before{
	text-shadow: none;
	width: 34px;
	height: 48px;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f275";
	color: #0b5da9;
	position: absolute;
	left: -33px;
	top: 0px;
	/* border-radius: 50px; */
	line-height: 48px;
	font-size: 14px;
}
#produtosHome{
	float: left;
	display: block;
	width: 100%;
}
#produtosHome h1{
	width: calc(50% - 50px);
	font-size: 158px;
	color: #0b5da9;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	line-height: 120px;
	margin: -130px 0px 0px 0px;
	margin-right: 50px;
	letter-spacing: -10px;
	float: left;
}
#produtosHome h1 span{
	display: block;
}
#produtosHome h2{
	float: left;
	width: 50%;
	font-weight: normal;
}
#produtosHome .owl-carousel{
	margin-top: 60px;
}
#produtosHome .owl-carousel .owl-item a{
	display: block;
	background-color: #000;
}
#produtosHome .owl-carousel .owl-item a span {
	position: absolute;
	bottom: 0px;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 30px;
	color: #fff;
	width: 100%;
	z-index: 5
}
#produtosHome .owl-carousel .owl-item a span:before {
	content: "+";
	position: absolute;
	right: 25px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: 100;
	line-height: 39px;
	font-size: 20px;
}
#produtosHome .owl-carousel .owl-item a:hover span {
	color: #0b5ca9;
}
#produtosHome .owl-carousel .owl-item a:hover span:before {
	border: 1px solid #0b5ca9;
	color: #0b5ca9;
}
#produtosHome .owl-carousel .owl-nav{
	margin-top: 0px;
	position: absolute;
	top: -38px;
	right: 0;
}
#produtosHome .owl-carousel .owl-nav [class*='owl-']{
	font-size: 18px;
	color: #000;
	background-color: transparent;
	margin: 0px;
}
#produtosHome .owl-carousel .owl-nav [class*='owl-']:hover{
	color: #0b5da9;
}
#produtosHome .owl-carousel .owl-nav .owl-prev i:before{
	content: "\f177";
}
#produtosHome .owl-carousel .owl-nav .owl-next i:before{
	content: "\f178";
}
#ondeComprarHome{
	float: left;
	position: relative;
	width: 100%;
	background: #0b5da9;
	background: -moz-linear-gradient(left, #ffffff 50%, #0b5da9 50%);
	background: -webkit-linear-gradient(left, #ffffff 50%, #0b5da9 50%);
	background: linear-gradient(to right, #ffffff 50%, #0b5da9 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b5da9',GradientType=1 );
	display: block;
	margin-top: 60px;
}
#ondeComprarHome .owl-carousel .owl-nav{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
#ondeComprarHome .col-sm-6{
	padding: 0px;
	position: relative;
	z-index: 1
}
#ondeComprarHome .col-sm-6 img{
	display: inline-block;
	width: 100%;
}
#ondeComprarHome .backMeio{
	position: absolute;
	width: 100%;
	left: -50%;
	height: 100%;
	display:none;
}
#ondeComprarHome .backMeio.active{
	display: block;
}
#ondeComprarHome .owl-carousel .owl-nav [class*='owl-']{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 22px;
	border-radius: 50px;
	border: 1px solid #fff;
	background: transparent;
	text-align: center;
	margin:0;
}
#ondeComprarHome .owl-carousel .owl-nav [class*='owl-']:hover{
	background: #ffe906;
	border-color: #ffe906;
	color: #0b5ca9;
}
#ondeComprarHome .owl-carousel .owl-nav .owl-prev{
	margin-bottom: 20px;
}
#ondeComprarHome .owl-carousel .owl-nav .owl-prev i:before{
	content: "\f176";
}
#ondeComprarHome .owl-carousel .owl-nav .owl-next i:before{
	content: "\f175";
}
#icons{
	float: left;
	width: 100%;
	margin: 60px 0;
}
#icons ul.child1 li{
	display: block;
	float: left;
	text-align: center;
}
#icons ul.child2{
	float: right;
}
#icons ul.child2 li{
	text-align: center;
	display: block;	
	float: left;
}
#icons ul li img{
	display: inline-block;
}
/*-------------------
[3. Rodapé]
---------------------*/
#rodape{
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #0b5da9;
	overflow: hidden;
	position: relative;
}
#rodape .box-1,
#rodape .box-2{
	float: left;
	margin-right: 80px;
}
#rodape .box-1 h1,
#rodape .box-2 h1,
#rodape .box-2 h2{
	font-size: 1.2em;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
#rodape .box-1 ul li a,
#rodape .box-2 ul li a{
	margin-bottom: 10px;
	color: #ffffff;
	display: block;
	position: relative;
}
#rodape .box-2{
	margin-right: 0px;
}
#rodape .box-2 p{
	margin-bottom: 0px;
}
#rodape .box-2 h2{
	margin-top: 25px;
}
#rodape .box-2 p.end{
	margin-bottom: 15px;
}
#rodape .box-2 p,
#rodape .box-2 p a{
	color: #fff;
	display: block;
}
#rodape .box-2 p.email a{
	margin-bottom: 10px;
}
#rodape .box-2 p.rs a{
	display: inline-block;
	margin-right: 20px;
}
#rodape .box-1 a:hover,
#rodape .box-2 p a:hover{
	color: #4886bf
}
#rodape .copy{
	margin-top: 50px;
	position: relative;
}
#rodape .copy p{
	color: #fff;
	text-transform: uppercase;
}
#rodape .copy a{
	position: absolute;
	top: -15px;
	left: 470px;
}
#rodape:before{
	content: "";
	background: url(../img/marte-footer.png) no-repeat;
	display: block;
	position: absolute;
	width: 1542px;
	height: 569px;
	left: 0px;
	top:0%;
}
/*-------------------
[4. Pagina Empresa]
---------------------*/
#bannerInternoEmpresa{
	width: 100%;
	display: block;
	float: left;
}
#bannerInternoEmpresa img{
	width: 100%;
	display: inline-block;
}
#bannerInternoEmpresa h1{
	text-align: center;
	margin: 0px;
	background-color: #ffe906;
	color: #0b5ca9;
	line-height: 60px;
	text-transform: uppercase;
	padding: 20px 0;
	font-weight: 300;
	letter-spacing: 2px;
}
.breadCrumb{
	margin: 30px 0;
}
.breadCrumb ul li a{
	padding-left: 30px;
	position: relative;
	color: #676767; 
}
.breadCrumb ul li a:before{
	content: "";
	width: 8px;
	height: 16px;
	background: url(../img/paph-0.png) no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.conteudoEmpresa h1{
	margin: 0px 0px 20px 0px;
	color: #0b5da9;
	font-size: 30px;
	font-weight: 700;
}
#bannerEmpresa{
	margin-top: 30px;
}
#bannerEmpresa .owl-nav{
	position: absolute;
	width: calc(100% + 60px);
	top: 50%;
	left: -30px;
	margin-top: -37px;
}
#bannerEmpresa .owl-nav [class*='owl-']{
	position: absolute;
	font-size: 50px;
	padding: 0px;
	margin: 0px;
	background: transparent;
	color: #ababab;
}
#bannerEmpresa .owl-nav [class*='owl-']:hover{
	color: #0b5da9
}
#bannerEmpresa .owl-nav .owl-prev{
	left: 0px;
}
#bannerEmpresa .owl-nav .owl-next{
	right: 0px;
}
/*-------------------
[5. Página Contato]
---------------------*/
.fundoContato{
	margin-top: -6px;
	display: block;
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #ffe906;
}
.fundoContato .col-md-6{
	padding: 0px 5px;
}
#contactform h1{
	text-align: center;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	color: #0b5ca9;
	font-weight: 300;
	font-size: 30px;
}
#contactform input{
	margin-bottom: 10px;
	border-radius: 0px;
	height: 40px;
	border:none;
	box-shadow: none;
	color: #0b5ca9;
}
#contactform textarea{
	box-shadow: none;
	color: #0b5ca9;
	border:none;
	border-radius: 0px;
	height: 140px;
	resize: vertical;
}
#contactform button{
	position: absolute;
	right: 15px;
	bottom: 10px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	border:none;
	line-height: 35px;
	background: #0b5ca9;
	color: #fff;
}
#contactform button:hover{
	background: #094074;
}
/*-------------------
[6. Página Download]
---------------------*/
#fundoDownload{
	display: block;
	float: left;
	width: 100%;
	background-color: #0b5ca9;
	padding: 80px 0;
}
.boxDownload h1{
	color: #fff;
	display: block;
	margin: 0px;
	font-weight: bold;
	font-size: 45px;
	text-align: right;
}
.boxDownload h2{
	color: #ffe906;
	display: block;
	margin: 0px;
	font-weight: 300;
	font-size: 45px;
	text-align: right;
}
.boxDownload {
	float: right;
}
.boxDownload .titulo{
	float: left;
	margin-right: 30px;
}
.boxDownload ul{
	float: left;
	margin-left: 40px;
	margin-top: 0px;
}
.boxDownload ul li{
	margin-bottom: 10px;
}
.boxDownload ul li img{
	display: inline-block;
	vertical-align: middle;
}
.boxDownload ul li span{
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}
.boxDownload ul li:hover img{
	opacity: 0.8;
}
.boxDownload ul li:hover span{
	color: #4886bf;
}
/*-------------------
[7. Página Tecnologia]
---------------------*/
#fundoTecnologia{
	display: block;
	float: left;
	width: 100%;
	margin-top: 50px;
}
.toggle-wrap{
	display: block;
	width: 100%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}
.toggle-wrap .trigger{
	display: block;
	width: 100%;
	padding: 20px 0;
}
.toggle-wrap .trigger a{
	color: #676767;
	font-size: 22px;
	font-weight: 300;
	text-decoration: none;
}
.toggle-wrap .trigger a i{
	color: #0b5ca9;
	font-size: 20px;
}
.toggle-wrap .toggle-container{
	width: 100%;
	display: none;
	padding:0 30px 20px 30px;
}
.toggle-wrap.active .trigger a i:before{
	content: "\f105";
}
.toggle-wrap.active .toggle-container{
	display: block;
}
/*-------------------
[8. Página Onde Comprar]
---------------------*/
#fundoOnde{
	height: 590px;
	width: 100%;
	float: left;
	background-color: #0b5ca9;
}
.mapaBrasil{
	position: absolute;
	width: 710px;
	height: 590px;
	display: block;
	content: "";
	background: url(../img/brasil.png);
	right: 0px;
	top: 0px;
}
#onde-comprar{
	display: block;
	width: 500px;
	margin-top: 300px;
	position: relative;
	z-index: 5;
}
#onde-comprar h1{
	color: #fff;
	font-weight: 300;
	margin: 0 0 30px 0;
}
#onde-comprar .select-style {
	width: 300px;
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
	border-radius: 0;
	overflow: hidden;
	background: #fff;
	height: 40px;
	color: #fff;
	margin-bottom: 0px;
	position: relative;
	display: inline-block;
}
#onde-comprar .select-style:before{
	width: 1px;
	height: 40px;
	position: absolute;
	content: "";
	right: 40px;
	top: 0px;
	border-left: 1px solid #0b5da9;
}
#onde-comprar .select-style:after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	color: #0b5da9;
	position: absolute;
	right: 15px;
	top: 12px;
}
#onde-comprar .select-style select {
	color: #0b5da9;
	cursor: pointer;
	height: 40px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}
#onde-comprar button{
	position: absolute;
	margin-left: 20px;
	height: 40px;
	border: none;
	background: transparent;
}
#onde-comprar button:hover{
	background-color: #ffe906;
}
#onde-comprar button span{
	text-transform: uppercase;
	color: #fff;
}
#onde-comprar button:hover span{
	color: #0b5ca9;
}
#onde-comprar button span i{
	width: 39px;
	height: 39px;
	background-color: #ffe906;
	border-radius: 50px;
	margin-left: 10px;
	text-align: center;
	line-height: 39px;
	color: #0b5ca9;
}
#mapaOndeComprar,
#mapaRevenda{
	display: none;
	width: 100%;
	height: 600px;
}
/*PAGINA DE PRODUTO*/
body#produtos #produtoForm{
	display: block;
	background: #77787b;
	padding: 30px 0;
	margin-bottom: 50px;
}
body#produtos #produtoForm h1{
	color: #ffffff;
	text-align: center;
	margin:0px 0px 30px 0px;
	font-weight: 300;
	font-size: 28px;
}
body#produtos #produtoForm .col-md-3{
	padding:0 7px;
}
body#produtos #produtoForm .select-style {
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	background: #fff;
	height: 40px;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
}
body#produtos #produtoForm .select-style:before{
	width: 1px;
	height: 40px;
	position: absolute;
	content: "";
	right: 40px;
	top: 0px;
	border-left: 1px solid #77787b;
}
body#produtos #produtoForm .select-style:after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	color: #77787b;
	position: absolute;
	right: 15px;
	top: 12px;
}
body#produtos #produtoForm .select-style select {
	color: #77787b;
	cursor: pointer;
	height: 40px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1em;
	text-transform: uppercase;
}
body#produtos #produtoForm .select-style select option {
	color: #070105
}
body#produtos #produtoForm .select-style select:focus {
	outline: none
}
body#produtos #produtoForm #ano_select{
	width: calc(100% - 40px);
}
body#produtos #produtoForm button{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	border:none;
	background-color: #fff;
	color: #77787b;
	text-align: center;
	line-height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#bateria-Lista .item{
	display: block;
	background: #e9e9e9;
	padding: 20px;
	text-align: center;
	width: 100%;
	max-width: 265px;
	margin: 10px auto;
}
#bateria-Lista .item:hover{
	background-color: #d6d6d6;
}
#bateria-Lista .item img{
	margin: 20px 0;
	width: auto;
	max-width: 100%;
	display: inline-block;
}
#bateria-Lista .item span{
	text-align: left;
	color: #676767;
	font-weight: 600;
	font-size: 18px;
	display: block;
	position: relative;
	padding-right: 35px;
}
#bateria-Lista .item span:before {
	content: "+";
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #676767;
	color: #676767;
	border-radius: 50px;
	text-align: center;
	font-weight: 100;
	line-height: 28px;
	font-size: 20px;
	top: 50%;
	margin-top: -15px;
}
#bateria-Lista .item:hover span{
	color: #0b5ca9;
}
#bateria-Lista .item:hover span:before{
	color: #0b5ca9;
	border-color: #0b5ca9;
}
#bateria-Lista .owl-nav [class*='owl-'] {
	font-size: 30px;
	color: #77787b;
	background-color: transparent;
	margin: 0px;
}
#bateria-Lista .owl-nav [class*='owl-']:hover {
	color: #0b5ca9;
}
#bateria-Lista .owl-nav .owl-prev i:before{
	content: "\f177";
}
#bateria-Lista .owl-nav .owl-next i:before{
	content: "\f178";
}
img.mfp-img{
	background: #fff;
}
.aplicacaoBateria {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.aplicacaoBateria:before{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background: #cccccc;
	left: 50%;
	top: 0px;
	margin-left: -1px;
}
.aplicacaoBateria.semBorda:before{
	display: none;
}
.aplicacaoBateria .lista h3{
	color: #0b5ca9;
	margin: 0px 0 20px 0;
	font-weight: bold;
	padding-left: 20px;
}
.aplicacaoBateria .lista p{
	position: relative;
	padding-left: 20px;
	color: #676767;
	margin-bottom: 10px;
}
.aplicacaoBateria .lista p:before{
	content: "";
	width: 8px;
	height: 16px;
	background: url(../img/paph-0.png) no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	top: 4px;
}
#listaCategoriaBateria div[class^="col-"]{
	padding: 0px;
}
.tituloRevenda h2{
	font-size: 55px;
	font-weight: 300;
	color: #ffe906;
	position: absolute;
	z-index: 5;
	top: -255px;
}
.pesquisaRevenda{
	background: #ffe906;
	padding: 30px 0;
	margin-top: -1px;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.pesquisaRevenda input{
	border-radius: 0px;
	position: relative;
	border:none;
	height: 50px;
	padding-left: 50px;
	color: #0b5ca9;
	width: calc(100% - 40px);
}
.pesquisaRevenda i.icon:before{
	content: "\f041";
	position: absolute;
	left: 31px;
	top: 11px;
	display: inline-block;
	font: normal normal normal 20px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 25px;
	color: #0b5ca9;
}
.pesquisaRevenda button{
	position: absolute;
	right: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	background-color: #0b5ca9;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border:none;
	border-radius: 50px;
}
.querserumrevendedor {
	margin-bottom: 50px;
	text-align: center;
}
.querserumrevendedor h1{
	font-size: 45px;
	font-weight: 300;
	color: #676767;
}
.querserumrevendedor a{
	display: inline-block;
	padding:20px 50px;
	border-radius: 50px;
	background: #ffe906;
	color: #0b5ca9;
	margin-top: 30px;
}
.infowindow h1{
	color: #0b5ca9;
	font-size: 1.4em;
	margin: 0;
	padding: 5px;
	letter-spacing: 0px;
}
.infowindow p{
	margin: 0;
	color: #222;
	padding: 2px 5px;
	font-size: 1.2em;
}
.infoBox { 
	background-color: #FFF; 
	width: 300px; 
	border: 2px solid #0b5ca9; 
	border-radius: 3px; 
	margin-top: 10px;
	padding: 10px;
}
.infoBox img{
	position: absolute !important;
	right: 0px;
	top: 0px;
}
.infoBox:before { 
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent; 
	border-bottom: 10px solid #0b5ca9; 
	top: -10px; content: "";
	height: 0; 
	position: absolute; 
	width: 0; 
	left: 138px;
}
.ui-menu .ui-menu-item{
	padding: 20px 20px 20px 40px !important;
	position: relative !important;
	border:none !important;
	border-bottom:1px solid #ccc !important;
	color: #999 !important;
}
.ui-menu .ui-menu-item:before{
	content: "\f041";
	position: absolute;
	left: 15px;
	top: 50%;
	display: inline-block;
	font: normal normal normal 20px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 25px;
	color: #ccc;
	margin-top: -16px;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0 !important;
}
div#loadarRevendas p {
	color: #0b5ca9;
}
.ui-widget-content {
	background: #fff !important;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus{
	background-image: none !important;
}