html,
body {
	width: 100%;
	height: 100%;
	background-color: #000 !important;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.landinghome {
	width: 100%;
	min-height: 100vh;
	/* Allow it to grow, but at least full screen */
	position: relative;
	background-color: #000;
	overflow: hidden;
	/* Clip everything (including blobs) that extends outside the box */
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: Manrope, sans-serif;
	padding-bottom: 50px;
}

.blue-light {
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translateX(-50%);
	filter: blur(462px);
	border-radius: 50%;
	background-color: #0273ef;
	width: 80%;
	max-width: 868px;
	height: auto;
	aspect-ratio: 1/1;
	z-index: 0;
	pointer-events: none;
}

.green-light {
	position: absolute;
	bottom: -400px;
	left: 50%;
	transform: translateX(-50%);
	filter: blur(350px);
	border-radius: 50%;
	background-color: #24bd58;
	width: 80%;
	max-width: 834px;
	height: auto;
	aspect-ratio: 1/1;
	z-index: 0;
	pointer-events: none;
}

.content {
	position: relative;
	width: 100%;
	max-width: 1392px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding: 24px;
	box-sizing: border-box;
	z-index: 1;
}

.header {
	width: 100%;
	backdrop-filter: blur(8px);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	text-align: left;
	flex-wrap: wrap;
}

.menulogo-icon {
	height: 40px;
	width: auto;
	object-fit: contain;
	content: url('assets/logo.png');
}

.actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.item {
	border-radius: 999px;
	display: flex;
	align-items: center;
	padding: 10px 12px;
	gap: 12px;
}

.iconwhatsapp {
	height: 20px;
	width: 20px;
	position: relative;
}

.label {
	position: relative;
	letter-spacing: 0.02em;
	line-height: 20px;
}

.buttonsecondary {
	border-radius: 999px;
	background: linear-gradient(180deg, #24bd58, #0273ef) border-box;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	text-align: center;
	font-size: 16px;
}

.label2 {
	position: relative;
	line-height: 24px;
}

.body {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
	font-size: 16px;
}

.hero {
	width: 100%;
	max-width: 684px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
	font-size: 48px;
}

.heading {
	width: 100%;
	position: relative;
	line-height: 1.2;
	font-family: 'Cal Sans', sans-serif;
}

.p {
	width: 100%;
	position: relative;
	font-size: 20px;
	line-height: 28px;
}

.illustrationinput {
	width: 100%;
	max-width: 684px;
	position: relative;
	text-align: left;
	font-size: 16px;
	color: #ababab;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.illustration-icon {
	position: relative;
	width: 100%;
	max-width: 247px;
	height: auto;
	margin-bottom: 20px;
	animation: float 4s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-15px);
	}

	100% {
		transform: translateY(0px);
	}
}

.landinginputchatbox {
	position: relative;
	margin-top: -40px;
	backdrop-filter: blur(24px);
	border-radius: 24px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #818181;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: flex-end;
	/* Align button to bottom */
	padding: 16px 16px 16px 24px;
	gap: 16px;
	flex-wrap: wrap;
	/* min-height: 100px; */
	/* Larger area */
}

.label3 {
	flex: 1;
	min-width: 200px;
	position: relative;
	letter-spacing: 0.02em;
	line-height: 24px;
}

