   /* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*###############################################
Final del renglon
#################################################*/

/* Generales*/

body{
	font-family: 'montserrat', sans-serif;
	}

h2, h3, h4, h5, h6 {
	font-family: 'juliussansone';
}

h2{
	font-size: 80px;
	color: red;
	padding-top: 40px;
	text-shadow: 1px 1px 0px black;
	margin-bottom:40px; 
}

h3{
	font-size: 50px;
	color: #d73e5c4;
	text-shadow: 1px 1px 0px black;
}

h4{
	font-size: 25px;
	color: #abe6ff;
	
}

h5{
	font-size: 15px;
	color: #abe6ff;
	
}

section article {
	padding:80px 0;
}

.ancho {
	width: 1170px;
	margin: 0 auto;
	border:solid red 1px;
	position: relative;
}
.ancho p {
	width: 500px;
	margin-top: 15px;
}
	
/* Empieza el header*/


header{ 
		background: #4BA9B7;
		padding-top: 10px;
		text-align: center;
		}
	
/*#logo {
	}*/

h1{
	
	width:380px;
	height:120px;
	margin:500px;
	/*margin-left:auto;
	margin-right:auto; esto es un error, es mejor hacerlo de la siguiente manera*/ 
	margin: 10px auto;
	background-image:url(../img/logo.png);
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity:1;
	overflow:hidden;
	text-indent: -9999px;
	animation: logo 1s;
	}
	
	/* Esto es una prueba

header section {
	background: blue;
	opacity:.5;
		
}

section {
	height: 100px;
	background: grey;
	opacity:.5;
	margin: 30px 0;
}*/
		

/* Empieza el menu*/


#menu {
	
		text-align: center;
		margin-top: 30px;
	}
	
	#menu li{
		display: inline-block;
		
	}

#menu li a{
	color: #333;
	display: inline-block;
	line-height: 50px;
	width: 150px;
	font-size: 30px;
	text-decoration: none;
	}

.slider {
	height: 500px;
	background-color: #222;
	background-image: url(../img/header/slider/slider1.jpg);
	background-size: cover;
	background-position: center;
	
}

.carousel-cell{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.diapo1{
	background-image: url(../img/slider/slider1.jpg);
}

.diapo2{
	background-image: url(../img/slider/slider3.jpg);
	
}

.diapo3{
	background-image: url(../img/slider/slider4.jpg);
	
}
.btslider {
	display: block;
	text-decoration: none;
	color: white;
	margin:0 auto;
	line-height: 50px;
	border-radius:25px;
	box-sizing: border-box;
	
}

.saber{
	background-color: rgba(215,62,92,.5);
	width: 200px;
	border:solid #92ae51 2px;
	margin-bottom: 50px;
	margin-top: 100px;
}

.abajo{
	font-family: 'FontAwesome';
	font-size: 30px;
	width: 55px;
	background-color: rgba(243,207,197,1);
	border: solid white 2px;
	border-radius: 50%;
	transition: all 1s cubic-bezier(0,.99,.36,1.27); 
	
	}

.abajo:hover{
	transform: rotate(360deg) scale(1.5,1.5);
}

#cocina article:first-child {
	 background-color: #abe6ff;
}

#cocina article:nth-child(2) {
	background-image: url(../img/header/slider/cocina); 
	background-size: cover;
	 background-position: center;
	height: 200px;
	
}

#cocina article:last-child {
	background-color: #abe6ff;
	
}

#cocina article:last-child ul li {
	display: inline-block;
	width: 33%;
	text-align: center;
	padding: 0 70px;
	box-sizing: border-box;
	
}

#cocina article:last-child ul li div {
	width: 180px;
	height: 180px;
	background-color: #d73e5c;
	display: inline-block;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
}

#cocina article:last-child ul li:hover div{
	animation: latido 2s infinite;
	
}

#cocina article:last-child ul li h4 {
	margin-top: 30px;
	
	
}

#cocina article:last-child ul li p {
	width: auto;
	
	
}

#cocina article:last-child ul li:first-child div {
	background-image: url(../img/noun_114365_cc.png);
	
}

#cocina article:last-child ul li:nth-child(2) div {
	background-image: url(../img/noun_652198_cc.png);
		background-color: #dab641;
	
	
	
}

#cocina article:last-child ul li:last-child div {
	background-image: url(../img/noun_114389_cc.png);
	
}


/* empieza meta*/

