.fondo_color_celeste {
    background-color: var(--CelesteClaro)
}

.fondo_color_blanco {
    background-color: var(--Blanco)
}

main h3 {
    font-size: 38px;
    text-align: center;
    margin-block-start: .3em;
    margin-block-end: 1.8em
}

.cont_max_ancho {
    margin: 0 auto;
    max-width: 1330px;
    padding: 40px 24px
}

.storess {
    display: flex
}

@media screen and (max-width:600px) {
    h1+.subtitle_ {
        color: #0e2536;
        text-align: center
    }

    .storess {
        flex-direction: column
    }
}

@media screen and (max-width:600px) {
    main h3 {
        font-size: 24px;
        line-height: 26px
    }

    .landing_mob {
        padding-bottom: 40px
    }
}

.lr-banner__redondeado {
    padding: 0 20px 30px 20px
}

.banner__container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.banner__container .banner {
    height: 340px;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 42px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: start
}

.banner__container .banner__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.banner__container .banner__content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .7) 90%)
}

.banner__container .banner__content__logo_convenio__container {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 16px;
    margin: 0 0 20px 0;
    box-shadow: 0 14px 47px -12px rgba(34, 45, 75, .25)
}

.banner__container .banner__content__logo_convenio {
    width: 100%;
    height: auto
}

.banner__container .banner__content__titulo {
    font-size: 1.8rem;
    line-height: 1.9rem;
    color: #fff;
    margin: 0 0 10px 0;
    text-align: left;
    font-family: Nunito, sans-serif;
    font-weight: 700
}

@media(min-width:992px) {
    .banner__container .banner__content__titulo {
        font-size: 2.8rem;
        line-height: 3rem;
        max-width: 680px
    }
}

.banner__container .banner__content__descripcion {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #fff;
    margin: 0 0 10px 0;
    text-align: left;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
    max-width: 680px;
    margin: 0
}

.lr-main-container__container {
    display: block
}

.logo-grande__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.logo-grande__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.logo-grande__container img {
    width: 90%;
    max-width: var(--logo-mw, 200px)
}

@media(min-width:768px) {
    .logo-grande__container img {
        max-width: var(--logo-mw, 400px)
    }
}

.caluga__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.caluga__container img {
    width: 90%;
    max-width: var(--logo-mw, 400px)
}

@media(min-width:768px) {
    .caluga__container img {
        max-width: var(--logo-mw, 600px)
    }
}

.lr-bajada_1__container {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.lr-bajada_1__container h2.titulo {
    font-weight: 800;
    text-align: center;
    max-width: 800px;
    font-size: 24px;
    line-height: 1.2;
    width: 100%
}

@media(min-width:768px) {
    .lr-bajada_1__container h2.titulo {
        font-size: 32px
    }
}

@media(min-width:1200px) {
    .lr-bajada_1__container h2.titulo {
        font-size: 38px;
        max-width: 1000px
    }
}

.lr-bajada_1__container p.descripcion {
    font-size: 20px;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    margin-top: 8px
}

@media(min-width:768px) {
    .lr-bajada_1__container p.descripcion {
        font-size: 24px;
        margin-top: 12px
    }
}

.lr-bajada_1__container .texto_degradado {
    background-image: -webkit-linear-gradient(right, #ff8400, #b4008c, #005ae5);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #6e137e;
    text-align: center;
    font-weight: 900
}

section.lr-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 20px 40px 20px;
    margin: 0
}

.lr-container {
    width: 100%;
    max-width: 1260px
}

.contenedor__100 {
    width: 100%
}

span.bold {
    font-weight: 700;
    color: #fff
}

.d-desktop {
    display: none
}

@media(min-width:768px) {
    .d-desktop {
        display: block
    }
}

.d-mobile {
    display: block
}

@media(min-width:768px) {
    .d-mobile {
        display: none
    }
}

.lr-card .legal {
    font-size: 14px;
    text-align: center;
    margin-block-start: .3rem;
    margin-block-end: .6em;
    font-weight: 500;
    width: 100%;
    color: #122e43
}

@media(min-width:1200px) {
    .lr-card .legal {
        margin-block-end: 1.2em;
        font-size: 18px
    }
}

.lr-card .legal_small {
    font-size: 12px;
    text-align: center;
    margin-block-start: .3rem;
    margin-block-end: .6em;
    font-weight: 500;
    width: 100%;
    color: #122e43
}

@media(min-width:768px) {
    .lr-card .legal_small {
        font-size: 14px
    }
}

@media(min-width:1200px) {
    .lr-card .legal_small {
        margin-block-end: 1.2em;
        font-size: 16px
    }
}

.lr-card .legal_big {
    font-size: 16px;
    text-align: center;
    margin-block-start: .3rem;
    margin-block-end: .6em;
    font-weight: 500;
    width: 100%;
    color: #122e43
}

@media(min-width:1200px) {
    .lr-card .legal_big {
        margin-block-end: 1.2em;
        font-size: 22px
    }
}

.card-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box
}

