body,
html {
	overflow-x: hidden !important;
	width: 100vw;
	max-width: 100vw;
}

.service-tools-box {
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin: 50px auto 0 auto;
}

.service-tools-box h4 {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	color: #000000;
	font-weight: bold;
	font-size: 2em;
}
/* Cuadrícula de herramientas en columnas de 4 */
.service-tools-grid {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
	margin-top: 30px;
}
.service-tools-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	justify-items: center;
}
.service-tool-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 120px;
	margin: 0 auto;
}
.service-tool-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}
.service-tool-item strong {
	text-align: center;
	font-size: 1em;
	margin-top: 5px;
}
@media (max-width: 768px) {
	.service-tools-box {
		height: 32em;
		overflow-y: auto;
		overflow-x: hidden;
	}
}

@media (max-width: 1200px) {
	.service-tools-row {
		grid-template-columns: repeat(2, 1fr);
	}
	.service-tool-item {
		width: 100px;
	}
}
@media (max-width: 768px) {
	.service-tools-row {
		grid-template-columns: 1fr;
	}
	.service-tool-item {
		width: 80px;
	}
	.service-tool-icon {
		width: 40px;
		height: 40px;
	}
}
section.Botones button:focus,
section.Botones button:active {
	outline: none;
	border: 2px solid transparent !important;
	box-shadow: none;
}
:root {
	--Gris: #77777a;
	--Gris_claro: #f4f4f4;
	--Gris_oscuro: #353336;
	--Verde: #0d9a55;
	--blanco: #fff;
}
section.Botones {
	display: flex;
	justify-content: center;
	gap: 5em;
	margin-bottom: 2em;
}
section.Botones span.Boton {
	width: calc(33.33% - 20px);
	display: block;
	padding: 10px;
	background-color: #fff;
	color: var(--blanco);
	text-align: center;
	font-weight: 700;
	font-size: 1.5em;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	transition: 0.5s ease-out 0s;
	-webkit-transition: 0.5s ease-out 0s;
	-moz-transition: 0.5s ease-out 0s;
	-o-transition: 0.5s ease-out 0s;
	-ms-transition: 0.5s ease-out 0s;
	cursor: pointer;
}
section.Botones button {
	width: 15em !important;
	height: 5em !important;
	font-size: 1.5em;
	margin: 0 0.2em;
	border-radius: 1.5em !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.Botones button.Boton1.On {
	width: 15em;
	height: 5em;
	text-align: -webkit-center;
	border-radius: 1.2em;
	background-color: #3b82f6;
	border: 2px solid transparent;
}
section.Botones button.Boton1 {
	width: 15em;
	height: 5em;
	text-align: -webkit-center;
	background-color: #fff;
	border: 2px solid transparent;
}
section.Botones button.Boton2.On {
	width: 15em;
	height: 5em;
	text-align: -webkit-center;
	border-radius: 1.2em;
	background-color: #4f528d;
	border: 2px solid transparent;
}
section.Botones button.Boton2 {
	width: 15em;
	height: 5em;
	text-align: -webkit-center;
	background-color: #fff;
	border: 2px solid transparent;
}
section.Botones button.Boton3.On {
	width: 15em;
	height: 5em;
	text-align: -webkit-center;
	border-radius: 1.2em;
	background-color: #32416b;
	border: 2px solid transparent;
}
section.Botones button.Boton3 {
	width: 15em;
	height: 5em;
	text-align: -webkit-center;
	background-color: #fff;
	border: 2px solid transparent;
}
section.Botones button.Boton1.On div.service-icon {
	background-color: #3b82f6;
	width: 13em;
	height: 3em;
	background-image: url("/IMG/Soluciones/Invgate/Logo InvGate SM blanco.svg");
	background-repeat: no-repeat;
}
section.Botones button.Boton1 .service-icon {
	background-color: #fff;
	width: 13em;
	height: 3em;
	background-image: url("/IMG/Soluciones/Invgate/Logo InvGate SM.svg");
	background-repeat: no-repeat;
}
section.Botones button.Boton2.On .insight-icon {
	background-color: #4f528d;
	width: 13em;
	height: 3em;
	background-image: url("/IMG/Soluciones/Invgate/Logo InvGate AM blanco.svg");
	background-repeat: no-repeat;
}
section.Botones button.Boton2 .insight-icon {
	background-color: #fff;
	width: 13em;
	height: 3em;
	background-image: url("/IMG/Soluciones/Invgate/Logo InvGate AM.svg");
	background-repeat: no-repeat;
}
section.Botones button.Boton3.On .assets-icon {
	background-color: #32416b;
	width: 13em;
	height: 3em;
	background-image: url("/IMG/Soluciones/Invgate/Logo Assets blanco.svg");
	background-repeat: no-repeat;
}
section.Botones button.Boton3 .assets-icon {
	background-color: #fff;
	width: 13em;
	height: 3em;
	background-image: url("/IMG/Soluciones/Invgate/Logo Assets.svg");
	background-repeat: no-repeat;
}
div.Caja {
	display: none;
}
div.Caja.On#Assets,
div.Caja.On#Insight,
div.Caja.On#Service {
	display: block;
	width: 100%;
	overflow: hidden;
}
div.Caja.On#Assets section.Texto,
div.Caja.On#Insight section.Texto,
div.Caja.On#Service section.Texto {
	height: 500px;
	position: relative;
}
section.Bloque-Texto article.Tarjeta.service {
	width: 100%;
	height: 115em;
	background-color: #3b82f6;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	align-items: center;
}
section.Bloque-Texto article.Tarjeta.insight {
	width: 100%;
	height: 51em;
	border: 3px solid #4f528d;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	align-items: center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
section.Bloque-Texto article.Tarjeta.assets {
	width: 60%;
	height: 51em;
	border: 3px solid #32416b;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	align-items: center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
article.Tarjeta.service .service {
	width: 80%;
	height: 40em;
	background-image: url(/IMG/Soluciones/Invgate/DashboardInvGateSM.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-top: 20px;
}
article.Tarjeta.insight .insight {
	width: 100%;
	height: 26em;
	background-image: url(/IMG/Soluciones/Invgate/insight.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
article.Tarjeta.assets .assets {
	width: 100%;
	height: 26em;
	background-image: url(/IMG/Soluciones/Invgate/assets.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.vi-simb {
	font-size: 2.5em;
	margin-left: 1em;
	color: #40479d;
	text-align: start;
}
.vi-simb-insight {
	font-size: 2.5em;
	margin-left: 1em;
	color: #4f528d;
	text-align: start;
}
.vi-simb-assets {
	font-size: 2.5em;
	margin-left: 1em;
	color: #32416b;
	text-align: start;
}
.text-service {
	font-size: 20px;
	line-height: 1;
	margin: 0;
	color: #262626;
}
div.Caja.On#Assets section.Texto::after,
div.Caja.On#Insight section.Texto::after,
div.Caja.On#Service section.Texto::after {
	content: "";
	display: block;
	width: 650px;
	height: 500px;
	position: absolute;
	right: -175px;
	top: 0;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/IMG/Soluciones/Invgate/service_desk.jpg);
}
div.Caja.On#Insight section.Texto::after {
	background-image: url(/IMG/Soluciones/Invgate/Insight.jpg);
}
div.Caja.On#Assets section.Texto::after {
	background-image: url(/IMG/Soluciones/Invgate/assets.jpg);
}
div.Caja.On#Assets section.Texto p,
div.Caja.On#Insight section.Texto p,
div.Caja.On#Service section.Texto p {
	width: 60%;
	font-weight: 700;
}
div.Caja.On#Assets section.iconos,
div.Caja.On#Insight section.iconos,
div.Caja.On#Service section.iconos {
	align-items: flex-start;
}
div.Caja.On#Assets section.iconos article.Caja_Icon,
div.Caja.On#Insight section.iconos article.Caja_Icon,
div.Caja.On#Service section.iconos article.Caja_Icon {
	width: calc(25% - 20px);
	margin: 20px 0;
}
div.Caja.On#Assets section.iconos article.Caja_Icon span.Icon,
div.Caja.On#Insight section.iconos article.Caja_Icon span.Icon,
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon {
	display: block;
	width: 100%;
	height: 125px;
}
div.Caja.On#Assets section.iconos article.Caja_Icon p.Titulo,
div.Caja.On#Insight section.iconos article.Caja_Icon p.Titulo,
div.Caja.On#Service section.iconos article.Caja_Icon p.Titulo {
	width: 100%;
	text-align: center;
	font-weight: 700;
	margin: 10px 0;
}
div.Caja.On#Assets section.iconos article.Caja_Icon p.info,
div.Caja.On#Insight section.iconos article.Caja_Icon p.info,
div.Caja.On#Service section.iconos article.Caja_Icon p.info {
	max-height: 0;
	margin: 0;
	overflow: hidden;
	transition: 0.5s ease-out 0s;
	-webkit-transition: 0.5s ease-out 0s;
	-moz-transition: 0.5s ease-out 0s;
	-o-transition: 0.5s ease-out 0s;
	-ms-transition: 0.5s ease-out 0s;
}
div.Caja.On#Assets section.iconos article.Caja_Icon p.info.On,
div.Caja.On#Insight section.iconos article.Caja_Icon p.info.On,
div.Caja.On#Service section.iconos article.Caja_Icon p.info.On {
	max-height: 100vh;
}
div.Caja.On#Assets section.iconos article.Caja_Icon label,
div.Caja.On#Insight section.iconos article.Caja_Icon label,
div.Caja.On#Service section.iconos article.Caja_Icon label {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	color: var(--Verde);
	padding: 10px 0;
}
div.Caja.On#Assets section.iconos article.Caja_Icon label i,
div.Caja.On#Insight section.iconos article.Caja_Icon label i,
div.Caja.On#Service section.iconos article.Caja_Icon label i {
	border: 3px solid var(--Verde);
	padding: 5px;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	cursor: pointer;
}
div.Caja.On#Assets
	section.iconos
	article.Caja_Icon
	label
	input[type="checkbox"],
