/* ----- Whatsapp ----- */
.whatsapp-chat {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.whatsapp-chat a {
  background-color: #25cc63;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.whatsapp-chat a:hover {
  background-color: #108879;
}
.whatsapp-chat a i {
  color: #fff;
  font-size: 30px;
}
/* ----- Whatsapp ----- */