@charset "utf-8";
.social-bar {
	
	position: fixed;
	right: 0;
	top: 20%;
	font-size: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
	
}

.icon {
	color:white;
	text-decoration: none;
	padding: .10rem;
	display: flex;
	transition: all .5s;
	
}

.fa-whatsApp  {
	
	background: #80E30F;
	border-radius: 0 1rem 0 0;
	padding: 24px 24px;
	color: #2E406E;

	
}
.fa-facebook-f  {
	
	background: #fff;
	border-radius: 0 0rem 0 0;
	padding: 14px 14px;
	color: #2E406E;

	
}
#facebook hover{
	background: #80E30F;
	padding: 40px  60px;
	
	
}
.icon-whatsApp {
	
	background: #fff;
	border-radius: 0 1rem 0 0;
	padding: 14px 14px;
	color: #2E406E;
	
}
.fa-instagram {
	
	background: #F3F220;
	border-radius: 0 0 1rem 0;
	padding: 10px 10px;
	color: #fff;
	
}
.bi-whatsapp {
	
	background: #1ABE31;
	border-radius: 0 1rem 0 0;
	padding: 8px 8px;
	color: #fff;
}
.fa-twitter {
	
	background: #F38B24;
	padding: 8px 8px;
	color: #fff;
}
.fa-youtube {
	
	background: #E83028;
	padding: 6px 6px;
	color: #fff;
}

.icon-instagram {
	
	background: #3F60A5;
	padding: 20px 20px;
	color: #fff;
	border-radius: 0 0 1rem 0;
}
.social-bar :hover {
	padding-right: 3rem;
	background:#E83028;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0.5rem rgba(0, 0, 0, 0.42);
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;

