.section-header {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 128px;
}

.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 .title.text-red {
    color: #EC0000;
}

.section-header .splide__slide .description {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #191919;
    margin-bottom: 0px;
}

.section-header .splide__slide .text-white .title,
.section-header .splide__slide .text-white .description {
    color: #FFFFFF;
}

.section-header .splide__slide .button {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: #EC0000;
    border: 0;
    border-radius: 48px;
    padding: 12px 24px;
    margin-top: 32px;
}

.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;
}

.section-header .item .container-qr {
    position: relative !important;
    max-width: 180px !important;
    width: 100% !important;
    left: -350px !important;
    bottom: -50px !important;
    padding: 8px 5px !important;
    border-radius: 10px !important;
    background: #FFFFFF !important;
}

.section-header .item .container-qr img {
    width: 100% !important;
    margin: 0 !important;
}

.section-header .item .container-qr p {
    color: #191919 !important;
    text-align: center !important;
    font-family: 'Santander Text' !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    line-height: 150% !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    margin: 0 !important;
}

@media (min-width: 1800px) {
    .section-header .item .container-qr {
        left: -450px !important;
    }
}

@media (max-width: 1279px) {
    .section-header .item .container-qr {
        left: -100% !important;
    }
}

@media (min-width: 1200px) {
    .section-header .splide__slide .left-side {
        max-width: 621px;
    }
}

@media (max-width: 1199px) {
    .section-header .item .container-qr {
        max-width: 150px !important;
    }
}

@media (max-width: 991px) {
    .section-header .img-bg {
        object-position: 45%;
    }

    .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-beneficios .splide .splide__arrows {
        top: 15%;
    }

}


@media (max-width: 575px) {
    .section-header .img-bg {
        object-position: center 75%;
    }

    .section-header .item {
        min-height: 543px;
    }

    .section-header .splide__slide .title {
        font-size: 30px;
    }

    .section-header .splide__slide .title,
    .section-header .splide__slide .description {
        text-align: center;
    }

    .section-header .splide__slide .left-side {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-header .splide__slide .container-button {
        text-align: center !important;
    }
}