.mw-indicadorGeral{
    grid-column: span 4;
    grid-row: span 1;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    font-family: "NunitoSans-Bold";
    height: 180px;
}
.mw-seta{
width: 16px !important;
height: 10px;
}

.mw-indicadorGeral .splide{
   height: 100%;
}

.mw-indicadorGeral header h3 {
    color: #00529E;
    font-family: 'NunitoSans-Black';
    font-size: 15px;
}

.mw-indicadorGeral main h3 {
    color: #9E9A99;
    font-size: 16px;
    text-align: center;
}

.mw-indicadorGeral main span{
    color:#00529E;
    text-align: center;
    font-size: 16px;
}


.mw-indicadorGeral main .cotacao-money {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: bold;
}

.mw-indicadorGeral footer h3{
    color: #717173;
    font-size: 15px;
    margin: 0;
}

.mw-indicadorGeral li {
    display: flex;
    flex-direction: column;
}

.mw-indicadorGeral header time{
    color: #4A4A4A;
}

.mw-indicadorGeral main{
    display: flex;
    justify-content: space-evenly;
    width: 540px;
}

.mw-indicadorGeral main > .cotacao-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.mw-indicadorGeral .splide__arrow {
    display: none;
}

.mw-indicadorGeral .splide__pagination__page.is-active {
    background: #008E81;
    transform: scale(1);
}

.mw-indicadorGeral .splide__pagination {
    left: unset;
    top: 0px;
    height: 10px;
}   
.mw-indicadorGeral .splide__track{
    height: 100%;
}
.mw-indicadorGeral .splide__list{
    height: 100%;
}
.mw-indicadorGeral .splide__list li{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width:1024px){
    .mw-indicadorGeral{
        grid-column: span 2;
        height: 100%;

    }
    .mw-indicadorGeral main{
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 10px 0 15px 0;
    }
  }