@charset "utf-8";
/* Selectores Basicos 
font-family: 'Roboto', sans-serif;
font-family: 'Arima Madurai', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Slabo 27px', serif;
font-family: 'Lato', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Arimo', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Titillium Web', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Yanone Kaffeesatz', sans-serif;
*/
header, section, article, nav, footer, aside, figure, form{
	display:block;
	margin:0;
	padding:0;	
}
body{
	margin:0;
	background:#FFFFFF;	
}
*{
	box-sizing:border-box;
}
p, h1, h2, h3, h4{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#555555;
	margin:6px;
	font-weight:normal;
}
h1{ font-size:24px; font-family: 'Fjalla One', sans-serif; }
h2{ font-size:20px; font-family: 'Fjalla One', sans-serif; }
h3{ font-size:18px; font-family: 'Oswald', sans-serif;}
h4{ font-size:16px; font-family: 'Oswald', sans-serif;}
a{
	text-decoration:none;
	color:#555555;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}
a img{
	border:none;
}
ul, ol{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#555555;
}


/****************************************************/
/**************** Estilos para la cabecera **********/
/****************************************************/
#cabecera{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	padding: 10px 0;
}
#cabecera .logo{
	width: 33.33%;
}
#cabecera .telefono{
	width: 33.33%;
}
#cabecera .enlacessup{
	width: 33.33%;
}
#cabecera .telefono p{
	width: 269px;
	height: 53px;
	display: block;
	line-height: 53px;
	margin:0 auto;
	background: #006F35;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	border-radius: 6px;
}
.logo img{
	display: block;
}
.enlacessup ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	color: #F17D00;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}
.enlacessup ul li{
	margin-left: 6px;
}
.enlacessup ul li a{
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	background: #F17D00;
	border-radius: 4px;
}
.enlacessup ul li a i{
	color: #fff;
	font-size: 20px;
}
.enlacessup ul li a:hover, .enlacessup ul li a i:hover{
	color: #B35320;
}
/****************************************************/
/****************    Estilos para Menu     **********/
/****************************************************/
#cajamenu{
	background: #B35320;
}
#menu{
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.menu-fijo{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0,0,0,0.4);
}
/****************************************************/
/****************    Estilos JSSOR Slider  **********/
/****************************************************/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.jssorb064 {position:absolute;}
.jssorb064 .i {position:absolute;cursor:pointer;}
.jssorb064 .i .b {fill:#000;fill-opacity:.5;stroke:#fff;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.5;}
.jssorb064 .i:hover .b {fill-opacity:.8;}
.jssorb064 .iav .b {fill:#F17D00;fill-opacity:1;stroke:#B35320;stroke-opacity:.7;stroke-width:2000;}
.jssorb064 .iav:hover .b {fill-opacity:.6;}
.jssorb064 .i.idn {opacity:.3;}
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

#banner{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.jssor_1{
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	width:960px;
	height:640px;
	overflow:hidden;
	visibility:hidden;
}
.jssor_1 .loading{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}
.jssor_1 .loading img{
	margin-top:-19px;
	position:relative;
	top:50%;
	width:38px;
	height:38px;
	display: block;
}
.jssor_1 .slides{
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	width:960px;
	height:640px;
	overflow:hidden;	
}
.jssor_1 .slides div div{
	position:absolute;
	top:195px;
	left:330px;
	width:300px;
	z-index:0;
	padding:50px 10px;
	background: rgba(0,0,0,0.6);
}
.jssor_1 .slides div div img{
	width: 60%;
	max-width: 360px;
	height: auto;
	display: block;
	margin: auto;
}
.jssor_1 .slides div div h2{
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0;
	text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
}
.jssor_1 .slides div div p{
	text-align: center;
	color: #FFFFFF;
	font-size: 70%;
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
/****************************************************/
/****************    Estilos Cajatitulos   **********/
/****************************************************/
.cajatitulos{
	width: 100%;
	max-width: 1100px;
	padding: 30px 0;
	margin: auto;
}
.cajatitulos h2{
	font-family: 'Fjalla One', sans-serif;
	text-align: center;
	color: #545454;
	font-size: 30px;
}
.cajatitulos p{
	text-align: center;
	margin-bottom: 10px;
}
.cajatitulos div{
	width: 15%;
	height: 6px;
	margin: auto;
	background: #F17D00;
}
/****************************************************/
/****************    Estilos Cuerpo        **********/
/****************************************************/
.cuerpo{
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
/****************************************************/
/****************    Estilos Productos     **********/
/****************************************************/
#productos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#productos div{
	width: 33.33%;
	padding: 10px;
	position: relative;
}
#productos div img{
	width: 100%;
	display: block;
}
#productos div h2{
	width: 200px;
	height: 74px;
	display: block;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -37px 0 0 -100px;
	text-align: center;
	font-size: 20px;
	line-height: 74px;
	color: #fff;
}
/****************************************************/
/****************      Estilos Slogan      **********/
/****************************************************/
#sloganperu{
	height: 450px;
	background: url(../imagenes/machupichu.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	margin: 40px 0 15px 0;
}
#sloganpuno{
	height: 450px;
	background: url(../imagenes/puno.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	margin: 0 0 15px 0;
}
#sloganandenes{
	height: 450px;
	background: url(../imagenes/andenes.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	margin: 0 0 15px 0;
}
#slogancandelabro{
	height: 450px;
	background: url(../imagenes/candelabro.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	margin: 0 0 15px 0;
}
#slogancentro{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding-top: 40px;
}
#slogancentro img{
	width: 80%;
	max-width: 300px;
	display: block;
	margin: auto;
	
}
#slogancentro div{
	display: flex;
	flex-direction: row;
}
#slogancentro div figure{
	width: 10%;
	padding-top: 30px;
}
#slogancentro div figure img{
	width: 100%;
	height: auto;
	display: block;
}
#slogancentro div article{
	width: 80%;
	padding: 20px;
}
#slogancentro div article h2{
	text-align: center;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	margin: 0;
	text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
}
#slogancentro div article p{
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
	line-height: 30px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
