.sticky-whatsapp-desktop,
.sticky-whatsapp-movil {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background-color: #25d366;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 27px;
	z-index: 9999999999999999;
}

.sticky-whatsapp-desktop:hover,
.sticky-whatsapp-movil:hover {
	background-color: #075e54;
	color: #fff;
}

.sticky-whatsapp-desktop:focus,
.sticky-whatsapp-movil:focus {
	background-color: #075e54;
	color: #fff;
}

.sticky-whatsapp-desktop i,
.sticky-whatsapp-movil i {
	vertical-align: middle;
	line-height: 60px;
}

@media only screen and (max-width: 768px) {

	.sticky-whatsapp-desktop,
	.wa-desktop {
		display: none !important;
	}
}

@media only screen and (min-width: 769px) {

	.sticky-whatsapp-movil,
	.wa-movil {
		display: none !important;
	}
}