body{
    font-size: 25px;
    background-image: url(img/fondo.png);
    background-attachment: fixed;
    color: white;
    background-color: black;
    font-family: "Roboto", sans-serif;
    margin-top:40px;
}
.footer{
    padding: 20px;
    font-size: 20px;
}
.menu{
    background-color: #444;
    position:fixed;
    width: 101%;
    margin: 0px;
    top: -2;
    left: -2;
    flex-wrap: wrap;
}
.bloque, .bloqueterraza{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.contenedor {
    display: flex;
    flex-direction: row;
}
.columna {
    max-width: 500px;
    width: 500px;
    min-width: 500px;
    flex: 1;
    margin:20px;
}
.contenedorAlergeno {
    display: flex;
    flex-direction: column;
}
.columnaAlergeno {
    display: flex;
    flex-direction: row;
    flex: 1;
    margin:20px;
    text-align: center;
}
.columnaAlergeno img{
    width:60px;
}
.contenido {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.encabezado{
    color: #FFDE00;
    text-align: center;
    font-family: 'simpsonfont','Roboto', sans-serif;
}
.encabezado img{
    max-width: 800px;
}
.logo img{
    max-width: 400px;
}
.ingredientes {
    /*background-color: yellow;*/
    display: flex;
    font-size: 15px;
    height: 35px;
    align-content: center;
    flex-wrap: wrap;
    max-width: 360px;
}
.precio {
    /*background-color: blue;*/
    text-align: right;
    flex: 1;
}
.alergenos{
    /*background-color: green;*/  
    margin-left: 20px;
    height:25px;
    margin-bottom: 20px;
}
.alergenos img{
    width:20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 5px;
}
.titulo{
    /*background-color: red;*/
    font-weight: bold;
    white-space: nowrap;
}
.titulo img{
    height: 25px;
}
.notas img{
    height: 25px;
}
.largo{
    font-weight: bold;
    white-space: nowrap;
    font-size: 19px;
}
.articulo{
    width:100%;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
}
.dotted{
    width: 100%;
    height: 0px;
    margin-bottom: 5px;
    border: medium none;
    border-top: 3px dotted white!important;
}
.notas{
    font-style: italic;
    font-size: 20px;
    margin-top:10px;
}

.notasalergenos{
    font-style: italic;
    text-align: justify;
    font-size: 12px;
    margin:20px;
}


.bloqueterraza {
    background-color: #444444aa;
}

#Negrita{
    /*background-color: red;*/
    font-weight: bold;
}


@media screen and (max-width: 1280px) {
    body{
        font-size: 20px;
    }
    .notas, .footer{
        font-size: 15px;
    }
    .titulo img{
        height: 20px;
    }
    .notas img{
        height: 20px;
    }
    .ingredientes {
        font-size: 10px;
    }
    .largo{
        font-weight: bold;
        white-space: nowrap;
        font-size: 18px;
    }
}

@media screen and (max-width: 980px) {
    body{
        font-size: 45px;
        background-attachment: inherit;
        margin-top:200px;
    }
    .contenedor {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex:0;
        max-width: 90%;
        min-width: 800px;
     }
     .contenedorAlergeno {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex:0;
        max-width: 90%;
        min-width: 800px;
        flex-wrap: wrap;
        align-items: stretch;
     }
     .columnaAlergeno {
        flex-direction: row;
        flex-wrap: wrap;
     }
    .columna {
        align-items:center;
        flex:0;
        max-width: 100%;
        width:100%;
        margin:0px;
        margin-bottom: 5px;  
    }
    .columnaAlergeno {
        font-size: 40px;
    }
    .alergenos{
        height:55px;
        margin-bottom: 30px;
    }
    .alergenos img{
        width:50px;
        height: 50px;
    }
    .titulo img{
        height: 50px;
    }
    .notas img{
        height: 50px;
    }
    .largo{
        font-weight: bold;
        white-space: nowrap;
        font-size: 30px;
    }
    .ingredientes {
        font-size: 25px;
        height: 65px;
        max-width: 100%;
        margin-right: 100px;
        margin-left: 20px;
    }
    .dotted{
        margin-bottom: 10px;
    }
    
    .notas, .footer{
        white-space: nowrap;
        margin-top:20px;
        font-size: 30px;
    }
    .bloqueterraza{
        margin-top: 150px;
    }
    .terraza{
        white-space: nowrap;
        font-size: 45px;
        padding: 5px;
    }
    .notasalergenos{
        margin:20px;
        font-size: 20px;
    }

    .footer{
        margin-top:40px;
        margin-bottom: 40px;
    }

    .logo img{
        max-width: 600px;
    }
}


@font-face {
    font-family: 'simpsonfont';
    src: url('fonts/simpsonfont.otf');
  }