.social {
	position: fixed; 
	right: 0; 
	top: 200px; 
	z-index: 2000; 
}

	.social ul {
		list-style: none;
	}

	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 10px 20px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}

	
	.social ul li .icon-facebook {background:#3b5998;}
	.social ul li .icon-instagram {background:  #E1306C;}
	.social ul li .icon-brochure {background: #d95232;}
	
	.social ul li a:hover {
		background: #1cc345; 
		/* padding: 10px 30px; */
	}

	.iconfirst:first-child {
	border-radius: 1rem 0 0 0;
}

.iconlast:last-child {
	border-radius: 0 0 0 1rem;
}
