/*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;}
body {width:100%; height:100%; font-family:'Montserrat', sans-serif; font-weight:400; font-optical-sizing:auto; margin:0;}
a {text-decoration:none; transition:all 0.2s linear;}
a:hover {text-decoration:underline; transition:all 0.2s 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:140px; z-index:100; width:40px; height:40px;}
a.btTop:hover {background-color:var(--gray-dark);}
a.btWhatsDefault {
	display:block; background:#0bd54d; color:var(--bs-white); width:40px; height:40px; z-index:110; right:20px; bottom:90px;
}
	a.btWhatsDefault i.fa {display:inline-block; position:relative; top:1px;}
.aligncenter, 
.alignleft,
.alignright,
.alignnone {display:block; margin:0 auto 30px; max-width:100%; height:auto; border-radius:20px;}
.cursor-pointer {cursor:pointer !important;}
.fullWidth {width:100%; max-width:1920px;}
.transition {transition:all 0.2s linear;}

.modal .btFechar {width:50px; height:50px; left:inherit; right:inherit; background:url(../images/bt-close.png) no-repeat 0 0; text-indent:-5000em; opacity:1;}
#popupVideo .modal-content {background:none!important; border-radius:0!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-default); text-decoration:none; font-size:16px; font-weight:700; margin:0 10px; min-width:40px; height:40px; 
		line-height:40px; padding:0 5px; background-color:var(--gray-light); border-radius:4px;
	}
	div.paginacao a:hover {color:var(--bs-white); background-color:var(--gray-dark);}
	div.paginacao span.current {
		display:inline-block; color:var(--bs-white); font-size:16px; font-weight:700; margin:0 10px; min-width:40px; height:40px; line-height:40px; 
		background-color:var(--red-default); padding:0 5px; border-radius:4px;
	}

.pageDefault p,
.pageDefault ul {margin-bottom:25px; line-height:24px;}
.pageDefault ul li:before {content:"•"; display:inline-block; font-weight:400; color:var(--yellow-default); margin-right:6px;}
.pageDefault strong {font-weight:700;}
.pageDefault p a,
.pageDefault ul a {color:var(--yellow-default);}
.pageDefault p a:hover,
.pageDefault ul a:hover {color:var(--txt-blue);}
.pageDefault h2 {font-size:35px; color:var(--txt-blue); font-weight:700; margin-bottom:20px;}
.pageDefault h3 {font-size:30px; color:var(--txt-blue); font-weight:700; margin-bottom:20px;}
.pageDefault h4 {font-size:24px; color:var(--txt-blue); font-weight:700; margin-bottom:20px;}
.pageDefault h5,
.pageDefault h6 {font-size:20px; color:var(--txt-blue); font-weight:700; margin-bottom:20px;}
.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 .lkHome {max-width:215px;}
	.site-header .header-overlay {
		position:fixed; z-index:199; top:0; left:0; width:100%; height:100vh; background-color:rgba(0,0,0,0.75); transition:0.45s; transform:translateX(-100%);
	}
	.site-header .main-nav {
		display:flex; flex-direction:column; position:fixed; z-index:200; top:0; left:0; bottom:0; width:300px; overflow-x:hidden;	overflow-y:hidden; transition:0.45s; 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; border-radius:4px;}
	.site-header .btnOpenMenu:hover {background-color:var(--yellow-default)!important;}
	.site-header .main-nav .nav-header .btnCloseMenu:hover {color:var(--yellow-default);}
	.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:not(:last-child) {border-bottom:1px solid var(--bs-gray-300);}
	.site-header .nav-link {
		display:block; color:var(--blue-default); font-size:20px; padding-right:30px; position:relative; text-decoration:none;  padding:12px 30px 12px 0;
	}
	.site-header .nav-link:hover {color:var(--yellow-default);}
	.site-header .nav-link.link-submenu:after {
		content:"\F282"; display:block; position:absolute; top:12px; right:0; font-family:'bootstrap-icons'; font-size:18px; color:var(--blue-default);
	}
	.site-header .active .nav-link.link-submenu:after {content:"\F286";}
	.site-header .nav-submenu {display:none; padding:0 10px 15px;}
		.site-header .nav-submenu .nav-item {border:none;}
		.site-header .nav-submenu .nav-link {padding:5px 0;}
		.site-header .nav-submenu .nav-link:before {content:"\F132"; display:inline-block; font-family:'bootstrap-icons'; font-size:13px; margin-right:6px;}
	.site-header .has-submenu {position:relative;}
	.site-header .has-submenu.active > .nav-submenu {display:block;}
.site-footer {clear:both; background-image:url(../images/bg-footer.png);}
	.site-footer .navFooter ul li {margin-bottom:10px;}
		.site-footer .navFooter ul li a {position:relative; color:var(--bs-white); text-decoration:none; padding-bottom:12px; display:inline-block;}
		.site-footer .navFooter ul li a:hover:after {
			content:" "; display:block; position:absolute; left:0; right:0; bottom:0; height:4px; border-radius:2px; background-color:var(--yellow-default);
		}
	.site-footer hr {border-color:#1a343d;}
	.site-footer .copyright {color:#7c7c7c;}
		.site-footer .copyright a:hover {color:var(--bs-white);}
.baseSlide .swiper {width:100%; height:640px;}
.baseSlide .swiper-wrapper {height:640px;}
	.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:34px; font-weight:900; display:flex; flex-direction:column; align-items:start;}
	.baseSlide .swiper-wrapper .text-center h1,
	.baseSlide .swiper-wrapper .text-center h2 {align-items:center;}
	.baseSlide .swiper-wrapper .text-end h1,
	.baseSlide .swiper-wrapper .text-end h2 {align-items:end;}
	.baseSlide .swiper-wrapper h1:after,
	.baseSlide .swiper-wrapper h2:after,
	.topoPage h1:after {content:" "; display:block; width:; height:2px; background:var(--yellow-default); margin:30px 0; width:130px;}
	.baseSlide .swiper-wrapper p {margin-bottom:20px;}
	.baseSlide .swiper-wrapper a.lkSlide:hover {background-color:var(--bs-white); color:var(--blue-default);}
.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 {z-index:80; bottom:40px;}	
	.baseSlide .slide-pagination span {
		width:14px; height:14px; margin:5px 0; border-radius:0; background-color:var(--bs-white); opacity:1; transition:all 0.2s linear;
	}
	.baseSlide .slide-pagination span.swiper-pagination-bullet-active {width:30px; background-color:var(--yellow-default); opacity:1; transition:all 0.2s linear;}
.titulo {border-left:2px solid var(--yellow-default);}
.spotSvc:before {
	content:" "; display:block; position:absolute; z-index:-1; top:0; left:0; right:0; bottom:160px; 
	background:#f2f2f2 url(../images/bg-servicos.png) no-repeat left bottom;
}
	.spotSvc p {margin-bottom:15px;}
		.spotSvc p strong {font-weight:700;}
		.spotSvc .svcPrev {width:19px; height:37px; background:url(../images/arrow-left.png); text-indent:-5000em;}
		.spotSvc .svcNext {width:19px; height:37px; background:url(../images/arrow-right.png); text-indent:-5000em;}
		.spotSvc .svcPrev.swiper-button-disabled,
		.spotSvc .svcNext.swiper-button-disabled {opacity:0.4;}
.slideSvc {width:100%;}
	.slideSvc .swiper-slide {height:auto!important; width:330px;}
		.slideSvc .swiper-slide .box {border-radius:8px; max-width:330px; box-shadow:0px 8px 7px 0px rgba(0,0,0,0.1);}
			.slideSvc .swiper-slide .box p {margin:25px 0 0;}
.spotObras {background-image:url(../images/bg-obras.png);}
	.spotObras img {height:auto; max-width:100%;}
	.spotObras .lkAll,
	.spotObras .lkWhats {height:60px; width:100%; max-width:320px;}
	.spotObras .lkAll:hover {background-color:var(--yellow-default); color:var(--bs-white);}
	.spotObras .lkWhats:hover {background-color:var(--blue-default); border-color:var(--blue-default); color:var(--bs-white);}
.spotDif {background-image:url(../images/bg-diferenciais.png);}
	.spotDif ul h4 {font-size:20px; font-weight:700; color:var(--yellow-default);}
	.spotDif ul p {margin-top:10px;}
		.spotDif ul p strong {font-weight:700;}
.spotSobre img {width:100%; max-width:540px; height:auto;}
.spotSobre p {margin-bottom:20px; line-height:22px;}
	.spotSobre p storng {font-weight:700;}
.spotSobre ul li {background-image:url(../images/icone-checklist.png);}
.spotSobre .lkWhats,
.obras .lkWhats {height:60px; width:100%; max-width:320px;}
.spotSobre .lkWhats:hover,
.obras .lkWhats:hover {background-color:var(--blue-default); border-color:var(--blue-default); color:var(--bs-white);}
#contato {background-image:url(../images/bg-contato.jpg);}
	#contato .tel {background-image:url(../images/icone-telefone.png);}
	#contato .whatsapp {background-image:url(../images/icone-whatsapp.png);}
	#contato .email {background-image:url(../images/icone-email.png);}
	#contato .horario {background-image:url(../images/icone-horario.png);}
	#contato .endereco {background-image:url(../images/icone-endereco.png);}
	#contato a:hover {color:var(--yellow-default);}
	#contato .social a:hover img {filter:brightness(0) invert(0);}
.topoPage {height:340px; background-image:url(../images/bg-topo-pagina.png);}
	.topoPage h1 strong {font-weight:900; display:block; font-size:44px; margin-top:5px;}

@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;}
	.baseSlide .swiper-wrapper .baseTxt .container,
	.spotSvc .boxAlign,
	.spotDif .boxAlign,
	.spotSobre .boxAlign {width:540px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:44px;}
	.spotDif ul li {width:45%;}
	.topoPage h1 strong {font-size:50px;}
}

@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,
	.baseSlide .swiper-wrapper {height:800px;}
	.baseSlide .swiper-wrapper .baseTxt .container,
	.spotDif .boxAlign,
	.spotSobre .boxAlign {width:720px;}
	.spotSvc .boxAlign {width:350px;}
	.spotSvc .svcPrev {position:absolute; z-index:30; left:-20px; top:160px;}
	.spotSvc .svcNext {position:absolute; z-index:30; left:-20px; top:210px;}
	.spotObras img {width:100%; height:100%; max-width:initial; object-fit:cover;}
}

@media only screen and (min-width : 992px) {
	.site-header .lkHome {max-width:initial;}
	.site-header .main-nav {
		position:relative; top:inherit; left:inherit; bottom:inherit; width:auto; height:auto; transform:none; overflow:inherit; background:none!important; z-index:85;
	}
	.site-header .main-nav .nav-wrapper {height:auto;}
	.site-header .nav-items:not(.nav-submenu) {display:flex; overflow:inherit; justify-content:space-between;}
	.site-header .nav-item {line-height:normal; margin-left:30px;}
	.site-header .nav-item:first-child {margin-left:0;}
	.site-header .nav-item:not(:last-child) {border-bottom:none;}
	.site-header .nav-link {background:none; padding:0; white-space:nowrap; display:inline-block; padding:0 0 12px; position:relative; color:var(--bs-white);}
	.site-header .nav-link:hover {color:var(--bs-white);}
	.site-header .nav-link:hover:after {
		content:" "; display:block; position:absolute; left:0; right:0; bottom:0; height:4px; border-radius:2px; background-color:var(--yellow-default);
	}
	.site-header .nav-link.link-submenu {padding-right:20px;}
	.site-header .nav-link.link-submenu:after {top:2px; font-size:13px;}
	.site-header .nav-submenu {
		position:absolute; border-radius:8px; background-color:var(--txt-dark); overflow:inherit; height:auto; width:auto; min-width:150px; left:0; top:100%;
		padding:10px 0; box-shadow:0px 5px 15px 0px rgba(0,0,0,0.2);
	}
	.site-header .nav-submenu .nav-item {padding:0 15px;}
	.site-header .nav-submenu .nav-item:before {display:none;}
	.site-header .nav-submenu .nav-link {line-height:normal; padding:5px 0;}
	.baseSlide .swiper,
	.baseSlide .swiper-wrapper {height:640px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:940px;}
	.spotSvc .boxAlign,
	.spotDif .boxAlign,
	.spotSobre .boxAlign {width:455px;}
	.spotObras .box02,
	.spotObras .box03,
	.spotObras .box04 {height:260px;}
	.spotObras .lkAll,
	.spotObras .lkWhats,
	.spotSobre .lkWhats,
	.obras .lkWhats {max-width:400px;}
	.spotSobre img {max-width:100%;}
	.topoPage .boxImg {right:0; top:0; z-index:10; width:50%; height:435px;}
}

@media only screen and (min-width : 1200px) {
	.aligncenter {max-width:100%;}
	.alignleft,
	.alignright {max-width:50%;}
	.site-header .nav-item {margin-left:60px;}
	.baseSlide .swiper,
	.baseSlide .swiper-wrapper {height:800px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:1140px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:50px;}
	.spotSvc .boxAlign {width:440px;}
	.spotDif .boxAlign,
	.spotSobre .boxAlign {width:560px;}
	.site-footer .navFooter ul li {margin:0 25px;}
	.topoPage h1 strong {font-size:60px;}
}

@media only screen and (min-width : 1400px) {
	.baseSlide .swiper-wrapper .baseTxt .container {width:1320px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:60px;}
	.spotSvc .boxAlign {width:520px;}
	.spotDif .boxAlign,
	.spotSobre .boxAlign {width:650px;}
}

@media only screen and (min-width : 1520px) {
	.spotSvc .boxAlign {width:500px; padding-right:140px;}
}

@media only screen and (min-width : 1640px) {
	.spotSvc .boxAlign {width:490px; padding-right:120px;}
}

@media only screen and (min-width : 1800px) {
	.spotSvc .boxAlign {width:470px; padding-right:100px;}
}