/*--------------------------------------------------------------
# whatsapp
--------------------------------------------------------------*/

.floating-whatsapp {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 9999;
}

.floating-whatsapp a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.50);
  transition: transform 0.3s;
}

.floating-whatsapp a img {
  width: 100%;
  height: auto;
  padding: 8px;
}

.floating-whatsapp a:hover {
  transform: scale(1.3);
}


/*--------------------------------------------------------------
# whatsapp
--------------------------------------------------------------*/