#meta article:first-child{
	background-image: url(../img/header/slider/meta.jpg);
	background-position: center;
	background-size: cover;
	height: 300px;
	text-align: right;
	}

#meta article:first-child p {
	margin-left: auto;
	color: red;
	
	
}

#meta article:nth-child(2) {
	background-color: #87a3ad;
	height: 420px;
	
}

#meta article:nth-child(2) img {
	float: right;
	
}

#meta article:nth-child(2) h3 {
	padding-top: 160px;
	
}

#meta article:last-child {
	height: 450px;
	background-color: #eee;
}

#meta article:last-child img{
	width: 550px;
	position: absolute;
	top: -20px;
	left: -100px;
	
}

#meta article:last-child h3, 
#meta article:last-child p {
	margin-left: 50%;
}

#meta article:last-child h3{
	padding-top: 120px;
	
}

footer {
	background: #320001;
	padding: 50px 0;
	color: white;
	
}
	
footer p{
	display: inline-block;
}

#social {
	width: 660;
	display: inline-block;
	text-align: right;
	
}


#social li {
	font-family: 'FontAwesome';
	margin: 15px;
	display: inline-block;
}

#social li a {
	width: 50px;
	display: inline-block;
	line-height: 50px;
	border: solid white 2px;
	text-align: center;
	border-radius: 50%;
	background-color: #1E86A7;
	color: black;
	text-decoration: none;
	transition: all .5s;
	transition: all 1s cubic-bezier(0,.98,1,0);
	
}

#social li a:hover{
	transform: rotate(360deg) scale(1.5,1.5);
}

#social li a:hover{
	background-color: #92ae51;
}

/* Empieza menu */


#platillos article:nth-child(2) {
	background-color:#92ae51;
}


#platillos article:nth-child(2) .ancho section {
	text-align: center;
	width: 370px;
	display: inline-block;
}

#platillos article:nth-child(2) .ancho section:nth-child(2) {
	margin:0 25px;
}

#platillos article:nth-child(2) .ancho section p {
	width: auto;
	padding: 0 15px;
}


#carta article:nth-child(2) {
	background-color:#ebaf9e;
	
}
	
#carta article:nth-child(2) .ancho figure{display: inline-block}

#carta article:nth-child(2) .ancho figure {
	display: inline-block;
	border:solid red 1px;
	height: 320px;
	width: 370px;
	overflow: hidden;
	position: relative;
}

#carta article:nth-child(2) .ancho figure figcaption {
	position: absolute;
	bottom: -80px;
	text-align: center;
	background-color: rgba(0,0,0,0.50);
	width: 100%;
	height: 80px;
	padding-top: 20px;
	box-sizing: border-box;
	transition:all .7s;
}

#carta article:nth-child(2) .ancho  a figure figcaption h6{
	color: aquamarine;
	font-family: 'montserrat';
}

#carta article:nth-child(2) .ancho figure:hover figcaption {
	bottom: 0;
}

#carta article:nth-child(2) .ancho a:nth-child(2),
#carta article:nth-child(2) .ancho a:nth-child(5) {
	margin-left: 22px;
	margin-right: 22px;
}

#carta article:last-child{
	background-color: #ecdaa0;
}

/* Empieza Perfil############################################################################################*/

#fondo {
	background-color: #ecdaa0;
		
}

#fondo ul li {
	display: inline-block;
	padding-left: 50px;
	
}

#fondo ul li div {
	background-color: #ffffff;
	display: inline-block;
	padding: 9px;
	border-radius: 50%;
	float: left;
	margin-top: 10px;
	margin-left: auto;
}

#fondo ul li h4 {
	display: inline-block;
	padding: 9px;
	border-radius: 50%;
	float: left;
	margin-top: 10px;
	margin-left: auto;
}


#chef{
	background-color: #87a3ad;
	}

#chef ul li{
	z-index: 10px;
	display: inline-block;
	width: 33%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 50px;
	position: relative;
	transition: all 1s;
	}

#chef ul li div{
	filter: sepia(100%);
	transition: all 0.8s;
}

#chef ul li:hover div{
	filter: sepia(0%);
}

#chef ul li div img {
	border: #dab641 3px solid;
	border-radius: 50%;
	width: 200px;

}

#chef ul li h4{
	transform: translateY(-120px);
	transition: all 0.7s;
	opacity: 0;
	margin: 15px 0 10px;

}

