:root {
	--bg-body:          #ffffff;
	--bg-section-alt:   #fafafa;
	--text-body:        #242424;
	--text-muted:       #818992;
	--border-color:     #e4e4e4;
	--navbar-scroll-bg: #ffffff;
	--navbar-scroll-text: #333333;
	--navbar-mobile-bg: rgb(213, 198, 221);
	--input-bg:         #ffffff;
	--input-text:       #495057;
	--input-placeholder:#999999;
	--slider-bg:        rgba(255, 255, 255, 0.81);
	--footer-bg:        #ffffff;
	--footer-text:      #242424;
}

[data-theme="dark"] {
	--bg-body:          #111318;
	--bg-section-alt:   #191c27;
	--text-body:        #dde1ea;
	--text-muted:       #8b95a9;
	--border-color:     #2a2d3a;
	--navbar-scroll-bg: #191c27;
	--navbar-scroll-text: #dde1ea;
	--navbar-mobile-bg: #1e2130;
	--input-bg:         #1e2130;
	--input-text:       #dde1ea;
	--input-placeholder:#4e5568;
	--slider-bg:        rgba(25, 28, 39, 0.97);
	--footer-bg:        #111318;
	--footer-text:      #dde1ea;
}

* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:#0B4987;
}
a:hover {
	color:#0B4987;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: #0B4987 !important;
}
.navbar .navbar-brand {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}
.logo-icon-img {
	width: 34px;
	height: 34px;
	object-fit: contain;
	flex-shrink: 0;
}
.logo-brand-text {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: -0.3px;
	line-height: 1;
	transition: color 0.3s;
	white-space: nowrap;
}
.logo-brand-text strong {
	font-weight: 700;
}
.nav-scroll .logo-brand-text {
	color: #0B4987;
}
[data-theme="dark"] .nav-scroll .logo-brand-text {
	color: #ffffff;
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover {
	color: #0B4987;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
	background: #0B4987;
	background: linear-gradient(to left, #0B4987, #53376f);
	padding:100px 0px;
	position:relative;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #8e1efc;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #1f44fe;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #0B4987;
	background:  linear-gradient(to left, #0B4987, #9fa2fa);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-illustration {
	display: block;
	width: 160px;
	height: 160px;
	object-fit: contain;
	margin: 0 auto 20px;
}
.faq-illustration {
	display: block;
	width: 180px;
	height: 180px;
	object-fit: contain;
	margin: 0 auto 20px;
	opacity: 0.92;
}
.contact-illustration {
	max-width: 260px;
	width: 100%;
	display: block;
	margin: 0 auto 24px;
	opacity: 0.92;
}
.about-btn {
	color: #8e1efc;
	padding: 10px 40px;
	border: 2px solid #8e1efc;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#8e1efc;
	color:#ffffff;
	text-decoration:none;
}
.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, rgba(122, 96, 255, 0.90), rgba(205, 159, 250, 0.90));
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #8e1efc;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 30px;
	margin-top: 30px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right: 12px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 100px;
	color: rgb(142, 30, 252);
	font-size: 16px;
	line-height: 44px;
	border: 1px solid rgb(142, 30, 252);
}
/* Coluna central da seção Recursos */
.feature .section-content .row {
	align-items: stretch;
}
.feature-mobile {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 0 10px;
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:rgb(142, 30, 252);
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #0B4987;
	background: linear-gradient(to left, #0B4987, #9fa2fa);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
#contact_form input,
#contact_form textarea {
	margin-bottom: 0;
}
#contact_form .input-error {
	border: 1.5px solid #dc3545 !important;
	background: #fff8f8 !important;
}
#contact_form .input-ok {
	border: 1.5px solid #28a745 !important;
}
#contact_form .field-error {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	color: #dc3545;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 1rem;
	padding-left: 14px;
}
#contact_form .field-error.visible {
	visibility: visible;
	height: auto;
	margin-top: 3px;
	margin-bottom: 10px;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #0B4987;
	background: linear-gradient(to left, #0B4987, #9fa2fa);
	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #0B4987;
	background: linear-gradient(to left, #0B4987, #9fa2fa);
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #0B4987;
	background: linear-gradient(to left, #0B4987, #9fa2fa);
	padding: 30px 0px;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background:  rgb(213, 198, 221);
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
[data-theme="dark"] .navbar .navbar-collapse {
	background: var(--navbar-mobile-bg);
}
[data-theme="dark"] .nav-scroll .navbar-collapse {
	background: var(--navbar-scroll-bg) !important;
}
#contact_form {
	margin-bottom:20px;
}
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
}
}