.card-grid>* {
    box-sizing: border-box
}

.card-grid img {
    width: 100%
}

.card_divisor_10 {
    width: 10%
}

.card_divisor_20 {
    width: 20%
}

.card_divisor_30 {
    width: 30%
}

.card_divisor_40 {
    width: 40%
}

.card_divisor_50 {
    width: 50%
}

.card_divisor_60 {
    width: 60%
}

.card_divisor_70 {
    width: 70%
}

.card_divisor_80 {
    width: 80%
}

.card_divisor_90 {
    width: 90%
}

.card_divisor_100 {
    width: 100%
}

@media(min-width:374px) {
    .card_divisor_xs_10 {
        width: 10%
    }
}

@media(min-width:374px) {
    .card_divisor_xs_20 {
        width: 20%
    }
}

@media(min-width:374px) {
    .card_divisor_xs_30 {
        width: 30%
    }
}

@media(min-width:374px) {
    .card_divisor_xs_40 {
        width: 40%
    }
}

@media(min-width:374px) {
    .card_divisor_xs_50 {
        width: 50%
    }
}

@media(min-width:374px) {
    .card_divisor_xs_60 {
        width: 60%
    }
}

@media(min-width:374px) {
    .card_divisor_xs_70 {
        width: 70%
    }
}

@media(min-width:374px) {
    .card_divisor_xs_80 {
        width: 80%
    }
}

@media(min-width:374px) {
    .card_divisor_xs_90 {
        width: 90%
    }
}

@media(min-width:374px) {
    .card_divisor_xs_100 {
        width: 100%
    }
}

@media(min-width:576px) {
    .card_divisor_sm_10 {
        width: 10%
    }
}

@media(min-width:576px) {
    .card_divisor_sm_20 {
        width: 20%
    }
}

@media(min-width:576px) {
    .card_divisor_sm_30 {
        width: 30%
    }
}

@media(min-width:576px) {
    .card_divisor_sm_40 {
        width: 40%
    }
}

@media(min-width:576px) {
    .card_divisor_sm_50 {
        width: 50%
    }
}

@media(min-width:576px) {
    .card_divisor_sm_60 {
        width: 60%
    }
}

@media(min-width:576px) {
    .card_divisor_sm_70 {
        width: 70%
    }
}

@media(min-width:576px) {
    .card_divisor_sm_80 {
        width: 80%
    }
}

@media(min-width:576px) {
    .card_divisor_sm_90 {
        width: 90%
    }
}

@media(min-width:576px) {
    .card_divisor_sm_100 {
        width: 100%
    }
}

@media(min-width:768px) {
    .card_divisor_md_10 {
        width: 10%
    }
}

@media(min-width:768px) {
    .card_divisor_md_20 {
        width: 20%
    }
}

@media(min-width:768px) {
    .card_divisor_md_30 {
        width: 30%
    }
}

@media(min-width:768px) {
    .card_divisor_md_40 {
        width: 40%
    }
}

@media(min-width:768px) {
    .card_divisor_md_50 {
        width: 50%
    }
}

@media(min-width:768px) {
    .card_divisor_md_60 {
        width: 60%
    }
}

@media(min-width:768px) {
    .card_divisor_md_70 {
        width: 70%
    }
}

@media(min-width:768px) {
    .card_divisor_md_80 {
        width: 80%
    }
}

@media(min-width:768px) {
    .card_divisor_md_90 {
        width: 90%
    }
}

@media(min-width:768px) {
    .card_divisor_md_100 {
        width: 100%
    }
}

@media(min-width:992px) {
    .card_divisor_lg_10 {
        width: 10%
    }
}

@media(min-width:992px) {
    .card_divisor_lg_20 {
        width: 20%
    }
}

@media(min-width:992px) {
    .card_divisor_lg_30 {
        width: 30%
    }
}

@media(min-width:992px) {
    .card_divisor_lg_40 {
        width: 40%
    }
}

@media(min-width:992px) {
    .card_divisor_lg_50 {
        width: 50%
    }
}

