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

.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;
	
	
}