@charset "utf-8";
.social-bar2 {
	
	position: fixed;
	width: 55px;
	height:55px;
	line-height:55px;
	bottom:30px;
	right: 30px;
	top: 90%;
	font-size: 4rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
	color:#2B11D7;
	
}

.icon {
	color:#01FF1E;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
	
}

.icon-whatsapp {
	
	background:#25D366;
	border-radius: 3rem 3rem 3rem 3rem;
	padding: 8px 8px;
	color: #fff;
	position: fixed;
	width: 55px;
	height:55px;
	line-height:55px;
	bottom:30px;
	right: 30px;
	top: 90%;
	font-size: 4rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
	color:#2B11D7;
	
}