.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:70px;
right:15px;
z-index: 9999;
}
.linkmap {
	color: #666;
}

.bag-whatsapp-alert {
	z-index: 1020;
	position: fixed;
	bottom: 70px;
	padding: 5px 7px;
	right: 109px;
	background: #fff;
	display: none;
	color: #060;
	border-radius: 5px;
	font-size: 15px;
	width: auto;
	border: #060 solid 2px;
	font-weight: 700;
	}

	.bag-whatsapp-alert-arrow {
		position: fixed;
		bottom: 75px;
		padding: 9px 7px;
		right: 105px;
		background: #060;
		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: 5px;
		bottom: 39px;
		z-index: 100;
		width: 100px;
		height: 100px;
	}

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

	.bloco-wthats .link-whats {
	z-index: 1;
	background-color: #060;
	
	background-image: url('https://concretopreco.fmixconcreto.com.br/custom/whatsapp.png') !important;
	background-size: 80px !important;
	background-position: 50% 50%;
	background-size: 90px;
	-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: #44bb6e;
	}

	.bloco-wthats .aura {
		background-color: #060;
		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;
	}



	@-webkit-keyframes aura {
		0% {
			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;
			width: 50px;
			height: 50px;
		}

		100% {
			filter: alpha(opacity=0);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			-webkit-opacity: 0;
			-khtml-opacity: 0;
			-moz-opacity: 0;
			-ms-opacity: 0;
			-o-opacity: 0;
			opacity: 0;
			width: 150px;
			height: 150px;
		}
	}

	@keyframes aura {
		0% {
			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;
			width: 70px;
			height: 70px;
		}

		100% {
			filter: alpha(opacity=0);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			-webkit-opacity: 0;
			-khtml-opacity: 0;
			-moz-opacity: 0;
			-ms-opacity: 0;
			-o-opacity: 0;
			opacity: 0;
			width: 150px;
			height: 150px;
		}
	}
