/* CSS Plantilla 1 */
	/************************/
	/* Reset */
	/************************/

html, body {
	width: 100%;
	height: 100%;
	scroll-behavior:smooth;
}
a {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
}
	/************************/
	/* End Reset */
	/************************/
	/************************/
	/* Nosotros */
	/************************/

#nosotros {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	font-family: Garamond, Georgia, serif;
	font-style: italic;

}
#nosotros header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px 0;
}
#nosotros header img {
	display: block;
	width: 50%;
	margin: 30px 0;
}
#nosotros article {
	display: block;
	width: 80%;
}
#nosotros article p {
	display: block;
	line-height: 1.4em;
	text-align: center;
	font-size: 1.2em
}

	/************************/
	/* End Nosotros */
	/************************/
	/************************/
	/* Menus */
	/************************/

#menus {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-family: Garamond, Georgia, serif;
	font-style: italic;
	margin: 100px 0;
}


#menu_list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}

#menu_list a {
	text-decoration: none;
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.4em;
	text-align: center;
	padding: 10px 5px;
	border: 1px solid rgba(101,2,2,.2);
	border-radius: 5px 5px 0 0 ;
	background-color: rgba(101,2,2,1);
}
.active {
	border-bottom: 1px solid transparent !important;
	background-color: #ffffff !important;
	color: rgba(101,2,2,1) !important;
}

.menu_view {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin: 0px 0 50px 0;
	background-image:url("../img/bg_beliforanos.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-transform: capitalize;

}

.menu_view h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px;
}
.menu_view h2:after {
	content:' ~'
}
.menu_view h2:before {
	content:'~ '
}
.menu_view spam {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
}
.menu_view h3 {
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
	text-align: center;
}
.send {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}
.send img {
	width: 40px;
	margin-left: 20px;
}
#raciones {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-family: Garamond, Georgia, serif;
	font-style: italic;
	margin: 100px 0;
}
#raciones h1 {
	font-size: 1.6em
}
.raciones {
	width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: capitalize;
	margin: 10px 0 0 0
}
.tipo_racion {
}
#raciones h3 {
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	margin: 15px 0 0 0
}

#contacto {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 100px 0;
	font-family: Garamond, Georgia, serif;
	font-style: italic;
}
.datos_contacto {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center
}
.datos_contacto h2 {
	margin: 20px 0;
	font-size: 1.6em
}
.datos_contacto p {
	margin: 5px 0;
	font-size: 1.2em
}
#contacto .map {
	width: 100%;
	margin: 20px 0;
}

footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: aliceblue;
	width: 100%;
	margin: 100px 0 0 0;
	background-image: url("../img/h-split-background-1.jpg");
	font-family: Garamond, Georgia, serif;
	font-style: italic;
}
.horario {
	margin: 10px 0;
	line-height: 1.6em;
	text-align: center;
}
.horario h2 {
	margin: 10px 0;
	font-size: 1.6em
}
.horario p {
	font-size: 1.2em
}
.pago {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
	line-height: 1.6em;
	border-top: 1px solid aliceblue;
	padding-top: 20px;
	font-size: 1.2em;
}
.pago img {
	margin: 20px 0 10px 0;
}
.copyright {
	width: 100%;
	font-size: .8em;
	border-top: 1px solid aliceblue;
	text-align: center;
	padding: 20px 0;
}


@media (min-width: 700px) {
	#nosotros header img {
		display: block;
		width: 50%;
		margin-top: 100px;
	}
	#nosotros article p {
		line-height: 1.6em;
		font-size: 1.6em;
	}
	#menu_list {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-bottom: 20px;
		padding-top: 100px;
		/*border-bottom: 1px solid rgba(101,2,2,.2);*/
	}	
	#menu_list a {
		text-decoration: none;
		font-size: 1.6em;
		text-transform: capitalize;
		font-weight: normal;
		color: #ffffff;
		line-height: 1.4em;
		text-align: center;
		padding: 10px 20px;
		border: 1px solid rgba(101,2,2,.2);
		border-radius: 5px 5px 0 0 ;
	}
	.menu_view h2 {
		font-size: 1.8em;
	}
	.menu_view spam {
		font-size: 1.6em;
	}
	.menu_view h3 {
		font-size: 1.2em;
	}
	#raciones h1 {
		font-size: 1.8em;
		margin: 100px 0 20px;
	}
	.raciones {
		justify-content: center;
		font-size: 1.6em;
		line-height: 1.2em;
	}
	#raciones h3 {
		font-size: 1.2em;
	}
	#contacto {
		flex-direction: row;
		padding-top: 100px !important;
	}
	.datos_contacto h2 {
		margin: 20px 0;
		font-size: 1.8em
	}
	.datos_contacto p {
		margin: 5px 0;
		font-size: 1.6em
	}
}