a{
  text-decoration: none;
}
#whatsapp {
	position: fixed;
	bottom: 20px;
	right:20px;
	z-index:10;
}
svg {
	width: 80px;
	display: inline-block;
  vertical-align: middle;
  z-index:10;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
}
circle {
  fill: #25d366;
}
path {
	fill:  #fff;
}
#whatsapp a {padding: 20px 0;}
#whatsapp a::before {
	content: 'Te asesoramos por whatsapp';
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	margin-right: 10px;
	color: rgba(0, 0, 0, .8);
	background: white;
	border: 1px solid #ccc;
	border-radius: 20px;
	filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
	transition: .3s ease;
	opacity: 0;
}
#whatsapp:hover a::before {opacity: 1;}