.redesocial,.redesocial-rodape{
	margin:0px 15px 0px 15px;
	text-align:center; 
	cursor:pointer;
	position:relative; float:left;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.redesocial img{width:22px;}
.redesocial-rodape img{width:22px;}

.messenger:hover{
	opacity:0.7;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS PEQUENOS*/
.redesocial,.redesocial-rodape{
	margin:0px 10px 0px 10px;
}
.redesocial img{width:18px;}
.redesocial-rodape img{width:18px;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) { /* PARA DISPOSITIVOS MÉDIOS*/
.redesocial,.redesocial-rodape{
	margin:0px 10px 0px 10px;
}
.redesocial img{width:20px;}
.redesocial-rodape img{width:20px;}
}
@media screen and (min-width: 1366px) and (max-width: 1919px) { /* PARA DISPOSITIVOS MÉDIOS*/

}