.section-header {
    position: relative;
    padding-top: 0px;
}

.section-header .img-bg {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.section-header .item {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 440px;
}

.section-header .splide__slide .title {
    font-family: 'Santander Headline';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 100%;
    color: #191919;
    margin-bottom: 24px;
}

.section-header .splide__slide .description {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #191919;
}

.section-header .breadcrumb-header {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 40px;
    z-index: 2;
}

.section-header .breadcrumb-header a,
.section-header .breadcrumb-header h1 {
    font-family: 'Santander Micro Text';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #767676;
    margin: 0;
    text-decoration: none;
}

.section-header .breadcrumb-header img {
    width: 16px;
    height: 16px;
    margin: 0;
}

.section-header .breadcrumb-header .active {
    color: #404040;
}

@media (min-width: 1200px) {
    .section-header .splide__slide .left-side {
        max-width: 621px;
    }
}

@media (max-width: 991px) {
    .section-header .img-bg {
        object-position: 60%;
    }

    .section-header .splide__slide .container-button {
        text-align: left !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .section-header .item {
        flex-direction: row;
        min-height: 380px;
    }

    .section-header .splide__slide .left-side {
        max-width: 430px;
    }

    .section-header .splide__slide .title,
    .section-header .splide__slide .description {
        text-align: left;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .section-header .img-bg {
        object-position: 55%;
    }

    .section-header .splide__slide .left-side {
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    .section-header .item {
        padding-top: 0px;
    }

    .section-header .splide__slide .left-side {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-paga-donde-quieras p {
        margin-top: 8px;
        font-size: 16px;
    }

    .section-beneficios .splide .splide__arrows {
        top: 15%;
    }

}


@media (max-width: 575px) {
    .section-header .img-bg {
        object-position: center top;
    }

    .section-header .item {
        min-height: 543px;
    }

    .section-header .splide__slide .title {
        font-size: 30px;
    }

    .section-header .splide__slide .left-side {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-header .splide__slide .container-button {
        text-align: center !important;
    }
}