br.mobile {
    display: none;
}

main {
    background: var(--CO-Light-Backgrounds-BG-Light, #F2F2F2);
}

.section-opciones {
    padding-top: 64px;
    padding-bottom: 128px;
}

.section-opciones .container-title .title {
    color: var(--CO-Light-Text-Colors-Text-01, #191919);
    text-align: center;
    font-family: 'Santander Headline';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    max-width: 700px;
    margin: 0 auto 16px auto;
}

.section-opciones .container-title .title b {
    color: #ec0000;
}

.section-opciones .container-title .subtitle {
    color: var(--CO-Light-Text-Colors-Text-02, #404040);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 64px;
}

.section-opciones .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.section-opciones .items .item {
    border-radius: 8px;
    background: var(--CO-Light-White, #FFF);
    filter: drop-shadow(0px 4px 6px rgba(153, 153, 153, 0.30));
    padding: 16px 16px 24px 16px;
    width: 100%;
}

.section-opciones .items .item .tag {
    width: 94px;
    margin-left: -20px;
}

.section-opciones .items .item .container-qr {
    position: absolute;
    width: 33%;
    max-width: 114px;
    top: 16px;
    right: 16px;
    padding: 8px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: -5px 9px 30px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.section-opciones .items .item .container-qr img {
    width: 100%;
}

.section-opciones .items .item .container-qr p {
    color: #000;
    text-align: center;
    font-family: 'Santander Micro Text';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 16.8px */
    margin-top: 4px;
    margin-bottom: 0;
}

.section-opciones .items .item .container-img {
    position: relative;
    text-align: center;
}

.section-opciones .items .item .container-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-opciones .items .item .container-img .img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 305px;
}

/* .section-opciones .items .item .container-text {
    padding: 0 16px 24px 16px;
} */

.section-opciones .items .item .container-text .title {
    color: var(--CO-Light-Text-Colors-Text-01, #191919);
    font-family: 'Santander Headline';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 8px;
}

.section-opciones .items .item .container-text .desc {
    color: var(--CO-Light-Text-Colors-Text-02, #404040);
    font-family: 'Santander Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.section-opciones .items .item .container-text .actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-opciones .items .item .container-text .link {
    display: block;
    color: var(--CO-Light-Text-Colors-Text-01, #191919);
    font-family: 'Santander Micro Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-decoration-line: none;
    width: fit-content;
    color: #fff;
    background-color: #ec0000;
    padding: 12px 24px;
    border-radius: 24px;
    margin: 0 auto;
}

.section-opciones .items .item .container-text .btn-link {
    display: none;
    color: var(--Theme-Light-Neutral-neutral-01, #FFF);
    text-align: center;
    font-family: 'Santander Micro Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 21px */
    padding: 12px 24px;
    border-radius: 40px;
    background: var(--Theme-Light-Primary-primary-01, #EC0000);
    text-decoration: none;
    width: fit-content;
}

.section-opciones .buscas-mas {
    color: var(--CO-Light-Text-Colors-Text-02, #404040);
    font-family: 'Santander Text';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-align: center;
    margin-bottom: 0;
}

.section-opciones .buscas-mas .link {
    color: #ec0000;
    text-decoration-line: underline;
}

.section-contador {
    padding-bottom: 128px;
}

.section-contador .contador {
    color: var(--CO-Light-Text-Colors-Text-01, #191919);
    font-family: 'Santander Headline';
    font-size: 125px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    margin-bottom: 32px;
}

.section-contador .desc {
    color: var(--CO-Light-Text-Colors-Text-02, #404040);
    font-family: 'Santander Text';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-align: center;
    margin-bottom: 0;
}

.section-contador .desc .text-red {
    color: #ec0000;
}

.section-respaldo {
    padding-bottom: 128px;
}

.section-respaldo h2 {
    color: var(--CO-Light-Text-Colors-Text-01, #191919);
    font-family: 'Santander Headline';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 52px;
}

.section-respaldo .sides {
    display: flex;
    gap: 16px;
}

.section-respaldo .sides .side {
    width: 100%;
}

.section-respaldo .sides .left-side {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section-respaldo .sides .left-side .beneficio h4 {
    color: var(--CO-Light-Text-Colors-Text-01, #191919);
    font-family: 'Santander Headline';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 8px;
}

.section-respaldo .sides .left-side .beneficio p {
    color: var(--CO-Light-Text-Colors-Text-02, #404040);
    font-family: 'Santander Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.section-respaldo .sides .left-side .beneficio p .text-red {
    color: #ec0000;
}

.section-respaldo .sides .right-side .container-img {
    text-align: center;
    background-image: url(/personas/santander-digital/assets-hazte-cliente/img/bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.section-respaldo .sides .right-side .container-img .img {
    width: 100%;
    height: auto;
    max-width: 400px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.section-respaldo .sides .right-side .container-img .sombra {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-recompensas {
    padding-bottom: 128px;
}

.section-recompensas h2 {
    color: var(--CO-Light-Text-Colors-Text-01, #191919);
    text-align: center;
    font-family: 'Santander Headline';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 44px;
}

.section-recompensas .container-banner {
    background-color: #ec0000;
    display: flex;
    justify-content: space-evenly;
}

.section-recompensas .container-banner .left-side {
    display: flex;
    align-items: flex-end;
}

.section-recompensas .container-banner .left-side img {
    width: auto;
    height: 100%;
    max-height: 253px;
}

.section-recompensas .container-banner .right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 32px 0;
}

.section-recompensas .container-banner .right-side p {
    color: var(--CO-Light-Text-Colors-Text-White, #FFF);
    font-family: 'Santander Text';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 0;
    max-width: 458px;
}

.section-recompensas .container-banner .right-side img {
    width: fit-content;
    height: 115px;
}

.section-control {
    padding-bottom: 128px;
}

.section-control .title {
    color: var(--CO-Light-Text-Colors-Text-01, #191919);
    text-align: center;
    font-family: 'Santander Headline';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px;
}

.section-control .subtitle {
    color: var(--CO-Light-Text-Colors-Text-02, #404040);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 30px */
    margin-bottom: 0;
}

.section-control .subtitle .text-red {
    color: #ec0000;
}

.section-control .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 289px;
    padding-bottom: 80px;
}

.section-control .items .item {
    width: 100%;
    border-radius: 16px;
    background: var(--CO-Light-Backgrounds-BG-White, #FFF);
    padding: 143px 16px 16px 16px;
}

.section-control .items .item .container-img {
    text-align: center;
    margin-top: -360px;
}

.section-control .items .item .container-img .img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 357px;
}

.section-control .items .item .card-title {
    color: var(--CO-Light-Text-Colors-Text-02, #404040);
    font-family: 'Santander Headline';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 8px;
    text-align: center;
}

.section-control .items .item .card-desc {
    color: var(--Theme-Light-Text-text-02, #4C4C4C);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.section-control .para-ti {
    color: var(--CO-Light-Text-Colors-Text-02, #404040);
    text-align: center;
    font-family: 'Santander Headline';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
}

.section-control .para-ti .text-red {
    color: #ec0000;
}

@media(max-width: 991px) {
    .section-opciones,
    .section-contador,
    .section-respaldo,
    .section-recompensas,
    .section-control {
        padding-bottom: 96px;
    }

    .section-opciones .container-title .title {
        font-size: 30px;
    }

    .section-opciones .container-title .subtitle {
        font-size: 18px;
    }

    .section-opciones .items {
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    }

    .section-opciones .items .item .container-text .title {
        font-size: 22px;
    }

    .section-opciones .items .item .container-text .desc {
        font-size: 16px;
    }

    .section-opciones .buscas-mas {
        font-size: 16px;
    }

    .section-contador .contador {
        font-size: 64px;
    }

    .section-contador .desc {
        font-size: 20px;
    }

    .section-respaldo h2 {
        font-size: 30px;
    }

    .section-respaldo .sides .left-side .beneficio h4 {
        font-size: 26px;
    }

    .section-recompensas h2 {
        font-size: 30px;
    }

    .section-recompensas .container-banner {
        flex-direction: column;
        align-items: center;
        padding-left: 24px;
        padding-right: 24px;
        gap: 8px;
    }

    

    .section-recompensas .container-banner .right-side img {
        margin: 0 auto;
    }

    .section-recompensas .container-banner .right-side p {
        font-size: 20px;
        text-align: center;
    }

    .section-control .title {
        font-size: 30px;
    }
    
    .section-control .subtitle {
        font-size: 18px;
    }

    .section-control .items .item .card-title {
        font-size: 22px;
    }

    .section-control .items .item .card-desc {
        font-size: 18px;
    }

    .section-control .para-ti {
        font-size: 30px;
    }

    .section-control .items {
        margin-top: 232px;
        grid-template-columns: repeat(auto-fit, minmax(261px, 1fr));
        row-gap: 232px;
    }
}

@media(max-width: 767px) {
    br.mobile {
        display: block;
    }

    .section-contador .contador {
        margin-bottom: 16px;
    }

    .section-opciones .items .item .container-text {
        text-align: center;
    }

    .section-respaldo h2 {
        text-align: center;
        margin-bottom: 32px;
    }

    .section-respaldo .sides {
        flex-direction: column-reverse;
    }

    .section-respaldo .sides {
        gap: 24px;
    }

    .section-respaldo .sides .left-side {
        padding-top: 0;
        gap: 24px;
    }

    .section-respaldo .sides .left-side .beneficio h4,
    .section-respaldo .sides .left-side .beneficio p {
        text-align: center;
    }

    .section-recompensas .container-banner {
        padding: 24px 16px;
        align-items: center;
    }

    .section-recompensas .container-banner .left-side img {
        width: 100%;
    }

    .section-recompensas .container-banner .right-side {
        align-items: center;
        padding-bottom: 0;
    }

    .section-recompensas .container-banner .right-side p {
        text-align: center;
    }

    .section-control .items {
        padding-bottom: 32px;
    }

    .section-opciones .items .item .container-text .actions {
        align-items: center;
    }

    .section-opciones .items .item .container-qr {
        display: none;
    }
    
    .section-opciones .items .item .container-text .btn-link {
        display: inline-block;
    }
}