.whatsapp-fixo {
	z-index: 99999;
	position: fixed;
	bottom: 0px;
	right: 0px;
}

.iconeChatWhatsapp {
	width: 40px;
	height: 40px;
	background-color: #25d365da;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	background-image: url(../images/icon.png);
	border-radius: 50%;
	cursor: pointer;
	margin-bottom: 20px;
	margin-right: 20px;
}

.whatsapp1 {
	bottom: 20px;
}

.whatsapp2 {
	bottom: 85px;
}

.whatsapp3 {
	bottom: 140px;
}

.iconeChatWhatsapp:hover {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
}

.iconeChatWhatsapp:hover .nomeAtendente {
	box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.25);
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #FFF;
	color: #555;
}

.iconeChatWhatsapp .nomeAtendente {
	position: absolute;
	margin-left: -120px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.15);
	border: solid 1px rgba(0, 0, 0, 0.08);
	border-right: 1px solid #FFF;
	width: 98px;
	height: auto;
	padding: 5px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
	font-size: 11px;
	line-height: 13px;
	color: #777;
	font-weight: 400;
	display: table;
}

.iconeChatWhatsapp .nomeAtendente .midleNome {
	display: table-cell;
	vertical-align: middle;
	line-height: 12px;
	width: 100%;
}

.iconeChatWhatsapp .nomeAtendente:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	right: -5px;
	margin-top: 8px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFF;
	position: absolute;
}

@media all and (max-width:767px) {
	.whatsapp1 {
		bottom: 10px;
	}

	.whatsapp2 {
		bottom: 75px;
	}

	.whatsapp3 {
		bottom: 130px;
	}
}


/*icone maior*/
.whatsapp-maior .iconeChatWhatsapp {
	background-size: 35px;
}

.whatsapp-maior .iconeChatWhatsapp {
	width: 60px;
	height: 60px;
}

.whatsapp-maior .iconeChatWhatsapp .nomeAtendente {
	margin-top: 12px;
	font-size: 13px;
}

/*icone maior*/