/* CSS Document */

header{
	background:#fff;
}

footer{
	background:#000;
	border-top:5px solid #ec1b24;
	color:#fff;
	margin-top:40px;
}
footer h4{
	color:#ec1b24;
	font-size:22px;
}
footer div div div, .banners div {
	margin-top:30px;
	margin-bottom:30px
}
footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
footer li{
	padding:0 0 8px 5px;
    font-size: 18px;
}

.plataformaweb {
    display: block;
    width: 50px;
    height: 35px;
    text-indent: -9999px;
    background: url(/pw-auto-site/00/226/black/images/plataformaweb.png) no-repeat right;
	float:right;
}

.box{
	background:#242424;
	color:#fff;
	display:block;
	margin-bottom:30px
}
.box:hover, .box:hover .barra{ color:#fff; text-decoration:none}
.box h4{
	color: #fff;
	padding:10px;
	height:60px;
	font-size:18px;
}
.box .barra{
	padding:5px 10px;
	background:#ec1b24;
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
}

@media(min-width:992px) {
.destaque .col-md-4{ padding:0 30px 0 0}
}
@media(min-width:401px) and (max-width:991px) {
	body {
		/*margin-top: 300px;*/
	}
}
.menu{ background:#cf0009}

.navbar-right.navbar-text{white-space: nowrap}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	color:#fff;
	white-space:nowrap;
}
.nav-tabs.nav-justified>li>a:hover {
    color: #fff;
}

.nav-tabs.nav-justified>li:hover {
    background:#ec1b24
}

hr{ border-top: 4px solid #ccc}
.margin-bt40{margin-bottom:40px}

.titulo{ background: #424251; color:#fff; border-radius:6px; padding:15px; margin:0 0 30px}
h2{ color:#CCC}
h4{ color: #424251}
h5{ color: #CCC}

/*owl-carros*/
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item .carro {
	display: block;
	width: 100%;
	height: auto;
}
#owl-demo .item a:hover .carro {
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}
#owl-demo .item .montadora {
	float: left;
	margin: -5px 10px -5px 0;
	height: 60px;
}
#owl-demo .item div {
	float: left;
	background: #fff;
	padding: 5px 10px;
	color: #000;
	min-height: 60px;
	font-size: 16px;
  width: 100%;
}

#owl-demo .owl-next, #owl-demo .owl-prev{
	position:absolute;
	top:40%;
	height:90px;
	width:25px;
	border-radius:0;
	background:#fff;

	line-height:80px;
	font-size:30px;
	color:#E56800;
	padding:0;
}

#owl-demo .owl-prev{left:0;}
#owl-demo .owl-next{right:0;}
#owl-demo .owl-next:hover, #owl-demo .owl-prev:hover{background: rgba(255,255,255,0.8)}

/*owl-marcas*/
.marcas {
	padding-left:30px;
	padding-right:30px;
}
#owl-marcas .item {
	background:#fff;
	text-align:center;
	padding:5px 0;
	margin: 3px;
}
#owl-marcas .owl-next, #owl-marcas .owl-prev{
	position:absolute;
	top:0%;
	height:90px;
	width:25px;
	border-radius:0;
	margin:3px 0;
	background:#fff;

	line-height:80px;
	font-size:30px;
	color:#E56800;
	padding:0;
}

#owl-marcas .owl-prev{left:-30px;}
#owl-marcas .owl-next{right:-30px;}
#owl-marcas .owl-next:hover, #owl-marcas .owl-prev:hover{background: rgba(255,255,255,0.8)}

/*owl-slide*/
#owl-slide .item {
	margin: 0px;
}
#owl-slide .item {
	padding:0;
}

#owl-slide .owl-next, #owl-slide .owl-prev{
	position:absolute;
	top:0%;
	height:100%;
	width:25%;
	text-indent:-4000px;
	border-radius:0;
	margin:0;
	background:none;
}
#owl-slide .owl-prev{left:0;}
#owl-slide .owl-next{right:0;}
#owl-slide .owl-next:hover, #owl-slide .owl-prev:hover{background: rgba(0,0,0,0.3)}



/* grimm */
.busca{
    border-top: 5px solid #ec1b24;
    border-radius: 5px;
	background-color: #ccc;
    margin-bottom: 20px;
    padding: 20px;
}

.navbar-default .navbar-text {
	color: #FFF;
}

/* pw.complemento */
#showMessage{width: 600px; display:block; font-weight:bold; padding:25px; font-size:20px; text-align: center; background-color:#F1F1F1; border: 1px solid #FF0000; color: #FF0000;}
.carro-resultado {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 150%;
    margin-bottom: 10px;
    padding: 15px 0;
}
.marcas_lista::after {
    clear: both;
    content: "";
    display: block;
}
.marcas_lista_item_x{
 	background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    width: 60px;
    height: 60px;
    float: left;
    margin: 4px;
}

.img-home-carro{
	display: block;
    height: auto;
    max-width: 100%;
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
}

.home-box{
	background:#fff;
	color:#242424;
	display:block;
	margin-bottom:30px
}
.home-box:hover, .home-box:hover .home-barra{ color:#fff; text-decoration:none}
.home-box h4{
	color: #fff;
	padding:10px;
	height:60px;
	font-size:18px;
	background-color: #242424;
    margin: 0;
}
.home-box .home-barra{
	padding:5px 10px;
	background:#ec1b24;
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
}

.home_h1_categoria{
    background-color: #000;
    border-left: 5px solid #ec1b24;
    padding: 5px;
    width: max-content;
    margin-bottom:3px;
    border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
}
.home_h1_categoria a{
	color: #fff;
	text-decoration: none;
}
.home_h1_categoria a:hover, .home_h1_categoria a:focus {
	color: #fff;
	text-decoration: underline
}
.home_h1_categoria a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}