/* Theme */

main * {
    box-sizing: border-box;
    font-family: 'Nunito-Regular';
    font-weight: 400;
    color: #0E2536;
}
.hidden {
    opacity: 0;
    transition: opacity 1.5s ease;
}

.visible {
    opacity: 1;
    transition: opacity 1.5s ease;
}
.landing_desk {
    align-items: center;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    height: 65dvh;
    max-height: 580px;
    min-height: 450px;
    padding-bottom: 100px;
    padding: 40px 24px;
    position: relative;
}
.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;
}
.gradiente::before{
   content: '';
   position: absolute;
   z-index: 0;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   /* background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));*/
   background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7049194677871149) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
}
.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);
}
.gradientenaranja::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(270deg, #F6F9FC 28%, #FC671F 61%);
}
.gradientenaranja-mob::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(circle, rgba(249,170,133,1) 0%, rgba(249,170,133,1) 20%, rgba(252,103,31,1) 80%);
}
.naranja::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FC671F;
}
.gris::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F6F9FC;
}
.landing_desk > div {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    z-index: 1;
}
.landing_desk .title_container {
    max-width: 520px;
}
.landing_desk > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.landing_desk .landing_desktop_hero_image {
    background-image: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/14252264560537564-banner-desktop.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 44px;
    height: 65dvh;
    max-height: 580px;
    min-height: 450px;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    z-index: 1;
    pointer-events: none;
}
@media screen and (max-width: 899px) {
    .landing_desktop_hero_image {
        display: none;
    }
    #bannerdinamico.gradientenaranja::before {
        background: #FC671F;
    }
    #landing_heading_copy {
        position: relative;
        top: -24px;
    }
}
@media screen and (min-width: 900px) and (max-width: 991px) {
    .landing_desk .landing_desktop_hero_image {
        background-position: 16px center;
    }
}
@media screen and (min-width: 992px) {
    #landing_heading_copy {
        padding-left: 24px;
    }
}
main strong {
    font-family: 'Nunito-Bold';
}
.landing_mob > div:nth-child(2) {
    max-width: 1300px;
    margin: auto;
    padding: 24px 24px 0 24px;
    text-align: center;
}
.landing_mob > div:nth-child(2) > div:nth-child(1) {
    max-width: 650px;
}
.landing_mob > div:nth-child(2) > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    left: -50%;
    right: 54px;
    top: 16px;
}
/* /Theme */

.list_landing {
    list-style: disc outside;
    max-width: 850px;
    font-size: 16px !important;
    line-height: 28px;
    font-family: 'Nunito-Regular' !important
}
.cta_txt {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Nunito-Regular'
}
.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%;
    position: relative;
}
.logo_landing_mob {
    display: flex;
    justify-content: center;
    margin-top: -60px;
    width: 100%
}

@media screen and (min-width:600px) {
    main h1.tit_ {
        font-size: 38px;
        font-family: 'Nunito-Bold' !important;
        line-height: 45px;
        font-weight: 400;
        margin-block-end: 0.3em;
        color: #fff;
    }
    main h2 {
        font-size: 30px;
        font-family: 'Nunito-Regular' !important;
        line-height: 30px;
        color: #122E43;
        text-align: center
    }
    .landing_mob {
        display: none !important
    }
    .logo_landing_mob {
        display: none !important
    }
    .landing_mob dotlottie-player {
        min-width: 500px;
    }
}

@media screen and (max-width:599px) {
    .fondo_color_celeste .cont_max_ancho > h3 br {
        display: none;
    }
    main h1.tit_ {
        font-size: 28px;
        line-height: 32px;
        font-family: 'Nunito-Bold';
        font-weight: 400;
        color: #FF7A02;
        margin-top: 0px;
        text-align: left;
    }
    main h2 {
        font-size: 18px;
        font-family: 'Nunito-Regular';
        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;
    }
    .contenedor_landing_bread {
        display: none;
    }
    .landing_mob dotlottie-player {
        min-height: 206px;
    }
}

