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

	.conteudo-page-who .gallery-noticia img {
		width:376px;
		height:249px;
		object-fit: cover;
	 }

}
@media (min-width: 992px) and (max-width:1239px){
	.navigation li a {padding-left: 20px;padding-right: 20px;}
}
@media (max-width:991px){
	.is-desktop{ display:none; }





	body { min-width:320px; }


.site-header {
	/* margin-bottom:15px; */
	/* background-color:#ba0100; */
}
.site-header:before, .site-header:after { display:none;}
.logo {
	max-width: 230px;
	width:80%;
	height: 90px;
	background-position: center left;
}

.topo .container {/* padding:0; */}
.topo .titulo{padding: 70px 0;text-align:  center;}
.topo .titulo:before{ display:none; }
.topo h2{max-width: 520px;margin: 0 auto;}

.topo .features{width: 100%;padding-left:20px;padding-right:20px;padding-bottom: 30px;}
.topo .features:before{content:"";position: absolute;top: 0;bottom: 0;right: 100%;width: 100vw;background: #f0f0f0;}
.topo .features p {/* padding-top: 60px; *//* margin: 0 0 50px 0; *//* font-size: 14px; *//* line-height: 1.4; *//* font-family: 'Roboto'; *//* color: #3d3d3d; *//* position: relative; */min-height: 70px;}
.topo .features p:before{/* content:''; *//* position:absolute; *//* top:0; *//* left:0; *//* width: 60px; *//* height: 50px; *//* background: url(images/ico-moto.png) no-repeat bottom left; */}
.topo .features p:last-child:before{/* background-image: url(images/ico-oficina.png); */}

.topo .imagem{/* position: relative; *//* left:0; *//* width: 100%; */}

.index-services { display:block; }
.index-services .container { display:block; }
.index-services .conheca {width:100%;background:  #397527;padding: 50px;text-align: center;background: url(images/banner-service.png) no-repeat center right;background-size: cover;margin-bottom: 20px;border-radius: 5px;}
.index-services .conheca:before {display:none;}

.index-services .conheca h2{}
.index-services .conheca p{}
.index-services .conheca img{
    display: none;
}
.index-services .conheca a{position:absolute;top:0;left:0;width:100%;height:100%;}
.index-services .conheca span{display: none;}

.servicos { margin:0; }
.servico-item { margin-bottom:40px }

.contato .atendimento {height:auto;padding-bottom: 30px;background-size:cover;text-align: center;}
.contato-fale { padding-top:60px; padding-bottom:60px; }

.topo-page-who h2 {  }
.topo-page-who:after { display:none; }

	.menubar {
  margin-bottom: 0;
  }

	.menu-toggle {
		display:block;
		position: absolute;
		padding: 5px 10px;
		top: -75px;
		right: 0;
		z-index: 4;
		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;
		left: 0;
		top: 0;
	}
	.navigation ul {
		display:none;
		position: absolute;
		background-color: #192450;
		box-shadow: 1px 1px 4px rgba(0,0,0,.5);
		z-index: 12;
		top: -1px;
		right: 0;
		margin: 0 -15px 0 -15px;
		left: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		}
	header.active .navigation ul {display:block;}
	.navigation li {
		/* display: block; */
	}
	.navigation li a {
		padding: 10px 0;
	}
	.navigation .menu-social { display:inline-block;}
	.navigation .menu-social a{padding: 10px;}

.page-servicos ul li a {text-align:left;}
.page-servicos ul  {margin-bottom:40px;}
.index-orcamento p { line-height:1.3}


.showcase {padding-bottom: 119%;}
.showcase .banner1 { background-image:url(images/bannerMobile.png); }
.showcase .banner2 { background-image:url(images/bannerMobile.png); }
.showcase .banner3 { background-image:url(images/bannerMobile.png); }

    .gallery ul { width:auto; }
    .gallery ul li { width:auto; }

.home-contato .col-xs-12 { margin-bottom:40px; }

footer {padding-bottom:20px;/* padding-top:20px; */}
footer .logo{
	width: 100%;
	/* max-width:320px; */
	/* display: inline-block; */
	background-position: center;
	margin: 0 auto 15px;
	max-width: 250px;
	height: 80px;
	padding-bottom: 0;
}


footer .row > div { margin-bottom:20px; }
footer ul {width:100%;text-align: center;margin:0;}
footer li { display:block;}
footer li a {width:100%;padding: 15px;}

.whatsapp-fixo {/* width: 35px; *//* height:  35px; *//* background-size:  25px; */}

}

@media (max-width:767px){
		.page-servicos p { min-height:0; }

}

