html {
	font-size: 16px;
}

.social-bar {
	position: fixed;
	right: 0;
	top: 75%;
	font-size: .6rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

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

.icon-mensaje {
	background: #003366;
}


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

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

.icon:hover {
	color: white;
	padding-right: 2rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.90);
}
