.massa-copa2deJulho {
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mw-chamada-carrossel {
    font-family: 'Poppins-bold', sans-serif;
    grid-column: span 6;
    grid-row: span 3;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    padding: 0;
    height: 100%;
    max-width: 690px;
}
.massa-copa2deJulho *::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.massa-copa2deJulho *::-webkit-scrollbar-button {
    width: 4px;
    height: 4px
}

.massa-copa2deJulho *::-webkit-scrollbar-thumb {
    background: #003669 !important;
    border: 0 #fff;
    border-radius: 50px
}

.massa-copa2deJulho *::-webkit-scrollbar-thumb:hover {
    background: #003669 !important;
}

.massa-copa2deJulho *::-webkit-scrollbar-thumb:active {
    background: #003669 !important;
}

.massa-copa2deJulho *::-webkit-scrollbar-track {
    background: #fff;
    border: 0 #fff;
    border-radius: 50px
}

.massa-copa2deJulho *::-webkit-scrollbar-track:hover {
    background: #b3b3b3
}

.massa-copa2deJulho *::-webkit-scrollbar-track:active {
    background: #ebebeb
}

.massa-copa2deJulho *::-webkit-scrollbar-corner {
    background: 0 0
}
.massa-copa2deJulho .content {
    display: grid;
    max-width: 1160px;
    grid-template-columns: repeat(10, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(90px, auto);
    padding-bottom: 20px;
    margin: 0 20px;
}
.massa-copa2deJulho .splide__pagination__page.is-active {
    background: #fff !important;
    opacity: 0.8;
}

.massa-copa2deJulho .splide__pagination__page {
    background: #ccccccb0;
}
.massa-copa2deJulho .splide__arrows {
    position: absolute;
    width: 98%;
    bottom: 50%;
    left: 6px;
}
.massa-copa2deJulho .mw-chamada-carrossel figcaption {
    width: 80%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}
.massa-copa2deJulho .mw-chamada-carrossel .splide__arrow {
    background: transparent;
    opacity: 1;
    width: 35px;
    height: 35px;
}
.mw-copa-subheader{
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 14px;
    border-radius: 5px;
    font-family: "Poppins-Bold";
    text-transform: uppercase;
    width: fit-content;
}
.massa-copa2deJulho .mw-chamada-carrossel figcaption 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;
}
.mw-chamada-carrossel .splide__slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100% !important;
    min-height: 310px;
}
.mw-chamada-carrossel .splide__track {
    height: 100%;
    border-radius: 5px;
}
.massa-copa2deJulho .splide__arrows {
    position: absolute;
    width: 98%;
    bottom: 50%;
    left: 6px;
}
.mw-chamada-carrossel .splide{
    height: 100%;
}
.massa-copa2deJulho .splide__pagination__page.is-active {
    background: #fff !important;
    opacity: 1 !important;
    transform: none !important;
    border-radius: 4px !important;
    display: inline-block;
    height: 5px !important;
    transition: transform .2s linear;
    width: 40px !important;
}

.massa-copa2deJulho .splide__pagination__page {
    background: #ccccccb0;
    width: 30px !important;
    border-radius: 4px !important;
    height: 5px !important;
    transform: none !important;

}
.massa-copa2deJulho .splide__arrow svg {
    fill: #ffffff !important;
}
.mw-chamada-carrossel .splide__slide::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #000, transparent);
    content: '';
    border-radius: 5px;
}
.massa-copa2deJulho .splide__arrows{
    bottom: 25% !important;
}
.massa-chamadaCopa{
    position: relative;
    grid-column: span 2;
    grid-row: span 3;
    border-radius: 5px;
    overflow: hidden;
}
.massa-chamadaCopa a::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #000, transparent);
    content: '';
    border-radius: 5px;
}
.massa-chamadaCopa img{
    height: 100%;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.massa-chamadaCopa h2{
    position: absolute;
    bottom: 0;
    font-family: "Poppins-Bold";
    font-size: 19px;
    letter-spacing: -0.19px;
    line-height: 22px;
    color: #ffffff;
    z-index: 1;
    padding: 25px;
}
.massa-guiaCopa{
    grid-column: span 2;
    grid-row: span 3;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 200px;
}
.massa-guiaCopa img{
    max-height: 190px;
    height: 100%;
}
.massa-guiaCopa h2{
    font-family: "Poppins-ExtraBold";
    font-size: 18px;
    line-height: 22px;
    color: #2F2F2F;
    text-align: center;
}
.massa-guiaCopa h2 div{
    color: #004A99;
}
.massa-guiaCopa a{
    background-color: #004A99;
    border-radius: 10px;
    box-shadow: 0px 10px 15px #004A991A;
    padding: 10px 20px;
    font-family: "Poppins-Bold";
    font-size: 12px;
    letter-spacing: 0.12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
}
.massa-chamadaSecaCopa{
    background-color: #ffffff;
    border-radius: 5px;
    grid-column: span 2;
    grid-row: span 2;
    padding: 18px 20px;
    overflow: hidden;
}
.massa-chamadaSecaCopa a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.massa-chamadaSecaCopa div{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.massa-chamadaSecaCopa h2{
    font-family: "Poppins-Bold";
    font-size: 15px;
    color: #141414;
    letter-spacing: -0.15px;
    line-height: 20px;
}
.massa-chamadaSecaCopa h3{
    font-family: "Poppins-Bold";
    font-size: 10px;
    color: #ffffff;
    letter-spacing: -0.2px;
    line-height: 16px;
    background-color: #004A99;
    border-radius: 5px;
    padding: 4px 11px;
    width: fit-content;
}
.massa-chamadaSecaCopa .timePast{
    color: #9F9F9F;
}
.massa-chamadaBoxCopa{
    border-radius: 5px;
    grid-column: span 2;
    grid-row: span 2;
    position: relative;
}
.massa-chamadaBoxCopa a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 18px 20px;
    z-index: 1;
    overflow: hidden;
}
.massa-chamadaBoxCopa a::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 120%;
    background: linear-gradient(359deg, #000, transparent);
    content: '';
    border-radius: 5px;
}
.massa-chamadaBoxCopa img{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.massa-chamadaBoxCopa div{
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1;
}
.massa-chamadaBoxCopa h2{
    font-family: "Poppins-Bold";
    font-size: 15px;
    color: #ffffff;
    letter-spacing: -0.15px;
    line-height: 20px;
}
.massa-chamadaBoxCopa h3{
    font-family: "Poppins-Bold";
    font-size: 10px;
    color: #ffffff;
    letter-spacing: -0.2px;
    line-height: 16px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 4px 11px;
    width: fit-content;
    z-index: 1;
}
.massa-chamadaBoxCopa .timePast{
    color: #9F9F9F;
}
@media (max-width: 960px) {
    .massa-copa2deJulho .content{
        grid-template-columns: repeat(8, 1fr);
    }
    .mw-chamada-carrossel{
        grid-column: span 6;
    }
    .massa-guiaCopa{
        grid-row: span 4;
    }
}
@media (max-width: 700px) {
    .massa-copa2deJulho .content {
        display: flex;
        flex-direction: column;
    }
    .massa-guiaCopa {
        height: 100%;
    }
    .massa-chamadaCopa{
        height: 200px;
    }
    .massa-chamadaSecaCopa {
        height: 200px;
    }
    .massa-chamadaBoxCopa{
        height: 200px;
    }

}