@media screen and (min-width:600px) {
    p.sub_ {
        font-size: 22px;
        font-family: 'Nunito-Regular';
        margin-block-start: 0em;
        color: #fff;
        line-height: 28px;
    }
    h1 + .subtitle_ {
        color: #fff;
        max-width: 480px;
    }
    .cards_pasos > div::before {
        top: -36px;
    }
}

@media screen and (max-width:599px) {
    p.sub_ {
        font-size: 18px;
        line-height: 24px;
        font-family: 'Nunito-Regular';
        color: #122E43
    }
    h1 + .subtitle_ {
        font-size: 20px;
        text-align: left;
        color: #0E2536;
    }
}

.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: 220px;
}

/* FAQs */
.faqs {
	background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/04124477861623976-bd-fondo_faq.svg");
    background-position-x: center;
    background-position-y: 50px;
    background-repeat: no-repeat;
    background-color: #F3F5F8;
	min-height: 1070px;
	background-size: cover;
}
.contenedor_faq {
    padding-bottom: 32px;
}
.contenedor_faq > div:first-child {
    border-radius: 10px 10px 0px 0px;
}
.faq_pregunta {
    position: relative;
    display: flex;
    align-items: center;
}
.faq_pregunta {
    padding: 32px 70px 32px 32px;
}
.faq_pregunta {
    cursor: pointer;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F9FC 100%);
    font-size: 20px;
    line-height: 24px;
    color: #122E43;
	border-radius: 16px 16px 0px 0px;
}
.faq_pregunta::after {
    content: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/6660126466738991-bd-chevron.svg');
    position: absolute;
    right: 32px;
    transition: all 400ms;
    height: 40px;
}
.faq_respuesta {
	border-radius:  0px 0px 16px 16px;
}
.faq_respuesta {
    padding: 32px;
}
.faq_respuesta {
    display: none;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    color: #416179;
	border-top: 1px solid #E3EDF7;
    transition: height 200ms ease;
}
.faq_respuesta > p:first-child {
    margin-top: 0;
}
.faq_activa .faq_pregunta {
    font-family: 'Nunito-Bold';
}
.faq_activa .faq_pregunta::after {
    transform: rotate(180deg);
}
.contenedor_faq_general {
	max-width: 900px;
    margin: 0px auto;
	position: relative;
}
.posicion_absoluta {
    z-index: 5;
    max-width: 849px;
    padding-top: 200px;
}
.faq {
	margin-bottom: 16px;
	border-radius: 16px !important;
	border: 1px solid #D0E1F1;
	overflow: hidden;
}
.faq_titulo_general {
	display: flex;
	background: #FFFFFF;
	border: 1px solid #E3EDF7;
	border-radius: 16px;
	padding: 40px 48px;
	margin-bottom: 16px;
	align-items: center;
}
.faq_titulo_general h3 {
	font-size: 37px;
	color: #122E43;
	margin-block-start: 0em;
	margin-block-end: 0.5em;
    text-align: left;
}
.faq_titulo_general p {
	margin-block-start: 0em;
    margin-block-end: 0em;
	color: #60809F;
	font-size: 15px;
    /*max-width: 550px;*/
}
.faq_titulo_icono {
	margin-right: 56px;
}

.faq_activa .faq_pregunta::after {
    content: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/7966940951871055-bd-chevronactivo.svg');
}

@media only screen and (max-width: 959px) {
	.faqs {
		background-position-x: 50%;
	}
	.faq_titulo_general {
		margin: 0px 24px 24px 24px;
		padding: 40px 40px;
	}
	.contenedor_faq {
		margin: 0px 24px;
	}
	.faq_titulo_general h3 {
		margin-bottom: 24px;
	}	
}

