.widgetIndicadoresBoi {
  grid-column: span 4;
  grid-row: span 1;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  font-family: "NunitoSans-Bold";
}

.widgetIndicadoresBoi-height {
  height: 180px;
}

.widgetIndicadoresBoi .splide {
  padding: 0;
}

.widgetIndicadoresBoi header h3 {
  color: #008e81;
  font-family: "NunitoSans-Black";
  font-size: 15px;
}

.widgetIndicadoresBoi main h3 {
  color: #008e81;
  font-size: 16px;
  text-align: center;
}

.widgetIndicadoresBoi main span {
  color: #4a4a4a;
  text-align: center;
  font-size: 16px;
}

.widgetIndicadoresBoi footer {
  color: #9e9a99;
  font-size: 15px;
}

.widgetIndicadoresBoi header {
  color: #4a4a4a;
}

.widgetIndicadoresBoi main {
  display: flex;
  justify-content: space-evenly;
  gap: 56px;
}

.widgetIndicadoresBoi .splide__arrow {
  display: none;
}

.widgetIndicadoresBoi .splide__pagination__page.is-active {
  background: #008e81;
  transform: scale(1);
}

.widgetIndicadoresBoi .splide__pagination {
  left: unset;
  top: 0px;
  height: 10px;
  padding: 0;
}
.widgetIndicadoresBoi {
  width: 100%;
  height: 100%;
}
.widgetIndicadoresBoi .splide__track {
  height: 100%;
}
.widgetIndicadoresBoi .splide__list {
  height: 100%;
}
.widgetIndicadoresBoi .splide__slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .widgetIndicadoresBoi {
    grid-column: span 2;
  }

  .widgetIndicadoresBoi-height {
    height: 100%;
  }

  .widgetIndicadoresBoi main {
    padding: 10px 0 15px 0;
  }
}