#chef ul li:hover h4{
	transform: translateY(0px);
	opacity: 1;
}

#chef ul li h5{
	transform: translateY(-120px);
	transition: all 0.9s;
	opacity: 0;
	margin: 15px 0 10px;

}

#chef ul li:hover h5{
	transform: translateY(0px);
	opacity: 1;
}

#chef ul li p{
	transform: translateY(-120px);
	transition: all 1.0s;
	opacity: 0;
	margin: 15px 0 10px;

}

#chef ul li:hover p{
	transform: translateY(0px);
	opacity: 1;
}

#chef ul li a{
	transform: translateY(-120px);
	transition: all 1.2s;
	opacity: 0;
	margin: 15px 0 10px;

}

#chef ul li:hover a{
	transform: translateY(0px);
	opacity: 1;
}


#chef ul li p{
	width: auto;
}

#chef ul li a{
	font-family:'FontAwesome';
	display: inline-block;
	color: aliceblue;
	text-decoration: none;
	background-color: #abe6ff;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin: 10px;
	
}


#principal{
	position: relative;
	left: 200px;
	
	}

#soporte{
	position: relative;
		
}

#repostera{
	position: relative;
	left: -200px;
	
}

#chef ul:hover li {
	left:0;
}

#principal:hover{
/*	left: 0px;
*/	}

#soporte:hover{
/*	position: relative;
*/}

#repostera:hover{
/*	left: 0px;
*/	
}

/* Empieza Contacto############################################################################################*/

#contacto {
	background: #abe6ff;
	text-align: center;
}

#contacto article:first-child {
	padding-bottom: 0px;
	}
	
#contacto article:nth-child(2) {
	padding-top: 0px;
		
}
#contacto article:first-child h3{
	text-align: left;
		
}

#contacto article:first-child a{
	font-family: 'FontAwesome';
	font-size: 25px;
	display: inline-block;
	line-height: 50px;
	width: 50px;
	background-color: #92ae51;
	border-radius: 50%;
	margin: 30px 15px;
	text-decoration: none;
	color: #eeeeee;
		
}

#contacto article:last-child .ancho input[type=text],
#contacto article:last-child .ancho input[type=email] {
	width: 570px;
	padding-left: 30px;
}

#contacto article:last-child .ancho input[type=email] {
	margin-left: 25px;
}

#contacto article:last-child .ancho textarea {
	width: 1170px;
	margin: 30px 0px;
	height: 250px;
	line-height: 25px;
	padding-left: 30px;
	resize: none;
}

#contacto article:last-child .ancho input[type=submit] {
	width: 170px;
	line-height: 50px;
	margin-left: auto;
	display: block;
	
}

#contacto article:last-child .ancho input[type=text],
#contacto article:last-child .ancho input[type=email],
#contacto article:last-child .ancho textarea,
#contacto article:last-child .ancho input[type=submit]{
	background-color: #f3cfc5;
	border: solid #ebaf9e 1px;
	border-radius: 5px;
	box-sizing: border-box;
	outline: none;
}

#contacto article:last-child .ancho input[type=text],
#contacto article:last-child .ancho input[type=email]{
	line-height: 70px;
}

#contacto article:last-child .ancho input[type=text]:hover,
#contacto article:last-child .ancho input[type=email]:hover,
#contacto article:last-child .ancho textarea:hover{
	background: #ccc;
	
}

#contacto article:last-child .ancho input[type=text]:focus,
#contacto article:last-child .ancho input[type=email]:focus,
#contacto article:last-child .ancho textarea:focus{
	background: #000;
	color: #ccc;
	
}

/*################################
Animaciones
##############################*/

/* #logo */

@keyframes logo {
	from{
		transform: translateY(-100px) rotate(-360deg) scale(.1, .1);
	}
}

@keyframes latido{
	0%{
		transform: scale(.5,.5);
		box-shadow: 0 0 0 grey;
	}
	25%{
		transform: scale(1.5,1.5);
		box-shadow: 5px 5px 5px grey;
	}
	50%{
		transform: scale(.5,.5);
		box-shadow: 0 0 0 grey;
	}
	
	75%{
		transform: scale(.5,.5);
		box-shadow: 0 0 0 grey;
	}
	85%{
		transform: scale(1.5,1.5);
		box-shadow: 5px 5px 5px grey;
	}
	100%{
		transform: scale(.5,.5);
		box-shadow: 0 0 0 grey;
	}
 }
