@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../../assets/fonts/bebas-neue-v2-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../assets/fonts/bebas-neue-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/bebas-neue-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/bebas-neue-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/bebas-neue-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/bebas-neue-v2-latin-regular.svg#BebasNeue') format('svg'); /* Legacy iOS */
}
.box.intensive{
  background: rgb(217,33,87);
  background: -moz-linear-gradient(90deg, rgba(217,33,87,1) 0%, rgba(247,160,41,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(217,33,87,1) 0%, rgba(247,160,41,1) 100%);
  background: linear-gradient(90deg, rgba(217,33,87,1) 0%, rgba(247,160,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d92157",endColorstr="#f7a029",GradientType=1);
}
.box{
  position: relative;
}
.box .desconto{
  position:absolute;
  background-color: #31ca83;
  top: -6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 5px;
}
.promo-container{
  border-top:1px solid #474747
}
.linha{
  border: 1px solid #474747;
  border-radius: .5rem;
}
.nome-combo{
  color:#999;
}
.economia{
  color:#23dc97 !important
}
.preco-combo{
  font-family: 'Bebas Neue';
  line-height: 1;
}
.produto > .box i{
  display: inline-block;
  font-size: 3em;
  text-align: center;
}
.box{
  min-width: 115px;
}
.box.propedeutics{
  background: rgb(31, 31, 31);
  background: -moz-linear-gradient(45deg, rgb(31, 31, 31) 0%, #4e4e4e 100%);
  background: -webkit-linear-gradient(45deg, rgb(31, 31, 31) 0%, #4e4e4e 100%);
  background: linear-gradient(45deg, #1f1f1f 0%, #4e4e4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f1f1f",endColorstr="#4e4e4e",GradientType=1);
}
.box.extensive{
  background: rgb(22,74,232);
  background: -moz-linear-gradient(45deg, rgba(22,74,232,1) 0%, rgba(36,235,143,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(22,74,232,1) 0%, rgba(36,235,143,1) 100%);
  background: linear-gradient(45deg, rgba(22,74,232,1) 0%, rgba(36,235,143,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#164ae8",endColorstr="#24eb8f",GradientType=1);
}
.nav-pills.promocao > li a.active {
  background: no-repeat;
  border: 1px solid #2ff350;
  color: #2ff350;
}
.nav-pills.promocao > li a:not(.active) {
    color: #FFF;
}
.nav-pills.promocao > li a:not(.active):hover{
  color:#111
}
.preco-combo {
    font-family: 'Bebas Neue';
    line-height: 1;
}