.ico-plan {
  position: fixed;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: url(whatsapp.svg);
  margin-left: 20px;
  z-index: 999;
}
.ico-plan:hover {
  background: url(whatsapp.svg) -50px 0;
}