*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

.redes
{
	position: fixed;
	left: 0;
	top: 200px;
	z-index: 2000;
}

.redes ul 
{
	list-style: none;

}

.redes ul li a{
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 18px 30px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition: all 500ms ease;
}

.redes ul li .icon-facebook2 {background:#3b5998;}
.redes ul li .icon-instagram {background:#833AB4;}
.redes ul li .icon-mail2 {background:#FD1D1D;}

.redes ul li a:hover {
	padding: 15px 35px;
	transform: scale(1.5,1.5);
	background:#000; 
	
}