.mw-widgetIndicadoresCafe {
    grid-column: span 4;
    grid-row: span 1;
    border-radius: 20px;
    background-color: white;
    padding: 20px;
    height: 180px;
}

.mw-widgetIndicadoresCafe li {
    display: flex;
    flex-direction: column;
}

.mw-widgetIndicadoresCafe header {
}

.mw-widgetIndicadoresCafe header h3 {
    color: #5D2C19;
    font-family: 'NunitoSans-Black';
    font-size: 15px;
    line-height: 22px;
}

.mw-widgetIndicadoresCafe header span {
    color: #4A4A4A;
}

.mw-widgetIndicadoresCafe li main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mw-widgetIndicadoresCafe main h3 {
    font-family: 'NunitoSans-Bold';
    font-size: 15px;
    color: #4A4A4A;
    line-height: 22px;
}

.mw-widgetIndicadoresCafe main span {
    color: #5D2C19;
    font-family: 'NunitoSans-Bold';
    font-size: 15px;
    line-height: 22px;
}

.mw-widgetIndicadoresCafe main h4 {
    font-family: 'NunitoSans-Bold';
    font-size: 15px;
    line-height: 22px;
    color: #4A4A4A;
}

.mw-widgetIndicadoresCafe footer h3 {
    color: #717173;
    font-family: 'NunitoSans-Bold';
    font-size: 15px;
    line-height: 22px;
}
.widgetIndicadoresCafe{
    height: 100%;
}
.widgetIndicadoresCafe .splide__slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.widgetIndicadoresCafe .splide__arrow {
    display: none;
}

.widgetIndicadoresCafe .splide__pagination {
    left: unset;
    top: 0px;
    height: 10px;
    padding: 0;
}
.widgetIndicadoresCafe .splide__track{
    height: 100%;
}
.widgetIndicadoresCafe .splide__list{
    height: 100%;
}

.widgetIndicadoresCafe .splide__pagination__page.is-active {
    background: #4A4A4A;
    transform: scale(1);
}

@media (max-width:1000px) {
    .mw-widgetIndicadoresCafe {
        grid-column: span 2;
        height: 100%;

    }
    .widgetIndicadoresBoi header h3 {
        max-width: 252px;
    }
}