html,body{
	min-width: 320px;
	width:100%;
	padding: 0px;
	margin: 0px;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	height: auto;
	font-family: 'Oswald', sans-serif;
	overflow-x: hidden;
}
.cargador{
	display: none;
	opacity: 0;
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -80px;
}
.cargador img{
	width: 100%;
}
.check-form{
	display: none;
	opacity: 0;
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -80px;
}
.check-form img{
	width: 100%;
}
.cont-form{
	height: 400px;
}
#preloader{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #fff;
}
#preloader img{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 150px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-top: -75px;
	margin-left: -75px;
}
.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;
}
.box{
	display: table;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.box-inner{
	display: table-cell;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

/* header */
header{
	display: block;
	position: fixed;
	overflow: visible;
	width: 100%;
	height: 140px;
	left: 0;
	top: 0;
	z-index: 9;
	background: #fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
header button{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0;
	border: 0px;
	outline: none;
	float: right;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	z-index: 999;
	right: 10px;
	top: 25px;
}
header button span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	background-color: #23282d;
	height: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 4px auto;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
header button span:nth-child(1){
	width: 20px;
	float: right;
	margin-right: 5px;
}
header button.active span:nth-child(1){
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 0;
	width: 15px;
}
header button.active span:nth-child(2){
	opacity: 0;
}
header button.active span:nth-child(3){
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	top: 12px;
  width: 15px;
  right: 5px;
  position: absolute;
}
h1{
	display: block;
	opacity: 1;
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin: 15px auto 0 6%;
	background: url(../images/logo.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease .2s;
	z-index: 9;
}
h1 a{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	text-decoration: none;
}
h2{
	font-size: 18px;
	font-weight: 400;
	color: #0F2032;
}
h2.section-title{
	font-size: 50px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 30px 0 30px 0;
	border-bottom: 1px solid #666;
	color: #0F2032;
}
p{
	font-size: 12px;
	color: #0F2032;
}
.eslogan{
	font-family: 'Great Vibes', cursive;
	text-align: center;
	font-size: 65px;
	color: #0F2032;
	margin: 30px 0;
}
header a.carta{
	display: block;
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 40px;
	background: #E1001B;
	margin:-50px auto 0 auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-align: center;
	color: #fff;
	font-size: 20px;
	z-index: 9;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
header a.carta:hover{
	color: #fff;
	background: #0F2032;
}
header a.tienda{
	display: none;
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 40px;
	background: #E1001B;
	margin:10px auto 0 auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-align: center;
	color: #fff;
	font-size: 20px;
	z-index: 9;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
header a.tienda:hover{
	color: #fff;
	background: #0F2032;
}
a.ver-btn{
	display: block;
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 40px;
	background: #E1001B;
	margin:10px auto 0 auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
a.ver-btn:hover{
	color: #fff;
	background: #0F2032;
}
nav{
	display: block;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 200;
	right: -150%;
	z-index: 8;
	background-color: #fff;
	top: 0;
	padding: 0 15px;
}
nav a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #0F2032;
	padding-left: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #f1f1f1;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
nav a:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 0;
	right: 0;
	height: 2px;
	background: #E1001B;
	opacity: 1;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	bottom: 0px;
}
nav a:hover, nav a.active{
	text-decoration: none;
	color: #E1001B;
}
nav a:hover:before, nav a.active:before{
	width: 100%;
	height: 2px;
	opacity: 1;
}
nav a:last-child{
	border-bottom: 0px;
}
@media screen and (min-width: 768px){
	header{
		width: 100%;
		height: 140px;
		z-index: 9;
	}
	header button{
		display: none;
	}
	h1{
		width: 100px;
		height: 100px;
		margin: 20px auto 0 6%;
	}
	h2.section-title{
		font-size: 50px;
		margin: 60px 0 60px 0;
	}
	p{
		font-size: 14px;
	}
	.eslogan{
		font-size: 80px;
		margin: 30px 0;
	}
	header a.carta{
		margin: -40px 6% 0 0;
		left: auto;
		right: 0;
		float: right;
	}
	header a.tienda{
		margin: -40px 6% 0 0;
		left: auto;
		right: 180px;
		float: right;
	}
	a.ver-btn{
		margin:10px auto 0 auto;
	}
	nav{
		position: fixed;
		width: auto;
		height: 80px;
		right: 6%;
		top: 0px;
		z-index: 10;
		text-align: right;
		padding: 0;
	}
	nav a{
		display: inline-block;
		width: auto;
		height: 80px;
		line-height: 80px;
		color: #0F2032;
		padding-left: 0;
		font-size: 16px;
		border-bottom: 0px;
		margin: 0 0 0 15px;
	}
	nav a:last-child{
		border-bottom: 0px;
	}
}
@media screen and (min-width: 992px){
	nav a{
		font-size: 18px;
	}
}
/* header end */

/* home */
section.home{
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 140px;
}
section.home figure.banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}
section.home figure.banner img{
	width: 100%;
}
section.home figure.sections{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
	margin: 0 0 15px 0;
	padding: 0;
}
section.home h2{
	position: absolute;
	text-align: center;
	top: 60px;
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	z-index: 1;
	display: block;
	width: calc(100% - 30px);
	text-shadow: #000000 10px 0 10px;
	-webkit-text-shadow: #000000 10px 0 10px;
	-moz-text-shadow: #000000 10px 0 10px;
}
section.home h4{
	position: absolute;
	text-align: center;
	bottom: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	z-index: 1;
	display: block;
	width: calc(100% - 30px);
	font-style: italic;
	text-shadow: #000000 10px 0 10px;
	-webkit-text-shadow: #000000 10px 0 10px;
	-moz-text-shadow: #000000 10px 0 10px;
}
@media screen and (min-width: 768px){
	section.home figure.banner{
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
		height: 450px;
	}
	section.home figure.banner img{
		width: 100%;
	}
	section.home figure.sections{
		height: 200px;
	}
	section.home h2{
		top: 70px;
		font-size: 40px;
		font-weight: 400;
	}
	section.home h4{
		bottom: 20px;
		font-size: 24px;
	}
	nav a:before{
		bottom: 25px;
	}
}
/* home end */

/* notiziario */
.box-noticia{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
}
.box-noticia figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0;
	float: left;
}
.box-noticia h3{
	margin: 15px 0;
	font-size: 28px;
	font-weight: 400;
	padding: 0 15px;
	color: #0F2032;
	float: left;
}
.box-noticia .datos{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}
.box-noticia .datos h5{
	text-align: left;
	font-size: 12px;
	color: #666;
	padding-left: 15px;
}
.box-noticia .datos h5 img{
	display: inline-block;
	width: 18px;
	position: relative;
	margin-top: -2px;
}
.box-noticia p{
	text-align: left;
	font-size: 14px;
	color: #0F2032;
	margin: 0 0 15px 0;
	padding: 0 15px;
}
.ver-mas-noticias{
	margin: 20px 0 60px 0;
}
@media screen and (min-width: 992px){
	.box-noticia{
		height: 440px;
	}
	.box-noticia p{
		font-size: 16px;
	}
}
@media screen and (min-width: 1200px){
	.box-noticia{
		height: 460px;
	}
}
/* notiziario end */

/* nosotros */
.single_owl{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 350px;
	margin-top: 140px;
}
.acordion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	height: 60px;
	margin: 0px auto;
	border-bottom: 1px solid #f1f1f1;
}
.acordion:last-child{
	margin-bottom: 30px;
}
section.nosotros{
	padding-bottom: 80px;
}
.acordion.abierto{
	height: auto;
}
.acordion a.header-acordion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #0F2032;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	transition: all ease .4s;
	-webkit-transition: all ease .4s;transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.acordion a.header-acordion span{
	display: block;
	position: absolute;
	overflow: hidden;
	background: #E1001B;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.acordion a.header-acordion span:nth-child(1){
	width: 11px;
	height: 1px;
	right: 0;
	top: 26px;
}
.acordion a.header-acordion span:nth-child(2){
	width: 1px;
	height: 11px;
	right: 5px;
	top: 21px;
}
.acordion a.header-acordion.active, .acordion a.header-acordion:hover{
	color: #E1001B;
}
.acordion a.header-acordion.active span:nth-child(2){
	opacity: 0;
}
.acordion .contenido-acordion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.acordion .contenido-acordion h3{
	font-size: 16px;
	font-style: italic;
}
figure.imgSellos{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	padding: 0 40px;
	margin: 15px 0;
	float: left;
}
figure.imgSellos img{
	width: 100%;
}
@media screen and (min-width: 768px){
	.single_owl{
		height: 450px;
		margin-top: 140px;
	}
	.acordion a.header-acordion{
		font-size: 24px;
	}
	.acordion .contenido-acordion h3{
		font-size: 20px;
		font-style: italic;
	}
	.acordion .contenido-acordion p{
		font-size: 16px;
	}
	figure.imgSellos{
		width: 100%;
		padding: 0 30px;
		margin: 0 0 60px 0;
		float: left;
	}
	figure.imgSellos img{
		width: 100%;
		display: block;
		position: relative;
		overflow: hidden;
		max-width: 120px;
		margin: 0 auto;
	}
}
/* nosotros */

/* sustentabilidad */

section.sustentabilidad{
	padding: 140px 0 0 0;
}
.banner-text{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin: 0px 0 15px 0;
	padding: 0;
}
h2.banner-txt{
	position: absolute;
	display: block;
	overflow: hidden;
	color: #fff;
	z-index: 2;
	width: 100%;
	text-align: center;
	top: 42%;
	font-weight: 800;
	font-size: 34px;
	text-transform: uppercase;
	text-shadow: #000000 0px 0 10px;
	-webkit-text-shadow: #000000 0px 0 10px;
	-moz-text-shadow: #000000 0px 0 10px;
}
@media screen and (min-width: 768px){
	section.sustentabilidad{
		padding: 140px 0 100px 0;
	}
	section.sustentabilidad p{
		font-size: 16px;
	}
	.banner-text{
		height: 450px;
		margin: 0px 0 100px 0;
	}
	h2.banner-txt{
		width: 100%;
		top: 34%;
		font-size: 60px;
	}
}

/* sustentabilidad end */

/* locales */
section.locales{
	padding-top: 200px;
	padding-bottom: 60px;
}
.box-direccion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 9px 0;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
}
.box-direccion .box-info{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.box-direccion .box-info h2{
	color: #E1001B;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	margin: 0 0 15px 0;
}
.box-direccion .box-info p{
	margin: 0;
}
.box-direccion .box-mapa{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
}
.box-direccion .box-mapa iframe{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
@media screen and (min-width: 768px){
	.box-direccion{
		padding: 30px;
	}
	.box-direccion .box-info{
		width: 50%;
		float: left;
	}
	.box-direccion .box-info h2{
		font-weight: 600;
		font-size: 40px;
		margin: 0 0 15px 0;
	}
	.box-direccion .box-info p{
		margin: 0;
		font-size: 20px;
	}
	.box-direccion .box-mapa{
		width: 50%;
		margin-top: 0;
		float: left;
	}
	.box-direccion .box-mapa iframe{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 300px;
	}
}
/* locales end */

/* noticiario */
section.notiziario{
	padding: 180px 0 20px 0;
}
section.notiziario .box-noticia{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
}
section.notiziario .box-noticia figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0;
	float: left;
}
section.notiziario .box-noticia h3{
	margin: 15px 0;
	font-size: 28px;
	font-weight: 400;
	padding: 0 15px;
	color: #0F2032;
	float: left;
}
section.notiziario .box-noticia .datos{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}
section.notiziario .box-noticia .datos h5{
	text-align: left;
	font-size: 12px;
	color: #666;
	padding-left: 15px;
}
section.notiziario .box-noticia .datos h5 img{
	display: inline-block;
	width: 18px;
	position: relative;
	margin-top: -2px;
}
section.notiziario .box-noticia p{
	text-align: left;
	font-size: 14px;
	color: #0F2032;
	margin: 0 0 15px 0;
	padding: 0 15px;
}
.ver-mas-noticias{
	margin: 20px 0 60px 0;
}
@media screen and (min-width: 768px){
	section.notiziario{
		padding: 200px 0 50px 0;
	}
	section.notiziario .box-noticia{
		height: auto;
	}
	section.notiziario .box-noticia figure{
		width: 40%;
		height: 400px;
		float: left;
	}
	section.notiziario .box-noticia h3{
		margin: 30px 0 15px 0;
		font-size: 28px;
		font-weight: 400;
		padding: 0 30px;
		color: #E1001B;
		float: right;
		display: block;
		width: 60%;
	}
	section.notiziario .box-noticia .datos{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		float: right;
		display: block;
		width: 60%;
	}
	section.notiziario .box-noticia .datos h5{
		padding-left: 30px;
	}
	section.notiziario .box-noticia p i{
		color: #666;
	}
	section.notiziario .box-noticia p{
		font-size: 16px;
		padding: 0 30px;
		display: block;
		text-align: justify;
		position: relative;
		width: 60%;
		float: right;
	}
}

/* noticiario end */

/* trabaja */

section.trabaja{
	padding: 140px 0 40px 0;
}
section.trabaja .banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
}
a.postular{
	display: block;
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 40px;
	background: #E1001B;
	margin:10px auto 0 auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
a.postular img{
	display: inline-block;
	position:relative;
	overflow: hidden;
	width: 15px;
	margin: 0 5px 0 auto;
	top: -2px;
}
a.postular:hover{
	color: #fff;
	background: #0F2032;
}
@media screen and (min-width: 768px){
	section.trabaja .banner{	
		margin-bottom: 100px;
		height: 450px;
	}
	section.trabaja{
		padding: 140px 0 80px 0;
	}
	section.trabaja p{
		font-size: 16px;
	}
	section.trabaja p i{
		font-size: 18px;
	}
}
/* trabaja end */

/* contacto */

section.contacto{
	padding-bottom: 60px;
}
section.contacto h3{
	text-align: center;
	font-size: 28px;
	margin: 30px 0 60px 0;
	text-transform: uppercase;
}
section.contacto{
	padding-top: 140px;
}
form{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	opacity: 1;
}
form input{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	height: 35px;
	margin-bottom: 15px;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
	padding: 0 15px;
	font-size: 14px;
}
form textarea{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	height: 100px;
	margin-bottom: 30px;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
	padding: 15px;
	font-size: 14px;
}
form input.error, form textarea.error{
	border: 1px solid red;
	background: rgba(234, 178, 178, .6);
}
a.btn-enviar{
	display: block;
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 40px;
	background: #E1001B;
	margin:10px auto 0 auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
a.btn-enviar:hover{
	color: #fff;
	background: #0F2032;
}
@media screen and (min-width: 768px){
	section.contacto{
		padding-bottom: 120px;
	}
	section.contacto h3{
		font-size: 40px;
		margin: 30px 0 120px 0;
	}
	form input{
		height: 45px;
		font-size: 16px;
	}
	form textarea{
		padding: 15px;
		font-size: 16px;
		height: 200px;
	}
}

/* contacto */

/* footer */
footer{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #E1001B;
	padding-top: 30px;
}
footer h2{
	text-align: left;
	font-size: 22px;
	color: #0F2032;
	font-weight: 800;
}
footer ul.rrss{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 30px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
footer ul.rrss li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 2px 0 0;
}
footer ul.rrss li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40px;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	opacity: 1;
}
footer ul.rrss li a:hover{
	opacity: .8;
}
footer ul.rrss li a img{
	width: 100%;
}
footer ul.tags{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 30px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
footer ul.tags li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 2px 0 0;
}
footer ul.tags li a{
	display: block;
	position: relativee;
	overflow: hidden;
	padding: 4px 6px;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #0F2032;
	font-size: 14px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-decoration: none;
}
footer ul.tags li a:hover{
	background: #0F2032;
	color: #fff;
}
footer ul.contacto{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 30px 0;
	padding: 0;
	list-style: none;
}
footer ul.contacto li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.arrow-bottom{
	border-top: 1px solid #f1f1f1;
}
.arrow-top{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #E1001B;
	float: right;
	margin: 30px 0;
}
.arrow-top span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 2px;
	background: #fff;
}
.arrow-top span:nth-child(1){
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	margin-top: 18px;
	margin-left: 18px;
}
.arrow-top span:nth-child(2){
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	margin-top: -2px;
	margin-left: 12px;
}
/* footer end */


.exito{
	display: none;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
  box-shadow: 0 -12px 32px 0 rgba(31,38,135,.37);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
	z-index: 99999;
}

.exito .box-exito a{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	background: rgba(129, 19, 40, 1);
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.exito .box-exito a:hover{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.exito .box-exito{
	display: block;
	position: absolute;
	overflow: visible;
	width: 200px;
	height: 120px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -100px;
}
.exito .box-exito h2{
	text-align: center;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
	display: block;
	position: relative;
	margin-top: 40px;
}

.error{
	display: none;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 99999;
}

.error .box-exito a{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	background: red;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.error .box-exito{
	display: block;
	position: absolute;
	overflow: visible;
	width: 200px;
	height: 120px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -100px;
}
.error .box-exito h2{
	text-align: center;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
	display: block;
	position: relative;
	margin-top: 40px;
}




.error{
	display: none;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 99999;
}

.error .box-exito a{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	background: red;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.error .box-exito{
	display: block;
	position: absolute;
	overflow: visible;
	width: 200px;
	height: 120px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -100px;
}
.error .box-exito h2{
	text-align: center;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
	display: block;
	position: relative;
	margin-top: 40px;
}


#contacto form input.error{
	border:1px solid red;
}

.link-home-box{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	opacity: 1;
}
.link-home-box:hover{
	opacity: .6;
}
section.franquicia{
	margin: 140px 0 50px 0;
}
section.franquicia h3{
	text-align: center;
	font-size: 40px;
	margin: 30px 0 30px 0;
	text-transform: uppercase;
	color:#E1001B;
}
section.franquicia p a{
	color: #E1001B;
}
section.franquicia p a:hover{
	text-decoration: none;
}
section.franquicia h4{
	font-size: 24px;
	text-transform: uppercase;
}
section.franquicia h4 small{
	font-size: 12px;
	display: block;
	font-style: italic;
}
section.franquicia p.list{
	padding-left: 15px;
	position: relative;
}
section.franquicia p.list:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #0F2032;
	left: 0;
	top: 8px;
}
section.franquicia figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin: 0 0 15px 0;
	padding: 0;
}
@media screen and (min-width: 768px){
	section.franquicia h3 {
    font-size: 60px;
    margin: 90px 0 100px 0;
  }
  section.franquicia p{
  	font-size: 16px;
  }
  section.franquicia h4{
		font-size: 32px;
		text-transform: uppercase;
	}
	section.franquicia h4 small{
		font-size: 16px;
	}
	section.franquicia figure{
		display: block;
		position: relative;
		overflow: hidden;
		width: calc(50% - 15px);
		height: 300px;
		float: left;
		margin: 0 15px 15px 0;
		padding: 0;
	}
}
