/* @group Trust Section
------------------------------------ */


.trust-section :is(.articles-slider, .testimonials-slider) .splide__pagination {
    position: static;
    padding: 0;
}
.trust-section :is(.articles-slider, .testimonials-slider) .splide__pagination .splide__pagination__page {
    width: .8rem;
    height: .8rem;
    background-color: var(--lightpale);
    opacity: 1;
}
.trust-section :is(.articles-slider, .testimonials-slider) .splide__pagination .splide__pagination__page.is-active {
    background-color: var(--rojo);
}
.trust-section :is(.articles-slider, .testimonials-slider) .splide__slide .bp-group {
    display: flex;
    flex-direction: column;
}

.trust-section .articles-slider {
    margin-top: 6.5rem;
}
.trust-section .articles-slider .splide__pagination {
    margin-top: 6.3rem;
}
.trust-section .articles-slider .splide__slide .bp-group {
    row-gap: 1.2rem;
}
.trust-section .articles-slider .splide__slide .bp-group .wp-block-heading {
    margin: 0 0 1.2rem;
}


.trust-section .testimonials-slider {
    margin-top: 6.1rem;
    text-align: center;
}
.trust-section .testimonials-slider .splide__pagination {
    margin-top: 3.6rem;
}
.trust-section .testimonials-slider .splide__slide .bp-group {
    row-gap: 3.6rem;
}
.trust-section .testimonials-slider .splide__slide .bp-group p.has-xs-font-size {
    text-transform: uppercase;
}

@media only screen
and (min-width : 961px) {

    .trust-section .articles-slider {
        margin-top: 10.7rem;
    }
    .trust-section .articles-slider .splide__list {
        display: flex!important;
        flex-wrap: wrap;
        gap: 9.6rem;
    }
    .trust-section .articles-slider .splide__slide {
        flex: 0 1 calc(33% - 6.25rem);
        width: calc(33% - 6.25rem);
    }

    .trust-section .testimonials-slider {
        width: 66.66%;
        margin: 11.1rem auto 0;
    }

}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .trust-section .articles-slider {
        text-align: center;
    }
    .trust-section .articles-slider .splide__slide p.has-xs-font-size {
        color: var(--azul-grisado);
    }
    .trust-section .articles-slider .splide__slide .wp-block-buttons {
        justify-content: center;
        margin-top: .4rem;
    }
}

/* @end */



/* CMS STYLES */
.editor-styles-wrapper .trust-section .splide__list>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender button {
    height: 7.5rem;
}
.editor-styles-wrapper .trust-section .splide__list .block-editor-block-list__layout {
    flex-wrap: wrap;
    gap: 1.5%;
}
.editor-styles-wrapper .trust-section .articles-slider .splide__list .block-editor-block-list__layout {
    justify-content: flex-start;
    align-items: flex-start;
}
.editor-styles-wrapper .trust-section .testimonials-slider .splide__list .block-editor-block-list__layout {
    justify-content: flex-end;
    align-items: flex-end;
}
.editor-styles-wrapper .trust-section .splide__slide .block-editor-block-list__layout {
    padding-bottom: 0;
}
.editor-styles-wrapper .trust-section .splide__slide .bp-group {
    margin: 0!important;
}
.editor-styles-wrapper .trust-section .articles-slider .splide__list .block-editor-block-list__layout > [data-type="australis/bp-slide"] {
    width: 30%;
    max-width: 30%!important;
    margin: 0;
}
.editor-styles-wrapper .trust-section .articles-slider .splide__slide {
    width: 100%;
}