/* Estilos principales */
:root {
	/* Paleta PGO */
	--pgo-1: #013459; /* colours-1 */
	--pgo-2: #017ea8; /* colours-2 */
	--pgo-3: #03abd8; /* colours-3 */
	--pgo-4: #ededed; /* colours-4 */
	--pgo-5: #808080; /* colours-5 */

	/* Colores base mapeados a PGO */
	--color-primary: var(--pgo-1);
	--color-secondary: var(--pgo-2);
	--color-white: #ffffff;
	--color-gray-50: #f8fafc;
	--color-gray-100: #f1f5f9;
	--color-gray-200: #e2e8f0;
	--color-gray-300: #cbd5e1;
	--color-gray-400: #94a3b8;
	--color-gray-500: var(--pgo-5);
	--color-gray-600: #475569;
	--color-gray-700: #334155;
	--color-gray-800: #1e293b;
	--color-gray-900: #0f172a;

	--color-neutral-100: #ffffff;
	--color-neutral-200: #e8e8e8;
	--color-neutral-900: #4a4a4a;
	--color-neutral-1000: #333;

	--color-success: #10b981;
	--color-warning: #f59e0b;
	--color-danger: #ef4444;
	--color-info: #3b82f6;

	/* Tipografía */
	--font-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

	/* Tamaños de fuente */
	--pgo-type-mobile-h-1: 900 2.25em 'DM Sans';
	--pgo-type-mobile-h-1-size: 36;
	--pgo-type-mobile-h-1-weight: 900;
	--pgo-type-mobile-h-2: 900 1.75em 'DM Sans';
	--pgo-type-mobile-h-2-size: 28;
	--pgo-type-mobile-h-2-weight: 900;
	--pgo-type-mobile-h-3: 900 1.5em/1.8em 'DM Sans';
	--pgo-type-mobile-h-3-size: 24;
	--pgo-type-mobile-h-3-weight: 900;
	--pgo-type-mobile-h-4: 900 1.25em/1.5em 'DM Sans';
	--pgo-type-mobile-h-4-size: 20;
	--pgo-type-mobile-h-4-weight: 900;
	--pgo-type-mobile-h-5: 900 1.125em 'DM Sans';
	--pgo-type-mobile-h-5-size: 18;
	--pgo-type-mobile-h-5-weight: 900;
	--pgo-type-mobile-b-1-bold: 700 1em/1.2em 'DM Sans';
	--pgo-type-mobile-b-1-bold-size: 16;
	--pgo-type-mobile-b-1-bold-weight: 700;
	--pgo-type-mobile-b-1-regular: 400 1em 'DM Sans';
	--pgo-type-mobile-b-1-regular-size: 16;
	--pgo-type-mobile-b-1-regular-weight: 400;
	--pgo-type-mobile-b-2-bold: 900 0.875em/1.05em 'DM Sans';
	--pgo-type-mobile-b-2-bold-size: 14;
	--pgo-type-mobile-b-2-bold-weight: 900;
	--pgo-type-mobile-b-2-regular: 400 0.875em/1.05em 'DM Sans';
	--pgo-type-mobile-b-2-regular-size: 14;
	--pgo-type-mobile-b-2-regular-weight: 400;
	--pgo-type-mobile-body-bold: 900 0.75em/0.9em 'DM Sans';
	--pgo-type-mobile-body-bold-size: 12;
	--pgo-type-mobile-body-bold-weight: 900;
	--pgo-type-mobile-body-regular: 400 0.75em/0.9em 'DM Sans';
	--pgo-type-mobile-body-regular-size: 12;
	--pgo-type-mobile-body-regular-weight: 400;
	--pgo-type-desk-h-1: 900 3.5em 'DM Sans';
	--pgo-type-desk-h-1-size: 56;
	--pgo-type-desk-h-1-weight: 900;
	--pgo-type-desk-h-2: 900 2.75em 'DM Sans';
	--pgo-type-desk-h-2-size: 44;
	--pgo-type-desk-h-2-weight: 900;
	--pgo-type-desk-h-3: 900 2em 'DM Sans';
	--pgo-type-desk-h-3-size: 32;
	--pgo-type-desk-h-3-weight: 900;
	--pgo-type-desk-h-4: 700 1.75em/2.1em 'DM Sans';
	--pgo-type-desk-h-4-size: 28;
	--pgo-type-desk-h-4-weight: 700;
	--pgo-type-desk-h-5: 700 1.5em/1.3em 'DM Sans';
	--pgo-type-desk-h-5-size: 24;
	--pgo-type-desk-h-5-weight: 700;
	--pgo-type-desk-h-6: 700 1.25em/1.5em 'DM Sans';
	--pgo-type-desk-h-6-size: 20;
	--pgo-type-desk-h-6-weight: 700;
	--pgo-type-desk-b-1-bold: 700 1.125em 'DM Sans';
	--pgo-type-desk-b-1-bold-size: 18;
	--pgo-type-desk-b-1-bold-weight: 700;
	--pgo-type-desk-b-1-regular: 400 1.125em 'DM Sans';
	--pgo-type-desk-b-1-regular-size: 18;
	--pgo-type-desk-b-1-regular-weight: 400;
	--pgo-type-desk-b-2-bold: 700 1em 'DM Sans';
	--pgo-type-desk-b-2-bold-size: 16;
	--pgo-type-desk-b-2-bold-weight: 700;
	--pgo-type-desk-b-2-regular: 400 1em 'DM Sans';
	--pgo-type-desk-b-2-regular-size: 16;
	--pgo-type-desk-b-2-regular-weight: 400;
	--pgo-type-desk-b-3-bold: 700 0.875em 'DM Sans';
	--pgo-type-desk-b-3-bold-size: 14;
	--pgo-type-desk-b-3-bold-weight: 700;
	--pgo-type-desk-b-3-regular: 400 0.875em 'DM Sans';
	--pgo-type-desk-b-3-regular-size: 14;
	--pgo-type-desk-b-3-regular-weight: 400;
	--pgo-type-desk-b-4-bold: 700 0.75em/0.9em 'DM Sans';
	--pgo-type-desk-b-4-bold-size: 12;
	--pgo-type-desk-b-4-bold-weight: 700;
	--pgo-type-desk-b-4-regular: 400 0.75em/0.9em 'DM Sans';
	--pgo-type-desk-b-4-regular-size: 12;
	--pgo-type-desk-b-4-regular-weight: 400;
	--pgo-type-desk-b-5-bold: 700 0.625em/0.75em 'DM Sans';
	--pgo-type-desk-b-5-bold-size: 10;
	--pgo-type-desk-b-5-bold-weight: 700;
	--pgo-type-desk-b-5-regular: 400 0.625em/0.75em 'DM Sans';
	--pgo-type-desk-b-5-regular-size: 10;
	--pgo-type-desk-b-5-regular-weight: 400;
	--pgo-type-tablet-h-1: 900 3em/3.6em 'DM Sans';
	--pgo-type-tablet-h-1-size: 48;
	--pgo-type-tablet-h-1-weight: 900;
	--pgo-type-tablet-h-2: 900 2.25em/2.7em 'DM Sans';
	--pgo-type-tablet-h-2-size: 36;
	--pgo-type-tablet-h-2-weight: 900;
	--pgo-type-tablet-h-3: 900 1.75em/2.1em 'DM Sans';
	--pgo-type-tablet-h-3-size: 28;
	--pgo-type-tablet-h-3-weight: 900;
	--pgo-type-tablet-h-4: 900 1.5em/1.8em 'DM Sans';
	--pgo-type-tablet-h-4-size: 24;
	--pgo-type-tablet-h-4-weight: 900;
	--pgo-type-tablet-h-5: 900 1.25em/1.5em 'DM Sans';
	--pgo-type-tablet-h-5-size: 20;
	--pgo-type-tablet-h-5-weight: 900;
	--pgo-type-tablet-h-6: 900 1.125em/1.35em 'DM Sans';
	--pgo-type-tablet-h-6-size: 18;
	--pgo-type-tablet-h-6-weight: 900;
	--pgo-type-tablet-b-1-bold: 700 1em/1.2em 'DM Sans';
	--pgo-type-tablet-b-1-bold-size: 16;
	--pgo-type-tablet-b-1-bold-weight: 700;
	--pgo-type-tablet-b-1-regular: 400 1em/1.2em 'DM Sans';
	--pgo-type-tablet-b-1-regular-size: 16;
	--pgo-type-tablet-b-1-regular-weight: 400;
	--pgo-type-tablet-b-2-bold: 700 1em/1.2em 'DM Sans';
	--pgo-type-tablet-b-2-bold-size: 16;
	--pgo-type-tablet-b-2-bold-weight: 700;
	--pgo-type-tablet-b-2-regular: 400 1em/1.2em 'DM Sans';
	--pgo-type-tablet-b-2-regular-size: 16;
	--pgo-type-tablet-b-2-regular-weight: 400;
	--pgo-type-tablet-b-3-bold: 700 0.875em/1.05em 'DM Sans';
	--pgo-type-tablet-b-3-bold-size: 14;
	--pgo-type-tablet-b-3-bold-weight: 700;
	--pgo-type-tablet-b-3-regular: 400 0.875em/1.05em 'DM Sans';
	--pgo-type-tablet-b-3-regular-size: 14;
	--pgo-type-tablet-b-3-regular-weight: 400;
	--pgo-type-tablet-b-4-bold: 700 0.75em/0.9em 'DM Sans';
	--pgo-type-tablet-b-4-bold-size: 12;
	--pgo-type-tablet-b-4-bold-weight: 700;
	--pgo-type-tablet-b-4-regular: 400 0.75em/0.9em 'DM Sans';
	--pgo-type-tablet-b-4-regular-size: 12;
	--pgo-type-tablet-b-4-regular-weight: 400;
	--pgo-type-tablet-b-5-bold: 700 0.625em/0.75em 'DM Sans';
	--pgo-type-tablet-b-5-bold-size: 10;
	--pgo-type-tablet-b-5-bold-weight: 700;
	--pgo-type-tablet-b-5-regular: 400 0.625em/0.75em 'DM Sans';
	--pgo-type-tablet-b-5-regular-size: 10;
	--pgo-type-tablet-b-5-regular-weight: 400;

	/* Espaciado */
	--space-1: 0.25rem;
	--space-2: 0.5rem;
	--space-3: 0.75rem;
	--space-4: 1rem;
	--space-5: 1.25rem;
	--space-6: 1.5rem;
	--space-8: 2rem;
	--space-10: 2.5rem;
	--space-12: 3rem;
	--space-16: 4rem;
	--space-20: 5rem;
	--space-24: 6rem;
	--space-32: 8rem;
	--space-40: 10rem;
	--space-48: 12rem;

	/* Sombras */
	--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);

	/* Bordes */
	--radius-none: 0;
	--radius-sm: 0.125rem;
	--radius: 0.25rem;
	--radius-md: 0.375rem;
	--radius-lg: 0.5rem;
	--radius-xl: 0.75rem;
	--radius-2xl: 1rem;
	--radius-3xl: 1.5rem;
	--radius-full: 9999px;

	/* Transiciones */
	--transition-default: all 0.2s ease-in-out;
	--transition-colors: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	--transition-transform: transform 0.2s ease-in-out;
	--transition-opacity: opacity 0.2s ease-in-out;

	/* Z-index */
	--z-0: 0;
	--z-10: 10;
	--z-20: 20;
	--z-30: 30;
	--z-40: 40;
	--z-50: 50;
	--z-auto: auto;
}

