﻿:root {
	--brand: #4dc6e1;
	--brand-dark: #38a8ba;
	/* Las dos claves para la animación: */
	--dur: 500ms;
	--ease: cubic-bezier(.22,.61,.36,1);
	/*S3*/
	--s3-bg: transparent;
	--s3-fg: #0d0e10;
	--s3-muted: #6a6f78;
	--s3-pill-bg: #111214;
	--s3-pill-fg: #ffffff;
	--s3-line: #cdd3bf;
	--s3-ease: cubic-bezier(.22,.61,.36,1);
	--s3-dur: 480ms;
}

html {
	scroll-behavior: smooth;
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
}

body {
	margin: 0;
	padding: 0;
}

textarea:focus, input:focus {
	outline: none !important;
}

*:focus {
	outline: none !important;
	border-color: inherit !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.OverFlow_Hidden {
	overflow: hidden !important;
}
.OverFlow_X_Hidden {
	overflow-x:visible;
}

button {
	outline: none;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: inherit;
}

.Bold {
	font-weight: 700;
}

.SemiBold {
	font-weight: 600;
}

.Medium {
	font-weight: 500;
}

.Normal {
	font-weight: 400;
}

.Light {
	font-weight: 300;
}

.Thin {
	font-weight: 100;
}

.Roboto {
	font-family: 'Roboto', sans-serif;
}

/*Tamaños tipograficos*/
.TituloGrande {
	font-size: 52px;
	line-height: 62px;
}

.TituloIA_First {
	font-size: 52px;
	line-height: 62px;
}
.TituloIA_First_Chico {
	font-size: 42px;
	line-height: 52px;
}


.TituloLideraMarketing {
	font-size: 70px;
	line-height: 78px;
}

.TituloCard {
	font-size: 24px;
	line-height: 30px;
}

.Contenido {
	font-size: 16px;
	line-height: 28px;
}
.Contenido_Canales {
	font-size: 16px;
	line-height: 28px;
}
.ContenidoInput {
	font-size: 16px;
}
.ContenidoCard {
	font-size: 16px;
	line-height: 22px;
}

.Texto_Menu {
	font-size: 14px;
	line-height: 18px;
}

.TextoMarcas {
	font-size: 24px;
	line-height: 28px;
}


/*Inicio Seteos tamaños tipograficos*/
.VerdeCrema_Novedades_2025 {
	background-color: #e9ffd9; /* verde claro */
}

.FondoAzulOscuro_Pleno_2025 {
	background-color: #111629;
}
.FondoDemo_2026 {
	background: linear-gradient(180deg, rgba(17,22,41,1) 0%, rgba(23,41,172,1) 60%);
}
/*FIN Seteos tamaños tipograficos*/


/*Inicio Seteos colores tipograficos*/
.Blanco {
	color: #ffffff;
}

.Negro {
	color: #000000;
}

.Gris_Card {
	color: #85898e;
}

.Negro_Pleno {
	color: #000000;
}

.Celes_Footer {
	color: #97b6fc;
}

.Gris_Seccion_Footer {
	color: #939393;
}
.Gris_Sub_Seccion_Footer {
	color: #5b5b5b;
}
/*FIN Seteos colores tipograficos*/

/*Colores de fondo*/
.VerdeCrema_Novedades_2025 {
	background-color: #e9ffd9; /* verde claro */
}
/*Colores de fondo*/

/*Inicio NAV*/
/* =========================
   NAV: altura + padding suaves
   ========================= */
#mainNavbar {
	/* Ajustá estos valores a tu gusto */
	--nav-h0: 88px; /* alto inicial */
	--nav-h1: 62px; /* alto scrolled */
	/*position: sticky;*/
	top: 0;
	/*z-index: 1100;*/
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,.12);
	height: var(--nav-h0);
	transition: height .35s ease, box-shadow .35s ease, background-color .35s ease;
	overflow: clip; /* evita parpadeos de contenido al transicionar */
}

	#mainNavbar.scrolled {
		height: var(--nav-h1);
	}

	/* Evitá cambios de ancho del contenedor del brand */
	#mainNavbar .navbar-brand_2 {
		display: inline-flex;
		align-items: center;
		gap: .5rem;
	}

		/* Caja de logo: ancho fijo = al logo grande; alto fijo cómodo */
		#mainNavbar .navbar-brand_2 .logo-box {
			width: 110px; /* ancho del logo en estado "grande" */
			height: 40px; /* alto máximo del logo */
			position: relative;
			flex: 0 0 auto;
			margin-top: 3px;
		}

			/* La imagen se posiciona absoluta y se escala, no cambia su caja */
			#mainNavbar .navbar-brand_2 .logo-box img {
				position: absolute;
				inset: 0;
				width: 100%;
				height: 100%;
				object-fit: contain;
				transform-origin: left center;
				transition: transform .50s ease, opacity .2s ease;
				will-change: transform;
			}

	/* Escala del logo: 25 / 110  0.227 (ajustá si tu logo chico es otro) */
	#mainNavbar.scrolled .navbar-brand_2 .logo-box img {
		transform: scale(0.9);
	}

/* Si además querés que el padding vertical acompañe: */
#mainNavbar {
	padding-inline: 1rem;
	padding-block: 14px;
	transition: height .50s ease, padding-block .35s ease, box-shadow .50s ease, background-color .50s ease;
}

	#mainNavbar.scrolled {
		padding-block: 8px;
	}

	/* Asegurá full width, sin max-widths “achicándose” al scrollear */
	#mainNavbar.navbar {
		max-width: none;
		margin: 0;
		border-radius: 0;
		background-color: #fff;
	}

	#mainNavbar,
	#mainNavbar .container-fluid,
	#mainNavbar .navbar-desktop-wrapper {
		overflow-y: visible !important;
	}

.navbar-collapse-custom {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

	.navbar-collapse-custom.expanding {
		max-height: 1000px;
	}

.navbar {
	border-radius: 1rem;
	max-width: 1200px;
	margin: 2rem auto;
	background-color: #ffffff;
	padding: 1rem 1rem;
	position: relative;
	z-index: 500;
}

.navbar-nav .nav-link {
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	min-width: 40px;
	min-height: 40px;
	text-align: center;
	font-size: 14px;
	transition: background 0.3s ease;
}

	.navbar-nav .nav-link.active-tab,
	.navbar-nav .nav-link:hover {
		background: #e5fdff;
		font-weight: normal;
	}


.mega-menu {
	display: flex;
	gap: 2rem;
}


.Logo_Nav {
	margin-left: 15px;
}

.mega-menu .column {
	flex: 1;
}

.mega-menu h6 {
	font-size: 0.85rem;
	color: #000000;
	margin-bottom: 0.5rem;
}

.mega-menu a {
	display: block;
	text-decoration: none;
	margin-bottom: 0.5rem;
	font-weight: normal;
	color: #000000;
	border-radius: 10px;
	padding: 0.5rem 1rem;
	transition: background 0.3s ease;
}

	.mega-menu a:hover,
	.mega-menu a.active-item {
		background: #e5fdff;
		font-weight: normal;
	}

.Link_Base_Menu_2025 {
	cursor: pointer;
}

.promo {
	flex: 1;
	background: #111;
	color: white;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.flag {
	width: 20px;
	height: auto;
}

.language-dropdown {
	position: relative;
}

	.language-dropdown .dropdown-toggle {
		padding: 0.5rem 1rem;
		background-color: #ffffff;
		border: none;
		border-radius: 1rem;
		min-width: 70px;
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background 0.3s;
	}

		.language-dropdown .dropdown-toggle:hover,
		.language-dropdown.show .dropdown-toggle {
			background: #e5fdff;
		}

.dropdown-item:hover {
	background: #e5fdff !important;
}

.language-dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 0; /* <- quita el gap que te cortaba el hover */
	z-index: 1050;
	min-width: 160px;
	border-radius: 1rem;
}


.dropdown-item .flag {
	margin-right: 8px;
}

.navbar-desktop-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.navbar-left {
	flex: 0 0 auto;
}

.navbar-brand_2 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	text-decoration: none;
	white-space: nowrap;
}

.nav-link i {
	font-size: 12px;
}

.navbar-center {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
}

.navbar-right {
	flex: 0 0 auto;
}
/* Chevron con transición */
.navbar-center .nav-link .fa-chevron-down {
	display: inline-block; /* para que el transform aplique bien */
	transform-origin: center;
	transition: transform .25s ease; /* la animación */
	will-change: transform;
}

/* 1) Rota al hacer hover (feedback inmediato) */
.navbar-center .nav-link:hover .fa-chevron-down {
	transform: rotate(180deg);
}

/* 2) Rota y queda “apuntando arriba” cuando el item está abierto/activo */
.navbar-center .nav-link.active-tab .fa-chevron-down,
.navbar-center .nav-link[aria-expanded="true"] .fa-chevron-down,
.navbar-center .nav-item.show > .nav-link .fa-chevron-down,
.navbar-center .nav-link.chev-open .fa-chevron-down {
	transform: rotate(180deg);
}

/* Estado inicial del chevron (asegura transición) */
.language-dropdown .dropdown-toggle .fa-chevron-down {
	display: inline-block;
	transform: rotate(0deg);
	transform-origin: center;
	transition: transform .2s ease;
	vertical-align: middle; /* opcional, para alinear mejor con la bandera */
}

/* Se abre: si Bootstrap setea aria-expanded en el botón */
.language-dropdown .dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
	transform: rotate(180deg);
}

/* Se abre: si Bootstrap agrega .show al contenedor dropdown */
.language-dropdown.show .dropdown-toggle .fa-chevron-down {
	transform: rotate(180deg);
}

/* (ya lo tenías) ocultar el caret default de Bootstrap */
.language-dropdown .dropdown-toggle::after {
	display: none !important;
	content: none !important;
}

/* Respeto a usuarios con reduced motion */
@media (prefers-reduced-motion: reduce) {
	.navbar-center .nav-link .fa-chevron-down {
		transition: none;
	}
}


/*Fin NAV*/

/*Seccion Video*/

#hero-video-section {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	/*padding-bottom: 80px;*/
}

.video-shadow {
	border-radius: 20px;
	box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.25);
}

.hero-img {
	position: absolute;
	transition: transform 0.3s ease-out;
	z-index: 1;
	border-radius: 18px;
}

.top-left {
	top: 2%;
	left: 12%;
	width: 304px;
}

.bottom-left {
	top: -2%;
	right: 14%;
	width: 250px;
}

.right-img {
	top: 30%;
	right: 5%;
	width: 400px;
}

#hero-video {
	width: 70vw;
	transition: width 0.2s ease-out;
	border-radius: 18px;
	z-index: 2;
	position: relative;
}

.video-wrapper {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
}
/*Fin seccion Video*/

/*Seccion orbitas*/
.orbitmp {
	position: relative;
	overflow: hidden;
}

.orbitmp__wrap {
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	border: solid 0px #fe0000;
}

.orbitmp__title {
	/*margin: 0;
	padding-block: clamp(80px,12vh,160px);*/
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.orbitmp__layer {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	pointer-events: all;
}



/* animaciones (la ruta la setea JS) */
.orbit-1 {
	animation: pathMove1 28s linear infinite;
	animation-delay: var(--delay,6s);
}

.orbit-2 {
	animation: pathMove2 18s linear infinite reverse;
	animation-delay: var(--delay,0s);
}

@keyframes pathMove1 {
	to {
		offset-distance: 100%;
	}
}

@keyframes pathMove2 {
	to {
		offset-distance: 100%;
	}
}

.pill_Orbital {
	position: relative;
	display: inline-block;
	padding: 10px 24px;
	border-radius: 999px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.18);
	/* apilamos sombras suaves con distintos radios para un fade real */
	box-shadow: 0 10px 28px rgba(0,0,0,.18), 0 0 10px rgba(255,255,255,.20), 0 0 18px rgba(255,255,255,.14), 0 0 26px rgba(255,255,255,.10);
}

.pill {
	pointer-events: auto;
	position: absolute;
	offset-rotate: 0deg;
	offset-position: 50% 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	border-radius: 999px;
	backdrop-filter: blur(32px);
	-webkit-backdrop-filter: blur(32px);
	box-shadow: 0 6px 22px rgba(0,0,0,.12);
	offset-anchor: 50% 50%;
	/* extra para evitar rarezas de composición */
	backface-visibility: hidden;
	transform: translateZ(0);
}


/* Colores específicos */
.IMG_Pill_CDP {
	filter: invert(94%) sepia(7%) saturate(328%) hue-rotate(136deg) brightness(110%) contrast(90%);
}
/* PILL Agente (#e7e3fe) */
.IMG_Pill_Agente {
	filter: invert(90%) sepia(6%) saturate(1110%) hue-rotate(200deg) brightness(120%) contrast(90%);
}

/* PILL Análisis (#faebe0) */
.IMG_Pill_Analisis {
	filter: invert(91%) sepia(7%) saturate(537%) hue-rotate(319deg) brightness(120%) contrast(90%);
}

/* PILL Remarketing (#eeffdf) */
.IMG_Pill_Remarketing {
	filter: invert(90%) sepia(18%) saturate(310%) hue-rotate(50deg) brightness(120%) contrast(90%);
}

.pill-analisis_Orbital {
	background: #fbe7df; /* rosado pastel */
}

.pill-agente_Orbital {
	background: #dad1f7; /* violeta pastel */
}

.pill-cdp_Orbital {
	background: #dcfdfe; /* celeste pastel */
}

.pill-remarketing_Orbital {
	background: #e4f8d9; /* verde pastel */
}


/*Nuevas orbitas*/







/*Fin nuevas orbitas*/


/* ejemplo, centra sobre la zona útil */


/* Fin Seccion orbitas*/

