/*Pato Doldan- 18/06/2019*/

/* FOOTER */
#footerCenco{
	background-color:#1A1A1A;
	color:#fff;
	text-align:left;
	padding:40px 0px 0px 0px;
	min-width: 100%;
}
.seccion-footer{
	margin-bottom: 20px;
}
.titulo-footer{
	font-size: .875rem;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 7px;
	position: relative;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;  	
	-webkit-line-clamp: 1; 		
}	
.titulo-footer:before{
	content: "";
	width: 25px;
	height: 1px;
	background-color: #5F5F5F;
	position: absolute;
	left: 0;
	bottom: 0;
}
.btn-footer{
	color: #AFAFAF;
	font-size: .75rem;
	line-height: 27px;
	transition: all .25s;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;  	
	-webkit-line-clamp: 1; 	
	cursor: pointer;
}
.btn-footer:hover{
	color:#fff;
}
.chevron-footer{
	height: 16px;
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("https://jumboargentina.vteximg.com.br/arquivos/chevron-blanco.png");
	background-size: cover;
	opacity: 0.7;
	transform: rotate(90deg);
	margin-left: 6px;
	cursor: pointer;
	transition: 0.4s all ease;
}
.rotado{
	transform: rotate(-90deg);	
	opacity: 0.2;
}
.clear-cookies{
	color: #858585;
	font-size: .75rem;
	border: 1px solid #858585;
	border-radius: 4px;
	padding: 10px;
	font-family: 'Source Sans Pro';
	text-align: center;
	line-height: 13px;
	cursor: pointer;
	width: 200px;
	margin: 20px auto;
}
.clear-cookies:before {
	content: "\e94f";
	font-family: font-icon-extended;
	margin: 5px 10px 5px 0;
	font-size: 14px;
	font-weight: 100;
}	
.clear-cookies:hover{
	opacity: 0.7;
}	
.logo-footer{
	margin: auto;
	width: 120px;
}
.phone-footer{
	margin-right: 6px;
}
.btn-redes{
	color: #AFAFAF;
	font-size: 1rem;
	line-height: 27px;
	transition: all .25s; 	
}
.btn-redes:hover{
	color: #fff;	
	text-decoration: underline;
}	
.social-footer.facebook:hover{
	background-color: #2a62c4;
	color: #FFF;
}
.social-footer.twitter:hover{
	background-color: #1dcaff;
	color: #FFF;
}
.social-footer.instagram:hover{
	background-color: #e4405f;
	color: #FFF;
}	
.social-footer{
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 100%;
	background-color: #363636;
	display: inline-block;
	margin: 0 5px;
	color: #919191;
	font-size: 17px;
	text-align: center;
	transition: all .25s;
}
.marca-footer{
	margin:4px;
	display: inline-block;
	cursor: pointer;
}
.marca-footer img{
	height:26px;	
}
.marca-footer:hover{
	opacity: 0.7;
}
.legal-footer{
	color:#cecece;
	font-size: 0.7rem;
}
.font-icn.vtex {
	vertical-align: middle;
    margin-bottom: 24px;	
}		
.font-icn.vtex:before {
    content: "\e92c";
    font-size: 80px;
    color:#969696;	
}	
.font-icn.fizzmod {
	vertical-align: middle;
    margin-bottom: 24px;	
}		
.font-icn.fizzmod:before {
    content: "\e92b";
    font-size: 80px;
    color:#969696;	
}	
@media screen and (max-width:767px){
	#footerCenco{
		text-align: center;
	}
	.titulo-footer{
		cursor: pointer;
	}
	.titulo-footer:hover{
		opacity: 0.7;
	}		
	.seccion-footer ul{
		display: none;
	}	
	.columna-subcategorias{
		display: none;
	}
	.chevron-footer{
		display: inline-block;
	}
	.titulo-footer:before{
		width: 100%;
	}		
	.btn-prefooter{
		margin-bottom: 20px;
	}	
}	
@media screen and (min-width:768px){
	.seccion-footer ul{
		display: inherit!important;
	}		
	.columna-subcategorias{
		display: inherit!important;
	}	
	.chevron-footer{
		display: none;
	}
}		

/* POST FOOTER */
#solapaVerMas{
	text-align: center;
	padding: 6px 10px;
	background-color:#fff;
	width: 120px;
	color:#000;
	margin: auto;
	font-size:0.8rem;
	border-radius: 6px 6px 0px 0px;
	cursor: pointer;
}	
#solapaVerMas:hover{
	background-color:#cecece;
}	
#postFooter{
	padding-bottom:40px;
}

/* PRE FOOTER */
#separadorFooter{
	height: 40px;
}
#preFooter{
	background-color: #f9f9f9;
	width:100%;
	text-align: center;
	padding: 20px 0px;
	min-width: 100%;	
}	
.titulo-prefooter{
	font-size: 1.3rem;
	font-weight: 900;
	margin: 0;
	line-height: normal;
}
.texto-prefooter{
	font-weight: 300;
	font-size: 0.9rem;
	padding: 0 10px;
}
.btn-prefooter{
	display: block;
}
.btn-prefooter:hover{
	color:#00A651;
}

/* BOTON SUBIR */
.btn-subir{
	height:40px;
	width:40px;
	background-color:#00A651;
	position:fixed;
	bottom:20px;
	right:20px;
	border-radius:100%;
	z-index:99999;
	transition: 0.1s;
	cursor: pointer;
}

.btn-subir:hover{
	background-color:#A6CE39;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);	
}

.btn-subir img{
	transform:rotate(270deg);
	margin:auto;
	text-align: center;
}
