/* Theme */
main {
    background-color: #f7f9fc;
}
main * {
    box-sizing: border-box;
    color: #122e43;
}

.landing_desk {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 520px;
    height: 65vh;
    max-height: 620px;
    padding: 64px 24px 140px;
    overflow: hidden;
}

.landing_desk::after {
    background-image: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/31160376215492036-landing-beneficios-divider-1.svg');
    background-position: center;
    content: '';
    position: absolute;
    z-index: 0;
    height: 122px;
    right: 0;
    bottom: 0;
    left: 0;
}

.gradientecolor::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to left, #ff8400, #ff8400, #b4008c, #005ae5);
}

.landing_desk>div {
    max-width: 1120px;
    width: 100%;
    margin: auto;
    z-index: 1;
}

.landing_desk>div>div {
    max-width: 630px;
}

.landing_desk>div>div:nth-child(2) {
    display: flex;
    flex-direction: column;
}


.landing_mob>div:nth-child(3) {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px 0 20px;
    text-align: center;
}

.landing_mob>div:nth-child(3)>div:nth-child(1) {
    max-width: 650px;
}

.landing_mob>div:nth-child(3)>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* MOBILE */
@media (max-width: 768px) {
    .landing-pay__brand {
        display: block;
    }
}

/* /Theme */
.cta_txt {
    font-size: 16px;
    line-height: 20px;
}

.landing_mob {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 30px;
}

.landing_mob_img {
    background-position: center right;
    background-size: cover;
    width: 100%;
    height: 28vh;
    max-height: 224px;
    position: relative;
}

.logo_landing_mob {
    display: flex;
    justify-content: center;
    margin-top: -60px;
    width: 100%;
}

