@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;300;700&family=Open+Sans:wght@400;800&display=swap");

/*----------------------------------------*/
/*----------------FUENTES-----------------*/
@font-face {
	font-family: "Open Sans Regular";
	src: url(fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
	font-family: "Open Sans ExtraBold";
	src: url(fonts/OpenSans-ExtraBold.ttf) format("truetype");
}

@font-face {
	font-family: "Open Sans CondensedRegular";
	src: url(fonts/OpenSans_Condensed-Regular.ttf) format("truetype");
}

@font-face {
	font-family: "Open Sans CondensedBold";
	src: url(fonts/OpenSans_Condensed-Bold.ttf) format("truetype");
}

@font-face {
	font-family: "Geomanist-WZ-OT-Bold";
	font-style: normal;
	src: url("./fonts/Geomanist-Bold-WZ.otf") format("opentype");
}

@font-face {
	font-family: "Geomanist-WZ-OT-Book";
	font-style: normal;
	src: url("./fonts/Geomanist-Book-WZ.otf") format("opentype");
}

@font-face {
	font-family: "Geomanist-WZ-OT-Light";
	font-style: normal;
	src: url("./fonts/Geomanist-Light-WZ.otf") format("opentype");
}

@font-face {
	font-family: "Geomanist-WZ-OT-Medium";
	font-style: normal;
	src: url("./fonts/Geomanist-Medium-WZ.otf") format("opentype");
}

@font-face {
	font-family: "Geomanist-WZ-OT-Regular";
	font-style: normal;
	src: url("./fonts/Geomanist-Regular.otf") format("opentype");
}

/*----------------------------------------*/
/*---------------GENÉRICOS----------------*/
/* Ali express Product page */
html {
	scroll-behavior: smooth;
}

.modificador-landing {
	background-color: #d6d9ed;
	margin: auto;
}

/*----------------------------------------*/
/*---------STICKY FIJO SOLICITAR----------*/
.container-soliticar-button-float-desktop a {
	text-decoration: none !important;
	color: inherit !important;
}

.main_content-aliexpress a {
	text-decoration: underline !important;
	color: inherit !important;
}

.main_content-aliexpress {
	position: relative;
}

.container-soliticar-button-float {
	padding: 25px 7px 25px 27px;
	background-color: #152a69;
	display: flex;
	align-items: center;
	position: fixed;
	right: 0;
	gap: 10px;
	border-radius: 30px 0 0 30px;
	z-index: 5;
	top: 538px;
}

.container-soliticar-button-float-desktop {
	display: none;
}

.container-soliticar-button-float p {
	font-size: 16px;
	font-weight: 700;
	font-family: "Geomanist-WZ-OT-Bold";
	line-height: 20px;
	color: white;
	margin: 0;
}

/*----------------------------------------*/
/*--------------BANNER HERO---------------*/
.aliexpress__product__banner-hero {
	background-color: #d6d9ed;
	padding: 89px 0px 55px;
}

.aliexpress___wrapper {
	max-width: 1200px;
	margin: auto;
}

.aliexpress__product__banner-hero h1 {
	font-family: "Geomanist-WZ-OT-Light";
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	color: #152a69;
	padding: 0 0 0 24px;
}

.aliexpress__product__banner-hero-feature-wrapper h1 {
	display: none;
}

.aliexpress__product__banner-hero__container-images-item-text {
	display: none;
}

.aliexpress__product__banner-hero h1 .bold {
	font-family: "Geomanist-WZ-OT-Bold";
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: #152a69;
}

.aliexpress__product__banner-hero h1 .underline {
	position: relative;
	display: inline-block;
}

.aliexpress__product__banner-hero h1 .underline::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	/* Ajusta la posición vertical del subrayado */
	height: 5px;
	/* Grosor del subrayado */
	background-color: #e8927c;
	/* Tu color específico */
	border-radius: 5px;
}

.card-img-tablet {
	display: none;
}

.aliexpress__product__banner-hero__container-images {
	position: relative;
	margin-top: -31px;
}

.cart-img {
	display: none;
	position: absolute;
	z-index: 2;
	top: 25px;
	right: 52px;
	transform: translate(12px, -70px);
	animation: flotar 4s ease-in-out infinite;
}

.camera-img {
	display: none;
	position: absolute;
	z-index: 2;
	top: 165px;
	right: 40px;
	transform: translate(155px, -24px);
	animation: flotar 4s ease-in-out infinite;
}