@media only screen and (max-width:599px) {	
	.posicion_absoluta {
		max-width: 100%;
	}
	.faq_titulo_general {
		flex-direction: column;
        padding: 32px;
	}
	.faq_titulo_general h3 {
		line-height: 28px;
		font-size: 28px;
		text-align: center;
	}
	.faq_titulo_general p {
		text-align: center;
	}
	.faq_titulo_icono {
		margin-right: 0px;
	}	
    .faq_pregunta {
        font-size: 18px;
        line-height: 22px;
        padding: 32px 90px 32px 32px;
    }
    .faq_respuesta {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Fin FAQs */

/* prueba fondo */
#bannerdinamico {
    background-size: contain;
    background-position: center;
}
.fondonuevo1 {
    background-image: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/5432837725332955-landing-beneficios-hero-2.webp') !important;
}
.fondonuevo2 {
    background-image: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/0669401775925893-template_beneficio_cine_hero_nuevo.webp') !important;
}
.fondonuevo3 {
    background-image: url('https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/6444123493966007-template_beneficio_cine_hero_sirenita.webp') !important;
}
/* prueba fondo */

.fondo_color_celeste {
    background-color: #F6F9FC;
}
.fondo_color_celeste .cont_max_ancho > h3 {
    color: #122E43;
}
.fondo_color_blanco {
    background-color: #FFF;
}
.tit_ > span {
    display: inline-block;
    background-color: #fff;
    color: #FF7A02;
    font-size: 32px;
    font-family: 'Nunito-Bold';
    border-radius: 200px;
    padding: 0px 24px 0 22px;
    letter-spacing: -0.04rem;
    position: relative;
    margin-bottom: 16px;
}
.tit_ > span > span {
    font-family: 'Nunito-Bold';
    font-size: 46px;
    display: inline-block;
    line-height: 2.3rem;
    margin-left: 5px;
    color: #FF7A02;
}
.subtitle_ {
    font-family: 'Nunito-Regular';
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: left;
}
.cont_max_ancho {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px auto;
    max-width: 1170px;
    padding: 40px 24px;
}
.cont_max_ancho.autorizar {
    padding: 80px 24px 64px 24px;
}
main h3 {
    font-size: 38px;
    text-align: center;
    margin-block-start: 1.5em;
    margin-block-end: 1.5em;
    font-family: 'Nunito-Bold';
}
.cards_pasos {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}
.cards_pasos > div {
    background-color: #fff;
    flex: 1;
    min-width: 240px;
    max-width: 240px;
    padding: 60px 12px 24px 12px;
    font-size: 14px;
    border-radius: 16px;
    position: relative;
    filter: drop-shadow(0px 25px 18px #60809f08);
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cards_pasos > div h3 {
    font-size: 24px;
    text-align: left;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #2F5776;
    font-family: 'Nunito-Bold';
}
.cards_pasos > div p {
    margin-block-start: 8px;
    margin-block-end: 0px;
    color: #587592;
}
.cards_pasos > div p strong {
    color: #587592;
}
.color_default {
    color: #FF7A02;
}

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: 32px;
}
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%;
    font-family: 'Nunito-ExtraBold' !important;
    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;
    font-family: 'Nunito-SemiBold' !important;
    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;
    font-family: 'Nunito-Bold';
}
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  {
    font-family: 'Nunito-Bold';
}

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;
    font-family: 'Nunito-Bold';
    margin-top: 12px;
}

main .cards_compras {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}
main .cards_compras p, main .cards_compras strong {
    color: #B3CAE0
}
main .cards_compras strong {
    color: #fff;
}
main .cards_compras p a {
    /* color link default 
    color: #18A0FB;
    */
    color: #FF7A02;
    text-decoration: none;
    font-family: 'Nunito-Bold';
}
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: 820px;
    max-width: 820px;
    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: 14px;
}
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: 14px;
    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 {
    display: flex;
    flex-direction: column;
    padding: 40px 24px;
}
.interesar_landing h2 {
    font-size: 30px;
    font-family: 'Nunito-Regular';
    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 64px 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;
    font-family: 'Nunito-Regular';
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    margin-bottom: 2px;
}
.con_pun_gana .card_pun_gana .texto h3 {
    font-family: 'Nunito-Bold';
    font-weight: 400;
    color: #122E43;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 12px;
}
.con_pun_gana .card_pun_gana .texto .btn a {
    font-family: 'Nunito-Bold';
    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;
}
main .cards_pasos a {
    text-decoration: none;
}
main .cards_pasos a strong {
    /* color link default 
    color: #18A0FB;
    */
    color: #FF7A02;
}
main .cards_pasos a:hover strong {
    text-decoration: underline !important;
}
main .cards_pasos a:focus strong {
    color: #007ACB;
    text-decoration: underline !important;
}