@media screen and (min-width: 601px) {
    main h1.tit_ {
        font-size: 38px;
        line-height: 45px;
        
        margin-block-end: 0.3em;
        color: #fff;
    }

    main h2 {
        font-size: 30px;
        line-height: 30px;
        color: #122e43;
        text-align: center;
    }

    .landing_mob {
        display: none !important;
    }

    .logo_landing_mob {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    main h1.tit_ {
        font-size: 30px;
        line-height: 36px;
        
        color: #122e43;
        margin-top: 30px;
        color: #6e137e;
        background: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    main h2 {
        font-size: 18px;
        line-height: 22px;
        color: #122e43;
        text-align: center;
    }

    .landing_desk {
        display: none !important;
    }

    .logo_landing_desk {
        display: none !important;
    }

    .logo_landing_mob img {
        width: 150px !important;
        z-index: 1;
    }
}

@media screen and (min-width: 601px) {
    p.sub_ {
        font-size: 22px;
        margin-block-start: 0em;
        color: #fff;
        line-height: 28px;
    }
}

@media screen and (max-width: 600px) {
    p.sub_ {
        font-size: 18px;
        line-height: 24px;
        color: #122e43;
    }
}

.cont_logo_landing_desk {
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
    z-index: 1;
}

.logo_landing_desk {
    display: flex;
    justify-content: center;
    position: absolute;
    margin-top: -200px;
    right: 0px;
}

.logo_landing_desk img {
    max-width: 164px;
}

.fondo_color_celeste {
    background-color: #f6f9fc;
}

.fondo_color_blanco {
    background-color: #fff;
}

.tit_>span {
    display: inline-block;
    background-color: #fff;
    color: #ff7a02;
    font-size: 99px;
    
    border-radius: 200px;
    line-height: 7.4rem;
    padding: 0px 24px;
    letter-spacing: -0.1rem;
    position: relative;
    margin-bottom: 10px;
}

.tit_>span>span {
    
    font-size: 46px;
    display: inline-block;
    line-height: 2.3rem;
    margin-left: 5px;
    color: #ff7a02;
}


.cont_max_ancho {
    font-size: 38px;
    text-align: center;
    
    margin: 0px auto;
    max-width: 1170px;
    padding: 80px 24px 20px;
}

@media (max-width: 768px) {
    .cont_max_ancho {
        padding: 0 20px 20px;
    }
}

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

main h4 {
    font-size: 18px;
    color: #2F5776;
    text-align: center;
    margin-block-start: 3.5em;
    margin-block-end: 3em;
    
}



main .cta {
    background: linear-gradient(230deg, #0e2536 60.8%, #b3cae0 106.48%);
    color: #fff;
    padding: 24px 24px 24px 240px;
    font-size: 14px;
    border-radius: 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

main .cta::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center;
    background-image: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/170170658332208-template_beneficio_cine_tarjetas.webp');
    width: 199px;
    height: 96px;
    left: -14px;
    bottom: 12px;
    z-index: 2;
}

main .cta::after {
    content: '';
    position: absolute;
    width: 8px;
    top: 2px;
    bottom: 2px;
    left: 0;
    background: linear-gradient(0deg, #fc671f 0%, #a40089 50.2%, #2463b2 95.79%);
    border-radius: 8px 0px 0px 8px / 20px 0px 0px 20px;
    z-index: 1;
}

main .cta_titulo h3 {
    font-size: 24px;
    line-height: 100%;
    
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #fff;
    text-align: left;
}

main .cta_caracteristicas {
    display: flex;
}

main .cta_caracteristicas>div {
    width: 107px;
    padding: 0px 4px;
    font-size: 14px;
}

main .cta_caracteristicas span {
    display: block;
    text-align: center;
    
    color: #fff;
}

main .cta_boton {
    border-radius: 8px;
    max-height: 56px;
    overflow: hidden;
    padding: 16px 32px;
    text-decoration: none;

    /* animacion boton */
    background-size: 400% 100%;
    animation: gradient 1s ease-in-out infinite;
    transition: all 400ms;
    position: relative;
    z-index: 2;
}

main .cta_boton:link,
main .cta_boton:visited {
    font-size: 18px;
    
}

main .cta_boton:hover,
main .cta_boton:active {
    padding: 16px 32px 20px 32px;
    transform: scale(1.05);

    /* animacion boton */
    background-size: 400% 100%;
    animation: gradient 400ms ease infinite;
    display: inline-block;
}

main .cta_boton::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.gratiente_1 {
    color: #ff7323;
}

.gratiente_2 {
    color: #fc6425;
}

.gratiente_3 {
    color: #f4592a;
}

.gratiente_4 {
    color: #e84735;
}

.gratiente_5 {
    color: #dc3641;
}

.gratiente_6 {
    color: #d2284f;
}

.gratiente_7 {
    color: #c81a5e;
}

.gratiente_8 {
    color: #be0f6e;
}

.gratiente_9 {
    color: #af0080;
}

.gratiente_10 {
    color: #93118d;
}

.gratiente_11 {
    color: #7e1896;
}

.gratiente_12 {
    color: #6b20a0;
}

.gratiente_13 {
    color: #532bac;
}

.gratiente_14 {
    color: #3c34b8;
}

.gratiente_15 {
    color: #283ec4;
}

.gratiente_16 {
    color: #1647cf;
}

.gratiente_17 {
    color: #004fd9;
}

.gratiente_1,
.gratiente_2,
.gratiente_3,
.gratiente_4,
.gratiente_5,
.gratiente_6,
.gratiente_7,
.gratiente_8,
.gratiente_9,
.gratiente_10,
.gratiente_11,
.gratiente_12,
.gratiente_13,
.gratiente_14,
.gratiente_15,
.gratiente_16,
.gratiente_17 {
    
}

main .tit_gradient {
    color: #6e137e;
    background: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    
    line-height: 40px;
    margin-top: 10px;
}

main .cards_compras {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
}

@media (max-width: 768px) {
    main .cards_compras {
        margin-top: 24px;
    }
}

main .cards_compras p,
main .cards_compras strong {
    color: #f6f9fc;
}

main .cards_compras strong {
    color: #fff;
}

main .cards_compras p a {
    /* color link default 
    color: #18A0FB;
    */
    color: #ff7a02;
    text-decoration: none;
    
}

main .cards_compras p a:hover {
    text-decoration: underline;
}

main .cards_compras p a:focus {
    color: #007acb;
    text-decoration: underline;
}

main .cards_compras>div {
    background: linear-gradient(230deg, #0e2536 60.8%, #b3cae0 106.48%);
    color: #fff;
    flex: 1;
    min-width: 540px;
    max-width: 540px;
    padding: 24px 24px 24px 200px;
    font-size: 14px;
    border-radius: 16px;
    position: relative;
}

main .cards_compras>div::after {
    content: '';
    position: absolute;
    width: 8px;
    top: 2px;
    bottom: 2px;
    left: 0;
    background: linear-gradient(0deg, #fc671f 0%, #a40089 50.2%, #2463b2 95.79%);
    border-radius: 8px 0px 0px 8px / 20px 0px 0px 20px;
}

main .cards_compras>div::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0px 25px 18px #60809f30);
}

main .cards_compras>div.compra1::before {
    background-image: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/5134611096438682-template_beneficio_cine_compra1.webp');
    width: 184px;
    height: 157px;
    left: 0px;
    bottom: 30px;
}

main .cards_compras>div.compra2::before {
    background-image: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/5833621945364802-template_beneficio_cine_compra2.webp');
    width: 156px;
    height: 148px;
    left: 24px;
    bottom: 30px;
    background-repeat: no-repeat;
}

.cards_compras>div h3 {
    font-size: 22px;
    text-align: left;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #fff;
}

.interesar_landing {
    padding: 40px 20px 20px 20px;
}

.interesar_landing h2 {
    font-size: 30px;
    
    line-height: 30px;
    text-align: center;
}

main .interesar_landing h3 {
    margin-block-start: 0em;
    margin-block-end: 1em;
}

.con_pun_gana {
    display: flex;
    gap: 40px;
    flex-direction: row;
    justify-content: center;
    padding: 0px 0px 50px 0px;
}

.con_pun_gana .card_pun_gana {
    display: flex;
    box-shadow: 0 12px 20px -2px rgb(96 128 159 / 15%);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    min-height: 140px;
}

.con_pun_gana .card_pun_gana img {
    width: 76px;
}

.con_pun_gana .card_pun_gana .linea {
    border-left: 1px solid #edeff1;
}

.con_pun_gana .card_pun_gana .texto {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 16px 24px 16px 16px;
}

.contiene_img_card {
    background-color: #f6f9fc;
    padding: 32px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blend-mode-darken {
    mix-blend-mode: darken;
}

.con_pun_gana .card_pun_gana .texto p {
    font-size: 16px;
    color: #60809f;
    
    
    line-height: 22px;
    margin: 0;
    margin-bottom: 2px;
}

.con_pun_gana .card_pun_gana .texto h3 {
    
    
    color: #122e43;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 12px;
}

.con_pun_gana .card_pun_gana .texto .btn a {
    
    color: #122e43;
    height: 56px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f6f9fc 0%, #e3edf7 100%);
    box-shadow: inset 0px -2px 0px #ffffff;
    border: 1px solid #b3cae0;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 14px;
}

.con_pun_gana .card_pun_gana .texto .btn a:hover {
    background: linear-gradient(360deg, #b3cae0 0%, #d0e1f1 100%);
    box-shadow: inset 0px -2px 0px #e3edf7;
}

.con_pun_gana .card_pun_gana .texto .btn a:focus {
    background: linear-gradient(180deg, #f6f9fc 0%, #e3edf7 100%);
    border: 1px solid #d0e1f1;
    box-shadow: 0px 0px 0px 1px #e8f5ff, 0px 0px 4px 3px rgba(24, 160, 251, 0.8),
        inset 0px -2px 0px #ffffff;
}

.landing_beneficios_txt_legal {
    font-size: 14px;
    color: #587592;
    text-align: justify;
}

.con_pun_gana .card_pun_gana .texto h3 {
    font-size: 16px;
    margin-block-end: 0.4em;
    text-align: left;
    line-height: 20px;
}

.con_pun_gana .card_pun_gana .texto p {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 17px;
}

/* Mobile */

@media screen and (max-width: 1070px) {
    main .cards_compras>div {
        min-width: 100%;
        padding: 24px;
    }

    main .cards_compras>div.compra1::before,
    main .cards_compras>div.compra2::before {
        display: none;
    }

    main .cta {
        flex-direction: column;
        padding: 70px 24px 32px 24px;
        min-height: 300px;
    }

    main .cta::before {
        left: auto;
        bottom: auto;
        top: -20px;
        width: 159px;
        height: 76px;
    }

    main .cta_titulo h3 {
        font-size: 20px;
    }

    main .cta_caracteristicas>div {
        width: 100px;
    }

    .not_mobile {
        display: none;
    }
}

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

    .con_pun_gana {
        flex-direction: column;
        padding: 40px 20px;
        gap: 25px;
    }

    .landing_mob {
        padding-bottom: 40px;
        background-color: #f6f9fc;
    }

    .tit_>span:after {
        display: none;
    }

    .tit_>span {
        font-size: 75px;
        line-height: 60px;
        color: #6e137e;
        background: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .tit_>span>span {
        font-size: 30px;
        line-height: 1.8rem;
        text-align: left;
    }

    main .interesar_landing h3 {
        margin-block-start: 0em;
        margin-block-end: 0em;
    }

    .con_pun_gana .card_pun_gana img {
        width: 60px;
    }

    .gradiente::before {
        display: none;
    }

    main .tit_gradient {
        line-height: 32px;
        margin-top: 0px;
    }
}

/* Banner png + gradiente */
.landing_desk {
    background-repeat: no-repeat;
}

@media (max-height: 880px) and (min-width: 1070px) {
    .landing_desk {
        background-size: cover;
    }
}

@media (min-height: 880px) and (min-width: 1070px) {
    .landing_desk {
        background-size: cover;
    }
}

@media (min-height: 880px) and (min-width: 1400px) {
    .landing_desk {
        background-size: contain;
    }
}

@media (min-height: 720px) and (min-width: 1070px) {
    .landing_desk {
        background-size: cover;
    }
}

@media (min-height: 720px) and (min-width: 1140px) {
    .landing_desk {
        background-size: cover;
    }
}


/* Boton compartir */
.btn_compartir_contenedor {
    display: inline-block;
}

.btn_compartir_contenedor a {
    display: flex;
    color: #122e43;
    
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0px 16px;
    border-radius: 6px;
    text-decoration: none;
    gap: 8px;
}

.btn_compartir_contenedor a:link,
.btn_compartir_contenedor a:visited {
    border: 1px solid #b3cae0;
    background: linear-gradient(180deg, #f6f9fc 0%, #e3edf7 100%);
    box-shadow: 0px -2px 0px 0px #fff inset;
}

.btn_compartir_contenedor a:hover,
.btn_compartir_contenedor a:active {
    border: 1px solid #b3cae0;
    background: linear-gradient(0deg, #b3cae0 0%, #d0e1f1 100%);
    box-shadow: 0px -2px 0px 0px #e3edf7 inset;
}

.btn_compartir_contenedor a:focus {
    outline: 1px solid #d0e1f1;
    background: linear-gradient(180deg, #f6f9fc 0%, #e3edf7 100%);
    box-shadow: 0px -2px 0px 0px #fff inset, 0px 0px 4px 3px rgba(24, 160, 251, 0.8),
        0px 0px 0px 1px #e8f5ff;
}

.btn_compartir_contenedor a::after {
    content: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/3732819619767622-ico_btn_secundary_whatsapp-2.svg');
    line-height: 45px;
}

/* Bread */
main {
    position: relative;
}

.contenedor_landing_bread {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.landing_bread {
    
    /*
    background-color: rgba(0,0,0,.1);
    */
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.2) 20%,
            rgba(0, 0, 0, 0) 60%);
    cursor: default;
}

.landing_bread>div {
    max-width: 1348px;
    margin: 0px auto;
    display: flex;
    height: 40px;
    align-items: center;
    color: #fff;
    font-size: 12px;
    padding: 0px 24px;
}

.landing_bread a {
    color: #fff;
    opacity: 1;
    text-decoration: none;
    
    margin-right: 4px;
}

.landing_bread_items>div {
    color: #fff;
    display: flex;
    align-items: center;
}

.landing_bread_items {
    display: flex;
}

.landing_bread_items>div:not(:first-child):before {
    content: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/7136914386155988-template_beneficio_breadcrumb_arrow_right.svg');
    margin: 0px 8px;
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: cover;
    display: inline-block;
}

@media (max-width: 720px) {
    .landing_bread {
        background: linear-gradient(90deg,
                rgba(0, 0, 0, 0.7) 0%,
                rgba(0, 0, 0, 0.5) 20%,
                rgba(0, 0, 0, 0) 60%);
    }
}

/* /Bread */

main h3 {
    margin-block-end: 1.2em;
}

.beneficio {
    padding: 24px 0 40px;
    background: #F6F9FC;
}

.beneficio__card {
    width: 1061px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    padding: 24px 64px 24px;
    background: #fff;
    border-radius: 44px;
    box-shadow:
        0 18px 28px rgba(16, 24, 40, 0.16),
        0 2px 4px rgba(16, 24, 40, 0.08);
}

.beneficio__top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.beneficio__nums {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 10px;
}

.num {
    
    
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.num--6 {
    font-size: 230px;
    background-image: linear-gradient(90deg, #2463B2 0%, #424CA9 100%);
}

.num--o {
    font-size: 110px;
    
    letter-spacing: -0.02em;
    background-image: linear-gradient(90deg, #424CA9 0%, #5F359F 100%);
}

.num--12 {
    font-size: 230px;
    background-image: linear-gradient(90deg, #5F359F 0%, #A40089 100%);
}

.beneficio__title {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-family: 'Nunito-Bold';
}

.beneficio__line {
    
    
    text-transform: uppercase;
    letter-spacing: -0.03em;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #A40089 0%, #D63A4D 45%, #FC671F 100%);
}

.beneficio__line--top {
    font-size: 65px;
    
    
}

.beneficio__line--bottom {
    font-size: 94px;
    
    
}

.beneficio__subtitle {
    margin: 0 30px;
    text-align: center;
    
    
    font-size: 52px;
    letter-spacing: 0.02em;
    color: #07253B;
    font-family: 'Nunito-Bold';
}

.beneficio__cta {
    display: flex;
    justify-content: center;
}

.beneficio__cta-img {
    max-width: 560px;
    width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 768px) {
    .beneficio__card {
        max-width: calc(100% - 40px);
        padding: 20px 20px 20px;
        border-radius: 34px;
    }

    .beneficio__top {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .beneficio__nums {
        gap: 12px;
    }

    .num--6,
    .num--12 {
        font-size: 120px;
    }

    .num--o {
        font-size: 56px;
    }

    .beneficio__line--top {
        font-size: 54px;
        text-align: center;
    }

    .beneficio__line--bottom {
        font-size: 70px;
        text-align: center;
    }

    .beneficio__subtitle {
        font-size: 40px;
    }

    .beneficio__cta-img {
        max-width: 520px;
    }
}

@media (max-width: 520px) {

    .num--6,
    .num--12 {
        font-size: 92px;
    }

    .num--o {
        font-size: 44px;
        transform: translateY(-6px);
    }

    .beneficio__line--top {
        font-size: 42px;
    }

    .beneficio__line--bottom {
        font-size: 54px;
    }

    .beneficio__subtitle {
        font-size: 30px;
    }

    .beneficio__cta-img {
        max-width: 420px;
    }
}

.oportunidades {
    background: #F6F9FC;
    padding: 10px 0 20px;
}

.oportunidades__container {
    width: 1061px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    text-align: center;
}

.oportunidades__title {
    
    
    color: #122e43;
    font-size: clamp(38px, 6vw, 38px);
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin: 0 0 clamp(22px, 5vw, 60px);
    text-wrap: balance;
}


.oportunidades__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.oportunidades__image {
    max-width: 520px;
    width: 100%;
    height: auto;
    display: block;
}


.categorias {
    background: #F6F9FC;
    padding: 40px 0 60px;
}

.categorias__container {
    width: 1061px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.categorias__img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 600px) {
    .categorias {
        padding: 24px 0 40px;
    }

    .categorias__container {
        max-width: calc(100% - 32px);
    }
}



span.num {
    font-family: 'Nunito-Bold';
}

