html,body{
	min-width: 320px;
	width:100%;
	padding: 0px;
	margin: 0px;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	font-family: "Roboto Mono", monospace;
	min-height: 100%;
	overflow-x: hidden;
	overscroll-behavior: none;
}
.imgLiquid{
	background-size: cover!important;
	background-position: 50% 50%!important;
	background-repeat: no-repeat!important;
}
.imgLiquid img{
	opacity: 0;
}
.owl-carousel{
  touch-action: manipulation!important; 
  -webkit-touch-action: manipulation!important; 
  -moz-touch-action: manipulation!important; 
  -o-touch-action: manipulation!important; 
}
button:active, button:focus{
	outline: none;
}

header{
	display: block;
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 2;
}

h1{
	display: block;
    opacity: 1;
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 50px;
    margin: 5px auto 0 auto;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-indent: -9000px;
}
header a{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100px;
    height: 50px;
	margin: 0;
	padding: 0;
	left: 50%;
	margin-left: -50px;
	top: 5px;
}
header a img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
/* HOME */
.home{
	position: relative;
}
.home figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
	top: 5%;
	margin: 0;
	padding: 0;
}
.home .bg-filter{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur( 14px );
	z-index: 1;
}
.logo-home{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 200px;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -100px;
	z-index: 2;
}
.loading{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	bottom: 15px;
	left: 0;
	z-index: 2;
}
.loading img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 80px;
	margin: 0 auto;
	left: -10px;
}
.loading p{
	color: #fff;
	text-align: center;
	font-family: "Pixelify Sans", sans-serif;
	font-size: 18px;
}
@media screen and (min-width: 768px){
	.home figure{
		height: 700px;
	}
	.logo-home{
		width: 300px;
		margin-top: -40px;
		margin-left: -150px;
	}
	.loading{
		bottom: 0px;
	}
	.loading img{
		width: 140px;
		margin: 0 auto;
		left: -10px;
	}
	.loading p{
		font-size: 30px;
	}
}
/* HOME END */

/* footer */
footer{
	padding: 30px 0 25px 0;
	background: #000;
}
footer p{
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0 15px;
}
footer ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
footer ul.sucursales li:nth-child(2){
	margin-bottom: 15px;
}
footer ul.distribuidor{
	margin-bottom: 15px;
}
footer ul.rrss a{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 25px;
	margin: 0 6px 0 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	font-size: 0px;
	text-indent: -9000px;
}
footer ul.rrss a img{
	width: 100%;
}
footer ul.rrss a:hover{
	opacity: .6;
}
footer ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
}
footer ul li:first-child{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "Pixelify Sans", sans-serif;
	font-size: 22px;
}
footer ul li a{
	text-decoration: none;
	color: #fff;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
footer ul li a:hover{
	opacity: .6;
	color: #fff;
	text-decoration: none;
}
footer p a{
	text-decoration: none;
	color: #fff;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
footer p a:hover{
	opacity: .6;
	color: #fff;
	text-decoration: none;
}
footer ul li img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 768px){
	footer{
		padding: 50px 0 25px 0;
	}
	footer p{
		padding-top: 15px;
		font-size: 14px;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
	footer ul{
		border-bottom: 0px;
	}
	footer ul.rrss{
		margin-bottom: 0px;
	}
	footer ul.rrss li:first-child{
		margin-bottom: 5px;
	}
	footer ul li{
		margin: 0 0 4px 0;
		font-size: 15px;
	}
	footer ul li:first-child{
		margin-bottom: 15px;
	}
}
/* footer end */
