/*
============================
Name: TechXen Technology & It Solution Template
Version: 2.0.0
Description: TechXen Technology & It Solution Template
Author: vikinglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
.whatsapp-float {
  position: fixed;
  bottom: 100px; /* para que no choque con el botón de subir */
  right: 30px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.whatsapp-float img {
  width: 45px;
  height: 45px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}