.widgetIndicadoresBoi {
    grid-column: span 4;
    grid-row: span 1;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    font-family: "NunitoSans-Bold";
}

.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;
    }
}