.custom-select {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  top: 10px;
  position: absolute;
  right: 70px;
}

.custom-select select {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: none;
  outline: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border-radius: 25px;
  padding-left: 13px;
  border: 1px solid white;
  background-color: #5e3c33;
  color: white;
}

/* Estilo para ocultar el icono de triángulo */
.custom-select::after {
  display: none;
}

.w-nav-link.w--current {
  color: #fff !important;
}

.nav-link {
  color: #fff;
  text-transform: uppercase !important;
}