/* Reset y estilos base */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	font-size: 16px;
	line-height: 1.5;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-size: 1rem;
	font-family: var(--font-sans);
	color: var(--color-gray-700);
	background-color: var(--color-white);
	overflow-x: hidden;
	line-height: 1;
}

@media (min-width: 1024px) {
	body {
		background-image: url('../assets/img/background.png');
		background-repeat: no-repeat;
		background-position: center 677px;
		background-size: auto;
		background-attachment: scroll;
	}
}

header {
	position: relative;
	z-index: 1;
}

body.no-scroll {
	overflow: hidden;
}

a {
	text-decoration: none;
}

main {
	padding-bottom: 120px;
}

section {
	padding-top: 7.5rem;
}

img, video {
	max-width: 100%;
	height: auto;
	display: block;
}

ul, ol {
	list-style: none;
	padding: 0;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	/* line-height: 1.15; */
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/* Utilidades de diseño */
.container {
	width: 100%;
	max-width: 1440px;
	margin: auto;
}

.text-center {
	text-align: center;
}


/* Botones */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 2rem;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 0.5rem;
	transition: all 0.2s ease;
	cursor: pointer;
	border: 1px solid transparent;
}

.btn-primary {
	background: var(--pgo-3);
	color: white;
}

.btn-primary:hover {
	background: #0089a7;
	transform: translateY(-1px);
}

