/*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:'Sora', 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.btTop {right:20px; bottom:90px; z-index:100; width:60px; height:60px;}
a.btWhatsDefault {background:#24D284; 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:4px;}
.intelo {font-family:'Intelo', sans-serif;}

.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(--gray-dark); text-decoration:none; font-size:14px; font-weight:600; margin:0 5px; background-color:var(--blue-extra-light);
		padding:0 5px; min-width:42px; line-height:42px; height:42px; border-radius:8px; text-align:center
	}
	div.paginacao a:hover {color:var(--bs-white); background-color:var(--blue-default);}
	div.paginacao span.current {
		display:inline-block; color:var(--bs-white); text-decoration:none; font-size:14px; font-weight:700; margin:0 5px; line-height:42px; min-width:42px;
		text-align:center; padding:0 5px; background-color:var(--blue-default); border-radius:8px; text-align:center;
	}

.pageDefault p,
.pageDefault ul {margin-top:20px; line-height:26px;}
.pageDefault ul li:before {content:"•"; display:inline-block; font-weight:400; color:var(--orange-default); margin-right:6px;}
.pageDefault strong {font-weight:700;}
.pageDefault p a,
.pageDefault ul a {color:var(--orange-extra-dark);}
.pageDefault p a:hover,
.pageDefault ul a:hover {color:var(--orange-default);}
.pageDefault h1 {font-size:36px; color:var(--orange-extra-dark); font-weight:300; margin-bottom:20px;}
.pageDefault h2 {font-size:28px; color:var(--orange-extra-dark); font-weight:600; margin-bottom:20px;}
.pageDefault h3 {font-size:24px; color:var(--orange-extra-dark); font-weight:600; margin-bottom:20px;}
.pageDefault h4 {font-size:22px; color:var(--orange-extra-dark); font-weight:600; margin-bottom:20px;}
.pageDefault h5,
.pageDefault h6 {font-size:20px; color:var(--orange-extra-dark); font-weight:600; margin-bottom:20px;}
.grecaptcha-badge {z-index:10;}

/*Header - Footer*/
.site-header {border-bottom:1px solid #EEEEEE;}
	.site-header .lkHome {max-width:138px;}
	.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:370px; 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 {width:40px; height:40px;}
	.site-header .main-nav .nav-wrapper {height:calc(100% - 120px); position:relative;overflow-y:auto; overflow-x:hidden;}
	.site-header .nav-items { 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:var(--blue-extra-light); border-radius:4px;}
	.site-header .nav-items::scrollbar-track {background:var(--blue-extra-light); border-radius:4px;}
	.site-header .nav-items::-webkit-scrollbar-thumb {background:var(--gray-light); border-radius:4px;}
	.site-header .nav-items::scrollbar-thumb {background:var(--gray-light); border-radius:4px;}
	.site-header .nav-item {margin-bottom:15px; border-bottom:none;}
	.site-header .nav-link {display:block; color:var(--orange-extra-dark); font-size:16px; padding:0; position:relative; text-decoration:none;}
	.site-header .nav-link:hover {color:var(--orange-default);}
.site-footer {clear:both; border-bottom:9px solid var(--orange-default);}
	.site-footer .boxForm,
	.site-footer .boxForm .wpcf7-form-control-wrap {width:100%; display:block;}
		.site-footer .boxForm .campo-txt {width:100%; height:42px; border-radius:4px;}
		.site-footer .boxForm .campo-txt::-ms-input-placeholder {color:#B1B1B1;}
		.site-footer .boxForm .campo-txt::placeholder {color:#B1B1B1;}
		.site-footer .boxForm .btnEnviar {width:100%; height:45px;}
		.site-footer .boxForm .wpcf7-spinner {margin:0; position:absolute; right:25px; top:11px; background-color:var(--orange-extra-dark);}
		.site-footer .boxForm .wpcf7-spinner::before {background-color:var(--bs-white);}
		.site-footer .boxForm .wpcf7-not-valid-tip {font-size:12px; font-weight:700; color:var(--orange-extra-light);}
		.site-footer .boxForm .wpcf7-response-output {margin:20px 0 0!important; font-size:14px; font-weight:500; color:var(--bs-white); text-align:center;}
		.site-footer .boxForm .boxRadio {width:100%; display:flex; flex-direction:column;}
		.site-footer .boxForm .wpcf7-acceptance {display:block;}
			.site-footer .boxForm .wpcf7-acceptance span.wpcf7-list-item,
			.site-footer .boxForm .boxRadio span.wpcf7-list-item {margin:0; text-align:left;}
			.site-footer .boxForm .wpcf7-acceptance input[type=checkbox],
			.site-footer .boxForm .boxRadio input[type=radio] {
				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;
			}
			.site-footer .boxForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
				padding-left:24px; min-height:13px; display:block; font-size:14px; color:var(--bs-white); font-weight:300; line-height:18px; vertical-align:middle; 
				background:url(../images/bg-checkbox-off.webp) no-repeat 0 2px; cursor:pointer;
			}
			.site-footer .boxForm .boxRadio input[type=radio] + .wpcf7-list-item-label {
				padding-left:24px; min-height:13px; display:block; font-size:14px; color:var(--bs-white); font-weight:300; line-height:18px; vertical-align:middle; 
				background:url(../images/bg-radiobutton-off.webp) no-repeat 0 2px; cursor:pointer;
			}
			.site-footer .boxForm .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label {
				background:url(../images/bg-checkbox-on.webp) no-repeat 0 2px;
			}
			.site-footer .boxForm .boxRadio input[type=radio]:checked + .wpcf7-list-item-label {
				background:url(../images/bg-radiobutton-on.webp) no-repeat 0 2px;
			}
			.site-footer .boxForm .wpcf7-acceptance .wpcf7-list-item-label,
			.site-footer .boxForm .boxRadio .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;
			}
.baseSlide .swiper {width:100%; height:600px;}
	.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 {font-size:46px; font-weight:500; color:var(--bs-white); margin-bottom:15px;}
	.baseSlide .swiper-wrapper p {margin-bottom:25px;line-height:24px;}
.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:35px; height:6px; margin:0 5px!important; background-color:var(--bs-white); border:none; border-radius:0; opacity:0.2; 
		transition:all 0.2s linear;
	}
	.baseSlide .slide-pagination span.swiper-pagination-bullet-active {opacity:1; width:70px; transition:all 0.2s linear;}
