.banner-pre-footer-background {
  position: relative;
  background-position: center;
  background-size: cover;
}

.background-gradient-pre-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8352941176) 46%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: screen;
  opacity: 0.87;
}

@supports not (mix-blend-mode: screen) {
  .background-gradient-pre-footer::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.splide__pagination__page.is-active {
  background-color: white !important;
}

.marcas-card-zeltica {
  position: relative;
  z-index: 2;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  background-color: #FFFFFF;
  transition: all 0.3s;
  border: 1px solid transparent;
  background-size: cover;
}
.marcas-card-zeltica:hover {
  color: #889327;
  border: 1px solid #AAB859;
}