/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
}
ul, ol {list-style:none; margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p {margin:0; line-height:normal;}

/*Default*/
html {scroll-behavior:smooth; scroll-padding-top:30px;}
body {width:100%; height:100%; font-family:'Proxima Nova', sans-serif; font-weight:400; font-optical-sizing:auto; margin:0;}
a {text-decoration:none; transition:all 0.3s linear;}
a:hover {text-decoration:underline; transition:all 0.3s linear;}
a img {border:none;}
*:focus {outline:none;}
a:focus{outline:0}
hr {opacity:1;}
input[type=search]::-ms-clear {display:none; width:0; height:0;}
input[type=search]::-ms-reveal {display:none; width:0; height:0;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display:none;}

a.btWhatsDefault {background:var(--green-default); width:60px; height:60px; z-index:110; right:20px; bottom:160px;}
.aligncenter, 
.alignleft,
.alignright,
.alignnone {display:block; margin:0 auto 30px; max-width:100%; height:auto;}
.cursor-pointer {cursor:pointer !important;}
.fullWidth {width:100%; max-width:1920px;}
.transition {transition:all 0.2s linear;}
.p-last-mg-0 p:last-child {margin-bottom:0!important;}
.lkCTA {border-radius:8px;}
.lkCTA.max280 {max-width:280px;}

.modal .btFechar {width:50px; height:50px; left:inherit; right:inherit; background:url(../images/bt-close.webp) no-repeat 0 0; text-indent:-5000em; opacity:1;}
#popupVideo .modal-content {border-radius:0!important; background:none!important;}
#popupVideo .modal-body {padding:0!important;}

div.paginacao {width:100%;}
	div.paginacao span.pages {display:none;}
	div.paginacao a,
	div.paginacao span.extend {display:inline-block; color:var(--purple-default); text-decoration:none; font-size:22px; font-weight:700; margin:0 10px;}
	div.paginacao a:hover {color:var(--orange-default);}
	div.paginacao span.current {display:inline-block; color:var(--orange-default); text-decoration:none; font-size:22px; font-weight:900; margin:0 10px;}

.pageDefault img {border-radius:20px;}
.pageDefault p,
.pageDefault ul {margin-bottom:20px; line-height:28px;}
.pageDefault ul li:before {content:"•"; display:inline-block; font-weight:400; color:var(-gray-default); margin-right:6px;}
.pageDefault strong {font-weight:700;}
.pageDefault p a,
.pageDefault ul a {color:var(--purple-default);}
.pageDefault p a:hover,
.pageDefault ul a:hover {color:var(--orange-default);}
.pageDefault h2 {font-size:26px; color:var(--gray-default); font-weight:800; margin-bottom:20px; line-height:46px;}
.pageDefault h3 {font-size:22px; color:var(--gray-default); font-weight:800; margin-bottom:20px; line-height:38px;}
.pageDefault h4 {font-size:20px; color:var(--gray-default); font-weight:800; margin-bottom:20px; line-height:34px;}
.pageDefault h5,
.pageDefault h6 {font-size:18px; color:var(--gray-default); font-weight:800; margin-bottom:20px; line-height:30px;}
.pageDefault .ct-ultimate-gdpr-container {display:none!important;}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content {font-size:12px;}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content a {color:var(--bs-white);}
#ct-ultimate-gdpr-cookie-change-settings {display:none!important;}
#ct-ultimate-gdpr-cookie-open {font-family:inherit; font-size:12px; padding:10px 15px; font-weight:700;}
.grecaptcha-badge {z-index:10;}

/*Header - Footer*/
.site-header {z-index:100; top:0; left:0; right:0;}
	.site-header .logo .lkHome {max-width:115px;}
	.site-header .logo div {border-left:1px solid var(--bs-white);}
		.site-header .logo div img {max-width:130px; height:auto;}
	.site-header .header-overlay {
		position:fixed; z-index:199; top:0; left:0; width:100%; height:100vh; background-color:rgba(0,0,0,0.7); transition:0.25s; transform:translateX(-100%);
	}
	.site-header .main-nav {
		display:flex; flex-direction:column; position:fixed; z-index:600; top:0; left:0; bottom:0; width:340px; overflow-x:hidden; overflow-y:hidden; 
		transition:0.35s; transform:translateX(-100%); -webkit-overflow-scrolling:touch;
	}
.nav-is-toggled .site-header .header-overlay,
.nav-is-toggled .site-header .main-nav {transform:translateX(0);}
	.site-header .btnOpenMenu {border-radius:4px; width:42px; height:40px;}
	.site-header .main-nav .nav-wrapper {height:calc(100% - 160px); position:relative;}
	.site-header .nav-items {overflow-y:auto; overflow-x:hidden; width:100%;}
	.site-header .nav-items.no-scroll {overflow-y:hidden;}
	.site-header .nav-items::-webkit-scrollbar {width:8px;}
	.site-header .nav-items::scrollbar {width:8px;}
	.site-header .nav-items::-webkit-scrollbar-track {background:none; border-radius:4px;}
	.site-header .nav-items::scrollbar-track {background:none; border-radius:4px;}
	.site-header .nav-items::-webkit-scrollbar-thumb {background:var(--bs-gray-300); border-radius:4px;}
	.site-header .nav-items::scrollbar-thumb {background:var(--bs-gray-300); border-radius:4px;}
	.site-header .nav-item {margin-bottom:15px; border-bottom:none;}
	.site-header .nav-link {display:block; color:var(--purple-default); font-size:22px; font-weight:100; padding:0; position:relative; text-decoration:none;}
	.site-header .nav-link:hover {color:var(--orange-default);}
	.site-header .nav-link.link-submenu:after {
		content:"\F282"; display:inline-block; position:relative; top:2px; font-family:'bootstrap-icons'; font-size:13px; font-weight:bold; color:var(--purple-default);
		margin-left:10px;
	}
	.site-header .active .nav-link.link-submenu:after {content:"\F286";}
	.site-header .nav-submenu {display:none; padding-top:15px;}
		.site-header .nav-submenu .nav-item {border:none; margin-bottom:10px;}
		.site-header .nav-submenu .nav-link {padding-left:15px; color:var(--gray-default)}
		.site-header .nav-submenu .nav-link:hover {color:var(--purple-default);)}
	.site-header .has-submenu {position:relative;}
	.site-header .has-submenu.active > .nav-submenu {display:block;}	
