@media (min-width: 992px) {
  .section-productos .content-filter {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.section-productos .input-group-text {
  background-color: #fff;
  font-size: 1rem;
  border: 1px solid #f0f0f0;
}
.section-productos .btn-filter {
  background-color: #f0f0f2;
  font-size: 1rem;
  width: 7rem;
  font-family: 'Bebas Neue';
  border: 1px solid #f0f0f0;
  text-align: start;
}
.section-productos .btn-filter:focus {
  outline: none;
  box-shadow: none;
}
.section-productos .dropdown-menu {
  background-color: #f0f0f0;
  min-width: 7rem;
  width: 7rem;
  border: 1px solid #f0f0f0;
  font-family: 'Bebas Neue';
}
.dropdown-toggle::after {
  margin-left: 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.section-productos .dropdown-item {
  font-size: 1rem;
  cursor: pointer;
  text-align: start;
}
.section-productos .dropdown-item.active {
  background-color: #f0f0f0;
  color: red;
}
.section-productos .dropdown-item:hover {
  background-color: #f0f0f0;
  color: red;
}
.section-productos h3 {
  font-weight: 900;
  color: #000;
  font-size: 2rem;
  text-align: center;
  padding: 0;
}
@media (min-width: 425px) {
  .section-productos h3 {
    font-size: 3rem;
  }
}
.section-productos h5 {
  font-weight: 900;
  color: #000;
}
.section-productos h5 span {
  font-weight: 500;
}

#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
}

#filters li {
  float: left;
}

#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}

#filters li span.active {
  background: #e95a44;
  color: #fff;
}

#productos-list .content-card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: none;
  float: left;
  overflow: hidden;
}

.input-group-text {
  padding: 1rem;
  font-family: Bebas Neue;
  font-weight: 500;
}
.btn-filter,
.dropdown-item {
  font-size: 1.25rem;
  font-weight: bold;
}