header{
 display: flex;
   align-items: center;
   
}
body{
background: url("fondo.jpg") no-repeat center center fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr{
	border-color: black;
    border-width: 0.2em 0 0 0;
    border-style: dashed;

}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.8em;
}
#title{
	font-size: 3em;
	text-align: center;
    font-weight: bolder;
}
.title{
	width: 80%;
	font-weight: bold;
	font-size: 5em;
	padding: 5%;
text-align: center;
}
.logo{
	width: 15%;
	padding: 2% 5% ;
}
main{
	padding: 1% 5%;
	 background-color: #a7ffa7c2;
}
main h1{
text-align: center;
}
main h1 em{
font-size: 0.5em;
font-weight: normal;
}
li{
	display: flex;	
}
li h2{
	width: 70%;
}
li h3{
	width: 30%;
	text-align: right;
}
footer{
	display: flex;
	padding: 1em;
	border-top: 0.1em solid;
}
footer a{
	    color: #23000c;

}
i{
font-size: 1.5em;
}
.div1{
	text-align: left;
	width: 50%;
}
.div1 a{
	text-decoration: none;
}
.div2{
	text-align: right;
	width: 50%;
}
.div2 a{
	 text-decoration: none;
}
.fa-phone-square-alt{
	color: green;
}
.divaler{
    background-color: #ffffffba;
    border-radius: 3em;
    border-width: 0.2em;
    border-color: green;
    border-style: solid;
}

.h2aler{
	text-align: center;
    padding: 2em 0 0 0;
    color: green;
    font-weight: bolder;
}
#alergenos{
width: 70%;
margin: 0 15%;
}


