@media (max-width: 1000px){
  .header ul li{
    padding: 0 10px !important;
    background-color: transparent;
  }
}

@media (max-width: 895px){
  .header ul li{
    padding: 0 5px !important;
  }
}

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, Sans-serif;
	background-color: #e5e5e5;
}
.clear{
	clear: both;
}
.center{
	width: 1000px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}
.wrapper{
	background-color: #fff;
	width: 970px;
	margin: 10px auto;
	min-height: 100px;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	padding-bottom: 15px;
}
.header{
	background-color: #fff;
	height: 100px;
	width: 100%;
	box-shadow: 0 2px 2px rgba(0,0,0,.2) !important; 
	z-index: 50;
	position: relative;
}
.header .logo{
	float: left;
	height: 100px;
	margin-left: 20px;
}
.header .logo img{
	width: 260px;
	height: 78px;
	margin-top: 10px;
}
.header ul{
	list-style: none;
	float: right;
}
.header ul li{
	line-height: 100px;
	display: inline-block;
	padding: 0 20px;
}
.header ul li a{
	display: block;
	color: #6f757c;
	text-decoration: none;
}
.header ul li a:hover{
	text-decoration: underline;
}
.header .active{
	background-color: #46678c;
}
.slider{
	height: 250px;
	width: 100%;
	overflow: hidden;
}
.slider img{
	width: 100%;
	margin-top: -240px;
}
.title-h1{
	color: #385b83;
	font-weight: 300;
	margin-bottom: 10px;
}
.round-button{
	padding: 10px 15px;
	background-color: #1F4C80;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}
.clientes-slide{
	width: 100%;
	height: 110px;
	overflow: hidden;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.footer{
	padding-bottom: 30px;
	width: 100%;
	background-color: #2B62A2;
}
.footer p{
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.footer p a{
	color: #0c2644;
	text-decoration: underline;
}
.h1-head{
	background-color: #366DC2;
	color: #fff;
	font-size: 22px;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	text-align: center;
	line-height: 45px;
	box-shadow: 0 1px 1px rgba(0,0,0,.30);
	font-weight: normal;
}
.marca, .modelo{
	color: #686868;
	font-size: 13px;
}
.menu-footer{
	background-color: rgb(241, 241, 241);
	padding:22px 0;
	border-bottom: 1px solid #60595f;
	margin-bottom: 30px;
}
.menu-footer .active{
	background-color: none !important;
}
.menu-footer ul li{
	display: inline-block;
	margin:0 20px;
	line-height: 50px;
}
.menu-footer ul li a{
	color: #313031;
	text-decoration: none;
	padding: 0;
}
.menu-footer ul li a:hover{
	text-decoration: underline;
}
.menu-footer .social-icons{
	float: right;
}
.social-icons a{
	margin: 0 10px;
}
.clientes-slide ul{
	list-style: none;
	text-align: center;
	margin-top: 10px;
}
.clientes-slide ul li{
	display: inline-block;
	margin: 0 30px;
}
.clientes-slide ul li img{
	height: 90px;
}
.top-phone{
	line-height: 40px;
	text-align: right;
	background-color: white;
	padding: 4px;
	color: #46678c;
	border-bottom: 1px solid #E3E3E3;
}
/* 
	Scrollbar
*/
@media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-device-width: 1025px) {

::-webkit-scrollbar {
width: 6px;
height: 6px;
}

::-webkit-scrollbar-button:start:decrement,

::-webkit-scrollbar-button:end:increment {
display: block;
height: 10px;
}

::-webkit-scrollbar-button:vertical:increment {
background-color: #fff;
}

::-webkit-scrollbar-track-piece {
background-color: #eee;
-webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #ccc;
-webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background-color: #ccc;
-webkit-border-radius: 3px;
}

}