/* Viewport: NO display:flex acá */
.MarqueeViewport_2025 {
	position: relative;
	overflow: hidden;
	height: 60px; /* mismo alto de cajón */
	/* Fade correcto (blanco visible en el centro) */
	-webkit-mask-image: linear-gradient(to right, transparent 0%, #fff 12%, #fff 88%, transparent 100%);
	mask-image: linear-gradient(to right, transparent 0%, #fff 12%, #fff 88%, transparent 100%);
}

/* Tiras absolutas, una sobre otra */
.MarqueeTrack_2025 {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	gap: 40px; /* espacio entre logos */
	width: max-content; /* ancho real del contenido */
	will-change: transform;
	--start: 0%; /* offset variable */
	animation: marquee_2025 30s linear infinite; /* bajá a 10s si querés más rápido */
}

	/* La segunda tira arranca desplazada 100% a la derecha */
	.MarqueeTrack_2025.is-dup {
		--start: 100%;
	}

/* Keyframes usando el offset variable */
@keyframes marquee_2025 {
	from {
		transform: translateX(var(--start));
	}

	to {
		transform: translateX(calc(var(--start) - 100%));
	}
}

.LogoItem_2025 {
	width: 150px; /* desktop */
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* ajuste fino por logo opcional */
	--scale: 1; /* podés bajarlo a .85 en outliers */
}


.LogoImg_2025 {
	display: block;
	max-width: 70%;
	max-height: 70%;
	width: auto; /* clave para SVG: que mande el alto */
	height: 100%; /* el alto del cajón define el tamaño */
	object-fit: contain;
	min-width: 0; /* evita overflow en Safari/Edge */
	min-height: 0;
	transform: scale(var(--scale));
	transform-origin: center;
}

	/* Si tus SVG vienen con width/height internos raros, priorizá el alto */
	.LogoImg_2025[src$=".svg"] {
		width: auto !important;
		height: 100% !important;
	}


.btn-demo-2025 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 2rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #3cc9f1 0%, #0039d1 100%);
	text-decoration: none;
	overflow: hidden;
	transition: padding-right 0.3s ease;
}

	/* Texto siempre centrado */
	.btn-demo-2025 .btn-text {
		z-index: 1;
	}

	/* Flecha posicionada fuera, sin ocupar espacio */
	.btn-demo-2025 .arrow {
		position: absolute;
		right: 1.5rem;
		opacity: 0;
		transform: translateX(-8px);
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	/* Hover  se expande padding y aparece flecha */
	.btn-demo-2025:hover, .btn-demo-2025:active, .btn-demo-2025:visited {
		padding-right: 3rem; /* crea espacio para la flecha */
		color: #fff;
	}

		.btn-demo-2025:hover .arrow {
			opacity: 1;
			transform: translateX(0);
		}

.btn-demo-2025-Chico {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.50rem 2rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #3cc9f1 0%, #0039d1 100%);
	text-decoration: none;
	overflow: hidden;
	transition: padding-right 0.3s ease;
}

	/* Texto siempre centrado */
	.btn-demo-2025-Chico .btn-text {
		z-index: 1;
	}

	/* Flecha posicionada fuera, sin ocupar espacio */
	.btn-demo-2025-Chico .arrow {
		position: absolute;
		right: 1.5rem;
		opacity: 0;
		transform: translateX(-8px);
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	/* Hover  se expande padding y aparece flecha */
	.btn-demo-2025-Chico:hover, .btn-demo-2025-Chico:active, .btn-demo-2025-Chico:visited {
		padding-right: 3rem; /* crea espacio para la flecha */
		color: #fff;
	}

		.btn-demo-2025-Chico:hover .arrow {
			opacity: 1;
			transform: translateX(0);
		}



.btn-Turqueza_Plano-2025 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 2rem;
	font-size: 0.95rem;
	border-radius: 999px;
	background: #4dc6e1;
	text-decoration: none;
	overflow: hidden;
	transition: padding-right 0.3s ease, background 0.3s ease, color 0.3s ease;
}

	.btn-Turqueza_Plano-2025:hover {
		background: #38a8ba;
		padding-right: 3rem; /* crea espacio para la flecha */
		color: #fff;
	}

		.btn-Turqueza_Plano-2025:hover .arrow {
			opacity: 1;
			transform: translateX(0);
		}

.btn-Turqueza_Plano-2025_Mob {
	position: relative;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 2rem;
	border-radius: 999px;
	background: #4dc6e1;
	text-decoration: none;
	overflow: hidden;
	transition: padding-right 0.3s ease, background 0.3s ease, color 0.3s ease;
}

	.btn-Turqueza_Plano-2025_Mob:hover {
		background: #38a8ba;
		padding-right: 3rem; /* crea espacio para la flecha */
		color: #fff;
	}

		.btn-Turqueza_Plano-2025_Mob:hover .arrow {
			opacity: 1;
			transform: translateX(0);
		}

.btn-Turqueza_Plano-2025_Icono {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 2rem;
	font-size: 0.95rem;
	border-radius: 999px;
	background: #4dc6e1;
	text-decoration: none;
	overflow: hidden;
	transition: padding-right 0.3s ease, background 0.3s ease, color 0.3s ease;
	color: #000000 !important;
}

	.btn-Turqueza_Plano-2025_Icono:hover {
		background: #38a8ba;
		padding-right: 3rem; /* crea espacio para la flecha */
		color: #ffffff !important;
	}

		.btn-Turqueza_Plano-2025_Icono:hover .arrow {
			opacity: 1;
			transform: translateX(0);
		}
	/* Flecha posicionada fuera, sin ocupar espacio */
	.btn-Turqueza_Plano-2025_Icono .arrow {
		position: absolute;
		right: 1.5rem;
		opacity: 0;
		transform: translateX(-8px);
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	/* Hover  se expande padding y aparece flecha */
	.btn-Turqueza_Plano-2025_Icono:hover, .btn-Turqueza_Plano-2025_Icono:active, .btn-Turqueza_Plano-2025_Icono:visited {
		padding-right: 3rem; /* crea espacio para la flecha */
		color: #fff;
	}

		.btn-Turqueza_Plano-2025_Icono:hover .arrow {
			opacity: 1;
			transform: translateX(0);
		}

.FondoMain {
	background: #111629;
	background: -webkit-linear-gradient(180deg, rgba(17, 22, 41, 1) 0%, rgba(23, 41, 172, 1) 50%);
	background: -moz-linear-gradient(180deg, rgba(17, 22, 41, 1) 0%, rgba(23, 41, 172, 1) 50%);
	background: linear-gradient(180deg, rgba(17, 22, 41, 1) 0%, rgba(23, 41, 172, 1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111629", endColorstr="#1729AC", GradientType=0);
}

.FondoMain_Invertido {
	background: #1729AC; /* color inicial */
	background: -webkit-linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	background: -moz-linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	background: linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1729AC", endColorstr="#111629", GradientType=0);
}
.FondoNosotros {
	background: #111629;
	background: -webkit-linear-gradient(180deg,rgba(17, 22, 41, 1) 0%, rgba(23, 41, 172, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(17, 22, 41, 1) 0%, rgba(23, 41, 172, 1) 100%);
	background: linear-gradient(180deg,rgba(17, 22, 41, 1) 0%, rgba(23, 41, 172, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#111629", endColorstr="#1729AC", GradientType=0 );
}

.Color_Footer {
	background-color: #1729ac;
}
.Color_Footer_Dark {
	background: #3364FF;
	background: -webkit-linear-gradient(90deg,rgba(51, 100, 255, 1) 0%, rgba(72, 187, 224, 1) 100%);
	background: -moz-linear-gradient(90deg,rgba(51, 100, 255, 1) 0%, rgba(72, 187, 224, 1) 100%);
	background: linear-gradient(90deg,rgba(51, 100, 255, 1) 0%, rgba(72, 187, 224, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3364FF", endColorstr="#48BBE0", GradientType=1 );
}


.NovedadesWrap_2025 {
	gap: .75rem;
}

.NovedadesPill_2025 {
	background: #000000;
	color: #ffffff;
	font-size: .75rem;
	font-weight: 700;
	padding: .4rem 1rem;
	border-radius: 999px;
	line-height: 1;
	flex: 0 0 auto;
}

.TextoNovedades_2025 {
	color: #000000;
	font-size: .9rem;
	line-height: 1.4;
}

.Btn_Novedades_2025 {
	color: inherit;
	text-decoration: none;
}

	.Btn_Novedades_2025:hover {
		text-decoration: underline;
	}

.navbar {
	overflow: visible;
}


.mega-menu {
	display: flex;
	gap: 2rem;
}

/*Slide*/


.slider_Slider_2025 {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: #f6f5e9;
	height: 750px;
	background: #1729AC;
	background: -webkit-linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	background: -moz-linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	background: linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1729AC", endColorstr="#111629", GradientType=0);
}

.slider-inner_Slider_2025 {
	height: 100%;
	width: 95%;
	margin: 0 auto;
	position: relative;
	border-radius: 75px;
	/* Fondo: imagen PNG arriba + gradiente abajo */
	background: url("../images/2025/Fondo_Slider.png") no-repeat center, linear-gradient(180deg, rgba(120,187,221,1) 0%, rgba(71,101,251,1) 50%);
	background-size: contain, cover; /* la imagen escala con contain, el gradiente siempre cubre */
}

.track_Slider_2025 {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.4s cubic-bezier(.25,.8,.5,1); /* más corto y más ease-out */
}

.slide_Slider_2025 {
	flex: 0 0 100%;
	height: 400px;
	display: grid;
	place-items: center;
	text-align: center;
	margin-top: 20px;
}

	.slide_Slider_2025 h2 {
		font-size: clamp(56px, 12vw, 120px);
		margin: 0;
	}

	.slide_Slider_2025 p {
		margin: 10px 0 0;
		font-size: 20px;
	}

/* Counter arriba izq */
.counter_Slider_2025 {
	position: absolute;
	top: 90px;
	left: 150px;
	font-size: 16px;
	letter-spacing: .1em;
}

	.counter_Slider_2025 .sep_Slider_2025 {
		margin: 0 4px;
		opacity: .6;
	}

/* Dots derecha */
.dots_Slider_2025 {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	pointer-events: auto;
}

.dot_Slider_2025 {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #1729ac;
	cursor: pointer;
	border: solid 1px #d8e0fe;
	transition: ease;
}

	.dot_Slider_2025.is-active {
		background: #d8e0fe;
		border: solid 1px #1729ac;
		transform: scale(1.5)
	}
/* Wrapper fijo dentro del slider */
.pillWrap_Slider_2025 {
	position: absolute;
	top: 20px; /* ajustá posición vertical */
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	pointer-events: none; /* no bloquea el mousewheel del slider */
}

/* El pill con el texto */
.pill_Slider_2025 {
	position: relative;
	display: inline-block;
	padding: 15px 35px;
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 999px;
	background: rgba(255,255,255,.12);
	color: #0e0e0e;
	font-size: 16px;
	line-height: 1;
	backdrop-filter: blur(6px);
}

/* Ícono afuera a la izquierda del pill */
.pillIcon_Slider_2025 {
	position: absolute;
	right: 100%; /* lo coloca inmediatamente a la izquierda del pill */
	margin-right: 12px; /* separación entre icono y pill */
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	pointer-events: none;
}

/* Línea vertical centrada bajo el pill */
.pillLine_Slider_2025 {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 1.5px;
	height: 90px !important; /* largo de la línea */
	background: #fff;
	opacity: .9;
	content: "";
	display: block;
}

/* 1) Compactar el contenido del slide */
.slide_Slider_2025 {
	/* en vez de place-items: center; */
	display: flex;
	flex-direction: column;
	justify-content: center; /* centra vertical */
	align-items: center; /* centra horizontal */
	gap: clamp(8px, 1.8vh, 22px); /* espacio entre H2 y caption */
}

	/* 2) Márgenes controlados */
	.slide_Slider_2025 h2 {
		margin: 0; /* cero margen extra arriba/abajo */
		line-height: .9; /* un pelín más “apretado” */
	}

	.slide_Slider_2025 p {
		margin: 0; /* sacamos márgenes del P */
		font-size: clamp(16px, 2.2vh, 24px);
		opacity: .9;
	}

/* 3) Levantar todo el bloque (ajustá a gusto) */
.slide_Slider_2025 {
	transform: translateY(-3vh); /* -2vh a -5vh según lo veas */
}

/* 4) La línea del pill más corta para que no “empuje” visualmente */
.pillLine_Slider_2025 {
	height: clamp(24px, 4vh, 48px);
	opacity: .85;
}

/* 5) Si el KPI se ve demasiado grande en ciertas alturas, suavizá el clamp */
.slide_Slider_2025 h2 {
	font-size: clamp(64px, 11vw, 160px);
}

/* Suavizá el desplazamiento del track */
.track_Slider_2025 {
	transition: transform 1.2s ease-out; /* más corto y suave */
	will-change: transform;
	backface-visibility: hidden;
	transform: translateZ(0); /* evita parpadeos de GPU */
}

/* Fade SOLO del contenido del slide */
.slide_Slider_2025 h2,
.slide_Slider_2025 p {
	opacity: 0;
	transition: opacity .35s ease; /* discreto */
	will-change: opacity;
}

/* El slide activo muestra su contenido */
.slide_Slider_2025.is-visible h2,
.slide_Slider_2025.is-visible p {
	opacity: 1;
}

/* (Opcional) si aún notás “saltito”, bajá a .30s o subí a .45s */




/*Cards*/

/*Cards*/

/* ================== Tokens / setup ================== */
.Section_Cards_2025 {
	--r-off: 20px;
	--r-on: 36px;
	--frame-pad: 30px;
	--card-h: 700px; /* Desktop: alto fijo */
	--card-h_2: 540px; /* Desktop: alto fijo */
	--body-off-h: 200px; /* OFF más alto para título + CTA */
	--media-h: calc(var(--card-h) - (var(--frame-pad)*2) - var(--body-off-h));
	--media-h_2: calc(var(--card-h) - (var(--frame-pad)*1.7) - var(--body-off-h));
	--lift: 120px;
	--lift_2: 40px;
	--glow-off: 0 0 8px rgba(255,255,255,.18);
	--glow-on: 0 0 16px rgba(255,255,255,.32);
	--stroke-off: 0px;
	--stroke-on: 4px;
	--text: #E9EEF5;
	--muted: #CDD6E1;
	--cta: #6B7C88;
	--cta2: #7F919D;
	--overlay-top-alpha: 0;
	--overlay-mid-alpha: .4;
	--overlay-bot-alpha: 1;
	color: var(--text);
}

/* Grid */
.Section_Cards_2025__grid {
	display: grid;
	gap: 32px;
}

/* ================== Card contenedor ================== */
.Section_Cards_2025__card {
	border-radius: var(--r-off);
	filter: drop-shadow(var(--glow-off));
	transition: filter .35s ease, transform .35s ease, border-radius .35s ease;
	isolation: isolate;
}

/* Frame */
.Section_Cards_2025__frame {
	position: relative;
	z-index: 0;
	height: var(--card-h);
	background: #000;
	border-radius: inherit;
	overflow: hidden;
	padding: var(--frame-pad);
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 0 var(--stroke-off) rgba(255,255,255,0), inset 0 0 0 1px rgba(255,255,255,.06);
	transition: box-shadow .35s ease, border-radius .35s ease;
}

	.Section_Cards_2025__frame::after {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: inherit;
		pointer-events: none;
		z-index: 1;
		opacity: 0;
		transition: opacity .35s ease;
		background: linear-gradient(180deg, rgba(0,0,0,var(--overlay-top-alpha)) 0%, rgba(0,0,0,var(--overlay-mid-alpha)) 30%, rgba(0,0,0,var(--overlay-bot-alpha)) 100%);
	}

/* ================== Media ================== */
.Section_Cards_2025__media {
	position: relative;
	z-index: 0;
	height: var(--media-h);
	border-radius: calc(var(--r-off) - var(--frame-pad)/2);
	overflow: hidden;
	background: none;
}

.Section_Cards_2025__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.05) brightness(.9);
	transform: scale(1.02);
	transition: transform .6s ease;
}

/* ================== Body ================== */
.Section_Cards_2025__body {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	padding: 14px 12px 12px;
	transform: translateY(0);
	transition: transform .45s ease, max-height .35s ease;
	overflow: hidden;
	max-height: var(--body-off-h);
}

	.Section_Cards_2025__body::before {
		content: "";
		position: absolute;
		left: -12px;
		right: -12px;
		bottom: -12px;
		top: calc(-1 * var(--lift));
		border-radius: calc(var(--r-off) - var(--frame-pad)/2);
		opacity: 0;
		transition: opacity .35s ease;
		z-index: 1;
		pointer-events: none;
		background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,.75) 100%);
	}

/* Título */
.Section_Cards_2025__title {
	position: relative;
	padding-right: 32px;
	margin: 0 0 10px;
	text-shadow: 0 3px 14px rgba(0,0,0,.55);
}

/* OFF: oculto solo el copy (no ocupa espacio) */
.Section_Cards_2025__copy {
	opacity: 0;
	max-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	transform: translateY(10px);
	transition: opacity .35s ease, transform .35s ease, max-height .35s ease;
	pointer-events: none;
	color: var(--muted);
	border-radius: 8px;
}

/* CTA visible siempre */
.btn-demo-2025-Chico {
	opacity: 1;
	transform: none;
	transition: opacity .35s ease, transform .35s ease;
	pointer-events: auto;
}

/* Espacio entre título y botón */
.Section_Cards_2025__title + .btn-demo-2025-Chico {
	margin-top: 6px;
}

/* ================== ESTADO ACTIVO — DESKTOP (hover) ================== */
.Section_Cards_2025__card:hover {
	border-radius: var(--r-on);
	filter: drop-shadow(var(--glow-on));
	transform: translateY(-2px);
}

	.Section_Cards_2025__card:hover .Section_Cards_2025__frame {
		border-radius: var(--r-on);
		box-shadow: 0 0 0 var(--stroke-on) rgba(36,45,58,1), inset 0 0 0 1px rgba(36,45,58,.10);
	}

	.Section_Cards_2025__card:hover .Section_Cards_2025__body {
		transform: translateY(calc(-1 * var(--lift_2)));
		max-height: 520px;
	}

	.Section_Cards_2025__card:hover .Section_Cards_2025__frame::after {
		opacity: 1;
	}

	.Section_Cards_2025__card:hover .Section_Cards_2025__body::before {
		opacity: 0 !important;
	}

	/* Solo mostrar el copy en hover */
	.Section_Cards_2025__card:hover .Section_Cards_2025__copy {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
		max-height: 500px;
		margin: 8px 0 0;
		padding: 10px 0;
	}

	.Section_Cards_2025__card:hover .Section_Cards_2025__bg {
		transform: scale(1.03);
	}

/* ================== Toggle icon (mobile) ================== */
.Section_Cards_2025__toggle {
	position: absolute;
	right: 0;
	top: 10px;
	line-height: 1;
	font-size: 14px;
	cursor: pointer;
	display: none;
}

/* ================== CARD ANCHO ENTERO ================== */
.Section_Cards_2025__frame--wide {
	height: var(--card-h_2);
}

.Section_Cards_2025__media--wide {
	position: relative;
	z-index: 0;
	height: var(--media-h_2);
	min-height: 0 !important;
	border-radius: calc(var(--r-off) - var(--frame-pad)/2);
	overflow: hidden;
	background: #000;
}

.Section_Cards_2025__bg--wide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	filter: saturate(1.05) brightness(.95);
	object-fit: cover;
	object-position: center top;
	transition: object-position 0.8s ease, transform 0.8s ease;
}

.Section_Cards_2025__card--wide:hover .Section_Cards_2025__bg--wide {
	filter: saturate(1.1) brightness(1.0);
}

.Section_Cards_2025__card--wide:hover .Section_Cards_2025__body {
	transform: translateY(calc(-1 * var(--lift_2)));
	max-height: 520px;
}

	.Section_Cards_2025__card--wide:hover .Section_Cards_2025__body::before {
		opacity: 1;
	}

/* Solo mostrar el copy en hover wide */
.Section_Cards_2025__card--wide:hover .Section_Cards_2025__copy {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	max-height: 500px;
	margin: 8px 0 12px;
	padding: 10px 0;
}

.Section_Cards_2025__card--wide:hover .Section_Cards_2025__bg--wide {
	object-position: center top;
	transform: scale(1.03);
}

/* ================== Estados activos (mobile / teclado) ================== */
.Section_Cards_2025__card.is-open .Section_Cards_2025__frame::after,
.Section_Cards_2025__card.is-active .Section_Cards_2025__frame::after {
	opacity: 1;
}

.Section_Cards_2025__card.is-open .Section_Cards_2025__body,
.Section_Cards_2025__card.is-active .Section_Cards_2025__body {
	transform: translateY(calc(-1 * var(--lift_2)));
	max-height: 520px;
}

	.Section_Cards_2025__card.is-open .Section_Cards_2025__body::before,
	.Section_Cards_2025__card.is-active .Section_Cards_2025__body::before {
		opacity: 0 !important;
	}

/* Solo mostrar el copy en activo */
.Section_Cards_2025__card.is-open .Section_Cards_2025__copy,
.Section_Cards_2025__card.is-active .Section_Cards_2025__copy {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	max-height: 500px;
	margin: 8px 0 12px;
	padding: 10px 0;
}

/* ================== Motion-safe ================== */
@media (prefers-reduced-motion: reduce) {
	.Section_Cards_2025__card,
	.Section_Cards_2025__frame,
	.Section_Cards_2025__media,
	.Section_Cards_2025__bg,
	.Section_Cards_2025__body,
	.Section_Cards_2025__body::before,
	.Section_Cards_2025__copy,
	.btn-demo-2025-Chico,
	.Section_Cards_2025__frame::after {
		transition: none !important;
	}

		.Section_Cards_2025__bg--wide,
		.Section_Cards_2025__card--wide,
		.Section_Cards_2025__frame--wide,
		.Section_Cards_2025__media--wide,
		.Section_Cards_2025__body,
		.Section_Cards_2025__body::before {
			transition: none !important;
		}
}



.Logo_Capterra {
	max-width: 150px;
}


/*Carrousel comentarios*/
/* ================== Testimonios / Carousel ================== */
.FeedbackCarousel_2025 {
	--gap: 28px;
	max-width: 90%; /* ocupa el 90% */
	margin: 0 auto;
}

.FeedbackCarousel_2025__viewport {
	padding: 8px 0;
	transition: height .35s ease;
}

.FeedbackCarousel_2025__track {
	gap: var(--gap);
	will-change: transform;
	transition: transform .55s ease;
	align-items: flex-start; /* <- cada card toma su alto real, no se estiran al más alto */
}

.feedback-card {
	flex: 0 0 100%; /* 1 por vista (mobile) */
	background: #fff;
	color: #0f172a;
	border-radius: 16px;
	box-shadow: 0 10px 26px rgba(0,0,0,.16);
	padding: 28px;
	/* alto flexible: que se achique si el texto es corto */
	min-height: unset;
	display: flex;
	flex-direction: column;
	justify-content: initial; /* nada de space-between, lo manejamos a mano */
	gap: 14px;
}

/* Texto arriba; no “crece” artificialmente */
.feedback-quote {
	margin: 0;
	flex: 0 0 auto;
	text-align: left;
}

/* El separador y el meta van SIEMPRE abajo juntos
   - ocultamos el <hr> real
   - y lo dibujamos como borde superior del meta
*/
.feedback-card hr {
	display: none;
}

.feedback-meta {
	margin-top: auto; /*  baja todo el bloque al fondo del card */
	padding-top: 12px;
	border-top: 1px solid rgba(0,0,0,.22); /* reemplaza al <hr> */
	display: flex;
	flex-direction: column; /* estrellas  persona  logo, uno abajo del otro */
	align-items: flex-start;
	gap: 6px;
	text-align: left;
}

.stars i {
	color: #F3C847;
	margin-right: 2px;
	font-size: 14px;
}




/* Controles */
.FeedbackCarousel_2025__controls {
	position: absolute;
	right: 10px;
	bottom: -60px;
	display: flex;
	gap: 12px;
}

.btn-nav {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: #fff;
	color: #0b1220;
	border: 0;
	display: grid;
	place-items: center;
	box-shadow: 0 6px 18px rgba(0,0,0,.18);
	transition: transform .2s ease, box-shadow .2s ease;
}

	.btn-nav:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 22px rgba(0,0,0,.22);
	}

	.btn-nav:active {
		transform: translateY(0);
	}

@media (prefers-reduced-motion: reduce) {
	.FeedbackCarousel_2025__track, .btn-nav {
		transition: none !important;
	}
}

/* Footer */
.footer-container {
	margin-top: 0;
	padding: 4rem 0 3rem 0;
	border-radius: 10rem 10rem 0 0;
	background: #3364FF;
	background: -webkit-linear-gradient(90deg,rgba(51, 100, 255, 1) 0%, rgba(72, 187, 224, 1) 100%);
	background: -moz-linear-gradient(90deg,rgba(51, 100, 255, 1) 0%, rgba(72, 187, 224, 1) 100%);
	background: linear-gradient(90deg,rgba(51, 100, 255, 1) 0%, rgba(72, 187, 224, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3364FF", endColorstr="#48BBE0", GradientType=1 );
}

.SubMenu_Foot {
	margin-left: 10px;
}



.footer-header {
	text-align: center;
	margin-bottom: 3rem;
}

.footer-title {
	margin-bottom: 2rem;
}

	.footer-title strong {
		font-weight: 700;
	}

.btn-footer-cta {
	background-color: #4fc3f7;
	color: #111629;
	border: none;
	padding: 1rem 2rem;
	border-radius: 2rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
}

	.btn-footer-cta:hover {
		background-color: #29b6f6;
		color: white;
		transform: translateY(-2px);
	}

.footer-main {
	background: #78BBDE;
	background: -webkit-linear-gradient(180deg,rgba(120, 187, 222, 1) 0%, rgba(71, 101, 250, 1) 50%);
	background: -moz-linear-gradient(180deg,rgba(120, 187, 222, 1) 0%, rgba(71, 101, 250, 1) 50%);
	background: linear-gradient(180deg,rgba(120, 187, 222, 1) 0%, rgba(71, 101, 250, 1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78BBDE",endColorstr="#4765FA",GradientType=0);
	padding: 3rem 4rem;
	border-radius: 2rem;
	margin: 0 auto;
	width: 95%;
	max-width: none;
}
.footer-main-Dark {
	background-color:#000000;
	padding: 3rem 4rem;
	border-radius: 2rem;
	margin: 0 auto;
	width: 95%;
	max-width: none;
}

.footer-logo-section {
	margin-bottom: 1.5rem;
	max-width: 120px;
}
.footer-logo-section img {
	max-width: 100px;
}

.footer-separator-line {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 2rem 0;
}

.footer-separator {
	margin-top: 1rem;
	margin-bottom: 1rem;
}


.logo-placeholder {
	font-size: 1.5rem;
	font-weight: 700;
	color: white;
	display: block;
}

.logo-subtitle {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
}

.footer-links-row {
	margin-bottom: 2rem;
}

.footer-column-title {
	margin-bottom: 1rem;
	text-transform: none;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.footer-links li {
		margin-bottom: 0.5rem;
	}

	.footer-links a {
		text-decoration: none;
		transition: color 0.3s ease;
		font-size: 14px;
	}

		.footer-links a:hover {
			color: white;
		}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1rem;
	padding-top: 0;
}

.footer-social {
	display: flex;
	gap: 1rem;
}

.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: white;
	text-decoration: none;
	transition: all 0.3s ease;
}

	.social-icon:hover {
		background-color: rgba(255, 255, 255, 0.2);
		color: white;
		transform: translateY(-2px);
	}

.social-icon-Dark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: rgba(128, 128, 128, 0.9);
	border-radius: 50%;
	color: black;
	text-decoration: none;
	transition: all 0.3s ease;
}

	.social-icon-Dark:hover {
		background-color: rgba(255, 255, 255, 1);
		transform: translateY(-2px);
	}

.footer-legal {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.85rem;
}

/* ---------- Footer: acordeón mobile ---------- */
.footer-col {
	position: relative;
}

.footer-accordion-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	cursor: default; /* desktop */
	margin-bottom: 1rem;
}

	.footer-accordion-toggle .chev {
		transition: transform .25s ease;
		font-size: .9rem;
		opacity: .9;
	}

.footer-accordion-toggle {
	cursor: pointer;
}

/* colapsado por defecto */
.footer-col .footer-links {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease;
}

/* abierto */
.footer-col.is-open .footer-links {
	max-height: 500px; /* suficiente para varios ítems */
}

/* rotación del ícono */
.footer-col.is-open .footer-accordion-toggle .chev {
	transform: rotate(180deg);
}

/* separadores un poco más compactos en mobile si querés */
.footer-separator-line {
	margin: 1.25rem 0;
}
/* chevron oculto en desktop */
.footer-accordion-toggle .chev {
	display: none;
}

/*Texto IA Animado*/
/* Contenedor del texto "AI" con una capa por encima */
.ai-overlay {
	position: relative;
	display: inline-block;
	/* el texto se ve normalmente (color heredado de tu TituloGrande Blanco) */
}

	/* Capa superior con el GIF, alineada al tamaño del texto */
	.ai-overlay::after {
		content: "";
		position: absolute;
		width: 30px; /*  ancho del GIF */
		height: 30px; /*  alto del GIF */
		right: -40px; /*  posición horizontal relativa al span */
		top: -15px; /* posición vertical relativa al span */
		transform: translateX(-50%); /* centra el GIF respecto al span */

		background: url("../images/2025/Estrella_3D_Animada.gif") center/contain no-repeat;
		pointer-events: none;
		z-index: 2;
	}

#IA_Footer.ai-overlay {
	position: relative;
	display: inline-block;
	/* el texto se ve normalmente (color heredado de tu TituloGrande Blanco) */
}

	/* Capa superior con el GIF, alineada al tamaño del texto */
	#IA_Footer.ai-overlay::after {
		content: "";
		position: absolute;
		width: 20px; /*  ancho del GIF */
		height: 20px; /*  alto del GIF */
		right: -30px; /*  posición horizontal relativa al span */
		top: -5px; /* posición vertical relativa al span */
		transform: translateX(-50%); /* centra el GIF respecto al span */

		background: url("../images/2025/Estrella_3D_Animada.gif") center/contain no-repeat;
		pointer-events: none;
		z-index: 2;
	}

.menu-category_2025 {
	display: flex;
	align-items: center; /* centra verticalmente icono + texto */
	gap: 8px; /* espacio entre icono y texto */
}

	.menu-category_2025 .menu-icon_2025 {
		width: 35px; /* ajustá según tu diseño */
		height: auto; /* mantiene proporción */
		flex-shrink: 0;
	}

#megaFuncionalidades {
	width: 900px;
}

/*Nuevo slider!*/






/*Slider 3*/

/* Wrapper alto y sticky */
.s3-section {
	position: relative;
	height: 750px;
	background: #1729AC;
	background: -webkit-linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	background: -moz-linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	background: linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1729AC", endColorstr="#111629", GradientType=0);
}

.s3-sticky {
	position: sticky;
	top: 0;
	height: 750px;
	overflow: hidden;
	width: 95%;
	margin: 0 auto;
	border-radius: 75px;
	/* Fondo: imagen PNG arriba + gradiente abajo */
	/*background: #3364ff;*/
	background: #3364FF;
	background: -webkit-linear-gradient(220deg,rgba(51, 100, 255, 1) 70%, rgba(71, 189, 223, 1) 100%);
	background: -moz-linear-gradient(220deg,rgba(51, 100, 255, 1) 70%, rgba(71, 189, 223, 1) 100%);
	background: linear-gradient(220deg,rgba(51, 100, 255, 1) 70%, rgba(71, 189, 223, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3364FF", endColorstr="#47BDDF", GradientType=0 );
}

/* Inner: mismo ancho que tu slider */
.s3-slider {
	position: relative;
	height: 100%;
	display: grid;
	place-items: center;
}

.s3-inner {
	position: relative;
	width: min(1100px, 92vw);
	margin-inline: auto;
	height: min(560px, 70vh);
}

/* Máscara lateral estilo Coda para viñeteo suave */
.s3-inner {
}

/* Línea decorativa superior (como la del ejemplo Coda) */
.s3-line {
	position: absolute;
	left: 0;
	right: 0;
	top: 6%;
	height: 2px;
	background: linear-gradient(90deg, rgba(205,211,191,.18), rgba(205,211,191,.7), rgba(205,211,191,.18));
	filter: blur(.2px);
	opacity: .5;
}

	.s3-line::after {
		content: "";
		position: absolute;
		inset: 0 auto 0 0;
		width: var(--s3-progress, 0%);
		background: currentColor;
		opacity: .85;
	}

/* Pill/globito fijo (arriba izq) */
.s3-pillWrap {
	position: absolute;
	top: 18px;
	left: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
	pointer-events: none
}

.s3-pill {
	background: var(--s3-pill-bg);
	color: var(--s3-pill-fg);
	padding: 10px 14px;
	border-radius: 999px;
	font-family: Roboto, ui-sans-serif, system-ui, -apple-system, Segoe UI, Helvetica, Arial;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.s3-pillIcon {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.s3-pillLine {
	display: block;
	height: 2px;
	width: 64px;
	background: linear-gradient(90deg, rgba(255,255,255,.0), rgba(255,255,255,.5));
	margin-left: 6px;
}

/* Counter (arriba izq debajo del pill) */
.s3-counter {
	position: absolute;
	top: 0px;
	left: 10px;
	font-size: 16px;
	letter-spacing: .1em;
}


/* Dots (derecha centrados) */

.s3-dots {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.s3-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #1729ac;
	cursor: pointer;
	transition: transform .25s var(--s3-ease), opacity .25s var(--s3-ease);
}

	.s3-dot.is-active {
		background: #d8e0fe;
		/*border: solid 1px #1729ac;*/
		transform: scale(1.5)
	}

/* Stage (donde apilamos slides) */
.s3-track {
	position: relative;
	height: 100%;
	--s3-offset: 0px;
}

/* Slides con tu estética (números grandes + subtítulo) */
.s3-slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	bottom: auto; /* <- clave: no uses inset:0 */
	display: grid;
	place-items: center;
	text-align: center;
	padding: 20px;
	max-height: 350px; /* se respeta y queda centrado igual */
	opacity: 0;
	/* mismo “lift” del fade, pero centrado respecto al 50% */
	transform: translateY(calc(-50% + var(--s3-offset, 0px) + 40px)) scale(.98);
	transition: opacity var(--s3-dur) var(--s3-ease), transform var(--s3-dur) var(--s3-ease);
}

	.s3-slide.is-active {
		opacity: 1;
		transform: translateY(calc(-50% + var(--s3-offset, 0px))) scale(1);
	}

.s3-kpi {
	font-family: Roboto, system-ui, -apple-system, Segoe UI, Helvetica, Arial;
	font-weight: 300;
	font-size: clamp(48px, 9vw, 120px);
	line-height: 1;
	color: #0d0e10;
	letter-spacing: -.02em;
}

.s3-kpi-Signo {
	font-family: Roboto, system-ui, -apple-system, Segoe UI, Helvetica, Arial;
	font-weight: 300;
	font-size: clamp(20px, 6vw, 80px);
	line-height: 1;
	color: #0d0e10;
	letter-spacing: -.02em;
}

.s3-kpi .s3-light {
	font-weight: 300;
}

.s3-kpiSub {
	margin-top: 8px;
	font-family: Roboto, system-ui, -apple-system, Segoe UI, Helvetica, Arial;
	font-weight: 400;
	font-size: clamp(14px, 2.2vw, 22px);
	color: #0d0e10;
	opacity: .92;
}

/* Fallback no-js: mostrar el primero */
.no-js .s3-slide:first-child {
	opacity: 1;
	transform: none
}

/* Utilidad demo */
.s3-spacer {
	height: 70vh;
	display: grid;
	place-items: center;
	color: #a0a6b0;
}

/**** Nueva seccion ex numeros****/
/* Fondo con degradé (ajuste rápido: cambio fuerte arriba, luego azul estable) */
.bg-icom-grad {
	background: linear-gradient(to bottom, #47bddf 0%, #47bddf 22%, #3364ff 100%);
}

/* Pill outline estilo “chip” */
.pill-IA-First {
	padding: .7rem 1.5rem;
	border: 1px solid #ffffff;
	border-radius: 999px;
	color: #fff;
	font-size: 1rem; /* ajustá a gusto */
	line-height: 1;
	background: transparent;
}

/* AWARDS */

.AwardsPin {
	height: 100vh;
	overflow: hidden;
	background: linear-gradient(180deg,#111629 0%, #111629 55%, #070b12 100%);
	border-end-start-radius: 48px;
	border-end-end-radius: 48px;
}

/* Contenedor del stack (aspect ratio consistente) */
.AwardsStack {
	position: relative;
	width: 100%;
	max-width: 450px;
	aspect-ratio: 4/3;
	margin-left: auto;
}

/* Imágenes superpuestas, arrancan ocultas/abajo */
.AwardsImg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top; /* 👈 hace que muestre desde arriba a la izquierda */
	box-shadow: 0 12px 40px rgba(0,0,0,.35);
	opacity: 0;
	transform: translateY(260px) scale(.96) rotate(0deg);
}

	/* Posiciones finales apiladas (podés ajustar a gusto) */
	.AwardsImg.i1 {
		--tx: 0px;
		--ty: 0px;
		--rot: -5;
	}

	.AwardsImg.i2 {
		--tx: 26px;
		--ty: 20px;
		--rot: 3.5;
	}

	.AwardsImg.i3 {
		--tx: 52px;
		--ty: 40px;
		--rot: -2;
	}

.AwardsPin {
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
}

.AwardsPin__stage {
	height: 100%;
}

.Logo_Eccomerce_Awards {
	max-width: 110px;
}

.Fondo_Laureles {
	position: relative;
	background: url("../images/2025/FondosLaureles.png") center/contain no-repeat;
	aspect-ratio: 29 / 14; /* mantiene proporción exacta del PNG */
	display: flex; /* activa flexbox */
	align-items: center; /* centra verticalmente */
	justify-content: center; /* centra horizontalmente */
	text-align: center;
}

/*-------------Seccion NOSOTROS--------------------*/
.FondoInicioNosotros {
	background-color: #111629;
	background-image: url("../images/2025/Nosotros/Luz_Fondo_1.webp");
	background-position: 0% 0%;
	background-size: contain;
	background-repeat: no-repeat;
}
.FondoPersonasNosotros {
	background-color: #111629;
	background-image: url("../images/2025/Nosotros/Luz_Fondo_2.webp"), url("../images/2025/Nosotros/Luz_Fondo_2.webp");
	background-position: 0% 0%, 0% 80%;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
}
.aiFirst {
	/*background: radial-gradient(1200px 700px at 25% 85%, #0f2c6d 0%, #071024 80%, #050816 100%);
	color: #fff;*/
	
	overflow: hidden;
	min-height: 100vh; /* clave */
}

/* el container ocupa alto completo y distribuye top/bottom */
.aiFirst__inner {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 70px;
	padding-bottom: 55px;
}


/* VISUAL */
.aiFirstVisualWrap {
	position: relative;
	min-height: 420px;
}
.aiFirstStack {
	position: relative;
	width: min(520px, 100%);
	aspect-ratio: 4 / 3;
	margin-left: auto;
	border-radius: 26px;
	transform: rotate(-7deg);
	transform-origin: center;
}

.aiFirstImg {
	position: absolute;
	inset: 0;
	width: 80%;
	height: 80%;
	object-fit: cover;
	border-radius: 26px;
	border: 1px solid rgba(255,255,255,.18);
	box-shadow: 0 40px 120px rgba(0,0,0,.45);
}

	.aiFirstImg.img_Start_1 {
		object-position: 0% 0%; /* ahora sí se nota */
	}

/* 👇 Importante: NO pongas translate acá */
.aiFirstImg--1 {
	z-index: 1;
}

.aiFirstImg--2 {
	z-index: 2;
}

.aiFirstImg--3 {
	z-index: 3;
}

/* CARD */
.aiFirstCard {
	border-radius: 22px;
	padding: 26px;
	background: #2E5EF0;
	background: -webkit-linear-gradient(90deg,rgba(46, 94, 240, 1) 0%, rgba(6, 12, 30, 1) 70%, rgba(0, 0, 0, 1) 100%);
	background: -moz-linear-gradient(90deg,rgba(46, 94, 240, 1) 0%, rgba(6, 12, 30, 1) 70%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(90deg,rgba(46, 94, 240, 1) 0%, rgba(6, 12, 30, 1) 70%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2E5EF0", endColorstr="#000000", GradientType=1 );
	border: solid 1px #ffffff;
	box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.aiFirstCardTag {
	display: inline-block;
	padding: 10px 18px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 999px;
	font-size: 14px;
	opacity: .9;
}

.aiFirstCardTitle {
	font-size: clamp(26px, 3vw, 44px);
	line-height: 1.05;
	font-weight: 300;
	letter-spacing: -.02em;
}

.aiFirstCardText {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255,255,255,.82);
}

/*Cards nosotros*/



.Card_Nosotros_Section {
	padding: 70px 0;
}

.Card_Nosotros_Item {
	width: 100%;
	border: 2px solid rgba(255,255,255,.10);
	background: rgba(0,0,0,.82); /* ✅ plano */
	border-radius: 44px; /* ✅ más marcado */
	padding: 0;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0,0,0,.55);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
	text-align: left;
}

/* Layout interno */
.Card_Nosotros_Inner {
	padding: 44px 42px;
	min-height: 420px;
	display: grid;
	grid-template-rows: auto 1fr; /* icon / content */
	row-gap: 10px;
}

/* Ícono fijo arriba */
.Card_Nosotros_Icon {
	color: #4aa3ff;
	opacity: .95;
	line-height: 0;
}

/* Content ocupa el resto y alinea abajo */
.Card_Nosotros_Content {
	height: 100%;
	display: grid;
	grid-template-rows: auto auto;
	align-content: end; /* ✅ título abajo en OFF */
	row-gap: 10px;
}

/* Título (OFF = abajo) */
.Card_Nosotros_Title {
	margin: 0;
	letter-spacing: -.02em;
	transform: translateY(0);
	transition: transform .35s ease;
}

/* Body colapsado por defecto (OFF) */
.Card_Nosotros_Body {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition: grid-template-rows .35s ease, opacity .25s ease;
}

.Card_Nosotros_BodyInner {
	overflow: hidden;
}

.Card_Nosotros_Text {
	margin: 0;
	color: #cdd6e1 !important;
	transform: translateY(12px);
	transition: transform .35s ease;
	filter: drop-shadow(var(--glow-off));
}

/* ACTIVE */
.Card_Nosotros_Item.is-active {
	border-color: rgba(120,170,255,.42);
	box-shadow: 0 0 0 4px rgba(120,170,255,.18), /* ✅ borde externo más ancho */
	0 40px 120px rgba(0,0,0,.55);
	transform: translateY(-2px);
}

	/* Cuando activa, el título sube un poco y aparece el texto */
	.Card_Nosotros_Item.is-active .Card_Nosotros_Title {
		transform: translateY(-10px); /* ✅ “sube” */
	}

	.Card_Nosotros_Item.is-active .Card_Nosotros_Body {
		grid-template-rows: 1fr;
		opacity: 1;
	}

	.Card_Nosotros_Item.is-active .Card_Nosotros_Text {
		transform: translateY(0);
	}
.Icono_Card {
	width:40px;
}
	.Icono_Card:hover {
		transform: scale(1.1);
		transition: transform .35s ease;
	}
.Card_Nosotros_Icon {
	width: 40px;
	transition: transform .45s cubic-bezier(.22,1,.36,1), opacity .35s ease;
	transform-origin: center;
}

.Card_Nosotros_Item.is-active .Card_Nosotros_Icon {
	transform: scale(1.125) rotate(-8deg);
}



.TeamCards_Section {
	padding: 70px 0;
	background: radial-gradient(1200px 700px at 25% 15%, #0f2c6d 0%, #071024 55%, #050816 100%);
}

/* Card (DESKTOP: vertical) */
.TeamCards_Item {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.10);
	background: rgba(0,0,0,.35);
	box-shadow: 0 28px 80px rgba(0,0,0,.45);
	transition: transform .28s ease, border-color .25s ease, box-shadow .25s ease;
}

/* Foto (DESKTOP: arriba, proporción fija) */
.TeamCards_PhotoWrap {
	position: relative;
	aspect-ratio: 4 / 5; /* como tu captura */
	background: rgba(0,0,0,.25);
	overflow: hidden; /* importante para que el zoom no se salga */
}

.TeamCards_Photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	/* OFF: gris */
	filter: grayscale(100%);
	transition: transform 1s ease, filter .25s ease;
}

/* Footer (DESKTOP: placa abajo centrada) */
.TeamCards_Footer {
	padding: 14px 14px;
	text-align: center;
	background: #050505;
	transition: background .25s ease;
	display: grid;
	align-content: center;
	row-gap: 6px;
	/* 👇 RESERVA DE ESPACIO */
	min-height: 80px; /* ajustable */
	transition: background .25s ease;
}

.TeamCards_Name {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1.15;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.TeamCards_Role {
	font-size: 12px;
	letter-spacing: .03em;
	color: rgba(255,255,255,.78);
	margin-top: 6px;
	line-height: 1.25;
}

/* Hover / Active (DESKTOP) */
.TeamCards_Item:hover,
.TeamCards_Item.is-active {
	/* esto activa y mueve para arriba como lo plantee al principio.	transform: translateY(-10px);*/
	border-color: rgba(120,170,255,.28);
	box-shadow: 0 36px 110px rgba(0,0,0,.55);
}
	.TeamCards_Item:hover .TeamCards_Photo,
	.TeamCards_Item.is-active .TeamCards_Photo {
		transform: scale(1.1);
	}

	.TeamCards_Item:hover .TeamCards_Photo,
	.TeamCards_Item.is-active .TeamCards_Photo {
		filter: grayscale(0%);
	}

	.TeamCards_Item:hover .TeamCards_Footer,
	.TeamCards_Item.is-active .TeamCards_Footer {
		background: linear-gradient(90deg, #1f5fff 0%, #49c7e6 100%);
	}

	.TeamCards_Item:hover .TeamCards_Name,
	.TeamCards_Item.is-active .TeamCards_Name {
		color: #071024;
	}

	.TeamCards_Item:hover .TeamCards_Role,
	.TeamCards_Item.is-active .TeamCards_Role {
		color: rgba(7,16,36,.85);
	}
/* Stack vertical dentro del slide (4 cards) */
.TeamCards_SlideStack {
	display: grid;
	gap: 14px;
	padding: 10px 6px 30px;
}

/* Ajustes de controles para que no tapen contenido */
#TeamCards_Carousel .carousel-control-prev,
#TeamCards_Carousel .carousel-control-next {
	width: 44px;
	opacity: .85;
}

#TeamCards_Carousel .carousel-control-prev-icon,
#TeamCards_Carousel .carousel-control-next-icon {
	filter: drop-shadow(0 8px 18px rgba(0,0,0,.6));
}

/* Dots abajo */
.TeamCards_Indicators {
	position: static;
	margin-top: 10px;
}

	.TeamCards_Indicators [data-bs-target] {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #ccc;
		opacity: 1;
		transition: background-color .25s ease, transform .25s ease;
	}

	.TeamCards_Indicators .active {
		background-color: #4dc6e1;
		transform: scale(1.1);
	}

.carousel-inner#TeamCards_CarouselInner {
	overflow: unset;
}

/*Seccion Oficinas*/

.Nosotros_Oficinas {
	background: #1729AC;
	background: -webkit-linear-gradient(0deg,rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 100%);
	background: -moz-linear-gradient(0deg,rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 100%);
	background: linear-gradient(0deg,rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1729AC", endColorstr="#111629", GradientType=0 ) startColorstr="#0024B1", endColorstr="#111629", GradientType=0 );
}

.Offices_Section {
	padding: 80px 0;
}

.Offices_Title {
	font-size: clamp(35px,4vw,52px);
	font-weight: 300;
	line-height: 1.05;
}

.Offices_Text {
	margin-top: 25px;
	max-width: 480px;
	font-size: 15px;
	opacity: .85;
}

/* ITEM */
.Offices_Item {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.35);
	cursor: pointer;
}

/* FILA NORMAL (le damos altura consistente) */
.Offices_Row {
	min-height: 100px; /* ✅ TOCÁ ACÁ si querés más/menos alto */
	display: flex;
	justify-content:start;
	align-items: center;
	position: relative;
	z-index: 2;
	padding: 22px 0; /* ✅ espaciado vertical */
}

.Offices_City {
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
}

.Offices_Country {
	font-size: 14px;
	opacity: .9;
}

/* BARRA ACTIVA (ahora ocupa TODO el alto del item) */
.Offices_ActiveBar {
	position: absolute;
	inset: 0; /* ✅ ocupa todo el alto/ancho del item */
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 18px;
	background: linear-gradient(90deg,#3c5ce0 0%, #57b7c9 100%);
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
	/*border: 1px solid rgba(255,255,255,1);*/
	opacity: 0;
	pointer-events: none;
	transform: scaleY(.92); /* ✅ leve “aparece” sin empujar */
	transition: opacity .22s ease, transform .22s ease;
}

/* Flecha circular */
.Offices_Arrow {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	color: #1b36b3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	flex: 0 0 28px;
	transform: translateX(-14px);
	opacity: 0;
	transition: transform 0.5s ease, opacity 0.5s ease;
}
.Offices_Item:hover .Offices_Arrow,
.Offices_Item.is-active .Offices_Arrow {
	transform: translateX(0);
	opacity: 1;
}
.Offices_Arrow i {
	transform: translateX(-15px);
	transition: transform 0.5s ease;
}

.Offices_Item:hover .Offices_Arrow i,
.Offices_Item.is-active .Offices_Arrow i {
	transform: translateX(1px);
}

.Offices_Address {
	font-size: 16px;
	white-space: nowrap;
}

/* ON */
.Offices_Item:hover .Offices_ActiveBar,
.Offices_Item.is-active .Offices_ActiveBar {
	opacity: 1;
	transform: scaleY(1.1);
}
/* Asegurá stacking correcto */
.Offices_Item {
	position: relative;
}

/* OFF arriba por defecto */
.Offices_Row {
	position: relative;
	z-index: 1;
	transition: opacity .18s ease;
}

/* ON arriba de todo */
/* BARRA ACTIVA */
.Offices_ActiveBar {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 22px;
	z-index: 2;
	/* GRADIENTE */
	background: linear-gradient(90deg,#3364ff,#45b1e3,#4c6fff);
	background-size: 200% 100%; /* clave para poder moverlo */
	/* animación */
	animation: officesGradientMove 4s ease-in-out infinite alternate;
	/* estado inicial oculto */
	opacity: 0;
	pointer-events: none; /* OK cuando está apagada */
	transform: scaleY(0);
	transform-origin: top;
	transition: opacity .25s ease, transform .25s ease;
}
.Offices_Item:hover .Offices_ActiveBar,
.Offices_Item.is-active .Offices_ActiveBar {
	pointer-events: auto; /* ✅ ahora sí se puede clickear */
}

/* SOLO cuando está ON corre la animación */
.Offices_Item:not(.is-active) .Offices_ActiveBar {
	animation: none;
}

/* KEYFRAMES */
@keyframes officesGradientMove {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100% 50%;
	}
}

/* Cuando está activo: ON visible */
.Offices_Item:hover .Offices_ActiveBar,
.Offices_Item.is-active .Offices_ActiveBar {
	opacity: 1;
	transform: scaleY(1);
}

/* ✅ Cuando está activo: OFF invisible (evita solape) */
.Offices_Item:hover .Offices_Row,
.Offices_Item.is-active .Offices_Row {
	opacity: 0;
}

/* ON */
.Offices_Item.is-active .Offices_ActiveBar {
	opacity: 1;
	transform: scaleY(1);
}

/* OFF invisible cuando ON */
.Offices_Item.is-active .Offices_Row {
	opacity: 0;
}

.footer-container-Dark {
	margin-top: 0;
	padding: 4rem 0 3rem 0;
	border-radius: 10rem 10rem 0 0;
	background-color: #000000;
}

/* CONTENEDOR DERECHA (lista) */
.Nosotros_Oficinas .Offices_ListScroll {
	max-height: 420px; /* 4 items aprox (4*100) + aire */
	overflow-y: auto;
	padding-right: 10px; /* para que no tape scrollbar */
}

	/* opcional: scrollbar más prolija (Chrome/Edge/Safari) */
	.Nosotros_Oficinas .Offices_ListScroll::-webkit-scrollbar {
		width: 8px;
	}

	.Nosotros_Oficinas .Offices_ListScroll::-webkit-scrollbar-thumb {
		background: rgba(255,255,255,.35);
		border-radius: 10px;
	}

	.Nosotros_Oficinas .Offices_ListScroll::-webkit-scrollbar-track {
		background: rgba(255,255,255,.08);
		border-radius: 10px;
	}


/* =========================================================
   NOSOTROS - FORM (DENTRO FOOTER)
   ========================================================= */

/* Wrapper general del bloque */
.NosotrosForm_Block {
	position: relative;
	padding: 60px 0 40px;
}

/* Row interno */
.NosotrosForm_Row {
	position: relative;
	align-items: center;
}

/* =========================================================
   FORM WRAP (define la altura real del bloque)
   ========================================================= */

.NosotrosForm_FormWrap {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	position: relative;
	z-index: 2; /* arriba de las fotos */
}

/* Inputs + select (estilo pill) */
.NosotrosForm_Input,
.NosotrosForm_Select {
	height: 42px;
	border-radius: 999px;
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 10px 18px;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

	/* Placeholder */
	.NosotrosForm_Input::placeholder {
		color: #ffffff;
	}

/* Select */
.NosotrosForm_Select {
	padding-right: 44px;
	/* Flecha blanca reemplazando la de Bootstrap */
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' d='M7.247 11.14 2.451 5.658c-.566-.63-.106-1.658.753-1.658h9.592c.86 0 1.32 1.028.753 1.658L8.753 11.14a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 16px 12px;
}

	/* opciones del dropdown nativo */
	.NosotrosForm_Select option {
		color: #111;
	}

	/* Focus */
	.NosotrosForm_Input:focus,
	.NosotrosForm_Select:focus {
		color: #ffffff;
		background-color: transparent !important;
		border: 1px solid #ffffff !important;
		outline: none !important;
		border-color: inherit !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
/* =========================================================
   BOTON (invert con transición discreta)
   ========================================================= */

.NosotrosForm_Btn {
	min-width: 160px;
	height: 44px;
	line-height: 44px;
	border-radius: 999px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-weight: 500;
	letter-spacing: .01em;
	transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

	.NosotrosForm_Btn:hover,
	.NosotrosForm_Btn:focus {
		background: #fff;
		color: #000;
		border-color: #fff;
		box-shadow: 0 10px 26px rgba(0,0,0,.25);
		transform: translateY(-1px);
	}

	.NosotrosForm_Btn:active {
		transform: translateY(0px) scale(0.99);
		box-shadow: 0 7px 18px rgba(0,0,0,.22);
	}

/* =========================================================
   FOTOS LATERALES (ABSOLUTE)
   - NO participan del flow => no generan margen abajo
   - rotación base con rotate: (no la pisa animate.css)
   ========================================================= */

.NosotrosForm_Photo {
	position: absolute;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 34px 90px rgba(0,0,0,.35);
	border: 1px solid rgba(255,255,255,.18);
	z-index: 1;
	transform-origin: 50% 50%;
}

	.NosotrosForm_Photo img {
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
	}

/* FOTO IZQ ARRIBA */
.NosotrosForm_Photo--leftTop {
	width: 360px;
	left: 80px;
	top: -80px;
	height: 250px;
	rotate: 12deg;
	z-index: 1;
}

/* FOTO IZQ ABAJO */
.NosotrosForm_Photo--leftBottom {
	width: 360px;
	height: 250px;
	left: 60px;
	bottom: -20px;
	rotate: -12deg;
	z-index: 2;
	overflow: hidden; /* por las dudas */
}

	.NosotrosForm_Photo--leftBottom img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 40%; /* ahora sí se nota */
		display: block;
	}

/* FOTO DERECHA */
.NosotrosForm_Photo--right {
	width: 420px;
	right: 60px;
	top: 0px;
	rotate: 9deg;
}


/* ===================================================
           SECCIÓN 1 – FORMULARIO DE CONTACTO
           Prefijo: Sec_Contact_
           =================================================== */
.Sec_Contact_Wrap {
	background: linear-gradient(180deg, rgba(17,22,41,1) 0%, rgba(23,41,172,1) 50%);
	background-image: url("../images/2025/Demo/Luz_1.webp");
	background-position: 100% 0%;
	background-size: contain;
	background-repeat: no-repeat;
}
.Sec_Clientes_Wrap {
	background-image: url("../images/2025/Demo/Luz_2.webp");
	background-position: 50% 90%;
	background-size: contain;
	background-repeat: no-repeat;
}



.Sec_Contact_Input,
.Sec_Contact_Select,
.Sec_Contact_Textarea {
	width: 100%;
	border-radius: 999px;
	background: transparent;
	border: 1px solid rgba(255,255,255);
	color: #ffffff;
	padding: 10px 18px;
	transition: border-color .2s ease, background .2s ease;
	appearance: none;
	-webkit-appearance: none;
}

	.Sec_Contact_Input::placeholder,
	.Sec_Contact_Textarea::placeholder {
		color: rgba(255,255,255,.65);
	}

	.Sec_Contact_Input:focus,
	.Sec_Contact_Select:focus,
	.Sec_Contact_Textarea:focus {
		border-color: rgba(255,255,255,.9);
		background: rgba(255,255,255,.06);
		color: #fff;
	}

.Sec_Contact_Select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' d='M7.247 11.14 2.451 5.658c-.566-.63-.106-1.658.753-1.658h9.592c.86 0 1.32 1.028.753 1.658L8.753 11.14a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 13px 10px;
	padding-right: 40px;
	cursor: pointer;
}

	.Sec_Contact_Select option {
		color: #111;
		background: #fff;
	}

.Sec_Contact_Textarea {
	border-radius: 16px;
	resize: none;
	min-height: 82px;
}


/* ===================================================
           SECCIÓN 2 – CLIENTES (+1500)
           Prefijo: Sec_Clientes_
           =================================================== */
.Sec_Clientes_Wrap {
	
}

.Sec_Clientes_Heading {
	text-align: center;
	margin-bottom: 64px;
}

	.Sec_Clientes_Heading h2 {
		margin: 0;
	}


.Sec_Clientes_Grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin: 0 auto;
}

.Sec_Clientes_LogoCell {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

/* Logos blancos: opacidad baja en reposo, plena en hover */
.Sec_Clientes_LogoImg {
	display: block;
	max-width: 200px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: brightness(0) invert(1) opacity(.38);
	transition: filter .3s ease;
}

.Sec_Clientes_LogoCell:hover .Sec_Clientes_LogoImg {
	filter: brightness(0) invert(1) opacity(1);
}

/* Placeholder */
.Sec_Contact_Input::placeholder, .Sec_Contact_Textarea::placeholder {
	color: #ffffff;
}


/* ===================================================
           BLOQUE 1 — HERO
           Prefijo: Sec_Canales_Hero_
           =================================================== */
.Sec_Canales_Hero {
	/* Degradé exterior que se derrama sobre la sección siguiente */
	background: linear-gradient(180deg, #ceecf2 0%, #e5f0f2 60%, #e7f1f4 80%, #ffffff 100%);
	padding: 0px 28px 0;
	min-height: 100vh;
}

/* Contenedor interno con degradé propio y bordes redondeados abajo */
.Sec_Canales_Hero_Inner {
	border-radius: 0 0 40px 40px;
	background: linear-gradient(90deg, #3364ff 0%, #47bddf 100%);
	overflow: hidden;
	min-height: 85vh;
	display: flex;
	align-items: center;
}

.Sec_Canales_Hero_Title {
	font-size: clamp(32px, 4vw, 54px);
	line-height: 1.1;
	font-weight: 300;
	color: #fff;
}

.Sec_Canales_Hero_Copy {
	font-size: 15px;
	line-height: 26px;
	color: rgba(255,255,255,.85);
}

/* Imagen hero: en desktop ocupa todo el alto de la col y choca con el borde derecho */
.Sec_Canales_Hero_Img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: inline-block;
}

.Sec_Canales_Hero_ImgWrap {
	height: 100%;
	min-height: 500px;
	overflow: hidden;
}

/* ===================================================
           BLOQUES 2-5 — CANALES
           Prefijo: Sec_Canal_
           ~100vh, sin container — imagen toca el borde
           =================================================== */
.Sec_Canal_Block {
	max-height: 100vh;
	overflow: hidden;
}

.Sec_Canal_Block--light {
	background: #ffffff;
}

.Sec_Canal_Block--gray {
	background: #f7f8fc;
}

.Sec_Canal_TextCol {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 48px 60px 80px;
}

/* Imagen pegada al borde: sin padding en la col */
.Sec_Canal_ImgCol {
	padding: 0;
	overflow: hidden;
}

	.Sec_Canal_ImgCol img {
		width: 100%;
		height: 100%;
		min-height: 400px;
		object-fit: cover;
		display: block;
	}

/* En bloques donde imagen va a la izquierda, el texto tiene padding invertido */
.Sec_Canal_TextCol--padLeft {
	padding: 60px 80px 60px 48px;
}

.Sec_Canal_Tag {
	font-size: 22px;
	font-weight: 500;
	color: #0d0e10;
	margin: 0 0 20px;
}

.Sec_Canal_Copy {
	font-size: 15px;
	line-height: 26px;
	color: #6a6f78;
	margin: 0;
}
/* ===================================================
   BLOQUE 6 — ECOSISTEMA UNIFICADO
   Prefijo: Sec_Canales_Eco_
   =================================================== */
.Sec_Canales_Eco {
	background: #ffffff;
	padding: 60px 0;
}

/* Tarjeta con degradé y bordes redondeados */
.Sec_Canales_Eco_Card {
	border-radius: 40px;
	/*background: linear-gradient(135deg, #c8e8f7 0%, #eaf4fb 40%, #f0f6ff 70%, #dce8f5 100%);*/
	background: #e5f0f2;
	background: -webkit-linear-gradient(240deg, rgba(229, 240, 242, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(155, 211, 230, 1) 100%);
	background: -moz-linear-gradient(240deg, rgba(229, 240, 242, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(155, 211, 230, 1) 100%);
	background: linear-gradient(240deg, rgba(229, 240, 242, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(155, 211, 230, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5f0f2", endColorstr="#9bd3e6", GradientType=0);
	overflow: hidden;
}


/* Columna de imagen: se rige por el alto del contenido del texto */
.Sec_Canales_Eco_ImgCol {
	padding: 30px 0;
	display: flex;
	align-items: center;
}

/* Imagen con bordes redondeados */
.Sec_Canales_Eco_Img {
	width: 100%;
	height: auto;
	display: block;
}

/* Fila de cada check: icono + texto alineados, fondo blanco redondeado */
.Sec_Canales_Eco_CheckItem {
	display: flex;
	align-items: center;
	gap: 5px;
	background: #ffffff;
	border-radius: 8px;
	padding: 8px 10px;
}

.Sec_Canales_Eco_CheckIcon {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}






.btn-Negro-2025 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 2rem;
	border-radius: 999px;
	background: #000000;
	text-decoration: none;
	overflow: hidden;
	transition: padding-right 0.3s ease;
}

	/* Texto siempre centrado */
	.btn-Negro-2025 .btn-text {
		z-index: 1;
	}

	/* Flecha posicionada fuera, sin ocupar espacio */
	.btn-Negro-2025 .arrow {
		position: absolute;
		right: 1.5rem;
		opacity: 0;
		transform: translateX(-8px);
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	/* Hover  se expande padding y aparece flecha */
	.btn-Negro-2025:hover, .btn-Negro-2025:active {
		padding-right: 3rem; /* crea espacio para la flecha */
		color: #000000;
		background: #ffffff;
	}

		.btn-Negro-2025:hover .arrow {
			opacity: 1;
			transform: translateX(0);
		}
.TituloGrande_Canales {
	font-size: 52px;
	line-height: 62px;
}
.SubTitulo_Canales {
	font-size: 40px;
	line-height: 44px;
}
.SubTitulo_Canales_2 {
	font-size: 36px;
	line-height: 42px;
}
.Bullet_Canales_1 {
	font-size: 14px;
	line-height: 20px;
}

.s3-section-100 {
	position: relative;
	min-height: 750px;
	background: #ffffff;
	background: -webkit-linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	background: -moz-linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	background: linear-gradient(180deg, rgba(23, 41, 172, 1) 0%, rgba(17, 22, 41, 1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1729AC", endColorstr="#111629", GradientType=0);
}

.s3-sticky-100 {
	position: sticky;
	top: 0;
	min-height: 750px;
	overflow: hidden;
	width: 100%;
	border-radius: 75px;
	background: #3364FF;
	background: linear-gradient(220deg, rgba(51,100,255,1) 70%, rgba(71,189,223,1) 100%);
	display: flex;
	align-items: center;
}


/*CDP*/
.Sec_CDP_Hero {
	/* Degradé exterior que se derrama sobre la sección siguiente */
	padding: 0px 28px 0;
	min-height: 100vh;
}

.FondoMain_Round_Bot {
	background: #1728A7;
	background: -webkit-linear-gradient(0deg,rgba(23, 40, 167, 1) 0%, rgba(17, 22, 41, 1) 40%);
	background: -moz-linear-gradient(0deg,rgba(23, 40, 167, 1) 0%, rgba(17, 22, 41, 1) 40%);
	background: linear-gradient(0deg,rgba(23, 40, 167, 1) 0%, rgba(17, 22, 41, 1) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1728A7", endColorstr="#111629", GradientType=0 );
	border-end-start-radius: 48px;
	border-end-end-radius: 48px;
}

.RecuadoProductos {
	border-radius: 22px;
	background: #2E5EF0;
	background: -webkit-linear-gradient(90deg,rgba(46, 94, 240, 1) 0%, rgba(6, 12, 30, 1) 70%, rgba(0, 0, 0, 1) 100%);
	background: -moz-linear-gradient(90deg,rgba(46, 94, 240, 1) 0%, rgba(6, 12, 30, 1) 70%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(90deg,rgba(46, 94, 240, 1) 0%, rgba(6, 12, 30, 1) 70%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2E5EF0", endColorstr="#000000", GradientType=1 );
	border: solid 1px #ffffff !important;
	box-shadow: 0 30px 80px rgba(0,0,0,.35);
}


/* Reutiliza los tokens de hover de Section_Cards_2025 */
.Sec_CDP_Card {
	--r-off: 20px;
	--r-on: 36px;
	--glow-off: 0 0 8px rgba(255,255,255,.18);
	--glow-on: 0 0 16px rgba(255,255,255,.32);
	--stroke-on: 1px;
	border-radius: var(--r-off);
	box-shadow: 0 0 0 var(--stroke-off) rgba(255,255,255,0), inset 0 0 0 1px rgba(255,255,255,.06);
	filter: drop-shadow(var(--glow-on));
	background: #000000;
	border: 2px solid rgba(255,255,255,.10);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform .35s ease, border-radius .35s ease, border-color .35s ease, box-shadow .35s ease;
}

	.Sec_CDP_Card:hover {
		border-radius: var(--r-on);
		transform: translateY(-6px);
		border-color: rgba(120,170,255,.42);
		box-shadow: 0 0 0 var(--stroke-on) rgba(36,45,58,1), inset 0 0 0 1px rgba(36,45,58,.10);
		filter: drop-shadow(var(--glow-on));
	}

.Sec_CDP_Card_Img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform .6s ease;
	margin-top: 6px;
}

.Sec_CDP_Card:hover .Sec_CDP_Card_Img {
	transform: scale(1.04);
}


.B_Round_35 {
	border-radius: 35px;
}
.Li_Azul {
	list-style: none;
	padding-left: 0;
}

	.Li_Azul li::before {
		content: "•";
		color: #1728a7;
		margin-right: 8px;
		font-size: 1.5em;
		vertical-align: middle;
	}

/*Personalizacion*/
.Card_Generica {
	--r-off: 20px;
	--r-on: 28px;
	--glow-off: 0 0 8px rgba(255, 255, 255, .18);
	--glow-on: 0 0 16px rgba(255, 255, 255, .32);
	--stroke-on: 1px;
	border-radius: var(--r-on);
	box-shadow: 0 0 0 var(--stroke-on) rgba(36, 45, 58, 1), inset 0 0 0 1px rgba(36, 45, 58, .10);
	background: #0d1526;
	border: 2px solid rgba(255,255,255,.10);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%; /* se estira al alto del col con align-items-stretch */
	filter: drop-shadow(var(--glow-off));
	transition: filter .35s ease, transform .35s ease, border-radius .35s ease, border-color .35s ease;
}

.pill-IA-First_Grande {
	padding: .9rem 1.8rem;
	border: 1px solid #ffffff;
	border-radius: 999px;
	color: #fff;
	font-size: 1.5rem; /* ajustá a gusto */
	line-height: 1;
	background: transparent;
}

.FondoMain_Round_Bot_v2 {
	background: #1728A7;
	background: -webkit-linear-gradient(0deg,rgba(23, 40, 167, 1) 0%, rgba(17, 22, 41, 1) 70%);
	background: -moz-linear-gradient(0deg,rgba(23, 40, 167, 1) 0%, rgba(17, 22, 41, 1) 70%);
	background: linear-gradient(0deg,rgba(23, 40, 167, 1) 0%, rgba(17, 22, 41, 1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1728A7", endColorstr="#111629", GradientType=0 );
	border-end-start-radius: 48px;
	border-end-end-radius: 48px;
}

.FondoCeleste_Personalizacion {
	background: #78BCDD;
	background: -webkit-linear-gradient(30deg,rgba(120, 188, 221, 1) 0%, rgba(71, 100, 251, 1) 10%);
	background: -moz-linear-gradient(30deg,rgba(120, 188, 221, 1) 0%, rgba(71, 100, 251, 1) 10%);
	background: linear-gradient(30deg,rgba(120, 188, 221, 1) 0%, rgba(71, 100, 251, 1) 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#78BCDD", endColorstr="#4764FB", GradientType=0 );
	border-end-start-radius: 48px;
	border-end-end-radius: 48px;
}
.pill-IA-First_Grande_Negro {
	padding: .9rem 1.8rem;
	border: 1px solid #000000;
	border-radius: 999px;
	color: #000000;
	font-size: 1.5rem; /* ajustá a gusto */
	line-height: 1;
	background: transparent;
}
.pill-IA-First_Negro {
	padding: .7rem 1.5rem;
	border: 1px solid #000000;
	border-radius: 999px;
	color: #000000;
	font-size: 1rem; /* ajustá a gusto */
	line-height: 1;
	background: transparent;
}



/* ===================================================
   INTEGRACIONES — Botones selector
   Prefijo: Sec_Int_
   =================================================== */
.Sec_Int_Btn {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	border-radius: 999px;
	border: 0px solid #d0d5dd;
	background: #eeeded;
	color: #000000;
	font-size: 14px;
	cursor: context-menu;
	transition: background .25s ease, color .25s ease, border-color .25s ease;
}
/*
	.Sec_Int_Btn:hover,
	.Sec_Int_Btn.is-active {
		background: linear-gradient(90deg, #3cc9f1 0%, #0039d1 50%, #3cc9f1 100%);
		background-size: 200% 100%;
		border: 0px solid transparent;
		color: #ffffff;
		box-shadow: 0 4px 20px rgba(51, 100, 255, .45);
		animation: Sec_Int_GradientMove 10s ease infinite;
	}
*/
@keyframes Sec_Int_GradientMove {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}
.Recuadro_Integraciones {
	background-color: #f6f7f8;
	border-radius: 25px;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.Icono_Integraciones {
	max-width: 50px;
}
.Card_Generica_Plana {
	--r-off: 20px;
	--r-on: 28px;
	--stroke-on: 1px;
	border-radius: var(--r-on);
	background: #4663fb;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%; /* se estira al alto del col con align-items-stretch */
}

.FondoAzul_Integraciones {
	background: #1728A9;
	background: -webkit-linear-gradient(180deg,rgba(23, 40, 169, 1) 0%, rgba(17, 22, 42, 1) 29%);
	background: -moz-linear-gradient(180deg,rgba(23, 40, 169, 1) 0%, rgba(17, 22, 42, 1) 29%);
	background: linear-gradient(180deg,rgba(23, 40, 169, 1) 0%, rgba(17, 22, 42, 1) 29%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1728A9", endColorstr="#11162A", GradientType=0 );
	border-start-start-radius: 25px;
	border-start-end-radius: 25px;
}


/* ===================================================
   INDUSTRIAS — Pill turquesa estático
   Prefijo: Sec_Ind_
   =================================================== */
.Sec_Ind_Pill {
	display: inline-flex;
	align-items: center;
	padding: .5rem 1.5rem;
	border-radius: 999px;
	background: #4dc6e1;
	font-size: 13px;
	font-weight: 500;
}
.Sec_Ind_Pill_Negro {
	display: inline-flex;
	align-items: center;
	padding: .5rem 1.5rem;
	border-radius: 999px;
	background: #000000;
	font-size: 13px;
	font-weight: 500;
}

/* ===================================================
   INDUSTRIAS — Acordeón
   Prefijo: Sec_Ind_Acc_
   =================================================== */

.Sec_Ind_Acc .accordion-item {
	border: none;
	border-bottom: 1px solid rgba(208, 213, 221, 0.4);
	/*border-bottom: 1px solid #d0d5dd;*/
	/*border-bottom: 1px solid #4dc6e1;*/
	border-radius: 0 !important;
}

.Sec_Ind_Acc .accordion-button {
	background: transparent;
	color: #0d0e10;
	box-shadow: none;
	padding: 18px 0;
	padding-bottom: 5px !important;
}

	.Sec_Ind_Acc .accordion-button:not(.collapsed) {
		background: transparent;
		color: #0d0e10;
	}

	.Sec_Ind_Acc .accordion-button::after {
		filter: brightness(0);
	}
.accordion-body {
	padding: 10px 0px !important;
}

.Sec_Ind_Acc_Celeste .accordion-item {
	border: none;
	border-bottom: 1px solid rgba(208, 213, 221, 0.4);
	/*border-bottom: 1px solid #d0d5dd;*/
	/*border-bottom: 1px solid #4dc6e1;*/
	border-radius: 0 !important;
	background: transparent;
}

.Sec_Ind_Acc_Celeste .accordion-button {
	background: transparent;
	color: #ffffff;
	box-shadow: none;
	padding: 18px 0;
	padding-bottom: 5px !important;
}

	.Sec_Ind_Acc_Celeste .accordion-button:not(.collapsed) {
		background: transparent;
		color: #ffffff;
	}

	.Sec_Ind_Acc_Celeste .accordion-button::after {
		filter: brightness(0) invert(1);
		color: #ffffff;
	}



.FondoCeleste_Industrias {
	background: #78BCDD;
	background: -webkit-linear-gradient(30deg,rgba(120, 188, 221, 1) 0%, rgba(71, 100, 251, 1) 10%, rgba(39, 71, 255, 1) 60%);
	background: -moz-linear-gradient(30deg,rgba(120, 188, 221, 1) 0%, rgba(71, 100, 251, 1) 10%, rgba(39, 71, 255, 1) 60%);
	background: linear-gradient(30deg,rgba(120, 188, 221, 1) 0%, rgba(71, 100, 251, 1) 10%, rgba(39, 71, 255, 1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#78BCDD", endColorstr="#4764FB", GradientType=0 );
	border-start-start-radius: 50px;
	border-start-end-radius: 50px;
}

/* Footer */
.footer-container-Negro {
	margin-top: 0;
	padding: 4rem 0 3rem 0;
	border-radius: 10rem 10rem 0 0;
	background: #000000;
}

/* ===================================================
   INDUSTRIAS — Nav sticky
   Prefijo: Sec_Ind_Nav_
   =================================================== */
.Sec_Ind_Wrapper {
	position: relative;
}
.Sec_Ind_Nav {
	position: sticky;
	top: 0;
	z-index: 100;
	display: flex;
	justify-content: center;
	padding: 16px 20px;
	transition: opacity .3s ease;
}

.Sec_Ind_Nav_Inner {
	display: flex;
	align-items: center;
	gap: 8px;
	/* El gradiente del "borde" + fondo blanco simulan el border */
	background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #3cc9f1 0%, #0039d1 100%) border-box;
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 6px 10px;
}

.Sec_Ind_Nav_Item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 20px;
	border-radius: 999px;
	color: #0d0e10;
	text-decoration: none;
	transition: background .35s ease, color .1s ease, padding .35s ease;
	white-space: nowrap;
}

	.Sec_Ind_Nav_Item:hover {
		color: rgba(71, 189, 223, 1);
	}

	.Sec_Ind_Nav_Item.is-active {
		background: linear-gradient(90deg, #3cc9f1 0%, #0039d1 100%);
		color: #ffffff;
		font-weight: 500;
		animation: Sec_Ind_Nav_Pop .35s ease;
	}

.Sec_Ind_Nav_Arrow {
	font-size: 12px;
	display: none;
}

.Sec_Ind_Nav_Item.is-active .Sec_Ind_Nav_Arrow {
	display: inline;
}
@keyframes Sec_Ind_Nav_Pop {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.06);
	}

	100% {
		transform: scale(1);
	}
}
.Sec_Ind_Nav_Item.is-active .Sec_Ind_Nav_Arrow i {
	display: inline-block;
	animation: Sec_Ind_Arrow_Bounce .4s ease 1;
}

@keyframes Sec_Ind_Arrow_Bounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(4px);
	}

	100% {
		transform: translateY(0);
	}
}
.Sec_Ind_Nav_Inner--dark {
	background: linear-gradient(#111629, #111629) padding-box, linear-gradient(90deg, #3cc9f1 0%, #0039d1 100%) border-box !important;
	border: 1px solid transparent !important;
}

	.Sec_Ind_Nav_Inner--dark .Sec_Ind_Nav_Item {
		color: #ffffff;
	}

		.Sec_Ind_Nav_Inner--dark .Sec_Ind_Nav_Item:hover {
			color: rgba(71, 189, 223, 1);
		}




/*Analisis con IA*/

.FondoInicioAnalisisIA {
	background-color: #111629;
	border-end-start-radius:25px;
	border-end-end-radius:25px;
}
.FondoInicioAnalisisIA_Blanco {
	background-color: #ffffff;
}
.FondoInicioAnalisisIA_Azul {
	background: #1729AC;
	background: -webkit-linear-gradient(180deg,rgba(23, 41, 172, 1) 0%, rgba(19, 31, 108, 1) 90%, rgba(17, 22, 42, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(23, 41, 172, 1) 0%, rgba(19, 31, 108, 1) 90%, rgba(17, 22, 42, 1) 100%);
	background: linear-gradient(180deg,rgba(23, 41, 172, 1) 0%, rgba(19, 31, 108, 1) 90%, rgba(17, 22, 42, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1729AC", endColorstr="#11162A", GradientType=0 );
	border-end-start-radius: 25px;
	border-end-end-radius: 25px;
}
.pill-IA-First_Grande_Blanco {
	padding: .9rem 1.8rem;
	border: 1px solid #ffffff;
	border-radius: 999px;
	color: #ffffff;
	font-size: 1.5rem; /* ajustá a gusto */
	line-height: 1;
	background: transparent;
}
.Sec_Analisis_Hero_Img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: inline-block;
	border-radius:25px;
}
.B_Round_25 {
	border-radius: 25px;
}
.Icono_Analisis_1 {
	max-width: 40px;
}
.Alto_Card_Analisis_1 {
	min-height: 110px;
}
.Alto_Card_Analisis_2 {
	min-height: 150px;
}
.Card_Generica_Analisis {
	--r-off: 20px;
	--r-on: 28px;
	--glow-off: 0 0 8px rgba(255, 255, 255, .18);
	--glow-on: 0 0 16px rgba(255, 255, 255, .32);
	--stroke-on: 1px;
	border-radius: var(--r-on);
	box-shadow: 0 0 0 var(--stroke-on) rgba(36, 45, 58, 1), inset 0 0 0 1px rgba(36, 45, 58, .10);
	background: #000000;
	border: 2px solid rgba(255,255,255,.10);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%; /* se estira al alto del col con align-items-stretch */
	filter: drop-shadow(var(--glow-off));
	transition: filter .35s ease, transform .35s ease, border-radius .35s ease, border-color .35s ease;
}
	.Card_Generica_Analisis:hover {
		border-radius: var(--r-on);
		border-color: rgba(120,170,255,.42);
		box-shadow: 0 0 0 4px rgba(120,170,255,.18), 0 40px 120px rgba(0,0,0,.55);
		filter: none;
	}

.Sec_Analisis_Card {
	--r-off: 20px;
	--r-on: 28px;
	--glow-off: 0 0 8px rgba(255, 255, 255, .18);
	--glow-on: 0 0 16px rgba(255, 255, 255, .32);
	--stroke-on: 1px;
	border-radius: var(--r-on);
	box-shadow: 0 0 0 var(--stroke-on) rgba(36, 45, 58, 1), inset 0 0 0 1px rgba(36, 45, 58, .10);
	background: #000000;
	border: 2px solid rgba(255,255,255,.10);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%; /* se estira al alto del col con align-items-stretch */
	filter: drop-shadow(var(--glow-off));
	transition: filter .35s ease, transform .35s ease, border-radius .35s ease, border-color .35s ease;
}

.Sec_Analisis_Card:hover {
	border-radius: var(--r-on);
	transform: translateY(-4px);
	border-color: rgba(120,170,255,.42);
	box-shadow: 0 0 0 4px rgba(120,170,255,.18), 0 40px 120px rgba(0,0,0,.55);
	filter: none;
}

/* Imagen superior con bordes redondeados */
.Sec_Analisis_Card_Media {
	border-radius: calc(var(--r-off) - 4px) calc(var(--r-off) - 4px) 0 0;
	overflow: hidden;
	flex-shrink: 0;
}

.Sec_Analisis_Card_Img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform .6s ease;
	margin-top: 6px;
}

.Sec_Analisis_Card:hover .Sec_Analisis_Card_Img {
	transform: scale(1.03);
}

.Icono_Analisis_1 {
	transition: transform .45s cubic-bezier(.22,1,.36,1), opacity .35s ease;
	transform-origin: center;
}

.Card_Generica_Analisis:hover .Icono_Analisis_1 {
	transform: scale(1.125) rotate(-8deg);
}
.Recuadro_Analisis_Grande {
	background-color: #f6f7f8;
	position: relative;
	border-radius: 25px;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.Recuadro_Analisis_Grande_Ancho {
	width: 100%;
	min-height: 0 !important; /* anula el 270px de la clase base */
	height: 100%;
	display: flex !important;
	flex-direction: column;
	justify-content: flex-start !important;
	padding: 30px 0;
}
	.Recuadro_Analisis_Grande::before {
		content: "";
		position: absolute;
		inset: -1px;
		border-radius: 22px;
		background: linear-gradient(180deg, #5772fb 0%, #064662 25%, #6da5e5 50%, #064662 75%, #78bcdd 100% );
		background-size: 100% 200%;
		z-index: -1;
		filter: blur(6px);
		opacity: 0;
		transition: opacity .35s ease;
	}

	.Recuadro_Analisis_Grande:hover::before {
		opacity: .85;
		animation: Neon_Move 5s ease-in-out infinite alternate;
	}

@keyframes Neon_Move {
	0% {
		background-position: 0% 0%;
	}

	100% {
		background-position: 0% 100%;
	}
}


.Icono_Analisis_2 {
	max-height: 50px;
	transition: transform .45s cubic-bezier(.22,1,.36,1), opacity .35s ease;
	transform-origin: center;
}
.Recuadro_Analisis_Grande:hover .Icono_Analisis_2 {
	transform: scale(1.1);
}

.Titulos_Analisis {
	font-size: 26px;
	line-height: 34px;
}
.Gris_Card_2 {
	color: #cdd6e1;
}
.Sec_Analisis_Nav {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 100;
	background: transparent;
	display: flex;
	justify-content: center;
	padding: 16px 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}

/*Agentric*/

#hero-video_Agentric {
	width: 100vw !important;
	max-width: 100vw !important;
	height: auto;
}

#Accordion_Agentric_1, #Accordion_Agentric_2, #accordionIndustrias_Moda, #accordionIndustrias_Reteail, #accordionIndustrias_Banca_Finanzas, #accordionIndustrias_Automotriz, #accordionIndustrias_Turismo {
	--bs-accordion-bg: transparent !important;
}
	#Accordion_Agentric_1 .accordion-button::after,
	#Accordion_Agentric_2 .accordion-button::after,
	#accordionIndustrias_Moda .accordion-button::after,
	#accordionIndustrias_Reteail .accordion-button::after,
	#accordionIndustrias_Banca_Finanzas .accordion-button::after,
	#accordionIndustrias_Automotriz .accordion-button::after,
	#accordionIndustrias_Turismo .accordion-button::after {
		display: none !important;
	}
#Accordion_Agentric_2 .accordion-button::after {
	display: none !important;
}
.Sec_NuevaSeccion_Acc_Icon {
	margin-top: -10px;
	margin-right: 10px;
	width: 30px;
	transition: transform .5s ease;
	margin-left: auto;
	/* sin filter, el SVG blanco ya viene blanco por defecto */
}

.accordion-button:not(.collapsed) .Sec_NuevaSeccion_Acc_Icon {
	transform: rotate(-180deg);
	content: url('../images/2025/Flecha_Abajo_Degrade_v1.svg');
}
.accordion-button:not(.collapsed) .Sec_NuevaSeccion_Acc_Icon_v2 {
	transform: rotate(-180deg);
	content: url('../images/2025/Flecha_Abajo_Degrade_v2.svg') !important;
}
#Img_Acordeon_Agentric_1 {
	transition: opacity .6s ease;
}
#Img_Acordeon_Agentric_2 {
	transition: opacity .6s ease;
}
.FondoAzulOscuro_Agentric {
	background-color: #060f28;
}
.TituloDegrade {
	background: linear-gradient(90deg, #3cc9f1 0%, #0039d1 50%, #1d31af 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: inline-block;
}

.Sec_Agentric_Funcionalidades_Wrap {
	background-image: url("../images/2025/Agentric/Fondo_Luz_Bot_Center.webp");
	background-position: 50% 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.Fondo_Top_Round_Agentric_1 {
	background-color: #111629;
	border-start-start-radius: 35px;
	border-start-end-radius: 35px;
}
.Sec_EraIA_Wrap {
	position: sticky;
	top: 200px;
	z-index: 0;
}

.Sec_EraIA_Img {
	width: 100%;
	height: auto;
	display: block;
}
.Sec_EraIA_Contenido {
	position: relative;
	z-index: 1;
}


/* ===================================================
   VARIABLES DE CONFIGURACIÓN
   Editá estos valores para personalizar cada pill
   =================================================== */
:root {
	/* Colores de cada pill (fondo) */
	--pill-1-bg: rgba(250, 235, 224, 1); /* ESTRATEGIA */
	--pill-2-bg: rgba(231, 227, 254, 1); /* AI-FIRST   */
	--pill-3-bg: rgba(238, 255, 223, 1); /* GROWTH     */
	--pill-4-bg: rgba(230, 252, 255, 1); /* ANÁLISIS   */
	/* Color del texto de cada pill */
	--pill-1-color: #1a1a2e;
	--pill-2-color: #1a1a2e;
	--pill-3-color: #1a1a2e;
	--pill-4-color: #1a1a2e;
	/* Radios de órbita (qué tan lejos del centro) */
	--orbit-1-x: 35vw;
	--orbit-1-y: 8vw;
	--orbit-2-x: 28vw;
	--orbit-2-y: 6vw;
	--orbit-3-x: 32vw;
	--orbit-3-y: 10vw;
	--orbit-4-x: 22vw;
	--orbit-4-y: 9vw;
	/* Duraciones de cada órbita */
	--orbit-1-dur: 20s;
	--orbit-2-dur: 10s;
	--orbit-3-dur: 15s;
	--orbit-4-dur: 25s;
}

/* ===================================================
   SECCIÓN
   =================================================== */
.Sec_OrbitalPills {
	position: relative;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	padding: 80px 0;
}

/* Texto central */
.Sec_OrbitalPills_Text {
	position: relative;
	z-index: 2;
	text-align: center;
}

/* Contenedor que posiciona los pills relativos al texto */
.Sec_OrbitalPills_Stage {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

/* Cada pill */
.Sec_OrbitalPills_Pill {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 30px;
	border-radius: 999px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	white-space: nowrap;
	pointer-events: auto;
}

/* Animaciones independientes para cada pill */
.Sec_OrbitalPills_Pill--1 {
	background: var(--pill-1-bg);
	color: var(--pill-1-color);
	animation: orbit-1 var(--orbit-1-dur) linear infinite;
}

.Sec_OrbitalPills_Pill--2 {
	background: var(--pill-2-bg);
	color: var(--pill-2-color);
	animation: orbit-2 var(--orbit-2-dur) linear infinite;
}

.Sec_OrbitalPills_Pill--3 {
	background: var(--pill-3-bg);
	color: var(--pill-3-color);
	animation: orbit-3 var(--orbit-3-dur) linear infinite;
}

.Sec_OrbitalPills_Pill--4 {
	background: var(--pill-4-bg);
	color: var(--pill-4-color);
	animation: orbit-4 var(--orbit-4-dur) linear infinite;
}

/* Cada keyframe define un camino diferente alrededor del centro */

@keyframes orbit-1 {
	0% {transform: translate(calc(-50% + var(--orbit-1-x)), calc(-50%));}
	25% {transform: translate(calc(-50%), calc(-50% - var(--orbit-1-y)));}
	50% {transform: translate(calc(-50% - var(--orbit-1-x)), calc(-50%));}
	75% {transform: translate(calc(-50%), calc(-50% + var(--orbit-1-y)));}
	100% {transform: translate(calc(-50% + var(--orbit-1-x)), calc(-50%));}
}

@keyframes orbit-2 {
	0% {transform: translate(calc(-50% - var(--orbit-2-x)), calc(-50%));}
	25% {transform: translate(calc(-50%), calc(-50% + var(--orbit-2-y)));}
	50% {transform: translate(calc(-50% + var(--orbit-2-x)), calc(-50%));}
	75% {transform: translate(calc(-50%), calc(-50% - var(--orbit-2-y)));}
	100% {transform: translate(calc(-50% - var(--orbit-2-x)), calc(-50%));}
}

@keyframes orbit-3 {
	0% {transform: translate(calc(-50% + var(--orbit-3-x)), calc(-50%));}
	25% {transform: translate(calc(-50%), calc(-50% + var(--orbit-3-y)));}
	50% {transform: translate(calc(-50% - var(--orbit-3-x)), calc(-50%));}
	75% {transform: translate(calc(-50%), calc(-50% - var(--orbit-3-y)));}
	100% {transform: translate(calc(-50% + var(--orbit-3-x)), calc(-50%));}
}

@keyframes orbit-4 {
	0% {transform: translate(calc(-50% - var(--orbit-4-x)), calc(-50%));}
	25% {transform: translate(calc(-50%), calc(-50% - var(--orbit-4-y)));}
	50% {transform: translate(calc(-50% + var(--orbit-4-x)), calc(-50%));}
	75% {transform: translate(calc(-50%), calc(-50% + var(--orbit-4-y)));}
	100% {transform: translate(calc(-50% - var(--orbit-4-x)), calc(-50%));}
}

/* Pausa la animación si el usuario prefiere menos movimiento */
@media (prefers-reduced-motion: reduce) {
	.Sec_OrbitalPills_Pill {
		animation: none;
	}
}
.Titulo_Degrade_Agentric {
	font-size: clamp(30px,4vw,46px);
	font-weight: 300;
	line-height: 1.15;
}




.Sec_EraIA_Text {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
}

/* Fila superior */
.Sec_EraIA_Row1 {
	display: flex;
	align-items: center;
	gap: 16px;
}

.Sec_EraIA_SmallText {
	font-family: 'Roboto', sans-serif;
	font-size: clamp(28px, 4vw, 52px);
	font-weight: 300;
	color: #6b7a99;
}

/* Flecha que crece desde la izquierda */
.Sec_EraIA_ArrowWrap {
	display: flex;
	align-items: center;
	gap: 0;
	overflow: hidden;
	opacity: 0;
	animation: Sec_EraIA_FadeIn .3s ease forwards .4s;
}

@keyframes Sec_EraIA_FadeIn {
	to {
		opacity: 1;
	}
}


@keyframes Sec_EraIA_LineGrow {
	0% {
		width: 0;
	}

	100% {
		width: clamp(80px, 15vw, 220px);
	}
}


/* AI-First con degradé animado */
.Sec_EraIA_Title {
	font-family: 'Roboto', sans-serif;
	font-size: clamp(80px, 15vw, 180px);
	font-weight: 300;
	line-height: 1;
	background: linear-gradient(90deg, #1d31af 0%, #3cc9f1 50%, #1d31af 100%);
	background-size: 200% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: Sec_EraIA_Gradient 2s ease-in-out infinite alternate;
}

@keyframes Sec_EraIA_Gradient {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100% 50%;
	}
}

.Sec_EraIA_ArrowIcon {
	color: #6b7a99;
	font-size: 22px;
	line-height: 1;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	transform: translateY(-0.5px);
}


.Sec_EraIA_ArrowWrap {
	display: flex;
	align-items: center;
	opacity: 0;
}

.Sec_EraIA_Line {
	width: 0;
	height: 4px;
	background-image: url("../images/2025/Agentric/Fondo_Linea_Flecha.png");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: auto;
	margin-right: -1px;
}

/* Arranca recién cuando entra visible */
.Sec_EraIA_Wrap.is-visible .Sec_EraIA_ArrowWrap {
	animation: Sec_EraIA_FadeIn .3s ease forwards .2s;
}

.Sec_EraIA_Wrap.is-visible .Sec_EraIA_Line {
	animation: Sec_EraIA_LineGrow 1.8s ease forwards .4s;
}

@keyframes Sec_EraIA_LineGrow {
	0% {
		width: 0;
	}

	100% {
		width: clamp(120px, 22vw, 340px);
	}
}




/* ============================================================
   NAV ICOMM 2025 — Estilos nuevos
   Agregar al final de Estilos_2025.css
   ============================================================ */


/* ------------------------------------------------------------
   MEGA MENU: wrapper compartido (ya existia, se mantiene)
   ------------------------------------------------------------ */
.mega-menu-wrapper {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1200;
	background: #ffffff;
	border-radius: 1rem;
	box-shadow: 0 8px 32px rgba(0,0,0,.14);
	margin-top: 1.5rem; /* <-- agregar esta línea */
	padding: 2rem;
	min-width: 320px;
	/* Animacion de entrada */
	opacity: 0;
	translateY: -8px;
	transition: opacity .2s ease, transform .2s ease;
}

	.mega-menu-wrapper.is-open {
		display: block;
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}


/* ------------------------------------------------------------
   MEGA MENU SIMPLE — Industria y Nosotros
   Titulo con icono + lista de items pill
   ------------------------------------------------------------ */

/* Titulo de seccion (icono + texto) */
.Nav_Simple_Titulo {
	font-size: 18px;
	line-height: 24px;
	color: #1a1a2e;
	margin-bottom: 1.25rem;
}

.Nav_Simple_TituloIcon {
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex-shrink: 0;
}

/* Item de lista — ocupa todo el ancho, pill al hover */
.Nav_Simple_Item {
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	padding: 0.65rem 1rem;
	border-radius: 0.625rem;
	margin-bottom: 0.25rem;
	transition: background .2s ease;
	cursor: pointer;
}

	.Nav_Simple_Item:hover,
	.Nav_Simple_Item.active {
		background: #e5fdff;
	}

/* Ancho minimo para menus simples de una columna */
#megaIndustria {
	min-width: 280px;
}

/* Nosotros: dos columnas lado a lado */
#megaNosotros {
	min-width: 560px;
}

	#megaNosotros .mega-menu {
		display: flex;
		gap: 2rem;
		align-items: flex-start;
	}

	#megaNosotros .column {
		flex: 1;
		min-width: 200px;
	}


/* ------------------------------------------------------------
   MEGA MENU PRODUCTO — Layout de dos paneles
   ------------------------------------------------------------ */

/* Shell contenedor: flex horizontal */
.Nav_Producto_Shell {
	display: flex;
	gap: 0;
	min-width: 860px;
	min-height: 200px;
}

/* Columna izquierda: tabs de categoria */
.Nav_Producto_Tabs {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	width: 210px;
	flex-shrink: 0;
	padding-right: 0;
}

/* Cada tab de categoria */
.Nav_Producto_Tab {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.7rem 1rem;
	border-radius: 0.625rem;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
	transition: background .2s ease, font-weight .15s ease;
	user-select: none;
}

	.Nav_Producto_Tab:hover {
		background: #e5fdff;
	}

	.Nav_Producto_Tab.active {
		background: #e5fdff;
		font-weight: 500;
	}

.Nav_Producto_TabIcon {
	width: 22px;
	height: 22px;
	object-fit: contain;
	flex-shrink: 0;
}

/* Divisor vertical */
.Nav_Producto_Divisor {
	width: 1px;
	background: #e8eaed;
	margin: 0 1.5rem;
	align-self: stretch;
	flex-shrink: 0;
}

/* Columna derecha: area de paneles */
.Nav_Producto_Paneles {
	flex: 1;
	position: relative;
	min-width: 0;
	transition: height .25s ease;
}

/* Cada panel: oculto por defecto */
.Nav_Producto_Panel {
	display: none;
	opacity: 0;
	transform: translateY(6px);
}

	.Nav_Producto_Panel.active {
		display: block;
		animation: Nav_PanelIn .2s ease forwards;
		animation-delay: .25s; /* espera a que termine la transicion del alto */
		opacity: 0; /* empieza invisible durante el delay */
	}

@keyframes Nav_PanelIn {
	from {
		opacity: 0;
		transform: translateY(6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Titulo descriptivo del panel */
.Nav_Producto_PanelTitle {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 1.25rem;
}

/* Card de sub-item */
.Nav_Producto_Card {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.75rem 1rem;
	border: 1px solid #e8eaed;
	box-shadow: 0 4px 10px rgba(0,0,0,.14);
	border-radius: 0.625rem;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease;
	height: 100%;
	min-height: 85px;
}

	.Nav_Producto_Card:hover {
		background: #e5fdff;
		border-color: #b8f5fc;
	}

.Nav_Producto_CardTitle {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #000000;
}




.Nav_Producto_CardLink {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	transition: gap .3s ease;
	align-self: flex-start; /* evita que el span se estire al ancho de la card */
}

	.Nav_Producto_CardLink::after {
		content: '';
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 0;
		height: 1px;
		background: linear-gradient(90deg, #3cc9f1 0%, #0039d1 50%, #1d31af 100%);
		transition: width .3s ease;
	}

.Nav_Producto_Card:hover .Nav_Producto_CardLink::after {
	width: calc(100% - 14px);
}

.Nav_Producto_Card:hover .Nav_Producto_CardLink {
	gap: 6px;
}

.Nav_Card_Arrow {
	font-size: 9px;
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity .3s ease, transform .3s ease;
	-webkit-text-fill-color: initial;
	color: #1d31af;
	margin-top: 3px;
}

.Nav_Producto_Card:hover .Nav_Card_Arrow {
	opacity: 1;
	transform: translateX(0);
}


/* Mega producto: ancho maximo y posicion desde la izquierda (no centrado) */
#megaProducto {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	max-width: 980px;
	width: 980px;
}

	/* Cuando el wrapper de producto esta abierto, override del transform centrado */
	#megaProducto.is-open {
		transform: translateX(-50%);
	}


/* ------------------------------------------------------------
   ICONOS MENU: tamaño base para menu-icon_2025 heredado
   ------------------------------------------------------------ */
.menu-icon_2025 {
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin-right: 0.4rem;
	vertical-align: middle;
}

.Nav_Producto_TabIcon {
	transition: transform .25s ease, filter .25s ease;
}

.Nav_Producto_Tab.active .Nav_Producto_TabIcon {
	transform: scale(1.2);
	filter: drop-shadow(0 0 4px rgba(77, 198, 225, 0.6));
}

/* Lista plana mobile menu Producto */
.Nav_Mob_Lista {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 95%;
}

.Nav_Mob_CatItem {
	border-bottom: 0px solid #f0f0f0;
}

/* Header de categoria: clickeable */
.Nav_Mob_CatHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.7rem 1.25rem;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
	transition: background .2s ease;
}

	.Nav_Mob_CatHeader:hover {
		background: #f5f5f5;
	}

/* Chevron del sub-acordeon */
.Nav_Mob_Chev {
	font-size: 11px;
	transition: transform .25s ease;
	color: #888;
}

.Nav_Mob_CatItem.is-open .Nav_Mob_Chev {
	transform: rotate(180deg);
}

/* Sub-lista colapsada por defecto */
.Nav_Mob_SubLista {
	list-style: none;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
	width: 95%;
	margin: 0 auto;
}

/* Cada link de sub-item */
.Nav_Mob_SubItem {
	display: block;
	padding: 0.6rem 1.25rem 0.6rem 2rem;
	font-size: 13px;
	font-weight: 400;
	color: #555;
	transition: background .2s ease;
}

	.Nav_Mob_SubItem:hover {
		background: #e5fdff;
		color: #333;
	}

#navbarMobile .mobile-subpanel.open {
	max-height: 1200px;
}

/* Oculta tabs, divisor, paneles y titulos descriptivos del menu Producto en mobile */
#navbarMobile .Nav_Producto_Shell {
	display: block;
}

#navbarMobile .Nav_Producto_Divisor,
#navbarMobile .Nav_Producto_Paneles,
#navbarMobile .Nav_Producto_TabIcon {
	display: none;
}

/* Los tabs se convierten en links simples tipo footer */
#navbarMobile .Nav_Producto_Tab {
	background: none;
	border-radius: 0;
	padding: 0.6rem 1rem;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #f0f0f0;
}

	#navbarMobile .Nav_Producto_Tab.active {
		background: none;
		font-weight: 400;
	}

	#navbarMobile .Nav_Producto_Tab:hover {
		background: #f5f5f5;
	}

.Nav_Mob_CatLabel {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

	.Nav_Mob_CatLabel .Nav_Producto_TabIcon {
		width: 20px;
		height: 20px;
		/* Hereda la animacion del tab activo pero la desactivamos en mobile */
		animation: none !important;
		transform: none !important;
		filter: none !important;
	}
#navbarMobile .Nav_Mob_CatLabel .Nav_Producto_TabIcon {
	display: inline-block !important;
}
#navbarMobile .Nav_Mob_CatLabel img {
	display: inline-block !important;
	width: 20px;
	height: 20px;
}
#nav-placeholder {
	position: sticky;
	top: 0;
	z-index: 1100;
	width: 100%;
}

[id] {
	scroll-margin-top: 100px;
}
img[loading="lazy"] {
	min-height: 1px;
	content-visibility: auto;
}

/* ================== Card_Simple_2026_v1 ================== */
.Card_Simple_2026_v1 {
	--r-off: 20px;
	--r-on: 36px;
	--glow-off: 0 0 8px rgba(255,255,255,.18);
	--glow-on: 0 0 16px rgba(255,255,255,.32);
	--stroke-off: 0px;
	--stroke-on: 4px;
	border-radius: var(--r-off);
	filter: drop-shadow(var(--glow-off));
	transition: filter .35s ease, transform .35s ease, border-radius .35s ease;
	isolation: isolate;
	height: 100%;
}

	.Card_Simple_2026_v1:hover {
		border-radius: var(--r-on);
		filter: drop-shadow(var(--glow-on));
		transform: translateY(-4px);
	}

.Card_Simple_2026_v1__frame {
	background: #000;
	border-radius: inherit;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-shadow: 0 0 0 var(--stroke-off) rgba(255,255,255,0), inset 0 0 0 1px rgba(255,255,255,.06);
	transition: box-shadow .35s ease, border-radius .35s ease;
}

.Card_Simple_2026_v1:hover .Card_Simple_2026_v1__frame {
	box-shadow: 0 0 0 var(--stroke-on) rgba(36,45,58,1), inset 0 0 0 1px rgba(36,45,58,.10);
}

.Card_Simple_2026_v1__img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform .6s ease;
}

.Card_Simple_2026_v1:hover .Card_Simple_2026_v1__img {
	transform: scale(1.04);
}

.Card_Simple_2026_v1__body {
	padding: 24px;
	flex: 1;
}
.Card_Simple_2026_v1:hover .Icono_Analisis_1 {
	transform: scale(1.125) rotate(-8deg);
}
.FondoPersonalizacion {
	background: linear-gradient( to bottom, #111629 0%, #0126b6 30%, #0126b6 80%, #1728a6 100% );
	border-end-start-radius: 48px;
	border-end-end-radius: 48px;
}
.Error {
	border: 1.5px solid #ff4444 !important;
	box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.2) !important;
}
.Fix_Cursor_Integraciones {
	cursor: auto !important;
}
.iti {
	width: 100%;
}

.iti__country-container {
	border-right: solid 1px rgba(255, 255, 255, 0.4);
	padding: 0 10px !important;
}

.iti__tel-input {
	padding-left: 80px !important;
}

.iti__arrow {
	--iti-arrow-color: white !important;
}
/* Awards entrada */
@keyframes AwardsImgIn {
	from {
		opacity: 0;
		transform: translateY(260px) scale(.96);
	}

	to {
		opacity: 1;
		transform: translate(var(--tx), var(--ty)) rotate(calc(var(--rot) * 1deg)) scale(1);
	}
}

.AwardsPin.is-visible .AwardsImg.i1 {
	animation: AwardsImgIn 0.7s cubic-bezier(.22,.61,.36,1) 0.1s forwards;
}

.AwardsPin.is-visible .AwardsImg.i2 {
	animation: AwardsImgIn 0.7s cubic-bezier(.22,.61,.36,1) 1.5s forwards;
}

.AwardsPin.is-visible .AwardsImg.i3 {
	animation: AwardsImgIn 0.7s cubic-bezier(.22,.61,.36,1) 2.0s forwards;
}
.Fix_Awards {
	min-height: 100vh !important;
}
.aiFirst__img--1 {
	--tx: 0px;
	--ty: 0px;
	--rot: 0;
}

.aiFirst__img--2 {
	--tx: 26px;
	--ty: 18px;
	--rot: -10;
}

.aiFirst__img--3 {
	--tx: 52px;
	--ty: 36px;
	--rot: 25;
}

.aiFirst__img {
	position: absolute;
	inset: 0;
	width: 80%;
	height: 80%;
	object-fit: cover;
	border-radius: 26px;
	border: 1px solid rgba(255,255,255,.18);
	box-shadow: 0 40px 120px rgba(0,0,0,.45);
	opacity: 0;
}

@keyframes aiFirstImgIn {
	from {
		opacity: 0;
		transform: translateY(200px) scale(.96);
	}

	to {
		opacity: 1;
		transform: translate(var(--tx), var(--ty)) rotate(calc(var(--rot) * 1deg)) scale(1);
	}
}

#aiFirst.is-visible .aiFirst__img--1 {
	animation: aiFirstImgIn 0.7s cubic-bezier(.22,.61,.36,1) 0.1s forwards;
}

#aiFirst.is-visible .aiFirst__img--2 {
	animation: aiFirstImgIn 0.7s cubic-bezier(.22,.61,.36,1) 1.5s forwards;
}

#aiFirst.is-visible .aiFirst__img--3 {
	animation: aiFirstImgIn 0.7s cubic-bezier(.22,.61,.36,1) 2.5s forwards;
}

.ScrollReveal__line {
	display: block;
	background-image: linear-gradient( to right, #ffffff 0%, #ffffff 50%, #2C6AE5 50%, #2C6AE5 100% );
	background-size: 200% 100%;
	background-position: 100% 0%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	transition: background-position 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.ScrollReveal__line_v2 {
	display: block;
	background-image: linear-gradient( to right, #ffffff 0%, #ffffff 50%, #2B3D59 50%, #2B3D59 100% );
	background-size: 200% 100%;
	background-position: 100% 0%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	transition: background-position 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.ScrollReveal__line_v3 {
	display: block;
	background-image: linear-gradient( to right, #000000 0%, #000000 50%, #dfe3e6 50%, #dfe3e6 100% );
	background-size: 200% 100%;
	background-position: 100% 0%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	transition: background-position 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

































@media (max-width: 1440px) {
	.Sec_Int_Btn {
		font-size: 12px;
	}
	.TituloGrande_Canales {
		font-size: 48px;
		line-height: 52px;
	}

	/* FOTO IZQ ARRIBA */
	.NosotrosForm_Photo--leftTop {
		width: 320px;
		height: 220px;
		left: 60px;
	}
	/* FOTO IZQ ABAJO */
	.NosotrosForm_Photo--leftBottom {
		width: 340px;
		height: 230px;
		left: 60px;
	}

	/* FOTO DERECHA */
	.NosotrosForm_Photo--right {
		width: 380px;
		right: -10px;
		top: 0px;
		rotate: 9deg;
	}

		.NosotrosForm_Photo--right img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 40%; /* ahora sí se nota */
			display: block;
		}

	
}




@media (max-width: 1280px) {

	.Sec_Analisis_Hero_Img {
		max-width: 600px;
	}

	.Sec_Canales_Eco_CheckIcon {
		width: 22px;
		height: 22px;
	}
	

	.Sec_Canales_Hero_Img {
		max-width: 600px;
	}
	.TituloGrande_Canales {
		font-size: 42px;
		line-height: 46px;
	}
	.Contenido_Canales {
		font-size: 14px;
		line-height: 20px;
	}
	

	/* FOTO IZQ ARRIBA */
	.NosotrosForm_Photo--leftTop {
		width: 260px;
		left: 80px;
		top: -80px;
		height: 180px;
		rotate: 12deg;
		z-index: 1;
	}

	/* FOTO IZQ ABAJO */
	.NosotrosForm_Photo--leftBottom {
		width: 260px;
		height: 250px;
		left: 60px;
		bottom: -20px;
		rotate: -12deg;
		z-index: 2;
		overflow: hidden; /* por las dudas */
	}

		.NosotrosForm_Photo--leftBottom img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 40%; /* ahora sí se nota */
			display: block;
		}

	/* FOTO DERECHA */
	.NosotrosForm_Photo--right {
		width: 320px;
		right: -10px;
		top: 0px;
		rotate: 9deg;
	}

		.NosotrosForm_Photo--right img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 40%; /* ahora sí se nota */
			display: block;
		}


	.slider_Slider_2025 {
		height: 550px;
	}

	.pillWrap_Slider_2025 {
		top: 40px; /* ajustá posición vertical */
		left: 50%;
	}

	.pillLine_Slider_2025 {
		height: 70px !important; /* largo de la línea */
	}

	.counter_Slider_2025 {
		top: 60px;
		left: 100px;
	}

	#hero-video-section {
		min-height: 80vh;
	}

	.top-left {
		top: 0px;
		left: 8%;
		width: 280px;
	}

	.bottom-left {
		top: -2%;
		right: 8%;
		width: 250px;
	}

	.right-img {
		top: 32%;
		right: 2%;
		width: 350px;
	}

	.TituloIA_First {
		font-size: 42px;
		line-height: 52px;
	}
	.Card_Nosotros_Inner {
		min-height: 400px;
	}
	.ContenidoCard {
		font-size: 14px;
		line-height: 16px;
	}
}

@media (max-width: 1199.98px) {
	

	.NosotrosForm_Photo--leftBottom {
		width: 330px;
		left: -40px;
	}
}

@media (min-width: 1180px) {
}

@media (min-width: 992px) {

	




	.footer-col .footer-links {
		max-height: none !important;
		overflow: visible !important;
	}


	.Section_Cards_2025__grid {
		grid-template-columns: 1fr 1fr;
	}

	.Section_Cards_2025__card--wide {
		grid-column: 1 / -1;
	}

	.feedback-card {
		flex-basis: calc((100% - var(--gap)) / 2);
	}


	
}


@media (max-width: 768px) {


	.Nav_Producto_Shell {
		flex-direction: column;
		min-width: unset;
	}

	.Nav_Producto_Tabs {
		width: 100%;
	}

	.Nav_Producto_Divisor {
		display: none;
	}

	#megaProducto,
	#megaIndustria,
	#megaNosotros {
		min-width: unset;
		width: 100%;
		left: 0;
		transform: none;
	}

	.Sec_OrbitalPills {
		min-height: auto;
		padding: 30px 0;
	}

	.Sec_OrbitalPills_Stage {
		display: none;
	}

	.Sec_EraIA_Img {
		width: 70%;
		margin: 0 auto;
	}





	.Alto_Card_Analisis_1 {
		min-height: auto;
	}
	.Alto_Card_Analisis_2 {
		min-height: auto;
	}

	.Recuadro_Analisis_Grande::before {
		content: "";
		position: absolute;
		inset: -1px;
		border-radius: 22px;
		background: inherit;
		background-size: 100%;
		z-index: -1;
		filter: none;
		opacity: 0;
	}

	.Recuadro_Analisis_Grande:hover::before {
		opacity:inherit;
		animation:none;
	}

	.Titulos_Analisis {
		font-size: 22px;
		line-height: 26px;
	}

	.Sec_Ind_Nav {
		padding: 12px 16px;
	}

	.Sec_Ind_Nav_Inner {
		flex-wrap: wrap;
		justify-content: center;
		border-radius: 20px !important;
		overflow-x: visible;
		scrollbar-width: none;
	}

	.Sec_Ind_Nav {
		padding: 12px 16px;
	}


	.Sec_Ind_Nav {
		padding: 12px 16px;
	}

	.Sec_Ind_Nav_Inner {
		overflow-x: auto;
		border-radius: 999px;
		scrollbar-width: none;
	}

		.Sec_Ind_Nav_Inner::-webkit-scrollbar {
			display: none;
		}
	.footer-container-Negro {
		border-radius: 40px 40px 0 0;
	}

	.Sec_CDP_Card_Body {
		padding: 22px 20px 26px;
	}




	.SubTitulo_Canales_2 {
		font-size: 30px;
		line-height: 34px;
	}

	.Sec_Canales_Eco_CheckIcon {
		width: 22px;
		height: 22px;
	}


	.Sec_Canales_Eco_ImgCol {
		padding: 20px 20px 40px;
	}

	.Sec_Canales_Hero_ImgWrap {
		min-height: 260px;
	}

	.Sec_Canal_Block {
		min-height: auto;
	}

	.Sec_Canales_Eco {
		min-height: auto;
	}


	.Sec_Canal_ImgCol img,
	.Sec_Canales_Eco_ImgCol img {
		min-height: 280px;
	}

	.TituloGrande_Canales {
		font-size: 26px;
		line-height: 30px;
	}

	.Sec_Canales_Hero {
		/* Degradé exterior que se derrama sobre la sección siguiente */
		padding: 0px;
	}
	.Sec_CDP_Hero {
		/* Degradé exterior que se derrama sobre la sección siguiente */
		padding: 0px;
	}


	.Sec_Clientes_Wrap {
		padding: 60px 0;
	}



	.Sec_Clientes_LogoCell {
		padding: 5px;
	}



	.TituloIA_First_Chico {
		font-size: 30px;
		line-height: 42px;
	}

	.footer-header {
		margin-bottom: 1rem;
	}
	.footer-title {
		margin-bottom: 0.5rem;
	}



	/* En mobile las ocultamos para que no sea eterna ni rompa el layout */
	.NosotrosForm_Photo {
		display: none;
	}

	.NosotrosForm_Block {
		padding: 35px 0 30px;
	}

	.NosotrosForm_FormWrap {
		max-width: 680px;
	}





	.Offices_Row {
		min-height: 90px;
		padding: 18px 0;
	}

	.Offices_City {
		font-size: 32px;
	}

	.Offices_Address {
		font-size: 14px;
		white-space: normal; /* en mobile que corte si hace falta */
	}

.FondoPersonasNosotros {
	background-color: #111629;
	background-image: url("../images/2025/Nosotros/Luz_Fondo_2.webp");
	background-position: 0% 0%;
	background-size: contain;
	background-repeat: no-repeat;
}


	.Card_Nosotros_Inner {
		min-height: 300px;
	}

	/* Card pasa a fila: foto izq + texto der */
	.TeamCards_Item {
		display: grid;
		grid-template-columns: 110px 1fr; /* 👈 tamaño de la imagen en mobile (tocás acá) */
		min-height: 110px;
		transform: none; /* evita que “salte” demasiado en listas largas */
	}

	/* En mobile no queremos aspect-ratio porque ahora la altura la define el card */
	.TeamCards_PhotoWrap {
		aspect-ratio: auto;
		height: 100%;
	}

	.TeamCards_Footer {
		padding: 14px 14px;
		text-align: left;
		display: grid;
		align-content: center;
	}

	.TeamCards_Name {
		font-size: 18px;
	}

	.TeamCards_Role {
		letter-spacing: .02em;
	}

	/* Lift más sutil en mobile 
	.TeamCards_Item:hover,
	.TeamCards_Item.is-active {
		transform: translateY(-3px);
	}*/
		.TeamCards_Item:hover .TeamCards_Photo,
		.TeamCards_Item.is-active .TeamCards_Photo {
			transform: scale(1.05);
		}

	.TituloIA_First {
		font-size: 30px;
		line-height: 42px;
	}

	.s3-section {
		height: 400px;
	}

	.s3-sticky {
		height: auto;
		border-radius: 50px;
	}

	.s3-counter {
		top: unset;
		left: 50%;
		bottom: 30%;
		transform: translateX(-50%);
	}

	.s3-slide {
		top: 40%;
		/* mismo “lift” del fade, pero centrado respecto al 50% */
		transform: translateY(-50%);
	}

	.ai-overlay::after {
		width: 30px; /*  ancho del GIF */
		height: 30px; /*  alto del GIF */
		right: -40px; /*  posición horizontal relativa al span */
		top: -10px; /* posición vertical relativa al span */
	}

	.footer-accordion-toggle .chev {
		display: inline-block;
		transition: transform .25s ease;
		font-size: .9rem;
		opacity: .9;
	}

	.footer-col.is-open .footer-accordion-toggle .chev {
		transform: rotate(180deg);
	}

	.footer-links {
		margin-left: 10px;
	}

	.footer-main .footer-main-Dark {
		padding: 2rem 3rem;
	}

	.Section_Cards_2025__frame {
		max-width: 90%;
		margin: 0 auto;
	}


	#mainNavbar {
		height: auto !important;
	}

	.Logo_Nav {
		margin-left: 0px;
	}
	/* Acordeón mobile para submenús */
	.mega-menu {
		border-radius: 0;
		box-shadow: unset;
		padding: 1rem;
	}

	#navbarMobile .mobile-subpanel {
		max-height: 0;
		overflow: hidden;
		transition: max-height .35s ease;
	}


		/* El mega clonado se remaqueta en columna */
		#navbarMobile .mobile-subpanel .mega-menu {
			display: block;
			gap: 0;
		}

		#navbarMobile .mobile-subpanel .column {
			width: 100%;
		}

		#navbarMobile .mobile-subpanel h6 {
			margin: .75rem 0 .25rem;
		}

		#navbarMobile .mobile-subpanel a {
			display: block;
			padding: .5rem 1rem;
		}

	/* Flechita a la derecha solo donde hay submenú */
	#navbarMobile .nav-link[data-mega-target]::after {
		content: "\f105";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		float: right;
		transition: transform .2s;
	}

	#navbarMobile li:has(.mobile-subpanel.open) > .nav-link[data-mega-target]::after {
		transform: rotate(90deg);
	}


	.navbar-collapse {
		max-height: calc(100vh - var(--nav-h, 64px));
		overflow: auto;
	}

	.navbar-collapse-custom {
		max-height: 0;
		overflow: auto;
		transition: max-height 0.4s ease;
	}


	.navbar-nav .nav-link {
		text-align: left;
	}



	.navbar-toggler:focus {
		outline: none !important;
		box-shadow: none !important;
	}

	.navbar .language-dropdown,
	.navbar .btn-dark {
	}

	.navbar .btn-secondary {
		margin-top: 1rem;
		width: 100%;
	}

	.navbar-toggler {
		order: 3;
		padding: 0.5rem;
	}

	.navbar-mobile-top {
		display: flex;
		width: 100%;
		padding: 0 1rem;
		gap: 0;
	}

		.navbar-mobile-top .btn-dark {
			margin: 0;
			white-space: nowrap;
		}

	.dropdown.language-dropdown .btn {
		padding: 0.5rem;
	}

	#mainNavbar .navbar-collapse {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.hamburger {
		width: 24px;
		height: 19px;
		position: relative;
		transition: all 0.3s ease;
	}

		.hamburger span {
			position: absolute;
			height: 2px;
			width: 100%;
			background: #000;
			border-radius: 2px;
			transition: all 0.3s ease;
			left: 0;
		}

			.hamburger span:nth-child(1) {
				top: 0;
			}

			.hamburger span:nth-child(2) {
				top: 50%;
				transform: translateY(-50%);
			}

			.hamburger span:nth-child(3) {
				bottom: 0;
			}

		.hamburger.active span:nth-child(1) {
			transform: rotate(45deg);
			top: 8px;
		}

		.hamburger.active span:nth-child(2) {
			opacity: 0;
		}

		.hamburger.active span:nth-child(3) {
			transform: rotate(-45deg);
			bottom: 8px;
		}



	.Section_Cards_2025 {
		--lift: 0;
	}

	.Section_Cards_2025__frame {
		height: auto;
		padding: 20px;
	}

	.Section_Cards_2025__media {
		height: 240px;
		border-radius: 16px;
	}

	.Section_Cards_2025__body {
		max-height: var(--body-off-h);
		transform: none;
		padding: 12px 0 0;
		cursor: pointer;
	}

		.Section_Cards_2025__body::before {
			top: 0;
			opacity: 0;
			border-radius: 12px;
		}

	.Section_Cards_2025__toggle {
		display: inline-block;
	}

	.Section_Cards_2025__title {
		padding-right: 28px;
		margin-bottom: 6px;
	}

	/* CTA visible siempre */
	.btn-demo-2025-Chico {
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}

	/* Espacio entre título y botón */
	.Section_Cards_2025__title + .btn-demo-2025-Chico {
		margin-top: 6px;
	}

	/* SOLO .is-active */
	.Section_Cards_2025__card.is-active {
		border-radius: var(--r-on);
		filter: drop-shadow(var(--glow-on));
	}

		.Section_Cards_2025__card.is-active .Section_Cards_2025__frame {
			border-radius: var(--r-on);
			box-shadow: 0 0 0 var(--stroke-on) rgba(255,255,255,.28), inset 0 0 0 1px rgba(255,255,255,.10);
		}

		.Section_Cards_2025__card.is-active .Section_Cards_2025__body {
			max-height: 520px !important;
			transform: none;
		}

			.Section_Cards_2025__card.is-active .Section_Cards_2025__body::before {
				opacity: 1;
			}

		/* Mostrar el copy solo cuando el card está activo */
		.Section_Cards_2025__card.is-active .Section_Cards_2025__copy {
			opacity: 1;
			transform: translateY(0);
			pointer-events: auto;
			max-height: 500px;
			margin: 8px 0 12px;
			padding: 10px 0;
		}

		.Section_Cards_2025__card.is-active .Section_Cards_2025__bg {
			transform: scale(1.02);
		}

	/* Neutralizá el hover pegajoso si la card NO está activa */
	.Section_Cards_2025__card:not(.is-active):hover .Section_Cards_2025__body {
		transform: none;
		max-height: var(--body-off-h);
	}

	.Section_Cards_2025__card:not(.is-active):hover .Section_Cards_2025__copy {
		opacity: 0;
		transform: translateY(10px);
		pointer-events: none;
		max-height: 0;
		margin: 0;
		padding: 0;
	}





	/* Colores específicos */
	.IMG_Pill_CDP img {
		width: 80px;
		height: auto;
	}
	/* PILL Agente (#e7e3fe) */
	.IMG_Pill_Agente img {
		width: 80px;
		height: auto;
	}

	/* PILL Análisis (#faebe0) */
	.IMG_Pill_Analisis img {
		width: 80px;
		height: auto;
	}

	/* PILL Remarketing (#eeffdf) */
	.IMG_Pill_Remarketing img {
		width: 80px;
		height: auto;
	}


	.orbit-1 {
		animation-duration: 28s;
	}

	.orbit-2 {
		animation-duration: 18s;
	}

	.slider-inner_Slider_2025 {
		width: 90%;
	}

	.slider_Slider_2025 {
		height: 400px;
	}

	.dots_Slider_2025 {
		top: 40%;
		right: 20px;
	}

	.counter_Slider_2025 {
		top: unset;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}

	.pillLine_Slider_2025 {
		height: 40px !important; /* largo de la línea */
	}

	.slide_Slider_2025 {
		transform: translateY(-1vh);
		gap: 12px;
	}

	.pill_Slider_2025 {
		font-size: 14px;
		padding: 8px 14px;
	}

	.pillIcon_Slider_2025 {
		display: none;
	}


	/* Contenedor del pill: centrado horizontal y sin salto de línea */
	.pillWrap_Slider_2025 {
		left: 50%;
		transform: translateX(-50%);
		display: inline-flex;
		align-items: center;
		gap: 8px;
		flex-wrap: nowrap;
		white-space: nowrap;
		/* no pongas width fijo acá */
	}

	/* Texto del pill: que no envuelva ni se achique */
	.pill_Slider_2025 {
		white-space: nowrap;
		word-break: normal;
		overflow-wrap: normal;
		flex: 0 0 auto;
		text-align: center;
		font-size: 14px; /* ajustá si necesitás un poquito menos/más */
		padding: 8px 15px;
	}

	/* Icono: tamaño chico y sin encoger */
	.pillIcon_Slider_2025 {
		width: 16px;
		height: 16px;
		flex: 0 0 auto;
	}

	/* La línea decorativa “cede” espacio primero */
	.pillLine_Slider_2025 {
		display: none;
	}




	/*seccion video*/
	#hero-video-section {
		min-height: auto;
		padding-bottom: 0;
		padding-top: 0; /* opcional, según tu layout */
	}

	/* anulá el espacio vertical que agregaste con las utils (mt-5, pt-5) */
	.video-wrapper {
		margin-top: 0 !important;
		padding-top: 0 !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	#hero-video {
		width: 90vw !important;
		max-width: 90vw !important;
		height: auto;
		border-radius: 18px;
	}

	.video-wrapper {
		justify-content: center;
	}
	/* Por las dudas, que no “ocupen” ni reciban transforms */
	.top-left, .bottom-left, .right-img {
		display: none !important;
		transform: none !important;
	}


	.orbit-1 {
		animation-duration: 28s;
	}

	.orbit-2 {
		animation-duration: 18s;
	}
	/*Fin seccion video*/

	.LogoItem_2025 {
		width: 100px;
		height: 50px;
	}
	/*Tamaños tipograficos*/
	.footer-title.TituloGrande {
		font-size: 26px;
		line-height: 30px;
	}

	.TituloGrande {
		font-size: 32px;
		line-height: 32px;
	}

	.TituloLideraMarketing {
		font-size: 40px;
		line-height: 42px;
	}

	.TituloCard {
		font-size: 18px;
		line-height: 22px;
	}

	.Contenido {
		font-size: 12px;
		line-height: 18px;
	}
	
	.ContenidoCard {
		font-size: 12px;
		line-height: 14px;
	}
	.ContenidoInput {
		font-size: 12px;
	}

	.TextoMarcas {
		font-size: 18px;
		line-height: 22px;
	}

	.footer-container {
		border-radius: 40px 40px 0 0;
	}

	#Mega_Menu_Alto {
		max-height: 300px !important;
		overflow-y: scroll !important;
	}

	.AwardsStack {
		/*max-width: 300px;
		margin: 0 auto;*/
		display: none !important;
	}

	.AwardsImg.i1 {
		--tx: 0px;
		--ty: 0px;
		--rot: -5;
	}

	.AwardsImg.i2 {
		--tx: 16px;
		--ty: 10px;
		--rot: 3.5;
	}

	.AwardsImg.i3 {
		--tx: 22px;
		--ty: 20px;
		--rot: -2;
	}

	.s3-sticky {
		/*background: #3364ff;*/
		background: #3364FF;
		background: -webkit-linear-gradient(0deg,rgba(51, 100, 255, 1) 70%, rgba(71, 189, 223, 1) 100%);
		background: -moz-linear-gradient(0deg,rgba(51, 100, 255, 1) 70%, rgba(71, 189, 223, 1) 100%);
		background: linear-gradient(0deg,rgba(51, 100, 255, 1) 70%, rgba(71, 189, 223, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3364FF", endColorstr="#47BDDF", GradientType=0 );
	}

	.AwardsSliderMobile {
		position: relative;
		width: 100%;
		max-width: 320px;
		aspect-ratio: 4 / 3;
		margin: 0 auto;
		overflow: hidden;
	}

	.Awards_Mobile {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 20px;
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
		opacity: 0;
		transform: translateX(100%) scale(0.95);
		animation: AwardsSlideIn 12s infinite cubic-bezier(0.65, 0, 0.35, 1);
	}

		/* Stagger automático */
		.Awards_Mobile:nth-child(1) {
			animation-delay: 0s;
		}

		.Awards_Mobile:nth-child(2) {
			animation-delay: 4s;
		}

		.Awards_Mobile:nth-child(3) {
			animation-delay: 8s;
		}

	@keyframes AwardsSlideIn {
		0% {
			opacity: 0;
			transform: translateX(100%) scale(0.90);
			z-index: 1;
		}

		10% {
			opacity: 1;
			transform: translateX(0) scale(1);
			z-index: 2;
		}

		30% {
			opacity: 1;
			transform: translateX(0) scale(1);
			z-index: 3;
		}

		40% {
			opacity: 0;
			transform: translateX(-40%) scale(0.90);
			z-index: 1;
		}

		100% {
			opacity: 0;
			transform: translateX(100%) scale(0.90);
		}
	}

	language-dropdown {
		position: relative !important;
		z-index: 1051 !important;
	}

	.language-dropdown .dropdown-menu {
		position: fixed !important;
		top: 60px !important; /* ajustá según tu header */
		right: 12px !important;
		left: auto !important;
		transform: none !important;
		z-index: 9999 !important;
	}
}

@media (prefers-reduced-motion:reduce) {
	.pill {
		animation: none !important;
	}
}
/*NAV*/
@media (max-width: 411px) {

	.TextoTelefonoHeader {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 280px) {

	.Sec_Ind_Nav {
		padding: 3px 5px;
	}

	.Sec_Ind_Nav_Item {
		gap: 4px;
		padding: 8px 10px;
	}

	.Sec_Ind_Nav_Inner {
		gap: 4px;
		padding: 3px 5px;
	}

	.Sec_Canales_Eco_ImgCol img {
		min-height: auto;
	}
	.Contenido_Canales {
		font-size: 12px;
		line-height: 16px;
	}

	.footer-main .footer-main-Dark {
		padding: 1.5rem 1.5rem;
	}
}
