* {
	margin: 0;
	padding: 0;
}
html {
	background-color: beige;
	background-image: url(../recursos/img/fondo_comeme.svg);
	background-size: 100px;
}
body {
	background-color: #F9DB49;
	max-width: 1024px;
	margin: auto;
}
div.separador {
	height: 10vh;
}
/* #region FUENTES EXTERNAS */

@font-face {
	font-family: Allura;
	src: url(../recursos/tipos/Allura/Allura-Regular.ttf);
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: OpenSans;
	src: url(../recursos/tipos/OpenSans/OpenSans-Light.ttf);
	font-style: normal;
	font-weight: 100;
}
@font-face {
	font-family: OpenSans;
	src: url(../recursos/tipos/OpenSans/OpenSans-ExtraBold.ttf);
	font-style: normal;
	font-weight: 800;
}
@font-face {
	font-family: OpenSans;
	src: url(../recursos/tipos/OpenSans/OpenSans-Regular.ttf);
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: OpenSans;
	src: url(../recursos/tipos/OpenSans/OpenSans-Italic.ttf);
	font-style: italic;
	font-weight: 400;
}
@font-face {
	font-family: KaushanScript;
	src: url(../recursos/tipos/KaushanScript/KaushanScript-Regular.ttf);
	font-style: normal;
	font-weight: 400;
}
/* #endregion FUENTES EXTERNAS */

/* #region ESTILOS */

h1 {
	text-align: center;
	font: normal normal 10em/0.5em Allura, sans-serif;
	color: #F9DB49;
	display: none;
}
h2 {
	text-align: left;
	font: normal normal 2em/2.2em KaushanScript, sans-serif;
	color: rgb(155, 121, 38);
}
h3 {
	text-align: cen;
	font: normal normal 1.2em/1.2em KaushanScript, sans-serif;
	color: rgb(155, 121, 38);
}
p, li {
	text-align: justify;
	font: normal normal 100 1em/1.2em OpenSans, "sans-serif";
	color: black;
	margin-bottom: 1em;
}

label {
	text-align: justify;
	font: normal normal 400 0.9em/1.2em OpenSans, "sans-serif";
	color: black;

}
div.artengraf p {
	text-align: center;
	font: italic normal 100 0.8em/1.2em OpenSans, "sans-serif";
	color: whitesmoke;
}
p.footer {
	text-align: justify;
	font: normal normal 400 1em/1.2em OpenSans, "sans-serif";
	color: black;
	margin-bottom: 1em;
}
td {
	text-align: left;
	font: normal normal 400 0.8em/1.4em OpenSans, "sans-serif";
	color: black;
	width: 80%;
	margin: auto;
	margin-bottom: 1em;
	text-transform: lowercase;
	padding-left: 2em;
}
th {
	text-align: left;
	margin: auto;
	margin-bottom: 1em;
	text-transform: lowercase;
	font: normal normal 1.4em/1.5em KaushanScript, sans-serif;
	color: rgb(155, 121, 38);
}
div.contenedor label {
	font: italic normal 400 0.8em/1.4em OpenSans, "sans-serif";
	color: rgb(124, 85, 0);
	padding: 1em;
}
div.foto_somos label p {
	text-align: center;
	font: normal normal 400 0.8em/1em OpenSans, "sans-serif";
	color: rgb(124, 85, 0);
	color: black;
	margin-top: 1em;
	text-transform: uppercase;
}
div.foto_somos label h6 {
	text-align: center;
	font: italic normal 400 1em/1.2em OpenSans, "sans-serif";
	color: rgb(124, 85, 0);
	color: black;
	padding: 0em 2em 0em 2em;
}
/* #endregion ESTILOS */

/* #region CABECERA WEB */

