.whatsapp-button {
   position: fixed;bottom: 20px;
   right: 20px;width: 60px;
   height: 60px;
   background-color: #25D366;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   z-index: 999;
   }  
.whatsapp-button img {width: 40px;height: 40px;}
 /* Estilo para la línea negra entre los botones */
 .foot-divider {
  width: 2px;
  height: 10px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 0px;
}
.font-a{
 font-size: 14px;
 font-family: 'Montserrat', sans-serif;
}