footer {
	text-align: center;
	background: #000000;
	padding: 40px 0;
}

.copyright {
	color: #FFFFFF;
	font-size: 13px;
	margin: 20px 0 0;
}


@media screen and (max-width: 768px) {
    .footer {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

		.imagem-logo{
			width:80%;
		}
}

@media screen and (max-width: 320px){
	.imagem-logo{
		width:80%;
	}
}