@charset "utf-8";

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

/** general **/
body { font-family: 'Open Sans', serif; font-weight: 400; height: 100%; color: #545454; font-size: 13px; background: #fff; }
a { color: #3D3D3F; text-decoration: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; }
a:hover, a:focus { text-decoration: none; color: #545454; outline: none; }
a:focus { text-decoration: none; outline: 0px; }
/*.banner_header { text-shadow: 1px 1px 1px #cccccc; }*/
.banner_header { color: #fff; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans'; color: #3D3D3F; font-weight: 700; margin-bottom: 10px; line-height: normal; }
h1 { font-size: 34px; }
h2 { font-size: 26px; line-height: 34px; }
h3 { font-size: 20px; font-weight: 400; }
h4 { font-weight: 400; font-size: 16px; }
h5 { font-size: 14px; text-transform: uppercase; }
h6 { font-size: 12px; line-height: 16px; }
p { margin-bottom: 15px; }
img { max-width: 100%; }
span.overlay { position: absolute; left: 0; top: 0; display: block; height: 100%; width: 100%; z-index: 1; background: rgba( 255, 255, 255, 1); }
span.overlay2 { position: absolute; left: 0; top: 0; display: block; height: 100%; width: 100%; z-index: 1; background: rgba( 0, 0, 0, 0.7); }
strong { color: #0960B9; }
hr { background: #0960B9; width: 80px; border: none; height: 2px; }
.list-unstyled li { padding-top: 1px; padding-bottom: 1px; margin-bottom: 1px; margin-top: 1px; }
ul.flikr-list { margin: 0px; padding: 0px; width: 100%; overflow: hidden; }
ul.flikr-list li { list-style: none; float: left; margin: 0px; padding: 0px 1px 1px 0; }
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { background: #3D3D3F; border-color: #3D3D3F; color: #fff; }


/*** Botão Wpp ***/
#btn-wpp{
	display: block;
	position: fixed;
	bottom: 3%;
	right: 2%;
	background-color: #42D755;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	width: 60px;
	height: 60px;
	padding: 13px 0 0 0;
	font-size: 34px;
	box-shadow: 0 1px 8px #666;
	line-height: 100%;
	z-index: 9999;
}

#btn-wpp:hover{
	background-color: #248037;
	box-shadow: 0 1px 1px #666;
}


/* form elements */
.form-control:focus { border: 1px solid #0960B9; box-shadow: none; }

#venueArea, .bannerArea {  background-color: #2C2C2C; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-background-size: widthpx heightpx; -webkit-background-size: 1900px 2400px; }

/* tab */
.tab-content { padding-top: 0;}

/* Buttons */
.btn { text-transform: uppercase; text-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; -ms-text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; background: #1d1e1e; color: #fff; border-color: #1d1e1e; }
.btn:hover, .btn:focus { color: #3D3D3F; background: #fff; border-color: #3D3D3F; }
.btn.black{ background: #1d1e1e; color: #fff; border-color: #1d1e1e; }
/* menu dropdown */
.dropdown-menu { padding: 5px 0 0 0; border-top: 1px solid #0960B9; border-bottom: 5px solid #0960B9; border-radius: 10px; -webkit-border-radius: 10px; z-index: 9999; background: #fff; }
.dropdown-menu > li > a { color: #000; text-transform: uppercase; display: block; }
.navbar-nav > li.dropdown-menu { margin-top: 0px; }

/* border */
span.border { position: relative; width: 100%; height: 1px; margin: 0 auto; display: inline-block; background: #EEEEEE; }
span.border i { background: #fff; color: #EEE; position: absolute; text-align: center; left: 50%; top: -10px; line-height: 20px; height: 20px; width: 40px; font-size: 15px; }

/* pagination */
.pagination { margin-bottom: 20px; }
.pagination li a { padding: 6px 20px; color: #0960B9; font-size: 25px; }

/* progress bar */
.progress { position: relative; overflow: visible; height: 20px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; background-color: #f2f2f2; }
.progress-bar { position: relative; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; background-color: #0960B9; }

/* Thumbnail */
.thumbnail { border: none; padding: 0; }

/* Accordion */
#accordion { padding: 0; overflow: hidden; }
#accordion li .panel-heading { padding: 0px; border: 0px; }
#accordion li .panel-heading a { padding: 12px; display: block; border: 0px; color: #fff; background: #0960B9; display: block; }
#blogArea .col-sm-12 .col-sm-4 #accordion a { opacity: 1; }
#accordion li a.collapsed  { color: #545454; background: none; }
#accordion li p { padding: 10px; margin: 0px; background: #F5F5F5; }
.panel-primary > .panel-heading { background: #fff; border: none; }
.panel { border: none;  }

/* links */
.links { padding: 0; overflow: hidden; }
.links li { border-bottom: 1px solid #dedede; }
.links li a { padding: 10px 20px 10px 20px; color: #3D3D3F; display: block; line-height: 16px; font-size: 15px;}
.links li a:hover, .links li.active a { color: #3D3D3F; background-color: #dfdfdf; }
.links hr { width: 100%; background: none; border-top: 1px dashed #3D3D3F; }
.links2 li a { padding: 0; }
.links2 li { padding: 5px; border-bottom: none; }
.links2 li:first-child { padding: 5px; }
.links3 { padding: 0 10px; overflow: hidden; }

/* tabs */
.tabs { width: 100%; overflow: hidden; }

/* side Area */
.sideArea { padding: 30px 0 0 0; overflow: hidden; }
.sideArea .slider { padding-bottom: 20px; }
.sideArea p { margin-bottom: 20px; }
.sideArea .block { padding-left: 20px; border-left: 3px solid #0960B9; line-height: 20px; margin: 20px 0 20px 15px; }
.sideArea .block p { color: #AFAFAF; }
.sideArea blockquote { padding-top: 5px; padding-bottom: 5px; border-color: #0960B9; }
.sideArea .fa { font-size: 20px; line-height: 20px; }

#headerArea { }
#headerArea .navbar-header { margin-left: 0px; margin-right: 0px; }
#headerArea .navbar-brand { margin: 11px 0px; padding: 0; font-size: 35px; text-transform: uppercase; line-height: normal; height: auto; transition: all 0.3s; }
#headerArea .navbar-brand img{ position: absolute; z-index: 999999; width: 100%px; max-width: 260px; }
#headerArea .navbar { padding: 0px; width: 100%; margin: 0; transition: all 0.3s; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;background-color: #052755; border-bottom: 0; border-top: 2px solid #3D3D3F;  }
#headerArea .navbar-nav > li > a { padding: 36px 11px; border-radius: 0; -webkit-border-radius: 0; margin: 0; text-transform: uppercase; color: #fff; }
#headerArea .navbar-nav > li > a:hover i, #headerArea .navbar-nav > li.active > a i { background: none; }
#headerArea .navbar-nav > li > a:hover, #headerArea .navbar-nav > li.active > a { background: #d1991e; text-decoration: none; color: #fff; }
#headerArea .navbar-nav li.open a, .navbar-nav li.open a, .navbar-nav li a:focus { background: #d1991e; color: #fff; }
#headerArea .navbar-nav li.open a:hover { background: #0960B9; color: #fff; }
#headerArea .navbar-nav li.open ul li a { color: #000; background: #fff; }
#headerArea .navbar-toggle { margin: 15px 0px; }
#headerArea .navbar-toggle .icon-bar { background: #d1991e; }


.topo {width:100%; padding: 10px 0 5px; font-size: 18px; position: fixed; display: inline; background-color: #1d1e1e; clear: both; z-index: 9999999; text-align: center; color: #fff;}
.topo ul li {text-decoration:none; display:inline; margin:0px 10px;}
.topo .celular {display:none;}
.topo .pc {display:block;}

/* Banner Area */
.bannerArea { width: 100%; position: relative; border-bottom: 1px solid #cecece;  background-image: linear-gradient(to left, #0b71aa 10%, #052755 80% );/* 232525 */ /*linear-gradient(to left, #FBB900 10%, #3D3D3F 80% );*/ /* #3D3D3F  #1c355e*/ /*background-image: url(../images/bg.jpg);*/ }
.bannerArea .container { position: relative; z-index: 2; }
.bannerArea .col-sm-5 { padding-top: 30px; padding-bottom: 30px; overflow: hidden; }
.bannerArea ul.slides li { padding: 60px 0; }
.bannerArea ul.slides li span { text-align: center; display: block; font-size: 320px; color: #0960B9;  }
.bannerArea.sub { background: none; }
.bannerArea.sub ul.slides li { padding: 0; text-align: center; }


/* breadcrumb */
#breadcrumb { padding: 25px 0px; border-bottom: 1px solid #ececec; min-height: 53px; width: 100%; overflow: hidden; background: #F5F5F5; }
#breadcrumb h2 { margin: 0; }
#breadcrumb li a { color: #333; }
#breadcrumb li a:hover { color: #0960B9; }
#breadcrumb .breadcrumb { padding: 10px 0 0px; margin: 0; background: none; }

/* About Area */
.aboutArea { padding: 20px 0px}

/* Client Area */
#clientArea { padding: 0 0 20px 0; }
#clientArea .flexslider .slides > li { font-size: 40px; }

/* Blog Area */
#blogArea { padding: 30px 0; position: relative; overflow: hidden; }
#blogArea ul.list-unstyled li { margin-bottom: 10px; padding-bottom: 10px; }

#blogArea .links { margin-bottom: 30px; }

#blogArea .col-sm-1 span { display: block; color: #fff; line-height: 50px; background: #545454; }
#blogArea .col-sm-1 h2 { background: #0960B9; color: #fff; }

#blogArea .text { padding-top: 40px; padding-bottom: 40px; }
#blogArea .text h2 { margin: 0; }
#blogArea .text h2 a { color: #000; }
#blogArea .text a:hover, #blogArea .text h2 a:hover { color: #0960B9; }
#blogArea .text a { color: #999; }
#blogArea .text ul { padding-bottom: 15px; }
#blogArea .text i { color: #999; }
#blogArea .text p a { display: block; }

#blogArea .controls { width: 150px; float: right; padding: 0px; margin: 0; list-style-type: none; }
#blogArea .controls .dropdown-menu { min-width: 150px; width: 150px; }
#blogArea .controls li { padding: 0; list-style: none; float: left; width: 100%; line-height: 30px; border: none; border-bottom: 1px solid #eee; text-transform: uppercase; cursor: pointer; }
#blogArea .controls a.dropdown-toggle { border-radius: 5px; -webkit-border-radius: 5px; line-height: 30px; background: #0960B9; color: #fff; display: block; }
#blogArea .controls.open a.dropdown-toggle, #blogArea .controls a.dropdown-toggle:hover { background: #000; color: #fff; }
#blogArea .controls li:hover, #blogArea .controls li.active { color: #0960B9; }

#blogArea ul#Grid { margin: 20px 0; padding: 0; position: relative; }
#blogArea ul#Grid li { padding: 0; margin: 0; display: none; position: relative; }
#blogArea ul#Grid li a { display: block; color: #fff; background: #0960B9; text-transform: uppercase; }
#blogArea ul#Grid li a span.text { position: absolute; left: 0; bottom: 10%; display: none; width: 100%; text-align: center; }
#blogArea ul#Grid li a img { -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; }
#blogArea ul#Grid li a:hover img { opacity: 0.2; }
#blogArea ul#Grid li a:hover span { display: block; }

#blogArea li{ padding: 5px 0; }

#blogArea .instalacao {margin: 10px 0 40px; font-size:20px; text-align:left;}
#blogArea .instalacao i {color: #377e01; font-size:15px; }
#blogArea .instalacao h4 {padding:10px 0;}

/* Text Area */
#textArea { padding: 50px 0; width: 100%; overflow: hidden; background: #222; }
#textArea .col-sm-3 { padding: 50px 0; }
#textArea h1 { line-height: 50px; color: #fff; }
#textArea p { color: #fff; }

/* Venue Area */
#venueArea { padding: 30px 0px 0; position: relative; background: #fff; }
#venueArea .pull-left i { font-size: 40px; color: #3D3D3F; }
#venueArea h4 { margin-top: 0px; }
#venueArea .col-sm-4 { margin: 20px 0; }
#venueArea p a { display: block; }

/* picture Area */
.pictureArea { padding: 40px 0; overflow: hidden; }
.pictureArea .col-sm-6 { overflow: hidden; }
.pictureArea .col-xs-2 { border: none; border-radius: 0; -webkit-border-radius: 0; }
.pictureArea .col-xs-1 { padding: 4px 0px; margin: 0;  border-radius: 0; -webkit-border-radius: 0; }


/* Social Area */
.well { padding: 50px; margin: 0; overflow: hidden; border: 1px solid #ddd; background: #2C2C2C; }
.well-sm { background: #f7f7f7; border: 2px solid rgba(0, 0, 0, 0.05); border-radius: 0; -webkit-border-radius: 0;}
.well h1 { color: #fff; }

/* Work Area */
.workArea { padding: 20px 0; position: relative; width: 100%; overflow: hidden; background: #F5F5F5; }
.workArea .flex-direction-nav a { color: #3D3D3F; }

/* Contact Area */
#contactArea { padding: 20px 0; overflow: hidden; }
#contactArea .pull-left { padding-left: 0;  }
#contactArea .pull-right { padding-right: 0;  }
#contactArea li { padding-top: 10px; }
#contactArea i {font-size:20px;}
#contactArea .telefone {font-size:18px;}
#contactArea .local {font-size:14px;}
#contactArea .titulo {font-size: 20px; font-weight: bold;}
#contactArea .telefone a {margin-left:10px;}
#contactArea .telefone a:hover {color: #377e01;}


#map { margin: 0; padding: 0; }
#map_canvas { height: 325px; width: 100%; clear: both; }
#map img{ max-width: none; }

/* Serviços */
#servicos { padding: 30px 0 0 0;}
#servicos h2{margin: 0 0 30px 0;}
#servicos .capa{ width: 100%; position: relative; }
#servicos .capa img{ width: 100%;}
#servicos .capa h2{color: #de1b1b; text-align: center; position: absolute; bottom: 0; margin: 0; width: 100%; text-transform: uppercase; font-size: 19px; text-transform: uppercase; background-color: #1d1e1e; padding: 5px 0;}
#servicos .capa h2 span{ color: #fff;}
#servicos .capa ~ p { margin-bottom: 50px;}

/* Pagina Interna das Baterias - Produtos */

#produtos .bloco-produto{ padding: 10px 25px 28px; box-shadow: 0 0 12px rgba(0,0,0,0.17); border-radius: 4px; background-color: #f0f0f0; border-left: 5px solid #2d550e; }
#produtos .bloco-produto:hover{ box-shadow: 0 0 16px rgba(0,0,0,0.19); }
#produtos .col-md-6:nth-child(odd) .bloco-produto{ margin: 0 0 30px 15px; }
#produtos .col-md-6:nth-child(even) .bloco-produto{ margin: 0 15px 30px 0; }
#produtos .bloco-produto img{ display: block;margin: 0 auto;}
#produtos .bloco-produto p{ margin: 10px 0 0 0; }

/* Veículos */
#veiculos{ padding: 0 0 50px 0;}
/* Footer Area */
#footerArea { padding: 30px 0 0; color: #fff; background: #1d1e1e; }
#footerArea .col-xs-10 { padding: 0; margin: 0; }
#footerArea .col-xs-2 { padding: 4px 0; margin: 0; }
#footerArea .col-sm-3 { overflow: hidden; }
#footerArea .navbar-brand { margin: 10px 0 0 0; float: none; }
#footerArea .navbar-brand img { width: 100% !important; max-width: 260px; }
#footerArea p, #footerArea h2, #footerArea h3 { color: #C3C3C3; }
#footerArea h2:after, #footerArea h2:before { border-color: #C3C3C3;  }
#footerArea a { color: #fff; display: inline-block; }
#footerArea a:hover { color: #0960B9; }
#footerArea .links li { border: none; }
#footerArea .links li a { padding: 5px 0;	display: block; }
#footerArea .social { font-size: 24px; }
#footerArea .disclaimer { margin-top: 40px; padding: 30px 0 60px; border-top: 1px solid rgba( 255,255,255,0.2); }
#footerArea .disclaimer li { padding: 0 20px; }
#footerArea .telefone a:hover {color: #d1991e;}

/* Start Media Queries */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1224px) {

	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 750px) and (max-width: 959px) {
	#headerArea .navbar-nav > li > a { padding-left: 6px; padding-right: 6px; font-size: 12px; }
	.bannerArea ul.slides li span { font-size: 220px; }
	#blogArea a.btn { font-size: 12px; }
	#blogArea a.btn .fa { display: none;}
	#headerArea .navbar-header {margin-top:20px;}
	}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 749px) {
	h1{ font-size: 30px; }
	.topo ul li {font-size: 15px; list-style: none; display: block;}
	.topo ul{margin: 0 0 4px 0;}
	#headerArea .navbar-brand { margin: 10px 0px; }
	#headerArea .navbar-nav > li > a { padding: 10px; }
	#breadcrumb .breadcrumb, #breadcrumb h2 { float: none; }
	#headerArea .navbar-brand img {width: 130px !important;}
	#headerArea .navbar-brand { margin: 5px 0 0 0; }
	#footerArea .navbar-brand img { width: 180px !important; left: 50%; transform: translateX(-50%);}
	#veiculos { padding: 0 0 30px 0; }
	#produtos .col-md-6:nth-child(odd) .bloco-produto{ margin: 0 10px 30px;}

	#produtos .bloco-produto img{ width: 70%}
	
	#produtos .col-md-6:nth-child(even) .bloco-produto{ margin: 0 10px 30px;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#headerArea .navbar-header{margin-top: 20px;}
	.bannerArea ul.slides li span { font-size: 200px; }		
	.navbar-collapse { margin-top: 0px; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	.bannerArea ul.slides li span { font-size: 100px; }
	.navbar-collapse { margin-top: 0; }
	.topo ul li {display:block; margin:2px 0;}
	ul, menu, dir {padding-inline-start: 0px;}
	.topo .celular {display:block;}
	.topo .pc {display:none;}
	#headerArea .navbar-header {margin-top:28px;}
}