/* ===== Botão de tema ===== */
.theme-toggle {
	background: none;
	border: 1px solid rgba(255,255,255,0.45);
	color: #fff;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	cursor: pointer;
	margin-left: 12px;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s, border-color 0.3s, color 0.3s;
	vertical-align: middle;
	flex-shrink: 0;
}
.theme-toggle:hover {
	background: rgba(255,255,255,0.18);
}
.theme-toggle:focus {
	outline: none;
}
.nav-scroll .theme-toggle {
	border-color: rgba(0,0,0,0.25);
	color: #333;
}
.nav-scroll .theme-toggle:hover {
	background: rgba(0,0,0,0.07);
}
[data-theme="dark"] .nav-scroll .theme-toggle {
	border-color: rgba(255,255,255,0.25);
	color: var(--text-body);
}

/* ===== DARK THEME overrides ===== */
[data-theme="dark"] body {
	background: var(--bg-body);
	color: var(--text-body);
}
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
	color: var(--text-body);
}
[data-theme="dark"] a {
	color: #7fb3e8;
}
[data-theme="dark"] a:hover {
	color: #a8ccf0;
}
[data-theme="dark"] .sectioner-header p {
	color: var(--text-muted);
}
[data-theme="dark"] .icon-box p {
	color: var(--text-muted);
}
[data-theme="dark"] .single-feature h5 {
	color: var(--text-body);
}
[data-theme="dark"] .single-feature p {
	color: var(--text-muted);
}
[data-theme="dark"] .nav-scroll {
	background: var(--navbar-scroll-bg);
	box-shadow: 0 1px 8px 3px rgba(0,0,0,0.25);
}
[data-theme="dark"] .nav-scroll .navbar-nav > li > a {
	color: var(--navbar-scroll-text);
}
[data-theme="dark"] .nav-scroll .navbar-toggler span {
	color: var(--navbar-scroll-text);
}
[data-theme="dark"] .faq {
	background: var(--bg-section-alt);
	border-bottom-color: var(--border-color);
}
[data-theme="dark"] .faq-content h4 {
	color: var(--text-body);
}
[data-theme="dark"] .faq-content p {
	color: var(--text-muted);
}
[data-theme="dark"] .team {
	background: var(--bg-section-alt);
	border-top-color: var(--border-color);
}
[data-theme="dark"] .bx-wrapper {
	background: var(--slider-bg) !important;
}
[data-theme="dark"] .slider .title {
	color: var(--text-body);
}
[data-theme="dark"] input {
	background: var(--input-bg);
	color: var(--input-text);
}
[data-theme="dark"] input::placeholder {
	color: var(--input-placeholder);
}
[data-theme="dark"] #contact_form textarea {
	background: var(--input-bg);
	color: var(--input-text);
}
[data-theme="dark"] #contact_form textarea::placeholder {
	color: var(--input-placeholder);
}
[data-theme="dark"] #contact_form .form-input {
	border-color: var(--border-color);
}
[data-theme="dark"] .footer-copy {
	background: var(--footer-bg);
	color: var(--footer-text);
}
[data-theme="dark"] .footer-copy a {
	color: #7fb3e8;
}