.shirt-img {
	display: none;
	position: absolute;
	z-index: 2;
	top: 278px;
	left: 11px;
	transform: translate(250px, -24px);
	animation: flotar 4s ease-in-out infinite;
}

.container_emision {
	width: 144px;
	height: 40px;
	position: absolute;
	z-index: 2;
	top: 285px;
	right: 23px;
	background-color: #152a69;
	color: white;
	border-radius: 35px;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.container_promo {
	display: none;
}

.container_promo_mobile {
	width: 176.62px;
	height: 176.62px;
	position: absolute;
	z-index: 2;
	top: 35px;
	left: 142px;
	background-color: #152a69;
	color: white;
	border-radius: 2000px;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.container_promo_mobile h3 {
	font-size: 33.61px;
	font-weight: 700;
	color: #f1a1ec;
	font-family: "Geomanist-WZ-OT-Bold";
	line-height: 31.26px;
	text-align: center;
	margin-top: 15px;
}

.container_promo_mobile p {
	font-size: 10.94px;
	font-weight: 700;
	color: white;
	font-family: "Geomanist-WZ-OT-Bold";
	line-height: 12.5px;
	text-align: center;
	margin-top: -5px;
}

.container_promo_mobile p .bold {
	font-size: 10.94px;
	font-weight: 700;
	color: white;
	font-family: "Geomanist-WZ-OT-Bold";
	line-height: 10.94px;
	opacity: 50%;
	text-align: center;
}

.container_emision p {
	margin: 0;
}

.container_emision p {
	font-size: 12px;
	font-weight: 300;
	color: white;
	font-family: "Geomanist-WZ-OT-Light";
	line-height: 11px;
}

.container_emision .cero-euros {
	display: none;
}

.cero-euros-movil {
	display: inline-block;
}

.container-euros {
	display: flex;
}

.card-img {
	z-index: 1;
	position: relative;
	top: 22px;
	right: 20px;
}

.card-img-desktop {
	display: none;
}

.aliexpress__product__banner-hero__container-features {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0 24px;
	margin-bottom: 17px;
}

.container-single-feature {
	border-radius: 99px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 24px;
	color: #152a69;
	height: 60px;
}

.container-single-feature p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: "Geomanist-WZ-OT-Book";
	color: #152a69;
}

.container-single-feature .container-diagonal {
	border-radius: 99px;
	background-color: #e8927c;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
}

.aliexpress__product__banner-hero__container-features-columns {
	display: flex;
	justify-content: space-between;
	padding-left: 45px;
	padding-right: 30px;
}

.aliexpress__product__banner-hero__container-features-columns .container-single-feature-columns {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
	height: 85px;
	/* justify-content: space-between; */
}

.aliexpress__product__banner-hero__container-features-columns .container-single-feature-columns p {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	font-family: "Geomanist-WZ-OT-Book";
	text-decoration: underline;
	color: #152a69;
	margin-bottom: 6px;
	text-align: center;
}

.aliexpress__product__banner-hero__container-features-columns-desktop {
	display: none;
}

.container-single-feature .container-diagonal-arrow {
	background-color: #e8927c;
	border-radius: 99px;
	width: 36px;
	min-width: 36px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aliexpress__product__banner-hero__container-features-columns .container-diagonal-arrow {
	border-radius: 99px;
	padding: 10px 15px;
	border: 1px solid;
	color: #152a69;
	width: 36px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-diagonal-arrow span {
	display: none;
}

.aliexpress__product__banner-hero .subtitle {
	width: 200px;
}

.aliexpress__product__banner-hero .hero-item {
	width: 160px;
}

@keyframes flotar {

	0%,
	100% {
		transform: translate(12px, -10px) translateY(0) rotate(0deg);
	}

	50% {
		transform: translate(12%, -10px) translateY(10px) rotate(45deg);
	}
}

@media (max-width: 755px) {
	.aliexpress__product__banner-hero__container-images {
		margin-bottom: -6px;
	}
}

@media (min-width: 403px) and (max-width: 517px) {
	.container_emision {
		top: 360px;
		right: 23px;
	}
}

@media (min-width: 517px) and (max-width: 677px) {
	.container_emision {
		top: 467px;
		right: 95px;
	}
}

/*----------------------------------------*/
/*---------------CASHBACK-----------------*/
.aliexpress__product__banner-cashback {
	padding: 50px 24px 41px;
	background-color: white;
	overflow: hidden;
}

.aliexpress__product__banner-cashback h2 {
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Light";
	color: #152a69;
	margin-left: -5px;
}

.aliexpress__product__banner-cashback h2 .underline {
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Light";
	color: #152a69;
	position: relative;
	display: inline-block;
}

.aliexpress__product__banner-cashback h2 .underline::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	/* Ajusta la posición vertical del subrayado */
	height: 5px;
	/* Grosor del subrayado */
	background-color: #e8927c;
	/* Tu color específico */
	border-radius: 5px;
}

.aliexpress__product__banner-cashback h2 .bold {
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Bold";
}

.aliexpress__product__banner-cashback h2 .extra-bold {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Bold";
	background-color: #f4ebd9;
	padding: 0 3px;
	display: inline-block;
}

.aliexpress__product__banner-cashback-desc {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
	font-family: "Geomanist-WZ-OT-Book";
	color: #152a69;
	margin-bottom: 50px;
	margin-top: 14px;
	margin-left: 6px;
	margin-right: 3px;
}

.aliexpress__product__banner-cashback-image-desktop {
	display: none;
}

.aliexpress__product__banner-cashback-container-wrapper {
	display: flex;
	justify-content: center;
	gap: 24px;
}

/* @media (min-width: 1025px) and (max-width: 848px) {
  .aliexpress__product__banner-cashback__container-images-svgs {
    display: none;
  }
} */

.aliexpress__product__banner-cashback-container-items {
	display: flex;
	gap: 24px;
	position: relative;
	width: fit-content;
}

.aliexpress__product__banner-cashback-item {
	border-radius: 16px;
	background-color: #d6d9ed;
	padding: 37.2px 0px;
	/* padding: 35px 24px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	max-height: 324px;
}

/* .aliexpress__product__banner-cashback-image-desktop > img {
  width: 215px;
} */

.aliexpress__product__banner-cashback-item img {
	border-radius: 50%;
	margin-bottom: 35px;
	width: 62px;
	height: 62px;
	background-color: white;
	object-fit: cover;
}

.aliexpress__product__banner-cashback-item .one-percent {
	font-size: 47px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Bold";
	margin-bottom: 35px;
	position: relative;
	display: inline-block;
	color: #152a69;
	margin-top: 3px;
}

.aliexpress__product__banner-cashback-item .ten-percent {
	font-size: 47px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Bold";
	margin-bottom: 35px;
	position: relative;
	display: inline-block;
	color: #152a69;
	margin-top: 4px;
	margin-left: -3px;
}

.one-percent {
	width: 78px;
}

.ten-percent {
	width: 78px;
}

.plus-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 147px;
	width: 38px;
	height: 38px;
	background-color: #e8927c;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aliexpress__product__banner-cashback-item h3 {
	font-size: 47px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Bold";
	margin-bottom: 35px;
	position: relative;
	display: inline-block;
	color: #152a69;
}

.aliexpress__product__banner-cashback-item h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	/* Ajusta la posición vertical del subrayado */
	height: 5px;
	/* Grosor del subrayado */
	background-color: #e8927c;
	/* Tu color específico */
	border-radius: 5px;
	width: 80px;
	margin-left: 3px;
	margin-bottom: 2px;
}

.aliexpress__product__banner-cashback-item .subtitle {
	font-size: 16px;
	font-weight: 400;
	font-family: "Geomanist-WZ-OT-Book";
	color: #152a69;
	text-align: center;
	line-height: 20px;
	margin-top: -4px;
	margin-left: 22px;
	margin-right: 18px;
}

.aliexpress__product__banner-cashback-item .subtitle .bold {
	font-size: 16px;
	font-weight: 700;
	font-family: "Geomanist-WZ-OT-Bold";
	color: #152a69;
}

.aliexpress__product__banner-cashback-item .description {
	color: #152a69;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	font-family: "Geomanist-WZ-OT-Book";
	text-align: center;
	margin-right: 18px;
	margin-left: 22px;
	margin-top: 3px;
}

.aliexpress__product__banner-cashback-item .description .bold {
	color: #152a69;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	font-family: "Geomanist-WZ-OT-Bold";
}

/*----------------------------------------*/
/*--------------PLAN APLAZA---------------*/
.aliexpress__product__plan-aplaza {
	/* padding: 42px 24px 0; */
	padding: 42px 0px 0;
	background-color: #d6d9ed;
}

.aliexpress__product__plan-aplaza h2 {
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	font-family: "Geomanist-WZ-OT-Light";
	margin-bottom: 28px;
	text-align: center;
	color: #152a69;
}

.aliexpress__product__plan-aplaza h2 .bold {
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	font-family: "Geomanist-WZ-OT-Bold";
}

.aliexpress__product__plan-aplaza h2 .underline {
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	font-family: "Geomanist-WZ-OT-Light";
	/* margin-bottom: 28px; */
	text-align: center;
	color: #152a69;
	position: relative;
	display: inline-block;
}

.aliexpress__product__plan-aplaza h2 .underline::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	/* Ajusta la posición vertical del subrayado */
	height: 4px;
	/* Grosor del subrayado */
	background-color: #e8927c;
	/* Tu color específico */
	border-radius: 5px;
}