@media(min-width:992px) {
    .card_divisor_lg_60 {
        width: 60%
    }
}

@media(min-width:992px) {
    .card_divisor_lg_70 {
        width: 70%
    }
}

@media(min-width:992px) {
    .card_divisor_lg_80 {
        width: 80%
    }
}

@media(min-width:992px) {
    .card_divisor_lg_90 {
        width: 90%
    }
}

@media(min-width:992px) {
    .card_divisor_lg_100 {
        width: 100%
    }
}

@media(min-width:1200px) {
    .card_divisor_xl_10 {
        width: 10%
    }
}

@media(min-width:1200px) {
    .card_divisor_xl_20 {
        width: 20%
    }
}

@media(min-width:1200px) {
    .card_divisor_xl_30 {
        width: 30%
    }
}

@media(min-width:1200px) {
    .card_divisor_xl_40 {
        width: 40%
    }
}

@media(min-width:1200px) {
    .card_divisor_xl_50 {
        width: 50%
    }
}

@media(min-width:1200px) {
    .card_divisor_xl_60 {
        width: 60%
    }
}

@media(min-width:1200px) {
    .card_divisor_xl_70 {
        width: 70%
    }
}

@media(min-width:1200px) {
    .card_divisor_xl_80 {
        width: 80%
    }
}

@media(min-width:1200px) {
    .card_divisor_xl_90 {
        width: 90%
    }
}

@media(min-width:1200px) {
    .card_divisor_xl_100 {
        width: 100%
    }
}

@media(min-width:1400px) {
    .card_divisor_xxl_10 {
        width: 10%
    }
}

@media(min-width:1400px) {
    .card_divisor_xxl_20 {
        width: 20%
    }
}

@media(min-width:1400px) {
    .card_divisor_xxl_30 {
        width: 30%
    }
}

@media(min-width:1400px) {
    .card_divisor_xxl_40 {
        width: 40%
    }
}

@media(min-width:1400px) {
    .card_divisor_xxl_50 {
        width: 50%
    }
}

@media(min-width:1400px) {
    .card_divisor_xxl_60 {
        width: 60%
    }
}

@media(min-width:1400px) {
    .card_divisor_xxl_70 {
        width: 70%
    }
}

@media(min-width:1400px) {
    .card_divisor_xxl_80 {
        width: 80%
    }
}

@media(min-width:1400px) {
    .card_divisor_xxl_90 {
        width: 90%
    }
}

@media(min-width:1400px) {
    .card_divisor_xxl_100 {
        width: 100%
    }
}

.lr-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px
}

@media(min-width:1px)and (max-width:575px) {
    .lr-row {
        margin-left: -8px;
        margin-right: -8px
    }
}

[class*=lr-col-] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box
}

@media(min-width:1px)and (max-width:575px) {
    [class*=lr-col-] {
        padding-left: 8px;
        padding-right: 8px
    }
}

