.ib-bahiaPlay{
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
}
.ib-bahiaPlay .bahiaPlay{
    max-width: 1200px;
}
.ib-bahiaPlay > h2{
    font-size: 32px;
    line-height: 36px;
    color: var(--corRadio);
    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;
}
.ib-bahiaPlay > h2 > em{
    font-weight: 700;
}
.ib-bahiaPlay .bahiaPlay-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2,1fr);
}
.ib-bahiaPlay .bahiaPlay-wrapper > div{
    display: flex;
    flex-direction: column;
    gap: 15px;
    cursor: pointer;
    height: 262px;
}
.ib-bahiaPlay .bahiaPlay-wrapper > div > img{
    width: 100%;
    height: 182px;
    min-height: 182px;
    box-shadow: 0px 5px 15px #0000000D;
    border-radius: 8px;
    object-fit: cover;
}
.ib-bahiaPlay .splide__arrows {
    visibility: hidden;
    opacity: 0;
}
.ib-bahiaPlay .bahiaPlay-wrapper > div > div{
    display: flex;
    align-items: start;
    gap: 15px;
}
.ib-bahiaPlay .bahiaPlay-wrapper > div > div > img{
    width: 40px;
    height: 40px;
}
.ib-bahiaPlay .bahiaPlay-wrapper > div > div > h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.18px;
    color: var(--pretoPadrao);
}
.ib-bahiaPlay .splide__pagination{
    bottom: -25px;
}
.ib-bahiaPlay .splide__pagination__page.is-active {
    background:  var(--corRadio);
}
@media (max-width: 930px){
    .ib-bahiaPlay .bahiaPlay-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
}
@media (max-width: 700px){
    .ib-bahiaPlay {
        padding: 0 20px 30px 20px;
    }
    .ib-bahiaPlay .bahiaPlay-wrapper > div > div > h2 {
        font-size: 16px;
        line-height: 22px;
    }
}