.chart-list {
  margin: 2em 0 0;
}
.chart-list > li {
  position: relative;
  margin-bottom: 1em;
}
.cd-has-margins .chart-list > li{
            width: 100%!important;
        }

.chart-header {
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 1em;
  pointer-events: none;
  background-color: #662d91;
  color: #fff;
}
.chart-header h2 {
  margin-bottom: 3px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
.popular .chart-header {
  background-color: #392779;
}


  .chart-header {
    height: auto;
    padding: 1.9em 0.9em 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #555;
    background-color: transparent;
    display: flow-root;
  }
  .popular .chart-header {
    color: #392779;
    background-color: transparent;
  }
  .chart-header h2 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: #555;
  }

  .popular .pricing-wrapper > li {
    box-shadow: inset 0 0 0 0px #392779;
    border: 2px solid #392779;
  }

.chart-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

}
.is-switched .chart-body {
  /* fix a bug on Chrome Android */
  overflow: hidden;
}

  .chart-body {
    overflow-x: visible;
    
  }

  .chart-body > ul > li {
    display: inline-block;
  }

  .pricing-features {
    width: auto;
  }
  .pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
  }
  .popular .pricing-features li {
    margin: 0 3px;
  }
  .pricing-features li:nth-of-type(2n+1) {
    background-color: rgba(102, 45, 145, 0.06);
  }
  .pricing-features em {
    display: inline-block;
    margin-bottom: 0;
  }
  .cd-has-margins .popular .pricing-features li {
    margin: 0;
  }

  .chart-div
  {
     width:50%;
     float:left;
  }

  @media only screen and (min-width: 768px) {
    .chart-div
    {
       width:30%;
       float:left;
    }
  }


    .chart-features {
    width: auto;
  }
  .chart-features li {
    float: none;
    width: auto;
    padding: 1em;
  }
  .popular .chart-features li {
    margin: 0 3px;
     width: 100%;
    float: line-start;

    padding: 1.6em 2em;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .chart-features li:nth-of-type(2n+1) {
    background-color: rgba(102, 45, 145, 0.06);
  }
  .chart-features em {
    display: inline-block;
    margin-bottom: 0;
      font-weight: 600;
    font-style: normal;
  }
  .cd-has-margins .popular .chart-features li {
    margin: 0;
  }

  @media only screen and (min-width: 768px) {
    .popular .chart-features li {
      float:none;
      width: 40%;
    }
  }

  .mostrar_mini{
      display: none!important;
  }
  @media (max-width: 375px) AND (min-width: 0px) {
    .mostrar_mini{
      display: inline!important;;

    }
    .no_mostrar_mini{
      display: none!important;
    }

  }

  /*problema chrome no borra el canvas y no lo oculta */
  .is-hidden canvas
  {
    visibility: hidden!important;
  }