.redesocial02{
	border-radius:50%;
	text-align:center; 
	cursor:pointer;
	margin:0px 6px 0px 6px;
	padding:1px 6px 1px 6px;
	position:relative; float:left;
	font-size:1.1em;
	color:#fff;background-color:#000;
	-webkit-transition: all 0.2s; transition: all 0.2s;
}
.redesocial02:hover{
color:#000;background-color:#fff;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS PEQUENOS*/
.redesocial02{
	border-radius:50%;
	padding:1px 4px 1px 5px;
	font-size:0.9em;
}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) { /* PARA DISPOSITIVOS MÉDIOS*/
.redesocial02{
	border-radius:50%;
	padding:1px 4px 1px 5px;
	font-size:0.95em;
}
}
@media screen and (min-width: 1366px) and (max-width: 1919px) { /* PARA DISPOSITIVOS MÉDIOS*/
}
@media screen and (min-width: 1920px) and (max-width: 2159px) { /* PARA DISPOSITIVOS GRANDES*/
}
@media screen and (min-width: 2160px) { /* PARA DISPOSITIVOS MUITO GRANDES*/

}