@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Blue american
Autor: Omar De Luna
actualización: junio 2013 */





img{border:0;}

* { margin: 0; padding: 0; font-family: 'nowayregular', Helvetica, Arial sans-serif; list-style: none;}

a, input{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

body{
	background: #f1f2f2;
}

body.temp{
	background: url(images/logom.svg) no-repeat top center;
	background-size: 300px 185px;
}

main {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	background: #fff;
	}

header{
	width: 100%;
	height: 166px;
	position: relative;
	z-index: 2;
}

#head1{
	float: left;
	padding: 10px 0 0 40px;
}

#head2{
	float: right;
	padding: 50px;
	text-align: right;
}

#red{
	float: right;
	margin-left: 20px;
}

nav{
	width: 100%;
	height: 31px;
	background: #1c355e;
	position: relative;
}

#menu{
	width: 90%;
	height: 45px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	margin: 0 5%;
	background: #c12033 url(images/texture1.png) no-repeat;
	background-size: cover;
	text-align: center;
}

#menu ul li{
	display: inline-block;
}

#menu ul li a{
	font-family: 'nowaylight';
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 45px;
	display: block;
	padding: 0 15px;

}

#menu ul li a:hover{
	background: #1c355e;
}

#menu ul li a.active{
	background: #1c355e;
}


#slide{
	position: relative;
	width: 100%;
}



#container{
	width: 100%;
	text-align: center;
}


#bienvenida{
	width: 50%;
	margin: 70px 25% 20px 25%;
	background: url(images/monos-41.svg) no-repeat top center;
	background-size: 368px;
	text-align: center;
	padding-bottom: 50px;
}

#bienvenida p{
	padding: 0 100px;
}


#siluetas{
	width: 100%;
	padding: 50px 0;
}


#producto{
	margin-top: -100px;
	margin-bottom: 100px;
}

#producto p{
	margin: 0 35%;
}

#producto a{
	background: #1c355e;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	margin-top: 30px;
	border-radius: 20px;
}


footer{
	width: 100%;
	height: 200px;
	background: #1c355e url(images/texture2.png) no-repeat;
	background-size: cover;
}

#foot1{
	float: left;
	padding:70px 50px;
}

#foot1 p{
	color: #fff;
}

#foot2{
	float: right;
	text-align: right;
	padding: 60px 50px;
}

#foot2 h1{
	color: #fff;
}

	
h1{
	font-family: 'nowaybold';
	font-size:24px;
	line-height:34px;
	color:#1c355e;
	font-weight:normal;
	}

h2{
	font-size:24px;
	line-height:34px;
	color:#fff;
	font-weight:normal;
	}

h3{
	font-family: 'nowaybold';
	font-size:44px;
	line-height:50px;
	color:#1c355e;
	font-weight:normal;
	}

h4{
	font-size:24px;
	line-height:34px;
	color:#1c355e;
	font-weight:normal;
	}

	
p {
	font-size:16px;
	line-height:22px;
	color:#1c355e;
	}

p.grande {
	font-size:20px;
	line-height:28px;
	}

p.blanco {
	color:#fff;
	}
	
	
a {
	font-size:16px;
	line-height:22px;
	color:#1c355e;
	text-decoration:none;
	}

.cleare {
	display: block;
	clear: both;
}




.campo3 {
	width: 96%;
	height: 43px;
	background: #e6e7ed;
	font-size: 14px;
	color: #1c355e;
	border: 0;
	padding:2%;
	margin-bottom:15px;
	outline:none;
	text-align: center;
}

.campo3:focus{
	background:#1c355e;
	color: #fff;
	}



/*–––––––––––––––––––––––––––––––––––––––EMPRESA–––––––––––––––––––––––––––––––––––––––––––*/



#empresa{
	width: 50%;
	margin: 40px 25% 20px 25%;
	background: url(images/monos-42.svg) no-repeat top center;
	background-size: 408px;
	text-align: center;
	padding-bottom: 50px;
}



#pad{
	padding: 80px 100px;
}

#empresaIzq{
	width: 50%;
	height: 400px;
	background: #1c355e;
	float: left;
}

#empresaDer{
	width: 50%;
	height: 400px;
	background: #c12033;
	float: left;
}





