.aligncenter{
	text-align: center;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
footer{
	background-color: #376336;
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
}
.imgwa{
	height: 1em;
}
footer h6{
	font-weight: 700;
	font-size: 1.1em;
	color: #000;
	margin-bottom: 1.5rem;
	font-family: 'Roboto';
}
.familyroboto{
	font-family: 'Roboto';
}
.familyrobotoconensed{
	font-family: 'Roboto Condensed', sans-serif;
}
footer a{
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}
footer a:hover{
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}
footer p{
	color: #000000;
	text-decoration: none;
	font-weight: 500;
	font-size: 1em;
}
.btncontact{
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #de1e1e;
	padding: 4px 20px;
    border-radius: 10px;
	border: 1px solid #de1e1e;
	color: #fff;
	font-weight: 500;
	font-size: 0.8em;
    margin-left: 1rem;
    transition: background 0.4s ease;   
}
.btncontact:hover{
	background-color: transparent;
	cursor: pointer;
	color: #fff;
	transition: background 0.4s ease;   
}
.zeromarbotm{
	margin-bottom: 0px;
}
.fndogrisclaro{
	background-color: #dcdcdc;
	padding: 3rem 0px;
}
.fndogrisclaro h4{
	color: #376336;
	font-size: 1.7em;
	margin-bottom: 3.5rem;
	font-family: 'Roboto';
    font-weight: bold;
}
.fndogrisclaro h5{
	color: #000;
	font-weight: 800;
	margin-bottom: 0px;
	font-size: 1.25em;
}
.fndogrisclaro p{
	color: #000;
	font-size: 1.15em;
}