.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: 0.3em;
	margin-block-end: 1.8em;
}

.cont_max_ancho {
	margin: 0px auto;
	max-width: 1330px;
	padding: 40px 24px;
}



@media screen and (max-width: 600px) {
	h1+.subtitle_ {
		color: #0e2536;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	main h3 {
		font-size: 24px;
		line-height: 26px;
	}

	.landing_mob {
		padding-bottom: 40px;
	}
}


/* ESTILOS CUSTOM */
.lr-banner__redondeado {
	padding: 0px 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, 0.7) 90%)
}

.banner__container .banner__content__logo_convenio__container {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 16px;
	margin: 0 0 20px 0px;
	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 0px;
	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 0px;
	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
}

.lr-bajada_1__container {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}

.lr-bajada_1__container h1 {
	font-weight: 700;
	text-align: center;
	max-width: 800px;
	font-size: 24px;
	line-height: 1.2
}

@media(min-width: 768px) {
	.lr-bajada_1__container h1 {
		font-size: 32px
	}
}

@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: rgba(0, 0, 0, 0);
	-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
	}
}

.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: 1000px;
	min-height: 50px;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 40px;
	padding: 20px;
	margin-bottom: 20px;
	gap: 4px;
	position: relative;
	font-family: "Nunito", sans-serif;
	font-weight: 400
}

@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
	}
}

.pasos-cards__container {
	display: flex;
	gap: 48px 32px;
	flex-wrap: wrap;
	justify-content: center
}

@media screen and (max-width: 600px) {
	.pasos-cards__container {
		flex-direction: column;
		gap: 16px
	}
}

.lr-boton-cta__section {
	padding-bottom: 40px;
	margin-top: 40px
}

.lr-boton-cta__section .lr-boton-cta__container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}

.lr-boton-cta__section .lr-boton-cta__container .lr-boton-cta__boton {
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	display: flex;
	width: auto;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-decoration: none;
	background: linear-gradient(90deg, #fd5b00 0%, #fd8300 100%);
	color: #fff;
	font-size: 14px;
	padding: 8px 30px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	line-height: 140%;
	transition: all .3s ease
}

.lr-boton-cta__section .lr-boton-cta__container .lr-boton-cta__boton:hover {
	background: linear-gradient(90deg, #fd5b00 80%, #fd8300 100%)
}

.puntos-horizontal__container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px
}

@media(min-width: 768px) {
	.puntos-horizontal__container {
		gap: 8px
	}
}

@media(min-width: 992px) {
	.puntos-horizontal__container {
		gap: 12px
	}
}

.puntos-horizontal__puntos {
	color: #731f81;
	font-weight: 900;
	font-size: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}

@media(min-width: 768px) {
	.puntos-horizontal__puntos {
		font-size: 64px
	}
}

@media(min-width: 992px) {
	.puntos-horizontal__puntos {
		font-size: 88px
	}
}

.puntos-horizontal__puntos p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px
}

.puntos-horizontal__puntos p span {
	line-height: .5;
	margin-bottom: 4px
}

@media(min-width: 768px) {
	.puntos-horizontal__puntos p span {
		margin-bottom: 8px
	}
}

.puntos-horizontal__img {
	height: 40px;
	width: auto;
	margin-bottom: 4px
}

@media(min-width: 768px) {
	.puntos-horizontal__img {
		height: 60px
	}
}

@media(min-width: 992px) {
	.puntos-horizontal__img {
		height: 80px
	}
}

.puntos-horizontal__extra {
	color: #731f81;
	font-weight: 900;
	font-size: 36px
}

@media(min-width: 768px) {
	.puntos-horizontal__extra {
		font-size: 64px
	}
}

@media(min-width: 992px) {
	.puntos-horizontal__extra {
		font-size: 88px
	}
}

.bajada_2__texto {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 24px;
	color: #122e43
}

@media(min-width: 768px) {
	.bajada_2__texto {
		font-size: 28px
	}
}

@media(min-width: 992px) {
	.bajada_2__texto {
		font-size: 32px
	}
}

.texto-degradado-100-ancho__container {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-image: -webkit-linear-gradient(right, #ff8400, #b4008c, #005ae5);
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	color: #6e137e;
	width: 100%;
	container-type: inline-size
}

.texto-degradado-100-ancho__texto {
	text-align: center;
	font-weight: 900;
	font-size: clamp(1rem, 45cqi, 15rem);
	width: 100%;
	display: block;
	line-height: 1.1
}

.cont-borde-degradado__wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}

.cont-borde-degradado__container {
	background-image: -webkit-linear-gradient(right, #ff8400, #b4008c, #005ae5);
	padding: 2px;
	border-radius: 50px;
	display: inline-block;
	width: fit-content;
	margin: 0 auto
}

.cont-borde-degradado__content {
	background: #fff;
	border-radius: 50px;
	padding: 4px 25px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media(min-width: 768px) {
	.cont-borde-degradado__content {
		padding: 4px 50px
	}
}

.cont-borde-degradado__content p {
	margin: 0;
	background-image: -webkit-linear-gradient(right, #ff8400, #b4008c, #005ae5);
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	color: #6e137e;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1
}

@media(min-width: 768px) {
	.cont-borde-degradado__content p {
		font-size: 56px
	}
}

.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
	}
}

@media(min-width: 768px) {
	.legal-dentro-card p {
		font-size: 20px
	}
}

.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
	}
}

.pasos-card::before {
	content: "";
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	filter: drop-shadow(0px 25px 18px rgba(96, 128, 159, 0.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: 8px
	}
}

.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: 8px
	}
}

.pasos-card.icono-palomitas::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-palomitas::before {
		width: 38px;
		height: 64px;
		left: 20px;
		top: 8px
	}
}

.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: 26px
	}
}

.pasos-card.icono-completo::before {
	background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/14317452956290677-template_beneficio_cine_paso2.png");
	width: 72px;
	height: 120px;
	right: 16px;
	bottom: 80px
}

@media screen and (max-width: 600px) {
	.pasos-card.icono-completo::before {
		width: 40px;
		height: 64px;
		left: 20px;
		top: 8px
	}
}

.pasos-card.icono-app::before {
	background-image: url("./img/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: 16px
	}
}

.pasos-card.icono-www::before {
	background-image: url("./img/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: 16px
	}
}

.pasos-card.icono-puntos::before {
	background-image: url("./img/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: 16px
	}
}

.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: 16px
	}
}

.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(0px 25px 18px rgba(96, 128, 159, 0.031372549));
	min-height: 104px;
	display: flex;
	flex-direction: column
}

.pasos-card h3 {
	font-size: 24px;
	text-align: left;
	margin-block-start: 0em;
	margin-block-end: 0em;
	color: var(--GrisMasOscuro)
}

.pasos-card p {
	margin-block-start: 8px;
	margin-block-end: 0px;
	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(0px 25px 18px rgba(96, 128, 159, 0.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
	}
}


.beneficio_centrado {
    padding: 20px;
    width: fit-content;
    margin: auto;
}