.lr-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.lr-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.lr-col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.lr-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.lr-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.lr-col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.lr-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.lr-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.lr-col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.lr-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.lr-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.lr-col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:768px) {
    .lr-col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .lr-col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .lr-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .lr-col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .lr-col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .lr-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .lr-col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .lr-col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .lr-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .lr-col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .lr-col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .lr-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .lr-col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .lr-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .lr-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .lr-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .lr-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .lr-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .lr-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .lr-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .lr-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .lr-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .lr-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .lr-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:1200px) {
    .lr-col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .lr-col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .lr-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .lr-col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .lr-col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .lr-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .lr-col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .lr-col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .lr-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .lr-col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .lr-col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .lr-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.lr-card-bg-white {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.lr-card-bg-white__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    max-width: 840px;
    min-height: 50px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 20px;
    margin-bottom: 20px;
    gap: 4px;
    position: relative
}

@media(min-width:768px) {
    .lr-card-bg-white__container {
        gap: 12px;
        padding: 48px 32px
    }
}

@media(min-width:992px) {
    .lr-card-bg-white__container {
        padding: 32px
    }
}

.lr-card-bg-white__container {
    background-color: #fff;
    overflow: visible
}

.lr-bajada_1__container {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.lr-bajada_1__container h1 {
    font-weight: 800;
    text-align: center;
    max-width: 800px;
    font-size: 28px;
    line-height: 1.2;
    margin: 24px 0 16px 0
}

@media(min-width:768px) {
    .lr-bajada_1__container h1 {
        font-size: 32px;
        margin-top: 24px;
        margin-bottom: 20px
    }
}

@media(min-width:1200px) {
    .lr-bajada_1__container h1 {
        font-size: 38px;
        max-width: 1000px
    }
}

.lr-bajada_1__container .texto_degradado {
    background-image: -webkit-linear-gradient(right, #ff8400, #b4008c, #005ae5);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #6e137e;
    text-align: center;
    font-weight: 900
}

.lr-pill-grid-cont {
    margin-top: 40px !important
}

.lr-pill-grid-cont__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 95%;
    max-width: 840px
}

.bajada_2__texto {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 24px;
    color: #122e43;
    margin-bottom: 16px
}

@media(min-width:768px) {
    .bajada_2__texto {
        font-size: 28px
    }
}

@media(min-width:992px) {
    .bajada_2__texto {
        font-size: 32px
    }
}

.lr-boton-cta-cuadrado a {
    background: linear-gradient(90deg, #fd5b00 0, #fd8300 100%);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    padding: 8px 24px;
    text-align: center;
    border-radius: 10px
}

@media(min-width:768px) {
    .lr-boton-cta-cuadrado a {
        font-size: 24px
    }
}

.pasos-cards__container {
    display: flex;
    gap: 48px 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px
}

@media screen and (max-width:600px) {
    .pasos-cards__container {
        flex-direction: column;
        gap: 16px
    }
}

.dcto-grande__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%
}

.dcto-grande__container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    background-image: -webkit-linear-gradient(right, #ff8400, #b4008c, #005ae5);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #6e137e
}

.dcto-grande__numero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    font-size: 100px;
    font-weight: 900;
    line-height: .8
}

@media(min-width:576px) {
    .dcto-grande__numero {
        font-size: 200px
    }
}

@media(min-width:768px) {
    .dcto-grande__numero {
        font-size: 240px
    }
}

.dcto-grande__texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    font-weight: 900;
    text-align: left
}

.dcto-grande__porc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 60px;
    font-weight: 900;
    line-height: .8
}

@media(min-width:576px) {
    .dcto-grande__porc {
        font-size: 120px
    }
}

@media(min-width:768px) {
    .dcto-grande__porc {
        font-size: 160px
    }
}

.dcto-grande__dcto {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 30px;
    font-weight: 900;
    line-height: .8
}

@media(min-width:576px) {
    .dcto-grande__dcto {
        font-size: 50px
    }
}

@media(min-width:768px) {
    .dcto-grande__dcto {
        font-size: 70px
    }
}

.pill-degradado-100__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.pill-degradado-100__container {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 20px;
    background-image: -webkit-linear-gradient(right, #ff8400, #b4008c, #005ae5);
    color: #fff;
    font-weight: 800;
    border-radius: 50px;
    text-align: center
}

@media(min-width:576px) {
    .pill-degradado-100__container {
        padding: 12px 30px
    }
}

@media(min-width:768px) {
    .pill-degradado-100__container {
        padding: 14px 40px
    }
}

.pill-degradado-100__container p {
    margin: 0;
    font-size: 18px;
    line-height: 1.2
}

@media(min-width:576px) {
    .pill-degradado-100__container p {
        font-size: 24px
    }
}

@media(min-width:768px) {
    .pill-degradado-100__container p {
        font-size: 32px
    }
}

.legal-dentro-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.legal-dentro-card p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.2
}

@media(min-width:576px) {
    .legal-dentro-card p {
        font-size: 16px
    }
}

.legal-dentro-card:not(.legal-dentro-card+.legal-dentro-card) {
    margin-top: 12px
}

@media(min-width:576px) {
    .legal-dentro-card:not(.legal-dentro-card+.legal-dentro-card) {
        margin-top: 16px
    }
}

@media(min-width:768px) {
    .legal-dentro-card:not(.legal-dentro-card+.legal-dentro-card) {
        margin-top: 20px
    }
}

.lr-pill-grid-item {
    background-color: var(--bg, #fff);
    border-radius: 40px;
    overflow: hidden;
    width: calc(50% - 10px);
    height: 50px;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

@media(min-width:576px) {
    .lr-pill-grid-item {
        width: calc(33% - 20px)
    }
}

@media(min-width:768px) {
    .lr-pill-grid-item {
        width: calc(25% - 40px);
        height: 70px
    }
}

.lr-pill-grid-item img {
    width: 100%;
    max-height: 100%;
    object-fit: contain
}

.lr-pill-grid-item a {
    display: contents
}

.pasos-card::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 25px 18px rgba(96, 128, 159, .1882352941))
}

