span {
    display: inline-block;
    vertical-align: middle;
}

ul {
    /* display: list-item; */
    /* position: relative; */
    /* list-style-position: inside; */
    list-style: disc ;
    padding-left: 1.5em;
}

li {
    position: relative;
    display: list-item;
}

carteMenuJuliette {
    background-color: f8ffc7;
}

li:not(:last-child) {
    border-bottom: 1px solid rgba(83, 83, 83, 0.327);
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.SubCategoriaCarta {
        padding-bottom: 25px;
    text-align: center;
}

.cartaJuliette {
    padding: 100px 30px;
    height: auto;
    width: 100vw;
    position: relative;
    overflow: scroll;
}

.detalleCentrado {
    /* background-color: aqua; */
    text-align: center;
    padding-top: 25px;
}

.hrJuliette {
    border-top: 3px solid rgba(83, 83, 83, 0.327);
    width: 80%;
    opacity: 0.7;
    margin: 30px auto;

}

.precioJuliette {
    float: right;
    /* display: inline-block; */
    /* width: 20%; */
    /* background-color: aqua; */


}

.productoJuliette {
    /* display: block; */
    max-width: 75%;


}

.contenedorCategoria {
    position: relative;
    width: 100%;
    /* background-color: rgba(246, 246, 246, 0.825); */
    padding: 30px 20px;
    border: 1px solid rgb(127, 127, 127);
    border-radius: 30px;
}

.ContenedorDePlatos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    vertical-align: middle;
}
.CproductoJuliette{
width: 70%;

/* background-color: rgb(108, 44, 181); */
}
.CprecioJuliette{
    display: flex;
    width: 20%;
    /* background-color: aquamarine; */
    text-align: right;
    justify-content: end;
    align-items: center;
}
.Centrado{
    text-align: center;
}
.hrDesayunos{
    border-top: 1px solid rgba(0, 0, 0, 1);
    width: 50%;
    opacity: 0.4;
    margin: 15px auto;
    justify-content: center;
    align-items: center;
}
.DesayunosTexto{
    text-align: center;
    margin-bottom: 10px;
    /* font-weight: bold; */
}