/* Add here all your CSS customizations */
.whatsap {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsap-icon {
  margin-bottom:3px;
}


.btn-whatsap {
position: fixed;
	bottom: 640px;
	right: 640px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}

@media only screen and (max-width: 600px) {
 	.btn-whatsap {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 620px;
		right: 620px;
	}
} 