.site-footer {clear:both;}
	.site-footer .brand .partner {max-width:200px; height:auto;}
	.site-footer .navFooter ul li {margin-bottom:8px;}
	.site-footer .navFooter ul li:last-child {margin-bottom:0;}
		.site-footer .navFooter ul li a {color:var(--gray-default); text-decoration:none;}
		.site-footer .navFooter ul li a:hover {color:var(--orange-default);}
	.site-footer .colInfo p {margin-bottom:10px;}
		.site-footer .colInfo p strong {font-weight:600;}
.baseSlide:after,
.topoConsultoria:after {
	content:" "; display:block; position:absolute; z-index:60; height:52px; background:url(../images/mask-slide.webp) no-repeat center bottom; left:0; right:0; 
	bottom:0;
}
.baseSlide .swiper {width:100%; height:680px;}
	.baseSlide .swiper-slide {height:auto!important; background-size:cover;}
	.baseSlide .swiper-wrapper .filtro {z-index:10; left:0; right:0; top:0; bottom:0;}
	.baseSlide .swiper-wrapper a.lkOverlay {z-index:35; left:0; right:0; top:0; bottom:0;}
	.baseSlide .swiper-wrapper .container {z-index:30;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2,
	.topoConsultoria h1,
	.topoConsultoria h2 {font-size:36px; font-weight:100; line-height:44px; color:var(--white); margin-bottom:20px; letter-spacing:2px;}
		.baseSlide .swiper-wrapper h1 strong,
		.baseSlide .swiper-wrapper h2 strong,
		.topoConsultoria h1 strong,
		.topoConsultoria h2 strong {font-weight:900;}
.baseSlide .swiper-wrapper .topoVideo {width:100%; height:100%;}			
	.baseSlide .swiper-wrapper .topoVideo video {width:100%; height:100%; object-fit:cover;}
.baseSlide .swiper-wrapper .baseTxt {z-index:20; left:0; top:0; bottom:0; right:0;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:100%;}
.baseSlide .slide-pagination {width:auto; left:0; right:0; bottom:30px; z-index:50;}
	.baseSlide .slide-pagination span {
		width:14px; height:14px; margin:0 8px!important; background-color:transparent; border:1px solid var(--bs-white); border-radius:7px; opacity:1; 
		transition:all 0.2s linear;
	}
	.baseSlide .slide-pagination span.swiper-pagination-bullet-active {background-color:var(--bs-white); transition:all 0.2s linear;}
.baseSlide .scrollDown,
.topoConsultoria .scrollDown,
.topoManage .scrollDown {width:41px; height:15px; z-index:50; bottom:60px; left:50%; margin-left:-20.5px; background-image:url(../images/arrow-down-slide.webp);}
.spotSobre .colImg:before {
	content:" "; display:block; position:absolute; z-index:10; width:184px; height:99px; background:url(../images/element-before-sobre.webp) no-repeat 0 0; left:0;
	bottom:-30px;
}
.spotSobre .colImg img {border-radius:8px;}
.spotSobre p {margin-bottom:20px;}
.separador {width:100%; height:15px; background-image:url(../images/separador.webp);}
.separador.dark {background-image:url(../images/separador-dark.webp);}
.spotSegCase:before,
.argumentacao:before {
	content:" "; display:block; position:absolute; height:85px; background:url(../images/mask-top-segmentos.webp) no-repeat center top;  z-index:10; top:0; left:0; 
	right:0;
}
.spotSegCase:after,
.argumentacao:after,
.spotLivro:after {
	content:" "; display:block; position:absolute; height:55px; background:url(../images/mask-foot-segmentos.webp) no-repeat center top;  z-index:10; bottom:0; left:0; 
	right:0;
}
.spotSegmentos h2:after {content:" "; display:block; margin:40px auto 60px; width:41px; height:15px; background:url(../images/arrow-down-orange.webp) no-repeat 0 0;}
.spotSegmentos .slideSegmentos,
.spotArg .slideArg {width:100%;}
.spotCases h2:before {content:" "; display:block; margin:10px auto 45px; width:41px; height:15px; background:url(../images/arrow-up-orange.webp) no-repeat 0 0;}
.spotCases ul li {max-width:100%; border-radius:15px; box-shadow:2px 6px 20px 0px rgba(0,0,0,0.2);}
	.spotCases ul li .boxTxt p {margin-bottom:20px;} 
		.spotCases ul li .boxTxt p strong {font-weight:800;}
.spotContato .colTxt h2 strong {display:block; font-weight:900; color:var(--orange-default);}
.spotContato .colTxt p {margin-bottom:20px;}
.spotContato .colTxt ul {padding-left:25px; margin-bottom:20px; border-left:1px solid var(--orange-default);}
	.spotContato .colTxt ul li {line-height:22px;}
	.spotContato .colTxt ul li:before {content:"•"; display:inline-block; margin-right:8px;}
	.boxForm .campo-txt {width:100%; height:52px; border-radius:8px; border-color:#a4a4a4;}
	.boxForm textarea.campo-txt {height:74px; resize:none;}
	.boxForm .campo-txt::-ms-input-placeholder {color:var(--gray-default);}
	.boxForm .campo-txt::placeholder {color:var(--gray-default);}
	.boxForm .btnEnviar {width:140px; height:50px; border-radius:6px;}
	.boxForm .btnEnviar:after {
		content:" "; display:inline-block; margin-left:8px; width:10px; height:21px; background:url(../images/arrow-right-purple.webp) no-repeat 0 0;
	}
	.boxForm .btnEnviar:hover:after {filter:brightness(0) invert(1);}
	.boxForm .wpcf7-not-valid-tip {font-size:12px; font-weight:700; color:var(--orange-default);}
	.boxForm .wpcf7-response-output {margin:20px 0 0!important; font-size:14px; font-weight:500; color:var(--gray-default); text-align:center;}
	.boxForm .wpcf7-acceptance {display:block;}
		.boxForm .wpcf7-acceptance span.wpcf7-list-item {margin:0; text-align:left;}
		.boxForm .wpcf7-acceptance input[type=checkbox] {
			position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
		}
		.boxForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
			padding-left:22px; min-height:14px; display:block; font-size:10px; color:var(--gray-default); font-weight:700; line-height:14px; vertical-align:middle; 
			background:url(../images/bg-checkbox-off.webp) no-repeat 0 0; cursor:pointer;
		}
		.boxForm .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label {background:url(../images/bg-checkbox-on.webp) no-repeat 0 0;}
		.boxForm .wpcf7-acceptance .wpcf7-list-item-label {
			 -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
		}
.topoSobre {height:420px; background-size:cover;}
.topoSobre:after,
.topoManage:after,
.topoBlog:after,
.topoPage:after,
.topoLGPD:after {
	content:" "; display:block; position:absolute; z-index:60; height:52px; background:url(../images/mask-slide.webp) no-repeat center bottom; left:0; right:0; 
	bottom:0;
}
.sobre .boxTxt {border-radius:20px;}
	.sobre .boxTxt p,
	.consultorias .box p {margin-bottom:20px;}
	.sobre .boxTxt ul li {padding-left:35px; background:url(../images/icone-checklist.webp) no-repeat 0 0; margin-bottom:20px; line-height:24px;}
		.sobre .boxTxt p strong,
		.sobre .boxTxt li strong {font-weight:900;}
.complentoSobre:after {
	content:" "; display:block; position:absolute; z-index:10; bottom:0; left:0; right:0; background:url(../images/mask-top-segmentos.webp) no-repeat center bottom;
	height:85px;
}
	.complentoSobre .colImg:before {
		content:" "; display:block; position:absolute; z-index:10; top:0; left:30px; background:url(../images/element-before-sobre.webp) no-repeat 0 0; width:184px; 
		height:99px;
	}
		.complentoSobre .colImg img {border-radius:10px;}
	.complentoSobre h2 strong {color:var(--orange-default);}
	.complentoSobre p {margin-bottom:20px; line-height:26px;}
.topoConsultoria {height:680px;}
.consultorias .item {background-image:url(../images/arrow-down-slide.webp);}
.consultorias .item:last-child {background-image:none;}
	.consultorias h2 strong {font-weight:900; color:var(--orange-default); display:block;}
	.consultorias .box {border-radius:20px;}
	.consultorias .box:before {
		content:" "; display:block; position:absolute; z-index:10; left:50%; top:-23.5px; margin-left:-23.5px; width:47px; height:47px;
		background:url(../images/arrow-consultoria.webp) no-repeat center center; rotate:90deg;
	}
		.consultorias .box ul li {
			padding-left:25px; background:url(../images/icone-checklist.webp) no-repeat 0 3px; background-size:16px; margin-bottom:20px; line-height:24px;
		}
.argumentacao h2:after,
.spotArg h2:after {content:" "; display:block; width:41px; height:15px; margin:45px auto 0; background:url(../images/arrow-down-orange.webp) no-repeat 0 0;}
.argumentacao .colImg:before {
	content:" "; display:block; position:absolute; z-index:10; bottom:0; left:30px; background:url(../images/element-after-argumentacao.webp) no-repeat 0 0; 
	width:184px; height:99px;
}	
	.argumentacao .colImg img {border-radius:10px;}
	.argumentacao p,
	.argumentacao ul {margin-bottom:20px;}
		.argumentacao ul li:before {content:"•"; display:inline-block; color:var(--orange-default); margin-right:10px;}
		.argumentacao .numeros ul li:before {display:none;}
.frame {background-color:var(--purple-default); background-size:cover;}
.frame:after {
	content:" "; display:block; position:absolute; z-index:10; left:0; right:0; bottom:-54px; background:url(../images/mask-foot-frame.webp) no-repeat center top;
	height:54px;
}
.topoFrame {padding-top:400px;}
.topoFrame .scrollDown,
.frame .intro .scrollDown {width:41px; height:15px; z-index:50; bottom:0; left:50%; margin-left:-20.5px; background-image:url(../images/arrow-down-slide.webp);}
.frame .bgBox {background:rgba(51,1,61,0.8);}
.frame .bgBox:before {
	content:" "; display:block; position:absolute; z-index:10; top:-54px; left:0; right:0; background:url(../images/mask-top-frame.webp) no-repeat center top;
	 height:54px;
}
.frame .intro p {margin-bottom:20px;}
.frame .pilares .colTitulo h3::first-letter {font-weight:900;}
	.frame .pilares .colTxt:before {
		content:" "; display:block; position:absolute; top:40px; bottom:45%; left:15px; right:15px; border:1px solid var(--green-default); border-bottom:none;
		border-radius:20px 20px 0 0;		
	}
	.frame .pilares .colTxt:after {
		content:" "; display:block; position:absolute; top:17px; left:50%; margin-left:-15px; width:30px; height:16px; 
		background:url(../images/arrow-pilares.webp) no-repeat 0 0; rotate:90deg;
	}
	.frame .pilares .colTxt p,
	.frame .pilares .colTxt ul,
	.manage p {margin-bottom:20px;}
		.frame .pilares .colTxt ul li {margin-bottom:20px; line-height:22px;}
		.frame .pilares .colTxt ul li:last-child {margin-bottom:0;}
		.frame .pilares .colTxt ul li:before {content:"•"; display:inline-block; margin-right:10px;}
.spotLivro h2 {font-size:44px; line-height:48px;}
	.spotLivro h2 strong {color:var(--purple-default);}
	.spotLivro a strong {font-weight:800; display:block;}
	.spotLivro a:hover strong {color:var(--purple-default);}
.topoManage {height:680px; background-size:cover;}
.solucoes .colImg:before,
.lgpd .colImg:before {
	content:" "; display:block; position:absolute; z-index:10; top:-48px; left:30px; background:url(../images/element-before-sobre.webp) no-repeat 0 0; width:184px; 
	height:99px;
}
.solucoes .item:nth-child(even) .colImg:before {left:inherit; right:30px; background:url(../images/element-after-argumentacao.webp) no-repeat 0 0;}
.solucoes .colImg img,
.lgpd .colImg img,
.suporte .colImg img {border-radius:10px;}
.solucoes .colTxt p,
.solucoes .colTxt ul {margin-bottom:20px; line-height:28px;}
	.solucoes .colTxt p strong,
	.solucoes .colTxt ul strong {font-weight:800;}
	.solucoes .colTxt ul li {margin-bottom:25px;}
	.solucoes .colTxt ul li:last-child {margin-bottom:0;}
	.solucoes .colTxt ul li:before {
		content:" "; display:inline-block; width:10px; height:16px; background:url(../images/arrow-right-green.webp) no-repeat 0 0; margin-right:8px; 
		position:relative; top:1px;
	}
.topoBlog,
.topoPage {background-color:#2a112f; height:480px;}
	.topoBlog h1,
	.topoBlog h2 {font-size:60px; line-height:64px;}
		.topoBlog h1 strong,
		.topoBlog h2 strong {font-weight:800; color:var(--orange-default); display:block;}
.buscaBlog .campoBusca {border-color:#989898; border-radius:15px; height:54px;}
	.buscaBlog .campoBusca input {height:52px;}
	.buscaBlog .campoBusca button {height:52px; width:44px;}
.listaPost li {width:100%; max-width:360px; box-shadow:3px 5px 16px 0px rgba(0,0,0,0.2); border-radius:20px;}
	.listaPost li h3:after {content:" "; display:block; background-color:var(--orange-default); margin:10px 0 15px; width:30px; height:3px;}
	.listaPost li .lkMore {left:25px; bottom:30px;}
.topoLGPD {background-color:#2a112f; height:270px}
.lgpd p,
.suporte p {margin-bottom:20px;}
.lgpd h4,
.suporte h4 {font-size:16px; font-weight:800; font-style:italic; margin-bottom:20px;}
.lgpd h4 a {color:var(--gray-default); text-decoration:none;}
	.lgpd h4 a:hover {color:var(--orange-default);}
.suporte h1 strong {color:var(--orange-default); font-weight:900;}
.suporte p a {color:var(--gray-default); text-decoration:none; font-weight:700;}
.suporte p a:hover {color:var(--orange-default);}
.suporte .colImg {height:230px;}
.suporte .colImg:before {
	content:" "; display:block; position:absolute; z-index:10; top:-48px; right:30px; background:url(../images/element-before-sobre.webp) no-repeat 0 0; width:184px; 
	height:99px;
}
	.suporte .colImg img {width:100%; height:100%; object-fit:cover;}
 
@media only screen and (min-width : 576px) {
	#ct-ultimate-gdpr-cookie-popup {display:flex; align-items:center;}
	#ct-ultimate-gdpr-cookie-content {padding-right:15px;}
	#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons {padding:0;}
	.site-header .logo .lkHome {max-width:190px;}
	.site-header .logo div img {max-width:165px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:540px;}
	.spotSobre .colImg:before {bottom:65px; left:-15px;}
	.topoSobre {height:600px;}
	.frame .pilares {border-left:1px solid var(--orange-default); border-right:1px solid var(--orange-default);}
	.frame .bgBox .baseBtn .elementBefore {background-image:url(../images/line-before-btn.webp); width:100%; height:100%;}
	.frame .bgBox .baseBtn .elementAfter {background-image:url(../images/line-after-btn.webp); width:100%; height:100%;}
	.frame .bgBox .baseTitulo .elementBefore {background-image:url(../images/line-before-titulo.webp); width:100%; height:100%;}
	.frame .bgBox .baseTitulo .elementAfter {background-image:url(../images/line-after-titulo.webp); width:100%; height:100%;}
	.frame .bgBox .baseTitulo h2 {min-width:80%;}
	.spotLivro h2 {font-size:50px; line-height:54px;}
	.listaPost li {width:47%;}
	.suporte .colImg {height:370px;}
}

@media only screen and (min-width : 768px) {
	.aligncenter {display:block; margin:0 auto 30px;}
	.alignleft {float:left; margin:0 30px 20px 0; max-width:40%;}
	.alignright {float:right; margin:0 0 20px 30px; max-width:40%;}
	.alignnone {margin:0;}
	.baseSlide .swiper,
	.topoConsultoria,
	.topoManage {height:800px;}
	.baseSlide .swiper-slide {background-size:initial;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:720px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2,
	.topoConsultoria h1,
	.topoConsultoria h2 {font-size:48px; line-height:56px;}
	.spotCases ul li .boxLogo {width:40%; background-image:url(../images/arrow-right-orange.webp);}
	.spotCases ul li .boxTxt {width:60%;}
	.topoSobre,
	.topoManage {height:800px;}
	.sobre .boxTxt {margin-top:-40px; z-index:70;}
	.sobre .boxTxt ul li {line-height:28px; background-position:0 2px;}
	.frame .pilares .colTitulo:before {
		content:" "; display:block; position:absolute; top:50%; left:-3px; margin-top:-14px; width:28px; height:28px; background:var(--orange-default); 
		border-radius:50%;
	}
	.frame .pilares .colTxt:before {
		content:" "; display:block; position:absolute; top:0; bottom:0; left:30px; right:40%; border-bottom:1px solid var(--green-default); border-right:none;
		border-radius:20px 0 0 20px;		
	}
	.frame .pilares .colTxt:after {top:50%; left:0; margin:-8px 0 0; width:30px; height:16px; rotate:0deg;}
	.frame .pilares .colTxt ul li {line-height:26px;}
	.topoBlog {height:680px;}
	.topoBlog h1,
	.topoBlog h2 {font-size:110px; line-height:114px;}
}

@media only screen and (min-width : 992px) {
	.site-header .logo .lkHome {max-width:initial;}
	.baseSlide .swiper,
	.topoConsultoria,
	.topoManage {height:960px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:940px;}
	.baseSlide .swiper-wrapper .swiper-slide {background-size:cover;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2,
	.topoConsultoria h1,
	.topoConsultoria h2{font-size:56px; line-height:68px;}
	.spotSobre .colImg:before {left:-70px;}
	.spotSVC .hastagV {position:absolute; z-index:10; right:0; top:0; max-height:100%; width:auto;}
	.spotSVC h2 {position:absolute; z-index:10; left:0; top:0; max-width:300px;}
	.spotSVC p {position:absolute; z-index:10; left:0; bottom:0; max-width:220px;}
	.spotContato .colTxt ul li {line-height:26px;}
	.spotContato .boxForm .btnForm  .wpcf7-spinner {margin:10px 0 0;}
	.spotContato .boxForm .wpcf7-response-output {margin:0!important;}
	.topoSobre {height:1050px;}
	.sobre .boxTxt {margin-top:-70px;}
	.sobre .boxTxt ul li {line-height:36px; background-position:0 5px;}
	.complentoSobre p {line-height:32px;}
	.consultorias .box:before {left:-23.5px; top:50%; margin:-23.5px 0 0; rotate:0deg;}
	.consultorias .item:nth-child(even) .box:before {left:inherit; right:-23.5px;}
	.consultorias .box ul li {line-height:28px; background-position:0 6px;}
	.frame {background-size:initial;}
	.topoFrame {padding-top:600px;}
	.frame .bgBox .baseTitulo h2 {letter-spacing:4px; min-width:initial; white-space:nowrap;}
	.frame .pilares .colTxt ul li {line-height:30px;}
	.solucoes .colTxt ul {line-height:34px;}
	.solucoes .colTxt ul li:before {top:0;}
	.listaPost li {width:31%; margin-right:3.5%;}
	.listaPost li:nth-child(3n+0) {margin-right:0;}
}

@media only screen and (min-width : 1200px) {
	.aligncenter {max-width:100%;}
	.alignleft,
	.alignright {max-width:50%;}
	
	.site-header .main-nav {
		position:relative; top:inherit; left:inherit; bottom:inherit; width:auto; height:100%; transform:none; overflow:inherit; background:none!important; z-index:85;
	}
	.site-header .main-nav .nav-wrapper {height:100%;}
	.site-header .nav-items:not(.nav-submenu) {display:flex; align-items:center; overflow:inherit;}
	.site-header .nav-item {line-height:normal; margin:0 0 0 20px; padding:0; border-bottom:none; display:flex;}
	.site-header .nav-item:first-child {margin-left:0;}
	.site-header .nav-link {background:none; padding:0; white-space:nowrap; display:inline-block; position:relative; color:var(--bs-white);}
	.site-header .nav-link:hover {color:var(--bs-white);}
	.site-header .nav-link.link-submenu:after {color:var(--bs-white);}
	.site-header .nav-submenu {
		position:absolute; border-radius:5px; background-color:var(--bs-white); overflow:inherit; height:auto; width:auto; min-width:150px; left:0; top:100%;
		padding:10px 0; box-shadow:0px 5px 25px 0px rgba(0,0,0,0.15);
	}
	.site-header .nav-submenu .nav-item {padding:10px 20px; margin:0;}
	.site-header .nav-submenu .nav-item:before {display:none;}
	.site-header .nav-submenu .nav-link {line-height:normal; padding:0;}
	.site-header .nav-submenu .nav-link:hover:before {display:none;}
	.baseSlide .swiper,
	.topoConsultoria {height:1140px;}
	.baseSlide .swiper-wrapper .swiper-slide {background-size:initial;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2,
	.topoConsultoria h1,
	.topoConsultoria h2 {font-size:64px; line-height:84px;}
	.spotSVC p {max-width:240px;}
	.spotContato .boxForm:after {
		content:" "; display:block; position:absolute; right:0; top:275px; width:108px; height:201px; background:url(../images/element-after-contato.webp) no-repeat 0 0;
	}
	.topoSobre {height:1290px; background-size:initial;}
	.topoFrame {padding-top:680px;}
	.frame .pilares .colTxt:before {left:68px;}
	.frame .pilares .colTxt:after {left:15px; width:53px;}
	.spotLivro h2 {font-size:60px; line-height:64px;}
	.topoManage {height:1140px; background-size:initial;}
	.listaPost li {width:23.1%; margin-right:2.5%;}
	.listaPost li:nth-child(3n+0) {margin-right:2.5%;}
	.listaPost li:nth-child(4n+0) {margin-right:0;}
}

@media only screen and (min-width : 1400px) {
	.site-header .nav-item {margin-left:30px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:1320px;}
	.baseSlide .scrollDown,
	.topoConsultoria .scrollDown,
	.topoManage .scrollDown {bottom:90px;}
	.spotCases ul li .boxLogo {width:42%;}
	.spotCases ul li .boxTxt {width:58%;}
	.spotLivro h2 {font-size:70px; line-height:74px;}
	.solucoes .colTxt ul {line-height:36px;}
}