.blocoWebstories {
    grid-column: span 5;
    grid-row: span 4;
    overflow: hidden;
}
.blocoWebstories > h2 {
    padding-left: 24px;
    position: relative;
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.32px;
    color: #1C1C1C;
    margin-bottom: 24px;
}
.blocoWebstories > h2:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    background-color: #0373BE;
    width: 14px;
    height: 14px
}
.blocoWebstories > .splideBlocoWebstories {
    width: 100%;
}
.blocoWebstories > .splideBlocoWebstories .splide__arrow {
    background: #0373BE;
    width: 43px;
    height: 40px;
    opacity: 1;
    border-radius: unset;
}
.blocoWebstories > .splideBlocoWebstories .splide__arrow:disabled {
    opacity: .5!important;
}
.blocoWebstories > .splideBlocoWebstories .splide__arrow svg {
    fill: #fff;
    width: 20px;
    height: 26px;
}
.blocoWebstories > .splideBlocoWebstories .splide__arrow svg path {
    transform: translate(15px, 10px);
}
.blocoWebstories > .splideBlocoWebstories .splide__arrow--prev {
    left: 0;
    bottom: -95px;
    top: unset;
}
.blocoWebstories > .splideBlocoWebstories .splide__arrow--next {
    right: 0;
    bottom: -95px;
    top: unset;
}
.blocoWebstories > .splideBlocoWebstories > .splide__track > .splide__list > .splide__slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.blocoWebstories > .splideBlocoWebstories > .splide__track > .splide__list > .splide__slide > figure {
    width: 100%;
    height: 402px;
    overflow: hidden;
    position: relative;
}
.blocoWebstories > .splideBlocoWebstories > .splide__track > .splide__list > .splide__slide > figure:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(208deg, #1C1C1C00 0%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
    position: absolute;
}
.blocoWebstories > .splideBlocoWebstories > .splide__track > .splide__list > .splide__slide > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blocoWebstories > .splideBlocoWebstories > .splide__track > .splide__list > .splide__slide:hover > figure > img {
    transform: scale(1.05);
}
.blocoWebstories > .splideBlocoWebstories > .splide__track > .splide__list > .splide__slide > figure > h3 {
    font-family: "Merriweather",sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.18px;
    color: #fff;
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 2;
}
.blocoWebstories > .splideBlocoWebstories > .splide__track > .splide__list > .splide__slide:hover > figure > h3 {
    text-decoration: underline!important;
}
.blocoWebstories > a {
    background-color: #0373BE;
    padding: 13px 92px;
    text-align: center;
    display: block;
    margin: 36px auto 0;
    width: fit-content;
    font-family: "WorkSans",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.14px;
    color: #fff;
}
.blocoWebstories > a > b {
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .blocoWebstories {
        padding: 20px 0 24px 20px;
        grid-column: 1/-1;
        grid-row: auto;
        width: auto;
        margin: 0 -20px;
    }
    .blocoWebstories > h2 {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: -0.28px;
    }
    .blocoWebstories > .splideBlocoWebstories .splide__arrow {
        width: 32px;
        height: 32px;
    }
    .blocoWebstories > .splideBlocoWebstories .splide__arrow--prev {
        bottom: -84px;
    }
    .blocoWebstories > .splideBlocoWebstories .splide__arrow--next {
        bottom: -84px;
        right: 20px;
    }
    .blocoWebstories > .splideBlocoWebstories > .splide__track > .splide__list > .splide__slide {
        max-width: 230px;
        gap: 12px;
    }
    .blocoWebstories > .splideBlocoWebstories > .splide__track > .splide__list > .splide__slide > figure {
        height: 408px;
    }
    .blocoWebstories > .splideBlocoWebstories > .splide__track > .splide__list > .splide__slide > figure > h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
    }
    .blocoWebstories > a {
        padding: 10px 62px;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: -0.12px;
        position: relative;
        left: -10px;
    }
}