@charset "utf-8";

body{
font-family: 'Indie Flower', cursive;
margin: 0;
background: #a8a8a8;

}
header{
	color:  #BDE0AD;
	background: url("../imagenes/fondo_header3.jpg");
	height: auto;
	background-size: cover;
	background-position: center;
}

.menus{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: black;
}
.lista{
	display:flex;
}

.menus p{
	background-color: #BDE0AD;
	border-radius: 20px;
	padding: 5px;
	box-shadow: 33px 24px 23px -26px rgba(189,224,173,1);
}

.lista li{
	background-color: #BDE0AD;
	border-radius: 20px;
	padding: 5px;
	box-shadow: 33px 24px 23px -26px rgba(189,224,173,1);
}

.titulo{
	margin-top: 28%;
	width: 90%;
	text-align:left;

}

.contenedor{
	width: 90%;
	margin:auto;
}

p{
	font-size: 30px;
}

h1{
	font-size: 90px;
	margin:0;
}

h2{
	font-size: 70px;
	margin-bottom: 20px;
	margin-top: 0;
}

h3{
	font-size: 60px;
}

h4{
	font-size: 45px;
}
h5{
	font-size: 30px;
	margin: 0;
}
.section_menu{
	margin-top: 20px;
	text-align: center;
		width: 70%;
		margin:auto;
		margin-top: 20px;
		margin-bottom: 60px;
		padding: 2%;
		background: url(../imagenes/menu.jpg);
		background-position:center;
		background-size: cover;
		border-radius: 15px;
		color: #fff;
		box-shadow:21px 24px 38px 12px rgba(0,0,0,0.66);
}

.section_menu h3{
	margin-top:0;
	margin-bottom:0;
}

.section_menu h4{
	margin-top: 10px;
	margin-bottom: 0;
}

.section_menu p{
	margin-top:0;
	margin-bottom:0
}

.section_carta{
	text-align: center;
}

.contenedor_carta{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
.dis_carta{
	width: 30%;
	background: rgb(189,224,173);
	background: radial-gradient(circle, rgba(189,224,173,1) 4%, rgba(132,185,98,1) 96%);
	background-size:auto;
	margin-bottom: 20px;
	margin-top: 0;
	border-radius: 15px;
	border: 3px solid  #f73232 ;
	box-shadow:7px -12px 31px -15px rgba(0,0,0,0.78);
	padding: 20px;
}

.dis_carta p {
	margin: 0 0 5px 0;
}

.section_carta h3{
	margin: 0;
}
.dis_carta h4{
	margin: 0 0 5px 0;
	color: #f73232;
}

.alergenos{
	text-align: center;
}
li{
	list-style: none;
	margin-right: 25px;
	font-size: 30px;
}


a{
text-decoration: none;
color: black;
}

footer {
  background-color: #BDE0AD;
	box-shadow: -23px -44px 130px -28px rgba(146,171,147,1);
  text-align: center;
	margin: 0;
}

footer p{
	margin: 0;
}

.icono_menu{
	display:none;

}

.dga{
	display: flex;
	justify-content:space-around;
	background-color: #333;
	text-align: start;
	}
.dga p{
	font-size:20px;
	color:white;
}

.dga_text{
	margin-top:10%;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
.icono_dga{
	margin-top:10px;
	margin-left:10px;
	max-width: 40%;
}

@media(max-width:720px){

	header{
		height: auto;
	}

	nav{
		position: absolute;
		left: 0px;
		top:50px;
		width: 100%;
		margin: auto;
		display: none;
	}
	.menus p{
		margin-top: 10px;
		font-size: 20px;
		padding: 3px;
	}
	.lista{
		flex-direction:column;
		display:flex;
		align-items:flex-end;
	}
	.lista li{
		margin: 5px 10px 5px 0;
		font-size: 20px;
		padding: 3px;
	}
	.icono_menu{
		display:block;
		width: 55px;

	}
	.titulo{
		margin-top: 35%;
		width: 90%;
		text-align:left;
	}

	h1{
		font-size: 45px;
	}

	h2{
		font-size: 35px;
		margin-bottom: 0;
	}

	.titulo p{
		margin: 0;
		font-size: 20px;
	}
	.section_menu{
		width: 90%;
	}
	.dis_carta{
		width: 60%;
		padding: 50px;
	}
	.icono_dga{
	margin-top:5px;
	margin-left:5px;
	max-width: 70%;
	}
	.dga p{
	font-size:12px;
	color:white;
	}
}

	
