body{
	background: url("./../img/bg-site.png") repeat;
}

header {
  padding: 0;
}

section {
  padding: 15px;
}

.bg-bottom{
	width: 98.7vw;
	height: inherit;
	top: 0;
	left: 0;
	background: url("./../img/bg-bottom.png") bottom left repeat-x fixed;
	padding-bottom: 40px;
}

.link-whatsapp{
	width: 140px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 233px;
    left: 12vw;
    z-index: 99;
}

.box-carro{
	background: url("./../img/bg-curvas.png") -90px no-repeat;
}

.bg-curvas{
	background: url("./../img/bg-curvas.png") -60px no-repeat;	
}

.box-carro img{
	margin-left: 20%;
}

.box-logo{
	margin-left: 27px;
}

.box-logo h1{
	display: none;
}


#box-maps, #box-descricao{
	background-color: #f0f0f0;
	width: 80vw;
	margin-left: 10vw;
	margin-bottom: 15px;
}

#box-descricao h3{
	text-align: center!important;
}

.img-fones{
	margin-left: 20vw;
}

.list-servicos{
	column-count: 2;
	display: inherit;
}

h2{
	display: none;
}

#box-maps iframe{
	border: 0;
	width: 77vw!important;
	height: 281px!important;
	margin-left: -190px;
	margin-top: 5px;
}

@media screen and (max-width: 400px) {

	.link-whatsapp{
	    top: 232px;
	    /* border: 1px solid #999; */
	    left: 200px;
	}

	#box-maps iframe{
		width: 100%!important;
		margin-left: 0;
	}

	.box-logo{
		margin-left: 0px;
	}

	.box-carro img{  	
		width: 100%;
		margin: 0;
	}

	.bg-curvas, .box-carro{
		background-image: none;
	}

	.list-servicos{
		column-count: 1;
		display: inherit;
	}

	.opt-show{
		display: none;
	}

	.img-fones{
		width: 100%;
		padding: 3px 20%;
		margin-left: 0;
	}
	.img-fones img{
		padding: 5px;
	}

}