@media (max-width: 1060px) {
	.dropdown-content-k::before {
		content: "";
		position: absolute;
		top: -10px;
		left: 30px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: none;
	}

	div.dropdown-content-k {
		background-color: #fff;
		box-shadow: 0 3px 6px #0000000a;
		border: 0.5px solid #fff;
		border-radius: 9px;
		display: none;
		left: -10px;
		margin-top: 10px;
		padding: 14px;
		position: absolute;
		width: max-content;
		z-index: 1;
	}

	.containerT {
		max-width: 100%;
	}
	.navbarMovil {
		display: block;
	}
	.navbarDesktop {
		display: none;
	}
	.navbarTogglerIn {
		display: block;
		border: none;
		height: 32px;
		position: absolute;
		left: 12px;
	}
	.navItem .dropdown-toggle::after {
		border: none;
		background-image: none;
		display: block;
		left: -12px;
		content: url(./../images/icon/arrow.svg);
		position: absolute;
		top: 5px;
		width: 8px;
	}
	.dropdown-content-k a:focus-within,
	a.navLinkIn:focus-within {
		outline: none;
	}
	div.dropdown-content-k {
		display: none;
	}
	.header,
	.header.down,
	.navbarIn {
		background-color: var(--main-white);
		height: 80px;
	}
	.header.down .logo img,
	.logo img {
		height: auto;
		max-width: 160px;
	}
	.navLinkIn {
		margin-left: 0;
	}
	.dropdownMenuIn {
		border: none;
		box-shadow: none;
		padding: 0;
	}

	.navItem .dropdown-toggle::after {
		left: inherit;
		right: 0;
		top: 14px;
	}
	.line-separator {
		display: none;
	}
	.navbarInContent {
		justify-content: center;
	}
	.navbarIn .offcanvas.offcanvas-end {
		transform: translateX(-100%);
		left: 0;
	}
	.navbarIn .offcanvas.show:not(.hiding),
	.navbarIn .offcanvas.showing {
		transform: none;
	}
	button:focus:not(:focus-visible) {
		box-shadow: none;
	}
	.offCanvasDesktop {
		background-clip: border-box;
		flex-direction: column;
	}
	.offCanvas {
		max-width: 300px;
	}
	.offCanvas .btn-close {
		background-image: none;
		position: relative;
		opacity: 1;
	}
	.offCanvas .btn-close:focus,
	.offCanvas .btn-close:focus-visible {
		box-shadow: none;
		outline: none;
	}
	.offCanvas .btn-close:before {
		content: "";
		background-color: var(--main-blue);
		border-radius: 2px;
		height: 3px;
		left: 0;
		position: absolute;
		transform: rotate(45deg);
		width: 24px;
	}
	.offCanvas .btn-close:after {
		content: "";
		background-color: var(--main-blue);
		border-radius: 2px;
		height: 3px;
		left: 0;
		position: absolute;
		transform: rotate(-45deg);
		width: 24px;
	}
	.offCanvas .offcanvas-body {
		margin-bottom: 20px;
	}
	.offcanvasFooter {
		padding: 0 3rem 6rem;
	}
	.header.down .dropdownToggle,
	.dropdownToggle {
		font: 18px "metropolisSemiBold";
	}
	.navbar-nav .nav-link.dropdownToggle.show {
		color: var(--main-blue);
	}
	.dropdownMenu {
		border: none;
	}
	.dropdownMenuIn .dropdown-item,
	.header.down .dropdownMenuTitle a {
		color: var(--main-blue);
		margin-top: 8px;
		padding-left: 0;
	}
	.dropdownMenuTitle {
		margin-left: 8px;
	}
	.header.down .dropdown-menu-item p,
	.dropdown-menu-item p {
		font-size: 16px;
	}
	.dropdownMenuIn .dropdown-item.active {
		background: none;
		color: var(--main-orange);
	}
	.dropdownMenuSubTitle {
		margin: 12px 0;
	}
	.dropdownSubMenu {
		margin-left: 8px;
	}
	.navbarNav {
		flex-direction: column;
		gap: 0;
	}
	.navItem {
		border-bottom: solid 1px rgb(23 55 94 / 50%);
		padding: 8px;
	}
	.navbarNav .navItem:last-child {
		border-bottom: none;
	}

	.btnMainOne .iconChevron {
		stroke: var(--main-white);
	}
	.dropdown-content-k a {
		font-size: 16px;
	}
	.header.down .dropdown-menu-item_language a:first-child,
	.dropdown-menu-item_language a:first-child {
		margin-bottom: 8px;
	}
	.header.down .dropdown-menu-item a {
		margin-top: 0;
	}
	.header.down .dropdown-content-k,
	.dropdown-content-k {
		padding: 12px 16px;
	}
	.btnLinkedin {
		display: inline-block;
		height: 29px;
		width: 29px;
		margin-left: 32px;
	}
	.btnLinkedin img {
		width: 100%;
		margin-top: 0px;
	}
	.containerK {
		max-width: 90%;
	}
	.logos-row {
		flex-wrap: wrap;
	}
	.containerK .d-md-flex {
		gap: 9rem;
	}
	.logos-row {
		flex-wrap: wrap;
	}
	.sBanner {
		height: 65vh;
	}
	.titleServices {
		padding: 0;
	}
	.sChooseUs {
		padding: 60px 0;
	}
	.ChooseUsContent {
		padding-left: 0;
	}
	.ChooseUsFlex {
		gap: 40px;
		margin-top: 32px;
	}
	.cardChooseUsTitle {
		font-size: 100px;
	}
	.cardChooseUsSubtitle {
		font: 32px/32px "metropolisRegular";
	}
	.cardChooseUsCopy {
		font: 16px/20px "metropolisRegular";
	}
	.cardChooseUsCopyEspTwo {
		width: 100%;
	}
	.sHelpYou {
		padding: 60px 0;
	}
	.footerFlex {
		align-items: start;
		flex-direction: column;
		gap: 32px;
	}
	.footerTwoUl {
		grid-column: 1 / 3;
		justify-content: space-between;
	}
	.footerTwoUl li:nth-child(2) {
		text-align: end;
	}
	.footerTwoUl a:hover {
		color: var(--main-white);
	}
	.footerTwoCopyright {
		grid-column: 1 / 3;
		text-align: center;
	}
	.footerTitle {
		font-size: 36px;
	}
	.boxFooterLogo {
		display: none;
	}
	.footerLogo {
		max-width: 140px;
	}
	.footerLogo img {
		width: 100%;
	}
	.footerTwo {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}
	.accordionFooter {
		display: block;
	}
	.accordionFooter .accordion-header,
	.accordionItemAbout .footerLinkTitle {
		display: block;
	}
	.accordionFooter .accordionButton {
		pointer-events: visible;
	}
	.accordionFooter .accordion-body {
		padding: 20px;
	}
	.accordionFooter .accordionItem {
		width: 100%;
	}
	.accordionItemBlog .accordion-body,
	.accordionItemBlog .accordionButton::after,
	.footerLinkTitle {
		display: none;
	}
	.accordion-button:not(.collapsed) {
		box-shadow: none;
	}
	.accordionButton::after {
		filter: invert(1);
	}
	.accordionBodyflex {
		flex-direction: column;
		gap: 0;
	}
	.accordionItemSocial {
		margin-bottom: 0;
	}
	.titleBanner,
	.titleBanner2 {
		font: 30px/39px "metropolisRegular";
	}
	.subTitleMain {
		font-size: 20px;
		margin-bottom: 32px;
	}
	.titleServices {
		font: 28px/32px "metropolisSemiBold";
	}
	.textServices {
		font-size: 20px;
	}
	.carouselServices {
		margin-top: 20px;
		padding: 0 20px;
	}
	.titleMain {
		font: 52px/52px "metropolisSemiBold";
	}

	.boxDBlock {
		display: block;
	}
	.subtitleBannerServicesMain {
		margin-bottom: 60px;
	}
	.titleBannerServicesMain,
	.titleBannerServices {
		font-size: 40px;
		line-height: 40px;
		font: 40px/40px "metropolisSemiBold";
	}
	.tabsServices {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 8px;
		white-space: nowrap;
	}
	.titleServicesFeature {
		font: 48px/48px "metropolisSemiBold";
	}
	.servicesFeaturesFlex,
	.contentBenefitBody {
		flex-direction: column;
	}
	.servicesFeaturesFlex {
		align-items: flex-start;
		gap: 12px;
	}
	.contentBenefit {
		padding: 60px;
	}
	.cardBenefit {
		margin-bottom: 48px;
		max-width: 100%;
		text-align: center;
	}
	.containerSolutions {
		padding: 28px;
	}
	.titleBenefit {
		font: 48px/48px "metropolisSemiBold";
	}
	.subtitleBannerServices {
		font: 48px/50px "metropolisMedium";
	}
	.figureBenefit {
		position: inherit;
		right: 0;
	}
	.contentHeadAbout {
		align-items: flex-start;
		flex-direction: column;
		gap: 32px;
		padding: 0 32px;
	}
	.contentBodyAbout {
		flex-direction: column-reverse;
		gap: 90px;
	}
	.boxFigureCount {
		left: 0;
		margin: auto;
		right: 0;
	}
	.contentBodyAboutPad {
		display: flex;
		gap: 40px;
	}
	.cardA {
		max-width: 50%;
	}
	.cardAcopy382 {
		width: 80%;
	}
	.sSolutions {
		padding: 50px 0;
	}
	.sBannerMain {
		height: 620px;
	}
	.w-45,
	.w-3 {
		width: 100%;
	}
	.containerWhy {
		flex-direction: column;
		gap: 24px;
	}
	.flexGlobal {
		flex-direction: column;
	}
	.contentGlobal,
	.contentGlobal .subTitleMain {
		max-width: 100%;
	}
	.titleAbout {
		font: 60px/40px "metropolisSemibold";
	}
	.sTeam {
		padding: 9rem 20px 2rem;
	}
	.boxPurpose .boxFigureA,
	.boxMission .boxFigureA {
		max-width: 100%;
	}
	.boxFigureA_video {
		padding-bottom: 56%;
	}
	.boxPurpose .contentBodyAbout {
		flex-direction: column;
	}
	.boxMission .cardA {
		padding: 40px 32px 0;
	}
	.mainCase {
		grid-template-columns: 1fr;
	}
	.asideCase {
		padding: 0 32px;
		margin-bottom: 50px;
	}
	.caseTitle {
		font: 20px/42px "metropolisBold";
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
	.caseSubtitle {
		font: 24px/32px "metropolisBold";
	}
	.boxCaseContent {
		font-size: 70px;
	}
	.boxCaseTitle {
		font-size: 20px;
	}
	.casePhase {
		font: 18px/20px "metropolisBold";
		margin-bottom: 12px;
	}
	.boxCase {
		padding-left: 16px;
		padding-right: 16px;
	}
	.boxCaseSubtitle {
		font-size: 24px;
	}
	.flexcardACase {
		padding: 0 32px;
	}
	.keyOutcomes {
		grid-template-columns: 1fr;
	}
	.caseCol {
		padding: 20px 8px;
	}
	.caseColMid {
		padding: 40px 28px;
	}
	.caseColMid::before,
	.caseColMid::after {
		height: 2px;
		width: 260px;
	}
	.caseColMid::before {
		margin: auto;
		right: 0;
		top: 0;
	}
	.caseColMid::after {
		top: 137px;
		left: 0;
		margin: auto;
	}
	.cardTestimonial {
		border-radius: 0;
		flex-direction: column;
		gap: 20px;
		padding: 36px 68px 32px 52px;
	}
	.cardTestimonial .caseSubtitle {
		font-size: 30px;
		padding-right: 32px;
	}
	.cardTestimonialText::before {
		left: 0;
	}
	.flexTimeline {
		flex-direction: column;
		gap: 0;
	}
	.itemHistory {
		display: none;
	}
	.boxSticky {
		padding: 0 44px 0 48px;
		position: inherit;
	}
	.boxTimeline {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.boxTimeline::before {
		left: 0;
	}
	.sHistory::before {
		content: "";
		background-color: #afa6a6;
		height: 97%;
		left: 24px;
		position: absolute;
		top: 0;
		width: 2px;
		z-index: 0;
	}
	.formContent {
		max-width: 100%;
	}
	.accordionValues .accordion-button {
		font: 28px/32px "metropolisSemiBold";
	}
	.footerContact {
		padding-top: 40px;
	}
	.confirmation {
		padding: 0 40px;
	}
	.confirmationFigure {
		text-align: center;
	}
	.confirmationFigure img {
		width: 70%;
	}
	.accordionValues .accordion-body {
		padding-right: 20px;
	}
	.blogBanner {
		margin-bottom: 49px;
	}
	.blogBannerBox {
		padding: 0 32px;
	}
	.blogBannerCopy {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		padding: 0 16px;
	}
	.blogMain {
		padding: 0 41px;
	}
	.article-grid {
		row-gap: 40px;
	}
	.articleContainer,
	.articleFlexContent {
		padding-left: 48px;
		padding-right: 48px;
	}
	.articleBody p {
		font-size: 15px;
		padding-right: 0;
	}
	.articleTitle {
		font: 20px/28px "metropolisBold";
		margin-bottom: 20px;
	}
	p.boxCaseTextAlt {
		padding: 0 68px;
	}
	.articleBanner {
		margin-bottom: 24px;
	}
	.sArticle {
		margin-bottom: 40px;
	}
	.articleFlex {
		flex-direction: column-reverse;
	}
	.articleFlexAlt {
		flex-direction: column;
	}
	.articleBody {
		padding-bottom: 60px;
	}
	.articleHeader {
		padding-top: 9rem;
	}
	.articleBanner {
		height: 300px;
		margin-top: 20px;
	}
	.articleFigure img {
		aspect-ratio: auto;
	}
	.cardBlogDate {
		font-size: 14px;
		letter-spacing: -0.21px;
	}
	.searchBox input {
		max-width: 310px;
	}
	.titleMainBlog {
		font: 38px/60px "metropolisBold";
	}
	.boxSocialItem {
		height: 28px;
		width: 28px;
	}
	.boxSocialItem i {
		height: 20px;
		font-size: 18px;
	}
	.sBlogOverview {
		padding: 60px 0;
	}
	.btnShare {
		height: 28px;
		width: 28px;
	}
	.btnShare img {
		height: 18px;
		width: 18px;
	}
	.articleDesktop {
		display: none;
	}
	.articleMobile {
		display: block;
	}
	p.cardTestimonialText {
		font-size: 15px;
		padding-left: 40px;
	}
	.sProductFeature {
		padding: 55px 0;
	}
	.sProductFeature .containerK {
		padding-left: 32px;
		padding-right: 32px;
	}
	.logos-row {
		flex-wrap: wrap;
	}
	.sectionProduct {
		padding: 56px 0;
	}
	.sectionProduct .tabContent {
		height: auto;
		padding-left: 36px;
		padding-right: 36px;
	}
	.sectionProduct .tabContent img {
		height: auto;
		width: 100%;
	}
	.sBannerProduct .sBannerContainer {
		height: 630px;
	}
	section.sBannerProduct {
		height: 740px;
		padding-top: 3rem;
	}
	.sBannerProduct .btnMainOne {
		background-color: var(--main-white);
		color: var(--main-orange);
	}
	.titleProductFeature {
		font: 30px/38px "metropolisSemiBold";
		margin-bottom: 16px;
		letter-spacing: 0;
	}
	.subtitleProductFeature {
		font: 15px / 23px "metropolisRegular";
	}
	.productFeaturesFlex {
		flex-direction: column;
		gap: 16px;
	}
	.productFeaturesFlexAlt {
		flex-direction: column-reverse;
	}
	.productFeaturesFlex .cardProductFeature:last-child {
		margin-bottom: 0;
	}
	.boxProductFeature img {
		width: 100%;
	}
	.productReadyTitle {
		font: 24px/32px "metropolisSemiBold";
	}
	.productReadyText {
		font: 15px/23px "metropolisRegular";
		padding: 0 24px;
	}
	.productFeatureHead {
		margin-bottom: 16px;
		padding: 0 32px;
	}
	.productFeatureBody img {
		padding: 0 32px;
		width: 100%;
	}
	.productFeatureListBox {
		margin: 0 0 20px;
		padding: 0 32px;
	}
	.productFeatureList {
		font: 24px/32px "metropolisSemiBold";
		margin-bottom: 16px;
	}
	.productFeaturesFlexTwo {
		flex-direction: column;
	}
	.productFeatureListTop {
		margin-top: 48px;
	}
	.sectionProductScheme::before,
	.sectionProductInterchange::before,
	.sectionProductBudget::before {
		background-size: 100%;
		background-position: center 20%;
	}
	.tabsLink img {
		height: 16px;
		width: 16px;
	}
	p.copyBannerAboutW920 {
		max-width: 360px;
	}
	.caseActionTitle {
		margin-left: auto;
		margin-right: auto;
		max-width: 248px;
	}
	.casePhaseTitle {
		font-size: 22px;
	}
	.accordionItemSocial {
		order: 2;
	}
	.cardBlogBodyIndex .cardBlogCopy {
		height: auto;
	}
	.scrollToTopBtn {
		display: none;
	}

	.sServices {
		height: 640px;
	}
}
@media (max-width: 580px) {
	.btn3 {
		margin: auto;
	}
	html,
	body {
		overflow-x: hidden;
	}
	.containerK {
		max-width: 100%;
	}
	.logos-row {
		flex-wrap: wrap;
	}
	.logos-row {
		flex-wrap: wrap;
	}
	.p-lr-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.sBannerContainer {
		align-items: end;
		padding: 9rem 32px 54px;
		align-items: center;
		height: 432px;
	}

	.sBannerContainer2 {
		height: auto;
	}
	.sBanner2 {
		padding-top: 40px;
		height: auto;
	}

	.imageBanner {
		margin-top: 20px;
	}

	.titleBanner {
		font: 40px/42px "metropolisRegular";
		margin-bottom: 0;
		max-width: 268px;
	}

	.titleBanner2 {
		font: 40px/42px "metropolisRegular";
		margin-bottom: 0;
		max-width: 352px;
		text-align: center;
		margin: auto;
	}

	.imageContainer {
		align-items: center;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.imageContainer img {
		height: 200px;
		display: flex;
		margin: auto;
	}
	.subtitleBanner {
		font-size: 14px;
		margin-top: 12px;
	}
	.subtitleBanner2 {
		font-size: 14px;
		margin-top: 12px;
		text-align: center;
	}
	.subTitleMain {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.sServices {
		padding-bottom: 56px;
	}
	.titleServices {
		font: 24px/28px "metropolisSemiBold";
	}
	.btnMainThree {
		margin: auto;
	}
	.textServices {
		font: 18px/20px "metropolisRegular";
	}
	.textServicesEsp {
		max-width: 224px;
	}
	.textServicesEng {
		max-width: 240px;
	}
	.cardServices {
		max-width: 100%;
		padding: 30px 10px 30px 20px;
		width: 300px;
		width: 100%;
	}
	.cardServices::before {
		opacity: 1;
	}
	.cardServicesTitle {
		color: var(--main-white);
		font: 24px/24px "metropolisSemiBold";
		letter-spacing: 0;
		margin-bottom: 10px;
		max-width: 252px;
	}
	.cardServices:hover .cardServicesBody,
	.cardServicesBody {
		margin-top: 8px;
		margin-bottom: 20px;
	}
	.cardServicesTitlePad {
		max-width: 180px;
	}
	.carouselSolutions .cardServicesTitleBilling {
		max-width: 260px;
	}
	.carouselSolutions .cardServicesTitleAgrement {
		max-width: 280px;
	}
	.carouselSolutions .cardServicesTitleBack {
		max-width: 180px;
	}
	.cardServicesCopy {
		font-size: 18px;
		line-height: 20px;
		font: 18px/20px "metropolisRegular";
		height: 50px;
	}
	.cardServicesFigure {
		max-width: 150px;
	}
	.cardServicesFigure img {
		width: 100% !important;
	}
	.cardServicesButton {
		background-color: var(--main-white);
		color: var(--main-blue);
		font-family: "metropolisSemiBold";
	}
	.cardServicesButton .iconChevronServices {
		stroke: var(--main-blue);
	}
	.carouselServices {
		margin-top: 24px;
		max-width: 100%;
	}
	.carouselServices .owl-theme .owl-dots .owl-dot.active span {
		background-color: var(--main-white);
	}
	.carouselServices .owl-theme .owl-dots .owl-dot span {
		background: #fff0;
		border: solid 1px #fff;
	}
	.titleMain {
		font: 38px/40px "metropolisSemiBold";
		padding: 0 8px;
	}
	.sChooseUs {
		padding: 56px 0;
	}
	.ChooseUsContent {
		margin-top: 42px;
		padding: 0 24px;
	}
	.ChooseUsFlex {
		grid-template-columns: repeat(1, 1fr);
		gap: 32px;
	}
	.cardChooseUsTitle {
		font: 75px/70px "metropolisBold";
	}
	.cardChooseUsSubtitle {
		font: 24px/24px "metropolisRegular";
		margin-bottom: 16px;
	}
	.cardChooseUsCopy {
		font: 18px/20px "metropolisRegular";
	}
	.cardChooseUsCopyEsp,
	.cardChooseUsCopyEspTwo,
	.cardChooseUsCopyEng,
	.cardChooseUsCopyEngTwo {
		width: 100%;
	}
	.sBlog {
		padding: 56px 0;
	}
	.carouselBlog {
		margin-top: 40px;
	}
	.cardBlog {
		max-width: max-content;
	}
	.cardBlogTitle {
		display: flex;
		font: 24px/24px "metropolisSemiBold";
	}
	.cardBlogPost .cardBlogCopy {
		display: flex;
	}
	.cardBlogCopy {
		font-size: 18px;
		line-height: 20px;
		font: 18px/20px "metropolisRegular";
	}
	.sHelpYou {
		padding: 44px 24px 36px;
	}
	.footer {
		padding: 16px 16px 0;
	}
	.footerTitle {
		font: 38px/40px "metropolisSemiBold";
	}
	.footerText {
		font: 18px/24px "metropolisRegular";
	}
	.boxRow {
		margin-top: 55px;
	}
	.footerLinkTitle {
		font: 16px "metropolisBold";
		margin-bottom: 16px;
	}
	.sBannerMain,
	.sBannerServices {
		height: auto;
	}
	.sBannerServices .sBannerContainer {
		align-items: center;
	}
	.titleBannerServicesMain,
	.titleBannerServices {
		font-size: 36px;
		font: 36px/40px "metropolisSemiBold";
		margin-bottom: 16px;
		letter-spacing: -0.72px;
	}
	.subtitleBannerServicesMain {
		font-size: 16px;
		margin-bottom: 32px;
	}
	.titleBannerServicesMob {
		max-width: 400px;
	}
	.copyBannerServices,
	.copyBannerAbout {
		font: 14px/18px "metropolisRegular";
		max-width: 386px;
	}

	.w-298 {
		max-width: 298px;
	}
	.sectionServices {
		padding: 130px 0 60px;
	}
	.containerServicesHead {
		padding: 0 36px;
	}
	.tabsServices .tabsLink {
		margin-right: 8px;
	}
	.tabsServices .tabsLink.active {
		border-width: 4px;
	}
	.titleServicesMain {
		font: 28px/32px "metropolisSemiBold";
		margin-bottom: 16px;
	}
	.titleServicesMain290,
	.titleServicesMain330,
	.titleServicesMain260 {
		max-width: 100%;
	}
	.copyServicesMain {
		font: 18px/22px "metropolisMedium";
	}
	.iconServicesMain {
		height: 54px;
		top: -80px;
	}
	.tabContent {
		border-radius: 0;
		padding: 20px 54px;
	}
	.tabContent img {
		height: 36px;
	}
	.tabContentImg img {
		height: 100%;
	}
	.tabContentTitle {
		font: 24px/26px "metropolisSemiBold";
	}
	.tabContentCopy {
		font: 16px/20px "metropolisRegular";
	}
	.tabContentFlex {
		flex-direction: column;
		gap: 12px;
	}
	.boxBtnBg .btnMainBg {
		margin: auto;
	}
	.boxTabsOdd .tabsLink.active,
	.boxTabsEven .tabsLink.active {
		background-color: #fff0;
	}
	.boxTabsOdd .tabContent {
		background-color: #f4f4f4;
	}
	.boxTabsEven .tabContent {
		background-color: var(--main-white);
	}
	.figureBannerServices {
		height: 48px;
		margin-bottom: 12px;
		width: 80px;
	}
	.subtitleBannerServices {
		font: 24px/26px "metropolisMedium";
	}
	.sServicesFeature {
		padding: 56px 24px;
	}
	.titleServicesFeature {
		font-size: 38px;
		line-height: 42px;
	}
	.titleServicesFeature span {
		color: var(--main-orange);
	}
	.subtitleServicesFeature {
		font: 16px/20px "metropolisRegular";
	}
	.servicesFeatureBody .servicesFeaturesFlex:last-child {
		margin-bottom: 0;
	}
	.servicesFeatureHead {
		margin-bottom: 56px;
	}
	.boxFeatureImg {
		height: 44px;
		margin-bottom: 16px;
	}
	.boxFeatureTitle {
		font: 44px/48px "metropolisSemiBold";
		letter-spacing: 0;
		margin-bottom: 12px;
		margin-top: 4px;
	}
	.boxFeatureTitleTwo {
		font: 35px/37px "metropolisSemibold";
	}
	.boxFeatureSubtitle {
		font: 28px/37px "metropolisSemibold";
	}
	.boxBtnTwo {
		margin-top: 16px;
		margin-bottom: 20px;
	}
	.cardServicesFeature {
		padding: 24px 26px 28px 26px;
	}
	.cardFeatureTitle {
		font: 56px/58px "metropolisBold";
	}
	.cardFeatureTitleTwo {
		font: 38px/37px "metropolisBold";
		margin-bottom: 20px;
	}
	.cardFeatureTitleEsp {
		font-size: 44px;
	}
	.cardFeatureSubtitle {
		font: 32px/37px "metropolisRegular";
		margin-bottom: 20px;
	}
	.boxServicesFeature336 {
		max-width: 100%;
	}
	.contentBenefitHead960 {
		max-width: 320px;
	}
	.contentBenefitHead364 {
		max-width: 364px;
	}
	.contentBenefit {
		border-radius: 0;
		padding: 54px 40px;
	}
	.contentBenefitBody {
		align-items: center;
	}
	.contentBenefitBody .cardBenefit:last-child {
		margin-bottom: 0;
	}
	.subtitleBenefit {
		font: 16px/19px "metropolisSemiBold";
		letter-spacing: 1.6px;
	}
	.titleBenefit {
		font: 32px/36px "metropolisSemiBold";
	}
	.cardBenefit {
		text-align: center;
		margin-bottom: 36px;
	}
	.cardBenefitNumber {
		font: 60px/60px "metropolisSemiBold";
		margin-bottom: 4px;
	}
	.cardBenefitTitle {
		font: 28px/32px "metropolisSemiBold";
		margin-bottom: 12px;
	}
	.cardBenefitCopy {
		font: 18px/20px "metropolisRegular";
	}
	.flexBenefit {
		flex-direction: column;
		gap: 0;
		margin-left: 32px;
	}
	.subtitleBenefitTwo {
		text-align: center;
	}
	.contentBenefitBodyTwo p {
		font-size: 20px;
		margin-left: 32px;
	}
	.w-280 {
		max-width: 280px;
	}
	.titleBenefit700 {
		max-width: 370px;
	}
	.sSolutions {
		padding: 54px 0;
	}
	.containerSolutions .subTitleMain {
		padding-left: 50px;
	}
	.carouselSolutions .cardServicesButton {
		background-color: #fff0;
		font-family: "metropolisRegular";
	}
	.carouselSolutions .cardServicesButton:active {
		background-color: var(--main-orange);
		color: var(--main-white);
	}
	.carouselSolutions .cardServicesButton .iconChevronServices,
	.carouselSolutions .cardServices:hover .iconChevronServices {
		stroke: var(--main-orange);
	}
	.carouselSolutions .cardServices,
	.carouselSolutions .cardServices:hover {
		background-color: #f4f4f4;
		border-color: var(--main-blue);
	}
	.carouselSolutions .cardServices:hover .cardServicesFigure img {
		filter: var(--cFilterBlue);
	}
	.carouselSolutions .cardServices:hover .cardServicesTitle,
	.carouselSolutions .cardServices:hover .cardServicesCopy {
		color: var(--main-blue);
	}
	.carouselSolutions .cardServices:hover .cardServicesBody {
		margin-top: 12px;
		margin-bottom: 20px;
	}
	.carouselSolutions .cardServices:hover .cardServicesButton {
		background-color: #fff0;
		border-color: var(--main-orange);
		color: var(--main-orange);
	}
	.sectionServicesBilling::before,
	.sectionServicesAgreement::before,
	.sectionServicesInterchange::before,
	.sectionServicesIncontrol::before {
		background-position: top right;
		top: 3%;
	}
	.titleServicesFeatureIncontrol {
		font-size: 36px;
	}
	.w-296 {
		max-width: 296px;
	}
	.tabsServices::-webkit-scrollbar {
		width: 2px;
		height: 0;
	}
	.tabsServices::-webkit-scrollbar-track {
		border-radius: 100px;
	}
	.tabsServices::-webkit-scrollbar-thumb {
		border-radius: 100px;
		box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
	}
	.containerSolutions {
		padding: 0;
	}
	.sGlobal,
	.sClients {
		padding: 60px 0 20px;
	}
	.sAbout {
		padding: 44px 0;
	}
	.copyBannerAboutW900 {
		font: 14px/18px "metropolisRegular";
	}
	.mb-about {
		margin-bottom: 60px;
	}
	.titleAbout {
		font: 28px/32px "metropolisSemibold";
	}
	.copyAbout {
		font: 18px/22px "metropolisRegular";
	}
	.contentBodyAboutPad {
		flex-direction: column;
		padding: 0 40px 0 32px;
	}
	.cardA {
		max-width: 100%;
	}
	.contentBodyAboutCase {
		flex-direction: column;
	}
	.cardATitle {
		font-size: 24px;
	}
	.cardAcopy {
		font-size: 18px;
		width: 100%;
	}
	.boxFigureA {
		height: auto;
		border-radius: 0;
	}
	.boxFigureARight img,
	.boxFigureALeft img {
		border-radius: 8px;
	}
	.cardACase {
		max-width: max-content;
		padding: 0 32px;
	}
	.contentWhy {
		padding: 0 32px;
	}
	.boxWhyTtile {
		font: 52px/52px "metropolisSemiBold";
	}
	.boxWhyCopyW412 {
		width: 370px;
		max-width: 100%;
	}
	.boxWhyCopy {
		font: 18px/22px "metropolisRegular";
	}
	.boxWhy,
	.boxWhyCopyW320Esp,
	.w-2 {
		width: 100%;
	}
	.contentGlobal {
		margin: auto;
		max-width: 440px;
	}
	.page {
		height: 80vh;
	}
	.boxMapGlobal iframe {
		height: 480px;
	}
	.sPurpose {
		padding: 40px 0 0;
	}
	.subtitlePurpose {
		font: 16px/19px "metropolisSemibold";
		margin: 0 auto 32px;
		max-width: 324px;
	}
	.titlePurpose {
		font: 32px/34px "metropolisSemibold";
		margin: 0 auto 44px;
		max-width: 385px;
	}
	.titlePurpose span {
		color: inherit;
	}
	.carouselBankDesktop {
		display: none;
	}
	.carouselBankMovil {
		display: block;
	}
	.figureBank {
		margin: 0 8px;
	}
	.figureBank img {
		object-fit: scale-down;
	}
	.boxPurpose .cardATitle,
	.boxMission .cardATitle {
		font: 38px/42px "metropolisSemiBold";
		letter-spacing: 1.33px;
		margin-bottom: 20px;
	}
	.boxPurpose .cardAFigure,
	.boxMission .cardAFigure {
		height: 44px;
	}
	.sValues {
		padding: 60px 32px;
	}
	.accordionValues .accordion-button {
		font: 24px/28px "metropolisSemiBold";
	}
	.accordionValues .accordion-header {
		padding: 16px;
	}
	.accordionValues .accordionUl {
		font: 18px/22px "metropolisRegular";
		padding: 0 0 0 14px;
	}
	.sTeam,
	.sHistory {
		padding: 8rem 0 0;
		position: relative;
	}
	.sTeam {
		padding-bottom: 60px;
	}
	.contentHeadTeam .titleMain {
		font-size: 36px;
		letter-spacing: -0.72px;
		padding-left: 0;
	}
	.containerTeam {
		padding: 0 32px;
	}
	.containerTeam .copyMain {
		font-size: 18px;
		margin: 12px 0 20px;
	}
	.gridTeam {
		gap: 32px;
	}
	.cardTeam {
		max-width: 100%;
	}
	.cardTeamFlex {
		display: flex;
		gap: 16px;
	}
	.cardTeamFigure {
		filter: none;
		height: 196px;
		max-width: 174px;
		flex: 1;
	}
	.cardTeamFigure img {
		height: 100%;
		object-fit: cover;
	}
	.cardTeamBody {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 51%;
	}
	.cardTeamBodyNoMail {
		justify-content: flex-start;
	}
	.cardTeamName {
		font: 24px/26px "metropolisSemiBold";
		margin-top: 0;
		margin-bottom: 8px;
	}
	.cardTeamName span,
	.cardTeamPuesto span {
		display: block;
	}
	.cardTeamPuesto {
		font: 18px/22px "metropolisRegular";
	}
	.blockArrow img {
		object-fit: contain;
	}
	.cardTeamFlex .blockArrow,
	.cardTeamFlex .cardTeamActions {
		opacity: 1;
	}
	.cardTeamActions {
		flex-direction: column-reverse;
		margin-bottom: 0;
		margin-top: 8px;
	}
	.btnMainMail {
		background-color: #fff0;
		color: var(--main-orange);
		height: 42px;
		padding: 11px 15px;
	}
	.cardTeam .accordion-body {
		padding: 16px 0;
	}
	.cardTeam .iconChevron {
		stroke: var(--main-orange);
	}
	.containerTimeline {
		height: auto;
	}
	.headTimeLine {
		margin-top: 24px;
		padding: 0 42px 0 60px;
		width: 100%;
	}
	.titleTimeline {
		font: 40px/44px "metropolisSemiBold";
	}
	.titleTimeline::before {
		left: -32px;
		top: 20px;
		width: 20px;
	}
	.subtitleTimeline {
		font: 38px/31px "metropolisSemiBold";
		margin-bottom: 12px;
	}
	.copyTimeline,
	.boxSticky .copyMain {
		font-size: 18px;
	}
	.figureTimeline {
		height: 224px;
	}
	.figureTimeline img {
		object-fit: cover;
	}
	.figureTimeline .blockArrow {
		background-color: var(--main-orange);
		opacity: 1;
		pointer-events: all;
	}
	.figureTimeline .blockArrow img {
		object-fit: initial;
		width: 16px;
	}
	.boxSticky .figureHead {
		height: 44px;
		margin-bottom: 40px;
		width: 44px;
	}
	.boxSticky .titleMain {
		padding: 0;
	}
	.boxSticky .copyMain {
		margin: 12px 0 0;
	}
	.boxTimeline::before {
		display: none;
	}
	.cardServicesFooter {
		margin-top: 8px;
	}
	.copyBannerContact {
		max-width: 276px;
	}
	.copyBannerContact {
		max-width: 317px;
	}
	.accordionCopy {
		font: 18px/22px "metropolisRegular";
		margin: 0;
	}
	.boxTimeline .collapse:not(.show) {
		display: none;
	}
	.sContact {
		padding: 60px 32px;
	}
	.titleBannerContact {
		font: 56px/40px "metropolisSemiBold";
		margin-bottom: 32px;
	}
	.titleMainContact {
		font: 46px/56px "metropolisSemiBold";
	}
	.flexCardsServices {
		flex-direction: column;
	}
	.titleForm {
		font: 18px/30px "metropolisRegular";
		margin-bottom: 24px;
	}
	.boxCard,
	.boxCard label {
		max-width: 100%;
		width: 100%;
	}
	.boxCard label {
		font-size: 18px;
		padding: 16px 20px 16px 84px;
	}
	.boxCard img {
		bottom: 0;
		left: 32px;
		margin: auto;
		top: 0;
		width: 40px;
	}
	.boxCard:nth-child(1) img,
	.boxCard:nth-child(3) img {
		height: 34px;
		width: 43px;
	}
	.formContent {
		margin: 40px 0;
		max-width: 400px;
	}
	.confirmationFigure {
		max-width: 288px;
	}
	.confirmationTitle {
		font: 50px/56px "metropolisSemiBold";
	}
	.confirmationBox {
		margin-bottom: 20px;
		max-width: 314px;
	}
	.confirmationCopy {
		font: 20px/24px "metropolisRegular";
		margin-bottom: 20px;
	}
	.sBannerLegalOverview .sBannerContainer {
		height: 280px;
	}
	.sLegal {
		padding: 60px 42px;
	}
	.titleLegal {
		letter-spacing: -0.72px;
		font-size: 36px;
		margin-bottom: 24px;
	}
	.copyLegal,
	.ulLegal li {
		font-size: 18px;
	}
	.boxLegal {
		margin-bottom: 60px;
	}
	.boxActionLegal .btnMain {
		margin: auto;
	}
	.sCookie {
		padding: 0 20px;
		z-index: 10;
	}
	.flexCookie {
		flex-direction: column;
		gap: 20px;
	}
	.copyCookie {
		font-size: 16px;
		text-align: center;
	}
	.btnActionCookie {
		align-items: center;
		gap: 16px;
		flex-direction: column;
	}
	.btnActionCookie .btnMain {
		padding-left: 16px;
		padding-right: 16px;
		width: max-content;
	}
	.btnActionCookie .btnMainOne {
		background-color: var(--main-white);
		color: var(--main-orange);
		width: 100%;
	}
	.btnActionCookie .btnCookies {
		width: 100%;
	}
	.boxTableCookie {
		overflow-x: scroll;
		width: 100%;
	}
	.tableCookie {
		width: 740px;
	}
	.boxAgreeText {
		font-size: 14px;
	}
	.boxSubmit {
		margin-bottom: 50px;
	}
	.formGroup input {
		font-size: 18px;
	}
	.textMessage {
		font-size: 14px;
	}
	.boxAgreePolicy .textMessage {
		font-size: 12px;
		line-height: 20px;
	}
	.flexCardsServices {
		max-width: 400px;
	}
	.titleMainArticle {
		font-size: 36px;
		letter-spacing: -0.72px;
		margin-left: 40px;
		margin-right: 23px;
	}
	.searchBoxMb {
		padding: 0 48px;
	}
	.blogBanner {
		border-radius: initial;
	}
	.logos-row img {
		width: 115px;
		height: auto;
	}
}
@media (max-width: 600px) {
	.btn3 {
		margin: auto;
	}
	.cardServices:hover .cardServicesBody,
	.cardServicesBody {
		margin-top: 25px;
		margin-bottom: 0px !important;
	}

	.sServices {
		height: 567px !important;
	}
}
@media (max-width: 652px) {
	.btn3 {
		margin: auto;
	}

	html,
	body {
		overflow-x: hidden;
	}
	.containerK {
		max-width: 100%;
	}
	.logos-row {
		flex-wrap: wrap;
	}
	.logos-row {
		flex-wrap: wrap;
	}
	.p-lr-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.sBannerContainer {
		align-items: end;
		padding: 9rem 32px 54px;
		align-items: center;
		height: 432px;
	}

	.sBannerContainer2 {
		height: auto;
	}
	.sBanner2 {
		padding-top: 40px;
		height: auto;
	}

	.imageBanner {
		margin-top: 20px;
	}

	.titleBanner {
		font: 40px/42px "metropolisRegular";
		margin-bottom: 0;
		max-width: 268px;
	}

	.titleBanner2 {
		font: 30px/38px "metropolisRegular";
		margin-bottom: 0;
		max-width: 352px;
		text-align: center;
		margin: auto;
	}

	.imageContainer {
		align-items: center;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.imageContainer img {
		height: 200px;
		display: flex;
		margin: auto;
	}
	.subtitleBanner {
		font-size: 14px;
		margin-top: 12px;
	}
	.subtitleBanner2 {
		font-size: 15px;
		margin-top: 18px;
		text-align: center;
		padding: 0px 15px;
	}
	.subTitleMain {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.sServices {
		padding-bottom: 56px;
	}
	.titleServices {
		font: 20px/28px "metropolisSemiBold";
	}
	.btnMainThree {
		margin: auto;
	}
	.textServices {
		font: 18px/20px "metropolisRegular";
	}
	.textServicesEsp {
		max-width: 224px;
	}
	.textServicesEng {
		max-width: 240px;
	}
	.cardServices {
		max-width: 100%;
		padding: 30px 10px 30px 20px;
		width: 300px;
		width: 100%;
	}
	.cardServices::before {
		opacity: 1;
	}
	.cardServicesTitle {
		color: var(--main-white);
		font: 20px/29px "metropolisSemiBold";
		letter-spacing: 0;
		margin-bottom: 10px;
		max-width: 252px;
	}
	.cardServices:hover .cardServicesBody,
	.cardServicesBody {
		margin-top: 25px;
		margin-bottom: 45px;
		min-height: 147px;
	}
	.cardServicesTitlePad {
		max-width: 180px;
	}
	.carouselSolutions .cardServicesTitleBilling {
		max-width: 260px;
	}
	.carouselSolutions .cardServicesTitleAgrement {
		max-width: 280px;
	}
	.carouselSolutions .cardServicesTitleBack {
		max-width: 180px;
	}
	.cardServicesCopy {
		font-size: 18px;
		line-height: 20px;
		font: 18px/20px "metropolisRegular";
		height: 50px;
	}
	.cardServicesFigure {
		max-width: 150px;
	}
	.cardServicesFigure img {
		width: 70% !important;
	}
	.cardServicesButton {
		background-color: var(--main-white);
		color: var(--main-blue);
		font-family: "metropolisSemiBold";
	}
	.cardServicesButton .iconChevronServices {
		stroke: var(--main-blue);
	}
	.carouselServices {
		margin-top: 24px;
		max-width: 100%;
	}
	.carouselServices .owl-theme .owl-dots .owl-dot.active span {
		background-color: var(--main-white);
	}
	.carouselServices .owl-theme .owl-dots .owl-dot span {
		background: #fff0;
		border: solid 1px #fff;
	}
	.titleMain {
		font: 24px/28px "metropolisSemiBold";
		padding: 0 8px;
	}
	.sChooseUs {
		padding: 56px 0;
	}
	.ChooseUsContent {
		margin-top: 42px;
		padding: 0 24px;
	}
	.ChooseUsFlex {
		grid-template-columns: repeat(1, 1fr);
		gap: 32px;
	}
	.cardChooseUsTitle {
		font: 50px/70px "metropolisBold";
	}
	.cardChooseUsSubtitle {
		font: 24px/32px "metropolisRegular";
		margin-bottom: 16px;
	}
	.cardChooseUsCopy {
		font: 15px/23px "metropolisRegular";
	}
	.cardChooseUsCopyEsp,
	.cardChooseUsCopyEspTwo,
	.cardChooseUsCopyEng,
	.cardChooseUsCopyEngTwo {
		width: 100%;
	}
	.sBlog {
		padding: 56px 25px;
	}
	.carouselBlog {
		margin-top: 40px;
	}
	.cardBlog {
		max-width: max-content;
	}
	.cardBlogTitle {
		display: flex;
		font: 20px/28px "metropolisSemiBold";
	}
	.cardBlogPost .cardBlogCopy {
		display: flex;
	}
	.cardBlogCopy {
		font-size: 18px;
		line-height: 20px;
		font: 18px/20px "metropolisRegular";
	}
	.sHelpYou {
		padding: 44px 24px 36px;
	}
	.footer {
		padding: 16px 16px 0;
	}
	.footerTitle {
		font: 30px/32px "metropolisSemiBold";
	}
	.footerText {
		font: 18px/24px "metropolisRegular";
	}
	.boxRow {
		margin-top: 55px;
	}
	.footerLinkTitle {
		font: 16px "metropolisBold";
		margin-bottom: 16px;
	}
	.sBannerMain,
	.sBannerServices {
		height: auto;
	}
	.sBannerServices .sBannerContainer {
		align-items: center;
	}
	.titleBannerServicesMain,
	.titleBannerServices {
		font-size: 36px;
		font: 30px/38px "metropolisSemiBold";
		margin-bottom: 16px;
		letter-spacing: -0.72px;
	}
	.subtitleBannerServicesMain {
		font-size: 16px;
		margin-bottom: 32px;
	}
	.titleBannerServicesMob {
		max-width: 400px;
	}
	.copyBannerServices,
	.copyBannerAbout {
		font: 15px/23px "metropolisRegular";
		max-width: 386px;
	}

	.w-298 {
		max-width: 298px;
	}
	.sectionServices {
		padding: 130px 0 60px;
	}
	.containerServicesHead {
		padding: 0 36px;
	}
	.tabsServices .tabsLink {
		margin-right: 8px;
	}
	.tabsServices .tabsLink.active {
		border-width: 4px;
	}
	.titleServicesMain {
		font: 24px/32px "metropolisSemiBold";
		margin-bottom: 16px;
	}
	.titleServicesMain290,
	.titleServicesMain330,
	.titleServicesMain260 {
		max-width: 100%;
	}
	.copyServicesMain {
		font: 15px/23px "metropolisRegular";
	}
	.iconServicesMain {
		height: 54px;
		top: -80px;
	}
	.tabContent {
		border-radius: 0;
		padding: 54px 54px 0px 54px;
	}
	.tabContent img {
		height: 36px;
	}
	.tabContentImg img {
		height: 100%;
	}
	.tabContentTitle {
		font: 20px/28px "metropolisSemiBold";
	}
	.tabContentCopy {
		font: 15px/23px "metropolisRegular";
	}
	.tabContentFlex {
		flex-direction: column;
		gap: 12px;
	}
	.boxBtnBg .btnMainBg {
		margin: auto;
	}
	.boxTabsOdd .tabsLink.active,
	.boxTabsEven .tabsLink.active {
		background-color: #fff0;
	}
	.boxTabsOdd .tabContent {
		background-color: #f4f4f4;
	}
	.boxTabsEven .tabContent {
		background-color: var(--main-white);
	}
	.figureBannerServices {
		height: 48px;
		margin-bottom: 12px;
		width: 80px;
	}
	.subtitleBannerServices {
		font: 20px/28px "metropolisMedium";
	}
	.sServicesFeature {
		padding: 56px 24px;
	}
	.titleServicesFeature {
		font-size: 38px;
		line-height: 42px;
	}
	.titleServicesFeature span {
		color: var(--main-orange);
	}
	.subtitleServicesFeature {
		font: 15px/23px "metropolisRegular";
	}
	.servicesFeatureBody .servicesFeaturesFlex:last-child {
		margin-bottom: 0;
	}
	.servicesFeatureHead {
		margin-bottom: 56px;
	}
	.boxFeatureImg {
		height: 44px;
		margin-bottom: 16px;
	}
	.boxFeatureTitle {
		font: 32px/40px "metropolisSemiBold";
		letter-spacing: 0;
		margin-bottom: 8px;
		margin-top: 4px;
	}
	.boxFeatureTitleTwo {
		font: 24px/32px "metropolisSemibold";
	}
	.boxFeatureSubtitle {
		font: 24px/32px "metropolisSemibold";
		margin-bottom: 10px;
	}
	.boxBtnTwo {
		margin-top: 16px;
		margin-bottom: 20px;
	}
	.cardServicesFeature {
		padding: 24px 26px 28px 26px;
	}
	.cardFeatureTitle {
		font: 56px/58px "metropolisBold";
	}
	.cardFeatureTitleTwo {
		font: 38px/37px "metropolisBold";
		margin-bottom: 20px;
	}
	.cardFeatureTitleEsp {
		font-size: 44px;
	}
	.cardFeatureSubtitle {
		font: 24px/32px "metropolisRegular";
		margin-bottom: 20px;
	}
	.boxServicesFeature336 {
		max-width: 100%;
	}
	.contentBenefitHead960 {
		max-width: 320px;
	}
	.contentBenefitHead364 {
		max-width: 364px;
	}
	.contentBenefit {
		border-radius: 0;
		padding: 54px 40px;
	}
	.contentBenefitBody {
		align-items: center;
	}
	.contentBenefitBody .cardBenefit:last-child {
		margin-bottom: 0;
	}
	.subtitleBenefit {
		font: 16px/19px "metropolisSemiBold";
		letter-spacing: 1.6px;
	}
	.titleBenefit {
		font: 30px/38px "metropolisSemiBold";
	}
	.cardBenefit {
		text-align: center;
		margin-bottom: 36px;
	}
	.cardBenefitNumber {
		font: 60px/60px "metropolisSemiBold";
		margin-bottom: 4px;
	}
	.cardBenefitTitle {
		font: 24px/32px "metropolisSemiBold";
		margin-bottom: 12px;
	}
	.cardBenefitCopy {
		font: 15px/23px "metropolisRegular";
	}
	.flexBenefit {
		flex-direction: column;
		gap: 0;
		margin-left: 32px;
	}
	.subtitleBenefitTwo {
		text-align: center;
	}
	.contentBenefitBodyTwo p {
		font-size: 20px;
		margin-left: 32px;
	}
	.w-280 {
		max-width: 280px;
	}
	.titleBenefit700 {
		max-width: 370px;
	}
	.sSolutions {
		padding: 54px 0;
	}
	.containerSolutions .subTitleMain {
		padding-left: 50px;
	}
	.carouselSolutions .cardServicesButton {
		background-color: #fff0;
		font-family: "metropolisRegular";
	}
	.carouselSolutions .cardServicesButton:active {
		background-color: var(--main-orange);
		color: var(--main-white);
	}
	.carouselSolutions .cardServicesButton .iconChevronServices,
	.carouselSolutions .cardServices:hover .iconChevronServices {
		stroke: var(--main-orange);
	}
	.carouselSolutions .cardServices,
	.carouselSolutions .cardServices:hover {
		background-color: #f4f4f4;
		border-color: var(--main-blue);
	}
	.carouselSolutions .cardServices:hover .cardServicesFigure img {
		filter: var(--cFilterBlue);
	}
	.carouselSolutions .cardServices:hover .cardServicesTitle,
	.carouselSolutions .cardServices:hover .cardServicesCopy {
		color: var(--main-blue);
	}
	.carouselSolutions .cardServices:hover .cardServicesBody {
		margin-top: 12px;
		margin-bottom: 0;
	}
	.carouselSolutions .cardServices:hover .cardServicesButton {
		background-color: #fff0;
		border-color: var(--main-orange);
		color: var(--main-orange);
	}
	.sectionServicesBilling::before,
	.sectionServicesAgreement::before,
	.sectionServicesInterchange::before,
	.sectionServicesIncontrol::before {
		background-position: top right;
		top: 3%;
	}
	.titleServicesFeatureIncontrol {
		font-size: 36px;
	}
	.w-296 {
		max-width: 296px;
	}
	.tabsServices::-webkit-scrollbar {
		width: 2px;
		height: 0;
	}
	.tabsServices::-webkit-scrollbar-track {
		border-radius: 100px;
	}
	.tabsServices::-webkit-scrollbar-thumb {
		border-radius: 100px;
		box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
	}
	.containerSolutions {
		padding: 0;
	}
	.sGlobal,
	.sClients {
		padding: 60px 0 20px;
	}
	.sAbout {
		padding: 44px 0;
	}
	.copyBannerAboutW900 {
		font: 14px/18px "metropolisRegular";
	}
	.mb-about {
		margin-bottom: 60px;
	}
	.titleAbout {
		font: 24px/32px "metropolisSemibold";
	}
	.copyAbout {
		font: 15px/23px "metropolisRegular";
	}
	.contentBodyAboutPad {
		flex-direction: column;
		padding: 0 40px 0 32px;
	}
	.cardA {
		max-width: 100%;
	}
	.contentBodyAboutCase {
		flex-direction: column;
	}
	.cardATitle {
		font-size: 20px;
	}
	.cardAcopy {
		font-size: 15px;
		width: 100%;
	}
	.boxFigureA {
		height: auto;
		border-radius: 0;
	}
	.boxFigureARight img,
	.boxFigureALeft img {
		border-radius: 8px;
	}
	.cardACase {
		max-width: max-content;
		padding: 0 32px;
	}
	.contentWhy {
		padding: 0 32px;
	}
	.boxWhyTtile {
		font: 52px/52px "metropolisSemiBold";
	}
	.boxWhyCopyW412 {
		width: 370px;
		max-width: 100%;
	}
	.boxWhyCopy {
		font: 15px/22px "metropolisRegular";
	}
	.boxWhy,
	.boxWhyCopyW320Esp,
	.w-2 {
		width: 100%;
	}
	.contentGlobal {
		margin: auto;
		max-width: 440px;
	}
	.page {
		height: 80vh;
	}
	.boxMapGlobal iframe {
		height: 480px;
	}
	.sPurpose {
		padding: 40px 0 0;
	}
	.subtitlePurpose {
		font: 15px/23px "metropolisSemibold";
		margin: 0 auto 32px;
		max-width: 324px;
	}
	.titlePurpose {
		font: 24px/32px "metropolisSemibold";
		margin: 0 auto 44px;
		max-width: 385px;
	}
	.titlePurpose span {
		color: inherit;
	}
	.carouselBankDesktop {
		display: none;
	}
	.carouselBankMovil {
		display: block;
	}
	.figureBank {
		margin: 0 8px;
	}
	.figureBank img {
		object-fit: scale-down;
	}
	.boxPurpose .cardATitle,
	.boxMission .cardATitle {
		font: 24px/32px "metropolisSemiBold";
		letter-spacing: 1.33px;
		margin-bottom: 20px;
	}
	.boxPurpose .cardAFigure,
	.boxMission .cardAFigure {
		height: 44px;
	}
	.sValues {
		padding: 60px 32px;
	}
	.accordionValues .accordion-button {
		font: 24px/28px "metropolisSemiBold";
	}
	.accordionValues .accordion-header {
		padding: 16px;
	}
	.accordionValues .accordionUl {
		font: 15px/23px "metropolisRegular";
		padding: 0 0 0 14px;
	}
	.sTeam,
	.sHistory {
		padding: 8rem 0 0;
		position: relative;
	}
	.sTeam {
		padding-bottom: 60px;
	}
	.contentHeadTeam .titleMain {
		font-size: 36px;
		letter-spacing: -0.72px;
		padding-left: 0;
	}
	.containerTeam {
		padding: 0 32px;
	}
	.containerTeam .copyMain {
		font-size: 18px;
		margin: 12px 0 20px;
	}
	.gridTeam {
		gap: 32px;
	}
	.cardTeam {
		max-width: 100%;
	}
	.cardTeamFlex {
		display: flex;
		gap: 16px;
	}
	.cardTeamFigure {
		filter: none;
		height: 196px;
		max-width: 174px;
		flex: 1;
	}
	.cardTeamFigure img {
		height: 100%;
		object-fit: cover;
	}
	.cardTeamBody {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 51%;
	}
	.cardTeamBodyNoMail {
		justify-content: flex-start;
	}
	.cardTeamName {
		font: 20px/28px "metropolisSemiBold";
		margin-top: 0;
		margin-bottom: 8px;
	}
	.cardTeamName span,
	.cardTeamPuesto span {
		display: block;
	}
	.cardTeamPuesto {
		font: 18px/22px "metropolisRegular";
	}
	.blockArrow img {
		object-fit: contain;
	}
	.cardTeamFlex .blockArrow,
	.cardTeamFlex .cardTeamActions {
		opacity: 1;
	}
	.cardTeamActions {
		flex-direction: column-reverse;
		margin-bottom: 0;
		margin-top: 8px;
	}
	.btnMainMail {
		background-color: #fff0;
		color: var(--main-orange);
		height: 42px;
		padding: 11px 15px;
	}
	.cardTeam .accordion-body {
		padding: 16px 0;
	}
	.cardTeam .iconChevron {
		stroke: var(--main-orange);
	}
	.containerTimeline {
		height: auto;
	}
	.headTimeLine {
		margin-top: 24px;
		padding: 0 42px 0 60px;
		width: 100%;
	}
	.titleTimeline {
		font: 40px/44px "metropolisSemiBold";
	}
	.titleTimeline::before {
		left: -32px;
		top: 20px;
		width: 20px;
	}
	.subtitleTimeline {
		font: 38px/31px "metropolisSemiBold";
		margin-bottom: 12px;
	}
	.copyTimeline,
	.boxSticky .copyMain {
		font-size: 15px;
	}
	.figureTimeline {
		height: 224px;
	}
	.figureTimeline img {
		object-fit: cover;
	}
	.figureTimeline .blockArrow {
		background-color: var(--main-orange);
		opacity: 1;
		pointer-events: all;
	}
	.figureTimeline .blockArrow img {
		object-fit: initial;
		width: 16px;
	}
	.boxSticky .figureHead {
		height: 44px;
		margin-bottom: 40px;
		width: 44px;
	}
	.boxSticky .titleMain {
		padding: 0;
	}
	.boxSticky .copyMain {
		margin: 12px 0 0;
	}
	.boxTimeline::before {
		display: none;
	}
	.cardServicesFooter {
		margin-top: 8px;
	}
	.copyBannerContact {
		max-width: 276px;
	}
	.copyBannerContact {
		max-width: 317px;
	}
	.accordionCopy {
		font: 15px/23px "metropolisRegular";
		margin: 0;
	}
	.boxTimeline .collapse:not(.show) {
		display: none;
	}
	.sContact {
		padding: 60px 32px;
	}
	.titleBannerContact {
		font: 56px/40px "metropolisSemiBold";
		margin-bottom: 32px;
	}
	.titleMainContact {
		font: 30px/38px "metropolisSemiBold";
	}
	.flexCardsServices {
		flex-direction: column;
	}
	.titleForm {
		font: 18px/30px "metropolisRegular";
		margin-bottom: 24px;
	}
	.boxCard,
	.boxCard label {
		max-width: 100%;
		width: 100%;
	}
	.boxCard label {
		font-size: 18px;
		padding: 16px 20px 16px 84px;
	}
	.boxCard img {
		bottom: 0;
		left: 32px;
		margin: auto;
		top: 0;
		width: 40px;
	}
	.boxCard:nth-child(1) img,
	.boxCard:nth-child(3) img {
		height: 34px;
		width: 43px;
	}
	.formContent {
		margin: 40px 0;
		max-width: 400px;
	}
	.confirmationFigure {
		max-width: 288px;
	}
	.confirmationTitle {
		font: 50px/56px "metropolisSemiBold";
	}
	.confirmationBox {
		margin-bottom: 20px;
		max-width: 314px;
	}
	.confirmationCopy {
		font: 20px/24px "metropolisRegular";
		margin-bottom: 20px;
	}
	.sBannerLegalOverview .sBannerContainer {
		height: 280px;
	}
	.sLegal {
		padding: 60px 42px;
	}
	.titleLegal {
		letter-spacing: -0.72px;
		font-size: 36px;
		margin-bottom: 24px;
	}
	.copyLegal,
	.ulLegal li {
		font-size: 15px;
	}
	.boxLegal {
		margin-bottom: 60px;
	}
	.boxActionLegal .btnMain {
		margin: auto;
	}
	.sCookie {
		padding: 0 20px;
		z-index: 10;
	}
	.flexCookie {
		flex-direction: column;
		gap: 20px;
	}
	.copyCookie {
		font-size: 16px;
		text-align: center;
	}
	.btnActionCookie {
		align-items: center;
		gap: 16px;
		flex-direction: column;
	}
	.btnActionCookie .btnMain {
		padding-left: 16px;
		padding-right: 16px;
		width: max-content;
	}
	.btnActionCookie .btnMainOne {
		background-color: var(--main-white);
		color: var(--main-orange);
		width: 100%;
	}
	.btnActionCookie .btnCookies {
		width: 100%;
	}
	.boxTableCookie {
		overflow-x: scroll;
		width: 100%;
	}
	.tableCookie {
		width: 740px;
	}
	.boxAgreeText {
		font-size: 14px;
	}
	.boxSubmit {
		margin-bottom: 50px;
	}
	.formGroup input {
		font-size: 15px;
	}
	.textMessage {
		font-size: 14px;
	}
	.boxAgreePolicy .textMessage {
		font-size: 12px;
		line-height: 20px;
	}
	.flexCardsServices {
		max-width: 400px;
	}
	.titleMainArticle {
		font-size: 36px;
		letter-spacing: -0.72px;
		margin-left: 40px;
		margin-right: 23px;
	}
	.searchBoxMb {
		padding: 0 48px;
	}
	.blogBanner {
		border-radius: initial;
	}
	.logos-row img {
		width: 115px;
		height: auto;
	}
	.caseColMid::after {
		top: 157px;
	}

	.sServices {
		height: 600px;
	}

	.cardFeatureCopy {
		font: 15px / 22px "metropolisRegular";
	}

	.titleMainBlog {
		margin-bottom: 50px;
	}

	.cardBlogPost .cardBlogTitle {
		font-size: 20px;
	}

	.cardBlogPost .cardBlogCopy {
		font-size: 15px;
	}

	.articleList {
		margin-bottom: 20px;
	}

	.formGroup input {
		padding: 15px;
	}

	.cardTeam .accordion-body {
		font: 15px/23px "metropolisRegular";
	}
}
@media (min-width: 300px) and (max-width: 400px) {
	.btn3 {
		margin: auto;
	}
	.navbarInContent {
		column-gap: 17vw;
	}
	.cardServicesCopy,
	.cardBlogCopy {
		font-size: 15px;
	}
	.carouselServices .owl-item:last-child .cardServices .cardServicesTitlePad {
		max-width: 140px;
	}
	.carouselServices .cardServicesCopy {
		height: 70px;
	}
	.cardServicesTitlePad {
		max-width: 170px;
	}
	.titleBannerServicesMain {
		font: 30px/34px "metropolisSemiBold";
	}
	.cardFeatureTitle {
		font: 24px/32px "metropolisBold";
	}
	.titleBannerContact {
		font: 40px/44px "metropolisSemiBold";
		margin-bottom: 20px;
	}

	.cardServicesFeature,
	.contentBenefit,
	.sValues {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sServicesFeature {
		padding-left: 16px;
		padding-right: 16px;
	}
	.titleServicesFeature {
		font: 24px/32px "metropolisSemiBold";
	}
	.figureBenefit {
		padding: 0 20px;
	}
	.boxWhyTtile {
		font: 30px/38px "metropolisSemiBold";
		margin-bottom: 6px;
	}
	.boxMapGlobal iframe {
		height: 400px;
	}
	.cardTeamPuesto {
		font: 15px/23px "metropolisRegular";
	}
	.cardTeamPuestoMob span {
		display: inline;
	}
	.accordionValues .accordion-button {
		font-size: 20px;
	}
	.headTimeLine {
		padding-left: 56px;
		padding-right: 24px;
	}
	.titleTimeline {
		font: 24px/32px "metropolisSemiBold";
	}
	.subtitleTimeline {
		font-size: 24px;
	}
	.boxCard img {
		left: 20px;
	}
	.boxCard label {
		font-size: 15px;
		padding: 16px 16px 16px 70px;
	}
	.titleLegal {
		font-size: 24px;
	}
	.boxLegal a {
		overflow-wrap: break-word;
	}
	.carouselSolutions .cardServices,
	.carouselSolutions .cardServices:hover {
		padding: 26px 16px 22px 18px;
	}
	.sHelpYou {
		padding-left: 16px;
		padding-right: 16px;
	}
	.sContact {
		padding-left: 24px;
		padding-right: 24px;
	}
	.titleMainContact {
		line-height: 38px;
	}
	.cardServicesFigure {
		max-width: 132px;
	}
	.cardTeamPuesto span {
		display: inline;
	}
	.articleContainer,
	.articleFlexContent,
	.blogMain {
		padding-left: 24px;
		padding-right: 24px;
	}
	.titleMainArticle {
		margin-left: 20px;
	}
	.titleMainArticle {
		font: 28px/32px "metropolisSemiBold";
	}
	.blogMain .article-grid {
		grid-template-columns: 100%;
	}
	.boxCaseContent {
		font-size: 30px;
	}
	.caseCol .boxCaseText {
		font-size: 16px;
	}
	.boxCaseContent span {
		font-size: 30px;
	}
	p.boxCaseTextAlt {
		padding: 0 44px;
	}
	.cardTestimonial {
		padding: 36px 40px 32px 32px;
	}
	.articleRowActionsCase {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}
	.sServices .cardServicesTitle {
		line-height: 24px;
		height: 70px;
	}
	div.dropdown-content-k {
		background-color: #fff;
		box-shadow: 0 3px 6px #0000000a;
		border: 0.5px solid #ebebeb;
		border-radius: 9px;
		display: none;
		left: -10px;
		margin-top: 10px;
		padding: 14px;
		position: absolute;
		width: max-content;
		z-index: 1;
	}
}
@media (max-width: 1100px) {
	.sectionProduct .tabContentFlex {
		flex-direction: column;
	}
	.imageContainer img {
		height: 210px;
		margin-bottom: 88px;
	}
}
@media only screen and (min-width: 1060px) and (max-width: 1399px) {
	header,
	.navbarIn {
		height: 60px;
	}
	.logo img {
		height: auto;
		max-width: 112px;
	}
	.btnMain {
		font-size: 14px;
	}
	.dropdown-menu-item p,
	.navLinkIn {
		font-size: 14px;
	}
	.header.down {
		height: 60px;
	}
	.header.down .logo img {
		max-width: 112px;
	}
	.header.down .dropdown-menu-item p,
	.header.down .navLinkIn {
		font-size: 14px;
	}

	.dropdown-menu-item:hover span::before {
		top: 18px;
	}
	.titleBanner {
		font: 70px/70px "metropolisRegular";
		max-width: 457px;
	}
	.subtitleBanner {
		font-size: 16px;
	}
	.containerK .d-lg-flex {
		gap: 10rem;
	}
	.subTitleMain {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.carouselServices,
	.carouselBlog {
		max-width: 1140px;
	}
	.cardServices {
		padding: 24px 18px 24px 20px;
	}
	.cardServicesFigure {
		height: 100px;
		max-width: 120px;
	}
	.cardServicesFigure img {
		height: 100%;
		object-fit: contain;
	}
	.titleServices {
		font: 30px/34px "metropolisSemiBold";
	}
	.textServices {
		font-size: 16px;
	}
	.cardServicesTitle {
		font: 24px/28px "metropolisSemiBold";
		padding-right: 0;
	}
	.cardServicesTitlePad {
		max-width: 200px;
	}
	.cardServicesTitlePadTwo {
		max-width: 180px;
	}
	.cardServicesCopy {
		font: 16px/20px "metropolisRegular";
		height: 58px;
	}
	.titleMain {
		font: 50px/50px "metropolisSemiBold";
	}
	.ChooseUsFlex {
		gap: 40px 0;
		justify-content: center;
	}
	.cardChooseUsTitle {
		font: 100px/80px "metropolisBold";
	}
	.cardChooseUsSubtitle {
		font: 32px/32px "metropolisRegular";
	}
	.cardChooseUsCopy {
		font: 16px/20px "metropolisRegular";
		padding-right: 70px;
	}
	.cardBlogTitle {
		font: 28px/28px "metropolisSemiBold";
	}
	.cardBlogCopy {
		font: 16px/20px "metropolisRegular";
		padding-right: 36px;
	}
	.accordionBodyUl a,
	.accordionItemSocial .footerLinkTitle {
		font-size: 14px;
	}
	.footerOne {
		gap: 120px;
	}
	.footerTitle {
		font: 50px/62px "metropolisSemiBold";
	}
	.footerLogo {
		max-width: 170px;
	}
	.footerLogo img {
		width: 100%;
	}
	.footerText {
		font: 16px/20px "metropolisRegular";
	}
	.accordionFooter {
		justify-content: space-between;
		gap: initial;
	}
	.footerOne {
		gap: 80px;
	}
	.sBannerMain {
		height: 460px;
	}
	.titleBannerServicesMain {
		font: 48px/48px "metropolisSemiBold";
		margin-bottom: 16px;
		max-width: 932px;
	}
	.subtitleBannerServicesMain {
		font-size: 20px;
		margin-bottom: 28px;
	}
	.copyBannerServices {
		font: 16px/20px "metropolisRegular";
		margin-top: 8px;
		max-width: 860px;
	}
	.titleBannerServices {
		font: 48px/48px "metropolisSemiBold";
	}
	.subtitleBannerServices {
		font: 36px/40px "metropolisMedium";
		margin-bottom: 16px;
	}
	.sBannerMain .sBannerContainer {
		padding-top: 4rem;
	}
	.iconServicesMain {
		height: 74px;
		max-width: 90px;
		top: -80px;
	}
	.figureBannerServices img {
		height: 60px;
		max-width: 90px;
	}
	.sectionServices {
		padding: 140px 0 90px;
	}
	.titleServicesMain {
		font: 32px/36px "metropolisSemiBold";
		margin-bottom: 12px;
	}
	.copyServicesMain {
		font: 16px/20px "metropolisMedium";
	}
	.sectionServicesBilling::before {
		background-size: 60%;
	}
	.containerServicesBody {
		padding: 0 58px;
	}
	.tabContentTitle {
		font: 24px/28px "metropolisSemiBold";
	}
	.tabContentCopy {
		font: 16px/20px "metropolisRegular";
	}
	.tabContent {
		padding: 44px 40px;
	}
	.tabContentFlex img {
		/* max-width: 56px; */
	}
	.sectionProduct .tabContentFlex img {
		max-width: 62%;
	}
	.sectionProduct .tabContent {
		height: 480px;
	}
	.tabsServices .tabsLink {
		font: 14px/20px "metropolisSemiBold";
	}
	.sServicesFeature {
		padding: 60px 0;
	}
	.titleServicesFeature {
		font: 48px/48px "metropolisSemiBold";
	}
	.subtitleServicesFeature {
		font: 20px/24px "metropolisRegular";
	}
	.titleServicesFeatureInterchange {
		max-width: 800px;
	}
	.boxFeatureTitle {
		font: 60px/60px "metropolisSemiBold";
	}
	.boxFeatureSubtitle {
		font: 34px/40px "metropolisSemibold";
	}
	.boxFeatureTitleTwo {
		font: 40px/40px "metropolisSemibold";
		letter-spacing: 0.75px;
	}
	.titleServicesFeatureAgreement {
		max-width: 980px;
	}
	.servicesFeaturesFlex {
		gap: 50px;
	}
	.cardServicesFeature {
		max-width: 590px;
	}
	.cardFeatureCopy {
		font-size: 18px;
	}
	.contentBenefit {
		padding-left: 60px;
		padding-right: 60px;
	}
	.subtitleBenefit {
		font: 20px/24px "metropolisSemiBold";
		margin-bottom: 20px;
	}
	.contentBenefitHead {
		margin-bottom: 24px;
	}
	.figureBenefit {
		max-width: 40vw;
		right: 2rem;
		top: 8rem;
	}
	.titleBenefit {
		font: 44px/44px "metropolisSemiBold";
	}
	.titleBenefitTwo {
		max-width: 520px;
	}
	.titleBenefit700 {
		max-width: 510px;
	}
	.cardBenefit {
		max-width: 252px;
	}
	.cardBenefitTwo500,
	.cardBenefitTwo636,
	.cardBenefitTwo520,
	.cardBenefitTwo560 {
		max-width: 46%;
	}
	.cardBenefitNumber {
		font: 70px/50px "metropolisSemiBold";
	}
	.cardBenefitTitle {
		font: 26px/28px "metropolisSemiBold";
	}
	.cardBenefitCopy {
		font: 16px/20px "metropolisRegular";
	}
	.cardBenefit380 {
		max-width: 340px;
	}
	.cardBenefit322 {
		max-width: 260px;
	}
	.cardBenefit370 {
		max-width: 300px;
	}
	.containerSolutions {
		max-width: 1140px;
		padding: 0 24px;
	}
	.carouselSolutions .cardServices {
		padding: 20px 16px;
	}
	.carouselSolutions .cardServicesFigure {
		height: 64px;
		max-width: 80px;
	}
	.carouselSolutions .cardServicesBody {
		height: 130px;
	}
	.carouselSolutions .cardServicesTitle {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.boxServicesFeature {
		max-width: 440px;
	}
	.boxServicesFeature336 {
		max-width: 340px;
	}
	.boxServicesFeature529 {
		max-width: 420px;
	}
	.cardFeatureTitle {
		font-size: 50px;
		line-height: 50px;
	}
	.cardFeatureTitleTwo {
		font: 44px/44px "metropolisBold";
	}
	.cardFeatureSubtitle {
		font: 28px/32px "metropolisRegular";
	}
	.accordionBodyUl li {
		font-size: 13px;
		margin-bottom: 8px;
	}
	.titleAbout {
		font-size: 56px;
	}
	.cardATitle {
		font-size: 22px;
	}
	.boxWhyTtile {
		font: 64px/64px "metropolisSemiBold";
	}
	.figureBannerPurpose img {
		height: 100%;
		width: 100%;
	}
	.titlePurpose {
		font-size: 52px;
	}
	.boxPurpose .contentBodyAbout,
	.boxMission .contentBodyAbout {
		gap: 5vw;
	}
	.boxPurpose .cardA {
		max-width: 440px;
	}
	.boxMission .cardA {
		max-width: 412px;
	}
	.boxPurpose .cardAFigure,
	.boxMission .cardAFigure {
		height: 70px;
		margin-bottom: 12px;
	}
	.boxPurpose .cardATitle,
	.boxMission .cardATitle {
		font: 48px/44px "metropolisSemiBold";
		letter-spacing: 0;
		margin-bottom: 12px;
	}
	.cardAcopy {
		font: 16px/20px "metropolisRegular";
	}
	.sTeam,
	.sHistory {
		padding: 8rem 0 4rem;
	}
	.containerTeam {
		max-width: 1140px;
	}
	.gridTeam {
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	}
	.cardTeamName {
		font: 20px/24px "metropolisSemiBold";
	}
	.cardTeamPuesto {
		font: 22px/18px "metropolisRegular";
	}
	.cardTeam .accordion-body {
		font: 16px/20px "metropolisRegular";
	}
	.itemHistory a {
		font: 24px/28px "metropolisSemiBold";
	}
	.containerTimeline {
		max-width: 600px;
	}
	.titleTimeline,
	.subtitleTimeline {
		font: 32px/32px "metropolisSemiBold";
		margin-bottom: 16px;
	}
	.titleTimeline {
		margin-bottom: 8px;
	}
	.headTimeLine {
		max-width: 528px;
	}
	.figureTimeline {
		height: auto;
	}
	.copyTimeline {
		font: 16px/20px "metropolisRegular";
		margin-bottom: 16px;
	}
	.contentHeadHistory .titleMain {
		font: 32px/32px "metropolisSemiBold";
	}
	.contentHeadHistory .copyMain {
		font-size: 16px;
		margin: 12px 0 20px;
	}
	.accordionValues .accordion-button {
		font: 28px/32px "metropolisSemiBold";
	}
	.cardBlogPost .cardBlogTitle {
		font: 20px/24px "metropolisSemiBold";
	}
	.cardBlogPost .cardBlogCopy {
		font-size: 16px;
	}
	.articleHeader {
		padding-top: 7rem;
	}
	.articleFigure {
		max-width: 480px;
	}
	.articleFigure img {
		object-fit: fill;
	}
	.articleBody p {
		font: 16px/24px "metropolisRegular";
	}
	.articleListTitle {
		margin-bottom: 8px;
	}
	.articleList {
		margin-bottom: 28px;
	}
	.articleTitle {
		font-size: 40px;
		margin-bottom: 16px;
	}
	.sectionProductInterchange::before {
		background-size: 46%;
	}
	.mainCase {
		column-gap: 40px;
		grid-template-columns: 340px 1fr;
	}
	.keyOutcomes {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.keyOutcomesAlt {
		grid-template-columns: 270px 284px 204px;
	}
	.boxCaseContent {
		font-size: 32px;
	}
	.boxCaseSubtitle {
		font-size: 22px;
	}
	.sBannerProduct {
		height: 540px;
	}

	.titleProductFeature {
		font: 50px/50px "metropolisSemiBold";
		letter-spacing: 1.4px;
		margin-bottom: 20px;
	}
	.subtitleProductFeature {
		font: 16px/20px "metropolisRegular";
	}
	.titleBanner2 {
		color: var(--main-blue);
		font: 41px / 57px "metropolisRegular";
		letter-spacing: -1.8px;
		max-width: 620px;
	}
	.imageContainer img {
		height: 300px;
	}

	.sServices {
		height: 520px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1440px) {
	header,
	.navbarIn {
		height: 80px;
	}
	.titleBannerServicesMain {
		font-size: 52px;
		max-width: 1110px;
	}
	.titleBannerServicesMainEsp {
		font-size: 50px;
	}
	.containerSolutions {
		max-width: 1140px;
	}
	.containerK .d-lg-flex {
		gap: 25rem;
	}
	.logos-row {
		flex-wrap: wrap;
	}
}
@media (min-width: 1640px) {
	.textContainer {
		align-content: center;
		max-width: 600px;
		margin-right: auto;
	}
	.imageContainer {
		margin-left: auto;
	}
	.containerK {
		margin: auto;
		max-width: 1640px;
	}
	.logos-row {
		flex-wrap: wrap;
	}
	.cardServicesCopy {
		height: 64px;
	}
	.containerKTwo {
		margin: auto;
		max-width: 1426px;
	}
	.pr-8 {
		padding-right: 8px;
	}
	.containerK .d-lg-flex {
		gap: 30rem;
	}
	.logos-container {
		margin-top: 50px;
	}
	.imageContainer img {
		height: 450px;
	}
	.cardServicesButton {
		width: 130px;
	}

	.sServices {
		height: 538px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1640px) {
	.cardServicesTitle {
		font-size: 25px;
		line-height: 30px;
	}
	.cardServicesCopy {
		font-size: 16px;
		height: 68px;
	}
	.carouselServices,
	.carouselBlog,
	.containerSolutions {
		max-width: 1320px;
	}
	.contentBenefit {
		padding-left: 60px;
		padding-right: 60px;
	}
	.pr-8 {
		padding-right: 3rem;
	}
	.contentBenefitHead {
		max-width: 660px;
	}
	.contentBenefitHead780 {
		max-width: 700px;
	}
	.figureBenefit {
		max-width: 560px;
		right: 4rem;
		top: 6rem;
	}
	.cardServicesTitlePadTwo {
		max-width: 220px;
	}
	.carouselSolutions .cardServicesBody {
		margin-bottom: 12px;
		height: 120px;
	}
	.carouselSolutions .cardServices:hover {
		padding-bottom: 32px;
		height: 300px;
	}
	.carouselSolutions .cardServices {
		height: 300px;
	}
	.carouselSolutions .cardServices:hover .cardServicesBody {
		margin-bottom: 12px;
	}
	.accordionFooter {
		justify-content: space-between;
		gap: initial;
	}
	.footerOne {
		gap: 100px;
	}
	.sectionProductInterchange::before {
		background-size: 50%;
	}
	.containerK .d-lg-flex {
		gap: 16rem;
	}
	.logos-row {
		flex-wrap: wrap;
	}
	.imageContainer img {
		height: 400px;
	}
	.textContainer {
		align-content: center;
	}
	.logos-container {
		margin-top: 50px;
	}
	.sServices {
		height: 538px;
	}
}
@media (min-width: 1200px) {
	.accordionFooter .collapse:not(.show) {
		display: block;
	}
	.accordionButton::after {
		display: none;
	}
}
@media (max-width: 800px) and (orientation: landscape) {
	body {
		height: 100vh;
	}
	.wrapperMain {
		display: none;
	}
	.mobilePortrait {
		align-items: center;
		display: flex;
		height: 100%;
		gap: 20px;
		justify-content: center;
		flex-direction: column;
		padding: 2rem;
	}
}
@media (max-width: 992px) {
	.ChooseUsFlex {
		justify-content: center;
	}
}