/*–––––––––––––––––––––––––––––––––––––––UBICACION–––––––––––––––––––––––––––––––––––––––––––*/



#mapa{
	position: relative;
	text-align: center;
	margin-top: -10px;
}

#ubica{
	width: 100%;
	height: auto;
	padding: 80px 0;
	background: #1c355e;
	text-align: center;
	position: relative;
}

.flecha-up {
    width:0px;
    height:0px;
    border-left:25px solid transparent; /* izquierda flecha */
    border-right:25px solid transparent; /* derecha flecha */
    border-bottom:25px solid #1c355e; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
	position: absolute;
	left: 49%;
	top: -20px;
	z-index: 3;
 }




/*–––––––––––––––––––––––––––––––––––––––PEDIDOS––––––––––––––––––––––––––––––––––––––––––*/




#empresaDer.corto, #empresaIzq.corto{
	height: 250px;
}


#pedidoIzq{
	width: 30%;
	margin-left: 10%;
	float: left;
	text-align: left;
	margin-bottom: 40px;
}

#pedidoDer{
	width: 45%;
	margin-right: 10%;
	margin-left: 5%;
	float: left;
	margin-bottom: 40px;
}

#pedidoIzq a{
	font-size: 30px;
	line-height: 38px;
}



/*–––––––––––––––––––––––––––––––––––––––FAQ––––––––––––––––––––––––––––––––––––––––––*/





#faq1{
	width: 50%;
	height: 400px;
	background: #f1f2f2;
	float: left;
	text-align: left;
}

#faq2{
	width: 50%;
	height: 400px;
	background: #e6e7e8;
	float: left;
	text-align: left;
}


#faq1.corto, #faq2.corto{
	height: 300px;
}

#faq1.largo, #faq2.largo{
	height: 450px;
}


#faq3{
	width: 100%;
	float: left;
	background: #fff;
	text-align: left;
}

#faq3 img{
	float: left;
	margin-top: -10px;
	margin-right: 20px;
}



/*–––––––––––––––––––––––––––––––––––––––PRODUCTOS––––––––––––––––––––––––––––––––––––––––––*/



#prodMenu{
	width: 100%;
	text-align: center;
	margin: 50px 0;
}

#prodMenu a{
	font-size: 30px;
	font-family: 'nowaybold';
	margin: 0 15px;
}



#prodMenu a:hover{
	color: #c12033;
}

#prodMenu a.active{
	color: #c12033;
}

#losProductos{
	width: 80%;
	margin: 40px 10%;
}

#proTitle{
	margin-bottom: 50px;
}


#ptexto{
	text-align: left;
	float: left;
}

#piconos{
	width: 60%;
	float: right;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #1c355e;
	
}

#Pproducto{
	display: inline-block;
	margin: 40px 20px;
}

#Pproducto img{
	width: 140px;
	margin-bottom: 10px;
}


#lista{
	text-align: left;
	float: left;
	margin-bottom: 40px;
	padding-right: 50px;
	margin-right: 40px;
	border-right: 2px solid #f1f2f2;
}

#lista p{
	line-height: 30px;
	float: left;
	margin-right: 30px;
}


#lista.preparado{
	padding-left: 60px;
	background: url(images/preparados-43.svg) no-repeat top left;
	background-size: 40px;
	border: 0;
}



#Pproducto img{
	overflow: hidden;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.1);
}


#menu ul li a#menuiphone{
		display: none;
	}


@media only screen and (min-width:0px) and (max-width:767px){
	
header{
	width: 100%;
	height: auto;
}

#head1{
	width: 100%;
	padding: 10px 0 ;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
	
	#head1 img{
		width: 230px;
	}

#head2{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	margin-top: -30px;
}
	
#head2 h1{
	display: inline-block;
	margin-right: 10px;
}
	

	
#red{
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}

nav{
	width: 100%;
	height: auto;
	position: relative;
}

#menu{
	width: 100%;
	height: auto;
	margin: 0 ;
	position: relative;
}
	
#menu ul li{
	width: 100%;
	margin: 0;
}


#menu ul li a{
	font-size: 18px;
	line-height: 45px;
	padding: 0 15px;

}