div.Caja.On#Insight
	section.iconos
	article.Caja_Icon
	label
	input[type="checkbox"],
div.Caja.On#Service
	section.iconos
	article.Caja_Icon
	label
	input[type="checkbox"] {
	display: none;
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_1 {
	background-image: url(/IMG/Soluciones/Invgate/service_01_2.svg);
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_2 {
	background-image: url(/IMG/Soluciones/Invgate/service_02_2.svg);
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_3 {
	background-image: url(/IMG/Soluciones/Invgate/service_03_2.svg);
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_4 {
	background-image: url(/IMG/Soluciones/Invgate/service_04_2.svg);
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_5 {
	background-image: url(/IMG/Soluciones/Invgate/service_05.svg);
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_6 {
	background-image: url(/IMG/Soluciones/Invgate/service_06.svg);
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_7 {
	background-image: url(/IMG/Soluciones/Invgate/service_07.svg);
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_8 {
	background-image: url(/IMG/Soluciones/Invgate/service_08.svg);
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_9 {
	background-image: url(/IMG/Soluciones/Invgate/service_09.svg);
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_10 {
	background-image: url(/IMG/Soluciones/Invgate/service_10.svg);
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_11 {
	background-image: url(/IMG/Soluciones/Invgate/service_11.svg);
}
div.Caja.On#Service section.iconos article.Caja_Icon span.Icon.Icon_12 {
	background-image: url(/IMG/Soluciones/Invgate/service_12.svg);
}
div.Caja.On#Insight section.iconos {
	justify-content: space-around;
}
div.Caja.On#Insight section.iconos article.Caja_Icon span.Icon.Icon_A {
	background-image: url(/IMG/Soluciones/Invgate/service_01_2.svg);
}
div.Caja.On#Insight section.iconos article.Caja_Icon span.Icon.Icon_B {
	background-image: url(/IMG/Soluciones/Invgate/service_02_2.svg);
}
div.Caja.On#Insight section.iconos article.Caja_Icon span.Icon.Icon_C {
	background-image: url(/IMG/Soluciones/Invgate/service_03_2.svg);
}
div.Caja.On#Insight section.iconos article.Caja_Icon span.Icon.Icon_D {
	background-image: url(/IMG/Soluciones/Invgate/service_04_2.svg);
}
div.Caja.On#Insight section.iconos article.Caja_Icon span.Icon.Icon_E {
	background-image: url(/IMG/Soluciones/Invgate/service_05.svg);
}
div.Caja.On#Insight section.iconos article.Caja_Icon span.Icon.Icon_F {
	background-image: url(/IMG/Soluciones/Invgate/service_06.svg);
}
div.Caja.On#Assets section.iconos article.Caja_Icon span.Icon.Icon_A1 {
	background-image: url(/IMG/Soluciones/Invgate/Assets_01.svg);
}
div.Caja.On#Assets section.iconos article.Caja_Icon span.Icon.Icon_B1 {
	background-image: url(/IMG/Soluciones/Invgate/Assets_02.svg);
}
div.Caja.On#Assets section.iconos article.Caja_Icon span.Icon.Icon_C1 {
	background-image: url(/IMG/Soluciones/Invgate/Assets_03.svg);
}
div.Caja.On#Assets section.iconos article.Caja_Icon span.Icon.Icon_D1 {
	background-image: url(/IMG/Soluciones/Invgate/Assets_04.svg);
}
div.Caja.On#Assets section.iconos article.Caja_Icon span.Icon.Icon_E1 {
	background-image: url(/IMG/Soluciones/Invgate/Assets_05.svg);
}
div.Caja.On#Assets section.iconos article.Caja_Icon span.Icon.Icon_F1 {
	background-image: url(/IMG/Soluciones/Invgate/Assets_06.svg);
}
div.Caja.On#Assets section.iconos article.Caja_Icon span.Icon.Icon_G1 {
	background-image: url(/IMG/Soluciones/Invgate/Assets_06.svg);
}
div.Caja.On#Assets section.iconos article.Caja_Icon span.Icon.Icon_H1 {
	background-image: url(/IMG/Soluciones/Invgate/Assets_06.svg);
}
section.caracteristicas {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
}

