/** WHATSAPP ***/
.bag-whatsapp-alert {
	z-index: 1020;
	position: fixed;
	bottom: 99px;
	padding: 5px 7px;
	right: 162px;
	background: #616161;
	display: none;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	width: auto;
}

.bag-whatsapp-alert-arrow {
	position: fixed;
	bottom: 107px;
	padding: 4px 7px;
	right: 158px;
	background: #616161;
	display: none;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 31;
}

.bloco-wthats .link-whats,
.titulo {
	overflow: hidden;
	background-repeat: no-repeat;
}

.bloco-wthats {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 100;
	width: 150px;
	height: 150px;
}

.bloco-wthats .aura,
.bloco-wthats .link-whats {
	position: absolute;
	display: block;
	top: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-khtml-transform: translate(-50%, -50%);
	left: 95%;
}

.bloco-wthats .link-whats {
	z-index: 101;
	background-color: #44bb6e;
	background-image: url(../img/whatsapp.png);
	background-position: 50% 50%;
	background-size: 70px;
	-webkit-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.bloco-wthats .link-whats:hover {
	background-color: #16b84f;
}

.bloco-wthats .aura {
	background-color: #44bb6e;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width 1.5s, height 1.5s, opacity 2.5s;
	transition: width 1.5s, height 1.5s, opacity 2.5s;
	-webkit-animation-name: aura;
	animation-name: aura;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@media screen and (max-width: 767px) {

	.bloco-wthats .aura,
	.bloco-wthats .link-whats {
		position: absolute;
		display: block;
		top: 50%;
		width: 50px !important;
		height: 50px !important;
		border-radius: 50%;
		-khtml-transform: translate(-50%, -50%);
		left: 50%;
	}

	.bloco-wthats .link-whats {
		z-index: 101;
		background-color: #44bb6e;
		background-image: url(../img/whatsapp.png);
		background-position: 50% 50%;
		background-size: 50px !important;
		-webkit-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.3);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.bloco-wthats {
		position: fixed;
		right: 40px;
		bottom: 40px;
		z-index: 100;
		width: 20px !important;
		height: 20px !important;
	}

	.bag-whatsapp-alert-arrow {
		position: fixed;
		bottom: 40px !important;
		padding: 4px 7px;
		right: 75px !important;
		background: #616161;
		display: none;
		width: 15px;
		height: 15px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 31;
	}

	.bag-whatsapp-alert {
		z-index: 1020;
		position: fixed;
		bottom: 35px !important;
		padding: 5px 7px;
		right: 79px !important;
		background: #616161;
		display: none;
		color: #fff;
		border-radius: 5px;
		font-size: 11px !important;
		width: auto;
	}
}