/*--------------------------------------------------------------
# Splide Section
--------------------------------------------------------------*/
.splide__slide {
    padding: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ecf0f1;
}

.splide__slide__container {
    width: 600px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide__content {
    margin: 1rem 0;
    font-size: 1.3rem;
}

.slide-img__wrapper {
    display: flex;
    align-items: center;
}

.slide-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

.slide-img__caption {
    margin-left: 1rem;
}

.slide-img__caption span {
    color: #2e86c1;
    font-weight: 500;
}

/* Adding custom styling to the pagination */
.splide__pagination__page{
    width: 15px;
    height: 15px;
}
.splide__pagination__page.is-active {
    /* here I have changed the scale from 1.4 to 1.5 */
    transform: scale(1.5);
    /* changed from default bg-color to blue */
    background: #fff;
}
@media (max-width:991px) {
    .splide__slide__container {
        margin-top: 50px;
    }

    .slide__content .font_title_bold {
        font-size: 30px;
    }

    #splideInterior .slide__content .font_title_bold {
        font-size: 40px;
    }
}

.fondo_degradado {
    background: rgba(0, 0, 0, 0.781);
}

.button_slider {
    background: none;
    border: 1px solid #ffffff;
    font: inherit;
    line-height: 1;
    margin: 0.5em;
    padding: 0.5em 1em;
    border-radius: 2px;
    outline: none;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
}

.button_slider:hover {
    background: red;
}

/* SLIDER imagenes */
#image-slider .splide__slide {
    background: #fff;
}