
a[aria-disabled="true"] { cursor: default; }

.language-selector-mobile {
	display: none;
}





.theme-light .hero-area.style-one.hero-area-light:before {
	background: linear-gradient(180deg, #ffffff 0%, #ebebeb 58%, #ffffff 100%);
}

.theme-light .hero-area.style-one.hero-area-light .br-one:before,
.theme-light .hero-area.style-one.hero-area-light .br-one:after {
	background-color: rgba(16, 36, 66, 0.1);
}

.theme-light .hero-area.style-one.hero-area-light .btn.style-nine,
.theme-light .hero-area.style-one.hero-area-light .btn.style-ten {
	border-color: rgba(16, 36, 66, 0.24);
	color: #132845;
}

.theme-light .hero-area.style-one.hero-area-light .btn.style-ten span {
	background-color: rgba(16, 36, 66, 0.1);
}

.theme-light .hero-area.style-one.hero-area-light .btn.style-nine span img,
.theme-light .hero-area.style-one.hero-area-light .btn.style-ten span img {
	filter: none;
}


@media (min-width: 992px) {
	#solutions.contratacao-block .col-custom-left {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	#solutions.contratacao-block .col-custom-left .feature-img.d-lg-block {
		display: block !important;
		margin-top: auto;
		margin-bottom: 0px;
	}
}

@media (max-width: 991px) {
	.navbar-area .navbar-wrapper {
		position: relative;
	}

	.navbar-area .language-selector-mobile {
		display: block;
		position: absolute;
		top: calc(50% + 10px);
		right: 0px;
		transform: translateY(-50%);
		margin: 0;
		list-style: none;
		z-index: 1200;
	}

	.navbar-area .language-selector-mobile > a {
		margin: 0;
		padding: 0;
		font-size: 16px;
		line-height: 1.1;
		background: transparent;
		color: #fff;
		border-radius: 0;
	}

	.navbar-area .language-selector-mobile > a:before {
		display: none;
	}

	.navbar-area .language-selector-mobile .language-submenu {
		display: none;
		position: absolute;
		top: calc(100% + 8px);
		right: 0;
		left: auto;
		width: auto;
		min-width: 120px;
		height: auto;
		transform: none;
		padding: 0;
		margin: 0;
		opacity: 1;
		visibility: visible;
		background: #070b12;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-left: 2px solid var(--primaryColor);
		white-space: nowrap;
		list-style: none;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
	}

	.navbar-area .language-selector-mobile .language-submenu li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.navbar-area .language-selector-mobile .language-submenu li::marker,
	.navbar-area .language-selector-mobile .language-submenu li::before {
		display: none !important;
		content: none !important;
	}

	.navbar-area .language-selector-mobile.is-open .language-submenu {
		display: block;
	}

	.navbar-area .language-selector-mobile .language-submenu li a {
		display: block;
		padding: 10px 14px;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.35;
		color: #f6f9ff;
		text-decoration: none;
		background: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.navbar-area .language-selector-mobile .language-submenu li:last-child a {
		border-bottom: none;
	}

	.navbar-area .language-selector-mobile .language-submenu li a:hover,
	.navbar-area .language-selector-mobile .language-submenu li a:focus,
	.navbar-area .language-selector-mobile .language-submenu li a:active {
		color: var(--secondaryColor);
		background: rgba(255, 198, 0, 0.08);
		border-left: 2px solid var(--secondaryColor);
	}
}


@media (max-width: 1163px) {
	#footer-bar.footer-bar-bridgen {
		left: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0px;
        min-height: 72px;
        height: auto;
        padding: 10px 0px 0px 0px;
        display: flex;
        align-items: stretch;
        gap: 6px;
        
    
        background: rgb(4 8 16 / 50%);
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
        backdrop-filter: saturate(180%) blur(14px);
        -webkit-backdrop-filter: saturate(180%) blur(14px);
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: blur(8px);
	}

	#footer-bar.footer-bar-bridgen > a,
	#footer-bar.footer-bar-bridgen .footer-dropdown-wrap {
		flex: 1 1 0;
		min-width: 0;
	}

	#footer-bar.footer-bar-bridgen > a,
	#footer-bar.footer-bar-bridgen .footer-dropdown-toggle {
		height: 56px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 8px 4px;
		border-radius: 22px;
		color: #f2f5fb;
		text-decoration: none;
		position: relative;
		transition: background-color 0.25s ease, color 0.25s ease;
	}

	#footer-bar.footer-bar-bridgen > a i,
	#footer-bar.footer-bar-bridgen .footer-dropdown-toggle i {
		font-size: 17px;
		line-height: 1;
		color: inherit;
		transform: none;
	}

	#footer-bar.footer-bar-bridgen > a span,
	#footer-bar.footer-bar-bridgen .footer-dropdown-toggle span {
		margin-top: 6px !important;
		font-size: 11px !important;
		font-weight: 600;
		line-height: 1.1;
		color: inherit;
		opacity: 1;
	}

	#footer-bar.footer-bar-bridgen > a em,
	#footer-bar.footer-bar-bridgen .footer-dropdown-toggle em {
		display: none;
	}

	#footer-bar.footer-bar-bridgen > a.active-nav,
	#footer-bar.footer-bar-bridgen .footer-dropdown-wrap.is-open .footer-dropdown-toggle,
	#footer-bar.footer-bar-bridgen > a:focus-visible,
	#footer-bar.footer-bar-bridgen .footer-dropdown-toggle:focus-visible {
		background: rgba(4, 161, 210, 0.18);
		color: var(--primaryColor);
	}

	#footer-bar.footer-bar-bridgen .footer-dropdown-wrap {
		position: relative;
	}

	#footer-bar.footer-bar-bridgen .footer-dropdown-menu {
		position: absolute;
		left: 50%;
		bottom: calc(100% + 12px);
		transform: translateX(-50%) translateY(8px);
		width: min(260px, calc(100vw - 44px));
		padding: 8px;
		display: flex;
		flex-direction: column;
		gap: 4px;
		border: 1px solid rgba(4, 161, 210, 0.35);
		border-radius: 24px;
		background: rgba(4, 8, 16, 0.97);
		box-shadow: 0 14px 32px rgba(0, 0, 0, 0.48);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
		z-index: 120;
	}

	#footer-bar.footer-bar-bridgen .footer-dropdown-wrap.is-open .footer-dropdown-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateX(-50%) translateY(0);
	}

	#footer-bar.footer-bar-bridgen .footer-dropdown-menu a {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
		height: auto;
		padding: 10px 12px;
		border-radius: 14px;
		text-align: left;
		text-decoration: none;
		color: #f2f5fb;
		background: transparent;
	}

	#footer-bar.footer-bar-bridgen .footer-dropdown-menu a i {
		font-size: 15px;
	}

	#footer-bar.footer-bar-bridgen .footer-dropdown-menu a span {
		margin-top: 0 !important;
		font-size: 13px !important;
		font-weight: 600;
	}

	#footer-bar.footer-bar-bridgen .footer-dropdown-menu a:hover,
	#footer-bar.footer-bar-bridgen .footer-dropdown-menu a:focus-visible {
		background: rgba(4, 161, 210, 0.14);
		color: var(--primaryColor);
	}
}


