@charset "utf-8";
/* CSS Document */
/*DESENVOLVIDO POR BRUNO NOVAES DOS SANTOS // WEB DESIGNER // 2017 */
footer img{
	padding:30px;}
ul.link_rede{
	width:280px;
	height:auto;
	position:relative;
	top:0px;
	left:0px;
	list-style:none;
	padding:50px 0px;
	margin:0px auto;

}
ul.link_rede li{
	
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
	margin:10px;
	width:50px;
	height:50px;
	
	float:left;
	list-style:50px;
	font-size:18px;

}
ul.link_rede li a{
	color:#fff;
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	border-radius:50px;
	background:#0CF;
	}

ul.link_rede li span:before{
	font-family:'FontAwesome';	
	padding:10px;
	margin:0px;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	list-style:50px;
	font-weight:100;
	font-size:24px;
	border-radius:50px;
	-webkit-transition:all ease 200ms;
	-moz-transition:all ease 200ms;
	-ms-transition:all ease 200ms;
	-o-transition:all ease 200ms;
	transition:all ease 200ms;
}

ul.link_rede li span#face:before{content:'\f09a';}
ul.link_rede li span#inst:before{content:'\f16d';}
ul.link_rede li span#you:before{content:'\f16a';}
ul.link_rede li span#gmail:before{content:'\f0d5';}

ul.link_rede li p{ display:none;}

ul.link_rede li a:hover span#face:before{background:#06C;}
ul.link_rede li a:hover span#inst:before{background:#069;}
ul.link_rede li a:hover span#you:before{background:#f03;}
ul.link_rede li a:hover span#gmail:before{background:#DA2505;}
