.abaOfertas.active {
  border-color: rgb(255,193,7)!important;
  background-color: rgb(255,193,7)!important;
}

.abaOfertas:hover{
  border-color: rgb(255,193,7)!important;
  background-color: rgb(255,193,7)!important;
}

.abaOfertas{
  color: #525253!important;
}

@media screen and (min-width: 992px) {
  .col-n0 {
    width: 12.5% !important;
  }
}

@media screen and (min-width: 993px) {
  .dropdown .dropdown-menu.show.dropdownMapa {
    display: none !important;
  }

  .dropdown:hover .dropdown-menu.dropdownMapa {
    display: block !important;
  }

  .dropdown:focus .dropdown-menu.dropdownMapa {
    display: block !important;
  }
}