.btn-outline {
	background: white;
	border-color: #e2e8f0;
	color: #64748b;
}

.btn-outline:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
}

/* Secciones */
/* .products-section {
	padding-top: 7.4375rem;
} */

/* Contenedor específico de la sección de productos: permitir ancho real del slider (1226px) */
.products-section > .container {
	max-width: 1440px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.section-header {
	text-align: center;
	margin-bottom: 4rem;
}

.section-title {
	font:var(--pgo-type-desk-h-2);
	color: var(--pgo-2);
	margin: 0;
}

.section-subtitle {
	font:var(--pgo-type-desk-b-2-bold);
	color: var(--pgo-1);
	text-transform: uppercase;
	margin: 0;
}

/* Botón de ayuda */
.chat-helper {
	position: absolute;
	top: 0;
	right: 1rem;
	display: none;
	align-items: center;
	gap: 1rem;
}

@media (min-width: 1024px) {
	.chat-helper {
	display: flex;
	}
}

.chat-helper span {
	font-size: 0.75rem;
	color: #94a3b8;
	font-style: italic;
}

.chat-button {
	background: #25D366;
	color: white;
	width: 3rem;
	height: 3rem;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease;
	border: none;
	cursor: pointer;
}

.chat-button:hover {
	transform: scale(1.1);
}

/* Estilos para la sección de características */

.features-container {
	max-width: 1120px;
	margin: 0 auto;
}

.features-description {
	font: var(--pgo-type-desk-b-1-regular);
	color: var(--color-neutral-1000);
	margin-top: 2rem;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.5rem;
	justify-items: center;
}

@media (min-width: 768px) {
	.features-grid {
	grid-template-columns: repeat(auto-fit, minmax(187px, 1fr));
	gap: 2rem;
	justify-items: stretch;
	}
}

.feature-card {
	background-color: var(--color-neutral-200);
	background-image: url('../assets/img/bg_cards_about.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	max-width: 22rem;
	min-height: 19.4375rem;
	padding: clamp(1.75rem, 3vw, 3rem);
	border-radius: 2rem;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin: 0 auto;
}

.feature-card:hover {
	transform: translateY(-0.25rem);
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.feature-icon {
	width: 5rem;
	height: 5.75rem;
	background-color: transparent;
}

.feature-icon img {
	width: 80px;
	height: 92px;
	object-fit: contain;
}

.feature-card:nth-child(2) .feature-icon {
	background-color: transparent;
}

.feature-content {
	position: relative;
	z-index: 1;
	margin-top: auto;
}

.feature-title {
	font: var(--pgo-type-desk-h-3);
	color: var(--color-primary);
	margin-bottom: 0.75rem;
}

.feature-description {
	font: var(--pgo-type-desk-b-3-regular);
	color: var(--color-neutral-900)
}

/* Estilos para la sección de pasos */
.steps-section {
	position: relative;
	overflow: hidden;
}

.steps-container {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.steps-grid {
	grid-template-columns: repeat(3, minmax(0, 308px));
	justify-content: space-between;
	}
}

.step-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	padding: clamp(1.25rem, 2vw, 2rem);
	background: transparent;
	border-radius: 0;
	transition: transform 0.3s ease;
}

.step-card:hover {
	transform: translateY(-8px);
}

.step-hexagon {
	position: relative;
	width: 13.4375rem;
	height: 15.5rem;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.step-number {
	font-size: 3.5rem;
	font-weight: 700;
	color: #0f3057;
	position: relative;
	z-index: 2;
	line-height: 1;
}

.step-card-title {
	font: var(--pgo-type-desk-h-5);
	color: var(--color-primary);
	margin-bottom: 0.75rem;
	letter-spacing: -1px;
}

.step-card-description {
	font: var(--pgo-type-desk-b-1-regular);
	color: var(--color-neutral-900);
	margin: 0 auto;
}

.cta-button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background-color: var(--color-primary);
	color: white;
	padding: 0.75rem 1.5rem;
	border-radius: 6px;
	font: var(--pgo-type-desk-b-2-regular);
	text-transform: uppercase;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 0 0 rgba(3, 171, 216, 0.4);
	animation: cta-glow 3s ease-in-out infinite;
	margin-top: 4rem;
}

.cta-button:hover {
	background-color: var(--color-secondary);
}

@keyframes cta-glow {
	0% {
		box-shadow: 0 0 0 rgba(3, 171, 216, 0.0);
	}
	50% {
		box-shadow: 0 0 24px rgba(3, 171, 216, 0.65);
	}
	100% {
		box-shadow: 0 0 0 rgba(3, 171, 216, 0.0);
	}
}

/* Sección Hero */

.hero {
	position: relative;
	min-height: 556px;
	width: 100%;
	max-width: 1440px;
	padding: 120px 160px 120px 160px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	color: white;
	overflow: visible;
	transition: opacity 0.6s ease;
	z-index: 6;
	--hero-prev-bg: none;
}

/* Fondos por slide del hero */
.hero.hero-slide-1 {
	background-image: url('/assets/img/hero1.jpg');
}

.hero.hero-slide-2 {
	background-image: url('/assets/img/hero2.jpg');
}

.hero.hero-slide-3 {
	background-image: url('/assets/img/hero3.jpg');
}

/* Estado de desvanecimiento para el carrusel */
.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg,
		rgba(1, 126, 168, 0.20) 10%,  /* #017EA8 10% */
		rgba(1, 86, 125, 0.69) 65%,   /* #01567D 59% */
		rgba(1, 52, 89, 1.00) 100%    /* #013459 100% */
	);
	opacity: 0.9;
	z-index: 1;
}

.hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: var(--hero-prev-bg);
	background-size: inherit;
	background-position: inherit;
	opacity: 0;
	pointer-events: none;
	z-index: 0;
}

.hero.is-crossfading::after {
	animation: hero-crossfade 0.6s ease forwards;
}

@keyframes hero-crossfade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.hero-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	align-self: flex-start;
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.hero.is-content-fading .hero-content {
	opacity: 0;
	transform: translateY(10px);
}

/* Dots del carrusel del hero */
.hero-dots {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 0.6875rem;
	z-index: 2;
}

.hero-dot {
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 9999px;
	border: none;
	background-color: rgba(232, 232, 232, 1);
	cursor: pointer;
	padding: 0;
}

.hero-dot.active {
	width: 1.125rem;
	background-color: var(--pgo-3);
}

.hero-title {
	font: var(--pgo-type-desk-h-1);
	margin-bottom: 32px;
	white-space: pre-line;
}

.hero-subtitle {
	font: var(--pgo-type-desk-h-5);
	margin-bottom: 12px;
}

/* Botón del hero: ancho justo al contenido */
.hero-content .btn {
	width: fit-content;
	align-self: center;     /* botón centrado bajo el texto */
	font: var(--pgo-type-desk-b-2-regular);
	text-transform: none;
	padding: 12px 24px;
}

