.redesocial02.castanho{border:3px solid #8d5120;color:#8d5120;}
.redesocial02.castanho:hover{background:#8d5120;color:#fff;}

.redesocial02.castanho2{border:3px solid #fff6db;color:#fff6db;}
.redesocial02.castanho2:hover{background:#fff6db;color:#000;}

.redesocial02{
	border-radius: 50%;
	width:35px;
	height:35px;
	background:none;
	text-align:center; 
	cursor:pointer;
	margin:0px 5px 0px 5px;
	position:relative; float:left;
}

.facebook{padding:2px 0px 0px 0px; font-size:1.3em;}
.instagram{padding:2px 0px 0px 0px; font-size:1.3em;}
.linkedin{padding:3px 0px 0px 0px; font-size:1.2em;}
@media screen and (max-width: 1023px) { /* PARA DISPOSITIVOS PEQUENOS (SMARTPHONES E TABLETS)*/
.redesocial02{
	width:45px;
	height:45px;
	margin:0px 15px 0px 15px;
}

.facebook{padding:3px 0px 0px 0px; font-size:1.7em;}
.instagram{padding:2px 0px 0px 0px; font-size:1.8em;}
.linkedin{padding:3px 0px 0px 0px; font-size:1.6em;}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS PEQUENOS*/

}
@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*/

}