.footer{
	display: block;

	float: left;

	width: 100%;

}

.footer1 {
    background-color: #39A678;  
    padding-top: 60px;
    padding-bottom: 40px; 
    color: #004D2D;
}

.footer1 .menu-footer h1{
    font-size:17px;
    color: #3C3C3B; 
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 20px;
    height: 30px;
}

.footer1 .menu-footer a{
    font-size:14px;
    color: #FFF; 
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.footer1 .menu-footer a:hover {
	color: #3C3C3B;	
}

.footer1 .menu-footer .menu-footer1 {
    float: left;
    width: 50%
}

.footer1 .menu-footer .filiacao {
    float: left;
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
}