@media (max-width: 767px) {
	.hero {
	min-height: 520px;
	padding: 64px 24px;
	background-position: 60% center;
	}

	.hero::before {
	opacity: 0.85;
	}

	.hero-content {
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	}

	.hero-subtitle {
	font: var(--pgo-type-mobile-h-5);
	text-transform: uppercase;
	}

	.hero-title {
	font: var(--pgo-type-mobile-h-1);
	width: 15.3125rem;
	margin-bottom: 1.5rem;
	}

	.hero-content .btn {
	width: 200px;
	justify-content: center;
	font-size: 0.9rem;
	}

	.hero-dots {
	bottom: 1.5rem;
	gap: 0.5rem;
	}

	.hero-dot {
	width: 0.8125rem;
	height: 0.8125rem;
	}

	.hero-dot.active {
	width: 0.8125rem;
	height: 0.8125rem;
	}

	main {
		padding-bottom: 4rem;
	}

	section {
		padding-top: 4rem;
	}
	.section-title {
		font:var(--pgo-type-mobile-h-2);
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	main {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.hero {
	min-height: 435px;
	padding: 64px 85px;
	background-position: center top;
	}

	.hero-content {
	max-width: 520px;
	align-items: center;
	text-align: center;
	align-self: auto;
	}

	.hero-title {
	font: 700 clamp(2.5rem, 4vw, 3.25rem)/1.2 'DM Sans';
	}

	.hero-content .btn {
	align-self: center;
	}

	.hero-dots {
	bottom: 1.0625rem;
	gap: 0.375rem;
	}

	.hero-dot {
	width: 0.625rem;
	height: 0.625rem;
	}

	.hero-dot.active {
	width: 0.625rem;
	height: 0.625rem;
	}
}


/* === FIN HERO === */

/* =================================== */
/* === NUEVO SLIDER DE PRODUCTOS === */
/* =================================== */

.product-carousel {
	position: relative;
	max-width: 1226px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
}

.carousel-viewport {
	overflow: hidden;
	width: 1160px; /* 1120px de contenido + 40px para los spacers */
	margin: auto;
	padding: 0 0 10px 0;
}

.carousel-track {
	display: flex;
	align-items: center; /* Centra las tarjetas verticalmente */
	gap: 32px; /* El gap fijo de 32px */
	transition: transform 0.5s ease;
}

.carousel-spacer {
	width: 8px;
	flex-shrink: 0;
}

.carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 10;
	padding: 10px;
}

.carousel-arrow.prev {
	left: -10px;
}

.carousel-arrow.next {
	right: -10px;
}

@media (max-width: 767px) {
	.product-carousel {
	flex-direction: column;
	gap: 2rem;
	padding: 0 1rem;
	}

	.carousel-viewport {
	width: 100%;
	padding: 0;
	overflow: visible;
	}

	.carousel-track {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	transform: none !important;
	}

	.carousel-arrow,
	.carousel-spacer {
	display: none !important;
	}

	.product-card {
	width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.product-carousel {
	flex-direction: column;
	gap: 2rem;
	}

	.carousel-viewport {
	width: 100%;
	padding: 0;
	overflow: visible;
	}

	.carousel-track {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	transform: none !important;
	}

	.carousel-arrow,
	.carousel-spacer {
	display: none !important;
	}

	.product-card {
	width: 100%;
	flex: 1;
	}
}

/* Product Card */
.product-card {
	background-color: white;
	/* Sombra basada en Figma, ajustada para web (más suave y compacta) */
	box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.18);
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
	position: relative;
	height: 346px;
	border-radius: 2rem;
	width: 100%; /* mobile: ocupar el ancho disponible */
}

.products-section .cta-button {
	margin-top: 53px;
}

@media (min-width: 1024px) {
	.product-card {
	width: 352px;
	flex: 0 0 352px; /* no shrink, no grow, base 352px */
	}
}

/* En desktop, simplificar cards de producto: ocultar detalle "Tu seguro incluye" */
@media (min-width: 1024px) {
	.product-card .card-includes-title,
	.product-card .card-features,
	.product-card .card-button {
	display: none;
	}
}

.product-card:hover {
	box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.18);
}

.card-image-container {
	height: 8.0625rem;
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	position: relative;
}

/* .card-image-container::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, #017EA8 20%, #013459 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
} */