/****************************************************/
/*************    FORMULARIO CONTACTO      **********/
/****************************************************/
.lineas{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.txtcampos{
	width: 49%;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e5e5e5;
	padding:10px;
}
.comentarios{
	width: 100%;
	height: 200px;
	border: 1px solid #e5e5e5;
	padding:10px;
}
.benviar{
	width: 100%;
	height: 55px;
	line-height: 50px;
	background:#006F35;
	text-align: center;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	margin: 15px 0;
	border-radius: 6px;
	transition: all 0.5s;
}
.benviar:hover{
	background: #555;
}
.txtrojo{
	color: #006F35;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 30px;
}
.cajarespuesta{
	width:100%;
	background:#006F35;
	padding:50px 0;
	border-radius:4px;
	margin-bottom: 30px;
}
.cajarespuesta h3{
	text-align:center;
	color:#FFFFFF;
	font-size:26px;
}
.cajarespuesta h3 i{
	font-size:35px;	
}
.cajarespuesta p{
	text-align:center;
	color:#FFFFFF;		
}
/****************************************************/
/************    Estilos para Piepagina    **********/
/****************************************************/
#piepagina{
	background:#5B2C11;
}
#franja{
	height: 30px;
	background: #B35320;
}
#piecentro{
	width:100%;
	max-width:1100px;
	margin:auto;
	padding: 30px 0;
}
#piecentro img{
	display: block;
	margin: auto;
}
#piecentro p{
	text-align: center;	
	color: #FFFFFF;
	font-size: 14px;
}
#piecentro p.telf{
	font-family: 'Fjalla One', sans-serif;
	font-size: 30px;
}
#piecentro a{
	width: 53px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	font-size: 24px;
	display: block;
	background: #F17D00;
	color: #fff;
	border-radius: 6px;
	margin: auto;
}	
/****************************************************/
/***********    Estilos Pagina Contactenos  *********/
/****************************************************/
#mapa{
	height: 500px;
}
/****************************************************/
/***********   Estilos Sucursales     **********/
/****************************************************/
#sucursales{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
#sucursales div{
	width: 33.33%;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}
#sucursales div img{
	width: 100%;
	height: auto;
	display: block;
	border-bottom: 1px solid #e5e5e5;
}

#sucursales div h2{
	color: #555;
	display: block;
	padding: 0 10px;
	font-size: 16px;
}
#sucursales div p{
	color: #B35320;
	display: block;
	padding: 0 10px;
}
#sucursales div p i{
	color: #006F35;
}
/****************************************************/
/*****************   DETELLES      ******************/
/****************************************************/
#cajadetalle{
	width:100%;
	max-width:1100px;
	margin:auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
#imgdetalle{
	width:60%;	
}
#txtdetalle{
	width:37%;	
}
#imgdetalle img{
	width:100%;
	height:auto;
	display:block;
	border:4px solid #D3D3D3;
}
#txtdetalle h2{
	color:#B35320;
	display:block;
	border-bottom:1px solid #E5E5E5;
	font-size:24px;
	margin: 0 6px 10px 6px;
	padding-bottom: 5px;
}
#txtdetalle h3{
	color:#8031A7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:30px;	
}
#imgdetalle p{
	line-height:24px;
	color:#666666;
	text-align:justify;
}
#txtdetalle p{
	line-height:24px;
	color:#515151;
	text-align:justify;
}
#txtdetalle p i{
	color: #006F35;
	font-size: 18px;
}
#galeriaplato{
	margin:10px 0;
	padding:0;
	list-style:none;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
#galeriaplato li{
	width:33.33%;
	padding: 5px;
}
#galeriaplato li a{
	display:block;
	border:2px solid #D3D3D3;
}
#galeriaplato li a img{
	width:100%;
	height:auto;
	display:block;	
}
#imgdetalle h2{
	color:#8031A7;
	font-size:30px;
	margin:20px 6px;	
}