.spotDiferenciais h2 {letter-spacing:-0.5px;}
	.spotDiferenciais h2 strong,
	.spotAtuacao h2 strong {font-weight:500; color:var(--orange-default);}
.spotDiferenciais p {line-height:28px; margin-top:15px;}
	.spotDiferenciais p strong {font-weight:600; color:var(--orange-extra-dark);}
.spotDiferenciais ul li {border-radius:16px;}
	.spotDiferenciais ul li p {line-height:22px; margin-top:0;}
.spotEconomia h2 strong {font-weight:700; display:block;}
.spotEconomia img {max-width:100%; height:auto;}
.spotAtuacao ul li,
.atuacao ul li {border-radius:10px;}
.spotSegmentos ul li {border-radius:8px;}
.spotClientes h2 strong {font-weight:700; color:var(--orange-default);}
.spotClientes .marquee {height:90px;}
.spotClientes .marquee:before {
	content:" "; display:block; position:absolute; z-index:10; width:100px; background:linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	left:0; top:0; bottom:0;
}
.spotClientes .marquee:after {
	content:" "; display:block; position:absolute; z-index:10; width:100px; background:linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	right:0; top:0; bottom:0;
}
	.spotClientes .marquee div {height:140px;}
	.spotClientes .marquee a,
	.spotClientes .marquee span {height:140px; width:200px;}