.pasos-card.icono-burger::before {
    background-image: url(https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/49467058451448387-app-icon-burger-king.png);
    width: 72px;
    height: 119px;
    right: 16px;
    bottom: 84px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-burger::before {
        width: 40px;
        height: 64px;
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card.icono-ticket::before {
    background-image: url(https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/0854112427212197-template_beneficio_cine_paso1.png);
    width: 72px;
    height: 112px;
    right: 16px;
    bottom: 90px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-ticket::before {
        width: 40px;
        height: 64px;
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card.icono-corazon::before {
    background-image: url(https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/658348459601868-template_beneficio_cine_paso5.png);
    width: 72px;
    height: 104px;
    right: 16px;
    bottom: 97px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-corazon::before {
        width: 38px;
        height: 64px;
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card.icono-celular::before {
    background-image: url(https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/951748772117547-template_beneficio_cine_paso4.png);
    width: 72px;
    height: 120px;
    right: 16px;
    bottom: 76px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-celular::before {
        width: 38px;
        height: 64px;
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card.icono-celular-seleccion::before {
    background-image: url(https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/49690767032253724-ruta-de-la-belleza-icono_celular_seleccionar.webp);
    width: 72px;
    height: 120px;
    right: 16px;
    bottom: 76px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-celular-seleccion::before {
        width: 38px;
        height: 64px;
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card.icono-app::before {
    background-image: url(https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/43582410575418695-ruta-de-la-belleza-app_cencosud.webp);
    width: 80px;
    height: 89px;
    right: 16px;
    bottom: 40px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-app::before {
        width: 50px;
        height: 56px;
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card.icono-www::before {
    background-image: url(https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/9284992042970381-ruta-de-la-belleza-www.webp);
    width: 80px;
    height: 89px;
    right: 16px;
    bottom: 40px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-www::before {
        width: 50px;
        height: 56px;
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card.icono-puntos::before {
    background-image: url(https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/470758044112495-ruta-de-la-belleza-icono_puntos.webp);
    width: 80px;
    height: 89px;
    right: 16px;
    bottom: 40px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-puntos::before {
        width: 50px;
        height: 56px;
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card.icono-fork::before {
    background-image: url(img/Logo_Fork.webp);
    background-color: #fff;
    background-origin: content-box;
    background-size: contain;
    padding: 8px;
    border-radius: 16px;
    width: 70px;
    height: 70px;
    right: 16px;
    bottom: 40px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-fork::before {
        width: 40px;
        height: 40px;
        left: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card.icono-rappi::before {
    background-image: url(img/icono_pasos_rappi.webp);
    width: 80px;
    height: 100px;
    right: 16px;
    bottom: 84px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-rappi::before {
        width: 50px;
        height: 64px;
        left: 15px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card.icono-integramedica::before {
    background-image: url(img/icono_integramedica.webp);
    width: 80px;
    height: 89px;
    right: 16px;
    bottom: 40px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-integramedica::before {
        width: 50px;
        height: 56px;
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card.icono-codigo::before {
    background-image: url(img/codigo.webp);
    width: 80px;
    height: 89px;
    right: 16px;
    bottom: 40px
}

@media screen and (max-width:600px) {
    .pasos-card.icono-codigo::before {
        width: 50px;
        height: 56px;
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.pasos-card {
    background-color: var(--Blanco);
    flex: 1;
    min-width: 230px;
    max-width: 230px;
    padding: 60px 12px 24px 12px;
    font-size: 14px;
    border-radius: 16px;
    position: relative;
    filter: drop-shadow(0 25px 18px rgba(96, 128, 159, .031372549));
    min-height: 104px;
    display: flex;
    flex-direction: column
}

.pasos-card h3 {
    font-size: 24px;
    text-align: left;
    margin-block-start: 0;
    margin-block-end: 0;
    color: var(--GrisMasOscuro)
}

.pasos-card p {
    margin-block-start: 8px;
    margin-block-end: 0;
    color: var(--GrisOscuro)
}

.pasos-card p strong {
    color: var(--GrisOscuro)
}

.pasos-card p a {
    color: #fd5b00;
    text-decoration: none;
    font-weight: 700
}

.pasos-card::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 25px 18px rgba(96, 128, 159, .1882352941))
}

@media screen and (min-width:601px) {
    .pasos-card::before {
        top: -36px
    }
}

@media screen and (max-width:600px) {
    .pasos-card {
        min-width: inherit;
        max-width: inherit;
        padding: 24px 16px 24px 80px
    }

    .pasos-card h3 {
        font-size: 16px;
        line-height: 10px
    }
}