/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.btn-whatsap{
  position: fixed;
	right: 30px;
    bottom: 60px;
  z-index: 999999999999999999;
  display: -ms-grid;
  display: grid;
  place-items: center;
	height: 70px;
	width: 70px;
	background-color: rgba(77, 194, 71, 1);
	 border-radius: 100%;
	 box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
}

.btn-whatsap img {
	height: 40px;
	width: 40px;
}