.aliexpress__product__plan-aplaza__cards-container {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 46px;
}

.aliexpress__product__plan-aplaza__cards {
	position: relative;
}

.ritmo-img-desktop {
	display: none;
}

.free-label {
	position: absolute;
	background-color: #e8927c;
	color: #152a69;
	border-radius: 99px;
	width: 97px;
	height: 21px;
	text-align: center;
	left: 0;
	right: 0;
	top: 92px;
	margin: auto;
	font-size: 14px;
	font-weight: 700;
	font-family: "Geomanist-WZ-OT-Bold";
	line-height: 14px;
	padding: 4px;
}

.aliexpress__product__plan-aplaza__cards-header {
	background-color: #152a69;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 29px 0 25px;
	border-radius: 16px 16px 0 0;
}

.aliexpress__product__plan-aplaza__cards-header h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
	font-family: "Geomanist-WZ-OT-Book";
	margin: 2px;
}

.aliexpress__product__plan-aplaza__cards-header h3 .bold {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	font-family: "Geomanist-WZ-OT-Bold";
}

.aliexpress__product__plan-aplaza__cards-header p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	font-family: "Geomanist-WZ-OT-Book";
	margin: 0;
}

.aliexpress__product__plan-aplaza__cards-body {
	background-color: white;
	border-radius: 0 0 16px 16px;
	color: #152a69;
	padding: 29px 0px 36px;
}

