/*
Theme Name: Kriva
Theme URI: 
Author: hector.hu@virk.io
Author URI: 
Version: 1.0
License: GNU General Public License v2 or later
 */

* {
	box-sizing: border-box;
}

:root {
	--kriva-container-max: 1600px;
	--kriva-container-gutter: 62px;
}

body {
	margin: 0;
	background: #fff;
	background-size: 32px 32px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

.kriva-container {
	width: min(var(--kriva-container-max), calc(100% - (var(--kriva-container-gutter) * 2)));
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

:where(
	.audit-fit-section,
	.operations-section,
	.real-risk-section,
	.defensible-file-section,
	.kriva-audience-section,
	.product-infra-section,
	.with-kriva-section,
	.expert-form-section,
	.partners-application-hero,
	.partners-application-section,
	.partners-hero-section,
	.partners-audience-section,
	.partners-risk-section,
	.partners-recurring-section,
	.partners-process-section,
	.partners-cases-section,
	.partners-types-section,
	.partners-client-value-section,
	.empresas-hero-section,
	.empresas-logos-section,
	.empresas-risk-section,
	.empresas-problem-section,
	.empresas-audit-risk-section,
	.empresas-infra-section,
	.empresas-steps-section,
	.empresas-connected-section,
	.empresas-change-section,
	.empresas-industries-section,
	.empresas-certainty-section,
	.empresas-diagnostic-section,
	.osc-value-section,
	.osc-benefits-section,
	.osc-problem-dark-section,
	.osc-audit-risk-section,
	.osc-infra-section,
	.osc-steps-section,
	.osc-connected-section,
	.osc-change-section,
	.osc-industries-section,
	.osc-certainty-section,
	.osc-diagnostic-section,
	.osc-final-cta-section
) > .container-fluid,
.operations-section__content,
.site-footer__inner {
	width: min(var(--kriva-container-max), calc(100% - (var(--kriva-container-gutter) * 2)));
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

:where(
	.audit-fit-section,
	.real-risk-section,
	.defensible-file-section,
	.kriva-audience-section,
	.product-infra-section,
	.with-kriva-section,
	.expert-form-section,
	.partners-application-hero,
	.partners-application-section,
	.partners-hero-section,
	.partners-audience-section,
	.partners-risk-section,
	.partners-recurring-section,
	.partners-process-section,
	.partners-cases-section,
	.partners-types-section,
	.partners-client-value-section,
	.empresas-hero-section,
	.empresas-logos-section,
	.empresas-risk-section,
	.empresas-problem-section,
	.empresas-audit-risk-section,
	.empresas-infra-section,
	.empresas-steps-section,
	.empresas-connected-section,
	.empresas-change-section,
	.empresas-industries-section,
	.empresas-certainty-section,
	.empresas-diagnostic-section,
	.osc-value-section,
	.osc-benefits-section,
	.osc-problem-dark-section,
	.osc-audit-risk-section,
	.osc-infra-section,
	.osc-steps-section,
	.osc-connected-section,
	.osc-change-section,
	.osc-industries-section,
	.osc-certainty-section,
	.osc-diagnostic-section,
	.osc-final-cta-section
) > .container-fluid > .row {
	margin-right: 0;
	margin-left: 0;
}

:where(
	.audit-fit-section,
	.real-risk-section,
	.defensible-file-section,
	.kriva-audience-section,
	.product-infra-section,
	.with-kriva-section,
	.expert-form-section,
	.partners-application-hero,
	.partners-application-section,
	.partners-hero-section,
	.partners-audience-section,
	.partners-risk-section,
	.partners-recurring-section,
	.partners-process-section,
	.partners-cases-section,
	.partners-types-section,
	.partners-client-value-section,
	.empresas-hero-section,
	.empresas-logos-section,
	.empresas-risk-section,
	.empresas-problem-section,
	.empresas-audit-risk-section,
	.empresas-infra-section,
	.empresas-steps-section,
	.empresas-connected-section,
	.empresas-change-section,
	.empresas-industries-section,
	.empresas-certainty-section,
	.empresas-diagnostic-section,
	.osc-value-section,
	.osc-benefits-section,
	.osc-problem-dark-section,
	.osc-audit-risk-section,
	.osc-infra-section,
	.osc-steps-section,
	.osc-connected-section,
	.osc-change-section,
	.osc-industries-section,
	.osc-certainty-section,
	.osc-diagnostic-section,
	.osc-final-cta-section
) > .container-fluid > .row > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

:where(
	button,
	a[class*="btn"],
	a[class*="button"],
	.site-header__cta-menu a,
	.site-header__cta-link,
	.partners-diagnostic-card a,
	.product-diagnostic-card__button,
	.expert-form-card__next,
	.expert-form-final__outline
) {
	transition: filter 180ms ease, opacity 180ms ease, background-color 180ms ease, transform 180ms ease;
}

:where(
	button,
	a[class*="btn"],
	a[class*="button"],
	.site-header__cta-menu a,
	.site-header__cta-link,
	.partners-diagnostic-card a,
	.product-diagnostic-card__button,
	.expert-form-card__next,
	.expert-form-final__outline
):hover,
:where(
	button,
	a[class*="btn"],
	a[class*="button"],
	.site-header__cta-menu a,
	.site-header__cta-link,
	.partners-diagnostic-card a,
	.product-diagnostic-card__button,
	.expert-form-card__next,
	.expert-form-final__outline
):focus-visible {
	filter: brightness(0.88);
	opacity: 0.92;
}

:where(button:disabled, button[aria-disabled="true"]) {
	filter: none;
	opacity: 0.55;
	cursor: not-allowed;
}
.margin-auto {
    margin: auto;
}
.dark-btn-arrow{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 36px;
	padding: 18px;
	border-radius: 4px;
	background: #000000;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
    font-family: "DM Sans", sans-serif;
}
.light-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 36px;
    padding: 18px;
    border-radius: 4px;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    font-family: "DM Sans", sans-serif;
    border: 1px solid #000000;
}

.dark-btn-arrow:hover,
.dark-btn-arrow:focus-visible,
.light-btn:hover,
.light-btn:focus-visible {
	filter: brightness(0.88);
	opacity: 0.92;
}

.site-header {
	position: relative;
	z-index: 10;
	border-top: 8px solid #1f1f1f;
	border-bottom: 1px solid #dcdde1;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.site-header__inner {
	display: grid;
	grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
	align-items: center;
	width: min(var(--kriva-container-max), calc(100% - (var(--kriva-container-gutter) * 2)));
	min-height: 64px;
	margin: 0 auto;
	padding: 0;
	gap: 28px;
}

.site-header__brand,
.site-header__brand-fallback {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	gap: 10px;
	min-width: 0;
}

.site-header__brand {
	display: block;
}

.site-header__brand .custom-logo-link,
.site-header__brand .custom-logo,
.site-header__brand-fallback img {
	display: block;
}

.site-header__brand .custom-logo,
.site-header__brand-fallback img {
	width: auto;
	max-width: 172px;
	max-height: 42px;
	object-fit: contain;
}

.site-header__brand-mark {
	display: block;
	width: 34px;
	height: 28px;
	background: #2436c9;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 66%, 42% 50%, 0 34%);
}

.site-header__brand-text {
	display: grid;
	line-height: 1;
	color: #2436c9;
}

.site-header__brand-text strong {
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0;
}

.site-header__brand-text small {
	margin-top: 2px;
	font-size: 7px;
	font-weight: 700;
}

.site-header__nav {
	justify-self: center;
}

.site-header__menu,
.site-header__cta-menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
    font-family: "DM Sans", sans-serif;
}

.site-header__menu {
	gap: 30px;
}

.site-header__menu li {
	position: relative;
}

.site-header__menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #747474;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	transition: color 180ms ease;
	white-space: nowrap;
}

.site-header__menu .sub-menu {
	position: absolute;
	top: calc(100% + 7px);
	left: 50%;
	z-index: 20;
	display: grid;
	min-width: 252px;
	margin: 0;
	padding: 22px 0;
	border: 1px solid #eeeeee;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.site-header__menu .menu-item-has-children::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 252px;
	height: 10px;
	transform: translateX(-50%);
}

.site-header__menu li:hover > .sub-menu,
.site-header__menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.site-header__menu .sub-menu a {
	justify-content: flex-start;
	width: 100%;
	min-height: 42px;
	padding: 0 36px;
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.site-header__menu .sub-menu a:hover,
.site-header__menu .sub-menu a:focus-visible {
	color: #000000;
}

.site-header__menu .current-menu-item > a,
.site-header__menu .current_page_item > a,
.site-header__menu a:hover,
.site-header__menu a:focus-visible {
	color: #000000;
}

.site-header__cta {
	display: flex;
	align-items: center;
	justify-self: end;
	gap: 18px;
}

.site-header__cta-menu {
	gap: 18px;
}

.site-header__cta-menu a,
.site-header__cta-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 18px;
	border-radius: 4px;
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, filter 180ms ease, opacity 180ms ease, transform 180ms ease;
	font-family: "Lato", sans-serif;
}

.site-header__cta-menu a,
.site-header__cta-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.site-header__cta-menu li:first-child a,
.site-header__cta-link--outline {
	background: #ffffff;
	color: #000000;
}

.site-header__cta-menu li:first-child .site-header__cta-icon,
.site-header__cta-link--outline span {
	display: none;
}

.site-header__cta-menu li:not(:first-child) a,
.site-header__cta-link--dark {
	background: #000000;
	color: #ffffff;
}

.site-header__cta-icon {
	display: flex;
	align-items: center;
}

.site-header__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #dedede;
	border-radius: 4px;
	background: #ffffff;
	cursor: pointer;
}

.site-header__toggle span {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 999px;
	background: #000000;
	transition: transform 180ms ease, opacity 180ms ease;
}

.site-header.is-menu-open .site-header__toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .site-header__toggle span:nth-child(2) {
	opacity: 0;
}

.site-header.is-menu-open .site-header__toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.site-header__cta-menu a:hover,
.site-header__cta-menu a:focus-visible,
.site-header__cta-link:hover,
.site-header__cta-link:focus-visible {
	filter: brightness(0.88);
	opacity: 0.92;
	transform: translateY(-1px);
}

@media (max-width: 900px) {
	:root {
		--kriva-container-gutter: 22px;
	}

	.site-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 64px;
		padding: 14px 0;
		gap: 0 18px;
	}

	.site-header__toggle {
		display: inline-flex;
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.site-header__nav,
	.site-header__cta {
		display: none;
		grid-column: 1 / -1;
		justify-self: stretch;
		width: 100%;
	}

	.site-header.is-menu-open .site-header__nav,
	.site-header.is-menu-open .site-header__cta {
		display: block;
	}

	.site-header__nav {
		grid-row: 2;
		padding-top: 16px;
	}

	.site-header__cta {
		grid-row: 3;
		padding-top: 14px;
		padding-bottom: 6px;
	}

	.site-header__cta-link + .site-header__cta-link {
		margin-top: 12px;
	}

	.site-header__menu,
	.site-header__cta-menu {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.site-header__menu {
		gap: 0;
		border-top: 1px solid #eeeeee;
	}

	.site-header__menu li {
		border-bottom: 1px solid #eeeeee;
	}

	.site-header__menu a {
		justify-content: space-between;
		width: 100%;
		min-height: 48px;
		color: #000000;
		font-size: 14px;
	}

	.site-header__menu .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		padding: 0 0 12px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		transition: none;
	}

	.site-header__menu .menu-item-has-children::before {
		content: none;
	}

	.site-header__menu .sub-menu li {
		border-bottom: 0;
	}

	.site-header__menu .sub-menu a {
		min-height: 40px;
		padding: 0 0 0 18px;
		color: #747474;
		font-size: 13px;
	}

	.site-header__cta-menu a,
	.site-header__cta-link {
		width: 100%;
		min-height: 44px;
	}
}

@media (max-width: 560px) {
	:root {
		--kriva-container-gutter: 18px;
	}

	.site-header__inner {
		padding: 12px 0;
	}

	.site-header__brand,
	.site-header__brand-fallback {
		justify-self: start;
	}

	.site-header__brand .custom-logo,
	.site-header__brand-fallback img {
		max-width: 145px;
		max-height: 36px;
	}

	.site-header__toggle {
		width: 40px;
		height: 40px;
	}
}

.kriva-page {
	background: #f7f7f8;
}

/* termina el header */
/* empieza el hero  */
.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-hero {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../kriva/assets/images/Vector.png');
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
}
.hero-section .container{
	z-index: 1;
}
.hero-section__title {
    margin: auto;
    color: #000000;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 72px;
    letter-spacing: 0;
    line-height: 0.96;
    text-align: center;
    max-width: 920px;
}
.hero-section__title span {
    color: #1A2BC3;
}
.hero_subtext {
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
    border: 1px solid #B5B5B526;
    margin: auto;
    margin-bottom: 20px;
    gap: 5px;
}
.hero_description {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 720px;
    margin: auto;
    margin-top: 20px;
    display: block;
}
.btn-section {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
    gap: 24px;
}

@media (max-width: 767px) {
	.hero-section {
		min-height: auto;
		padding: 58px 20px 72px;
	}

	.hero-section .container {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.hero_subtext {
		justify-content: center;
		max-width: 600px;
		margin-bottom: 48px;
		padding: 14px 18px;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 1.55;
		text-align: center;
	}

	.hero-section__title {
		max-width: 680px;
		font-size: 36px;
		line-height: 1.05;
	}

	.hero_description {
		max-width: 620px;
		margin-top: 30px;
		font-size: 16px;
		line-height: 1.55;
	}

	.btn-section {
		flex-direction: column;
		gap: 16px;
		margin-top: 46px;
	}

	.dark-btn-arrow,
	.light-btn {
		width: 100%;
		min-height: 68px;
		padding: 0 20px;
		font-size: 16px;
	}
}
/* termina el hero */

/* empieza audit fit */
.audit-fit-section {
    background: linear-gradient(94deg, rgba(26, 43, 195, 1) 0%, rgba(15, 16, 83, 1) 63%);
	color: #ffffff;
	padding: 42px 0 46px;
}

.audit-fit-section > .container-fluid {
	width: min(var(--kriva-container-max), calc(100% - (var(--kriva-container-gutter) * 2)));
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.audit-fit-section > .container-fluid > .row {
	margin-right: 0;
	margin-left: 0;
}

.audit-fit-section__title {
	margin: 0;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.12;
	text-align: center;
}

.audit-fit-section__items {
	margin-top: 86px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	width: 100%;
	padding: 0 0 86px;
}

.audit-fit-section__col {
	position: relative;
	padding-right: 36px;
	padding-left: 36px;
}

.audit-fit-section__col:first-child {
	padding-left: 0;
}

.audit-fit-section__col:last-child {
	padding-right: 0;
}

.audit-fit-section__col:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 68px;
	background: rgba(255, 255, 255, 0.18);
}

.audit-fit-card {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	color: #ffffff;
	padding: 0px 15px;
}
.pl0{
	padding-left: 0px;
}
.pr0{
	padding-right: 0px;
}

.audit-fit-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: #ffffff;
}

.audit-fit-card p {
	margin: 0;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42;
}

.audit-fit-section__footnote {
	margin: 34px 0 0;
	color: #E8E8E880;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
    font-family: DM Sans;
}

@media (max-width: 1199px) {
	.audit-fit-section__col:nth-child(2)::after {
		content: none;
	}

	.audit-fit-section__col:nth-child(-n+2) {
		margin-bottom: 28px;
	}
}

@media (max-width: 767px) {
	.audit-fit-section {
		padding: 36px 0 38px;
	}

	.audit-fit-section__title {
		font-size: 23px;
		text-align: left;
	}

	.audit-fit-section__items {
		margin-top: 34px;
		padding-bottom: 30px;
	}

	.audit-fit-section__col {
		margin-bottom: 24px;
		padding-right: 0;
		padding-left: 0;
	}

	.audit-fit-section__col:last-child {
		margin-bottom: 0;
	}

	.audit-fit-section__col::after {
		content: none !important;
	}

	.audit-fit-card {
		padding: 0;
	}

	.audit-fit-section__footnote {
		font-size: 10px;
		letter-spacing: 2px;
		text-align: left;
	}
	}
	/* termina audit fit */
	
/* empieza partners page */
.kriva-partners-page {
	background: #f8f9fb;
}

.partners-hero-section {
	position: relative;
	overflow: hidden;
	padding: 46px 0 48px;
	background: #f8f9fb;
}

