/* ------------------------------------------------------ */
/* ---------------- WHATSAPP FLOAT BUTTON ---------------- */
/* ------------------------------------------------------ */

.whatsapp-float-button {
      position: fixed;
      bottom: 120px;
      right: 20px;
      transition: all .2s ease-out;
      z-index: 10000;
}

.whatsapp-float-button:hover {
	transform: scale(1.1);
}

.whatsapp-float-icon {
	width: 85px;
}

@media screen and (max-width: 1190px) {
	.whatsapp-float-hidden {
		display: none;
	}
}
