body {
	background: url(home.png) no-repeat center top #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.index{width: 100%; height: 5777px; }

#avatar-whats {
  opacity: 1;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  box-shadow: 0 0 0 var(--cor-destaque);
  animation: pulseWhats 2s infinite;
  background: url('bg_ico_whatsapp.png') no-repeat scroll 0 0 transparent;
  bottom: 38px;
  display: block;
  height: 65px;
  position: fixed;
  right: 30px;
  width: 65px;
  z-index: 9400;
}

@keyframes pulseWhats {
  0% { -webkit-box-shadow: 0 0 0 0 rgb(50, 48, 12, 116); }
  70% { -webkit-box-shadow: 0 0 0 10px rgba(154, 35, 130, 0); }
  100% { -webkit-box-shadow: 0 0 0 0 rgba(154, 35, 130, 0);  }
}