.mwchamadaCarrossel {
    grid-column: span 4;
    grid-row: span 4;
    border-radius: 5px;
    position: relative;
}

.chamadaCarrossel {
    width: 100%;
    height: 100%;
    position: relative;
}

.chamadaCarrossel img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    max-height: 399px;

}

.mwchamadaCarrossel-text {
    position: absolute;
    z-index: 15;
    bottom: 55px;
}

.mwchamadaCarrossel-text {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 57px 60px 30px 60px;
    gap: 15px;
    background: transparent linear-gradient(180deg, #0C101100 0%, #0C1011 100%) 0% 0% no-repeat padding-box;
    width: 100%;
}

.mwchamadaCarrossel-text h3 {
    border: 1px solid #fff;
    padding: 4px 10px;
    font-size: 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    font-family: 'Poppins-Bold';
}

.mwchamadaCarrossel-textContent h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins-Bold';
    line-height: 28px;
    letter-spacing: .26px;
}


.chamadaCarrossel .splide__arrow {
    width: 50px;
    height: 50px;
    background-color: transparent;
    opacity: 1;
    top: 22rem;
}

.chamadaCarrossel .splide__arrow--prev {
    right: unset;
    left: 10px;
    top: 240px;
}

.chamadaCarrossel .splide__arrows .splide__arrow:hover {
    opacity: .8;
}
.chamadaCarrossel .splide__arrow--next {
    right: 10px;
    top: 240px;
}

.chamadaCarrossel .splide__arrow svg {
    fill: #fff;
}

.chamadaCarrossel .splide__track{
    height: 95%;
}
.chamadaCarrossel .splide__slide{
    height: 100%;
}

.footer_container {
    display: flex;
    width: 100%;
    height: 5%;
    justify-content: center;
}

.footer_container .carrosselAtivo {
    padding: 5px;
    width: 200px;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    text-align: center;
}

.footer_container span {
    width: 75px;
}

.footer_container span:nth-child(1) {
    border-radius: 0 0 0 5px;
    background-color: #00B2F3;
}

.footer_container span:nth-child(2) {
    background-color: #F58634;
}


.footer_container span:nth-child(3) {
    background-color: #ED3237;
}


.footer_container span:nth-child(4) {
    background-color: #00A859;
}


.footer_container span:nth-child(5) {
    background-color: #EC268F;
    border-radius: 0 0 5px 0;
}

@media (max-width: 1080px) {
    .chamadaCarrossel .splide__pagination__page {
        height: 28px;
    }
}

@media (max-width: 1024px) {
    .mwchamadaCarrossel-textContent h2 {
        font-size: 18px;
    }

    .mwchamadaCarrossel {
        grid-column: span 3;
        grid-row: span 3;
    }

    .footer_container a {
        font-size: 10px
    }
}

@media (max-width: 864px) {
    .chamadaCarrossel .splide__pagination__page {
        width: 100%;
        height: 30px;
    }
}

@media (max-width: 700px) {
    .chamadaCarrossel .splide__pagination__page {
        width: 100%;
        height: 20px;
    }
}