/*HEADER*/


header{
    background-color: #69C0BB;
    display: flex;
    color: white;
    justify-content:space-between;
    width: 100%;
    
}

#logo-texto{
    display: flex;
}

#logo{
    margin: 3mm;
}

h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 15pt;
    text-align: center;
    margin: auto;
    border-bottom: 2px solid #FDC00F;
    height: 30px;
    margin-top: 0;
    padding-top: 7px;
}

#desplegable{
    margin: 5mm;
}

.texto {
    margin: auto;
    display: block;
}

p1 {
    display:block;
    font-family: 'Fjalla One', sans-serif;
    color: #3C4457;
    margin-top: 0.2em;
    padding-bottom: 7px;
    font-size: 11pt;
}


.contenedor ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content:space-around;
    color:#3C4457;
    list-style: none;
    text-decoration: none;
    font-family: 'Fjalla One', sans-serif;
    padding: 10px 10px;
    font-size: 13pt;
    background-color: #FCC51D;
    width: 94%;
}


/*MAIN*/

 .tipo ul{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content:space-around;
    color:white;
    list-style: none;
    font-family: 'Fjalla One', sans-serif;
    padding: 10px 10px;
    font-size:9pt;
    background-color:#E53434;
    width: 94%;
}

p8, p9, p10, p11 {
    text-decoration: none;
    color:white;
}

h3{
    font-family: "helvetica",sans-serif;
    font-size: 12pt;
    color:#3C4457;
}

h4 {
    font-family: "helvetica",sans-serif;
    font-size: 10pt;
    color: #3C4457;
}

p12, p13, p14, p15, p16 {
    font-family: "helvetica",sans-serif;
    font-size: 10pt;
    color:#3C4457;
    }

p17 {
    font-family: "fjalla one", sans-serif;
    color:#3C4457;
    font-size: 14pt;
}



.vegetariano, .celiaco {
    background-color:#fffed8; 
    display: block;
    margin: auto;
    padding:15px 15px;
    margin-top: 1em;
    height: 100%;
    
}

footer {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    background-color: #fff;
    margin-top: 1em;
    margin-bottom: 8em;
}

@media (max-width: 700px) {}