html {
	font-size: 16px;
}
.socia-bar {
	position: fixed;
	rigth: 0;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	z-index: 100;
}
.icon {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}
.icon-facebook {
		background: #2E406E;

}
.icon-whatsapp {
		background: #00bb2D;
		
}
.icon-instagram {
		background: #E1306C;	
}
.icon-youtube {
		background: #E83028;
		}
.icon:hover {
		padding-right: 3rem;
		border-radius: 1rem 0 0 1rem;
		box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}