.hero-search {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-catalogo {
  background-color: #f4f4f4e6;
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .md-justify-center {
    justify-content: center;
  }
}

.menu-catalogo .container {
  display: flex;
  justify-content: flex-start;
}

.menu-catalogo .menu {
  width: auto;
  align-items: baseline;
  flex-wrap: nowrap;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  justify-content: flex-start;
}

.menu-catalogo .menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .5rem;
  flex: 0 1 auto;
}

.label-mostrar {
  font-weight: 600;
  white-space: nowrap;
}

.select-wrapper {
  position: relative;
  width: 50%;
  min-width: 280px;
  cursor: pointer;
}

.select-trigger {
  align-items: center;
  justify-content: space-between;
  padding: .25rem .5rem;
  cursor: pointer;
  width: 100%;
}

.select-trigger label {
  color: #e3333b;
}

.arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/catalog-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-left: auto;
}

.select-item {
  display: flex;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

.select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 4px 4px 8px 0 rgb(0 0 0 / .2);
}

.border-b-1 {
  border-bottom: 1px solid #d1d2d3;
}

.select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #d1d2d3;
  border-top: none;
  z-index: 10;
  max-height: 300px;
  overflow-y: auto;
}

.select-dropdown.hidden {
  display: none;
}

.select-checkbox-group .select-item {
  padding: 0.5rem 1rem;
}

.select-checkbox-group .select-item:hover {
  background-color: #f8f9fa;
}

.select-checkbox-group input[type="checkbox"] {
  margin-right: 0.5rem;
}

.select-checkbox-group input[type="checkbox"].hidden-checkbox {
  display: none;
}

input[type="checkbox"].hidden-checkbox {
  display: none;
}

.select-checkbox-group label {
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
}

.filter-state {
  background-color: #ffb300;
  min-width: 16px;
  color: #000;
  font-size: 12.5px;
  font-weight: 800;
  margin-bottom: 0;
  border-radius: 26px;
  padding: 4px 8px 4px;
  vertical-align: baseline;
}

.filter-state.hide {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .header-family-course {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-family-course a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .family-course-num {
    margin-top: 0.5rem;
    align-self: flex-start;
  }
}
