#carta-section-hero {}
#carta-section-carta {}
#carta-section-reserva {}


/* MAQUETACIÓN CARTA */

.carta-seccion-ancha {
    width: 100%;
    background: yellow;}

.carta-seccion-estrecha {
    width: 45%;
    background: aquamarine;}

.intro-seccion-carta {}

.info-seccion-carta {}
    
.intro-plato {
    width: 100%;}

.carta-seccion-ancha .container-plato {
    width: 45%;}

.carta-seccion-estrecha .container-plato {
    width: 100%;}

.container-plato .e-con-inner {
    display: flex;
    justify-content: space-between;}

.nombre-plato {
    width: 80%;}

.precio-plato {
    width: 18%;
    /* BORRAR*/
    background-color: #FF000044;
    text-align: end;}