.aliexpress__product__plan-aplaza__cards-body .title {
	font-size: 16px;
	font-weight: 400;
	font-family: "Geomanist-WZ-OT-Book";
	text-align: center;
	color: #152a69;
	line-height: 22px;
	margin-bottom: 12px;
}

.aliexpress__product__plan-aplaza__cards-body .subtitle {
	font-size: 12px;
	font-weight: 400;
	font-family: "Geomanist-WZ-OT-Book";
	text-align: center;
	line-height: 14px;
	/* line-height: 14px; */
	color: #152a69;
	margin-bottom: 11px;
}

.aliexpress__product__plan-aplaza__cards-body .subtitle span {
	font-size: 20px;
	font-weight: 700;
	font-family: "Geomanist-WZ-OT-Bold";
	text-align: center;
	line-height: 18px;
	color: #152a69;
	display: block;
}

.ritmo-img-tablet {
	display: none;
}

.aliexpress__product__plan-aplaza__cards-body .description {
	font-size: 16px;
	font-weight: 400;
	font-family: "Geomanist-WZ-OT-Book";
	text-align: center;
	line-height: 20px;
	color: #152a69;
	margin: 0;
	margin-top: 16px;
}

.aliexpress__product__plan-aplaza__cards-body .description span {
	font-size: 16px;
	font-weight: 700;
	font-family: "Geomanist-WZ-OT-Bold";
	text-align: center;
	line-height: 20px;
	color: #152a69;
}

.aliexpress__product__plan-aplaza__cards-body .description .block {
	display: block;
}

.aliexpress__product__plan-aplaza__cards-header-red {
	background-color: #f4ebd9;
	color: #152a69;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 29px 0 25px;
	border-radius: 16px 16px 0 0;
}

.aliexpress__product__plan-aplaza__cards-header-red h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
	font-family: "Geomanist-WZ-OT-Book";
	margin: 2px;
	/* white-space: nowrap; */
}

.aliexpress__product__plan-aplaza__cards-header-red h3 span {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	font-family: "Geomanist-WZ-OT-Bold";
}

.aliexpress__product__plan-aplaza__cards-header-red p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	font-family: "Geomanist-WZ-OT-Book";
	margin: 0;
}

.aliexpress__product__plan-aplaza .ritmo-img {
	width: 100%;
	padding: 0px 12.1px 0px 10.26px;
}

