		.whatsapp-float {
			position: fixed;
			bottom: 20px;
			right: 20px;
			z-index: 1000;
		}
		
		.whatsapp-float img {
			width: auto; /* Ajusta el tamaño según tus necesidades */
			height: 60px;			
			transition: transform 0.3s ease-in-out;
		}
		
		.whatsapp-float img:hover {
			transform: scale(1.1);
		}