#home .section-title.hero-title-lg,
#usecases .section-title.hero-title-lg {
	font-size: 60px;
	line-height: 75px;
	margin-bottom: 100px;
}

.btn-oursolution-lg {
font-size: 40px !important;
    margin-bottom: 70px !important;
}

@media (max-width: 767px) {
	.btn-oursolution-lg {
		font-size: 30px !important;
		line-height: 1.2 !important;
		padding: 6px 12px !important;
		border-radius: 22px !important;
		display: inline-flex !important;
		align-items: center !important;
		gap: 8px !important;
		margin-bottom: 12px !important;
	}

	.btn-oursolution-lg img {
		width: 14px !important;
		height: auto !important;
	}
}


#usecases .service-card-wrap .service-card:first-child {
	align-items: flex-end !important;
	position: relative !important;
}

#usecases .service-card-wrap .service-card:first-child h3 {
	position: absolute !important;
    left: 35px !important;
    bottom: 16px !important;
    top: auto !important;
    width: 250px !important;
    margin: 0 !important;
}


@media (max-width: 767px) {
	#home .section-title.hero-title-lg,
	#usecases .section-title.hero-title-lg {
		font-size: 34px !important;
		line-height: 42px !important;
		margin-bottom: 20px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

@media (max-width: 767px) {
	.solution-flow__header .section-title.btn-oursolution-lg,
	.solution-flow__header .section-title {
		font-size: 34px !important;
		line-height: 1.15 !important;
		letter-spacing: 0.25px !important;
		white-space: normal !important;
		word-break: break-word !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
		display: block !important;
		margin-bottom: 60px !important;
	}

	
	.solution-flow__header .section-title span {
		display: inline-block !important;
		transform: none !important;
		opacity: 1 !important;
	}
}


@media (max-width: 767px) {
	.solution-flow-panel.solution-flow-panel--integrated {
		max-width: 100% !important;
		width: 100% !important;
		border-radius: 0 !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		padding: 30px 50px 100px 50px !important;
	}
}

@media (max-width: 767px) {
    #solutions .section-title.style-one.text-center {
        font-size: 25px !important;
        line-height: 1.45 !important;
        margin-bottom: 18px !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}


@media (max-width: 767px) {
	#ouragents .row.align-items-center .col-xl-8 {
		text-align: center !important;
	}

	#ouragents .section-subtitle.btn-oursolution-lg {
		display: inline-flex !important;
		justify-content: center !important;
		margin: 0 auto 12px auto !important;
	}
}


@media (min-width: 992px) {
	#solutions .section-subtitle.style-one.bg_primary {
		font-size: 20px !important;
		padding: 12px 32px !important;
		border-radius: 32px !important;
	}

	#solutions .section-title.style-one {
		font-size: 34px !important;
		line-height: 1.8 !important;
		margin-bottom: 40px !important;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	
	#solutions .desktop-limit-centered {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		font-size: 25px !important;
		line-height: 1.5 !important;
		margin-bottom: 40px !important;
	}
	
	#solutions .section-title.style-one.desktop-limit-centered {
		max-width: 1000px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		font-size: 28px !important;
        line-height: 1.4 !important;
		margin-bottom: 40px !important;
	}
}

#ouragents .pricing-table.style-one table tbody tr td {
	border-bottom: 0 !important;
}

#ouragents .pricing-table.style-one table tbody tr:last-child td {
	border-bottom: 0 !important;
}

#ouragents .pricing-table.style-one table tbody tr:not(:last-child) td .text-para {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#ouragents .focus-mobile-card__list li {
	border-bottom: 0 !important;
}


#home .process-card.style-one .process-title {
	padding-right: 34px;
}

#home .process-card.style-one .process-img {
	position: relative;
	overflow: hidden;
	height: 320px;
	padding: 12px;
	background: linear-gradient(180deg, #0d0d0d 0%, #0d0d0d 100%);
}

#home .process-card.style-one .process-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	
	opacity: 0.85;
  filter: brightness(0.9) contrast(1.05);
}

@media (max-width: 991px) {
	#home .process-card.style-one .process-title {
		padding-right: 10px;
	}

	#home .process-card.style-one .process-img {
		height: 260px;
	}
}



