/*Icone Whatsapp*/

.whatsapp-link{
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 40px;
  background-color: #25d366;
  color:white;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 2px 2px 2px #888;
  z-index: 1000;
}
.fa-whatsapp{
  margin-top: 10px;
  color:#fff;
}