* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body, html {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	max-height: 100vh !important;
}
.main-container {
	display: flex;
	width: 100%;
	min-height: 100vh;
	background: linear-gradient(135deg, #1E3A8A 0%, #2563EB 35%, #3B82F6 65%, #10B981 100%);
}
.left-panel {
	flex: 1;
	background: linear-gradient(135deg, rgba(243, 244, 246, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
	backdrop-filter: blur(10px);
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.logo-section {
	/*margin-bottom: 40px;*/
	text-align: center;
}
.logo-image {
	max-width: 250px;
	height: auto;
	margin-bottom: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aplicaciones-text {
	font-size: 1.2rem;
	color: #888;
	font-weight: 300;
	letter-spacing: 1px;
	margin-left: 0;
	text-align: center;
}
.download-section {
	margin: 10px 0;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
.download-btn {
	transition: transform 0.3s ease;
}
.download-btn:hover {
	transform: translateY(-3px);
}
.download-btn img {
	height: 60px;
	filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.1));
}
.app-title {
	font-size: 4rem;
	font-weight: 800;
	margin: 40px 0 20px 0;
	letter-spacing: -2px;
	display: flex;
	align-items: center;
	gap: 15px;
	line-height: 1;
}
.gps-icon {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	filter: drop-shadow(0 4px 10px rgba(16, 185, 129, 0.3));
}
.eureka-text {
	color: #1E5BA8;
	font-weight: 700;
}
.app-title .gps-text {
	color: #2563EB;
	font-weight: 900;
}
.app-description {
	color: #374151;
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 40px;
	font-weight: 400;
}
.download-title {
	color: #1E3A8A;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.download-description {
	color: #374151;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 40px;
}
.contact-section {
	margin-top: 30px;
}
.contact-info {
	color: #333;
	font-size: 0.95rem;
	margin-bottom: 15px;
}
.contact-info b {
	color: #1E3A8A;
}
.social-icons {
	display: flex;
	gap: 15px;
}
.social-icons a {
	color: #1E3A8A;
	font-size: 1.8rem;
	transition: all 0.3s ease;
	text-decoration: none;
}
.social-icons a:hover {
	color: #10B981;
	transform: translateY(-3px);
}
.right-panel {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: linear-gradient(135deg, #1E3A8A 0%, #2563EB 50%, #10B981 100%); */
	background-image: url('../images/mapa-background.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}
.tablet-mockup {
	width: 350px;
	height: 500px;
	background: #2C2C2E;
	border-radius: 25px;
	padding: 15px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
	transform: rotate(-5deg);
}
.tablet-screen {
	width: 100%;
	height: 100%;
	background: #1E3A8A;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tablet-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 15px;
}
.screen-content {
	padding: 30px 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.screen-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.app-name {
	color: white;
	font-size: 1.1rem;
	font-weight: 600;
}
.menu-icon {
	width: 24px;
	height: 24px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
}
.menu-line {
	height: 2px;
	background: white;
	border-radius: 1px;
}
.fingerprint-section {
	text-align: center;
	margin-bottom: 40px;
}
.fingerprint-icon {
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
}
.welcome-text {
	color: white;
	font-size: 0.9rem;
	opacity: 0.9;
}
.demo-text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.8rem;
	margin-top: 5px;
}
.feature-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 20px;
}
.feature-card {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	padding: 25px 15px;
	border-radius: 12px;
	text-align: center;
	transition: transform 0.2s ease;
}
.feature-card:hover {
	transform: translateY(-2px);
}
.feature-icon {
	font-size: 1.8rem;
	margin-bottom: 8px;
}
.feature-text {
	color: white;
	font-size: 0.8rem;
	font-weight: 500;
}
.bottom-feature {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	padding: 25px 15px;
	border-radius: 12px;
	text-align: center;
	margin-top: 15px;
	grid-column: span 2;
}
/* Responsive */
@media (max-width: 1024px) {
	.main-container {
		flex-direction: column;
		min-height: auto;
	}
	.left-panel {
		padding: 30px;
		min-height: auto;
	}
	.right-panel {
		min-height: 50vh;
		padding: 30px 0;
	}
	.tablet-mockup {
		width: 280px;
		height: 400px;
		transform: rotate(0deg);
	}
}
@media (max-width: 768px) {
	.main-container {
		flex-direction: column;
	}
	.left-panel {
		padding: 20px;
		order: 1;
	}
	.right-panel {
		min-height: 40vh;
		order: 2;
		padding: 20px 0;
	}
	.eureka-text {
		font-size: 2.2rem;
	}
	.logo-image {
		max-width: 200px;
	}
	.aplicaciones-text {
		margin-left: 0;
		font-size: 1rem;
		text-align: center;
	}
	.app-title {
		font-size: 2.5rem;
		margin: 20px 0 15px 0;
	}
	.download-title {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.app-description {
		font-size: 1rem;
		margin-bottom: 20px;
	}
	.download-description {
		font-size: 0.9rem;
		margin-bottom: 20px;
	}
	.download-section {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		margin: 20px 0;
	}
	.download-btn img {
		height: 50px;
	}
	.tablet-mockup {
		width: 250px;
		height: 350px;
	}
	.contact-section {
		margin-top: 20px;
	}
	.contact-info {
		font-size: 0.85rem;
		text-align: center;
	}
	.social-icons {
		justify-content: center;
	}
}
@media (max-width: 480px) {
	.left-panel {
		padding: 15px;
	}
	.eureka-text {
		font-size: 1.8rem;
	}
	.eureka-icon {
		width: 45px;
		height: 45px;
	}
	.logo-image {
		max-width: 180px;
	}
	.aplicaciones-text {
		margin-left: 0;
		font-size: 0.9rem;
		text-align: center;
	}
	.app-title {
		font-size: 2rem;
	}
	.download-title {
		font-size: 1.4rem;
	}
	.tablet-mockup {
		width: 200px;
		height: 280px;
	}
	.screen-content {
		padding: 20px 15px;
	}
	.feature-card {
		padding: 15px 10px;
	}
	.feature-text {
		font-size: 0.7rem;
	}
}
.hide{
	display:none !important;
}