/* ---- Banner LGPD ---- */
#lgpd-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(15, 18, 30, 0.97);
  color: #e8eaf0;
  padding: 16px 20px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
}
.lgpd-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.lgpd-content p {
  margin: 0;
  flex: 1;
  font-size: 13px;
  line-height: 1.6;
  min-width: 200px;
  color: #d0d4e0;
}
.lgpd-content a {
  color: #9fa2fa;
  text-decoration: underline;
}
.lgpd-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.lgpd-btn {
  border: none;
  border-radius: 6px;
  padding: 9px 20px;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity .2s;
}
.lgpd-btn:hover { opacity: .85; }
.lgpd-btn-accept {
  background: linear-gradient(to left, #0B4987, #53376f);
  color: #fff;
}
.lgpd-btn-reject {
  background: transparent;
  color: #b0b5c8;
  border: 1px solid #4a4f6a;
}
@media (max-width: 576px) {
  .lgpd-content { flex-direction: column; gap: 12px; }
  .lgpd-actions { width: 100%; }
  .lgpd-btn { flex: 1; text-align: center; }
}

/* ---- Política de Privacidade ---- */
.privacy-section {
  background: var(--bg-section-alt);
  border-top: 1px solid var(--border-color);
}
.privacy-content h5 {
  margin-top: 18px;
  margin-bottom: 6px;
  color: var(--text-body);
}
.privacy-content p {
  color: var(--text-muted);
  margin-bottom: 4px;
  line-height: 1.7;
}
.privacy-content a {
  color: #0B4987;
}
[data-theme="dark"] .privacy-section {
  background: var(--bg-section-alt);
}
[data-theme="dark"] .privacy-content h5 {
  color: var(--text-body);
}
[data-theme="dark"] .privacy-content p {
  color: var(--text-muted);
}
[data-theme="dark"] .privacy-content a {
  color: #9fa2fa;
}

/* ---- Nota de privacidade no formulário ---- */
.form-privacy-note {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.5;
}
.form-privacy-note a {
  color: #0B4987;
}
[data-theme="dark"] .form-privacy-note a {
  color: #9fa2fa;
}

/* ---- Página de Política de Privacidade ---- */
.privacy-hero {
  padding: 120px 0 48px;
  background: linear-gradient(135deg, #0B4987 0%, #53376f 100%);
  text-align: center;
}
.privacy-hero h1 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 8px;
}
.privacy-hero-sub {
  color: rgba(255,255,255,0.75);
  font-size: 13px;
  margin: 0;
}
.privacy-page-content {
  background: var(--bg-body);
}
.privacy-intro {
  background: var(--bg-section-alt);
  border-left: 4px solid #0B4987;
  padding: 16px 20px;
  border-radius: 0 6px 6px 0;
  margin-bottom: 36px;
}
.privacy-intro p {
  margin: 0;
  color: var(--text-body);
  line-height: 1.7;
}
.privacy-block {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-color);
}
.privacy-block:last-of-type {
  border-bottom: none;
}
.privacy-block h4 {
  color: #0B4987;
  margin-bottom: 12px;
  font-size: 1.05rem;
}
.privacy-block p,
.privacy-block li {
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 8px;
}
.privacy-block ul {
  padding-left: 20px;
}
.privacy-block a {
  color: #0B4987;
}
.privacy-contact-list {
  list-style: none;
  padding: 0;
  margin-top: 8px;
}
.privacy-contact-list li {
  margin-bottom: 4px;
}
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  font-size: 13px;
}
.privacy-table th {
  background: #0B4987;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.privacy-table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-body);
  vertical-align: top;
}
.privacy-table tr:nth-child(even) td {
  background: var(--bg-section-alt);
}
.privacy-note {
  font-size: 12px;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 10px;
}
[data-theme="dark"] .privacy-block h4 { color: #9fa2fa; }
[data-theme="dark"] .privacy-block a  { color: #9fa2fa; }
[data-theme="dark"] .privacy-table th { background: #1e2342; }
[data-theme="dark"] .privacy-intro    { border-left-color: #9fa2fa; }
