/*rodape*/
section#rodape {
    padding: 100px;
    text-align: center;
    font-weight: 500;
	box-shadow: 0px 7px 21px #000;
}
.redess p {
    display: flex;
    justify-content: center;
}
.redess a {
    font-size: 28px;
    margin: 5px;
    border: 1px solid;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
	section#rodape {
		padding: 30px;
	}
}