@media (min-width:992px){
	.is-mobile { display:none; }
}

@media (max-width:991px){
	.is-desktop{ display:none; }




	body { min-width:320px; }


header {}
header .container {height: 100%;}


.logo {width: 100%;background-position: top center;max-width: 300px; top: 0;}

.logo a {
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	text-indent:-9999px;
}
.header-bg {
    height: 50px;
    position: relative;
}

	header {
		/* margin-bottom:20px; */
		padding-top: 0;
	}


	.car-listing-featured {
		/* margin-top:20px; */
		/* margin-bottom: 10px; */
	}

	.car-listing-featured .container:before {
		font-size:13px;
		padding: 8px 20px 0;
	}

	.car-listing{
		margin-bottom: 10px;
	}

	.main-container{
		padding-bottom: 30px;
	}

	#veiculo-main {
		margin-top: 0;
		margin-bottom:50px;
	}

	#bx-pager {
		text-align:center;
	}
	#bx-pager a {
		width:30%;
	}
	#bx-pager img {
		width:100%;
	}

	header .logos{
		display:block;
		padding: 10px 0 15px;
		text-align:center;
	}
	header .logos .logo { margin:0 auto; }

	.header-whatsapp { display:none; }

	.menubar {
  margin-bottom: 0;
  }

	.menu-toggle {
		display:block;
		position: absolute;
		padding: 5px 10px;
		top: -42px;
		right: 5px;
		z-index: 4;
		/* border: 1px solid red; */
		width: 44px;
		cursor: pointer;
	}

	.menu-toggle:before,
	.menu-toggle:after,
	.menu-toggle span {
		content:'';
		background: #fff;
		display:block;
		height:3px;
		margin:4px 0;
		text-indent:-9999px;
		-webkit-transition: .3s;
		transition: .3s;
		/* width: 20px; */
	}
	header.active .menu-toggle span { opacity: 0; }
	header.active .menu-toggle:before { -webkit-transform:rotate(45deg) translate(5px,5px); transform:rotate(45deg) translate(5px,5px); }
	header.active .menu-toggle:after { -webkit-transform:rotate(-45deg) translate(5px,-5px); transform:rotate(-45deg) translate(5px,-5px); }


	.navigation{
		/* position:relative; */
		top: 100%;
		position: absolute;
		left: 0;
		right: 0;
	}
	.navigation ul {
		display:none;
		position: absolute;
		background-color: #111;
		box-shadow: 1px 1px 4px rgba(0,0,0,.5);
		z-index: 4;
		top: -1px;
		right: 0;
		margin: 0;
		left: 0;
		}
	header.active .navigation ul {display:block;padding-top: 5px;padding-bottom: 5px;}
	.navigation li {
		float: none;
		display: block;
	}
	.navigation li a {
		padding: 10px 20px;
		text-align:right;
	}


.showcase {
    height: auto;
    padding-bottom: 35%;
    width:100%;
}
.showcase div:after {
    font-size: 15px;
}

.showcase-text { display:none; }



.searchbar{
	border-right: 0;
	margin-left:-15px;
	margin-right:-15px;
	padding:10px 15px;
}
.searchbar form{display:flex;justify-content: center;}

.searchbar .busca-field:nth-child(3) { display:none; }
.searchbar .busca-field:nth-child(4) { display:none; }
.searchbar .busca-field:last-child {margin-right:0;}
.searchbar select {font-size:12px;}

.searchbar button{
	font-size:13px;
}


.car-listing article {
	width: 100%;
}
.car-listing-featured .loop-veiculos { width:100%; margin-bottom:20px;}


	.banners-sidebar{ display:none;}
	.banners-footer { margin-left:-15px; margin-right:-15px; }
	#veiculo-fotos-skew { display:none }
	#veiculo-fotos h2:after { display:none;}

#veiculo-fotos h2 {
    font-size: 18px;
    padding: 10px 15px;
    line-height: 1.2;
    height: auto;
    margin-left:-15px;
    margin-right:-15px;
    margin-bottom:15px;
}
#veiculo-fotos-content {padding:0;}

#veiculo-opcionais ul { columns:2;}


.heading h3 {font-size:22px;}

.page-contato .col-md-1 { height:30px;}






footer {text-align:center;padding-bottom: 10px;}
footer .row > div { margin-bottom:30px;}
footer img { max-width:360px;width:100%; height:auto; }
.fb-widget-container {margin: 0 auto;}



	.phone-fixed{position:fixed;bottom: 15px;right: 15px;z-index:5;}
	.phone-fixed a{
		width: 50px;
		height: 50px;
		display:block;
		color: #fff;
		background-color: #fff;
		border-radius: 100%;
		box-shadow: 0 0 30px 0 rgba(52,52,52,0.5);
		transition: .2s;
		margin-top:10px;
	}
	.phone-fixed .fixed-phone{
		background:url(images/svg/phone.svg) no-repeat center #FDB514;
	}
	.phone-fixed .fixed-whatsapp{
		background:url(images/svg/whatsapp-white.svg) no-repeat center #34af23;
	}




}


@media (max-width:479px){

	.logo {left: 42%;}

	.showcase div:after {
		font-size: 3vw;
	}

	.car-listing-featured .container:before {
		font-size: 2.5vw;
	}
}