/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 19:02:09 */
.fw-500,
.fw-500 * {
  font-weight: 500 !important;
}

.fw-600,
.fw-600 * {
  font-weight: 600 !important;
}

.fw-700,
.fw-700 * {
  font-weight: 700 !important;
}

.splide__pagination {
  position: relative;
  margin-top: 42px;
  display: flex;
  justify-content: flex-start;
  padding: 0;

  & li {
    width: 21px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  & button {
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    opacity: 0.2;
    background: #000;
  }

  & button.is-active {
    width: 21px;
    transform: scale(1);
    opacity: 1;
    border-radius: 3.5px;
    background: #2d5c13;
  }
}

.paginacion-centro-white .splide__pagination {
  justify-content: center;
  margin-top: 25px;

  & button {
    background: white;
    opacity: 1;
  }

  & button.is-active {
    background: #93d500;
  }
}

.slider-visible .splide__track {
  overflow: visible;
}