/* Flex para imagen a la izquierda y texto a la derecha */
.caracteristica-flex {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.caracteristica-flex span.img {
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	margin-right: 24px;
}

.caracteristica-texto {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: justify;
	height: 100%;
}

.caracteristica-texto strong {
	font-size: 1.2em;
	margin-bottom: -15px;
}

.caracteristica-texto p {
	margin: 0;
	color: #000;
	text-align: justify;
}

section.caracteristicas article.caracteristicas-1 span.img,
section.caracteristicas article.caracteristicas-2 span.img,
section.caracteristicas article.caracteristicas-3 span.img,
section.caracteristicas article.caracteristicas-4 span.img,
section.caracteristicas article.caracteristicas-5 span.img {
	display: block;
	width: 100%;
	height: 120px;
}
section.caracteristicas article.caracteristicas-1 span.img.icon-1 {
	background-image: url(/IMG/Soluciones/Invgate/service_01_2.svg);
	background-size: contain;
}
section.caracteristicas article.caracteristicas-2 span.img.icon-2 {
	background-image: url(/IMG/Soluciones/Invgate/service_02_2.svg);
	background-size: contain;
}
section.caracteristicas article.caracteristicas-3 span.img.icon-3 {
	background-image: url(/IMG/Soluciones/Invgate/service_03_2.svg);
	background-size: contain;
}
section.caracteristicas article.caracteristicas-4 span.img.icon-4 {
	background-image: url(/IMG/Soluciones/Invgate/service_04_2.svg);
	background-size: contain;
}

section.caracteristicas article.caracteristicas-1 p,
section.caracteristicas article.caracteristicas-2 p,
section.caracteristicas article.caracteristicas-3 p,
section.caracteristicas article.caracteristicas-4 p {
	margin: 20px 0 0;
	color: #000;
}
section.Clientes h3 {
	width: 100%;
	text-align: center;
	margin: 20px 0;
	font-size: 2em;
	font-weight: bold;
	color: #000;
}
section.Mercado h3,
section.Reconocimiento span.Reconocimiento {
	display: block;
	width: 1200px;
	height: 500px;
	margin-top: 0 !important;
}
section.Reconocimiento span.Reconocimiento.imagen_1 {
	background-image: url(/IMG/Soluciones/Invgate/BGAI_HUB.svg);
}
section.Bloque.Reconocimiento.full-width-reconocimiento {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

section.Bloque.Reconocimiento.full-width-reconocimiento span.Reconocimiento {
	display: block;
	width: 100vw;
	height: 400px;
	background-size: cover;
	background-position: center;
	margin: 0;
	border-radius: 0;
	position: relative;
}

span.Reconocimiento .reconocimiento-superior {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
	width: 100%;
	pointer-events: none;
}
span.Reconocimiento .reconocimiento-ai-hub {
	width: 400px;
	max-width: 90vw;
	margin-bottom: 10px;
	pointer-events: none;
}
span.Reconocimiento .reconocimiento-texto {
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
	width: 80%;
	margin: 30px auto 0 auto;
	pointer-events: none;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
section.Clientes span.Clientes {
	display: block;
	width: 120px;
	height: 250px;
}
section.Clientes span.Clientes.imagen_1 {
	background-image: url(/IMG/Clientes/Burger_King_Logo.png);
}
section.Clientes span.Clientes.imagen_2 {
	background-image: url(/IMG/Clientes/starbucks.png);
}
section.Clientes span.Clientes.imagen_3 {
	background-image: url(/IMG/Clientes/nike.png);
}
section.Clientes span.Clientes.imagen_4 {
	background-image: url(/IMG/Clientes/MercadoLibre_logo.png);
}
section.Clientes span.Clientes.imagen_5 {
	background-image: url(/IMG/Clientes/Alsea_logo.png);
}
section.Mercado {
	justify-content: center;
}
section.Mercado article.Tipos {
	width: 20%;
	height: 200px;
	margin-right: 0 20px;
}
section.Mercado h1 {
	width: 100%;
}
section.Mercado article.Tipos span {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	transition: 0.5s ease-out 0s;
	-webkit-transition: 0.5s ease-out 0s;
	-moz-transition: 0.5s ease-out 0s;
	-o-transition: 0.5s ease-out 0s;
	-ms-transition: 0.5s ease-out 0s;
	background-size: 70%;
}
section.Mercado article.Tipos span.imagen_1 {
	background-image: url(/IMG/Soluciones/Mercado/corporate_nagro.svg);
}
section.Mercado article.Tipos span.imagen_2 {
	background-image: url(/IMG/Soluciones/Mercado/Empresas_privadas.svg);
}
section.Mercado article.Tipos:hover span {
	background-color: var(--Gris_oscuro);
}
section.Mercado article.Tipos:hover span.imagen_1 {
	background-image: url(/IMG/Soluciones/Mercado/icon-corporativos.svg);
}
section.Mercado article.Tipos:hover span.imagen_2 {
	background-image: url(/IMG/Soluciones/Mercado/icon-privadas.svg);
}
section.Mercado article.Tipos p {
	width: 100%;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	letter-spacing: normal;
	color: #333;
	margin: 10px 0 0;
	padding: 0;
}

.asset {
	background: #8b5cf6;
}

.asset div:not(.row) {
	gap: 3rem;
}

.img-icon {
	width: 3rem;
	height: 3rem;

	display: block;
	margin: 0 auto;

	object-fit: contain;
}

.card {
	border-radius: 30px;
}

.bg-cert {
	background: #273a57;
	border-radius: 100px;
	padding: 3rem 5rem;
}

.bg-cert .img-icon {
	width: 100%;
	height: 6rem;

	display: block;
	margin: 0 auto;

	object-fit: contain;
}

.box_cert {
	width: calc(100% / 5);
}

@media (max-width: 768px) {
	.box_cert {
		width: calc(100% / 2);
		margin: 1rem 0;
	}
}

@media (max-width: 576px) {
	.box_cert {
		width: 100%;
	}
}
