.whatsapp {
	position: fixed;
	top: 20%;
	right: 1%;
	/*padding: 10px;*/
	z-index: 10000000;
	background: rgba(51, 217, 178, 1);
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	border-radius: 50%;
	animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
	/*
	        0% {
		        transform: scale(0.95);
		        box-shadow: 0 0 0 0 transparent;
	        }

	        70% {
		        transform: scale(1);
		        box-shadow: 0 0 0 20px transparent;
	        }
	        */
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 45px transparent;
	}
}

#caixaTexto {
	background: #fff;
	color: #000;
	position: fixed;
	/*width: 130px;*/
	/*width: 202px;*/
	top: 22%;
	/*bottom: 40px;*/
	right: 80px;
	font-size: 16px;
	line-height: 15px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
	z-index: 100;
	visibility: hidden;
}

#faleEspecialista {
	position: fixed;
	width: 202px;
	/*top: 22%;*/
	top: 25%;
	/*right: 80px;*/
	right: 30px;
	margin-right: -25px;
	z-index: 100;
	visibility: hidden;
	/*margin-top: 22%;*/
}

#faleEspecialista2 {
	position: fixed;
	width: 202px;
	/*top: 72%;*/
	top: 10%;
	/*right: 80px;*/
	right: 10px;
	z-index: 100;
	visibility: hidden;
}

@media (max-width: 480px) {
	#caixaTexto {
		display: none !important;
	}

	#faleEspecialista {
		display: none !important;
	}
}
