
.main__item--plato .container__precios {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container__precios h3,.precios {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #444444;
}

.container__precios h3 {
  font-size: 18px;
}

.consentimiento__alergenos span {
    font-size: 1.1rem;
    font-weight: 800;
}
