

.menueyg {
    background-color: #f1f1f1;
    font-family: 'Raleway', sans-serif;
}

    .menueyg h6, .pasos {
        font-size: 20pt !important;
    }

    .menueyg h5 {
        text-transform: inherit !important;
    }




.menueyg h3 {
    display: inline-block;
    font-size: 32px;
    line-height: 36px;
    position: relative;
    margin-top: 28px;
    margin-bottom: 15px;
}
    .menueyg h3:before {
        left: -40px;
        height: 0;
        height: 1px;
    }
    .menueyg h3:before, .menueyg h3:after {
        content: "";
        position: absolute;
        bottom: 18px;
        height: 1px;
        width: 40px;
        margin: 0 -15px;
        background-color: #87bf40;
    }
    .menueyg h3:after {
        right: -40px;
    }
    .menueyg h5 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 15px;
        font-weight: 400;
    }


.item {
  position:relative;
  overflow:hidden;
  margin-bottom:10px;
}
.item h4, .item p {
  display:block;
  clear:both;
  color:#533834;
}

.badgep  {
    display: inline-block !important;
    
}

.item p {
  clear:both;
  color:#938372;
}
.item span:first-of-type {
  background-image:linear-gradient(to right,rgba(56,47,47,.5) 33%,rgba(0,0,0,0) 0%);
  background-position:bottom;
  background-size:3px 1px;
  background-repeat:repeat-x;
  height:1px;
  width:100%;
  position:absolute;
  top:22px;
}
/* Dots in IE */
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .dots {
    background:transparent url('/img/dot.gif') repeat-x bottom left;
  }
}
.badge {
  display:inline-block;
  padding:0 10px;
  background:#d2c82a;
  font-size:9px;
  font-weight:300;
  line-height:26px;
  color:#fff;
  text-align:center;
  vertical-align:middle;
  text-transform:uppercase;
  border:1px solid rgba(0,0,0,.05);
  letter-spacing:1px;
  border-radius:3px;
  margin:-2px 5px 0 0;
}
.note {
  padding:0 5px 0 7px;
  min-width:23px;
  background:rgba(0,0,0,0);
  border:1px solid #382f2f;
  color:#382f2f;
  box-sizing:border-box;
  border-radius:12px;
  line-height:16px;
}
.veggie {
  color:#82b440;
  border-color:#82b440;
}

.gray {
    color: #dcdcdc;
}

.item span:nth-of-type(2n) {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    right: 0;
    padding-left: 8px;
    /* Cambiar por */
    background-color: #f1f1f1;
    z-index: 0;
}
.item h4 {
    display: inline-block;
    padding-right: 8px;
    padding-bottom: 0px !important;
    font-size: 1.5rem;
    max-width: 80%;
    margin-bottom: 3px;
    position: relative;
}