/*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:'Inter', 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 {position:fixed; right:20px; bottom:140px; z-index:100; width:40px; height:40px; line-height:38px; text-align:center;}
a.btWhatsDefault {
	display:block; background:#0bd54d; color:var(--bs-white); text-align:center; line-height:40px; border-radius:50%; width:40px; 
	height:40px; text-decoration:none; position:fixed; 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;}
.cursor-pointer {cursor:pointer !important;}
.fullWidth {width:100%; max-width:1920px;}
.transition {transition:all 0.2s linear;}

div.paginacao {width:100%;}
	div.paginacao span.pages {display:none;}
	div.paginacao a,
	div.paginacao span.extend {
		display:inline-block; color:var(--txt-dark); text-decoration:none; font-size:18px; font-weight:500; margin:0 5px; min-width:40px; height:40px; 
		line-height:40px; padding:0 10px; text-align:center; background-color:var(--gray-light); border-radius:4px;
	}
	div.paginacao a:hover {color:var(--bs-white); background-color:var(--blue-default);}
	div.paginacao span.current {
		display:inline-block; color:var(--bs-white); font-size:18px; font-weight:700; margin:0 5px; min-width:40px; height:40px; line-height:40px; padding:0 10px;
		background-color:var(--blue-default); border-radius:4px; text-align:center;
	}

.pageDefault p,
.pageDefault ul {margin-bottom:20px; line-height:26px;}
.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(--blue-default);}
.pageDefault p a:hover,
.pageDefault ul a:hover {color:var(--txt-dark);}
.pageDefault h2 {font-size:34px; color:var(--blue-default); font-weight:700; margin-bottom:20px;}
.pageDefault h3 {font-size:30px; color:var(--blue-default); font-weight:700; margin-bottom:20px;}
.pageDefault h4 {font-size:26px; color:var(--blue-default); font-weight:700; margin-bottom:20px;}
.pageDefault h5,
.pageDefault h6 {font-size:22px; color:var(--blue-default); 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 {top:0; left:0; right:0; z-index:999;}
	.site-header .lkHome {max-width:232px;}
	.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; background:var(--bs-white);}
	.site-header .btnOpenMenu:hover {color:var(--bs-white); background:var(--blue-light);}
	.site-header .main-nav .nav-header .btnCloseMenu:hover {color:var(--blue-default);}
	.site-header .main-nav .nav-wrapper {height:calc(100% - 160px); position:relative;}
	.site-header .nav-items {overflow-y:auto; overflow-x:hidden; height:100%; 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(--gray-light);}
	.site-header .nav-link {
		display:block; color:var(--blue-default); font-size:18px; padding:12px 30px 12px 0; position:relative; text-decoration:none; 
	}
	.site-header .nav-link:hover {text-shadow:1px 0 0 var(--blue-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;}
	.site-footer a:hover {text-decoration:underline;}
	.site-footer .brand img {max-width:216px; height:auto;}
.baseSlide {height:640px;}
.baseSlide .swiper {width:100%;}
.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:40px; font-weight:700; margin-bottom:10px;}
	.baseSlide .swiper-wrapper a.lkSlide {border-radius:4px;}
	.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:30px;}	
	.baseSlide .slide-pagination span {
		width:16px; height:16px; margin:5px 0; border-radius:2px; background-color:var(--bs-white); opacity:0.5; transition:all 0.2s linear;
	}
	.baseSlide .slide-pagination span.swiper-pagination-bullet-active {width:30px; opacity:1; transition:all 0.2s linear;}
.slideEmpreend {width:80%;}
	.slideEmpreend .swiper-slide {height:auto!important;}
	.slideEmpreend .cardEmpreend {width:100%; max-width:395px;}
		.slideEmpreend .cardEmpreend .tag {z-index:20; border-radius:8px; top:20px; left:20px;}
		.slideEmpreend .cardEmpreend img {border-radius:10px; width:100%; height:auto; object-fit:cover;}
		.slideEmpreend .cardEmpreend h3 a:hover {color:var(--txt-dark);}
		.slideEmpreend .cardEmpreend.cardCidade h5 {border-radius:10px 10px 0 0;}
		.slideEmpreend .cardEmpreend.cardCidade .lkImg {margin-top:-10px;}
.spotEmpreend .arrowPrev {top:50%; left:5px; margin-top:-43px; width:24px; height:43px; z-index:40;}
.spotEmpreend .arrowNext {top:50%; right:5px; margin-top:-43px; width:24px; height:43px; z-index:40;}
.spotEmpreend .arrowPrev:hover,
.spotEmpreend .arrowNext:hover {opacity:0.6;}
.sobre p,
.empreendimento.detalhe p,
.contato p {margin-top:20px; line-height:28px;}
.sobre .colImg img {border-radius:10px;}
.institucional ul li {border-radius:10px; box-shadow:5px 0 11px 0 rgba(33, 7, 70, 0.12);}
	.institucional ul li img {top:-35px; left:50%; margin-left:-32px;}
.certificados ul li {width:100%; max-width:400px;}
	.certificados ul li img {border-radius:10px;}
.sidebar .campoBusca {border-radius:15px; height:58px;}
	.sidebar .campoBusca .input-search {width:80%;}
	.sidebar .campoBusca .input-search::-ms-input-placeholder {color:#B9B9B9;}
	.sidebar .campoBusca .input-search::placeholder {color:#B9B9B9;}
	.sidebar .campoBusca .search-submit {color:#B9B9B9;}
	.sidebar .campoBusca .search-submit:hover {color:var(--blue-default);}
.sidebar .status ul li {border-bottom:1px solid #EDEDED;}
	.sidebar .status ul li a:before {
		content:" "; display:inline-block; width:15px; height:15px; margin-right:10px; border:4px solid var(--blue-default); border-radius:50%;
		background-color:var(--blue-default); position:relative; top:2px;
	}
	.sidebar .status ul li a:hover:before {background-color:var(--bs-white);}
	.sidebar .status ul li a.selected {font-weight:700;}
	.sidebar .status ul li a.selected:before {background-color:var(--bs-white);}
.sidebar .dropdown .dropdown-toggle {width:100%; height:58px; border-radius:15px; background:var(--blue-light);}
.sidebar .dropdown .dropdown-toggle:hover {background:var(--blue-default);}
.sidebar .dropdown .dropdown-toggle::after {border:none; content:"\F282"; font-family:'bootstrap-icons'; color:var(--bs-white); margin-left:15px;}
.sidebar .dropdown .dropdown-menu {
	width:100%; border:none; background-color:var(--bs-white); box-shadow: 5px 0 11px 0 rgba(33, 7, 70, 0.12); border-radius:10px; max-height:320px; overflow-y:auto;
}
	.sidebar .dropdown .dropdown-menu li {border-bottom:1px solid #EDEDED;}
	.sidebar .dropdown .dropdown-item {padding-top:12px; padding-bottom:12px;}
	.sidebar .dropdown .dropdown-item:active,
	.sidebar .dropdown .dropdown-item:hover {font-weight:700; color:var(--gray-default); background:rgba(128, 158, 255, 0.25);}
	.sidebar .dropdown .dropdown-item.selected {font-weight:700; color:var(--gray-default); background:rgba(128, 158, 255, 0.25);}
.route a:hover {color:var(--blue-default);}
.listaEmpreend li {width:100%; max-width:430px;}
	.listaEmpreend li .tag,
	.empreendimento.detalhe .boxImg .tag {z-index:20; border-radius:8px; top:20px; left:20px;}
	.listaEmpreend li img,
	.empreendimento.detalhe .boxImg img {border-radius:10px; width:100%; height:auto; object-fit:cover;}
	.listaEmpreend li h3 a:hover {color:var(--txt-dark);}
.galeria .fotoPrev {top:50%; left:15px; margin-top:-21.5px; width:24px; height:43px; z-index:40;}
.galeria .fotoNext {top:50%; right:15px; margin-top:-21.5px; width:24px; height:43px; z-index:40;}
.galeria .arrowPrev:hover,
.galeria .arrowNext:hover {opacity:0.6;}
.galeria .fotoPrev.swiper-button-disabled,
.galeria .fotoNext.swiper-button-disabled {opacity:0.2;}
.slideGaleria,
.slideThumbs {width:100%;}
	.slideGaleria .swiper-slide {height:auto;}
		.slideGaleria .swiper-slide a {width:100%; height:100%;}
			.slideGaleria .swiper-slide img {border-radius:10px; width:auto; max-width:100%; height:auto; max-height:100%; object-fit:cover;}
	.slideThumbs .swiper-slide img {border-radius:10px;}
.contato h3 {font-size:24px; font-weight:700; margin-bottom:25px;}
.contato .colMapa iframe {height:320px;}
.boxForm .campo-txt {width:100%; height:60px; border-radius:8px;}
.boxForm textarea.campo-txt {width:100%; height:150px; border-radius:8px; resize:none;}
.boxForm .campo-txt::-ms-input-placeholder {color:#B9B9B9;}
.boxForm .campo-txt::placeholder {color:#B9B9B9;}
.boxForm .btEnviar {height:60px; width:100%; border-radius:8px;}
.boxForm .btEnviar:hover {background-color:var(--blue-light2); color:var(--txt-dark);}
.boxForm .wpcf7-spinner {margin:10px auto; display:block;}
.boxForm .wpcf7-not-valid-tip {font-size:12px; font-weight:700; color:#f00;}
.boxForm .wpcf7-response-output {margin:0!important; font-size:18px; 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:28px; min-height:21px; display:block; font-size:16px; font-weight:400; color:var(--gray-default); line-height:21px; 
		vertical-align:middle; background:url(../images/bg-checkbox-off.png) no-repeat 0 0; cursor:pointer;
	}
	.boxForm .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label {
		background:url(../images/bg-checkbox-on.png) 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;
	}
		.boxForm .wpcf7-acceptance .wpcf7-list-item-label a {color:var(--blue-default);}
		.boxForm .wpcf7-acceptance .wpcf7-list-item-label a:hover {text-decoration:underline;}

@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 {width:540px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:44px; line-height:50px;}
	.spotDiferenciais ul li {width:45%;}
	.contato .colMapa iframe {height:480px;}
}

@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,
	.baseSlide .swiper-wrapper {height:760px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:720px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:48px; line-height:56px;}
	.slideEmpreend {width:86%;}
	.spotEmpreend .arrowPrev {left:15px;}
	.spotEmpreend .arrowNext {right:15px;}
	.institucional ul li {width:47%;}
	.certificados ul li {width:31%; max-width:initial; margin-right:3.5%;}
	.certificados ul li:nth-child(3n+0) {margin-right:0;}
	.listaEmpreend li {width:48%;}
	.contato .colMapa iframe {height:100%;}
}

@media only screen and (min-width : 992px) {
	.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 {border:none!important; line-height:normal; margin-right:25px;}
	.site-header .nav-link {background:none; padding:0; white-space:nowrap; display:inline-block; padding:0; color:var(--bs-white);}
	.site-header .nav-link:hover {text-shadow:1px 0 0 var(--bs-white);}
	.site-header .nav-link.link-submenu {padding-right:20px;}
	.site-header .nav-link.link-submenu:after {top:2px; font-size:13px; color:var(--bs-white);}
	.site-header .nav-submenu {
		position:absolute; border-radius:8px; 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 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,
	.baseSlide .swiper-wrapper {height:620px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:960px;}
	.spotDiferenciais ul li {width:24%; margin-right:14%;}
	.spotDiferenciais ul li:nth-child(3n+0) {margin-right:0;}
	.sidebar {max-width:240px;}
}

@media only screen and (min-width : 1200px) {
	.aligncenter {max-width:100%;}
	.alignleft,
	.alignright {max-width:50%;}
	.site-header .lkHome {max-width:370px;}
	.site-header .nav-item {margin-right:35px;}
	.baseSlide,
	.baseSlide .swiper-wrapper {height:760px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:1140px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:54px; line-height:60px;}
	.slideEmpreend {width:90%;}
}

@media only screen and (min-width : 1400px) {
	.site-header .nav-item {margin-right:45px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:1320px;}
	.slideEmpreend {width:100%;}
	.spotEmpreend .arrowPrev {left:-25px;}
	.spotEmpreend .arrowNext {right:-25px;}
	.spotDiferenciais ul li {width:20%; margin-right:20%;}
	.certificados ul li {width:30.5%; margin-right:4.25%;}
	.galeria .fotoPrev {left:-35px;}
	.galeria .fotoNext {right:-35px;}
}

@media only screen and (min-width : 1480px) {
	.spotEmpreend .arrowPrev {left:-40px;}
	.spotEmpreend .arrowNext {right:-40px;}
	.galeria .fotoPrev {left:-45px;}
	.galeria .fotoNext {right:-45px;}
}