#elmenu{
	overflow: hidden;
	height: 45px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	#elmenu.active{
		height: 275px;
	}
	
#menu ul li a#menuiphone{
		display: block;
	}


#container{
	width: 100%;
}


#bienvenida{
	width: 90%;
	margin: 70px 5% 20px 5%;
	background-size: 368px;
	padding-bottom: 50px;
}

#bienvenida p{
	padding: 0;
}


#siluetas{
	padding: 20px 0;
	display: none;
}


#producto{
	margin-top: 0px;
	margin-bottom: 50px;
}
	
#siluetas img{
	height: 130px;
}

#producto p{
	margin: 0 4%;
}

#producto a{
	padding: 5px 15px;
	margin-top: 30px;
	border-radius: 20px;
}


footer{
	width: 100%;
	height: auto;
}

#foot1{
	width: 90%;
	padding:20px 5%;
	text-align: center;
}


#foot2{
	width: 90%;
	padding: 20px 5%;
	text-align: center;
	display: none;
}


h1{
	font-size:18px;
	line-height:28px;
	}

h2{
	font-size:18px;
	line-height:28px;
	}

h3{
	font-size:35px;
	line-height:40px;
	}

h4{
	font-size:18px;
	line-height:28px;
	}

	
p {
	font-size:13px;
	line-height:20px;
	}

p.grande {
	font-size:15px;
	line-height:23px;
	}

	
a {
	font-size:13px;
	line-height:20px;
	}


.campo3 {
	width: 96%;
	height: 33px;
	font-size: 14px;
	padding:2%;
	margin-bottom:15px;
}



/*–––––––––––––––––––––––––––––––––––––––EMPRESA–––––––––––––––––––––––––––––––––––––––––––*/



#empresa{
	width: 90%;
	margin: 20px 5% 20px 5%;
	background-size: 408px;
	padding-bottom: 30px;
}



#pad{
	padding: 40px;
}

#empresaIzq{
	width: 100%;
	height: auto;
}

#empresaDer{
	width: 100%;
	height: auto;
}




/*–––––––––––––––––––––––––––––––––––––––UBICACION–––––––––––––––––––––––––––––––––––––––––––*/



#mapa{
	margin-top: -10px;
}

#ubica{
	width: 100%;
	padding: 80px 0;
}

.flecha-up {
    width:0px;
    height:0px;
    border-left:25px solid transparent; /* izquierda flecha */
    border-right:25px solid transparent; /* derecha flecha */
    border-bottom:25px solid #1c355e; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
	position: absolute;
	left: 49%;
	top: -20px;
	z-index: 3;
 }

	#mapa iframe{
		height: 300px;
	}


/*–––––––––––––––––––––––––––––––––––––––PEDIDOS––––––––––––––––––––––––––––––––––––––––––*/




#empresaDer.corto, #empresaIzq.corto{
	height: auto;
}


#pedidoIzq{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 40px;
	margin-top: 40px;
}

#pedidoDer{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 20px;
}

#pedidoIzq a{
	font-size: 25px;
	line-height: 33px;
}

	
#pedidoIzq img{
	height: 75px;
}


/*–––––––––––––––––––––––––––––––––––––––FAQ––––––––––––––––––––––––––––––––––––––––––*/





#faq1{
	width: 100%;
	height: auto;
	background: #f1f2f2;
	border-bottom: 2px solid #fff;
}

#faq2{
	width: 100%;
	height: auto;
	background: #f1f2f2;
	border-bottom: 2px solid #fff;
}


#faq1.corto, #faq2.corto{
	height: auto;
}

#faq1.largo, #faq2.largo{
	height: auto;
}


#faq3{
	width: 100%;
}

#faq3 img{
	margin-top: -10px;
	margin-right: 20px;
}



/*–––––––––––––––––––––––––––––––––––––––PRODUCTOS––––––––––––––––––––––––––––––––––––––––––*/



#prodMenu{
	width: 100%;
	margin: 40px 0;
}

#prodMenu a{
	font-size: 18px;
	margin: 0 8px;
}



#losProductos{
	width: 92%;
	margin: 40px 4%;
}

