/*  Pedido form*/
form{
    border: 1px solid black;
    border-radius: 10px;

    padding: 25px;

    margin: 5px;
}

form textarea{
    width: 220px;
    height: 70px;

}

label span{
    color: red;
}


.input-string{
    width: 170px;
}

form section{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.string-field{
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#contenedor-ingredientes{
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.ingredientes-categoria{
    margin: 15px;
}

.ingredientes-categoria h3{
    margin-bottom: 10px;

}


.form-footer{
    margin-top: 15px;
    display:flex;
    justify-content: end;
}


