#nav-modalidade {
  background: rgba(33, 36, 34, 1);
  padding: 12px 0;
  position: relative;
}

@media screen and (max-width: 770px) {

  #nav-modalidade {
    height: 54px;
  }

  #nav-modalidade:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 54px;
    width: 20px;
    z-index: 5;
    background: -moz-linear-gradient(left, rgba(33, 36, 34, 0) 0%, rgba(33, 36, 34, 1) 42%, rgba(33, 36, 34, 1) 97%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(33, 36, 34, 0) 0%, rgba(33, 36, 34, 1) 42%, rgba(33, 36, 34, 1) 97%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(33, 36, 34, 0) 0%, rgba(33, 36, 34, 1) 42%, rgba(33, 36, 34, 1) 97%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00212422', endColorstr='#212422', GradientType=1);
    /* IE6-9 */
  }

  #nav-modalidade:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 54px;
    width: 20px;
    z-index: 6;
    background: -moz-linear-gradient(left, rgba(33, 36, 34, 1) 0%, rgba(33, 36, 34, 1) 55%, rgba(33, 36, 34, 0.07) 97%, rgba(33, 36, 34, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(33, 36, 34, 1) 0%, rgba(33, 36, 34, 1) 55%, rgba(33, 36, 34, 0.07) 97%, rgba(33, 36, 34, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(33, 36, 34, 1) 0%, rgba(33, 36, 34, 1) 55%, rgba(33, 36, 34, 0.07) 97%, rgba(33, 36, 34, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212422', endColorstr='#00212422', GradientType=1);
    /* IE6-9 */
  }
}

#nav-modalidade .Select-label, #nav-modalidade .Select-icon, #nav-modalidade .floatingLabel {
  display: none;
}

#nav-modalidade .Filter-inputWrapper {
  display: block;
  width: 100%;
}

#nav-modalidade .Select-options {
  position: relative;
  z-index: 2;
  width: 100%;
  left: unset;
  top: unset;
  border-bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#nav-modalidade .Select {
  background-color: transparent;
}

#nav-modalidade .Select-options a {
  padding: 8px 20px;
  height: auto;
  border-radius: 4px;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #f5705c;
}


/* todos */
#nav-modalidade .Select-options a:nth-child(1) {
  color: #f5705c;
  order: 1;
}

#nav-modalidade .Select-options a:nth-child(1):hover {
  background-color: #f5705c;
  color: #fae8e0;
}

#nav-modalidade .Select-options a[selected='selected']:nth-child(1) {
  background-color: #f5705c;
  color: #fae8e0;
}

/* espumantes */
#nav-modalidade .Select-options a:nth-child(2) {
  color: #c3b982;
  order: 6;
}

#nav-modalidade .Select-options a:nth-child(2):hover {
  background-color: #c3b982;
  color: #fff;
}

#nav-modalidade .Select-options a[selected='selected']:nth-child(2) {
  background-color: #c3b982;
  color: #fff;
}

/* essenciais */
#nav-modalidade .Select-options a:nth-child(3) {
  color: #f58c2d;
  order: 2;
}

#nav-modalidade .Select-options a:nth-child(3):hover {
  background-color: #f58c2d;
  color: #fff;
}

#nav-modalidade .Select-options a[selected='selected']:nth-child(3) {
  background-color: #f58c2d;
  color: #fff;
}

/* notaveis */
#nav-modalidade .Select-options a:nth-child(4) {
  color: #e14687;
  order: 4;
}

#nav-modalidade .Select-options a:nth-child(4):hover {
  background-color: #e14687;
  color: #fff;
}

#nav-modalidade .Select-options a[selected='selected']:nth-child(4) {
  background-color: #e14687;
  color: #fff;
}

/* refrescantes */
#nav-modalidade .Select-options a:nth-child(5) {
  color: #00af96;
  order: 7;
}

#nav-modalidade .Select-options a:nth-child(5):hover {
  background-color: #00af96;
  color: #fff;
}

#nav-modalidade .Select-options a[selected='selected']:nth-child(5) {
  background-color: #00af96;
  color: #fff;
}

/* singulares */
#nav-modalidade .Select-options a:nth-child(6) {
  color: #af1487;
  order: 5;
}

#nav-modalidade .Select-options a:nth-child(6):hover {
  background-color: #af1487;
  color: #fff;
}

#nav-modalidade .Select-options a[selected='selected']:nth-child(6) {
  background-color: #af1487;
  color: #fff;
}

/* surpreendentes */
#nav-modalidade .Select-options a:nth-child(7) {
  color: #f5643c;
  order: 3;
}

#nav-modalidade .Select-options a:nth-child(7):hover {
  background-color: #f5643c;
  color: #fff;
}

#nav-modalidade .Select-options a[selected='selected']:nth-child(7) {
  background-color: #f5643c;
  color: #fff;
}

@media screen and (max-width: 770px) {

  #nav-modalidade .Select {
    width: 100%;
    position: relative;
    overflow: scroll;
  }

  #nav-modalidade .Select-options {
    background-color: transparent;
    padding-top: inherit;
    width: 100%;
    overflow-x: scroll;
  }

  #nav-modalidade .Filter-inputWrapper .Select-options:before,
  #nav-modalidade .Filter-inputWrapper .Select-options:after {
    display: none;
  }

  #nav-modalidade .Select-options a {
    border: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 14px;
    flex-grow: 1;
  }
}