#proTitle{
	margin-bottom: 40px;
	text-align: center;
	margin-top: 40px;
}

	#ptexto{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}


#piconos{
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	
}

#Pproducto{
	margin: 20px 15px;
}
	
	#Pproducto p{
		font-size: 13px;
	}

#Pproducto img{
	width: 140px;
	margin-bottom: 10px;
}


#lista{
	width: 90%;
	margin-bottom: 40px;
	padding-right: 0;
	margin-right: 0;
	margin: 0 5%;
	border: 0;
}

#lista p{
	font-size: 11px;
	line-height: 25px;
	margin-right: 20px;
}
	
#lista p:first-child{
	font-size: 11px;
	line-height: 25px;
	margin-right: 20px;
	width: 160px;
}


#lista.preparado{
	padding-left: 35px;
	background-size: 25px;
	padding-right: 0;
	margin-left: -10px;
	margin-top: 15px;
}



#Pproducto img{
	width: 100px;
}
	
}


@media only screen and (min-width:768px) and (max-width:1023px){
			header{
	width: 100%;
	height: 166px;
}

#head1{
	padding: 10px 0 0 40px;
}

#head2{
	padding: 50px;
}

#red{
	float: right;
}

nav{
	width: 100%;
	height: 31px;
}

#menu{
	width: 90%;
	height: 45px;
	margin: 0 5%;
}


#menu ul li a{
	font-size: 18px;
	line-height: 45px;
	padding: 0 15px;

}



#container{
	width: 100%;
}


#bienvenida{
	width: 70%;
	margin: 70px 15% 20px 15%;
	background-size: 368px;
	padding-bottom: 50px;
}

#bienvenida p{
	padding: 0 20px;
}


#siluetas{
	padding: 50px 0;
}


#producto{
	margin-top: -100px;
	margin-bottom: 100px;
}
	
#siluetas img{
	height: 130px;
}

#producto p{
	margin: 0 25%;
}

#producto a{
	padding: 5px 15px;
	margin-top: 30px;
	border-radius: 20px;
}


footer{
	width: 100%;
	height: 200px;
}

#foot1{
	padding:70px 40px;
}


#foot2{
	padding: 60px 40px;
}


h1{
	font-size:20px;
	line-height:30px;
	}

h2{
	font-size:20px;
	line-height:30px;
	}

h3{
	font-size:40px;
	line-height:46px;
	}

h4{
	font-size:20px;
	line-height:30px;
	}

	
p {
	font-size:14px;
	line-height:21px;
	}

p.grande {
	font-size:16px;
	line-height:24px;
	}

	
a {
	font-size:14px;
	line-height:20px;
	}


.campo3 {
	width: 96%;
	height: 43px;
	font-size: 14px;
	padding:2%;
	margin-bottom:15px;
}



/*–––––––––––––––––––––––––––––––––––––––EMPRESA–––––––––––––––––––––––––––––––––––––––––––*/



#empresa{
	width: 70%;
	margin: 40px 15% 20px 15%;
	background-size: 408px;
	padding-bottom: 50px;
}



#pad{
	padding: 70px;
}

#empresaIzq{
	width: 50%;
	height: 350px;
}

#empresaDer{
	width: 50%;
	height: 350px;
}




/*–––––––––––––––––––––––––––––––––––––––UBICACION–––––––––––––––––––––––––––––––––––––––––––*/



#mapa{
	margin-top: -10px;
}

#ubica{
	width: 100%;
	padding: 80px 0;
}

.flecha-up {
    width:0px;
    height:0px;
    border-left:25px solid transparent; /* izquierda flecha */
    border-right:25px solid transparent; /* derecha flecha */
    border-bottom:25px solid #1c355e; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
	position: absolute;
	left: 49%;
	top: -20px;
	z-index: 3;
 }




/*–––––––––––––––––––––––––––––––––––––––PEDIDOS––––––––––––––––––––––––––––––––––––––––––*/




#empresaDer.corto, #empresaIzq.corto{
	height: 250px;
}


#pedidoIzq{
	width: 40%;
	margin-left: 5%;
	margin-bottom: 40px;
}

#pedidoDer{
	width: 45%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 40px;
}

