footer{
	background-image:linear-gradient(#000,#222);
	color:#FFF;
}



@media only screen and (min-width:900px){
	footer center#safes .box{
		width:33.33%;
		min-height:100px;
		float:left;
	}
	
}

@media only screen and (min-width:930px){
	footer center#info .box4{
		width:25%;
		min-height:100px;
		float:left;
	}
}

@media only screen and (min-width:561px) and (max-width:929px){
	footer center#info .box4{
		width:50%;
		min-height:500px;
		float:left;
	}
}

@media only screen and (max-width:560px){
	footer center#info .box4{
		width:100%;
		min-height:50px;
		float:left;
	}
}

footer center{
	position:relative;
	overflow:hidden;
	clear:both;
}

footer center .box4{
	margin-bottom:20px;
}



footer center .box4 .fPag{
	width:calc(30% - 4px);
	margin:2px 2px;
}

footer center .box4.fpag > div{
	padding:10px 30px;

}


footer center .box4.atend > div{
	padding:10px 22px;

}


footer center h3{
	margin:0;
	padding:0;
	font-size:24px;
	background-size:24px;
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:30px;
}
footer center h4{
	margin:0;
	padding:0;
	font-size:18px;
	margin-left:10px;
	margin-top:5px;
}

footer center#info span{
	display:block;
	font-size:20px;
	line-height:28px;
	margin-left:10px;
	background-repeat:no-repeat;
	background-size:20px 20px;
	background-position:0 6px;
	padding-left:22px;
	color:#FFF;
	text-decoration:none;
}

footer center#info .box4.info span a{
	color:#FFF;
	text-decoration:none;
	transition:0.3s;
}

footer center#info .box4.info span a:hover{
	color:#FF0;
	padding-left:5px;
}

footer center#info .box4.atend a{
	color:#FFF;
	text-decoration:none;
	transition:0.3s;
}
footer center#info .box4.atend a:hover span{
	color:#FF0;
}

footer center#safes img{
	width:220px;
	height:auto;
	margin-left:calc(50% - 110px);
}

.iconWhats{
	position:fixed;
	z-index:100;
	bottom:50px;
	right:30px;
	width:64px;
	height:64px;
}

.iconCart{
	position:fixed;
	z-index:100;
	bottom:20px;
	left:20px;
	width:64px;
	height:64px;
	border-radius:50%;
	background:#000;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	border:solid 2px #FFF;
}

.iconCart img{
	width:70%;
	height:auto;
	position:absolute;
	top:10%;
	left:15%;
}

.iconCart span{
	position:absolute;
	z-index:1;
	width:20px;
	height:20px;
	border-radius:50%;
	line-height:20px;
	text-align:center;
	color:#000;
	background:#FFF;
	font-size:14px;
	bottom:5px;
	right:-5px;
}

.tremendo{
    animation: shake 1s infinite;
}

@keyframes shake {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}
	50% {
		transform: translate(2px, 2px) rotate(0deg);
	}
	55% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}
	60% {
		transform: translate(-3px, 0px) rotate(1deg);
	}
	65% {
		transform: translate(3px, 2px) rotate(0deg);
	}
	70% {
		transform: translate(1px, -1px) rotate(1deg);
	}
	75% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}
	80% {
		transform: translate(-3px, 1px) rotate(0deg);
	}
	85% {
		transform: translate(3px, 1px) rotate(-1deg);
	}
	90% {
		transform: translate(-1px, -1px) rotate(1deg);
	}
	95% {
		transform: translate(1px, 2px) rotate(0deg);
	}
	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}



.redes{
	list-style:none;
	margin:0;
	padding:0;
}

.redes li{
	position:relative;
	margin:0;
	padding:0;
	line-height:64px;
	display:block;
	margin:4px 0;
}

.redes li:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:64px;
	height:64px;
	background-size:640px 128px;
	background-repeat:no-repeat;
	z-index:0;
	transition:0.6s;
}

.redes li.face:after{ background-image:url(../images/icon-redes.png); background-position:0 0; }
.redes li.twitter:after{ background-image:url(../images/icon-redes.png); background-position:-64px 0; }
.redes li.insta:after{ background-image:url(../images/icon-redes.png); background-position:-128px 0; }
.redes li:hover:after{  background-position-y:-64px; 	 }

.redes li a{
	position:relative;
	z-index:1;
	display:block;
	overflow:hidden;
	height:64px;
	padding-left:70px;
	font-family: 'Big Shoulders Display', "arial";
	font-size:18px;
	text-decoration:none;
	color:#FFF;
}



.cookiePolicyFooter{
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,0.9);
	min-height:60px;
	width:100%;
	bottom:0;
	left:0;
	padding:10px;
	display:none;
	box-shadow:0 -2px 2px rgba(0,0,0,0.5);
}

.cookiePolicyFooter.active{
	display:block;
}

.cookiePolicyFooter .texto{
	color:#FFF;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-right:110px;
	text-align:justify;
}

.cookiePolicyFooter .texto a{
	color:#FFF;	
}

.cookiePolicyFooter button.aceitar{
	width:100px;
	height:40px;
	border-radius:5px;
	background:#060;
	color:#FFF;
	text-align:center;
	line-height:40px;
	text-transform:uppercase;
	border:none;
	position:fixed;
	bottom:10px;
	right:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	cursor:pointer;
}

@media only screen and (max-width:970px){
	.cookiePolicyFooter .texto{
		font-size:12px;
		padding:10px;
		padding-bottom:50px;
		text-align:justify;
	}
	
	.cookiePolicyFooter button.aceitar{
		width:50%;
		right:25%;
	}	
}