.title-tablet__product__plan-aplaza {
	display: none;
}

.aliexpress__product__plan-aplaza .aliexpress__product__plan-aplaza-title {
	padding: 0 57px;
}

.aliexpress__product__plan-aplaza .aliexpress__product__plan-aplaza__cards-body .title {
	padding: 0 50px;
}

@media (max-width: 755px) {
	.aliexpress__product__plan-aplaza__cards-container {
		padding: 0 24px;
	}
}

@media (max-width: 755px) {

	.aliexpress__product__plan-aplaza__cards-header,
	.aliexpress__product__plan-aplaza__cards-header-red {
		max-height: 96px;
	}
}

/*----------------------------------------*/
/*----------------TU ELIGES---------------*/
.aliexpress__product__payment-method {
	padding: 50px 0px;
}

.aliexpress__product__payment-method h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	font-family: "Geomanist-WZ-OT-Light";
	color: #152a69;
	text-align: center;
	margin-bottom: 18px;
	padding: 0 90px;
}

.aliexpress__product__payment-method h2 .underline {
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	font-family: "Geomanist-WZ-OT-Light";
	position: relative;
	display: inline-block;
}

.aliexpress__product__payment-method h2 .underline::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	/* Ajusta la posición vertical del subrayado */
	height: 4px;
	/* Grosor del subrayado */
	background-color: #e8927c;
	/* Tu color específico */
	border-radius: 5px;
}

.aliexpress__product__payment-method h2 .bold {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	font-family: "Geomanist-WZ-OT-Bold";
}

.aliexpress__product__payment-method .description {
	font-size: 16px;
	font-weight: 400;
	font-family: "Geomanist-WZ-OT-Book";
	line-height: 22px;
	text-align: center;
	color: #152a69;
	margin-bottom: 42px;
	padding: 0 24px;
}

.aliexpress__product__payment-method__card-container {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 38px;
	padding: 0 24px;
}

.aliexpress__product__payment-method__card-item {
	border-radius: 16px;
	background-color: #d6d9ed;
	padding: 25px 24px;
}

.aliexpress__product__payment-method__card-item .aliexpress__product__payment-method__card-item-text {
	padding: 0 20px;
}

.aliexpress__product__payment-method__card-item-desktop {
	display: none;
}

.aliexpress__product__payment-method__card-item h3 {
	font-family: "Geomanist-WZ-OT-Bold";
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-align: center;
	margin-bottom: 22px;
	color: #152a69;
}

.aliexpress__product__payment-method__card-item p {
	font-family: "Geomanist-WZ-OT-Book";
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	color: #152a69;
	margin: 0;
}

.aliexpress__product__payment-method__card-item .pago-aplazado-tin {
	margin-top: 20px;
}

.aliexpress__product__payment-method__card-item p .bold {
	font-family: "Geomanist-WZ-OT-Bold";
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	color: #152a69;
}

.aliexpress__product__payment-method__explore {
	padding: 0 12px;
}

.aliexpress__product__payment-method__explore h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Book";
	margin-bottom: 18px;
	margin-top: -5px;
	color: #152a69;
	padding: 0 20px;
}

.aliexpress__product__payment-method__explore h3 span {
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Bold";
}

.aliexpress__product__payment-method__explore-yellow-container {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.aliexpress__product__payment-method__explore-yellow {
	border-radius: 6px;
	display: flex;
	align-items: center;
	height: 72px;
	padding: 22px 12px;
	background-color: #f3e0c1;
	gap: 10px;
}

.aliexpress__product__payment-method__explore-yellow p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: "Geomanist-WZ-OT-Book";
	color: #152a69;
	margin: 0;
	padding-right: 66px;
}

.aliexpress__product__payment-method__explore-yellow p .bold {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	font-family: "Geomanist-WZ-OT-Bold";
}

.open-link-desktop {
	display: none;
}

@media (max-width: 755px) {
	.pago-aplazado {
		padding: 43px 10px 38px;
	}
}