#pedidoIzq a{
	font-size: 25px;
	line-height: 33px;
}

	
#pedidoIzq img{
	height: 75px;
}


/*–––––––––––––––––––––––––––––––––––––––FAQ––––––––––––––––––––––––––––––––––––––––––*/





#faq1{
	width: 50%;
	height: 450px;
}

#faq2{
	width: 50%;
	height: 450px;
}


#faq1.corto, #faq2.corto{
	height: 320px;
}

#faq1.largo, #faq2.largo{
	height: 500px;
}


#faq3{
	width: 100%;
}

#faq3 img{
	margin-top: -10px;
	margin-right: 20px;
}



/*–––––––––––––––––––––––––––––––––––––––PRODUCTOS––––––––––––––––––––––––––––––––––––––––––*/



#prodMenu{
	width: 100%;
	margin: 40px 0;
}

#prodMenu a{
	font-size: 25px;
	margin: 0 15px;
}



#losProductos{
	width: 92%;
	margin: 40px 4%;
}

#proTitle{
	margin-bottom: 50px;
}



#piconos{
	width: 50%;
	padding-bottom: 10px;
	
}

#Pproducto{
	margin: 40px 15px;
}
	
	#Pproducto p{
		font-size: 15px;
	}

#Pproducto img{
	width: 140px;
	margin-bottom: 10px;
}


#lista{
	margin-bottom: 40px;
	padding-right: 20px;
	margin-right: 20px;
}

#lista p{
	font-size: 11px;
	line-height: 25px;
	margin-right: 20px;
}


#lista.preparado{
	padding-left: 35px;
	background-size: 25px;
	padding-right: 0;
}



#Pproducto img{
	width: 120px;
}
	
}


@media only screen and (min-width:1024px) and (max-width:1199px){
		header{
	width: 100%;
	height: 166px;
}

#head1{
	padding: 10px 0 0 40px;
}

#head2{
	padding: 50px;
}

#red{
	float: right;
}

nav{
	width: 100%;
	height: 31px;
}

#menu{
	width: 90%;
	height: 45px;
	margin: 0 5%;
}


#menu ul li a{
	font-size: 18px;
	line-height: 45px;
	padding: 0 15px;

}



#container{
	width: 100%;
}


#bienvenida{
	width: 50%;
	margin: 70px 25% 20px 25%;
	background-size: 368px;
	padding-bottom: 50px;
}

#bienvenida p{
	padding: 0 20px;
}


#siluetas{
	padding: 50px 0;
}


#producto{
	margin-top: -100px;
	margin-bottom: 100px;
}

#producto p{
	margin: 0 25%;
}

#producto a{
	padding: 5px 15px;
	margin-top: 30px;
	border-radius: 20px;
}


footer{
	width: 100%;
	height: 200px;
}

#foot1{
	padding:70px 50px;
}


#foot2{
	padding: 60px 50px;
}


h1{
	font-size:22px;
	line-height:32px;
	}

h2{
	font-size:22px;
	line-height:32px;
	}

h3{
	font-size:42px;
	line-height:48px;
	}

h4{
	font-size:22px;
	line-height:32px;
	}

	
p {
	font-size:15px;
	line-height:22px;
	}

p.grande {
	font-size:18px;
	line-height:26px;
	}

	
a {
	font-size:15px;
	line-height:22px;
	}


.campo3 {
	width: 96%;
	height: 43px;
	font-size: 14px;
	padding:2%;
	margin-bottom:15px;
}



/*–––––––––––––––––––––––––––––––––––––––EMPRESA–––––––––––––––––––––––––––––––––––––––––––*/



#empresa{
	width: 70%;
	margin: 40px 15% 20px 15%;
	background-size: 408px;
	padding-bottom: 50px;
}



#pad{
	padding: 80px 80px;
}

#empresaIzq{
	width: 50%;
	height: 400px;
}

#empresaDer{
	width: 50%;
	height: 400px;
}




/*–––––––––––––––––––––––––––––––––––––––UBICACION–––––––––––––––––––––––––––––––––––––––––––*/



#mapa{
	margin-top: -10px;
}

#ubica{
	width: 100%;
	padding: 80px 0;
}

