.BlocoMassaPlay {
    grid-column: span 12;
    grid-row: span 6; 
    position: relative;
    background: #D51C17;
}

.massa-play-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 25px;
    padding: 30px 0 70px 0;
}

.massa-mobile-container {
    max-width: 1200px;
    margin: 0 auto;
}

.massaPlay-titulo {
    font-size: 30px;
    padding-top: 40px;
    color: #fff;
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: 'Poppins-ExtraBold';
    line-height: 30px;
    text-transform: capitalize;
}

.BlocoMassaPlay .massaplay-titulo-desktop {
    display: flex;
    align-items: center;
    position: relative;
    font-family: 'Poppins-Bold';
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    padding: 30px 0 0 0;
}

.BlocoMassaPlay h2 img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(12%) saturate(16%) hue-rotate(319deg) brightness(88%) contrast(83%);
}

.destaque-massa-play {
    width: 100%;
    height: 490px;
}
.info-massa-play div {
    display: flex;
    gap: 20px;
}
.destaque-massa-play img {
    width: 100%;
    height:425px;
    border-radius: 5px;
    box-shadow: 0px 10px 20px #00000033;
}

.massa-play-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    height: 100%;
}

.info-massa-play {
    width: calc(100% / 1);
} 
.massaplay-text {   
     margin: 20px 0;
}

.massaplay-text h3 {
    font-size: 13px;
    font-family: 'Poppins-Medium';
    line-height: 20px;
    margin: 10px 0;
    color: #FFFFFF;
}

.massaplay-text h2 {
    font-size: 24px;
    line-height: 34px;
    font-family: 'Poppins-Bold';
    padding: 0;
    color: #fff;
}

.massaplay-text .massap{
    display: block;
    font-size: 15px;
    font-family: 'Poppins-Medium';
    line-height: 20px;
    color: #FFFFFF;
    opacity: 80%;
    margin: 20px 0 10px;
}

.info-massa-play img {
    width: 275px;
    height: 125px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 10px 20px #00000033;
}

.info-massa-play .mw-dolplay-text {
    width: 100%;
    gap: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-massa-play .mw-dolplay-text h2 {
    line-height: 20px;
    letter-spacing: -0.15px;
    font-family: 'Poppins-Semibold';
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0;
    color: #FFFFFF;
}

.info-massa-play .mw-dolplay-text .massap {
    font-size: 15px;
    font-family: 'Poppins-Medium';
    line-height: 20px;
    color: #FFFFFF;
    opacity: 80%;
}

.info-massa-play figure,
.destaque-massa-play figure{
    position: relative;
}
.info-massa-play figure button{
    background-color: #2F2F2F;
    border-radius: 100%;
    padding: 20px;
    position: absolute;
    left: 41%;
    top: 30%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.massa-play-mini {
    width: 20px !important;
    height: 20px !important;
    filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(104%) contrast(105%);
}

.massa-Play {
    width: 20px !important;
    height: 20px !important;
    filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(104%) contrast(105%);
}

.destaque-massa-play figure button{
    background-color: #2F2F2F;
    border-radius: 100%;
    padding: 20px;
    position: absolute;
    left: 46%;
    top: 40%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.massaplay-link {
    display: flex;
    gap: 15px;
}

.massaplay-link h2 {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-family: Poppins-SemiBold;
}

.massaplay-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.carrossel-massaPlay .massaplay-link img {
    width: 100px !important;
    height: 75px !important;
    object-fit: cover;
    border-radius: 5px;
}

.carrossel-massaPlay{
    height: 200px;
}


.carrossel-massaPlay .splide__pagination__page {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    margin: 3px 8px;
}

.carrossel-massaPlay .splide__pagination__page.is-active {
    opacity: 1;
}

.carrossel-massaPlay .splide__pagination{
    bottom: 0;
}

#videoLightBox {
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background-color: rgba(0, 0, 0, 0.85);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    z-index: 100;
    justify-content: center;
    align-items: center;
  }
  
  #videoLightBox div.video {
    display: flex;
    overflow: hidden;
    width: 900px;
  }
  
  #videoLightBox iframe,
  #videoLightBox video {
    flex: 1 1 auto;
    width: 100%;
  }
  
  #storiesFrame {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }
  
  #storiesFrame iframe {
    width: 100%;
    height: 100%;
  }
  
  .BlocoMassaPlay .controls {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: all 1s ease;
  }
  
  .BlocoMassaPlay .controls button {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  
  .BlocoMassaPlay .controls button p {
    margin-left: 20px;
    text-align: left;
    padding: 0 !important;
    color: #fff !important;
    font-family: "Nunito-bold";
  }

@media (max-width: 1024px) {
    .massa-play-container {
        flex-direction: column;
    }

    .massa-mobile-container {
        margin: 0 20px;
    }

    .destaque-massa-play {
        height: unset;
    }

    .massa-play-container {
        gap: 10px;
        padding: 20px 0 50px 0;
    }

    .massaplay-text h3 {
        font-size: 10px;
    }

    .massaplay-text h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .info-massa-play .mw-dolplay-text h2 {
        font-size: 12px;
        line-height: 16px;
    }

    .info-massa-play .mw-dolplay-text h3 {
        font-size: 10px;
    }

    .info-massa-play figure button {
        padding: unset;
        width: 25px;
        height: 25px;
        left: 10%;
        top: 10%;
    }
    
    .massa-play-mini {
        width: 6px !important;
        height: 7px !important;
    }
    .massaPlay-titulo{
        font-size: 22px;
    }

}

@media (max-width: 960px) {
    .destaque-massa-play img {
        height: 220px;
        object-fit: cover;
    }

    .info-massa-play img {
        width: 100px;
    }

    #videoLightBox div.video {
        width: 100%;
    }

    #videoLightBox iframe, #videoLightBox video {
        width: 100%;
    }
}