.partners-hero-section__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('../kriva/assets/images/Vector.png');
	background-position: top left;
	background-repeat: repeat;
	background-size: auto;
	opacity: 0.8;
}

.partners-hero-section .container-fluid,
.partners-audience-section .container-fluid {
	position: relative;
	z-index: 1;
	padding-right: 64px;
	padding-left: 64px;
}

.partners-hero-section__copy {
	max-width: 650px;
}

.partners-hero-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	margin: 0 0 22px;
	padding: 0 14px;
	border: 1px solid #B5B5B526;
	background: #f6f6f6;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.partners-hero-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 72px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.94;
}

.partners-hero-section__title span {
	color: #1A2BC3;
}

.partners-hero-section__description {
	max-width: 560px;
	margin: 20px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.partners-hero-section__description strong {
	color: #000000;
	font-weight: 700;
}

.partners-hero-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 28px;
}

.partners-hero-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 38px;
	padding: 0 18px;
	border-radius: 3px;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.partners-hero-section__button--dark {
	border: 1px solid #000000;
	background: #000000;
	color: #ffffff;
}

.partners-hero-section__button--light {
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
}

.partners-hero-section__media {
	display: flex;
	justify-content: flex-end;
}

.partners-hero-section__image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 660px);
	aspect-ratio: 1.62 / 1;
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(26, 43, 195, 0.86), rgba(15, 16, 83, 0.92)),
		#11115c;
	color: rgba(255, 255, 255, 0.82);
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.partners-hero-section__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.partners-audience-section {
	padding: 58px 0 56px;
	background: linear-gradient(94deg, rgba(26, 43, 195, 1) 0%, rgba(15, 16, 83, 1) 63%);
	color: #ffffff;
}

.partners-audience-section__intro {
	text-align: center;
}

.partners-audience-section__title {
	margin: 0;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.15;
}

.partners-audience-section__description {
	margin: 14px 0 0;
	color: #E8E8E8;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.partners-audience-section__cards {
	margin-top: 38px;
	row-gap: 20px;
}

.partners-audience-card {
	min-height: 148px;
	padding: 26px 24px 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff;
	height: 100%;
}

.partners-audience-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.partners-audience-card p {
	margin: 0;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.partners-risk-section {
	padding: 86px 0 78px;
	background: #f7f7f8;
}

.partners-risk-section .container-fluid,
.partners-recurring-section .container-fluid {
	padding-right: 64px;
	padding-left: 64px;
}

.partners-risk-section__copy {
	max-width: 520px;
}

.partners-risk-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
}

.partners-risk-section__title span {
	color: #5A687D;
}

.partners-risk-section__description {
	max-width: 460px;
	margin: 24px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}

.partners-risk-section__note {
	margin: 34px 0 0;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 136x;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
	text-transform: uppercase;
}

.partners-risk-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

.partners-risk-card {
	min-height: 146px;
	padding: 24px 28px 26px;
	background: #ffffff;
}

.partners-risk-card:nth-child(odd) {
	border-right: 1px solid #dedede;
}

.partners-risk-card:not(:nth-last-child(-n+2)) {
	border-bottom: 1px solid #dedede;
}

.partners-risk-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	border-radius: 12px;
	background: #f1f1f4;
	color: #1A2BC3;
	font-family: "DM Sans", sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.partners-risk-card p {
	margin: 0;
	color: #111111;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.partners-recurring-section {
	padding: 78px 0 82px;
	background: #071328;
	color: #ffffff;
}

.partners-recurring-section__media {
	display: flex;
	justify-content: center;
}

.partners-recurring-section__image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 620px);
	aspect-ratio: 1.38 / 1;
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(7, 19, 40, 0.34), rgba(7, 19, 40, 0.82)),
		linear-gradient(145deg, #1A2BC3 0%, #0f1053 72%);
	color: rgba(255, 255, 255, 0.82);
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.partners-recurring-section__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.partners-recurring-section__copy {
	max-width: 620px;
	margin-left: auto;
}

.partners-recurring-section__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	margin: 0 0 24px;
	padding: 0 14px;
	border: 1px solid #B5B5B526;
	background: #202169;
	color: #ffffff;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.1px;
	line-height: 1;
	text-transform: uppercase;
}

.partners-recurring-section__title {
	max-width: 590px;
	margin: 0;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.08;
}

.partners-recurring-section__list {
	display: grid;
	gap: 24px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.partners-recurring-section__list li {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.partners-recurring-section__list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #ffffff;
	color: #1A2BC3;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
}

.partners-recurring-section__note {
	max-width: 520px;
	margin: 34px 0 0;
	color: #9397C3;
	font-family: "Roboto Mono", monospace;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 1.5;
	text-transform: uppercase;
}

.partners-process-section {
	padding: 78px 0 82px;
	background: #f7f7f8;
}

.partners-process-section .container-fluid,
.partners-cases-section .container-fluid {
	padding-right: 64px;
	padding-left: 64px;
}

.partners-process-section__title {
	max-width: 740px;
	margin: 0 auto;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 72px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.98;
	text-align: left;
}

.partners-process-section__title span {
	color: #1A2BC3;
}

.partners-process-section__title em {
	color: #657184;
	font-style: italic;
}

.partners-process-section__timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1464px;
	margin: 72px auto 0;
}

.partners-process-section__timeline::before {
	content: "";
	position: absolute;
	top: 31px;
	right: 11%;
	left: 11%;
	height: 1px;
	background: #d8d8dc;
}

.partners-process-step {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.partners-process-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border: 1px solid #d4d4d8;
	border-radius: 999px;
	background: #f7f7f8;
	color: #1A2BC3;
	font-family: "DM Serif Display", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
}

.partners-process-step p {
	max-width: 150px;
	margin: 18px 0 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.partners-cases-section {
	padding: 70px 0 74px;
	background: #f8f9fb;
}

.partners-cases-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	text-align: center;
}

.partners-cases-section__grid {
	margin-top: 36px;
	row-gap: 22px;
}

.partners-case-card,
.partners-diagnostic-card {
	height: 100%;
	min-height: 258px;
	border-radius: 6px;
}

.partners-case-card {
	padding: 20px 18px 24px;
	border: 1px solid #dedede;
	background: #ffffff;
}

.partners-case-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.partners-case-card__top p {
	margin: 0;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.7px;
	line-height: 1;
	text-transform: uppercase;
}

.partners-case-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #f1f1f4;
	color: #1A2BC3;
	font-family: "DM Sans", sans-serif;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
}

.partners-case-card h3,
.partners-diagnostic-card h3 {
	margin: 8px 0 0;
	font-family: "DM Serif Display", serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.18;
}

.partners-case-card h3 {
	color: #000000;
}

.partners-case-card__item {
	margin-top: 22px;
}

.partners-case-card__item span {
	display: block;
	margin-bottom: 9px;
	color: #657184;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.partners-case-card__item p {
	position: relative;
	margin: 0;
	padding-left: 26px;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
}

.partners-case-card__item p::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 17px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9H19.6667M11.6667 17L19.6667 9L11.6667 1' stroke='%231A2BC3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.partners-diagnostic-card {
	padding: 24px 22px;
	background: linear-gradient(145deg, #1A2BC3 0%, #0f1053 72%);
	color: #ffffff;
}

.partners-diagnostic-card h3 {
	color: #ffffff;
}

.partners-diagnostic-card > p {
	margin: 18px 0 0;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}

.partners-diagnostic-card ul {
	display: grid;
	gap: 16px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.partners-diagnostic-card li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
}

.partners-diagnostic-card li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: #ffffff;
	color: #1A2BC3;
	font-size: 7px;
	font-weight: 700;
	line-height: 1;
}

.partners-diagnostic-card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	margin-top: 24px;
	padding: 0 14px;
	border-radius: 3px;
	background: #ffffff;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.partners-types-section {
	padding: 78px 0 86px;
	background: #f7f7f8;
}

.partners-types-section .container-fluid {
	padding-right: 64px;
	padding-left: 64px;
}

.partners-types-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 72px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
	text-align: center;
}

.partners-types-section__title em {
	color: #5A687D;
	font-style: italic;
}

.partners-types-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1464px;
	margin: 50px auto 0;
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

.partners-type-card {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 18px;
	min-height: 150px;
	padding: 38px 38px 34px;
	background: #ffffff;
}

.partners-type-card + .partners-type-card {
	border-left: 1px solid #dedede;
}

.partners-type-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: #eef0f6;
	color: #1A2BC3;
	font-family: "DM Sans", sans-serif;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
}

.partners-type-card h3 {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.16;
}

