.section-generico {
    padding-bottom: 96px;
}

.section-generico h2 {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 0px;
}

.section-generico p {
    margin-bottom: 0px;
    font-family: 'Santander Text';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #404040;

}

.section-header {
    position: relative;
    padding-top: 0px;
    margin-bottom: 128px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.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 .item .container-qr {
    position: relative;
    max-width: 160px;
    left: -300px;
    padding: 8px 5px;
    border-radius: 10px;
    background: #FFFFFF;
}

.section-header .item .container-qr img {
    width: 100%;
    margin: 0;
}

.section-header .item .container-qr p {
    color: #191919;
    text-align: center;
    font-family: 'Santander Text';
    font-weight: 800;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
}

.section-header .splide__slide .description {
    color: #191919;
}

.text-red {
    color: #EC0000 !important;
}

.splide .splide__arrows {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 45%;
    width: 100%;
    justify-content: space-between;
    height: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.splide__arrows .splide__arrow {
    background-color: #FFFFFF;
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.12);
    fill: #ec0000;
}

.splide .splide__arrows .splide__arrow--prev {
    transform: scaleX(-1);
}

.splide .splide__arrows .splide__arrow:disabled {
    background-color: #D9D9D9;
    fill: #595959;
}

.splide .splide__pagination {
    gap: 4px;
    padding: 0;
    margin-top: 32px;
}

.splide .splide__pagination .splide__pagination__page.is-active {
    background-color: #191919;
    border: 1px solid #191919;
}

.splide .splide__pagination .splide__pagination__page {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #767676;
    background-color: transparent;
    outline: none;
    padding: 0;
}

.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-clientes-seleccionados,
.section-unete-al-reto {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #F2F2F2;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 96px;
}

.section-unete-al-reto {
    background: linear-gradient(360deg, #D70203 0%, #ED0304 100%) !important;

}

.section-clientes-seleccionados img,
.section-unete-al-reto img {
    max-width: 544px;
    width: 100%;
    height: auto;
}

.section-unete-al-reto img {
    max-width: 271px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-clientes-seleccionados .container-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-clientes-seleccionados .container-text h2 {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0px;
}

.section-clientes-seleccionados .container-text p.fw-bold {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
}

.section-clientes-seleccionados .container-text p.vigencia {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
}

.section-participar .container-items-participar {
    margin-top: 48px;
}

.section-participar .container-items-participar .step {
    max-width: 296px;
    width: calc(100% / 5);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 8px;
}

.section-participar .container-items-participar .step.container-arrow img.arrow {
    width: 100%;
    height: auto;
}

.section-participar .container-items-participar .step .description,
.section-participar .container-items-participar .step .description a {
    font-family: 'Santander Text';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #404040;
}

.section-multiplica-oportunidades .bg-gray {
    background: #F2F2F2;
    box-shadow: 0px 20px 20px -5px #99999933;
    border-radius: 16px;
    padding: 40px 86px;
}

.section-multiplica-oportunidades .container-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-multiplica-oportunidades .container-text h2 {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0px;
}

.section-multiplica-oportunidades .container-text  .item {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 16px;
}

.section-multiplica-oportunidades .container-text  .item p {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #191919;
}

.section-clientes-seleccionados .tyc {
    font-family: 'Santander Micro Text';
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #EC0000;
    display: block;
}

.section-unete-al-reto h2 {
    font-family: 'Santander Headline';
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.section-unete-al-reto .description {
    max-width: 519px;
    width: 100%;
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 32px;
}

.section-unete-al-reto .cta {
    max-width: 206px;
    width: 100%;
    padding: 12px 40px;
    background: #FFFFFF;
    color: #EC0000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Santander Text';
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 48px;
    margin-top: 32px;
}

@media (min-width: 2100px) {
    .section-header .img-bg {
        object-position: 90% 0% !important;
    }
}

@media (max-width: 1279px) {
    .section-header .item .container-qr {
        left: -40%;
    }
}

@media (min-width: 1200px) {
    .section-header .splide__slide .left-side {
        max-width: 666px;
    }
}

@media (max-width: 1199px) {
    .section-beneficios .img-banner-beneficios {
        top: 40%;
    }

    .section-header .img-bg {
        object-position: 70%;
    }

    .section-participar .container-items-participar .step .arrow {
        max-width: 195px;
        width: 100%;
        height: auto;
        object-fit: fill;
    }

    .section-participar .container-items-participar .step {
        gap: 8px;
    }

    .section-header .item .container-qr {
        max-width: 150px;
    }
}

@media (min-width: 992px) {
    .section-participar .container-items-participar .step.container-arrow {
        max-width: 128px !important;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .section-generico p {
        font-size: 18px;
    }

    .section-generico h2 {
        font-size: 32px;
    }

    .section-generico h3 {
        font-size: 28px;
    }

    .splide .splide__arrows {
        top: 30%;
    }

    .section-header .splide__slide .container-button {
        text-align: left !important;
    }

    .splide .splide__pagination .splide__pagination__page.is-active {
        width: 16px;
        border-radius: 5px;
        background-color: #191919;
    }
    
    .splide .splide__pagination .splide__pagination__page {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #D9D9D9;
        border: 0px;
        outline: none;
        padding: 0;
    }

    .section-clientes-seleccionados .container-text h2,
    .section-unete-al-reto h2 {
        font-size: 26px;
        line-height: 125%;
        letter-spacing: 0px;
    }

    .section-clientes-seleccionados .container-text p.fw-bold {
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0px;
    }

    .section-participar h2 {
        font-size: 30px;
        line-height: 125%;
        letter-spacing: 0px;
    }

    .section-participar .container-items-participar .step.container-arrow img.arrow {
        max-width: 118px;
    }

    .section-multiplica-oportunidades .container-text h2 {
        font-size: 30px;
        line-height: 125%;
        letter-spacing: 0px;
    }

    .section-multiplica-oportunidades .container-text .item img {
        width: 32px;
        height: 32px;
    }

    .section-multiplica-oportunidades .container-text .item p {
        font-size: 20px;
        line-height: 125%;
        letter-spacing: 0px;
    }

    .section-multiplica-oportunidades .bg-gray {
        padding: 32px 48px;
    }

    .section-unete-al-reto .description {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-participar .container-items-participar .step .description,
    .section-participar .container-items-participar .step .description a {
        font-size: 16px;
        line-height: 120%;
    }
}

@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: 380px;
    }

    .section-header .splide__slide .title,
    .section-header .splide__slide .description {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .splide .splide__arrows {
        top: 35%;
        width: calc(100% + 64px);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .section-header .img-bg {
        object-position: 70%;
    }

    .section-header .splide__slide .left-side {
        max-width: 380px;
    }

    .section-participar .container-items-participar .step {
        padding: 0px 4px;
        gap: 0px;
    }

    .section-participar .container-items-participar .step .arrow {
        transform: translateY(20px);
    }

    .section-participar .container-items-participar .step .description,
    .section-participar .container-items-participar .step .description a {
        font-size: 14px;
        line-height: 110%;
    }
}

@media (max-width: 767px) {
    .section-generico h2 {
        font-size: 30px;
        text-align: center;
        line-height: 120%;
    }

    .section-generico h3 {
        font-size: 26px;
        line-height: 32.5px;
        text-align: center;
    }

    .section-header .item {
        padding-top: 0px;
    }

    .section-header .splide__slide .left-side {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-header {
        margin-bottom: 96px;
    }

    .section-clientes-seleccionados, .section-unete-al-reto {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .section-clientes-seleccionados img, .section-unete-al-reto img {
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
        display: block;
    }

    .section-clientes-seleccionados .container-text {
        align-items: center;
    }

    .section-clientes-seleccionados .container-text p,
    .section-unete-al-reto .description,
    .section-clientes-seleccionados .tyc {
        text-align: center;
    }

    .section-participar .container-items-participar {
        margin-top: 40px;
    }

    .section-unete-al-reto .cta {
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px;
    }

    .section-unete-al-reto .description {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .section-header .img-bg {
        object-position: center top;
    }

    .section-header .item {
        min-height: 543px;
        padding-bottom: 0px;
        padding-top: 40px;
        flex-direction: column;
    }

    .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;
    }

    .section-beneficios .splide, .section-participar .container-items-participar {
        gap: 12px;
    }

    .section-participar .container-items-participar .step {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }

    .section-participar .container-items-participar .step.container-arrow img.arrow {
        content: url("/promociones/assets-reto-santander/img/arrow-mobile.webp");
        max-width: 20px;
        width: auto;
        height: 56px;
    }

    .section-multiplica-oportunidades .bg-gray {
        padding: 40px 16px;
    }
}