.buttonprimary {
	border-radius: 999px;
	background: linear-gradient(90deg, #24bd58 32.21%, #0273ef) padding-box, linear-gradient(180deg, #24bd58, #0273ef) border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	color: #000;
	white-space: nowrap;
}

.qu-es-una-landing {
	width: 100%;
	max-width: 1156px;
	border-radius: 32px;
	background: rgba(0, 0, 0, 0.5) padding-box, linear-gradient(90deg, #24bd58 32.21%, #0273ef) border-box;
	border: 1px solid transparent;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px;
	gap: 20px;
	text-align: left;
	flex-wrap: wrap;
}

.txt {
	width: 100%;
	max-width: 460px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}

.heading2 {
	width: 100%;
	position: relative;
	font-size: 40px;
	line-height: 1.2;
	font-family: 'Cal Sans', sans-serif;
}

.p2 {
	width: 100%;
	position: relative;
	line-height: 24px;
}

.buttonsecondary2 {
	border-radius: 999px;
	background: linear-gradient(180deg, #24bd58, #0273ef) border-box;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	text-align: center;
}

.img {
	width: 100%;
	max-width: 445px;
	position: relative;
	height: auto;
	min-height: 300px;
}

.img-child {
	position: relative;
	top: auto;
	left: auto;
	border-radius: 24px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.img-item,
.img-inner,
.frame-div,
.img-child2 {
	display: none;
}

.demo {
	width: 100%;
	max-width: 1156px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
	font-size: 40px;
	font-family: 'Cal Sans', sans-serif;
}

.heading3 {
	width: 100%;
	position: relative;
	line-height: 1.2;
}

.p3 {
	width: 100%;
	max-width: 684px;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-family: Manrope, sans-serif;
	display: inline-block;
}

.screenshot-2025-08-31-at-440 {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 24px;
	max-width: 100%;
	overflow: hidden;
	object-fit: cover;
}

.screens {
	width: 100%;
	max-width: 1156px;
	height: auto;
	min-height: 300px;
	position: relative;
	overflow: hidden;
}

.screens2 {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 24px;
	transition: transform 0.5s ease;
}

.screenshot-2025-08-31-at-510 {
	height: auto;
	width: 80%;
	max-width: 802px;
	position: relative;
	border-radius: 20px;
	object-fit: cover;
	flex-shrink: 0;
}

.gradient {
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	width: 100px;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}

.beneficios {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
	width: 100%;
	max-width: 1156px;
}

.heading5 {
	position: relative;
	font-size: 40px;
	line-height: 48px;
	font-family: 'Cal Sans', sans-serif;
}

.cards {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 24px;
	text-align: left;
	flex-wrap: wrap;
}

.cardfeature {
	flex: 1;
	min-width: 280px;
	max-width: 350px;
	backdrop-filter: blur(24px);
	border-radius: 16px;
	background: rgba(0, 0, 0, 0.5) padding-box, linear-gradient(180deg, #24bd58, #0273ef) border-box;
	border: 1px solid transparent;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
	border: 2px #0273ef solid;
}

.content2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.header2 {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 6px;
}

.iconsettings {
	width: 35px;
	position: relative;
	filter: drop-shadow(0px 0px 12px #0273ef);
	max-height: 100%;
}

.heading6 {
	flex: 1;
	position: relative;
	line-height: 24px;
	font-weight: bold;
}

.p6 {
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #ababab;
}

.buttonprimary2 {
	border-radius: 999px;
	background: linear-gradient(90deg, #24bd58 32.21%, #0273ef) padding-box, linear-gradient(180deg, #24bd58, #0273ef) border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	text-align: left;
	color: #000;
	cursor: pointer;
}

.label6 {
	position: relative;
	line-height: 24px;
	white-space: pre-wrap;
	font-weight: bold;
}

.preguntas-frecuentes {
	width: 100%;
	max-width: 688px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 56px;
	font-size: 40px;
	font-family: 'Cal Sans', sans-serif;
}

.preguntas {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	text-align: left;
	font-size: 24px;
}

.p1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
}

.p9 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	cursor: pointer;
}

.subheading {
	flex: 1;
	position: relative;
	line-height: 32px;
	font-size: 20px;
}

.buttoniconbutton {
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	transition: transform 0.3s;
}

.p1.active .buttoniconbutton {
	transform: rotate(180deg);
}

.iconchevron-down {
	height: 24px;
	width: 24px;
	position: relative;
}

.r {
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-family: Manrope, sans-serif;
	display: none;
}

.p1.active .r {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.bordergradientseparator-icon {
	width: 100%;
	height: 1px;
	position: relative;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}

.cta-final {
	width: 100%;
	max-width: 684px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
	position: relative;
}

.illustration-icon2 {
	width: 100%;
	max-width: 239px;
	position: relative;
	height: auto;
	animation: magicFloat 3s ease-in-out infinite;
	filter: drop-shadow(0 0 15px rgba(36, 189, 88, 0.4));
}

.magic-lamp {
	position: absolute;
	top: 96.5%;
	left: 58%;
	animation: lampPulse 3s ease-in-out infinite;
	filter: drop-shadow(0 0 10px rgba(2, 115, 239, 0.5));
	transform-origin: center bottom;
}

@keyframes magicFloat {
	0% {
		transform: translateY(0) rotate(0deg);
	}

	50% {
		transform: translateY(-20px) rotate(2deg);
	}

	100% {
		transform: translateY(0) rotate(0deg);
	}
}

@keyframes lampPulse {
	0% {
		filter: drop-shadow(0 0 10px rgba(2, 115, 239, 0.5));
		transform: scale(1);
	}

	50% {
		filter: drop-shadow(0 0 25px rgba(2, 115, 239, 0.8));
		transform: scale(1.05);
	}

	100% {
		filter: drop-shadow(0 0 10px rgba(2, 115, 239, 0.5));
		transform: scale(1);
	}
}

.buttonprimary3 {
	height: 48px;
	border-radius: 999px;
	background: linear-gradient(90deg, #24bd58 32.21%, #0273ef) padding-box, linear-gradient(180deg, #24bd58, #0273ef) border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	box-sizing: border-box;
	text-align: left;
	color: #000;
	cursor: pointer;
}

.footer {
	position: relative;
	line-height: 20px;
	margin-top: 40px;
}

@media (max-width: 1200px) {
	.qu-es-una-landing {
		flex-direction: column;
		text-align: center;
	}

	.txt {
		align-items: center;
		max-width: 100%;
	}

	.heading2 {
		text-align: center;
		font-size: 32px;
	}

	.img {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}

	.img-child {
		position: relative;
		left: 0;
		top: 0;
	}
}

@media (max-width: 768px) {
	.header {
		flex-direction: column;
		gap: 15px;
	}

	.hero {
		font-size: 32px;
		gap: 20px;
		align-items: center;
		text-align: center;
	}

	.heading {
		line-height: 1.2;
		font-size: 36px;
	}

	.landinginputchatbox {
		flex-direction: column;
		padding: 16px;
		border-radius: 24px;
		background-color: rgba(0, 0, 0, 0.8);
	}

	.buttonprimary {
		width: 100%;
	}

	.landinginputchatbox input {
		text-align: center;
	}

	.heading2 {
		font-size: 28px;
	}

	.heading3,
	.heading5 {
		font-size: 28px;
	}

	.screens2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cards {
		flex-direction: column;
		align-items: center;
	}

	.cardfeature {
		width: 100%;
		max-width: 100%;
	}

	.preguntas {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.content {
		padding: 16px;
	}

	.menulogo-icon {
		height: 32px;
	}

	.item .label {
		font-size: 14px;
	}

	.hero {
		font-size: 28px;
	}

	.subheading {
		font-size: 16px;
	}

	.p {
		font-size: 16px;
	}

	.qu-es-una-landing {
		padding: 20px;
	}
}