/*----------------------------------------*/
/*--------------CUIDA DE TI---------------*/
.aliexpress__product__tarjeta-cuida-de-ti {
	background-color: #d6d9ed;
	padding: 48px 24px 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.aliexpress__product__tarjeta-cuida-de-ti h2 {
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #152a69;
	font-family: "Geomanist-WZ-OT-Light";
	margin-bottom: 17px;
	padding: 0 38px;
}

.aliexpress__product__tarjeta-cuida-de-ti h2 .underline {
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #152a69;
	font-family: "Geomanist-WZ-OT-Light";
	/* margin-bottom: 10px; */
	position: relative;
	display: inline-block;
}

.aliexpress__product__tarjeta-cuida-de-ti h2 .underline::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	/* Ajusta la posición vertical del subrayado */
	height: 4px;
	/* Grosor del subrayado */
	background-color: #e8927c;
	/* Tu color específico */
	border-radius: 5px;
}

.aliexpress__product__tarjeta-cuida-de-ti h2 .bold {
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #152a69;
	font-family: "Geomanist-WZ-OT-Bold";
}

.aliexpress__product__tarjeta-cuida-de-ti .description {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	font-family: "Geomanist-WZ-OT-Book";
	color: #152a69;
	margin-bottom: 30px;
	padding: 0 40px;
}

.aliexpress__product__tarjeta-cuida-de-ti .description .bold {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	font-family: "Geomanist-WZ-OT-Bold";
	color: #152a69;
}

.aliexpress__product__tarjeta-cuida-de-ti__container {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.aliexpress__product__tarjeta-cuida-de-ti__card {
	border-radius: 16px;
	text-align: center;
	overflow: hidden;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.aliexpress__product__tarjeta-cuida-de-ti__card[role="button"]:focus {
	outline: auto;
}

.aliexpress__product__tarjeta-cuida-de-ti__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px 0 26px;
	width: 100%;
	background-color: white;
	border-radius: 16px;
	height: 140px;
}

.aliexpress__product__tarjeta-cuida-de-ti__header .light {
	font-size: 20px;
	line-height: 23px;
	font-weight: 400;
	font-family: "Geomanist-WZ-OT-Book";
	text-align: center;
	color: #152a69;
	margin: 0;
}

.aliexpress__product__tarjeta-cuida-de-ti__header .bold {
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	font-family: "Geomanist-WZ-OT-Bold";
	text-align: center;
	color: #152a69;
	margin-bottom: 20px;
	display: block;
}

.aliexpress__product__tarjeta-cuida-de-ti__header .free-label-button {
	font-size: 16px;
	font-weight: 700;
	font-family: "Geomanist-WZ-OT-Bold";
	color: #152a69;
	padding: 2px 12px;
	text-align: center;
	width: 78px;
	border-radius: 0;
}

.aliexpress__product__tarjeta-cuida-de-ti__header .free-label-button.green {
	background-color: #00c6c5;
}

.aliexpress__product__tarjeta-cuida-de-ti__header .free-label-button.purple {
	background-color: #d7a9e3;
}

.aliexpress__product__tarjeta-cuida-de-ti__header .free-label-button.orange {
	background-color: #e8927c;
}

.aliexpress__product__tarjeta-cuida-de-ti__header .free-label-button-purple {
	font-size: 16px;
	font-weight: 700;
	font-family: "Geomanist-WZ-OT-Bold";
	color: white;
	padding: 2px 12px;
	text-align: center;
	width: 78px;
}

.aliexpress__product__tarjeta-cuida-de-ti__header .free-label-button-orange {
	font-size: 16px;
	font-weight: 700;
	font-family: "Geomanist-WZ-OT-Bold";
	color: white;
	padding: 2px 12px;
	text-align: center;
	width: 78px;
}

.aliexpress__product__tarjeta-cuida-de-ti__body {
	display: none;
}

.aliexpress__product__tarjeta-cuida-de-ti__body-item {
	padding: 20px 0;
}

.aliexpress__product__tarjeta-cuida-de-ti__body-item p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: "Geomanist-WZ-OT-Book";
	color: #152a69;
	padding: 0 30px;
}

.aliexpress__product__tarjeta-cuida-de-ti__body-item p .bold {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	font-family: "Geomanist-WZ-OT-Bold";
}

.aliexpress__product__tarjeta-cuida-de-ti__body-item .block {
	display: block;
}

.aliexpress__product__tarjeta-cuida-de-ti__body-item.white {
	background-color: white;
}

.aliexpress__product__tarjeta-cuida-de-ti__body-item.transparent {
	background-color: #f0f0f0;
}

.aliexpress__product__tarjeta-cuida-de-ti__body.active {
	display: block;
	width: 100%;
}

.free-label-button {
	display: none;
}

.free-label-button.active {
	display: block;
}

.arrow-down {
	display: none;
}

.arrow-down.active {
	display: block;
}

