.social-bar {
	position: fixed;
	right: 0;
	top: 31%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}
 
.icon {
	color: black;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

.icon-facebook {
	background: #2E406E;
	color: black;
}

.icon-twitter {
	background: #339DC5;
	color: black;
}

.icon-youtube {
	background: #ff0000;
	color: black;
}

.icon-instagram {
	background: #ab1367;
	color: black;
}

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

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

.icon:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}

.boton-empresa{
  background: #00587f;
  color: white;
}
