.ax-accesos-rapidos {
  position: relative;
  overflow: visible;
  margin-top: -80px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .ax-accesos-rapidos {
    margin-bottom: 0;
    margin-top: -100px;
    overflow: hidden;
  }
}

.ax-contenedor-interna .ax-accesos-rapidos {
  margin-top: -45px;
}


.ax-content-shortcuts {
  margin: 0 auto;
  padding: 0 0.9375rem 0 0.9375rem;
  /*position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);*/
  width: 100%;
  
}

@media (min-width: 568px) {
  .ax-content-shortcuts {
    width: 75%
  }
}
@media (min-width: 768px) {
  .ax-content-shortcuts {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .ax-content-shortcuts {
    padding: 0;
    width: auto;
  }
}

.ax-shortcuts {
  align-items: center;
  background: #71C400;
  box-shadow: 0rem 0.3125rem 0.5rem #00000029;
  border-radius: 1.5625rem;
  height: 5.1875rem;
  justify-content: space-evenly;
  list-style-type: none;
  /*padding: 1.25rem 0 2.3125rem 0;*/
}
@media (min-width: 992px) {
  .ax-shortcuts {
    height: auto;
    padding: 0.8125rem 2.5rem 0.8125rem 2.5rem;
  }
}

.ax-shortcuts  .slick-track{
    display: flex !important;
}

.ax-shortcuts .slick-list {
    padding: 0;
    width: 100%;
}

@media (min-width: 992px) {
  .ax-shortcuts  .slick-track{
        width: auto !important;
    }
}

.ax-shortcuts-link {
  align-items: center;
  color: #fff !important;
  display: flex !important;
  justify-content: center;
  font-size: 0.75rem;
  font-family: "epm-light", sans-serif;
  line-height: 0.875rem;
  margin: 0;
  text-decoration: none;
  min-width: 90px;
  float: none !important;
  height: auto !important;
}
.ax-shortcuts-link:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 340px) {
  .ax-shortcuts-link {
    margin: 3px 0.75rem;
  }
}
@media (min-width: 768px) {
  .ax-shortcuts-link {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media (min-width: 992px) {
  .ax-shortcuts-link {
    width: auto !important;
  }
}
.ax-shortcuts-link:nth-child(2), .ax-shortcuts-link:nth-child(3), .ax-shortcuts-link:nth-child(4) {
  /*display: none;*/
}
@media (min-width: 992px) {
  .ax-shortcuts-link:nth-child(2), .ax-shortcuts-link:nth-child(3), .ax-shortcuts-link:nth-child(4) {
    /*display: flex;*/
  }
}
.ax-shortcuts-image {
  margin: 0 0.625rem 0 0;
  max-width: 40px;
}
.ax-shortcuts-transactional {
  bottom: -1.875rem;
  display: none;
  text-align: center;
  width: 100%;
}