.flecha-up {
    width:0px;
    height:0px;
    border-left:25px solid transparent; /* izquierda flecha */
    border-right:25px solid transparent; /* derecha flecha */
    border-bottom:25px solid #1c355e; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
	position: absolute;
	left: 49%;
	top: -20px;
	z-index: 3;
 }




/*–––––––––––––––––––––––––––––––––––––––PEDIDOS––––––––––––––––––––––––––––––––––––––––––*/




#empresaDer.corto, #empresaIzq.corto{
	height: 250px;
}


#pedidoIzq{
	width: 35%;
	margin-left: 10%;
	margin-bottom: 40px;
}

#pedidoDer{
	width: 40%;
	margin-right: 10%;
	margin-left: 5%;
	margin-bottom: 40px;
}

#pedidoIzq a{
	font-size: 30px;
	line-height: 38px;
}



/*–––––––––––––––––––––––––––––––––––––––FAQ––––––––––––––––––––––––––––––––––––––––––*/





#faq1{
	width: 50%;
	height: 450px;
}

#faq2{
	width: 50%;
	height: 450px;
}


#faq1.corto, #faq2.corto{
	height: 320px;
}

#faq1.largo, #faq2.largo{
	height: 500px;
}


#faq3{
	width: 100%;
}

#faq3 img{
	margin-top: -10px;
	margin-right: 20px;
}



/*–––––––––––––––––––––––––––––––––––––––PRODUCTOS––––––––––––––––––––––––––––––––––––––––––*/



#prodMenu{
	width: 100%;
	margin: 50px 0;
}

#prodMenu a{
	font-size: 30px;
	margin: 0 15px;
}



#losProductos{
	width: 92%;
	margin: 40px 4%;
}

#proTitle{
	margin-bottom: 50px;
}



#piconos{
	width: 50%;
	padding-bottom: 10px;
	
}

#Pproducto{
	margin: 40px 15px;
}
	
	#Pproducto p{
		font-size: 15px;
	}

#Pproducto img{
	width: 140px;
	margin-bottom: 10px;
}


#lista{
	margin-bottom: 40px;
	padding-right: 20px;
	margin-right: 30px;
}

#lista p{
	font-size: 13px;
	line-height: 25px;
	margin-right: 40px;
}


#lista.preparado{
	padding-left: 45px;
	background-size: 30px;
	padding-right: 0;
}



#Pproducto img{
	width: 120px;
}

	
}


@media only screen and (min-width:1200px) and (max-width:1400px){
	
	header{
	width: 100%;
	height: 166px;
}

#head1{
	padding: 10px 0 0 40px;
}

#head2{
	padding: 50px;
}

#red{
	float: right;
}

nav{
	width: 100%;
	height: 31px;
}

#menu{
	width: 90%;
	height: 45px;
	margin: 0 5%;
}


#menu ul li a{
	font-size: 18px;
	line-height: 45px;
	padding: 0 15px;

}



#container{
	width: 100%;
}


#bienvenida{
	width: 50%;
	margin: 70px 25% 20px 25%;
	background-size: 368px;
	padding-bottom: 50px;
}

#bienvenida p{
	padding: 0 100px;
}


#siluetas{
	padding: 50px 0;
}


#producto{
	margin-top: -100px;
	margin-bottom: 100px;
}

#producto p{
	margin: 0 35%;
}

#producto a{
	padding: 5px 15px;
	margin-top: 30px;
	border-radius: 20px;
}


footer{
	width: 100%;
	height: 200px;
}

#foot1{
	padding:70px 50px;
}


#foot2{
	padding: 60px 50px;
}


h1{
	font-size:24px;
	line-height:34px;
	}

h2{
	font-size:24px;
	line-height:34px;
	}

h3{
	font-size:44px;
	line-height:50px;
	}

h4{
	font-size:24px;
	line-height:34px;
	}

	
p {
	font-size:16px;
	line-height:22px;
	}

p.grande {
	font-size:20px;
	line-height:28px;
	}

	
a {
	font-size:16px;
	line-height:22px;
	}


.campo3 {
	width: 96%;
	height: 43px;
	font-size: 14px;
	padding:2%;
	margin-bottom:15px;
}



