/* botao whatsapp */
.wpp-image-link {bottom:130px; position:fixed; right:30px; z-index:999;}
.wpp-image-link img {max-width:50px;}
.wpp-image-link {transition-duration: .2s; transition-property: color,background-color,border-color; transition-timing-function: linear;}
.wpp-image-link::after, .wpp-image-link::before
{
	content: '';
	position: absolute;
	opacity: 0;
	border: 4px solid #25D366;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	-webkit-border-radius: 50%;
	animation: WaveWhatsApp 1.5s ease infinite;
}
.wpp-image-link::after {animation-delay:.5s}

/* botao telefone */
.tel-image-link {bottom:30px; position:fixed; right:30px; z-index:999;}
.tel-image-link img {max-width:50px;}
.tel-image-link {transition-duration: .2s; transition-property: color,background-color,border-color; transition-timing-function: linear;}
.tel-image-link::after, .tel-image-link::before
{
	content: '';
	position: absolute;
	opacity: 0;
	border: 4px solid #024873;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	-webkit-border-radius: 50%;
	animation: WaveWhatsApp 1.5s ease infinite;
}
.tel-image-link::after {animation-delay:.5s}

@keyframes WaveWhatsApp
{
	0%
	{
		transform:scale(.5)
	}

	50%
	{
		opacity:1
	}

	100%
	{
		transform:scale(1.2);
		opacity:0
	}
}
.km-buttons {text-align: center;}
.km-buttons .wpp-btn-link, .km-buttons .tel-btn-link {border-radius: 5px; border-width: 1px; border-style: solid; color:#FFFFFF; display: inline-block; font-weight: bold; margin: 12px 7px; padding: 10px 15px; vertical-align: middle; outline: none; text-decoration: none;}
.km-buttons .wpp-btn-link img, .km-buttons .tel-btn-link img {display: inline-block; margin-right: 5px; vertical-align: middle; width: 32px;}
.km-buttons .wpp-btn-link {background-color: #25D366BB; border-color: #25D36640;}
.km-buttons .tel-btn-link {background-color: #024873BB; border-color: #02487340;}
.km-buttons .wpp-btn-link img {}
.km-buttons .tel-btn-link img {}
