#redesocial{
	border-radius:30px;
	text-align:center; 
	color:#2c627f;
	background-color:#fff100;
	cursor:pointer;
	margin:0px 5px 0px 5px;
	padding:0px 5px 0px 5px;
	position:relative; float:left;
	font-size:1.2em;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

#redesocial:hover{
	color:#fff100;
	background-color:#2c627f;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS PEQUENOS*/
#redesocial{
	font-size:1em;
}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) { /* PARA DISPOSITIVOS MÉDIOS*/
}
@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*/

}