/*–––––––––––––––––––––––––––––––––––––––EMPRESA–––––––––––––––––––––––––––––––––––––––––––*/



#empresa{
	width: 50%;
	margin: 40px 25% 20px 25%;
	background-size: 408px;
	padding-bottom: 50px;
}



#pad{
	padding: 80px 100px;
}

#empresaIzq{
	width: 50%;
	height: 400px;
}

#empresaDer{
	width: 50%;
	height: 400px;
}




/*–––––––––––––––––––––––––––––––––––––––UBICACION–––––––––––––––––––––––––––––––––––––––––––*/



#mapa{
	margin-top: -10px;
}

#ubica{
	width: 100%;
	padding: 80px 0;
}

.flecha-up {
    width:0px;
    height:0px;
    border-left:25px solid transparent; /* izquierda flecha */
    border-right:25px solid transparent; /* derecha flecha */
    border-bottom:25px solid #1c355e; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
	position: absolute;
	left: 49%;
	top: -20px;
	z-index: 3;
 }




/*–––––––––––––––––––––––––––––––––––––––PEDIDOS––––––––––––––––––––––––––––––––––––––––––*/




#empresaDer.corto, #empresaIzq.corto{
	height: 250px;
}


#pedidoIzq{
	width: 30%;
	margin-left: 10%;
	margin-bottom: 40px;
}

#pedidoDer{
	width: 45%;
	margin-right: 10%;
	margin-left: 5%;
	margin-bottom: 40px;
}

#pedidoIzq a{
	font-size: 30px;
	line-height: 38px;
}



/*–––––––––––––––––––––––––––––––––––––––FAQ––––––––––––––––––––––––––––––––––––––––––*/





#faq1{
	width: 50%;
	height: 400px;
}

#faq2{
	width: 50%;
	height: 400px;
}


#faq1.corto, #faq2.corto{
	height: 300px;
}

#faq1.largo, #faq2.largo{
	height: 450px;
}


#faq3{
	width: 100%;
}

#faq3 img{
	margin-top: -10px;
	margin-right: 20px;
}



/*–––––––––––––––––––––––––––––––––––––––PRODUCTOS––––––––––––––––––––––––––––––––––––––––––*/



#prodMenu{
	width: 100%;
	margin: 50px 0;
}

#prodMenu a{
	font-size: 30px;
	margin: 0 15px;
}



#losProductos{
	width: 90%;
	margin: 40px 5%;
}

#proTitle{
	margin-bottom: 50px;
}



#piconos{
	width: 60%;
	padding-bottom: 10px;
	
}

#Pproducto{
	margin: 40px 15px;
}

#Pproducto img{
	width: 140px;
	margin-bottom: 10px;
}


#lista{
	margin-bottom: 40px;
	padding-right: 30px;
	margin-right: 30px;
}

#lista p{
	line-height: 30px;
	margin-right: 40px;
}


#lista.preparado{
	padding-left: 50px;
	background-size: 30px;
	padding-right: 0;
}



#Pproducto img{
	
}

}




@font-face {
    font-family: 'nowaybold';
    src: url('fonts/noway-bold-webfont.eot');
    src: url('fonts/noway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noway-bold-webfont.woff2') format('woff2'),
         url('fonts/noway-bold-webfont.woff') format('woff'),
         url('fonts/noway-bold-webfont.ttf') format('truetype'),
         url('fonts/noway-bold-webfont.svg#nowaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nowaylight';
    src: url('fonts/noway-light-webfont.eot');
    src: url('fonts/noway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noway-light-webfont.woff2') format('woff2'),
         url('fonts/noway-light-webfont.woff') format('woff'),
         url('fonts/noway-light-webfont.ttf') format('truetype'),
         url('fonts/noway-light-webfont.svg#nowaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nowayregular';
    src: url('fonts/noway-regular-webfont.eot');
    src: url('fonts/noway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noway-regular-webfont.woff2') format('woff2'),
         url('fonts/noway-regular-webfont.woff') format('woff'),
         url('fonts/noway-regular-webfont.ttf') format('truetype'),
         url('fonts/noway-regular-webfont.svg#nowayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