.aliexpress__product__tarjeta-cuida-de-ti__link-desktop {
	/* display: none; */
}

.aliexpress__product__tarjeta-cuida-de-ti__link-desktop {
	display: flex;
	justify-content: center;
	margin-top: 26px;
}

.aliexpress__product__tarjeta-cuida-de-ti__link-desktop p {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Light";
	color: #152a69;
}

.aliexpress__product__tarjeta-cuida-de-ti__link-desktop p a {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Bold";
	color: #152a69;
}

/*----------------------------------------*/
/*-------------WIZINK CENTER--------------*/
.aliexpress__product__wizink-center {
	padding: 50px 24px 0;
}

.aliexpress__product__wizink-center h2 {
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Light";
	color: #152a69;
	margin-bottom: 20px;
}

.aliexpress__product__wizink-center h2 .bold {
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Bold";
}

.aliexpress__product__wizink-center h2 .underline {
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Light";
	position: relative;
	display: inline-block;
}

.aliexpress__product__wizink-center h2 .underline::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	/* Ajusta la posición vertical del subrayado */
	height: 4px;
	/* Grosor del subrayado */
	background-color: #e8927c;
	/* Tu color específico */
	border-radius: 5px;
}

.aliexpress__product__wizink-center .description {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	font-family: "Geomanist-WZ-OT-Book";
	color: #152a69;
	margin-bottom: 31px;
}

.aliexpress__product__wizink-center__cards-container {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 50px;
}

.aliexpress__product__wizink-center__item-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.aliexpress__product__wizink-center__item {
	border-radius: 16px;
	background-color: #d6d9ed;
	/* padding: 29px 24px; */
	padding: 24px 24px 18px;
}

.aliexpress__product__wizink-center__item-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 19px;
}

.aliexpress__product__wizink-center__item-header h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Bold";
	color: #152a69;
}

.arrow-down-blue {
	display: none;
}

.arrow-down-blue.active {
	display: block;
}

.aliexpress__product__wizink-center__item-body {
	display: none;
}

.aliexpress__product__wizink-center__item-body.active {
	display: block;
}

.aliexpress__product__wizink-center__item-body p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Book";
	color: #152a69;
	margin-top: 6px;
}

.aliexpress__product__wizink-center__container-images {
	position: relative;
	display: flex;
	justify-content: center;
}

.man-photo {
	/* width: 100%; */
}

.man-photo-tablet {
	display: none;
}

.radio {
	position: absolute;
	top: 36px;
	left: -10px;
	transform: translate(20px, 20px);
	animation: flotar 4s ease-in-out infinite;
}

.cup {
	position: absolute;
	top: 96px;
	left: 30px;
	transform: translate(100px, 20px);
	animation: flotar 4s ease-in-out infinite;
}

.trompeta {
	position: absolute;
	top: 168px;
	left: -23px;
	transform: translate(160px, 0px);
	animation: flotar 4s ease-in-out infinite;
}

.car {
	position: absolute;
	top: 24px;
	right: 59px;
	transform: translate(10px, 50px);
	animation: flotar 4s ease-in-out infinite;
}

.credit-card {
	position: absolute;
	top: 114px;
	right: 20px;
	transform: translate(150px, 0px);
	animation: flotar 4s ease-in-out infinite;
}

.aliexpress__product__wizink-center__container-images.desktop {
	display: none;
}

/*----------------------------------------*/
/*------------NO TENGAS DUDAS-------------*/
.aliexpress__product__no-tengas-dudas {
	background-color: #f0f0f0;
	padding: 44px 24px 48px;
}

.aliexpress__product__no-tengas-dudas h2 {
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Light";
	color: #152a69;
	margin-bottom: 20px;
}

.aliexpress__product__no-tengas-dudas h2 span {
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Bold";
	display: block;
	width: 100%;
}

.aliexpress__product__no-tengas-dudas h3 {
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Light";
	color: #152a69;
	margin-bottom: 33px;
}

.aliexpress__product__no-tengas-dudas h3 span {
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	font-family: "Geomanist-WZ-OT-Bold";
	/* display: block;
  width: 100%; */
}