header img.header_logo {
	margin: auto;
	width: 200px;
	display: block;
	border: 2px solid rgb(124, 85, 0, 0.6);
	filter: drop-shadow(5px 5px 2px rgb(124, 85, 0));
	border-radius: 500px;
}
header img.header_logo {
	transition: transform 0.5s ease-out;
}
header img.header_logo:hover {
	transform: rotate(360deg) scale(1.3);/* transform: rotate(360deg) scale(1.1);
	transition-property: transform rotate;
	transition-duration: 0.8s;
	transition-timing-function: ease-out; *//* transition-property: transform;
	transition-duration: 0.7s;
	transition-timing-function: ease-out; */
}
header {
	position: sticky;
	/* top: -380px; */
	top: calc(-200px - 30px);
	/*el primer valor corresponde al tamaño de la imagen*/
	padding-bottom: 30px;
	padding-top: 15px;
	/* background-color: #F5BD42; */
	background: #F5BD42 radial-gradient(rgba(245,189,66,1) 65%, rgba(251,174,0,1) 100%);
	margin: auto;
	box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.7);
	z-index: 10;
	border-radius: 0 0 10px 10px;
}
video {
	position: relative;
	margin: auto;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
figure.fig_index img {
	position: absolute;
	margin: auto;
	height: 50vh;
	display: block;
	opacity: 25%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);/*
    también funciona y te lo centra en el contenedor

    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    */
}
/*#region NAV*/


nav.large_menu {
	/*width: calc((40px + 70px + 40px) * 4);*/
	height: calc(20px + 10px + 1.2em);
	max-width: 80%;
	margin: auto;
	margin-top: 30px;
	background-color: #F9DB49;
	/* border: 1px solid rgb(149, 115, 41); */
	border: 1px solid #FFFF55;
	border-radius: 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;/*display: none;*/
}

nav.large_menu a {
	text-decoration: none;
	font: normal normal 100 1em/1.2em OpenSans, "sans-serif";
	color: black;
}
nav.large_menu a:link {
	font: normal normal 100 0.8em/1.2em OpenSans, "sans-serif";
	color: black;
}
nav.large_menu a:visited {
	font: normal normal 100 1em/1.2em OpenSans, "sans-serif";
	color: black;
}
/*nav li:hover>a*/
nav.large_menu div:hover>a {
	border-top: 2px solid rgb(149, 115, 41);
	border-bottom: 2px solid rgb(149, 115, 41);
	font: normal normal 800 1em/1.2em OpenSans, "sans-serif";
	text-transform: uppercase;
	color: rgb(149, 115, 41);
	transform: scale(5);
}
/*nav li:hover*/
nav.large_menu div:hover {
	transform: scale(1.3, 1.1);
}
/* nav a:hover {
    border-top: 2px solid rgb(149, 115, 41);
    border-bottom: 2px solid rgb(149, 115, 41);
    font: normal normal 800 1.2em/1.2em OpenSans, "sans-serif";
    text-transform: uppercase;
    color: rgb(149, 115, 41);
} */

