.red{
	position: fixed;
	top: 200px;
	z-index: 100;
	left: 0;
}
#facebook a{
	background: #3b5998;
	padding: 10px 25px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#facebook a:hover{
	background: #000;
	padding: 10px 50px;
}
#whatsapp a{
	background: #07BC4A;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#whatsapp a:hover{
	background: #000;
	padding: 10px 50px;
}
#whatsapp2 a{
	background:#04500e;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#whatsapp2 a:hover{
	background: #000;
	padding: 10px 50px;
}
#linkedin a{
	background: #0e76a8;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#linkedin a:hover{
	background: #000;
	padding: 10px 50px;
}
#instagram a{
	background: #833AB4;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#instagram a:hover{
	background: #000;
	padding: 10px 50px;
}