.aliexpress__product__no-tengas-dudas__container-cards {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.aliexpress__product__no-tengas-dudas__item {
	padding: 24px;
	background-color: white;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}

.aliexpress__product__no-tengas-dudas__item:focus {
	outline: auto;
}

.aliexpress__product__no-tengas-dudas__item-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.arrow-up {
	width: 12px;
}

.aliexpress__product__no-tengas-dudas__item-header p {
	font-weight: 700;
	line-height: 20px;
	font-family: "Geomanist-WZ-OT-Bold";
	font-size: 16px;
	color: #152a69;
	margin: 0;
}

.aliexpress__product__no-tengas-dudas__item-button {
	border-radius: 50%;
	background-color: #f1a1ec;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	width: 31px;
	height: 31px;
	min-width: 31px;
}

.aliexpress__product__no-tengas-dudas__item-body {
	display: none;
}

.aliexpress__product__no-tengas-dudas__item-body p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: "Geomanist-WZ-OT-Book";
	color: #949494;
	margin-top: 11px;
	margin-bottom: 0;
}

.aliexpress__product__no-tengas-dudas__item-body p .enlace-desplegable {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	font-family: "Geomanist-WZ-OT-Bold";
	color: #949494;
	/* margin-top: 20px; */
	text-decoration: underline !important;
}

.arrow-up {
	transform: rotate(180deg);
	transition: all 1s;
}

.aliexpress__product__no-tengas-dudas__item-body.active {
	display: block;
}

.arrow-up.active {
	transform: rotate(360deg);
}

/*----------------------------------------*/
/*-----------PUNTOS RELEVANTES------------*/
.aliexpress__product__puntos-relevantes {
	padding: 46px 24px 41px;
}

.aliexpress__product__puntos-relevantes h2 {
	font-family: "Geomanist-WZ-OT-Light";
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	font-size: 26px;
	margin-bottom: 18px;
	color: #152a69;
}

.aliexpress__product__puntos-relevantes h2 span {
	font-family: "Geomanist-WZ-OT-Bold";
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	font-size: 26px;
	display: inline-block;
	width: 100%;
}

.aliexpress__product__puntos-relevantes h3 {
	font-family: "Geomanist-WZ-OT-Light";
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	font-size: 26px;
	margin-bottom: 29px;
	color: #152a69;
}

.aliexpress__product__puntos-relevantes h3 span {
	font-family: "Geomanist-WZ-OT-Bold";
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	font-size: 26px;
	/* display: inline-block;
  width: 100%; */
}

.aliexpress__product__puntos-relevantes__container-cards {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.aliexpress__product__puntos-relevantes__container-item {
	border-radius: 10px;
	/* padding: 43px 24px 20px 26px; */
	padding: 41px 24px 1px 26px;
	background-color: #d6d9ed;
}

.aliexpress__product__puntos-relevantes__container-item.desktop {
	display: none;
}

.aliexpress__product__puntos-relevantes__container-item.mobile {
	display: block;
}

.aliexpress__product__puntos-relevantes__container-item-header {
	display: flex;
	align-items: center;
	gap: 10px;
}

.aliexpress__product__puntos-relevantes__container-item-header div {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aliexpress__product__puntos-relevantes__container-item-header .pink {
	background-color: #f1a1ec;
}

.aliexpress__product__puntos-relevantes__container-item-header .purple {
	background-color: #b580d1;
}

.aliexpress__product__puntos-relevantes__container-item-header .orange {
	background-color: #e8927c;
}

.aliexpress__product__puntos-relevantes__container-item-header .red {
	background-color: #f9384f;
}

.aliexpress__product__puntos-relevantes__container-item-header p {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	font-family: "Geomanist-WZ-OT-Bold";
	margin: 0;
	color: #152a69;
}

.aliexpress__product__puntos-relevantes__container-item-header h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	font-family: "Geomanist-WZ-OT-Bold";
	margin: 0;
	color: #152a69;
}

.aliexpress__product__puntos-relevantes__container-item-body p {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	font-family: "Geomanist-WZ-OT-Book";
	color: #152a69;
	margin-top: 13px;
}

/*----------------------------------------*/
/*--------------TEXTO LEGAL---------------*/
.aliexpress__product__banner-text {
	padding: 0px 24px 20px;
	max-width: 1216px;
	margin: auto;
}

.aliexpress__product__banner-text p {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	font-family: "Geomanist-WZ-OT-Book";
	margin: 0 0 13px;
	color: #152a69;
	text-align: justify;
}

.aliexpress__product__banner-text p .bold {
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	font-family: "Geomanist-WZ-OT-Bold";
	margin: 0 0 0;
	color: #152a69;
}

.aliexpress__product__banner-text .underline {
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.header_margin_bottom {
		padding-bottom: 0px;
	}
}