/*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(--blue-default); text-decoration:none; font-size:20px; margin:0 10px;}
	div.paginacao a:hover {color:var(--yellow-default);}
	div.paginacao span.current {display:inline-block; color:var(--yellow-default); font-size:20px; font-weight:700; margin:0 10px;}

.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 {border-top:8px solid var(--yellow-default)}
	.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;}
	.site-footer hr {border-color:#18303c;}
	.site-footer .copyright,
	.site-footer .copyright a {color:#8e8d8d;}
		.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:40px; font-weight:900; line-height:44px; margin-bottom:20px;}
	.baseSlide .swiper-wrapper p {margin-bottom:20px;}
	.baseSlide .swiper-wrapper a.lkSlide {border-radius:50px;}
	.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:100px;}	
	.baseSlide .slide-pagination span {
		width:14px; height:14px; margin:5px 0; border-radius:7px; 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;}
.buscaGeral {box-shadow:0px 0px 30px rgba(65,65,65,0.15); border-radius:10px;}
.buscaHome .buscaGeral {z-index:50; margin-top:-75px;}
.buscaGeral .customSelect {width:100%; height:56px; background:none;}
	.buscaGeral .customSelect .nice-select {
		border-radius:10px; border:1px solid #c7c9c8; height:56px; cursor:pointer; line-height:54px; padding-left:0;
	}
		.buscaGeral .customSelect span.current {font-size:14px; color:var(--gray-default); font-weight:400; padding-left:15px;}
		.buscaGeral .customSelect .nice-select .list {border-radius:0; max-height:200px; margin-top:0; overflow-y:auto; z-index:120;}
		.buscaGeral .customSelect .nice-select .option {font-size:14px; color:var(--blue-default); font-weight:400;}
		.buscaGeral .customSelect .nice-select:after {
			border-bottom:1px solid var(--gray-default); border-right:1px solid var(--gray-default); width:10px; height:10px; margin-top:-5px; right:15px;
		}
.buscaGeral input.valor {
	height:56px; width:100%; outline:none; border-radius:10px; border:1px solid #c7c9c8; padding:0 15px; margin-bottom:20px; font-size:14px; color:var(--gray-default);
}
.buscaGeral ul.checkboxList {width:100%;}
	.buscaGeral ul.checkboxList li {width:48%;}
		.buscaGeral ul.checkboxList li input[type=checkbox].css-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;
		}
		.buscaGeral ul.checkboxList li input[type=checkbox].css-checkbox + label.css-label {
			padding-left:25px; height:21px; display:inline-block; line-height:21px; background-repeat:no-repeat; background-position:0 0; font-size:14px; color:#414141;
			vertical-align:middle; cursor:pointer;
		}
		.buscaGeral ul.checkboxList li input[type=checkbox].css-checkbox:checked + label.css-label {background-image:url(../images/bg-checkbox-on.png);}
		.buscaGeral ul.checkboxList li label.css-label {
			background-image:url(../images/bg-checkbox-off.png); -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
		}
.buscaGeral .btBuscar {border:none; outline:none; width:100%; max-width:200px; height:56px; border-radius:10px;}
.buscaGeral a.lkAmpliar {width:260px; left:50%; bottom:-28px; margin-left:-130px; border-radius:10px;}
.buscaGeral .btBuscar:hover, 
.buscaGeral a.lkAmpliar:hover {background:var(--blue-default); color:var(--bs-white);}
.destaqueImoveis h2 strong,
.spotContato h2 strong,
.sobre h2 strong,
.imoveis h2 strong,
.contato h2 strong {font-weight:900;}
.destaqueImoveis .lkAll,
.spotAssessoria .lkCTA,
.spotVenda .lkCTA,
.spotContato .lkCTA,
.detalheImovel .lkCTA {border-radius:50px;}
.destaqueImoveis .lkAll:hover,
.spotAssessoria .lkCTA:hover,
.spotContato .lkCTA:hover,
.detalheImovel .lkCTA:hover {background-color:var(--blue-default);}
ul.listaImoveis {width:100%;}
	ul.listaImoveis > li {width:100%; max-width:415px;}
		ul.listaImoveis > li .box {width:100%; border-radius:10px;}
			ul.listaImoveis > li .box .info {z-index:10}
			ul.listaImoveis > li .box .valor,
			ul.listaImoveis > li .box h5 {width:48%;}
				ul.listaImoveis > li .box img {z-index:5;}
				ul.listaImoveis > li .box .detalhes {width:100%;}
				ul.listaImoveis > li .box ul {width:100%;}
					ul.listaImoveis > li .box ul li {width:48%;}
						
		ul.listaImoveis > li a.lkMore:hover {color:var(--yellow-default);}
.spotAssessoria h2 strong,
.spotSobre h2 strong,
.social h2 strong {display:block; font-weight:900;}
.spotVenda {background-image:url(../images/bg-spot-venda.jpg);}
	.spotVenda .lkCTA:hover {background-color:var(--bs-white); color:var(--blue-default);}
.spotSobre:before {
	content:" "; display:block; position:absolute; z-index:-1; top:0; left:0; right:0; height:90%; 
	background:var(--gray-light) url(../images/bg-spot-sobre.png) no-repeat center top;
}	
	.spotSobre img {border-radius:10px;}
	.spotSobre p {line-height:22px;}
.spotContato .tel,
.contato .tel {background-image:url(../images/icone-telefone.png);}
.spotContato .whatsapp,
.contato .whatsapp {background-image:url(../images/icone-whatsapp.png);}
.spotContato .email,
.contato .email {background-image:url(../images/icone-email.png);}
.spotContato .horario,
.contato .horario {background-image:url(../images/icone-horario.png);}
.spotContato .endereco,
.contato .endereco {background-image:url(../images/icone-endereco.png);}
.spotContato a:not(.lkCTA):hover,
.contato a:not(.lkCTA):hover {color:var(--yellow-default);}
.spotContato .social:before {
	content:" "; display:block; position:absolute; z-index:-1; top:0; left:0; right:0; bottom:0; background:url(../images/bg-redes-sociais.jpg) no-repeat 0 0; 
	background-size:cover; border-radius:10px;
}
	.spotContato .social a,
	.contato .social a {width:58px;}
	.spotContato .social a:hover,
	.contato .social a:hover {background-color:var(--yellow-default)!important; color:var(--bs-white);}
.spotIndicadores h2 {background-image:url(../images/icone-indicadores.png); min-height:52px;}
.spotIndicadores .indicPrev {left:15px; top:50%; margin-top:-20px; height:40px;}
.spotIndicadores .indicNext {right:15px; top:50%; margin-top:-20px; height:40px;}
.spotIndicadores .indicPrev:hover,
.spotIndicadores .indicNext:hover {color:var(--yellow-default);}
.slideIndicadores {width:90%;}
.topoPage {height:380px;}
.sobre h2,
.imoveis h2,
.contato h2 {font-size:32px; font-weight:500; margin-bottom:20px;}
.sobre h4 {font-size:16px; margin-bottom:5px;}
.sobre p {margin-bottom:15px; line-height:22px;}
.sobre .slideFotos {width:100%; max-width:640px;}
	.sobre .slideFotos .swiper-slide {height:auto!important;}
	.sobre .slideFotos img {border-radius:10px;}
.sobre .fotos-pagination span {
	width:14px; height:14px; margin:5px 0; border-radius:7px; background-color:var(--gray-default); opacity:1; transition:all 0.2s linear;
}
	.sobre .fotos-pagination span.swiper-pagination-bullet-active {background-color:var(--yellow-default); opacity:1; transition:all 0.2s linear;}
.galeriaImovel {width:100%; max-width:640px;}
	.galeriaImovel a.lkVideo {z-index:50; bottom:0; right:0; border-radius:10px 0 10px 10px;}
	.galeriaImovel a.lkVideo:hover {background:var(--blue-default);}
	   .galeriaImovel a.lkVideo img {box-shadow:0px 0px 12px rgba(0, 0, 0, 0.25); border-radius:12px;}
	.galeriaImovel .thumbPrev {left:0; top:50%; margin-top:-15px; height:30px;}
	.galeriaImovel .thumbNext {right:0; top:50%; margin-top:-15px; height:30px;}
	.galeriaImovel .slideGaleria,
	.galeriaImovel .slideThumb {width:100%;}
		.galeriaImovel .slideGaleria .swiper-slide,
		.galeriaImovel .slideThumb .swiper-slide {height:auto!important;}
		.galeriaImovel .slideGaleria a {width:100%; height:100%;}
		.galeriaImovel .slideGaleria img {border-radius:10px;}
		.galeriaImovel .slideThumb img {border-radius:2px;}
.detalheImovel hr,
.imoveisRelacionados hr,
.blog hr,
.detalhePost hr {border-color:#d8d9da;}
.detalheImovel .contatoWhats a.btWhatsapp {background:#00aa63; height:40px;}
.detalheImovel .contatoWhats a.btWhatsapp:hover {opacity:0.8;}
	.detalheImovel .contatoWhats a.btWhatsapp:after {
		content:" "; display:block; position:absolute; top:0; right:-11px; width:0; height:0; border-style:solid; border-width:20px 0 20px 11px; 
		border-color:transparent transparent transparent #00aa63;
	}
.detalheImovel .boxEndereco address {background-image:url(../images/icone-endereco.png); min-height:32px;}
	.detalheImovel .boxEndereco address a:hover {color:var(--yellow-default);}
.detalheImovel .sobreImovel a.lkMore {border-top:1px solid #d8d9da; width:100%;}
	.detalheImovel .sobreImovel a.lkMore:after {content:"\F282"; font:20px 'bootstrap-icons'; margin-left:10px;}
	.detalheImovel .sobreImovel a.lkMore.undo:after {content:"\F286";}
.detalheImovel .sobreImovel ul {width:100%;}
.detalheImovel .sobreImovel ul.crop {height:180px; overflow:hidden;}
	.detalheImovel .sobreImovel ul li {width:100%;}
.detalheImovel .lkVoltar:hover {color:var(--yellow-default);}
.blog .category a:hover,
.detalhePost .category a:hover,
.listaPost .category a:hover {color:var(--blue-default);}
.blog .postBlog img,
.listaPost li img {border-radius:10px;}
.blog .postBlog a.lkMore {left:15px; bottom:10px;}
.listaPost li a.lkMore {left:0; bottom:10px;}
.blog .postBlog h3 a:hover,
.blog .postBlog a.lkMore:hover,
.detalhePost .lkVoltar:hover,
.listaPost li h3 a:hover,
.listaPost li .lkMore:hover {color:var(--yellow-default);}
.listaPost li {width:100%; max-width:535px;}
.boxForm input.campo-txt {height:56px; width:100%; border-radius:10px; border-color:#c7c9c8;}
.boxForm textarea.campo-txt {height:120px; width:100%; border-radius:10px; border-color:#c7c9c8; resize:none;}
.boxForm .btEnviar {width:100%; max-width:200px; height:56px; border-radius:10px;}
.boxForm .btEnviar:hover {background:var(--blue-default);}
.boxForm .wpcf7-not-valid-tip {font-size:12px; font-weight:700; color:#ff0030;}
	.boxForm .wpcf7-response-output {margin:20px 0 0!important;}
	.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:25px; height:21px; display:inline-block; line-height:21px; background-repeat:no-repeat; background-position:0 0; font-size:14px; color:#414141;
			vertical-align:middle; cursor:pointer; background:url(../images/bg-checkbox-off.png) no-repeat 0 0; 
		}
		.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:hover {color:var(--yellow-default);}
		
@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:50px; line-height:54px;}
	.slideIndicadores {width:84%;}
	.topoPage {height:430px;}
	.sobre h2 {font-size:36px;}
	.detalheImovel .sobreImovel ul li {width:48%;}
}

@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 {width:720px;}
	.buscaGeral .baseSelect {width:31%;}
	.buscaGeral input.valor {width:48%;}
	.spotSobre:before {height:80%;}
	.spotContato .social:before {right:inherit; left:15px; width:960px; border-radius:10px 0 0 10px;}
	.slideIndicadores {width:80%;}
}

@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.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;}
	.buscaGeral .baseSelect {width:31.5%;}
	.buscaGeral ul.checkboxList li {width:auto;}
	ul.listaImoveis > li {width:32%; margin-right:2%;}
	ul.listaImoveis > li:nth-child(3n+0) {margin-right:0;}
	ul.listaImoveis > li .box a.lkOverlay {top:0; left:0; right:0; bottom:0; z-index:50; text-indent:-5000em;}
	ul.listaImoveis > li .box .detalhes {position:absolute; background:rgba(0,27,40,0.7); left:0; right:0; z-index:8; top:100%; height:100%;}
	ul.listaImoveis > li:hover .box .detalhes {top:0;}
	.spotAssessoria,
	.sobre {background-image:url(../images/bg-spot-assessoria.png);}
	.spotSobre:before {height:70%;}
	.detalheImovel .lkVoltar {top:-70px;}
	.listaPost li {width:31.5%;}
}

@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:60px; line-height:64px;}
	.baseSlide .slide-pagination {bottom:130px;}	
	.buscaHome .buscaGeral {margin-top:-90px;}
	.detalheImovel .sobreImovel ul li {width:31%;}
}

@media only screen and (min-width : 1400px) {
	.baseSlide .swiper-wrapper .baseTxt .container {width:1320px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:80px; line-height:84px;}
	.buscaGeral .baseSelect {width:32%;}
	.detalheImovel .sobreImovel ul li {width:29%;}
}