#redes_sociais {
	margin-top: 70px;
	box-shadow: rgba(0,0,0,.4) 0 0 15px;
}

.elemento6 {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 30px;
	background-color: #d2691e;
}

.elemento6 img {
	height: 30px;
	padding-left: 1%;
	vertical-align: middle;
}

@media screen and (min-width: 769px) {

#redes_sociais {
	margin-top: -10px;
	box-shadow: rgba(0,0,0,.4) 0 0 15px;
}

.elemento6 {
	width: 100%;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 20px;
	background-color: #d2691e;
}

.elemento6 img {
	height: 30px;
	padding-left: 10px;
	vertical-align: middle;
}