/****************************************************/
/****************    Estilos para Nosotros  *********/
/****************************************************/
#cajainsti{
	display: flex;
	flex-direction: row;
}
#cajainsti figure{
	width: 15%;
	display: block;
	position: relative;
}
#cajainsti figure .comilla1{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#cajainsti figure .comilla2{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
#cajainsti div{
	width: 70%;
	padding: 0 15px;
}
.imgnos{
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin:15px 6px 0 6px;
}
/****************************************************/
/****************    Estilos Productos     **********/
/****************************************************/
#proveedores{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
#proveedores div{
	width: 33.33%;
	padding: 10px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#proveedores div img{
	width: 100%;
	display: block;
}
#proveedores div h3{
	font-size: 16px;
	color: #006F35;
	margin: 0 6px;
}
#proveedores div h4{
	font-size: 14px;
	color: #B35320;
	margin: 0 6px;
}
/****************************************************/
/****************    Estilos para 1024     **********/
/****************************************************/
@media only screen and (max-width:1024px){
	/****************************************************/
	/**************** Estilos para la cabecera **********/
	/****************************************************/
	#cabecera{
		justify-content: center;
	}
	#cabecera .logo{
		display: none;
	}
	#cabecera .enlacessup{
		display: none;
	}
	#cabecera .telefono{
		width: 100%;
	}
	/****************************************************/
	/***********   Estilos Lista Productos     **********/
	/****************************************************/
	#navegacion{
		background: #E02246;
	}
	#navegacion a{
		color: #fff;
	}
	#navegacion a i{
		color: #fff;
	}
	
	
	
}
/****************************************************/
/****************    Estilos para 800      **********/
/****************************************************/
@media only screen and (max-width:800px){
	#cuerpo{
		width: 90%;
		margin: auto;
	}
	/****************************************************/
	/****************    Estilos Productos     **********/
	/****************************************************/
	#productos div{
		width: 50%;
	}
	/************************************************/
	/************    Estilos para Cuerpo   **********/
	/************************************************/
	.txtcampos{
		width: 100%;
		margin-bottom: 8px;
	}
	.benviar{
		width: 100%;
	}
	/************************************************/
	/*********   Estilos para Piepagina    **********/
	/************************************************/
	#piecentro{
		width:90%;
		flex-direction:column;	
	}
	#piecentro div{
		width:100%;	
	}
	/****************************************************/
	/***********   Estilos Sucursales     **********/
	/****************************************************/
	#sucursales div{
		width: 50%;
	}
	
	/****************************************************/
	/*****************   DETELLES      ******************/
	/****************************************************/
	#cajadetalle{
		width:90%;
	}
	#imgdetalle{
		width:100%;	
		margin-bottom: 10px;
	}
	#txtdetalle{
		width:100%;	
	}
	/****************************************************/
	/****************    Estilos Productos     **********/
	/****************************************************/
	#proveedores div{
		width: 50%;
	}
	
}
/****************************************************/
/****************    Estilos para 603      **********/
/****************************************************/
@media only screen and (max-width:603px){
	
}
/****************************************************/
/****************    Estilos para 533      **********/
/****************************************************/
@media only screen and (max-width:533px){
	.jssor_1{
		height:400px;
	}
	.jssor_1 .slides{
		height:400px;
	}
	.jssor_1 .slides div div{
		position:absolute;
		top:80px;
		left:330px;
		width:300px;
		z-index:0;
		padding:50px 10px;
		background: rgba(0,0,0,0.6);
	}
}
/****************************************************/
/****************    Estilos para 480      **********/
/****************************************************/
@media only screen and (max-width:480px){
	/****************************************************/
	/**************** Estilos para la cabecera **********/
	/****************************************************/
	#cabecera{
		justify-content: center;
		padding: 0;
	}
	#cabecera .telefono{
		width: 100%;
	}
	#cabecera .telefono p{
		width: 100%;
		border-radius: 0;
	}
	/****************************************************/
	/****************    Estilos Productos     **********/
	/****************************************************/
	#productos div{
		width: 100%;
	}
	/****************************************************/
	/****************      Estilos Slogan      **********/
	/****************************************************/
	#slogancentro img{
		width: 50%;
		margin-top: 30px;

	}
	#slogancentro div article h2{
		font-size: 30px;
	}
	#slogancentro div article p{
		font-size: 20px;
	}
	/****************************************************/
	/***********   Estilos Sucursales     **********/
	/****************************************************/
	#sucursales div{
		width: 100%;
	}
	/****************************************************/
	/****************    Estilos Productos     **********/
	/****************************************************/
	#proveedores{
		width: 90%;
		margin: auto;
		margin-bottom: 30px;		
	}
	#proveedores div{
		width: 100%;
		
	}
}
/****************************************************/
/****************    Estilos para 360      **********/
/****************************************************/
@media only screen and (max-width:360px){
	/************************************************/
	/************    Estilos para Cuerpo   **********/
	/************************************************/
	.listacategoria li{
		width: 50%;
	}
}
/****************************************************/
/****************    Estilos para 320      **********/
/****************************************************/
@media only screen and (max-width:320px){
	
}