.partners-type-card p {
	margin: 10px 0 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

.partners-type-card span {
	display: block;
	margin-top: 8px;
	color: #1A2BC3;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

.partners-client-value-section {
	padding: 86px 0 82px;
	background: #ffffff;
}

.partners-client-value-section .container-fluid {
	padding-right: 56px;
	padding-left: 56px;
}

.partners-client-value-section__title {
	max-width: 460px;
	margin: 18px 0 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
}

.partners-client-value-section__title span {
	color: #1A2BC3;
}

.partners-client-value-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.partners-client-value-list__item {
	position: relative;
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: center;
	min-height: 78px;
	padding: 0 38px 0 0;
	border-bottom: 1px solid #dedede;
	color: #000000;
}

.partners-client-value-list__item:first-child {
	border-top: 1px solid #dedede;
}

.partners-client-value-list__item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #b9b9bc;
	transform: translateY(-50%);
}

.partners-client-value-list__item:hover,
.partners-client-value-list__item:focus-within {
	background: #f0f0f1;
}

.partners-client-value-list__item:hover::after,
.partners-client-value-list__item:focus-within::after {
	background: #1A2BC3;
}

.partners-client-value-list__number {
	color: #56657d;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	line-height: 1;
}

.partners-client-value-list__item:hover .partners-client-value-list__number,
.partners-client-value-list__item:focus-within .partners-client-value-list__number {
	color: #1A2BC3;
}

.partners-client-value-list__text {
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.partners-client-value-section__note {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 28px 0 0;
	color: #000000;
	font-family: "Roboto Mono", monospace;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2.2px;
	line-height: 1.5;
	text-transform: uppercase;
}

.partners-client-value-section__note span {
	color: #1A2BC3;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
}

@media (max-width: 1199px) {
	.partners-hero-section__title {
		font-size: 50px;
	}

	.partners-hero-section__media {
		margin-top: 42px;
		justify-content: flex-start;
	}

	.partners-risk-section__copy {
		margin-bottom: 42px;
	}

	.partners-recurring-section__copy {
		margin-top: 42px;
		margin-left: 0;
	}

	.partners-process-section__title {
		font-size: 48px;
	}

	.partners-type-card {
		padding: 32px 24px;
	}

	.partners-client-value-section__title {
		margin-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.partners-hero-section {
		padding: 42px 0 44px;
	}

	.partners-hero-section .container-fluid,
	.partners-audience-section .container-fluid,
	.partners-risk-section .container-fluid,
	.partners-recurring-section .container-fluid,
	.partners-process-section .container-fluid,
	.partners-cases-section .container-fluid,
	.partners-types-section .container-fluid,
	.partners-client-value-section .container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}

	.partners-hero-section__title {
		font-size: 42px;
	}

	.partners-hero-section__description {
		font-size: 15px;
		line-height: 23px;
	}

	.partners-hero-section__button {
		width: 100%;
	}

	.partners-audience-section {
		padding: 46px 0 48px;
		overflow: hidden;
	}

	.partners-audience-section__title {
		font-size: 28px;
	}

	.partners-audience-section__description {
		max-width: 520px;
		margin-right: auto;
		margin-left: auto;
		font-size: 24px;
		line-height: 36px;
	}

	.partners-audience-section__cards {
		display: flex;
		flex-wrap: nowrap;
		gap: 24px;
		margin-top: 42px;
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 20px;
		padding-left: 20px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-padding-left: 20px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.partners-audience-section__cards::-webkit-scrollbar {
		display: none;
	}

	.partners-audience-section__cards > [class*="col-"] {
		flex: 0 0 min(78vw, 340px);
		max-width: min(78vw, 340px);
		padding-right: 0;
		padding-left: 0;
		scroll-snap-align: start;
	}

	.partners-audience-card {
		min-height: 252px;
		padding: 34px 24px 28px;
	}

	.partners-audience-card__icon {
		width: 72px;
		height: 72px;
		margin-bottom: 32px;
	}

	.partners-audience-card p {
		font-size: 24px;
		line-height: 32px;
	}

	.partners-risk-section {
		padding: 58px 0 56px;
	}

	.partners-risk-section__title,
	.partners-recurring-section__title {
		font-size: 38px;
	}

	.partners-risk-grid {
		grid-template-columns: 1fr;
	}

	.partners-risk-card,
	.partners-risk-card:nth-child(odd),
	.partners-risk-card:not(:nth-last-child(-n+2)) {
		border-right: 0;
		border-bottom: 1px solid #dedede;
	}

	.partners-risk-card--empty {
		display: none;
	}

	.partners-recurring-section {
		padding: 58px 0 62px;
	}

	.partners-recurring-section__list li {
		align-items: flex-start;
	}

	.partners-process-section {
		padding: 54px 0 58px;
	}

	.partners-process-section__title {
		font-size: 38px;
	}

	.partners-process-section__timeline {
		grid-template-columns: 1fr;
		gap: 26px;
		margin-top: 42px;
	}

	.partners-process-section__timeline::before {
		top: 0;
		bottom: 0;
		left: 31px;
		right: auto;
		width: 1px;
		height: auto;
	}

	.partners-process-step {
		align-items: center;
		flex-direction: row;
		gap: 18px;
		text-align: left;
	}

	.partners-process-step p {
		max-width: none;
		margin: 0;
	}

	.partners-cases-section {
		padding: 52px 0 58px;
	}

	.partners-cases-section__title {
		font-size: 34px;
	}

	.partners-diagnostic-card a {
		width: 100%;
	}

	.partners-types-section {
		padding: 54px 0 62px;
	}

	.partners-types-section__title {
		font-size: 38px;
	}

	.partners-types-grid {
		grid-template-columns: 1fr;
		margin-top: 34px;
	}

	.partners-type-card {
		min-height: auto;
		padding: 28px 22px;
	}

	.partners-type-card + .partners-type-card {
		border-top: 1px solid #dedede;
		border-left: 0;
	}

	.partners-client-value-section {
		padding: 54px 0 58px;
	}

	.partners-client-value-section__title {
		margin: 0 0 30px;
		font-size: 38px;
	}

	.partners-client-value-list__item {
		grid-template-columns: 38px 1fr;
		min-height: 72px;
	}

	.partners-client-value-section__note {
		align-items: flex-start;
		font-size: 11px;
		letter-spacing: 1.5px;
	}
}
/* termina partners page */

/* empieza partners application */
.partners-legacy-form-section {
	display: none;
}

.partners-application-hero {
	padding: 82px 0 76px;
	background: #f7f7f8;
	text-align: center;
}

.partners-application-hero__inner {
	max-width: 840px;
	margin: 0 auto;
}

.partners-application-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	margin: 0 0 24px;
	padding: 0 18px;
	border: 1px solid #dedede;
	background: #f8f9fb;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.partners-application-hero__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 72px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.9;
}

.partners-application-hero__title span {
	display: block;
	color: #1A2BC3;
}

.partners-application-hero__description {
	max-width: 620px;
	margin: 24px auto 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.partners-application-hero__description strong {
	font-weight: 700;
}

.partners-application-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.partners-application-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 3px;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.partners-application-hero__button:hover,
.partners-application-hero__button:focus-visible {
	filter: brightness(0.88);
	opacity: 0.92;
	transform: translateY(-1px);
}

.partners-application-hero__button--dark {
	border: 1px solid #000000;
	background: #000000;
	color: #ffffff;
}

.partners-application-hero__button--light {
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
}

.partners-application-section {
	padding: 88px 0 72px;
	background: #ffffff;
}

.partners-application-section__copy {
	padding-top: 10px;
	padding-right:50px;
}

.partners-application-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
}

.partners-application-section__title span {
	color: #1A2BC3;
}

.expert-form-card--partners {
	min-height: 390px;
}

.expert-form-card--partners .expert-form-card__options--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.expert-form-card--partners .expert-form-option {
	min-height: 72px;
}

.expert-form-final--partners {
	min-height: 310px;
}

.expert-form-final--partners h3 {
	font-size: 26px;
}

.partners-application-section__notes {
	margin-top: 32px;
	color: #9a9a9a;
	font-family: "DM Sans", sans-serif;
}

.partners-application-section__notes h3 {
	margin: 0 0 18px;
	color: #9a9a9a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.partners-application-section__notes ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.partners-application-section__notes li {
	position: relative;
	padding-left: 14px;
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
}

.partners-application-section__notes li::before {
	content: "•";
	position: absolute;
	left: 0;
}

@media (max-width: 1199px) {
	.partners-application-hero__title,
	.partners-application-section__title {
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	.partners-application-section__copy {
		max-width: 760px;
		margin-bottom: 42px;
	}

	.expert-form-card--partners .expert-form-card__options--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.partners-application-hero,
	.partners-application-section {
		padding: 56px 0 64px;
	}

	.partners-application-hero__eyebrow {
		font-size: 11px;
	}

	.partners-application-hero__title,
	.partners-application-section__title {
		font-size: 40px;
	}

	.partners-application-hero__description {
		font-size: 16px;
		line-height: 24px;
	}

	.partners-application-hero__actions {
		gap: 14px;
	}

	.partners-application-hero__button {
		width: 100%;
		min-height: 48px;
		font-size: 16px;
	}

	.expert-form-card--partners .expert-form-card__options--three {
		grid-template-columns: 1fr;
	}
}
/* termina partners application */

/* empieza expertos page */
.kriva-expertos-page {
	background: #f8f9fb;
}

.expertos-hero-section {
	position: relative;
	overflow: hidden;
	padding: 56px 0 62px;
	background: #f8f9fb;
}

.expertos-hero-section__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('../kriva/assets/images/Vector.png');
	background-position: top left;
	background-repeat: repeat;
	background-size: auto;
	opacity: 0.8;
}

.expertos-hero-section .container-fluid {
	position: relative;
	z-index: 1;
}


.expertos-hero-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	margin: 0 0 22px;
	padding: 0 14px;
	border: 1px solid #B5B5B526;
	background: #f6f6f6;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.expertos-hero-section__title,
.expertos-clarity-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	letter-spacing: 0;
}

.expertos-hero-section__title {
	font-size: 72px;
	line-height: 0.88;
}

.expertos-hero-section__title span,
.expertos-clarity-section__title span {
	color: #1A2BC3;
}

.expertos-hero-section__description,
.expertos-clarity-section__description {
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.expertos-hero-section__description {
	max-width: 520px;
	margin: 22px 0 0;
}

.expertos-hero-section__description strong {
	color: #000000;
	font-weight: 700;
}

.expertos-hero-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 28px;
}

.expertos-hero-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 38px;
	padding: 0 22px;
	border-radius: 3px;
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.expertos-hero-section__button:hover,
.expertos-hero-section__button:focus-visible {
	filter: brightness(0.88);
	opacity: 0.92;
	transform: translateY(-1px);
}

.expertos-hero-section__button--dark {
	border: 1px solid #000000;
	background: #000000;
	color: #ffffff;
}

.expertos-hero-section__button--light {
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
}

.expertos-hero-section__media {
	display: flex;
	justify-content: flex-end;
}

.expertos-hero-section__image {
	display: block;
	width: min(100%, 700px);
	aspect-ratio: 1.62 / 1;
	border-radius: 6px;
	object-fit: cover;
}

.expertos-clarity-section {
	padding: 82px 0 78px;
	background: #f7f7f8;
}

.expertos-clarity-section__copy {
	max-width: 480px;
}

.expertos-clarity-section__eyebrow {
	margin: 0 0 16px;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.expertos-clarity-section__title {
	max-width: 500px;
	font-size: 48px;
	line-height: 1.02;
}

.expertos-clarity-section__description {
	margin: 24px 0 0;
}

.expertos-clarity-list {
	max-width: 860px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.expertos-clarity-list__item {
	position: relative;
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	min-height: 82px;
	padding: 0 44px 0 0;
	border-bottom: 1px solid #dedede;
	color: #000000;
	transition: background-color 180ms ease;
}

.expertos-clarity-list__item:first-child {
	border-top: 1px solid #dedede;
}

.expertos-clarity-list__item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #b9b9bc;
	transform: translateY(-50%);
}

.expertos-clarity-list__item:hover,
.expertos-clarity-list__item:focus-within {
	background: #f0f0f1;
}

.expertos-clarity-list__item:hover::after,
.expertos-clarity-list__item:focus-within::after {
	background: #1A2BC3;
}

.expertos-clarity-list__number {
	color: #56657d;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	line-height: 1;
}

.expertos-clarity-list__item:hover .expertos-clarity-list__number,
.expertos-clarity-list__item:focus-within .expertos-clarity-list__number {
	color: #1A2BC3;
}

.expertos-clarity-list__content {
	display: grid;
	gap: 8px;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.expertos-clarity-list__content strong {
	color: #000000;
	font-weight: 700;
}

.expertos-clarity-list__content span {
	color: #000000;
	font-size: 14px;
	line-height: 21px;
}

.expertos-clarity-section__note {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin: 28px 0 0;
	color: #000000;
	font-family: "Roboto Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 18px;
	text-transform: uppercase;
}

.expertos-clarity-section__note span {
	color: #1A2BC3;
	font-size: 24px;
	line-height: 1;
}

.expertos-quote-section {
	position: relative;
	padding: 92px 0 90px;
	background: #F9FAFB;
	overflow: hidden;
}

.expertos-quote-section__figure {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}

.expertos-quote-section__mark {
	position: absolute;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 190px;
	color: rgba(90, 104, 125, 0.06);
	font-family: "DM Serif Display", serif;
	font-size: 280px;
	font-weight: 400;
	line-height: 1;
	pointer-events: none;
}

.expertos-quote-section__mark--open {
	top: -70px;
	left: 150px;
}

.expertos-quote-section__mark--close {
	right: 150px;
	bottom: -92px;
}

.expertos-quote-section blockquote {
	position: relative;
	z-index: 1;
	max-width: 980px;
	margin: 0 auto;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
}

.expertos-quote-section blockquote span {
	color: #1A2BC3;
}

.expertos-quote-section blockquote .expertos-quote-section__muted {
	color: #657184;
}

.expertos-route-section {
	padding: 56px 0 46px;
	background: linear-gradient(108deg, #1A2BC3 0%, #101054 72%);
	color: #ffffff;
}

.expertos-route-section__intro,
.expertos-process-section__intro {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.expertos-route-section__eyebrow,
.expertos-process-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	margin: 0 0 18px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-family: "Roboto Mono", monospace;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.expertos-route-section__title,
.expertos-process-section__title {
	margin: 0;
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	letter-spacing: 0;
}

.expertos-route-section__title {
	color: #ffffff;
	font-size: 30px;
	line-height: 1.1;
}

.expertos-route-section__description {
	margin: 18px 0 0;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.expertos-route-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
	margin-top: 40px;
}

.expertos-route-card {
	min-height: 126px;
	padding: 24px 24px 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.08);
}

.expertos-route-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-family: "Roboto Mono", monospace;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.expertos-route-card p {
	margin: 0;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}

.expertos-route-section__note {
	margin: 38px 0 0;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Roboto Mono", monospace;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

.expertos-process-section {
	padding: 70px 0 78px;
	background: #f7f7f8;
}

.expertos-process-section__eyebrow {
	border-color: #d8d8dc;
	background: #f8f9fb;
	color: #1A2BC3;
	font-weight: 700;
}

.expertos-process-section__title {
	max-width: 760px;
	margin: 0 auto;
	color: #000000;
	font-size: 50px;
	line-height: 0.98;
}

.expertos-process-section__title span {
	color: #1A2BC3;
}

.expertos-process-section__title em {
	color: #657184;
	font-style: italic;
}

.expertos-process-section__description {
	max-width: 620px;
	margin: 22px auto 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.expertos-process-section__description strong {
	color: #000000;
	font-weight: 700;
}

.expertos-process-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 44px;
	margin-top: 64px;
}

.expertos-process-timeline::before {
	content: "";
	position: absolute;
	top: 39px;
	left: 9%;
	right: 9%;
	height: 1px;
	background: #d0d0d4;
}

.expertos-process-step {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	text-align: center;
}

.expertos-process-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	border: 1px solid #c8c8ce;
	border-radius: 999px;
	background: #f7f7f8;
	color: #1A2BC3;
	font-family: "DM Serif Display", serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
}

.expertos-process-step p {
	max-width: 210px;
	margin: 28px 0 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.expertos-decision-section {
	padding: 86px 0 76px;
	background: #ffffff;
}

.expertos-decision-section__intro {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.expertos-decision-section__eyebrow {
	margin: 0 0 18px;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.expertos-decision-section__title {
	max-width: 820px;
	margin: 0 auto;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 58px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.9;
}

.expertos-decision-section__title span {
	color: #1A2BC3;
}

.expertos-decision-section__description {
	max-width: 590px;
	margin: 26px auto 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.expertos-decision-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 72px;
	border-left: 1px solid #ececef;
}

.expertos-decision-card {
	display: flex;
	align-items: center;
	gap: 15px;
	min-height: 106px;
	padding: 0 20px;
	border-right: 1px solid #ececef;
	background: #ffffff;
	box-shadow: inset 0 0 0 #1A2BC3;
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.expertos-decision-card:hover,
.expertos-decision-card:focus-within {
	background: #f4f4f5;
	box-shadow: inset 2px 0 0 #1A2BC3;
}

.expertos-decision-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	color: #000000;
	font-family: "Roboto Mono", monospace;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.expertos-decision-card__icon svg {
	display: block;
	width: 32px;
	height: 32px;
}

.expertos-decision-card p {
	margin: 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.expertos-roles-section {
	padding: 78px 0;
	background: #071327;
	color: #ffffff;
}

.expertos-roles-section__media {
	overflow: hidden;
	border-radius: 4px;
}

.expertos-roles-section__image {
	display: block;
	width: 100%;
	aspect-ratio: 1.38 / 1;
	object-fit: cover;
}

.expertos-roles-section__copy {
	max-width: 610px;
}

.expertos-roles-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	margin: 0 0 18px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-family: "Roboto Mono", monospace;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.expertos-roles-section__title {
	max-width: 560px;
	margin: 0;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 45px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.98;
}

.expertos-roles-section__description {
	max-width: 580px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
}

.expertos-roles-list {
	display: grid;
	gap: 18px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.expertos-roles-list li {
	position: relative;
	min-height: 24px;
	padding-left: 42px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}

.expertos-roles-list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #ffffff;
}

.expertos-roles-list li::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4117 5.77919C15.6717 6.00619 15.6985 6.40102 15.4715 6.66104L8.92386 14.161C8.80517 14.297 8.63351 14.375 8.45304 14.375C8.27257 14.375 8.10091 14.297 7.98222 14.161L5.36317 11.161C5.13616 10.901 5.16293 10.5062 5.42296 10.2792C5.68299 10.0522 6.07781 10.0789 6.30482 10.339L8.45304 12.7997L14.5298 5.83897C14.7568 5.57894 15.1517 5.55218 15.4117 5.77919Z' fill='%231A2BC3'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.expertos-roles-section__note {
	max-width: 580px;
	margin: 34px 0 0;
	color: rgba(255, 255, 255, 0.5);
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.expertos-case-form-section {
	padding: 82px 0 88px;
	background: #ffffff;
}

.expertos-case-form-section__copy {
	max-width: 500px;
}

.expertos-case-form-section__eyebrow {
	margin: 0 0 16px;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.expertos-case-form-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.98;
}

.expertos-case-form-section__title span {
	color: #1A2BC3;
}

.expertos-case-form-section__description {
	margin: 22px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
}

.expertos-case-form-section__description strong {
	color: #000000;
	font-weight: 700;
}

.expertos-case-form-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 28px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.expertos-case-form-benefits li {
	position: relative;
	min-height: 20px;
	padding-left: 30px;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}

.expertos-case-form-benefits li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: rgba(26, 43, 195, 0.08);
}

.expertos-case-form-benefits li::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4117 5.77919C15.6717 6.00619 15.6985 6.40102 15.4715 6.66104L8.92386 14.161C8.80517 14.297 8.63351 14.375 8.45304 14.375C8.27257 14.375 8.10091 14.297 7.98222 14.161L5.36317 11.161C5.13616 10.901 5.16293 10.5062 5.42296 10.2792C5.68299 10.0522 6.07781 10.0789 6.30482 10.339L8.45304 12.7997L14.5298 5.83897C14.7568 5.57894 15.1517 5.55218 15.4117 5.77919Z' fill='%231A2BC3'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.expert-form-card--expertos-case {
	min-height: 360px;
}

.expert-form-card--expertos-case .expert-form-card__top {
	height: 38px;
}

.expert-form-card--expertos-case .expert-form-card__body {
	padding: 44px 30px 24px;
}

.expert-form-card--expertos-case .expert-form-card__body h3 {
	margin-bottom: 26px;
	font-size: 28px;
}

.expert-form-card--expertos-case .expert-form-option {
	min-height: 54px;
	font-size: 14px;
}

.expert-form-card--expertos-case .expert-form-card__footer {
	padding-top: 18px;
}

.expert-form-card--expertos-case .expert-form-card__fields--case {
	gap: 12px;
}

.expert-form-card__fields select,
.expert-form-card__fields input {
	min-height: 46px;
}

.expert-form-card__select {
	width: 100%;
	min-height: 46px;
	padding: 0 38px 0 16px;
	border: 1px solid #dedede;
	border-radius: 5px;
	background-color: #ffffff;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 1;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.expert-form-card__select:focus {
	border-color: #1A2BC3;
	box-shadow: 0 0 0 1px #1A2BC3, 0 0 0 4px rgba(26, 43, 195, 0.22);
	outline: none;
}

.expert-form-card__conditional-field[hidden] {
	display: none;
}

.expert-form-final--expertos-case {
	min-height: 360px;
}

.expert-form-final--expertos-case .expert-form-final__icon {
	width: 35px;
	height: 35px;
	border: 0;
	border-radius: 0;
}

.expertos-faq-section {
	padding: 90px 0 96px;
	background: #f8f9fb;
}

.expertos-faq-section__intro {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.expertos-faq-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	margin: 0 0 18px;
	padding: 0 14px;
	border: 1px solid #d8d8dc;
	background: #f8f9fb;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.expertos-faq-section__title {
	max-width: 760px;
	margin: 0 auto;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 58px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.92;
}

.expertos-faq-section__title span {
	color: #1A2BC3;
}

.expertos-faq-section__description {
	max-width: 620px;
	margin: 24px auto 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.expertos-faq-section__description strong {
	color: #000000;
	font-weight: 700;
}

.expertos-faq-list {
	max-width: 930px;
	margin: 58px auto 0;
}

.expertos-faq-item {
	border-bottom: 1px solid #dedede;
}

.expertos-faq-item[open] {
	border-left: 2px solid #1A2BC3;
	background: #f1f1f2;
}

.expertos-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: 88px;
	padding: 0 26px 0 30px;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
	list-style: none;
}

.expertos-faq-item summary::-webkit-details-marker {
	display: none;
}

.expertos-faq-item__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border: 2px solid #5A687D;
	border-radius: 999px;
}

.expertos-faq-item__icon::before,
.expertos-faq-item__icon::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	border-radius: 999px;
	background: #5A687D;
}

.expertos-faq-item__icon::after {
	transform: rotate(90deg);
}

.expertos-faq-item[open] .expertos-faq-item__icon {
	border-color: #1A2BC3;
}

.expertos-faq-item[open] .expertos-faq-item__icon::before {
	background: #1A2BC3;
}

.expertos-faq-item[open] .expertos-faq-item__icon::after {
	opacity: 0;
}

.expertos-faq-item__content {
	max-width: 760px;
	padding: 0 72px 32px 30px;
	transition: max-height 260ms ease;
}

.expertos-faq-item__content p,
.expertos-faq-item__content li {
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.expertos-faq-item__content p {
	margin: 0;
}

.expertos-faq-item__content ul {
	margin: 0;
	padding-left: 18px;
}

.expertos-faq-item__content a {
	color: #1A2BC3;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 991px) {
	.expertos-hero-section__title {
		font-size: 50px;
	}

	.expertos-hero-section__media {
		justify-content: flex-start;
		margin-top: 42px;
	}

	.expertos-clarity-section__copy {
		margin-bottom: 40px;
	}

	.expertos-route-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.expertos-process-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 48px;
	}

	.expertos-process-timeline::before {
		content: none;
	}

	.expertos-decision-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-top: 1px solid #ececef;
	}

	.expertos-decision-card {
		border-bottom: 1px solid #ececef;
	}

	.expertos-roles-section__media {
		margin-bottom: 40px;
	}

	.expertos-case-form-section__copy {
		max-width: 720px;
		margin-bottom: 40px;
	}

	.expertos-faq-section__title {
		font-size: 48px;
	}
}

@media (max-width: 767px) {
	.expertos-hero-section {
		padding: 42px 0 48px;
	}

	.expertos-hero-section__eyebrow,
	.expertos-clarity-section__eyebrow {
		font-size: 11px;
	}

	.expertos-hero-section__title,
	.expertos-clarity-section__title {
		font-size: 40px;
	}

	.expertos-hero-section__description,
	.expertos-clarity-section__description,
	.expertos-clarity-list__content,
	.expertos-clarity-list__content span {
		font-size: 16px;
		line-height: 24px;
	}

	.expertos-hero-section__actions {
		gap: 14px;
	}

	.expertos-hero-section__button {
		width: 100%;
		min-height: 48px;
		font-size: 16px;
	}

	.expertos-clarity-section {
		padding: 58px 0 56px;
	}

	.expertos-clarity-list__item {
		grid-template-columns: 38px 1fr;
		min-height: 96px;
		padding-right: 24px;
	}

	.expertos-clarity-section__note {
		font-size: 11px;
		line-height: 17px;
	}

	.expertos-route-section,
	.expertos-process-section,
	.expertos-decision-section,
	.expertos-roles-section,
	.expertos-case-form-section,
	.expertos-quote-section,
	.expertos-faq-section {
		padding: 56px 0 62px;
	}

	.expertos-route-section__intro,
	.expertos-process-section__intro,
	.expertos-decision-section__intro,
	.expertos-faq-section__intro {
		text-align: left;
	}

	.expertos-route-section__title {
		font-size: 28px;
	}

	.expertos-process-section__title,
	.expertos-decision-section__title,
	.expertos-roles-section__title,
	.expertos-case-form-section__title,
	.expertos-faq-section__title {
		font-size: 40px;
	}

	.expertos-quote-section__figure {
		text-align: left;
	}

	.expertos-quote-section blockquote {
		font-size: 40px;
	}

	.expertos-quote-section__mark {
		width: 96px;
		height: 96px;
		font-size: 140px;
	}

	.expertos-quote-section__mark--open {
		top: -44px;
		left: -12px;
	}

	.expertos-quote-section__mark--close {
		right: 0;
		bottom: -70px;
	}

	.expertos-route-section__description,
	.expertos-route-card p,
	.expertos-process-section__description,
	.expertos-process-step p,
	.expertos-decision-section__description,
	.expertos-decision-card p,
	.expertos-roles-section__description,
	.expertos-roles-list li,
	.expertos-roles-section__note,
	.expertos-case-form-section__description,
	.expertos-faq-section__description,
	.expertos-faq-item summary,
	.expertos-faq-item__content p,
	.expertos-faq-item__content li {
		font-size: 16px;
		line-height: 24px;
	}

	.expertos-faq-list {
		margin-top: 38px;
	}

	.expertos-faq-item summary {
		min-height: 78px;
		padding: 0 18px;
	}

	.expertos-faq-item__content {
		padding: 0 18px 26px;
	}

	.expertos-case-form-benefits {
		grid-template-columns: 1fr;
	}

	.expertos-case-form-benefits li {
		font-size: 16px;
		line-height: 24px;
	}

	.expert-form-card--expertos-case .expert-form-card__body {
		padding: 34px 20px 24px;
	}

	.expert-form-card--expertos-case .expert-form-card__body h3 {
		font-size: 24px;
	}

	.expertos-route-grid,
	.expertos-process-timeline,
	.expertos-decision-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.expertos-decision-grid {
		border-right: 1px solid #ececef;
	}

	.expertos-decision-card {
		min-height: 80px;
		padding: 0 18px;
	}

	.expertos-route-section__note {
		font-size: 11px;
		line-height: 17px;
		text-align: left;
	}

	.expertos-process-step {
		justify-items: start;
		text-align: left;
	}
}
/* termina expertos page */

/* empieza empresas page */
.kriva-empresas-page {
	background: #f8f9fb;
}

.empresas-hero-section {
	position: relative;
	overflow: hidden;
	padding: 56px 0 62px;
	background: #f8f9fb;
}

.empresas-hero-section__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('../kriva/assets/images/Vector.png');
	background-position: top left;
	background-repeat: repeat;
	background-size: auto;
	opacity: 0.8;
}

.empresas-hero-section .container-fluid,
.empresas-logos-section .container-fluid {
	position: relative;
	z-index: 1;
}

.empresas-hero-section__copy {
	max-width: 660px;
}

.empresas-hero-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	margin: 0 0 22px;
	padding: 0 14px;
	border: 1px solid #B5B5B526;
	background: #f6f6f6;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.empresas-hero-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 72px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.94;
}

.empresas-hero-section__title span {
	color: #1A2BC3;
}

.empresas-hero-section__description {
	max-width: 640px;
	margin: 20px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.empresas-hero-section__description strong {
	color: #000000;
	font-weight: 700;
}

.empresas-hero-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 28px;
}

.empresas-hero-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 38px;
	padding: 0 28px;
	border-radius: 3px;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.empresas-hero-section__button:hover,
.empresas-hero-section__button:focus-visible {
	filter: brightness(0.88);
	opacity: 0.92;
	transform: translateY(-1px);
}

.empresas-hero-section__button--dark {
	border: 1px solid #000000;
	background: #000000;
	color: #ffffff;
}

.empresas-hero-section__button--light {
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
}

.empresas-hero-section__media {
	display: flex;
	justify-content: flex-end;
}

.empresas-hero-section__image {
	display: block;
	width: min(100%, 700px);
	aspect-ratio: 1.62 / 1;
	border-radius: 6px;
	object-fit: cover;
}

.empresas-logos-section {
	padding: 64px 0 68px;
	background: linear-gradient(94deg, rgba(26, 43, 195, 1) 0%, rgba(15, 16, 83, 1) 63%);
	color: #ffffff;
}

.empresas-logos-section__title {
	margin: 0;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.15;
	text-align: center;
}

.empresas-logos-section__grid {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 36px 64px;
	margin-top: 48px;
}

.empresas-logo-card {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	min-height: 54px;
}

.empresas-logo-card__image {
	display: block;
	width: auto;
	max-width: 190px;
	max-height: 58px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.empresas-risk-section {
	padding: 88px 0 78px;
	background: #f7f7f8;
}

.empresas-risk-section__copy {
	max-width: 480px;
}

.empresas-risk-section__eyebrow,
.empresas-problem-section__eyebrow {
	margin: 0 0 16px;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.empresas-risk-section__title {
	max-width: 520px;
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 54px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
}

.empresas-risk-section__title span {
	color: #1A2BC3;
}

.empresas-risk-list {
	max-width: 860px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.empresas-risk-list__item {
	position: relative;
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	min-height: 78px;
	padding: 0 44px 0 0;
	border-bottom: 1px solid #dedede;
	color: #000000;
	transition: background-color 180ms ease;
}

.empresas-risk-list__item:first-child {
	border-top: 1px solid #dedede;
}

.empresas-risk-list__item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #b9b9bc;
	transform: translateY(-50%);
}

.empresas-risk-list__item:hover,
.empresas-risk-list__item:focus-within {
	background: #f0f0f1;
}

.empresas-risk-list__item:hover::after,
.empresas-risk-list__item:focus-within::after {
	background: #1A2BC3;
}

.empresas-risk-list__number {
	color: #56657d;
	font-family: "Roboto Mono", monospace;
	font-size: 16px;
	line-height: 1;
}

.empresas-risk-list__item:hover .empresas-risk-list__number,
.empresas-risk-list__item:focus-within .empresas-risk-list__number {
	color: #1A2BC3;
}

.empresas-risk-list__text {
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-problem-section {
	padding: 82px 0 92px;
	background: #ffffff;
}

.empresas-problem-section__intro {
	max-width: 1020px;
	margin: 0 auto;
	text-align: center;
}

.empresas-problem-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 0 14px;
	border: 1px solid #d8d8dc;
	background: #f8f9fb;
	font-size: 14px;
	letter-spacing: 1.2px;
}

.empresas-problem-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 72px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.96;
}

.empresas-problem-section__title span {
	display: block;
	color: #1A2BC3;
}

.empresas-problem-section__columns {
	margin: 56px auto 0;
}

.empresas-problem-column {
	min-height: 100%;
}

.empresas-problem-column--left {
	max-width: 500px;
	margin-left: auto;
	padding-right: 82px;
	border-right: 1px solid #dedede;
}

.empresas-problem-column:not(.empresas-problem-column--left) {
	max-width: 560px;
	padding-left: 82px;
}

.empresas-problem-column__lead {
	max-width: 420px;
	margin: 0 0 26px;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-problem-column__lead strong {
	color: #000000;
	font-weight: 700;
}

.empresas-problem-list {
	display: grid;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.empresas-problem-list li {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

.empresas-problem-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #f1f1f4;
	padding: 5px;
}

.empresas-audit-risk-section {
	padding: 72px 0 78px;
	background: #f7f7f8;
}

.empresas-audit-risk-section__intro {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.empresas-audit-risk-section__eyebrow,
.empresas-infra-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	margin: 0 0 16px;
	padding: 0 14px;
	border: 1px solid #d8d8dc;
	background: #f8f9fb;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.empresas-audit-risk-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 72px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.empresas-audit-risk-section__title em {
	color: #657184;
	font-style: italic;
}

.empresas-audit-risk-section__description {
	margin: 12px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-audit-risk-section__description strong {
	color: #000000;
	font-weight: 700;
}

.empresas-audit-risk-section__cards {
	margin-top: 34px;
	gap: 18px;
}

.empresas-audit-risk-section__cards > [class*="col-"] {
	flex: 0 0 100%;
	max-width: 100%;
}

.empresas-audit-risk-card {
	height: 100%;
	min-height: 174px;
	padding: 26px 26px 24px;
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #ffffff;
}

.empresas-audit-risk-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 14px;
	border-radius: 10px;
	background: #eef0f6;
	padding: 5px;
}

.empresas-audit-risk-card h3 {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.18;
}

.empresas-audit-risk-card p {
	margin: 8px 0 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

@media (min-width: 768px) {
	.empresas-audit-risk-section__cards > [class*="col-"] {
		flex-basis: calc((100% - 18px) / 2);
		max-width: calc((100% - 18px) / 2);
	}
}

@media (min-width: 1200px) {
	.empresas-audit-risk-section__cards > [class*="col-"] {
		flex-basis: calc((100% - 72px) / 5);
		max-width: calc((100% - 72px) / 5);
	}
}

.empresas-infra-section {
	padding: 82px 0 78px;
	background: #ffffff;
}

.empresas-infra-section__copy {
	max-width: 520px;
}

.empresas-infra-section__eyebrow {
	display: block;
	width: fit-content;
	min-height: auto;
	margin-bottom: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 14px;
	letter-spacing: 2px;
}

.empresas-infra-section__title {
	max-width: 500px;
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
}

.empresas-infra-section__title span {
	color: #1A2BC3;
}

.empresas-infra-list {
	max-width: 860px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.empresas-infra-list__item {
	position: relative;
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	min-height: 78px;
	padding: 0 44px 0 0;
	border-bottom: 1px solid #dedede;
	color: #000000;
	transition: background-color 180ms ease;
}

.empresas-infra-list__item:first-child {
	border-top: 1px solid #dedede;
}

.empresas-infra-list__item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #b9b9bc;
	transform: translateY(-50%);
}

.empresas-infra-list__item:hover,
.empresas-infra-list__item:focus-within {
	background: #f0f0f1;
}

.empresas-infra-list__item:hover::after,
.empresas-infra-list__item:focus-within::after {
	background: #1A2BC3;
}

.empresas-infra-list__number {
	color: #56657d;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	line-height: 1;
}

.empresas-infra-list__item:hover .empresas-infra-list__number,
.empresas-infra-list__item:focus-within .empresas-infra-list__number {
	color: #1A2BC3;
}

.empresas-infra-list__text {
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-steps-section {
	padding: 78px 0 82px;
	background: #f7f7f8;
}

.empresas-steps-section__intro,
.empresas-connected-section__intro {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.empresas-steps-section__eyebrow,
.empresas-connected-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	margin: 0 0 16px;
	padding: 0 14px;
	border: 1px solid #d8d8dc;
	background: #f8f9fb;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.empresas-steps-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 72px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.empresas-steps-section__timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	margin: 48px auto 0;
}

.empresas-steps-section__timeline::before {
	content: "";
	position: absolute;
	top: 35px;
	right: 8%;
	left: 8%;
	height: 1px;
	background: #d8d8dc;
}

.empresas-step {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.empresas-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 1px solid #d4d4d8;
	border-radius: 999px;
	background: #f7f7f8;
	color: #1A2BC3;
	font-family: "DM Serif Display", serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
}

.empresas-step h3 {
	max-width: 210px;
	margin: 22px 0 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.12;
}

.empresas-step p {
	max-width: 210px;
	margin: 18px 0 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-connected-section {
	padding: 78px 0 82px;
	border-bottom: 4px solid #0b1777;
	background: #ffffff;
}

.empresas-connected-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
}

.empresas-connected-section__title span {
	color: #1A2BC3;
}

.empresas-connected-section__description {
	margin: 14px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-connected-section__description strong {
	color: #000000;
	font-weight: 700;
}

.empresas-connected-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 54px;
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

.empresas-connected-card {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 16px;
	min-height: 146px;
	padding: 40px 24px 34px;
	background: #ffffff;
}

.empresas-connected-card + .empresas-connected-card {
	border-left: 1px solid #dedede;
}

.empresas-connected-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #eef0f6;
	padding: 5px;
}

.empresas-connected-card h3 {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}

.empresas-connected-card p {
	margin: 8px 0 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.empresas-change-section {
	padding: 72px 0 78px;
	background: #0F1053;
	color: #ffffff;
}

.empresas-change-section__intro {
	text-align: center;
}

.empresas-change-section__eyebrow,
.empresas-industries-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	margin: 0 0 18px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-family: "Roboto Mono", monospace;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.empresas-change-section__title {
	margin: 0;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 52px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
}

.empresas-change-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 360px));
	justify-content: center;
	gap: 96px;
	margin-top: 56px;
}

.empresas-change-column + .empresas-change-column {
	padding-left: 96px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.empresas-change-column h3 {
	margin: 0 0 26px;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
}

.empresas-change-column ul,
.empresas-industries-list {
	display: grid;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.empresas-change-column li,
.empresas-industries-list li {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-change-column span,
.empresas-industries-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	padding: 3px;
}

.empresas-change-column--kriva span {
	background: rgba(255, 255, 255, 0.12);
}

.empresas-industries-section {
	padding: 86px 0 92px;
	background: #071328;
	color: #ffffff;
}

.empresas-industries-collage {
	overflow: hidden;
	border-radius: 6px;
	background: #0F1053;
}

.empresas-industries-collage img {
	display: block;
	width: 100%;
	filter: saturate(0.82) brightness(0.86);
}

.empresas-industries-section__copy {
	max-width: 560px;
}

.empresas-industries-section__title {
	margin: 0;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 52px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
}

.empresas-industries-section__description {
	margin: 28px 0 22px;
	color: rgba(255, 255, 255, 0.82);
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-industries-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 58px;
}

.empresas-industries-list span {
	background: #ffffff;
	color: #1A2BC3;
}

.empresas-certainty-section {
	padding: 86px 0 82px;
	background: #f7f7f8;
}

.empresas-certainty-section__copy {
	max-width: 480px;
}

.empresas-certainty-section__eyebrow {
	margin: 0 0 14px;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.empresas-certainty-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.04;
}

.empresas-certainty-section__title span {
	color: #1A2BC3;
}

.empresas-certainty-section__description {
	max-width: 340px;
	margin: 22px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-certainty-list {
	max-width: 860px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.empresas-certainty-list__item {
	position: relative;
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	min-height: 78px;
	padding: 0 44px 0 0;
	border-bottom: 1px solid #dedede;
	color: #000000;
	transition: background-color 180ms ease;
}

.empresas-certainty-list__item:first-child {
	border-top: 1px solid #dedede;
}

.empresas-certainty-list__item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #b9b9bc;
	transform: translateY(-50%);
}

.empresas-certainty-list__item:hover,
.empresas-certainty-list__item:focus-within {
	background: #f0f0f1;
}

.empresas-certainty-list__item:hover::after,
.empresas-certainty-list__item:focus-within::after {
	background: #1A2BC3;
}

.empresas-certainty-list__number {
	color: #56657d;
	font-family: "Roboto Mono", monospace;
	font-size: 16px;
	line-height: 1;
}

.empresas-certainty-list__item:hover .empresas-certainty-list__number,
.empresas-certainty-list__item:focus-within .empresas-certainty-list__number {
	color: #1A2BC3;
}

.empresas-certainty-list__text {
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-diagnostic-section {
	position: relative;
	overflow: hidden;
	padding: 54px 0 70px;
	background: #F1F4FA;
}

.empresas-diagnostic-section__bg {
	position: absolute;
	inset: 0;
	background-image: url('../kriva/assets/images/Vector.png');
	background-position: top left;
	background-repeat: repeat;
	background-size: auto;
	opacity: 0.75;
}

.empresas-diagnostic-section .container-fluid {
	position: relative;
	z-index: 1;
}

.empresas-diagnostic-card {
	padding: 88px 120px;
	border-radius: 6px;
	background: linear-gradient(116deg, #1A2BC3 0%, #0F1053 70%);
	color: #ffffff;
}

.empresas-diagnostic-card__copy {
	max-width: 560px;
}

.empresas-diagnostic-card__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	margin: 0 0 22px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #ffffff;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
	background: #202169;
}

.empresas-diagnostic-card__title {
	margin: 0;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
}

.empresas-diagnostic-card__title span {
	color: rgba(255, 255, 255, 0.48);
}

.empresas-diagnostic-card__description {
	margin: 24px 0 0;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-diagnostic-card__panel {
	padding-left: 84px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.empresas-diagnostic-list {
	display: grid;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.empresas-diagnostic-list li {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.empresas-diagnostic-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.empresas-diagnostic-list svg {
	display: block;
	width: 14px;
	height: auto;
}

.empresas-diagnostic-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 42px;
	margin-top: 32px;
	padding: 0 18px;
	border-radius: 3px;
	background: #ffffff;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.empresas-diagnostic-card__button:hover,
.empresas-diagnostic-card__button:focus-visible {
	filter: brightness(0.88);
	opacity: 0.92;
	transform: translateY(-1px);
}

@media (max-width: 1199px) {
	.empresas-hero-section__title {
		font-size: 52px;
	}

	.empresas-hero-section__media {
		margin-top: 42px;
		justify-content: flex-start;
	}

	.empresas-risk-section__title {
		font-size: 46px;
	}

	.empresas-problem-section__title {
		font-size: 52px;
	}

	.empresas-audit-risk-section__title,
	.empresas-infra-section__title,
	.empresas-steps-section__title,
	.empresas-connected-section__title,
	.empresas-change-section__title,
	.empresas-industries-section__title,
	.empresas-diagnostic-card__title {
		font-size: 46px;
	}

	.empresas-steps-section__timeline {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 42px;
	}

	.empresas-steps-section__timeline::before {
		content: none;
	}

	.empresas-connected-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.empresas-connected-card + .empresas-connected-card {
		border-left: 0;
	}

	.empresas-connected-card:nth-child(odd) {
		border-right: 1px solid #dedede;
	}

	.empresas-connected-card:not(:nth-last-child(-n+2)) {
		border-bottom: 1px solid #dedede;
	}

	.empresas-change-grid {
		gap: 54px;
	}

	.empresas-change-column + .empresas-change-column {
		padding-left: 54px;
	}

	.empresas-diagnostic-card {
		padding: 72px 58px;
	}

	.empresas-diagnostic-card__panel {
		padding-left: 48px;
	}

	.empresas-problem-column--left {
		padding-right: 52px;
	}

	.empresas-problem-column:not(.empresas-problem-column--left) {
		padding-left: 52px;
	}
}

@media (max-width: 767px) {
	.empresas-hero-section {
		padding: 42px 0 48px;
	}

	.empresas-hero-section__eyebrow {
		font-size: 11px;
	}

	.empresas-hero-section__title {
		font-size: 42px;
	}

	.empresas-hero-section__description {
		font-size: 16px;
		line-height: 24px;
	}

	.empresas-hero-section__actions {
		gap: 14px;
	}

	.empresas-hero-section__button {
		width: 100%;
		min-height: 48px;
		font-size: 16px;
	}

	.empresas-logos-section {
		padding: 48px 0 54px;
	}

	.empresas-logos-section__title {
		font-size: 28px;
	}

	.empresas-logos-section__grid {
		gap: 28px 36px;
		margin-top: 34px;
	}

	.empresas-risk-section {
		padding: 58px 0 56px;
	}

	.empresas-risk-section__copy {
		margin-bottom: 36px;
		padding-right: 0;
	}

	.empresas-risk-section__eyebrow {
		font-size: 11px;
	}

	.empresas-risk-section__title {
		font-size: 40px;
	}

	.empresas-risk-list__item {
		grid-template-columns: 38px 1fr;
		min-height: 72px;
		padding-right: 24px;
	}

	.empresas-problem-section {
		padding: 58px 0 64px;
	}

	.empresas-problem-section__intro {
		text-align: left;
	}

	.empresas-problem-section__title {
		font-size: 40px;
	}

	.empresas-problem-section__columns {
		margin-top: 38px;
	}

	.empresas-problem-column--left {
		max-width: none;
		margin-bottom: 36px;
		margin-left: 0;
		padding-right: 0;
		padding-bottom: 36px;
		border-right: 0;
		border-bottom: 1px solid #dedede;
	}

	.empresas-problem-column:not(.empresas-problem-column--left) {
		max-width: none;
		padding-left: 0;
	}

	.empresas-problem-column__lead,
	.empresas-problem-list li {
		font-size: 16px;
	}

	.empresas-audit-risk-section {
		padding: 56px 0 62px;
	}

	.empresas-audit-risk-section__intro {
		text-align: left;
	}

	.empresas-audit-risk-section__title,
	.empresas-infra-section__title,
	.empresas-steps-section__title,
	.empresas-connected-section__title,
	.empresas-change-section__title,
	.empresas-industries-section__title,
	.empresas-certainty-section__title,
	.empresas-diagnostic-card__title {
		font-size: 40px;
	}

	.empresas-infra-section {
		padding: 58px 0 56px;
	}

	.empresas-infra-section__copy {
		margin-bottom: 36px;
	}

	.empresas-infra-list__item {
		grid-template-columns: 38px 1fr;
		min-height: 72px;
		padding-right: 24px;
	}

	.empresas-steps-section,
	.empresas-connected-section {
		padding: 58px 0 64px;
	}

	.empresas-steps-section__intro,
	.empresas-connected-section__intro {
		text-align: left;
	}

	.empresas-steps-section__timeline {
		grid-template-columns: 1fr;
		gap: 28px;
		margin-top: 38px;
	}

	.empresas-step {
		align-items: center;
		flex-direction: row;
		gap: 18px;
		text-align: left;
	}

	.empresas-step__number {
		flex: 0 0 58px;
		width: 58px;
		height: 58px;
		font-size: 28px;
	}

	.empresas-step h3,
	.empresas-step p {
		max-width: none;
		margin-top: 0;
	}

	.empresas-step p {
		margin-top: 8px;
	}

	.empresas-connected-grid {
		grid-template-columns: 1fr;
		margin-top: 36px;
	}

	.empresas-connected-card,
	.empresas-connected-card:nth-child(odd),
	.empresas-connected-card:not(:nth-last-child(-n+2)) {
		border-right: 0;
		border-bottom: 1px solid #dedede;
	}

	.empresas-connected-card:last-child {
		border-bottom: 0;
	}

	.empresas-change-section,
	.empresas-industries-section {
		padding: 58px 0 64px;
	}

	.empresas-change-section__intro {
		text-align: left;
	}

	.empresas-change-grid {
		grid-template-columns: 1fr;
		gap: 36px;
		margin-top: 38px;
	}

	.empresas-change-column + .empresas-change-column {
		padding-top: 36px;
		padding-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		border-left: 0;
	}

	.empresas-industries-collage {
		margin-bottom: 38px;
	}

	.empresas-industries-list {
		grid-template-columns: 1fr;
	}

	.empresas-certainty-section {
		padding: 58px 0 56px;
	}

	.empresas-certainty-section__copy {
		margin-bottom: 36px;
	}

	.empresas-certainty-list__item {
		grid-template-columns: 38px 1fr;
		min-height: 72px;
		padding-right: 24px;
	}

	.empresas-diagnostic-section {
		padding: 42px 0 56px;
	}

	.empresas-diagnostic-card {
		padding: 48px 28px;
	}

	.empresas-diagnostic-card__panel {
		margin-top: 36px;
		padding-top: 36px;
		padding-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		border-left: 0;
	}

	.empresas-diagnostic-card__button {
		width: 100%;
	}
}
/* termina empresas page */

/* empieza organizaciones page */
.kriva-organizaciones-page {
	background: #f8f9fb;
}

.osc-hero-section .empresas-hero-section__copy {
	max-width: 670px;
}

.osc-hero-section .empresas-hero-section__eyebrow {
	max-width: 100%;
	white-space: normal;
}

.osc-hero-section .empresas-hero-section__image {
	aspect-ratio: 1.62 / 1;
}

.osc-value-section {
	padding: 82px 0 76px;
	background: #ffffff;
}

.osc-value-section__inner {
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

.osc-value-section__eyebrow,
.osc-benefits-section__eyebrow {
	margin: 0 0 18px;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.osc-value-section__title,
.osc-benefits-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.98;
}

.osc-value-section__title span,
.osc-benefits-section__title span {
	color: #1A2BC3;
}

.osc-value-section__description,
.osc-benefits-section__description,
.osc-risk-section__description {
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.osc-value-section__description {
	max-width: 700px;
	margin: 22px auto 0;
}

.osc-value-section__description strong,
.osc-benefits-section__description strong,
.osc-risk-section__description strong {
	color: #000000;
	font-weight: 700;
}

.osc-logos-section {
	padding: 48px 0 54px;
}

.osc-logos-section .empresas-logos-section__title {
	color: rgba(255, 255, 255, 0.5);
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.4;
	text-transform: uppercase;
}

.osc-logos-section .empresas-logos-section__grid {
	margin-top: 36px;
}

.osc-risk-section .empresas-risk-section__copy {
	max-width: 520px;
}

.osc-risk-section .empresas-risk-section__title {
	max-width: 520px;
}

.osc-risk-section__description {
	max-width: 480px;
	margin: 24px 0 0;
}

.osc-risk-section .empresas-risk-list__item {
	min-height: 76px;
}

.osc-benefits-section {
	padding: 78px 0 84px;
	background: #ffffff;
	text-align: center;
}

.osc-benefits-section__intro {
	max-width: 760px;
	margin: 0 auto;
}

.osc-benefits-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 0 14px;
	border: 1px solid #d8d8dc;
	background: #f8f9fb;
	font-size: 12px;
	letter-spacing: 1.2px;
}

.osc-benefits-section__description {
	max-width: 660px;
	margin: 22px auto 0;
}

.osc-benefits-section__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px;
	max-width: 760px;
	margin: 44px auto 0;
	text-align: left;
}

.osc-benefits-list {
	display: grid;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.osc-benefits-list li {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.osc-benefits-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #f1f1f4;
	color: #1A2BC3;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.osc-benefits-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 42px;
	margin-top: 44px;
	padding: 0 20px;
	border-radius: 3px;
	background: #000000;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.osc-benefits-section__button:hover,
.osc-benefits-section__button:focus-visible {
	filter: brightness(0.88);
	opacity: 0.92;
	transform: translateY(-1px);
}

.osc-benefits-section__note {
	margin: 22px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.osc-problem-dark-section {
	padding: 104px 0 96px;
	background: #101054;
	color: #ffffff;
}

.osc-problem-dark-section__copy {
	max-width: 720px;
}

.osc-problem-dark-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	margin: 0 0 22px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-family: "Roboto Mono", monospace;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
}

.osc-problem-dark-section__title {
	margin: 0;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
}

.osc-problem-dark-section__title span {
	color: rgba(255, 255, 255, 0.52);
}

.osc-problem-dark-section__copy p {
	max-width: 720px;
	margin: 28px 0 0;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.osc-problem-dark-section__copy .osc-problem-dark-section__eyebrow
{
	font-size: 14px;
}
.osc-problem-dark-section__copy p + p {
	margin-top: 18px;
}

.osc-problem-dark-section__list-wrap {
	margin-left: auto;
}

.osc-problem-dark-section__list-wrap h3 {
	margin: 0 0 32px;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;
}

.osc-problem-dark-list {
	display: grid;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.osc-problem-dark-list li {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.osc-problem-dark-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-family: "Roboto Mono", monospace;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.osc-audit-risk-section {
	background: #f7f7f8;
}

.osc-audit-risk-section .empresas-audit-risk-section__intro {
	max-width: 860px;
}

.osc-audit-risk-section .empresas-audit-risk-section__title {
	font-size: 64px;
}

.osc-audit-risk-section .empresas-audit-risk-card {
	min-height: 174px;
}

.osc-infra-section {
	background: #ffffff;
}

.osc-steps-section {
	background: #f7f7f8;
}

.osc-connected-section {
	padding: 86px 0 74px;
	background: #ffffff;
}

.osc-connected-section__copy {
	max-width: 460px;
}

.osc-connected-section .empresas-connected-section__eyebrow {
	display: block;
	width: fit-content;
	margin-bottom: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 14px;
	letter-spacing: 2px;
}

.osc-connected-section .empresas-connected-section__title {
	text-align: left;
}

.osc-connected-section .empresas-connected-section__title span {
	display: inline;
}

.osc-connected-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid #dedede;
	border-radius: 6px;
	overflow: hidden;
}

.osc-connected-grid .empresas-connected-card {
	min-height: 148px;
	border: 0;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.osc-connected-grid .empresas-connected-card:nth-child(2n) {
	border-right: 0;
}

.osc-connected-grid .empresas-connected-card:nth-last-child(-n+2) {
	border-bottom: 0;
}

.osc-change-section {
	background: #101054;
}

.osc-industries-section {
	background: #071327;
}

.osc-industries-collage {
	overflow: hidden;
	border-radius: 6px;
}

.osc-industries-collage img {
	aspect-ratio: 1.48 / 1;
	object-fit: cover;
}

.osc-certainty-section {
	background: #ffffff;
}

.osc-diagnostic-section {
	padding-top: 48px;
}

.osc-final-cta-section {
	background: #F9FAFB;
}

@media (max-width: 991px) {
	.osc-value-section__title,
	.osc-benefits-section__title,
	.osc-problem-dark-section__title {
		font-size: 46px;
	}

	.osc-benefits-section__grid {
		gap: 36px;
	}

	.osc-problem-dark-section__list-wrap {
		max-width: none;
		margin-top: 54px;
		margin-left: 0;
	}

	.osc-connected-section__copy {
		margin-bottom: 38px;
	}

	.osc-connected-grid {
		grid-template-columns: 1fr;
	}

	.osc-connected-grid .empresas-connected-card,
	.osc-connected-grid .empresas-connected-card:nth-child(2n),
	.osc-connected-grid .empresas-connected-card:nth-last-child(-n+2) {
		border-right: 0;
		border-bottom: 1px solid #dedede;
	}

	.osc-connected-grid .empresas-connected-card:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 767px) {
	.osc-value-section,
	.osc-benefits-section,
	.osc-problem-dark-section {
		padding: 56px 0 62px;
	}

	.osc-value-section__inner,
	.osc-benefits-section__intro {
		text-align: left;
	}

	.osc-value-section__eyebrow,
	.osc-benefits-section__eyebrow {
		font-size: 11px;
	}

	.osc-value-section__title,
	.osc-benefits-section__title,
	.osc-problem-dark-section__title,
	.osc-audit-risk-section .empresas-audit-risk-section__title {
		font-size: 40px;
	}

	.osc-value-section__description,
	.osc-benefits-section__description,
	.osc-risk-section__description,
	.osc-benefits-list li,
	.osc-problem-dark-section__copy p,
	.osc-problem-dark-list li {
		font-size: 16px;
		line-height: 24px;
	}

	.osc-problem-dark-section__list-wrap h3 {
		font-size: 28px;
	}

	.osc-connected-section {
		padding: 58px 0 64px;
	}

	.osc-connected-section .empresas-connected-section__title {
		font-size: 40px;
	}

	.osc-benefits-section__grid {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-top: 36px;
	}

	.osc-benefits-section__button {
		width: 100%;
		min-height: 48px;
		font-size: 16px;
	}

	.osc-benefits-section__note {
		font-size: 13px;
	}
}
/* termina organizaciones page */

	/* empieza operations */

.operations-section {
	padding: clamp(64px, 10vw, 118px) 0 clamp(60px, 8vw, 96px);
	border-top: 1px solid #1d2fc9;
	border-bottom: 6px solid #0b1777;
	background: #f7f7f8;
}

.operations-section__content {
	display: flex;
	justify-content: space-between;
	width: min(var(--kriva-container-max), calc(100% - (var(--kriva-container-gutter) * 2)));
	max-width: none;
	margin: 0 auto;
	gap: clamp(70px, 11vw, 156px);
	align-items: start;
}

.operations-section__copy {
	padding-top: 4px;
}

.operations-section__eyebrow {
	margin: 0 0 10px;
	color: #1A2BC3;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.2;
	text-transform: uppercase;
    font-family: "Roboto Mono", monospace;
}

.operations-section__title {
	max-width: 420px;
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
    font-weight: 400;
	font-size: 56px;
	letter-spacing: 0;
	line-height: 0.96;
}

.operations-section__title span {
	color: #1A2BC3;
}

.operations-section__description {
	max-width: 396px;
	margin: 12px 0 0;
	color: #5A687D;
    font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}

.operations-list {
	flex: 1 1 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #dddddf;
}

.operations-list__item {
	position: relative;
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 0;
	align-items: center;
	min-height: 69px;
	padding: 0 36px 0 0;
	border-bottom: 1px solid #dddddf;
	color: #000000;
}

.operations-list__item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: #b9b9bc;
	transform: translateY(-50%);
}

.operations-list__item:hover,
.operations-list__item:focus-within {
	min-height: 98px;
	background: #F3F3F3;
}

.operations-list__item:hover::after,
.operations-list__item:focus-within::after {
	background: #1f33d1;
}

.operations-list__number {
	color: #56657d;
	font-family: "Roboto Mono", monospace;
	font-size: 16px;
	line-height: 1;
}

.operations-list__item:hover .operations-list__number,
.operations-list__item:focus-within .operations-list__number {
	color: #1A2BC3;
}

.operations-list__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
    font-family: "DM Sans", sans-serif;
}

/* termina operations */

/* empieza real risk */
.real-risk-section {
	background: #11115c;
	color: #ffffff;
	padding: 60px 0 64px;
}

.real-risk-section__content {
	max-width: 1050px;
	margin: 0 auto;
	text-align: center;
}

.real-risk-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	margin: 0 0 18px;
	padding: 8px 16px;
	border: 1px solid #B5B5B526;
	border-radius: 1px;
	background: #202169;
	color: #ffffff;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.4px;
	line-height: 1;
	text-transform: uppercase;
}

.real-risk-section__title {
	margin: 0;
	color: #E8E8E8;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
	text-align: center;
}

.real-risk-section__description {
	max-width: 720px;
	margin: 22px auto 0;
	color: #E8E8E8;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}

.real-risk-section__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 76px 0 0;
	padding: 0;
	list-style: none;
}

.real-risk-section__list li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 34px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}

.real-risk-section__list li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 1199px) {
	.real-risk-section__title {
		font-size: 46px;
	}

	.real-risk-section__list {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 24px;
	}

	.real-risk-section__list li:nth-child(3) {
		border-left: 0;
	}
}

@media (max-width: 767px) {
	.real-risk-section {
		padding: 48px 0 52px;
	}

	.real-risk-section__content {
		text-align: left;
	}

	.real-risk-section__eyebrow {
		font-size: 12px;
	}

	.real-risk-section__title {
		font-size: 38px;
		line-height: 1.08;
		text-align: left;
	}

	.real-risk-section__description {
		margin-left: 0;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}

	.real-risk-section__list {
		grid-template-columns: 1fr;
		margin-top: 44px;
	}

	.real-risk-section__list li {
		justify-content: flex-start;
		min-height: auto;
		padding: 18px 0;
		text-align: left;
	}

	.real-risk-section__list li + li {
		border-top: 1px solid rgba(255, 255, 255, 0.22);
		border-left: 0;
	}
	}
	/* termina real risk */

/* empieza defensible file */
.defensible-file-section {
	background: #f7f7f8;
	padding: 84px 0 88px;
	border-top: 4px solid #11115c;
}

.defensible-file-section .container-fluid {
	padding-right: 76px;
	padding-left: 76px;
}

.defensible-file-section__copy {
	max-width: 520px;
}

.defensible-file-section__eyebrow {
	margin: 0 0 18px;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 1.2;
	text-transform: uppercase;
}

.defensible-file-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
}

.defensible-file-section__title span {
	display: block;
	color: #1A2BC3;
}

.defensible-file-section__description {
	margin: 24px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.defensible-file-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

.defensible-file-card {
	min-height: 144px;
	padding: 28px 28px 30px;
	background: #ffffff;
}

.defensible-file-card:nth-child(odd) {
	border-right: 1px solid #dedede;
}

.defensible-file-card:nth-child(-n+2) {
	border-bottom: 1px solid #dedede;
}

.defensible-file-card__media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	min-height: 50px;
	margin-bottom: 18px;
	padding: 10px 12px;
	border-radius: 12px;
	background: #f1f1f4;
	color: #1A2BC3;
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.defensible-file-card p {
	margin: 0;
	color: #111111;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

@media (max-width: 1199px) {
	.defensible-file-section .container-fluid {
		padding-right: 32px;
		padding-left: 32px;
	}

	.defensible-file-section__copy {
		max-width: 720px;
		margin-bottom: 42px;
	}
}

@media (max-width: 767px) {
	.defensible-file-section {
		padding: 56px 0 60px;
	}

	.defensible-file-section .container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}

	.defensible-file-section__eyebrow {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.defensible-file-section__title {
		font-size: 40px;
	}

	.defensible-file-section__description {
		font-size: 16px;
		line-height: 24px;
	}

	.defensible-file-grid {
		grid-template-columns: 1fr;
	}

	.defensible-file-card {
		min-height: auto;
		padding: 24px;
	}

	.defensible-file-card:nth-child(odd) {
		border-right: 0;
	}

	.defensible-file-card:nth-child(-n+3) {
		border-bottom: 1px solid #dedede;
	}

	.defensible-file-card p {
		font-size: 16px;
		line-height: 24px;
	}
	}
	/* termina defensible file */

/* empieza kriva audience */
.kriva-audience-section {
	background: #ffffff;
	color: #000000;
	padding: 98px 0 116px;
}

.kriva-audience-section .container-fluid {
	padding-right: 96px;
	padding-left: 96px;
}

.kriva-audience-section__intro {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.kriva-audience-section__eyebrow {
	margin: 0 0 8px;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 1.2;
	text-transform: uppercase;
}

.kriva-audience-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
	text-align: center;
}

.kriva-audience-section__title span {
	color: #1A2BC3;
}

.kriva-audience-section__description {
	margin: 26px auto 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}

.kriva-audience-section__description strong {
	color: #000000;
	font-weight: 700;
}

.kriva-audience-section__items {
	margin-top: 48px;
}

.kriva-audience-section__col {
	position: relative;
}

.kriva-audience-section__col:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	width: 1px;
	height: 68px;
	background: #d9d9df;
}

.kriva-audience-section__col:hover,
.kriva-audience-section__col:focus-within {
	background: #f8f8f9;
	box-shadow: inset 2px 0 0 #1A2BC3;
}

.kriva-audience-card {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 20px;
	align-items: center;
	min-height: 96px;
	padding: 18px 26px;
}

.kriva-audience-card__media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.kriva-audience-card p {
	margin: 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

@media (max-width: 1199px) {
	.kriva-audience-section .container-fluid {
		padding-right: 32px;
		padding-left: 32px;
	}

	.kriva-audience-section__title {
		font-size: 46px;
	}

	.kriva-audience-section__col:nth-child(2)::after {
		content: none;
	}
}

@media (max-width: 767px) {
	.kriva-audience-section {
		padding: 64px 0 72px;
	}

	.kriva-audience-section .container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}

	.kriva-audience-section__intro,
	.kriva-audience-section__title,
	.kriva-audience-section__description {
		text-align: left;
	}

	.kriva-audience-section__eyebrow {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.kriva-audience-section__title {
		font-size: 40px;
	}

	.kriva-audience-section__description {
		font-size: 16px;
		line-height: 24px;
	}

	.kriva-audience-section__items {
		margin-top: 36px;
	}

	.kriva-audience-section__col::after {
		content: none !important;
	}

	.kriva-audience-card {
		grid-template-columns: 54px 1fr;
		padding: 18px 0;
	}

	.kriva-audience-section__col:hover,
	.kriva-audience-section__col:focus-within {
		box-shadow: inset 2px 0 0 #1A2BC3;
	}

	.kriva-audience-card p {
		font-size: 16px;
		line-height: 24px;
	}
	}
	/* termina kriva audience */

/* empieza product infra */
.product-infra-section {
	position: relative;
	overflow: hidden;
	background: #F1F4FA;
	padding: 56px 0 70px;
}

.product-infra-section__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('../kriva/assets/images/Vector.png');
	background-repeat: repeat;
	background-position: top left;
	background-size: auto;
	opacity: 0.8;
}

.product-infra-section .container-fluid {
	position: relative;
	z-index: 1;
	padding-right: 32px;
	padding-left: 32px;
}

.product-infra-section__content {
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
}

.product-infra-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	margin: 0 0 14px;
	padding: 0 18px;
	border: 1px solid #d5d8e1;
	border-radius: 2px;
	background: #ffffff;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 1;
	text-transform: uppercase;
}

.product-infra-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 64px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.92;
	text-align: center;
}

.product-infra-section__title span {
	color: #1A2BC3;
}

.product-infra-section__description {
	max-width: 760px;
	margin: 22px auto 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}

.product-infra-section__description strong {
	color: #000000;
	font-weight: 700;
	}
	/* bullets section */
	.product-infra-bullets-wrap {
		margin-top: 58px;
	}

	.product-infra-bullets{
	    background: #1A2BC3;
	    background: linear-gradient(160deg, rgba(26, 43, 195, 1) 0%, rgba(15, 16, 83, 1) 63%);
	    padding: 82px 90px;
	    width: 100%;
		max-width: 1460px;
		margin: 0 auto;
		border-radius: 6px;
	}

	.product-infra-bullets__copy {
		max-width: 540px;
	}

	.product-infra-bullets__logo {
		display: block;
		width: auto;
		max-width: 190px;
		height: auto;
		margin-bottom: 34px;
	}

	.product-infra-bullet-section__title {
	    margin: 0;
		color: #ffffff;
		font-family: "DM Serif Display", serif;
		font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
}

	.product-infra-bullet-section__title span {
		display: block;
		color: #9397C3;
	}

	.product-infra-bullets__description {
		max-width: 520px;
		margin: 24px 0 0;
		color: #ffffff;
		font-family: "DM Sans", sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
	}

	.product-infra-bullets__panel {
		padding-left: 76px;
		border-left: 1px solid rgba(255, 255, 255, 0.18);
	}

	.product-infra-bullets__list {
		display: grid;
		gap: 22px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.product-infra-bullets__list li {
		display: grid;
		grid-template-columns: 34px 1fr;
		gap: 18px;
		align-items: center;
		color: #ffffff;
		font-family: "DM Sans", sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
	}

	.product-infra-bullets__list li span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.08);
		color: #ffffff;
		font-family: "DM Sans", sans-serif;
		font-size: 9px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}

	.product-infra-bullets__actions {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		margin-top: 40px;
	}

	.product-infra-bullets__btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		min-height: 40px;
		padding: 0 18px;
		border-radius: 2px;
		font-family: "DM Sans", sans-serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 1;
		transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
	}

	.product-infra-bullets__btn:hover,
	.product-infra-bullets__btn:focus-visible {
		transform: translateY(-1px);
	}

	.product-infra-bullets__btn--light {
		background: #ffffff;
		color: #000000;
		border: 1px solid #ffffff;
	}

		.product-infra-bullets__btn--outline {
			background: transparent;
			color: #ffffff;
			border: 1px solid rgba(255, 255, 255, 0.78);
		}

		/* empieza product diagnostic */
		.product-diagnostic-wrap {
			margin-top: 54px;
		}

		.product-diagnostic-card {
			width: 100%;
			max-width: 1460px;
			margin: 0 auto;
			padding: 34px 48px;
			border: 1px solid #dedede;
			border-radius: 6px;
			background: #ffffff;
		}

		.product-diagnostic-card__copy {
			max-width: 520px;
		}

		.product-diagnostic-card__title {
			margin: 0;
			color: #000000;
			font-family: "DM Serif Display", serif;
			font-size: 32px;
			font-weight: 400;
			letter-spacing: 0;
			line-height: 1.08;
		}

		.product-diagnostic-card__description {
			margin: 20px 0 0;
			color: #5A687D;
			font-family: "DM Sans", sans-serif;
			font-size: 18px;
			font-weight: 400;
			line-height: 28px;
		}

		.product-diagnostic-card__button {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			gap: 10px;
			min-height: 42px;
			margin-top: 24px;
			padding: 0 18px;
			border-radius: 3px;
			background: #000000;
			color: #ffffff;
			font-family: "DM Sans", sans-serif;
			font-size: 16px;
			font-weight: 700;
			line-height: 1;
			transition: background-color 180ms ease, transform 180ms ease;
		}

		.product-diagnostic-card__button:hover,
		.product-diagnostic-card__button:focus-visible {
			background: #222222;
			color: #ffffff;
			transform: translateY(-1px);
		}

		.product-diagnostic-card__steps {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			align-items: center;
		}

		.product-diagnostic-step {
			min-height: 86px;
			padding: 0 28px;
			border-left: 1px solid #dedede;
		}

		.product-diagnostic-step__media {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: 54px;
			min-height: 50px;
			margin-bottom: 16px;
			padding: 8px;
			border-radius: 12px;
			background: #f1f1f4;
			color: #1A2BC3;
			font-family: "DM Sans", sans-serif;
			font-size: 10px;
			font-weight: 700;
			line-height: 1.15;
			text-align: center;
		}

		.product-diagnostic-step p {
			margin: 0;
			color: #111111;
			font-family: "DM Sans", sans-serif;
			font-size: 18px;
			font-weight: 400;
			line-height: 24px;
		}
		/* termina product diagnostic */

	@media (max-width: 1199px) {
			.product-infra-section__title {
				font-size: 54px;
			}

		.product-infra-bullets {
			padding: 64px 48px;
		}

		.product-infra-bullets__panel {
			margin-top: 48px;
			padding-top: 48px;
			padding-left: 0;
				border-top: 1px solid rgba(255, 255, 255, 0.18);
				border-left: 0;
			}

			.product-diagnostic-card {
				padding: 34px;
			}

			.product-diagnostic-card__steps {
				margin-top: 34px;
			}

			.product-diagnostic-step:first-child {
				border-left: 0;
			}
		}

		@media (max-width: 767px) {
	.product-infra-section {
		padding: 48px 0 58px;
	}

	.product-infra-section .container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}

	.product-infra-section__content,
	.product-infra-section__title,
	.product-infra-section__description {
		text-align: left;
	}

	.product-infra-section__eyebrow {
		font-size: 12px;
	}

	.product-infra-section__title {
		font-size: 42px;
		line-height: 1;
	}

		.product-infra-section__description {
			font-size: 16px;
			line-height: 24px;
		}

		.product-infra-bullets-wrap {
			margin-top: 40px;
		}

		.product-infra-bullets {
			padding: 42px 24px;
		}

		.product-infra-bullets__logo {
			max-width: 150px;
			margin-bottom: 28px;
		}

		.product-infra-bullet-section__title {
			font-size: 38px;
		}

		.product-infra-bullets__description,
		.product-infra-bullets__list li {
			font-size: 15px;
			line-height: 23px;
		}

		.product-infra-bullets__list {
			gap: 18px;
		}

		.product-infra-bullets__actions {
			flex-direction: column;
		}

		.product-infra-bullets__btn {
			width: 100%;
		}

		.product-diagnostic-wrap {
			margin-top: 36px;
		}

		.product-diagnostic-card {
			padding: 28px 22px;
		}

		.product-diagnostic-card__title {
			font-size: 30px;
		}

		.product-diagnostic-card__description,
		.product-diagnostic-step p {
			font-size: 15px;
			line-height: 23px;
		}

		.product-diagnostic-card__button {
			width: 100%;
		}

		.product-diagnostic-card__steps {
			grid-template-columns: 1fr;
			margin-top: 30px;
		}

		.product-diagnostic-step {
			padding: 22px 0;
			border-top: 1px solid #dedede;
			border-left: 0;
		}

		.product-diagnostic-step:first-child {
			border-top: 0;
		}
	}

    .text-description-infra {
        margin-top: 60px;
    }
    .text-description-infra__title {
        margin: 0;
        color: #000000;
        font-family: "DM Serif Display", serif;
        font-size: 32px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 0.92;
        text-align: center;
    }

	    .text-description-infra__title span {
	        color: #1A2BC3;
	    }

	/* empieza product proof */
	.product-proof-wrap {
		margin-top: 60px;
	}

	.product-proof-card {
		width: 100%;
		max-width: 1460px;
		margin: 0 auto;
		border: 1px solid #dedede;
		border-radius: 6px;
		background: #ffffff;
		overflow: hidden;
	}

	.product-proof-item {
		display: grid;
		grid-template-columns: 56px 1fr;
		gap: 18px;
		align-items: start;
		min-height: 154px;
		padding: 48px 32px;
	}

	.product-proof-card .col-12 + .col-12 .product-proof-item {
		border-left: 1px solid #dedede;
	}

	.product-proof-item__media {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		min-height: 48px;
		padding: 8px;
		border-radius: 12px;
		background: #eef0f6;
		color: #1A2BC3;
		font-family: "DM Sans", sans-serif;
		font-size: 10px;
		font-weight: 700;
		line-height: 1.15;
		text-align: center;
	}

	.product-proof-item h3 {
		margin: 0;
		color: #000000;
		font-family: "DM Serif Display", serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
	}

	.product-proof-item p {
		margin: 12px 0 0;
		color: #000000;
		font-family: "DM Sans", sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}

	@media (max-width: 1199px) {
		.product-proof-card .col-12:nth-child(3) .product-proof-item {
			border-left: 0;
		}

		.product-proof-card .col-12:nth-child(n+3) .product-proof-item {
			border-top: 1px solid #dedede;
		}
	}

	@media (max-width: 767px) {
		.product-proof-item {
			min-height: auto;
			padding: 28px 22px;
		}

		.product-proof-card .col-12 + .col-12 .product-proof-item {
			border-top: 1px solid #dedede;
			border-left: 0;
		}

		.product-proof-item h3 {
			font-size: 17px;
		}

		.product-proof-item p {
			font-size: 15px;
			line-height: 23px;
		}
		}
		/* termina product proof */
		/* termina product infra */

/* empieza with kriva */
.with-kriva-section {
	background: #F9FAFB;
	padding: 58px 0 50px;
}

.with-kriva-section .container-fluid {
	max-width: 1180px;
	padding-right: 24px;
	padding-left: 24px;
}

.with-kriva-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.05;
}

.with-kriva-section__title span {
	color: #1A2BC3;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
}

.with-kriva-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.with-kriva-list__item {
	position: relative;
	display: grid;
	grid-template-columns: 30px 1fr;
	align-items: center;
	min-height: 67px;
	padding: 0 34px 0 0;
	border-bottom: 1px solid #dedede;
	color: #000000;
}

.with-kriva-list__item:first-child {
	border-top: 0;
}

.with-kriva-list__item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: #b9b9bc;
	transform: translateY(-50%);
}

.with-kriva-list__item:hover,
.with-kriva-list__item:focus-within {
	background: #f0f0f1;
}

.with-kriva-list__item:hover::after,
.with-kriva-list__item:focus-within::after {
	background: #1A2BC3;
}

.with-kriva-list__number {
	color: #56657d;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	line-height: 1;
}

.with-kriva-list__item:hover .with-kriva-list__number,
.with-kriva-list__item:focus-within .with-kriva-list__number {
	color: #1A2BC3;
}

.with-kriva-list__text {
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

@media (max-width: 991px) {
	.with-kriva-section__title {
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.with-kriva-section {
		padding: 44px 0;
	}

	.with-kriva-section__title {
		font-size: 34px;
	}

	.with-kriva-list__item {
		grid-template-columns: 38px 1fr;
		min-height: 72px;
	}
	}
	/* termina with kriva */

/* empieza expert form */
.expert-form-section {
	background: #ffffff;
	padding: 82px 0 86px;
}

.expert-form-section .container-fluid {
	max-width: 1460px;
	padding-right: 54px;
	padding-left: 54px;
}

.expert-form-section__copy {
	max-width: 560px;
}

.expert-form-section__eyebrow {
	margin: 0 0 18px;
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 1.2;
	text-transform: uppercase;
}

.expert-form-section__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
}

.expert-form-section__title span {
	color: #1A2BC3;
}

.expert-form-section__description {
	max-width: 520px;
	margin: 22px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.expert-form-card {
	min-height: 394px;
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #f8f8f9;
	overflow: hidden;
}

.expert-form-slide[hidden] {
	display: none;
}

.expert-form-card__top {
	position: relative;
	height: 42px;
	border-bottom: 1px solid #dedede;
	background: #ffffff;
}

.expert-form-card__step {
	position: absolute;
	top: 12px;
	right: 24px;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	line-height: 1;
}

.expert-form-card__progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 5px;
	background: #d6d6d8;
}

.expert-form-card__progress span {
	display: block;
	width: 20%;
	height: 100%;
	background: #1A2BC3;
}

.expert-form-card__body {
	padding: 50px 30px 32px;
}

.expert-form-card__body h3 {
	margin: 0 0 28px;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.expert-form-card__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.expert-form-card__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.expert-form-card__fields input {
	width: 100%;
	min-height: 48px;
	padding: 0 16px;
	border: 1px solid #dedede;
	border-radius: 5px;
	background: #ffffff;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 1;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.expert-form-card__fields input:focus {
	border-color: #1A2BC3;
	box-shadow: 0 0 0 1px #1A2BC3, 0 0 0 4px rgba(26, 43, 195, 0.22);
	outline: none;
}

.expert-form-card__fields input::placeholder {
	color: #9a9a9a;
}

.expert-form-option {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	padding: 0 18px 0 20px;
	border: 1px solid #dedede;
	border-radius: 5px;
	background: #ffffff;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.25;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.expert-form-option:hover,
.expert-form-option:focus-within {
	background: #f4f4f5;
}

.expert-form-option.is-selected {
	border-color: #1A2BC3;
	background: rgba(26, 43, 195, 0.08);
}

.expert-form-option input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.expert-form-option::after {
	content: "";
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-left: 16px;
	border: 1px solid #c7c7c7;
	border-radius: 999px;
	background: #ffffff;
}

.expert-form-option.is-selected::after {
	border: 5px solid #1A2BC3;
}

.expert-form-option--checkbox::after {
	border-radius: 3px;
}

.expert-form-option--checkbox.is-selected::after {
	border: 0;
	background: #1A2BC3;
	box-shadow: inset 0 0 0 4px #1A2BC3;
}

.expert-form-option--checkbox.is-selected::before {
	content: "";
	position: absolute;
	right: 23px;
	top: 50%;
	z-index: 1;
	width: 9px;
	height: 5px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: translateY(-60%) rotate(-45deg);
}

.expert-form-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 30px 22px;
}

.expert-form-card__back,
.expert-form-card__next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 0;
	font-family: "DM Sans", sans-serif;
	line-height: 1;
	cursor: pointer;
}

.expert-form-card__back {
	padding: 0;
	background: transparent;
	color: #9a9a9a;
	font-size: 13px;
	font-weight: 600;
}

.expert-form-card__next {
	min-height: 40px;
	padding: 0 18px;
	border-radius: 3px;
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
}

.expert-form-card__next:disabled {
	background: #a7a7a7;
	cursor: not-allowed;
	opacity: 0.45;
	transform: none;
}

.expert-form-card__submit {
	min-width: 72px;
}

.expert-form-final {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	min-height: 350px;
	padding: 56px 32px;
	text-align: center;
}

.expert-form-final__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-bottom: 16px;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.expert-form-final h3 {
	margin: 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.expert-form-final p {
	max-width: 360px;
	margin: 8px auto 24px;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.expert-form-final h4 {
	margin: 0 0 18px;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.expert-form-final__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.expert-form-final__outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid #000000;
	border-radius: 3px;
	background: #ffffff;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 1199px) {
	.expert-form-section__title {
		font-size: 46px;
	}
}

@media (max-width: 991px) {
	.expert-form-section__copy {
		max-width: 760px;
		margin-bottom: 42px;
	}
}

@media (max-width: 767px) {
	.expert-form-section {
		padding: 56px 0 64px;
	}

	.expert-form-section .container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}

	.expert-form-section__eyebrow {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.expert-form-section__title {
		font-size: 40px;
	}

	.expert-form-section__description {
		font-size: 16px;
		line-height: 24px;
	}

	.expert-form-card__body {
		padding: 34px 20px 24px;
	}

	.expert-form-card__body h3 {
		font-size: 24px;
	}

	.expert-form-card__options {
		grid-template-columns: 1fr;
	}

	.expert-form-card__fields {
		grid-template-columns: 1fr;
	}

	.expert-form-card__footer {
		padding: 22px 20px;
	}

	.expert-form-final {
		padding: 44px 20px;
	}

	.expert-form-final__actions {
		flex-direction: column;
		width: 100%;
	}

	.expert-form-final__actions a {
		width: 100%;
	}
}
/* termina expert form */

@media (max-width: 767px) {
	.hero_description,
	.audit-fit-card p,
	.partners-hero-section__description,
	.partners-audience-section__description,
	.partners-audience-card p,
	.partners-risk-section__description,
	.partners-risk-card p,
	.partners-recurring-section__image-placeholder,
	.operations-section__description,
	.operations-list__text,
	.real-risk-section__description,
	.real-risk-section__list li,
	.defensible-file-section__description,
	.defensible-file-card p,
	.kriva-audience-section__description,
	.kriva-audience-card p,
	.product-infra-section__description,
	.product-infra-bullets__description,
	.product-infra-bullets__list li,
	.product-diagnostic-card__description,
	.product-diagnostic-step p,
	.expert-form-section__description {
		font-size: 16px;
	}
}
					
					.site-footer {
						background: #0F1053;
		color: #ffffff;
	}

.site-footer__inner {
	max-width: 1246px;
	margin: 0 auto;
	padding: 49px 0 48px;
}

.site-footer__top {
	display: grid;
	grid-template-columns: minmax(280px, 440px) 1fr;
	gap: 56px;
	align-items: start;
	padding-bottom: 38px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__brand {
	min-width: 0;
}

.site-footer__brand .custom-logo-link,
.site-footer__brand .custom-logo,
.site-footer__brand-fallback,
.site-footer__brand-fallback img {
	display: block;
}

.site-footer__brand .custom-logo,
.site-footer__brand-fallback img {
	width: auto;
	max-width: 188px;
	max-height: 39px;
	object-fit: contain;
}

.site-footer__brand .custom-logo {
	filter: brightness(0) invert(1);
}

.site-footer__description {
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.38);
	font-size: 12px;
	line-height: 1.5;
}

.site-footer__description p {
	margin: 0;
}

.site-footer__description p + p {
	margin-top: 6px;
}

.site-footer__nav {
	justify-self: end;
	padding-top: 9px;
}

.site-footer__menu,
.site-footer__legal-menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__menu {
	gap: 28px;
}

.site-footer__menu a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 180ms ease;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus-visible,
.site-footer__legal-menu a:hover,
.site-footer__legal-menu a:focus-visible {
	color: #ffffff;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding-top: 27px;
}

.site-footer__copyright {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-footer__legal {
	min-width: 0;
}

.site-footer__legal-menu {
	gap: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	line-height: 1.2;
}

.site-footer__legal-menu li + li::before {
	content: "|";
	margin: 0 5px;
	color: rgba(255, 255, 255, 0.42);
}

.site-footer__legal-menu a {
	color: inherit;
	transition: color 180ms ease;
}

@media (max-width: 1060px) {
	.operations-section__content {
		flex-direction: column;
		gap: 48px;
	}

	.site-footer__inner {
		padding-right: 24px;
		padding-left: 24px;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.site-footer__nav {
		justify-self: start;
	}

	.site-footer__menu {
		flex-wrap: wrap;
		gap: 18px 26px;
	}

	.operations-section__title,
	.operations-section__description {
		max-width: 680px;
	}
}

@media (max-width: 640px) {
	.operations-section {
		min-height: auto;
		padding: 52px 0 64px;
	}

	.operations-list__item {
		grid-template-columns: 36px 1fr;
		min-height: 76px;
		padding-right: 24px;
	}

	.operations-list__item:hover,
	.operations-list__item:focus-within {
		min-height: 76px;
	}

	.operations-section__eyebrow {
		font-size: 9px;
		letter-spacing: 2px;
	}

	.operations-section__title {
		font-size: 42px;
	}

	.site-footer__inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.site-footer__legal-menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.site-footer__legal-menu li + li::before {
		content: none;
	}
}

/* empieza waitlist page */
.kriva-waitlist-page {
	background: #ffffff;
}

.waitlist-hero-section {
	position: relative;
	overflow: hidden;
	padding: 82px 0 78px;
	background-color: #fbfcff;
	background-image: url('../kriva/assets/images/Vector.png');
	background-repeat: repeat;
}

.waitlist-hero-section__shape {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42%;
	height: 100%;
	background: linear-gradient(135deg, #2231d8 0%, #11115a 78%);
	clip-path: polygon(28% 100%, 100% 100%, 100% 0, 70% 0);
	pointer-events: none;
}

.waitlist-hero-section .container-fluid {
	position: relative;
	z-index: 1;
}

.waitlist-hero-section__copy {
	max-width: 670px;
}

.waitlist-hero-section__eyebrow,
.waitlist-proof-section__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin: 0 0 26px;
	padding: 0 16px;
	border: 1px solid #e4e6ea;
	background: rgba(255, 255, 255, 0.72);
	color: #1A2BC3;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.waitlist-hero-section__copy h1 {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.95;
}

.waitlist-hero-section__copy h1 span {
	display: block;
	color: #1A2BC3;
}

.waitlist-hero-section__description {
	max-width: 585px;
	margin: 20px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.waitlist-hero-section__description strong {
	color: #000000;
	font-weight: 700;
}

.waitlist-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	max-width: 680px;
	margin-top: 48px;
}

.waitlist-benefit {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 94px;
	padding: 0 20px;
	text-align: center;
}

.waitlist-benefit + .waitlist-benefit {
	border-left: 1px solid #e1e4ec;
}

.waitlist-benefit__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
}

.waitlist-benefit p {
	margin: 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}

.waitlist-form-card {
	position: relative;
	width: 100%;
	max-width: 520px;
	margin-left: auto;
	padding: 34px 26px 34px;
	border: 1px solid #e1e1e1;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(17, 17, 17, 0.12);
}

.waitlist-form-card__intro {
	margin-bottom: 28px;
	text-align: center;
}

.waitlist-form-card__intro h2 {
	margin: 0;
	color: #343434;
	font-family: "DM Serif Display", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.08;
}

.waitlist-form-card__intro p {
	margin: 12px 0 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.waitlist-form-card__field {
	display: block;
	margin: 0 0 16px;
}

.waitlist-form-card__field input {
	width: 100%;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #ffffff;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	line-height: 1;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.waitlist-form-card__field input:focus {
	border-color: #1A2BC3;
	box-shadow: 0 0 0 1px #1A2BC3, 0 0 0 4px rgba(26, 43, 195, 0.22);
	outline: none;
}

.waitlist-form-card__field input::placeholder {
	color: #a3a3a3;
}

.waitlist-form-card__field.is-invalid input {
	border-color: #ff3838;
	background: #fff5f5;
}

.waitlist-form-card__error {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	color: #e52d2d;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

.waitlist-form-card__error::before {
	content: "";
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2L12.2 11H1.8L7 2Z' stroke='%23e52d2d' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M7 5.2V7.8M7 9.8H7.01' stroke='%23e52d2d' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.waitlist-form-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin-top: 10px;
	border: 0;
	border-radius: 3px;
	background: #000000;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: filter 180ms ease, opacity 180ms ease;
}

.waitlist-form-card__button:hover {
	filter: brightness(0.82);
}

.waitlist-form-card__secure {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 24px 0 0;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.waitlist-form-card__secure span {
	display: inline-flex;
}

.waitlist-proof-section {
	padding: 78px 0 90px;
	background: #ffffff;
}

.waitlist-proof-section__header {
	max-width: 760px;
	margin: 0 auto 56px;
	text-align: center;
}

.waitlist-proof-section__eyebrow {
	margin-bottom: 18px;
	background: #ffffff;
}

.waitlist-proof-section__header h2 {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 46px;
	font-weight: 400;
	line-height: 1.02;
}

.waitlist-proof-section__header h2 span {
	display: block;
	color: #1A2BC3;
}

.waitlist-proof-item {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 82px;
	padding: 0 46px;
}

.waitlist-proof-section__items > [class*="col-"] + [class*="col-"] .waitlist-proof-item {
	border-left: 1px solid #e1e4ec;
}

.waitlist-proof-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: #eef0f6;
}

.waitlist-proof-item h3 {
	margin: 0 0 7px;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
}

.waitlist-proof-item p {
	margin: 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	line-height: 22px;
}

.waitlist-success-section {
	min-height: 650px;
	padding: 86px 0 104px;
	background-color: #fbfcff;
	background-image: url('../kriva/assets/images/Vector.png');
	background-repeat: repeat;
}

.waitlist-success-card {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: min(100%, 740px);
	min-height: 330px;
	margin: 0 auto;
	padding: 52px 48px;
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #ffffff;
	text-align: center;
}

.waitlist-success-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 20px;
	border-radius: 12px;
	background: #f0f1ff;
}

.waitlist-success-card__icon svg {
	width: 28px;
	height: 28px;
}

.waitlist-success-card h1 {
	max-width: 440px;
	margin: 0;
	color: #343434;
	font-family: "DM Serif Display", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.08;
}

.waitlist-success-card p {
	max-width: 430px;
	margin: 18px auto 22px;
	color: #5A687D;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.waitlist-success-card a {
	color: #1A2BC3;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
}

.waitlist-defensible-section {
	padding: 62px 0 44px;
	background-color: #fbfcff;
	background-image: url('../kriva/assets/images/Vector.png');
	background-repeat: repeat;
}

.waitlist-defensible-card {
	padding: 62px 90px;
	border-radius: 4px;
	background: linear-gradient(135deg, #2231d8 0%, #11115a 70%);
	color: #ffffff;
}

.waitlist-defensible-card__copy {
	max-width: 520px;
}

.waitlist-defensible-card__eyebrow,
.waitlist-immediate-section__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	margin: 0 0 28px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-family: "Roboto Mono", monospace;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.4px;
	line-height: 1;
	text-transform: uppercase;
}

.waitlist-defensible-card h2 {
	max-width: 475px;
	margin: 0;
	color: #ffffff;
	font-family: "DM Serif Display", serif;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.02;
}

.waitlist-defensible-card h2 span {
	display: block;
	color: rgba(255, 255, 255, 0.55);
}

.waitlist-defensible-card__copy p:not(.waitlist-defensible-card__eyebrow) {
	max-width: 455px;
	margin: 32px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.waitlist-defensible-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-height: 300px;
	margin: 0;
	padding: 0 0 0 72px;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	list-style: none;
}

.waitlist-defensible-list li,
.waitlist-light-list li {
	position: relative;
	min-height: 28px;
	padding-left: 48px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	line-height: 28px;
}

.waitlist-defensible-list li::before,
.waitlist-light-list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
}

.waitlist-defensible-list li::after,
.waitlist-light-list li::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 8px;
	width: 12px;
	height: 9px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.4 8L11 1' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.waitlist-immediate-section {
	padding: 70px 0 76px;
	background: #ffffff;
}

.waitlist-immediate-section__media {
	margin: 0;
}

.waitlist-immediate-section__media img {
	display: block;
	width: 100%;
	aspect-ratio: 1.58;
	border-radius: 4px;
	object-fit: cover;
}

.waitlist-immediate-section__copy {
	max-width: 560px;
}

.waitlist-immediate-section__eyebrow {
	border-color: #e1e4ec;
	background: #ffffff;
	color: #1A2BC3;
}

.waitlist-immediate-section__copy h2 {
	max-width: 520px;
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 44px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.98;
}

.waitlist-immediate-section__copy h2 span {
	color: #1A2BC3;
}

.waitlist-light-list {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin: 38px 0 0;
	padding: 0;
	list-style: none;
}

.waitlist-light-list li {
	color: #000000;
	font-size: 16px;
}

.waitlist-light-list li::before {
	background: #f0f1ff;
}

.waitlist-light-list li::after {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.4 8L11 1' stroke='%231A2BC3' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.waitlist-final-cta-section {
	position: relative;
	overflow: hidden;
	padding: 94px 0 86px;
	background: #f9fafb;
}

.waitlist-final-cta-section__shape {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	height: 100%;
	background: linear-gradient(135deg, #2231d8 0%, #11115a 78%);
	clip-path: polygon(22% 100%, 100% 100%, 100% 0, 84% 0);
	pointer-events: none;
}

.waitlist-final-cta-section .container-fluid {
	position: relative;
	z-index: 1;
}

.waitlist-final-cta-section__copy {
	max-width: 680px;
}

.waitlist-final-cta-section__copy h2 {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.02;
}

.waitlist-final-cta-section__copy h2 span {
	display: block;
	color: #1A2BC3;
}

.waitlist-final-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 54px;
	margin-top: 58px;
}

.waitlist-final-benefit__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
	border-radius: 10px;
	background: #eef0fb;
}

.waitlist-final-benefit h3 {
	margin: 0 0 4px;
	color: #000000;
	font-family: "DM Serif Display", serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.1;
}

.waitlist-final-benefit p {
	margin: 0;
	color: #000000;
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	line-height: 18px;
}

@media (max-width: 991px) {
	.waitlist-hero-section {
		padding: 64px 0 68px;
	}

	.waitlist-hero-section__shape {
		display: none;
	}

	.waitlist-hero-section__copy {
		max-width: none;
		text-align: center;
	}

	.waitlist-hero-section__copy h1 {
		font-size: 46px;
	}

	.waitlist-hero-section__description {
		margin-right: auto;
		margin-left: auto;
	}

	.waitlist-benefits {
		margin-right: auto;
		margin-left: auto;
	}

	.waitlist-form-card {
		margin: 44px auto 0;
	}

	.waitlist-proof-item {
		padding: 24px 0;
	}

	.waitlist-proof-section__items > [class*="col-"] + [class*="col-"] .waitlist-proof-item {
		border-top: 1px solid #e1e4ec;
		border-left: 0;
	}

	.waitlist-defensible-card {
		padding: 52px 42px;
	}

	.waitlist-defensible-list {
		min-height: 0;
		margin-top: 42px;
		padding-left: 0;
		border-left: 0;
	}

	.waitlist-immediate-section__copy {
		margin-top: 42px;
	}

	.waitlist-final-cta-section__shape {
		display: none;
	}

}

@media (max-width: 767px) {
	.waitlist-hero-section {
		padding: 46px 0 54px;
	}

	.waitlist-hero-section__eyebrow,
	.waitlist-proof-section__eyebrow {
		font-size: 12px;
		letter-spacing: 1.4px;
	}

	.waitlist-hero-section__copy h1 {
		font-size: 40px;
		line-height: 0.98;
	}

	.waitlist-hero-section__description {
		font-size: 16px;
		line-height: 24px;
	}

	.waitlist-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 24px;
	}

	.waitlist-benefit:nth-child(3) {
		border-left: 0;
	}

	.waitlist-form-card {
		padding: 30px 20px;
	}

	.waitlist-form-card__intro h2 {
		font-size: 26px;
	}

	.waitlist-proof-section {
		padding: 58px 0 64px;
	}

	.waitlist-proof-section__header h2 {
		font-size: 36px;
	}

	.waitlist-success-card {
		padding: 42px 24px;
	}

	.waitlist-defensible-section {
		padding: 44px 0 38px;
	}

	.waitlist-defensible-card {
		padding: 38px 24px;
	}

	.waitlist-defensible-card h2,
	.waitlist-immediate-section__copy h2,
	.waitlist-final-cta-section__copy h2 {
		font-size: 34px;
	}

	.waitlist-defensible-card__copy p:not(.waitlist-defensible-card__eyebrow),
	.waitlist-defensible-list li,
	.waitlist-light-list li {
		font-size: 16px;
		line-height: 24px;
	}

	.waitlist-immediate-section,
	.waitlist-final-cta-section {
		padding: 54px 0;
	}

	.waitlist-final-benefits {
		grid-template-columns: 1fr;
		gap: 26px;
		margin-top: 36px;
	}

}
/* termina waitlist page */

/* empieza ajustes tipograficos globales */
[class*="__eyebrow"] {
	font-size: 14px;
}

.hero_description,
.partners-application-hero__description,
.expertos-hero-section__description,
.expertos-clarity-section__description,
.expertos-process-section__description,
.expertos-decision-section__description,
.expertos-decision-card p,
.expertos-roles-section__description,
.expertos-roles-list li,
.expertos-roles-section__note,
.expertos-case-form-section__description,
.expertos-case-form-benefits li,
.expertos-faq-section__description,
.expertos-faq-item__content p,
.expertos-faq-item__content li,
.waitlist-hero-section__description,
.waitlist-proof-item p,
.waitlist-defensible-card__copy p:not(.waitlist-defensible-card__eyebrow),
.waitlist-defensible-list li,
.waitlist-light-list li,
.partners-type-card p,
.partners-client-value-list__text,
.empresas-hero-section__description,
.empresas-audit-risk-card p,
.empresas-infra-list__text,
.empresas-change-list li,
.empresas-industries-section__description,
.osc-risk-section__description,
.osc-benefits-list li,
.osc-problem-dark-section__copy p,
.osc-problem-dark-list li,
.real-risk-section__description,
.defensible-file-section__description,
.defensible-file-card p,
.kriva-audience-section__description,
.kriva-audience-card p,
.product-infra-section__description,
.product-proof-item p,
.product-diagnostic-card__description,
.product-diagnostic-step p,
.with-kriva-list__text,
.expert-form-section__description {
	font-size: 18px;
	line-height: 28px;
}
/* termina ajustes tipograficos globales */

/* empieza alineacion global */
.audit-fit-section > .container-fluid,
.real-risk-section > .container-fluid,
.defensible-file-section > .container-fluid,
.kriva-audience-section > .container-fluid,
.product-infra-section > .container-fluid,
.with-kriva-section > .container-fluid,
.expert-form-section > .container-fluid,
.partners-application-hero > .container-fluid,
.partners-application-section > .container-fluid,
.expertos-hero-section > .container-fluid,
.expertos-clarity-section > .container-fluid,
.expertos-quote-section > .container-fluid,
.expertos-route-section > .container-fluid,
.expertos-process-section > .container-fluid,
.expertos-decision-section > .container-fluid,
.expertos-roles-section > .container-fluid,
.expertos-case-form-section > .container-fluid,
.expertos-faq-section > .container-fluid,
.waitlist-hero-section > .container-fluid,
.waitlist-proof-section > .container-fluid,
.waitlist-success-section > .container-fluid,
.waitlist-defensible-section > .container-fluid,
.waitlist-immediate-section > .container-fluid,
.waitlist-final-cta-section > .container-fluid,
.partners-hero-section > .container-fluid,
.partners-audience-section > .container-fluid,
.partners-risk-section > .container-fluid,
.partners-recurring-section > .container-fluid,
.partners-process-section > .container-fluid,
.partners-cases-section > .container-fluid,
.partners-types-section > .container-fluid,
.partners-client-value-section > .container-fluid,
.empresas-hero-section > .container-fluid,
.empresas-logos-section > .container-fluid,
.empresas-risk-section > .container-fluid,
.empresas-problem-section > .container-fluid,
.empresas-audit-risk-section > .container-fluid,
.empresas-infra-section > .container-fluid,
.empresas-steps-section > .container-fluid,
.empresas-connected-section > .container-fluid,
.empresas-change-section > .container-fluid,
.empresas-industries-section > .container-fluid,
.empresas-certainty-section > .container-fluid,
.empresas-diagnostic-section > .container-fluid,
.osc-value-section > .container-fluid,
.osc-benefits-section > .container-fluid,
.osc-problem-dark-section > .container-fluid,
.osc-audit-risk-section > .container-fluid,
.osc-infra-section > .container-fluid,
.osc-steps-section > .container-fluid,
.osc-connected-section > .container-fluid,
.osc-change-section > .container-fluid,
.osc-industries-section > .container-fluid,
.osc-certainty-section > .container-fluid,
.osc-diagnostic-section > .container-fluid,
.osc-final-cta-section > .container-fluid,
.operations-section__content,
.site-footer__inner {
	width: min(var(--kriva-container-max), calc(100% - (var(--kriva-container-gutter) * 2)));
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.audit-fit-section > .container-fluid > .row,
.real-risk-section > .container-fluid > .row,
.defensible-file-section > .container-fluid > .row,
.kriva-audience-section > .container-fluid > .row,
.product-infra-section > .container-fluid > .row,
.with-kriva-section > .container-fluid > .row,
.expert-form-section > .container-fluid > .row,
.partners-application-hero > .container-fluid > .row,
.partners-application-section > .container-fluid > .row,
.expertos-hero-section > .container-fluid > .row,
.expertos-clarity-section > .container-fluid > .row,
.expertos-quote-section > .container-fluid > .row,
.expertos-route-section > .container-fluid > .row,
.expertos-process-section > .container-fluid > .row,
.expertos-decision-section > .container-fluid > .row,
.expertos-roles-section > .container-fluid > .row,
.expertos-case-form-section > .container-fluid > .row,
.expertos-faq-section > .container-fluid > .row,
.waitlist-hero-section > .container-fluid > .row,
.waitlist-proof-section > .container-fluid > .row,
.waitlist-success-section > .container-fluid > .row,
.waitlist-defensible-section > .container-fluid > .row,
.waitlist-immediate-section > .container-fluid > .row,
.waitlist-final-cta-section > .container-fluid > .row,
.partners-hero-section > .container-fluid > .row,
.partners-audience-section > .container-fluid > .row,
.partners-risk-section > .container-fluid > .row,
.partners-recurring-section > .container-fluid > .row,
.partners-process-section > .container-fluid > .row,
.partners-cases-section > .container-fluid > .row,
.partners-types-section > .container-fluid > .row,
.partners-client-value-section > .container-fluid > .row,
.empresas-hero-section > .container-fluid > .row,
.empresas-logos-section > .container-fluid > .row,
.empresas-risk-section > .container-fluid > .row,
.empresas-problem-section > .container-fluid > .row,
.empresas-audit-risk-section > .container-fluid > .row,
.empresas-infra-section > .container-fluid > .row,
.empresas-steps-section > .container-fluid > .row,
.empresas-connected-section > .container-fluid > .row,
.empresas-change-section > .container-fluid > .row,
.empresas-industries-section > .container-fluid > .row,
.empresas-certainty-section > .container-fluid > .row,
.empresas-diagnostic-section > .container-fluid > .row,
.osc-value-section > .container-fluid > .row,
.osc-benefits-section > .container-fluid > .row,
.osc-problem-dark-section > .container-fluid > .row,
.osc-audit-risk-section > .container-fluid > .row,
.osc-infra-section > .container-fluid > .row,
.osc-steps-section > .container-fluid > .row,
.osc-connected-section > .container-fluid > .row,
.osc-change-section > .container-fluid > .row,
.osc-industries-section > .container-fluid > .row,
.osc-certainty-section > .container-fluid > .row,
.osc-diagnostic-section > .container-fluid > .row,
.osc-final-cta-section > .container-fluid > .row {
	margin-right: 0;
	margin-left: 0;
}

.product-infra-bullets,
.product-diagnostic-card,
.product-proof-card,
.partners-process-section__timeline,
.partners-types-grid {
	width: 100%;
	max-width: none;
}

.kriva-partners-page > section > .container-fluid {
	width: min(var(--kriva-container-max), calc(100% - (var(--kriva-container-gutter) * 2)));
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.kriva-empresas-page > section > .container-fluid {
	width: min(var(--kriva-container-max), calc(100% - (var(--kriva-container-gutter) * 2)));
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.kriva-partners-page > section > .container-fluid > .row:not(.partners-audience-section__cards) {
	margin-right: 0;
	margin-left: 0;
}

.kriva-empresas-page > section > .container-fluid > .row {
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 767px) {
	.kriva-partners-page .partners-audience-section__cards {
		margin-right: calc(var(--kriva-container-gutter) * -1);
		margin-left: calc(var(--kriva-container-gutter) * -1);
		padding-right: var(--kriva-container-gutter);
		padding-left: var(--kriva-container-gutter);
		scroll-padding-left: var(--kriva-container-gutter);
	}
}
/* termina alineacion global */
