/* whatsapp button styles*/
.btn-wsp {
	margin: 0;
	padding: 0;
	border: 0;
	position: fixed;
	bottom: 15px;
	right: 20px;
	color: #0df053;
	border-radius: 100px;
	font-size: 60px;
	z-index: 10;
  }

  .btn-wsp:hover {
	color: #0df053;
  }