/* 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:599px) {
    main h3 {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
    }
    main .cards_pasos h3 {
        font-size: 16px;
        line-height: 10px;
    }
    .cards_pasos {
        flex-direction: column;
    }
    .cards_pasos > div {
        min-width: inherit;
        max-width: inherit;
        padding: 24px 12px 24px 80px;
    }
    .landing_mob {
        padding-bottom: 40px
    }
    .tit_ > span:after {
        display: none;
    }
    .tit_ > span {
        display: inline-block;
        background-color: #FF7A02;
        color: #fff;
        font-size: 20px;
        font-family: 'Nunito-Bold';
        border-radius: 200px;
        padding: 0px 20px 0 18px;
        letter-spacing: -0.04rem;
        position: relative;
        margin-bottom: 16px;
    }
    .tit_ > span > span {
        font-size: 30px;
        line-height: 1.8rem;
        text-align: left;
    }
    .cards_pasos > div.paso1::before {
        width: 40px;
        height: 64px;
        left: 20px;
        bottom: 20px;
    }
    .cards_pasos > div.paso2::before {
        width: 40px;
        height: 64px;
        left: 20px;
        bottom: 20px;
    }
    .cards_pasos > div.paso3::before {
        width: 38px;
        height: 64px;
        left: 20px;
        bottom: 28px;
    }
    .cards_pasos > div.paso4::before {
        width: 38px;
        height: 64px;
        left: 20px;
        bottom: 28px;
    }
    .cards_pasos > div.paso5::before {
        width: 40px;
        height: 64px;
        left: 20px;
        bottom: 28px;
    }
    .cards_pasos {
        gap: 16px;
    }
    .con_pun_gana .card_pun_gana img {
        width: 60px;
    }
    main .tit_gradient {
        margin-top: 12px;
    }
    
}

@media screen and (max-width: 704px) {
    .con_pun_gana {
        flex-direction: column;
        padding: 32px 0 40px 0;
        gap: 25px;
    }
    main .interesar_landing h3 {
        margin-block-start: 0em;
        margin-block-end: 0em;
    }
}

@media screen and (min-width: 705px) {
    main .interesar_landing .Headline3 {
        display: flex;
        align-self: center;
        font-size: 32px;
        text-align: center;
        margin-bottom: 42px;
    }
}

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

@media (max-height: 880px) and (min-width: 1070px) {
    .landing_desk {
        background-size: contain;
    }
}
@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: contain;
    }
}

.txt_tope {
    text-align: center;
    color: #587592;
    margin-top: 40px;
}

/* Boton principal */
.btn_principal_contenedor {
    display: inline-block;
}
.btn_principal_contenedor a {
    display: flex;
    color: #F6F9FC;
    font-family: 'Nunito-Bold';
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0px 16px;
    border-radius: 6px;
    text-decoration: none;
    gap: 8px;
}
.btn_principal_contenedor a:link, .btn_principal_contenedor a:visited {
    background: linear-gradient(180deg, #FD8300 0%, #FD5B00 100%);
    border: 1px solid #EC4A04;
    box-shadow: inset 0px -2px 0px #FFA24E;
}
.btn_principal_contenedor a:hover, .btn_principal_contenedor a:active {
    border: 1px solid #B3CAE0;
    background: linear-gradient(180deg, #FD8300 0%, #FD5B00 100%);
    border: 1px solid #EC4A04;
    box-shadow: inset 0px -2px 0px #FFA24E;
}
.btn_principal_contenedor a:focus {
    outline: 1px solid #D0E1F1;
    background: linear-gradient(180deg, #FD8300 0%, #FD5B00 100%);
    border: 1px solid #EC4A04;
    box-shadow: inset 0px -2px 0px #FFA24E;
}

/* Botones Stores */
.btn_header_contenedor {
    display: flex;
    gap: 16px;
}
.btn_header_contenedor img {
    height: 40px;
}
/* Botones Stores */

/* Boton compartir */
.btn_compartir_contenedor {
    display: inline-block;
}
.btn_compartir_contenedor a {
    display: flex;
    color: #122E43;
    font-family: 'Nunito-Bold';
    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.80), 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 {
    font-family: 'Nunito-Regular';
    /*
    background-color: rgba(0,0,0,.1);
    */
    background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 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;
    font-family: 'Nunito-Bold';
    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.2) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0) 60%);
    }
}
/* /Bread */