nav.large_menu a:active {
	border-color: whitesmoke;
	color: whitesmoke;
}
/*#region SMALL-MENU*/
nav.small_menu {
	display: none;
	position: absolute;
	left: 30px;
	top: 264px;
	background-color: #F9DB49;
	/* border: 1px solid rgb(149, 115, 41); */
	border: 1px solid #FFFF55;
	border-radius: 10px;
	width: 220px;
	height: 46px;
	overflow: hidden;
	transition: height 1s ease, border-radius 1s ease 0.5s;
}
nav.small_menu li {
	text-align: center;
	/* background-color: bisque; */
	font: italic bold 1em/1.2em georgia, serif;
	margin: 10px 12px;
	padding: 2px 10px;
	list-style: none;
}
/*nav.small_menu li:hover {
	background-color: cadetblue;
	color: cornsilk;
}
nav.small_menu li.plus_red:hover {
	background-color: white;
}*/
nav.small_menu:hover {
	height: 220px;
	border: 1px solid #FFFF55;
	border-radius: 10px;
}
nav.small_menu:hover>div>div>img {
	transform: rotate(135deg);
}
nav.small_menu div.plus_red {
	opacity: 0;
	transition: opacity 0.5s ease;
}
nav.small_menu div.plus_black {
	opacity: 100;
	transition: opacity 0.5s ease;
}
nav.small_menu:hover>div>div.plus_red {
	opacity: 100;
}
nav.small_menu:hover>div>div.plus_black {
	opacity: 0;
}
nav.small_menu a {
	text-decoration: none;
	font: normal normal 100 1em/1.2em OpenSans, "sans-serif";
	color: black;
}
nav.small_menu a:link {
	font: normal normal 100 0.8em/1.2em OpenSans, "sans-serif";
	color: black;
}
nav.small_menu a:visited {
	font: normal normal 100 1em/1.2em OpenSans, "sans-serif";
	color: black;
}
/*nav li:hover>a*/
nav.small_menu li:hover>a {
	border-top: 2px solid rgb(149, 115, 41);
	border-bottom: 2px solid rgb(149, 115, 41);
	font: normal normal 800 1em/1.2em OpenSans, "sans-serif";
	text-transform: uppercase;
	color: rgb(149, 115, 41);
	transform: scale(5);
}
/*nav li:hover*/
nav.small_menu li:hover {
	transform: scale(1.3, 1.1);
}
nav.small_menu div.plus_red {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
nav.small_menu div.plus_black {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
/*nav.small_menu ul {
	position: relative;
	top: 0px;
	background-color: aqua;
}*/
nav.small_menu img {
	width: 20px;
	margin: 10px;
	transition: transform 0.5s ease;
}
/*#endregion SMALL-MENU*/

/*#endregion NAV*/

/* #endregion CABECERA WEB */

/* #region FOOTER WEB */

footer {
	position: relative;
	background-color: rgb(155, 121, 38);
	padding: 10px 0;
	height: 120px;
	max-width: 1024px;
	margin: auto;
	box-shadow: 0px -8px 5px rgba(0, 0, 0, 0.7);
	border-radius: 10px 10px 0 0;
}
div.artengraf {
	margin-top: 20px;
}
div.artengraf img {
	transform: rotate(90deg);
	width: 36px;
	display: block;
	margin: auto;
}
div.artengraf figure {
	width: 60px;
	margin: auto;
	margin-top: -10px;
}
footer table.enlaces {
	margin: 10px auto;
}
footer table.enlaces td {
	width: 160px;
	text-align: center;
	margin: 0;
	padding: 0;
}
footer a {
	text-decoration: none;
	font: normal normal 100 0.8em/1.2em OpenSans, "sans-serif";
	color: whitesmoke;
}
footer a:link {
	font: normal normal 100 0.8em/1.2em OpenSans, "sans-serif";
	color: whitesmoke;
}
footer a:visited {
	font: normal normal 100 0.8em/1.2em OpenSans, "sans-serif";
	color: whitesmoke;
}
footer a:hover {
	font: normal normal 100 0.8em/1.2em OpenSans, "sans-serif";
	color: whitesmoke;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
}
footer a:active {
	border-color: whitesmoke;
	color: whitesmoke;
}
/* #endregion FOOTER */

/* #region SECTION INDEX */

section {
	/* min-height: 60vh; */
	position: relative;
	overflow: hidden;
}
/* #endregion SECTION INDEX */

/* #region SECTION ORIGENES */

figure.foto_origenes img {
	width: 100%;
}
figure.foto_origenes {
	/*height: 50vh;
	min-height: 330px;
	max-height: 1198px;*/
	max-height: 500px;
	overflow: hidden;
}
article.art_origenes h2 {
	position: relative;
	width: 90%;
	margin: auto;
	z-index: 2;
}
article.art_origenes p {
	position: relative;
	width: 80%;
	margin: 1em auto;
	z-index: 2;
}
article.art_origenes div {
	position: relative;
	margin: 0;
	padding: 0;
}
/* #endregion SECTION ORIGENES */

/* #region SECTION GALERIA */

div.contenedor {
	width: 80%;
	background-color: #FCEF87;
	border: 1px solid #FFFF55;
	/* width: 90%; */
	max-width: calc((250px + 2px + 20px) * 3 + 40px + 2px + 20px);
	margin: 10vh auto;
	padding: 20px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
}
div.foto_galeria {
	height: 200px;
	width: 250px;
	background-color: #F5BD42;
	border: 1px solid #FFFF55;
	margin: 10px;
}
figure.foto_galeria {
	height: 80%;
	width: 100%;
	background-color: wheat;
	margin: auto;
	margin-bottom: 1em;
	margin-top: 0;
	box-sizing: border-box;
	overflow: hidden;
	filter: sepia(100) brightness(60%);/* transition-property: filter;
	transition-duration: 1s;
	transition-timing-function: ease;  */
}
figure.foto_galeria:hover {
	filter: sepia(0);
	transition-property: filter;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
figure.foto_galeria:hover+label {
	color: #FFFF55;
	transition-property: color;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
figure.foto_galeria img {
	width: 100%;
}
/* #endregion SECTION GALERIA */

/* #region SECTION MENU */

table.menu {
	width: 80%;
	margin: 30px auto;
	border-collapse: collapse;
	position: relative;
	z-index: 2;
}
table.menu tr {
	border-bottom: 2px dotted #FFFF55;
	transition: background-color 0.1s linear;
}
table.menu td {
	height: 2.4em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
table.menu td.table_price {
	text-align: right;
	padding-right: 20px;
}
table.menu tr:hover {
	background-color: #FFFF55;
}
table.menu tr.menu_title:hover {
	background-color: rgba(255, 255, 85, 0);
}
/* #endregion SECTION MENU */


/* #region SECTION SOMOS */

div.cuadricula {
	width: 90%;
	margin: auto;
	/*overflow: auto;*/
	display: grid;
	gap: 10px;
}
div.foto_somos {
	overflow: hidden;
	position: relative;
}
div.foto_somos img {
	width: 100%;
}
div.img_somos14 div {
	background-color: #FCEF87;
	width: 100%;
	height: 100%;
}
div.img_somos15 div {
	background-color: #F5C342;
	width: 100%;
	height: 100%;
}
div.img_somos16 div {
	background-color: #FFFF55;
	width: 100%;
	height: 100%;
}
div.img_somos17 div {
	background-color: #FCEF87;
	width: 100%;
	height: 100%;
}
div.img_somos18 div {
	background-color: #FFFF55;
	width: 100%;
	height: 100%;
}
div.foto_somos label article {
	background-color: #FFFF55;
	position: absolute;
	z-index: 1;
	width: 80%;
	height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	opacity: 0;
	transition: opacity 0.5s ease-out;
	background-image: url(../recursos/img/marco_somos.svg);
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
div.foto_somos label:hover> article {
	opacity: 0.9;
}

@media (min-width: 1000px) {
div.cuadricula {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto;
	grid-template-areas: "img_somos1 img_somos2 img_somos3 img_somos4" "img_somos5 img_somos6 img_somos7 img_somos8 " "img_somos9 img_somos10 img_somos11 img_somos12" "img_somos13 img_somos14 img_somos15 img_somos16";
}
div.img_somos1 {
	grid-area: img_somos1;
}
div.img_somos2 {
	grid-area: img_somos2;
}
div.img_somos3 {
	grid-area: img_somos3;
}
div.img_somos4 {
	grid-area: img_somos16;
}
div.img_somos5 {
	grid-area: img_somos5;
}
div.img_somos6 {
	grid-area: img_somos6;
}
div.img_somos7 {
	grid-area: img_somos7;
}
div.img_somos8 {
	grid-area: img_somos8;
}
div.img_somos9 {
	grid-area: img_somos9;
}
div.img_somos10 {
	grid-area: img_somos14;
}
div.img_somos11 {
	grid-area: img_somos11;
}
div.img_somos12 {
	grid-area: img_somos12;
}
div.img_somos13 {
	grid-area: img_somos13;
}
div.img_somos14 {
	grid-area: img_somos10;
}
div.img_somos15 {
	grid-area: img_somos15;
}
div.img_somos16 {
	grid-area: img_somos4;
}
div.img_somos17 {
	/*grid-area: img_somos17;*/
	display: none;
}
div.img_somos18 {
	/*grid-area: img_somos18;*/
	display: none;
}
}

@media (max-width: 1000px) {
div.cuadricula {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto auto auto;
	grid-template-areas: "img_somos1 img_somos2 img_somos3" "img_somos4 img_somos5 img_somos6" "img_somos7 img_somos8 img_somos9" "img_somos10 img_somos11 img_somos12" "img_somos13 img_somos14 img_somos15" "img_somos16 img_somos17 img_somos18";
}
div.img_somos1 {
	grid-area: img_somos10;
}
div.img_somos2 {
	grid-area: img_somos16;
}
div.img_somos3 {
	grid-area: img_somos9;
}
div.img_somos4 {
	grid-area: img_somos2;
}
div.img_somos5 {
	grid-area: img_somos15;
}
div.img_somos6 {
	grid-area: img_somos11;
}
div.img_somos7 {
	grid-area: img_somos6;
}
div.img_somos8 {
	grid-area: img_somos14;
}
div.img_somos9 {
	grid-area: img_somos8;
}
div.img_somos10 {
	grid-area: img_somos1;
}
div.img_somos11 {
	grid-area: img_somos3;
}
div.img_somos12 {
	grid-area: img_somos5;
}
div.img_somos13 {
	grid-area: img_somos18;
}
div.img_somos14 {
	grid-area: img_somos4;
}
div.img_somos15 {
	grid-area: img_somos7;
}
div.img_somos16 {
	grid-area: img_somos12;
}
div.img_somos17 {
	grid-area: img_somos13;
}
div.img_somos18 {
	grid-area: img_somos17;
}
}

@media (max-width: 700px) {
header {
	min-height: 300px;
}
nav.small_menu {
	display: block;
}
nav.large_menu {
	display: none;
}
div.cuadricula {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto auto auto auto auto auto;
	grid-template-areas: "img_somos1 img_somos2" "img_somos3 img_somos4" "img_somos5 img_somos6" "img_somos7 img_somos8" " img_somos9 img_somos10" "img_somos11 img_somos12" "img_somos13 img_somos14" "img_somos15 img_somos16" "img_somos17 img_somos18";
}
div.img_somos1 {
	grid-area: img_somos9;
}
div.img_somos2 {
	grid-area: img_somos13;
}
div.img_somos3 {
	grid-area: img_somos10;
}
div.img_somos4 {
	grid-area: img_somos4;
}
div.img_somos5 {
	grid-area: img_somos16;
}
div.img_somos6 {
	grid-area: img_somos7;
}
div.img_somos7 {
	grid-area: img_somos3;
}
div.img_somos8 {
	grid-area: img_somos11;
}
div.img_somos9 {
	grid-area: img_somos15;
}
div.img_somos10 {
	grid-area: img_somos1;
}
div.img_somos11 {
	grid-area: img_somos12;
}
div.img_somos12 {
	grid-area: img_somos6;
}
div.img_somos13 {
	grid-area: img_somos2;
}
div.img_somos14 {
	grid-area: img_somos5;
}
div.img_somos15 {
	grid-area: img_somos8;
}
div.img_somos16 {
	grid-area: img_somos14;
}
div.img_somos17 {
	display: none;
}
div.img_somos18 {
	display: none;
}
}
/* #endregion SECTION SOMOS */



/* #region SECTION RESERVAS */
div.contacto {
width: 75%;
margin: auto;
min-width: 460px;}
div.formulario {
	padding: 30px 0;
	width: 460px;
	margin: 3em auto 0;
	border: 1px solid #FFFF55;
	border-radius: 10px;
		overflow: hidden;

	
}
div.formulario input[type=text], div.formulario input[type=email], div.formulario textarea {
	height: 30px;
	padding: 10px;
	border: 2px inset lightgrey;
	border-radius: 10px;
	box-sizing: border-box;
	display: block;
	width: 400px;
	margin: auto;
	margin-bottom: 10px;
	background-color: #FCEF87;
}
div.formulario input[type=radio]{
	margin-bottom: 10px;
}
div.turno {
	padding: 10px;
	border: 2px inset lightgrey;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #FCEF87;
	width: 400px;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	grid-template-areas: "fecha fecha" "almuerzo cena"
}
div.turno input[type=date] {
	grid-area: fecha;
	margin: auto;
padding: 6px;
	background: #F9DB49;
		border: 2px outset lightgrey;
	border-radius: 10px;
}
div.formulario input[type=image]{
		height: 80px;
		margin: 40px auto 0 ;
	display: block;
	}
div.formulario div.checkbox{
width: 60%;
margin: auto;
margin-top: 20px;}
div.turno dt{
	margin: 10px 0;
	text-align: center;
}

div.turno dl{
	text-align: center;
}
div.almuerzo_list {
	grid-area: almuerzo;
	margin: auto;

}
div.cena_list {
	grid-area: cena;
	margin: auto;

}
div.formulario textarea {
	height: 120px;
	resize: none;
	overflow: auto;
}
div.formulario input:focus, div.formulario textarea:focus {
	outline: 1px solid red;
	outline-offset: 5px;
}


div.contacto a {
	text-decoration: none;
	}
div.contacto a:link {
	font: normal normal 400 1.2em/1.2em OpenSans, "sans-serif";
	color: rgb(155, 121, 38);
}
div.contacto a:visited {
	font: normal normal 400 1.2em/1.2em OpenSans, "sans-serif";
	color: rgb(155, 121, 38);
}
div.contacto a:hover {
	font: normal normal 400 1.2em/1.2em OpenSans, "sans-serif";
	color: rgb(155, 121, 38);
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
}
div.contacto a:active {
	border-color: rgb(155, 121, 38);
	color:rgb(155, 121, 38);
}




/* #endregion SECTION RESERVAS */



/* #region COLORES */

/* Color Theme Swatches in Hex */

.Yellows-1-hex {
	color: #FFFF55;
}
.Yellows-2-hex {
	color: #FCEF87;
}
.Yellows-3-hex {
	color: #F5C342;
}
.Yellows-4-hex {
	color: #F5BD42;
}
.Yellows-5-hex {
	color: #F9DB49;
}
/* Color Theme Swatches in RGBA */

.Yellows-1-rgba {
	color: rgba(255, 255, 85, 1);
}
.Yellows-2-rgba {
	color: rgba(252, 239, 135, 1);
}
.Yellows-3-rgba {
	color: rgba(245, 195, 66, 1);
}
.Yellows-4-rgba {
	color: rgba(245, 189, 66, 1);
}
.Yellows-5-rgba {
	color: rgba(249, 219, 73, 1);
}
/* Color Theme Swatches in HSLA */

.Yellows-1-hsla {
	color: hsla(60, 100, 66, 1);
}
.Yellows-2-hsla {
	color: hsla(53, 95, 75, 1);
}
.Yellows-3-hsla {
	color: hsla(43, 89, 60, 1);
}
.Yellows-4-hsla {
	color: hsla(41, 89, 60, 1);
}
.Yellows-5-hsla {
	color: hsla(49, 93, 63, 1);
}

/* #endregion COLORES */
