@charset "utf-8";
/* CSS Document */
* {
	font-family: 'Poppins', sans-serif;
	color: #434343;
}
html, body {
	margin: 0;
	font-size: 21px;
	line-height: 32px;
	text-align: center;
}
body {
	background: url('../images/bg.jpg') no-repeat center;
	background-size: cover;
	background-position: fixed;
}
#home {
	margin: 4% 0 0;
	display: block;
}
h1 {
	font-size: 1.5rem;
	margin:2% 0;
	line-height: normal;
	font-weight: bold;
	color: #98b888;
}
#logo {
	width: 300px;
	margin-bottom: 30px;
}
.dados {
	font-size: .8rem;
}
.dados .redes .fa {
	font-size: 1.2rem;
	margin: 0 5px;
}
.btn-whatsapp {
	background-color: #6b875d;
	padding: 15px 25px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	font-size: .9rem;
	display: inline-block;
	vertical-align: middle;
}
.btn-whatsapp i {
	color: #fff;
	font-size: 1.1rem;
}
footer {	
	font-size: 14px;
}
footer a, a {
	text-decoration: none;
}
small {
	font-size:15px;
}
@media (max-width: 767px) {
	#home #logo {width:65%;}
	#home {margin: 3% 0 0}
	h1 {margin:10px 0; font-size: 20px}
}