html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li,
fieldset, figure, footer, header, hgroup, 
menu, nav, article, aside, canvas, details, section, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

body {
	font: 62.5%/1.4 sans-serif;
	background:#2E2E2E/*url(../img/bg-geral.jpg) repeat-x top center/100% fixed*/;
	margin:0;
	padding:0;
	
}
.banner-principal {
	max-width: 750px;
	margin:0 auto;

}
.banner-principal img {
	width: 100%;
	margin: 0;
	border: none;
	}

.contatos {
	max-width: 425px;
	text-align: center;
	margin: 0 auto 25px;
}	
.contatos a {
	display: inline-block;
	width: 210px;
	height: 37px;
	text-indent: -9999px;
}
.contatos a:hover {
	opacity: 0.6;
}
.cont-instagram {
	background: url(../img/link-instagram-prov.jpg) no-repeat;
}
.cont-whats {
	background: url(../img/link-whats-prov.jpg) no-repeat;
}


/*.logo {
	width: 500px;
	margin: 0 auto;
}
.logo img {
	width: 100%;
}
.construcao {
	width: 480px;
	margin: 90px auto;
}
.construcao img {
	width: 100%;
}
.whatsapp {
	width: 525px;
	margin: 0 auto;
}
.whatsapp a {
	color: #fff;
	font-family: 'Verdana';
	font-size: 40px;
	font-weight: bold;
	display: block;
	width: 450px;
	height: 52px;
	background: url(../img/logo-whatsapp.png) no-repeat left center;
	margin: 0 auto;
	padding: 7px 0 0 50px;
}*/

/*.whatsapp img {
	width: 100%;
}*/

@media screen and (max-width:620px) {
	.banner-principal {
	width: 88%;
	max-width: 1300px;
	margin:20px auto;
	background: #000;
	}
	.logo {
	width: 100%;
	margin: 0 auto;
}
	.construcao {
	width: 100%;
	margin: 60px auto;
}
.whatsapp {
	width: 470px;
}
.whatsapp a {
	font-size: 37px;
}

}

@media screen and (max-width:550px) {
	.banner-principal {
	width: 88%;
	max-width: 1300px;
	margin:20px auto;
	background: #000;
	}
	.logo {
	width: 100%;
	margin: 0 auto;
}
	.construcao {
	width: 100%;
	margin: 60px auto;
}
.whatsapp {
	width: 280px;
}
.whatsapp a {
	font-size: 22px;
	height: 40px;
	background: url(../img/logo-whatsapp2.png) no-repeat left center;
	margin: 0 auto;
	padding: 11px 0 0 33px;
}

}