.kpis-wrapper {
    text-align: center;
}

.kpis-wrapper .caption {
    padding: 40px 20px;
    font-family: Roboto;
    font-size: 20px;
    line-height: 24px;
}

.kpis-wrapper .kpis p:first-of-type {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    color: #C30000;
}

.kpis-wrapper .kpis p:last-of-type {
    font-size: 18px;
    line-height: 23px;
}

.kpis-wrapper .kpis .slick-dots {
    bottom: -25px !important;
}

.kpis-wrapper .background {
    background-image: url('/Images/campus/SetasModuloContagem.png');
    transition: all 400ms ease-in-out;
    max-width: 99.5%;
}

.kpis-wrapper .background:hover {
    background-position-x: 100px;
    transition: all 900ms ease-out;
}

.kpis-wrapper .kpis {
    display: flex;
    justify-content: center;
    font-family: Roboto;
    width: 100%;
    padding: 10px 2%;
}

.kpis-wrapper .kpis .kpi div {
    margin-top: 0px;
    height: 120px;
}

@media screen and (min-width:500px) {
    .kpis-wrapper .kpis p:first-of-type {
        font-size: 70px;
        line-height: 92px;
    }
}

@media screen and (min-width:768px) {
    .kpis-wrapper .kpis .kpi {
        width: 20%;
    }

    .kpis-wrapper .kpis .slick-list .slick-track {
        display: flex;
        justify-content: space-between;
    }

    .kpis-wrapper .kpis {
        padding: 10px 0;
    }

    .kpis-wrapper .kpis .slick-list {
        width: 100%;
    }

    .kpis-wrapper .kpis .slick-list .slick-track {
        display: flex;
        justify-content: space-between;
    }

    .kpis-wrapper .kpis .kpi {
        width: auto;
    }
}