/* FLOAT WHATSAPP */

.float-whatsapp {
  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #25d366;

  position: fixed;
  bottom: 20px;
  left: 20px;

  z-index: 9;

  i {
    font-size: 25px;
    color: #FFF;
  }
}