/* Como usar Autorizador */
.fondo_color_blanco.contenedor_como_usar {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.home-feature1 {
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.home-container18 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 350px;
    height: 650px;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    background-color: transparent;
}
.home-container19 {
    flex: 1;
    padding: 2rem 2rem 0 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 45%;
    margin-bottom: 64px;
}
.home-feature1 > .home-container19 {
    margin-bottom: 48px;
}
.home-container18 + .home-container19 {
    padding: 2rem 0 0 2rem;
}
.Headline3 {
    color: #122E43;
    background: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
}
.Headline3:nth-child(2) {
    margin-bottom: 16px;
}

@media(max-width: 991px) {
    .cont_max_ancho,
    .cont_max_ancho.autorizar {
        padding: 24px;
    }
    .home-feature1 {
        flex-direction: column;
    }
    .home-container19 {
        max-width: 100%;
        padding: 2rem 0;
        margin: 0;
    }
    .home-feature1 > .home-container18 {
        margin-top: 24px;
    }
    .home-feature1 > .home-container19 {
        margin-bottom: 0;
    }
    .home-container18 + .home-container19 {
        padding: 2rem 0;
        margin: 0;
    }
    .Headline3 {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
    }
}
/* /Como usar Autorizador */


/* Video Player */
#video-container {
    position: relative;
    max-width: 300px;
}
video {
    background-color: #F6F9FC;
    height: 100%;
    width: 100%;
    display: block;
}
.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin: 8px auto 0 auto;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.33);
    -webkit-backdrop-filter: saturate(180%) blur(17.5px);
    backdrop-filter: saturate(180%) blur(17.5px);
    padding: 5px 10px;
    border-radius: 8px;
    transition: opacity 200ms ease;
}
.controls .replay {
    position: relative;
    bottom: 1px;
    right: 2px;
}
button.play-pause {
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 16px;
    margin: 0 10px 0 4px;
    letter-spacing: 2px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    padding: 0;
}
.play-pause.pause {
    font-size: 24px;
    padding-top: 2px;
}
.progress-bar {
    width: 100%;
    height: 5px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.14);
    mix-blend-mode: lighten;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.progress {
    height: 100%;
    background: color(srgb 0.85 0.85 0.85);
    position: absolute;
    top: 0;
    left: 0;
}
/* /Video Player */


/* Loader */
.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    bottom: auto;
    background-color: rgba(0, 0, 0, 0.80);
    overflow: hidden;
    outline: none;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-container img {
    width: 85px;
}

.loading-spinner {
    font-size: 10px;
    border-top: 2px solid rgba(255, 0, 0, 0);
    border-right: 2px solid rgba(255, 0, 0, 0);
    border-bottom: 2px solid rgba(255, 0, 0, 0);
    animation: loader-animation .5s infinite linear;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border-left: 2px solid #FA6400;
}

@keyframes loader-animation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* Loader */