.spotClientes .slideDepoimentos {width:100%;}
	.spotClientes .slideDepoimentos .swiper-slide {height:auto!important;}
		.spotClientes .slideDepoimentos .swiper-slide img {max-width:85px; height:auto;}
		.spotClientes .slideDepoimentos .swiper-slide p {margin-top:20px; line-height:26px;}
	.spotClientes .dep-pagination {width:auto; left:inherit; right:inherit; bottom:inherit; top:inherit; margin-top:30px;}
	.spotClientes .dep-pagination span {
		width:25px; height:6px; margin:0 5px!important; background-color:var(--orange-extra-light); border:none; border-radius:0; opacity:1; 
		transition:all 0.2s linear;
	}
	.spotClientes .dep-pagination span.swiper-pagination-bullet-active {width:50px; background-color:var(--orange-default); transition:all 0.2s linear;}
.topoSobre {height:290px; background-size:cover;}
	.topoSobre .selo {z-index:30; left:0; right:0; bottom:-90px;}
.sobre h1 strong {font-weight:600;}
.sobre p,
.spotGestao p,
.atuacao p {margin-top:20px; line-height:26px;}
.sobre .openPlayer {border-radius:10px;}
.sobre .openPlayer:before {
	content:" "; display:block; position:absolute; z-index:30; top:50%; left:50%; margin:-46px 0 0 -46px; width:92px; height:92px; 
	background:url(../images/icone-play.webp) no-repeat center center; transition:all 0.3s linear;
}
.sobre .openPlayer:hover:before {opacity:0.6; transition:all 0.3s linear;}
.spotGestao h2 strong,
.atuacao h1 strong {font-weight:600; color:var(--orange-default);}
.spotGestao ul li {border-radius:10px;}
	.spotGestao ul li p {margin-top:0;}

@media only screen and (min-width : 576px) {
	.baseSlide .swiper-wrapper .baseTxt .container {width:540px;}
	.spotSegmentos ul li {width:235px;}
	.site-footer .boxForm .boxRadio {flex-direction:row;}
	.site-footer .boxForm .boxRadio span.wpcf7-list-item {width:190px; margin-right:20px;}
}

@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-slide {background-size:initial;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:720px;}
	.spotDiferenciais ul li,
	.spotGestao ul li {width:300px;}
	.spotEconomia .boxTxt {width:52%; z-index:10;}
	.spotEconomia img {position:absolute; bottom:0; right:0; z-index:0;}
	.spotSegmentos ul li {width:210px;}
	.topoSobre {height:450px; background-size:cover;}
}

@media only screen and (min-width : 992px) {
	.baseSlide .swiper {height:512px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:940px;}
	.baseSlide .swiper-wrapper .swiper-slide {background-size:cover;}
	.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%; overflow:initial;}
	.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; line-height:45px;}
	.site-header .nav-link:after {content:" "; display:block; left:0; right:0; position:absolute; height:5px; bottom:-30px;}
	.site-header .nav-link.lkActive:after {background-color:var(--orange-default);}
	.spotDiferenciais ul li,
	.spotGestao ul li {width:280px;}
	.spotEconomia .boxTxt {width:48%;}
}

@media only screen and (min-width : 1200px) {
	.aligncenter {max-width:100%;}
	.alignleft,
	.alignright {max-width:50%;}
	.site-header .nav-item {margin-left:30px;} 
	.baseSlide .swiper {height:600px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:68px;}
	.spotDiferenciais ul li,
	.spotGestao ul li {width:300px;}
	.spotEconomia .boxTxt {width:40%;}
	.spotEconomia img {right:80px;}
	.spotSegmentos ul li {width:255px;}
}

@media only screen and (min-width : 1400px) {
	.site-header .nav-item {margin-left:40px;} 
	.baseSlide .swiper-wrapper .baseTxt .container {width:1320px;}
	.spotEconomia .boxTxt {width:43%;}
	.spotEconomia img {right:60px;}
	.spotSegmentos ul li {width:288px;}
	.spotClientes .slideDepoimentos {width:90%;}
}