.card-icon-wrapper {
	position: absolute;
	top: 4.3rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2; /* solo posiciona la imagen por encima de la foto */
}

.card-icon {
	display: block;
	width: 7.5rem;
	height: auto;
}

.card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-content {
	padding: 4.5rem 2rem 3rem 2rem;
	display: flex;
	flex-direction: column;
	flex: 1;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
}
.card-title {
	font:var(--pgo-type-desk-h-3);
	color: var(--pgo-1);
	letter-spacing: -1.8px;
}

.card-subtitle {
	font: var(--pgo-type-desk-b-1-bold);
	color: var(--pgo-2);
	letter-spacing: -0.8px;
}

.card-includes-title {
	font-size: 1rem;
	color: #0f3057;
	margin-bottom: 1.5rem;
	font-weight: 500;
}

.card-features {
	list-style: none;
	padding: 0;
	margin: 0 auto 2rem auto;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: left;
	max-width: 300px;
}

.card-features li {
	display: flex;
	gap: 0.75rem;
	font-size: 0.9rem;
	align-items: center;
	color: #475569;
}

.card-features i {
	width: 1.25rem;
	height: 1.25rem;
	color: #009abd;
	flex-shrink: 0;
}

.card-button {
	width: 100%;
	background-color: var(--pgo-2);
	color: white;
	padding: 1rem 0;
	border-radius: 0.75rem;
	font-weight: 500;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.card-button:hover {
	background-color: #0085a3;
}

/* Dark Variant */
.product-card.dark-variant {
	background-color: #0f3057;
	color: white;
	border-color: #0f3057;
}

.dark-variant .card-image-container::after {
	opacity: 0.8; /* Degradado visible por defecto */
}

.dark-variant .card-title {
	color: white;
}

.dark-variant .card-subtitle {
	color: #e2e8f0;
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.dark-variant .card-includes-title {
	color: var(--pgo-2);
}

.dark-variant .card-features {
	color: #cbd5e1;
}

.dark-variant .card-icon {
	color: white;
}

.dark-variant .card-button {
	background-color: var(--pgo-2);
}

.dark-variant .card-button:hover {
	background-color: #00a8c9;
}

.view-more-button {
	background-color: white;
	border: 1px solid #cbd5e1; /* border-slate-300 */
	color: #475569; /* text-slate-600 */
	padding: 0.75rem 2rem; /* px-8 py-3 */
	border-radius: 0.25rem; /* rounded */
	font-weight: 500; /* font-medium */
	font-size: 0.75rem; /* text-xs */
	letter-spacing: 0.1em; /* tracking-widest */
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.view-more-button:hover {
	background-color: #f8fafc; /* hover:bg-slate-50 */
}

/* Navegación */

.navbar {
	width: 100%;
	margin: 0;
	min-height: 81px;
	padding: 24px;
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	background: var(--color-white);
	z-index: 200;
	transition: min-height 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
}
.navbar-container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 210;
}
.navbar-overlay {
	position: fixed;
	top: 81px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 19, 36, 0.35);
	backdrop-filter: blur(6px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 80;
}
.navbar-overlay.is-visible {
	opacity: 1;
	pointer-events: auto;
}
.navbar-brand {
	display: flex;
	align-items: center;
	color: var(--color-secondary);
	text-decoration: none;
}
.navbar-logo-img {
	width: 97px;
	height: auto;
	display: block;
}
.navbar-toggle {
	background: transparent;
	border: none;
	padding: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.navbar-toggle img {
	width: 100%;
	height: auto;
}

.navbar--scrolled {
	box-shadow: 0 12px 30px rgba(1, 52, 89, 0.1);
}

@media (min-width: 768px) and (max-width: 1023px) {
	.navbar {
	min-height: 96px;
	}

	.navbar-overlay {
		top: 96px;
	}

	.navbar-logo-img {
	width: 107px;
	}

	.navbar.is-mobile-open .navbar-nav {
		width: 248px;
		left: auto;
		right: -24px;
		transform: none;
		margin-left: auto;
		border-bottom-left-radius: 32px;
	}
}

@media (min-width: 1024px) {
  .navbar {
    min-height: 132px;
  }

	.navbar-overlay {
		top: 0;
	}

  .navbar-logo-img {
    width: 174px;
  }

	.navbar.navbar--scrolled {
		min-height: 80px;
	}
}
.navbar-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 2px solid var(--color-secondary);
	border-radius: 0.5rem 0 0.5rem 0.5rem;
}

.navbar-logo-dot {
	width: 1rem;
	height: 1rem;
	background-color: var(--color-primary);
	border-radius: 50%;
}

.navbar-nav {
	display: none;
	gap: 2rem;
	list-style: none;
	padding-left: 0;
}

.nav-mobile-heading {
	display: none;
	font: var(--pgo-type-mobile-h-5);
	color: var(--color-primary);
	margin-bottom: 1.5rem;
	list-style: none;
}

.navbar.is-mobile-open .navbar-toggle img {
	content: url('../assets/img/icons/close_icon.svg');
}

.navbar.is-mobile-open .navbar-nav {
	height: 250px;
	display: flex;
	flex-direction: column;
	position: absolute;
	justify-content: space-between;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	transform: none;
	background: var(--color-white);
	padding: 2rem;
	gap: 1rem;
	z-index: 200;
}

@media (max-width: 767px) {
	.navbar.is-mobile-open .navbar-nav {
		width: 100vw;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.navbar.is-mobile-open .navbar-nav {
		width: 248px;
		left: auto;
		right: -25px;
		top: 64px;
		transform: none;
		margin-left: auto;
		border-bottom-left-radius: 32px;
	}
}

.navbar.is-mobile-open .nav-mobile-heading {
	display: block;
}

.navbar.is-mobile-open .nav-link {
	width: 100%;
	font: var(--pgo-type-mobile-b-1-regular);
	color: var(--pgo-2);
	padding-bottom: 9px;
	border-bottom: 1px solid var(--pgo-2);
}

.navbar.is-mobile-open .nav-link::after {
	display: none;
}

.nav-link {
	font: var(--pgo-type-desk-b-2-regular);
	color: var(--pgo-5);
	text-decoration: none;
	position: relative;
	display: inline-flex;
	align-items: center;
	transition: color 0.3s ease, transform 0.3s ease;
}

.nav-link:hover {
	color: var(--pgo-2);
	transform: translateY(-6px);
}

.nav-link::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -5px;
	left: 0;
	background-color: var(--pgo-2);
	transform: scaleX(0);
	transition: transform 0.3s ease-in-out;
}

.nav-link:hover::after {
	transform: scaleX(1);
}


@media (min-width: 992px) {
	.navbar {
	padding: 0 80px;
	}

	.navbar-toggle {
	display: none;
	}

	.navbar-nav {
	display: flex;
	position: static;
	flex-direction: row;
	gap: 2rem;
	background: transparent;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	}

	.nav-mobile-heading {
	display: none !important;
	}

	.navbar-overlay {
	display: none;
	}
}

/* Footer */
.footer {
	background-color: var(--color-primary);
	color: #e2e8f0;
	padding: 120px 160px 96px 160px;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 1120px;
	margin: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.footer {
		padding: 64px 48px 51px 48px;
	}
	.footer-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
	.footer-logo-img {
		width: 132px;
		height: auto;
	}
}

.footer-title-container {
	margin-bottom: 1.5rem;
}

.footer-title {
	font: var(--pgo-type-desk-h-5);
	margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
	.footer-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	}
	.footer-logo-img {
		width: 247px;
		height: auto;
	}
}

/* Brand Section */
.brand-logo {
	margin-bottom: 2rem;
}

.logo-icon {
	width: 2rem;
	height: 2rem;
	border: 2px solid white;
	border-radius: 0.25rem 0 0.5rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.logo-dot {
	width: 1rem;
	height: 1rem;
	background-color: var(--pgo-2);
	border-radius: 50%;
}

.brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.brand-name {
	font-size: 1.25rem;
	font-weight: 600;
	color: white;
	letter-spacing: -0.5px;
}

.brand-subtitle {
	font-size: 0.625rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #94a3b8;
	margin-top: 0.25rem;
}

.brand-description {
	font: var(--pgo-type-desk-b-1-regular);
	color: var(--color-neutral-100);
	max-width: 15.375rem;
	margin-bottom: 2rem;
}

.social-links {
	display: flex;
	gap: 2rem;
}

.social-link {
	color: white;
	transition: color 0.2s ease;
}

.social-link:hover {
	color: var(--pgo-2);
}

.social-link i,
.social-link svg {
	width: 1.5rem;
	height: 1.5rem;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem 0;
}

.footer-link {
	display: block;
	color: #94a3b8;
	text-decoration: none;
	margin-bottom: 0.75rem;
	transition: color 0.2s ease;
}

.footer-link:hover {
	color: white;
}

.contact-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 12px;
	font: var(--pgo-type-desk-b-1-regular);
	color: var(--color-neutral-100);
}

.contact-icon {
	color: var(--pgo-2);
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
}

/* Map Section */
.map-section .footer-title {
	margin-bottom: 2rem;
}


.map-container {
	width: 100%;
	max-width: none;
	height: 10.9375rem;
	background-color: #1e293b;
	border-radius: 0.75rem;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.map-container:focus-visible {
	outline: 3px solid var(--pgo-2);
	outline-offset: 3px;
}

.map-placeholder {
	width: 100%;
	height: 100%;
	background-color: #1e293b;
	background-image: url('../assets/img/map_Mendoza.png');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.map-pin {
	background-color: var(--pgo-2);
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: bounce 2s infinite;
}

.map-icon {
	color: white;
	width: 1.5rem;
	height: 1.5rem;
}

.map-location {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	font-size: 0.625rem;
	color: #94a3b8;
}

@keyframes bounce {
	0%, 100% {
	transform: translateY(0);
	}
	50% {
	transform: translateY(-10px);
	}
}

.map-modal,
.quote-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: rgba(17, 35, 52, 0.65);
	backdrop-filter: blur(2px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 999;
}

.map-modal.is-open,
.quote-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.map-modal__overlay,
.quote-modal__overlay {
	position: absolute;
	inset: 0;
}

.map-modal__content,
.quote-modal__content {
	position: relative;
	width: min(960px, 100%);
	background: #fff;
	border-radius: 1rem;
	padding: 1rem 1rem 0.75rem 1rem;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.quote-modal__content {
	height: 75vh;
	max-height: 75vh;
}

.quote-modal__iframe {
	flex: 1;
}

.quote-modal__buttons {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.quote-modal__buttons button {
	margin-top: 20px;
} 

.map-modal__header,
.quote-modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.map-modal__title,
.quote-modal__title {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.map-modal__logo,
.quote-modal__logo {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.map-modal__header h3,
.quote-modal__header h3 {
	font: var(--pgo-type-desk-h-3);
	color: var(--pgo-1);
	letter-spacing: -1.8px;
}

.map-modal__close,
.quote-modal__close {
	background: transparent;
	border: none;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.map-modal__iframe iframe,
.quote-modal__iframe iframe {
	width: 100%;
	height: clamp(280px, 50vw, 420px);
	border: 0;
	border-radius: 0.75rem;
}

.quote-modal__iframe iframe {
	height: 100%;
}

@media (max-width: 767px) {
	.footer {
		padding: 64px 24px;
	}
	.footer-grid {
		text-align: center;
		justify-items: center;
	}
	.footer-logo-img {
		width: 186px;
		height: 55px;
		object-fit: contain;
		margin: auto;
	}
	.footer-title-container,
	.contact-links,
	.social-links {
		justify-content: center;
		text-align: center;
	}
	.brand-description {
	margin: auto;
    max-width: 70%;
	margin-bottom: 45px;
	}
	.contact-item {
		justify-content: center;
	}
	.map-section {
		max-width: none;
		width: 100%;
		padding-top: 2rem;
	}

	.map-container{
		height: 9.625rem;
		border-radius: 2rem;
	}
	.map-modal__header h3,
	.quote-modal__header h3 {
		font-size: 24px;
	}
	.map-modal__iframe iframe {
		height: 80vh;
	}
	.quote-modal {
		padding: 0;
	}
	.quote-modal__content {
		height: 80vh;
		max-height: 80vh;
		border-radius: 0;
	}
	.quote-modal__iframe {
		min-height: 0;
	}
	.quote-modal__iframe iframe {
		height: 100%;
	}
}

.whatsapp_trigger {
	display: block;
	width: 100%;
	height: 1px;
	opacity: 0;
}


.whatsapp_container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: min(100%, 1440px);
	padding: 0 clamp(1.5rem, 6vw, 40px);
	top: calc(100% + 10px);
	z-index: 60;
	display: flex;
	justify-content: right;
	transition: top 0.5s ease, transform 0.5s ease;
}

.whatsapp_container.is-fixed {
	position: fixed;
	left: 50%;
	transform: translateX(-50%) translateY(0);
	width: min(100vw, 1440px);
	padding: 0 clamp(1.5rem, 6vw, 40px);
	top: 96px;
	z-index: 90;
}

.whatsapp_link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	position: relative;
}

.whatsapp_hover {
	position: absolute;
	left: auto;
	right: calc(100% + 0.5rem);
	top: 50%;
	transform: translate(12px, -50%);
	max-width: 198px;
	height: auto;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}

.whatsapp_link:hover .whatsapp_hover,
.whatsapp_link:focus-visible .whatsapp_hover {
	opacity: 1;
	transform: translate(0, -50%);
}

.whatsapp_link span {
	white-space: nowrap;
}

.whatsapp_icon {
	width: 50px;
	height: 50px;
	box-shadow: 0 12px 30px rgba(1, 126, 168, 0.25);
	border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.whatsapp_container {
	top: calc(100% + -40px);
	  }
	.whatsapp_container.is-fixed {
	top: 128px;
	  }
	.whatsapp_icon {
		width: 62px;
		height: 62px;
	}
}

@media (min-width: 1024px) {
	.whatsapp_icon {
		width: 83px;
		height: 83px;
	}
	.whatsapp_container {
    top: calc(100% + 67px);
  	}
	.whatsapp_container.is-fixed {
    top: 120px;
  	}
}

/* Footer Bottom */
.footer-bottom {
	padding-top: 4rem;
}

.copyright {
	font: var(--pgo-type-desk-b-2-regular);
	color: var(--color-neutral-100);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

