﻿.WhatsApp
	{
		height:45px; 
		position: fixed; 
		bottom: 150px; 
		right: 40px; 
		z-index:100; 

		transform: scale(1.0);
		transition: 0.3s ease-in-out;
	}
.WhatsApp:hover
	{
		transform: scale(1.2);

	}


@media (max-width:  630px)
	{
		.WhatsApp
			{
				height:50px; 
				position: fixed; 
				bottom: 80px; 
				right: 5px; 
				z-index:100; 

				transform: scale(1.0);
				transition: 0.3s ease-in-out;
			}
	}

@media (max-width:  350px)
	{
		.WhatsApp
			{
				height:30px; 
				position: fixed; 
				bottom: 50px; 
				right: 5px; 
				z-index:100; 

				transform: scale(1.0);
				transition: 0.3s ease-in-out;
			}
	}
