/*******

Whatsapp ICONS

***********/

.whatsapp:hover{
  color: var(--blanco);
  text-decoration: none;
  box-shadow: 0px 0px 5px var(--gris-fondo);
  transform: scale(1.1);
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: var(--blanco);
  border: 3px solid var(--blanco);
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-content: center;
  transition: all 0.3s ease;
}

.whatsapp i {
  display: flex;
  align-items: center;
}