.fab-whatsapp {

   width: 50px;

   height: 50px;

   background-color: #25D366;

   border-radius: 50%;

   box-shadow: 0 6px 10px 0 #666;

   transition: all 0.1s ease-in-out;

 

   font-size: 30px;

   color: white;

   text-align: center;

   line-height: 50px;

 

   position: fixed;

   right: 50px;

   /*right: 85px;*/

   bottom: 50px;

   /*bottom: 60px;*/

   z-index: 9999;

}

 

.fab-whatsapp:hover {

   color: white;

   box-shadow: 0 6px 14px 0 #666;

   transform: scale(1.05);

}


.fab-whatsapp a {

	margin-top: 9px;

	color: white;

}


.fab-whatsapp a:hover {

	color: white;

}





.snackbar {

	right: 120px;

	bottom: 42px;

	position: fixed;

	background-color: transparent;

	font-size: 16px;

	border-radius: 0.19em;

	color: #000;

	display: inherit;	

	

	min-width: 5em;

	padding: 1em 1em;

	z-index: 9999;

}





/*

.snackbar {

	right: 30px;

	bottom: 30px;

	position: fixed;

	background-color: #fff;	

	border-style: solid;

	border-color: #000;

	border-radius: 0.19em;

	border-width: 1px;

	color: #000;

	display: inherit;	

	

	min-width: 9em;

	min-height: 9em;

	padding: 1em 1em;

	z-index: 9998;

}

*/