/* whatsapp*/
.whatsapp {
  position:fixed;
  width:64px;
  height:63px;
  bottom:90px;
  right:8px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:36px;
  z-index:100;
}

#whatsapp a:hover {
  color: #fff !important;
  text-decoration: none;
}