html{
   font-size: 15px;
}
.red-social{
	position: fixed;/* queda fijo en la pantalla*/
	right: 0; /*derecho de la pantalla */
	top:35%;/* casi en el centro*/
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;/*alineado a la parte inferior*/
	z-index: 100; /* sobre los elementos*/
}
a{
	text-decoration:none;
}

.fab{
	color:white;
	padding: .7rem;
	display: flex;
	transition: all .5s;

}


.fa-whatsapp{
	background:#4dc247;

}
.fa-facebook-f{
	background: #2E406E;

}
.fa-instagram{
	background:#FC562C;

}

.fab:first-child{
	border-radius:1rem 0 0 0;
}
.fab:last-child{
	border-radius:1rem 0 0 1;
}
.fab:hover{
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}

/*card*/
