/* CSS Document */

header{
	background:#fff;
}

footer{
	background:#0f1b38;
	border-top:5px solid #d7352d;
	color:#fff;
	margin-top:40px;
}
footer h4{
	color:#d7352d;
	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 5px 5px;
    font-size: 18px;
}
.footer-endereco{ background: url(/pw-auto-site/00/226/black/images/ico-mapa.png) no-repeat left top;}
.footer-email{background: url(/pw-auto-site/00/226/black/images/ico-email.png) no-repeat left top;}
.footer-tel{background: url(/pw-auto-site/00/226/black/images/ico-tel.png) no-repeat left top;}
.footer-whats{background: url(/pw-auto-site/00/226/black/images/ico-whats.png) no-repeat left top;}

.plataformaweb {
    display: block;
    width: 50px;
    height: 35px;
    text-indent: -9999px;
    background: url(https://plataformaweb-sites.s3.amazonaws.com/pw-auto-plataformaweb-sistema-pra-loja-de-carros-img/pw-auto-plataformaweb-sistemas-ico-50x38.png) no-repeat right;
	float:right;
}

.box{
	background:#000;
	color:#242424;
	display:block;
	margin-bottom:30px
}
.box:hover, .box:hover .barra{ color:#fff; text-decoration:none}
.box h4{
	color: #fff;
	padding:10px;
	margin: 0;
	height:70px;
	font-size:18px;
	background-color: #0f1b38;
}
.box .barra{
	padding:5px 10px;
	background: #18223a;
	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:#0f1b38}

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

.nav-tabs.nav-justified>li>a {
	/*margin-bottom: 5px;*/
	text-align: center;
	color:#fff;
	white-space:nowrap;
}
.nav-tabs.nav-justified>li>a:hover {
    color: #fff;
}

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

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}

/* grimm */
.busca{
    border-top: 5px solid #d7352d;
    border-radius: 5px;
	background-color: #0f1b38;
    margin-bottom: 15px;
    padding: 15px;
}

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

/* pw.complemento */
#showMessage {
background: #468847;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding: 10px;
    margin: 15px 0 15px 0;
    text-align: center;
    width: 100%;
}

.carro-resultado {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 150%;
    margin-bottom: 10px;
    padding: 15px 0;
    background-color: #fff;
}
.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;
}

.home_h1_categoria {
    background-color: #0f1b38;
    border-left: 5px solid #d7352d;
    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;
    max-width: 100%;
    width: max-content;
}

.home_h1_categoria a{
	color: #ffffff;
}

.home_h1_categoria a:hover{
	color: #d7352d;
}

.carro-info{
	color: #333;
}