body {
	font-family: 'Lato', sans-serif;
	background: #FFFFFF;
	color: #000000;
	height:100%;
}

html {
	height: 100%;
}

blink, .blink {
  -webkit-animation: blink 1s step-end infinite;
  -moz-animation: blink 1s step-end infinite;
  -o-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
  67% { opacity: 0 }
}

@-moz-keyframes blink {
  67% { opacity: 0 }
}

@-o-keyframes blink {
  67% { opacity: 0 }
}

@keyframes blink {
  67% { opacity: 0 }
}

.conteudo {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	font-family: 'Lato', sans-serif;
}

.conteudo.split>div>article>h1 {
    font-size: 28px;
    font-weight: 900;
    color: #6bbc39;
    margin-top: 0;
}

header>section:first-child, header>section:first-child a:not(.goog-te-menu-value), header>section:first-child a:hover:not(.goog-te-menu-value) {
	background: #6bbc39;
	color: #FFFFFF;
	line-height: 42px;
}

header>section:first-child img {
	margin: 5px;	
}

header>section+section {
	background: transparent;
}

#buscaTopo {
	background: #78797c;
	padding: 14px 0 0;
}

#buscaTopo h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding-bottom: 14px;
}

#buscaTopo h1 img {
	margin: 0 15px;	
}

#buscaTopo h1:hover {
	cursor: pointer;
}

#buscaTopo ul {
	list-style: none;
	padding: 0;
	border-right: 1px solid #FFFFFF;
}

#buscaTopo li {
	padding-right: 32px;	
	margin-right: -1px;
}

#buscaTopo li+li {
	margin-top: 10px;	
}

#buscaTopo li.active {
	background: url(../imagens/form_selected.png) center right no-repeat;	
}

#buscaTopo a {
	background: transparent;
	color: #231f20;
	border: 1px solid #000000;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0px;
	display: inline-block;
	width: 167px;
	text-align: center;
}

#buscaTopo input[type=submit], #buscaTopo li.active a, #buscaTopo a:hover {
	background: #6bbc39;
	color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}

#buscaTopo input[type=submit] {
	padding: 10px 25px;
	margin-top: 15px;
}

#formsBusca.in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;	
}

#formsBusca div {
	float: left;	
}

#buscaTopo input+input, #buscaTopo select+select, #buscaTopo select+input {
	margin-top: 12px;	
}

#buscaTopo .tab-content, #buscaTopo .tab-content>div {
	width: 100%;
	max-width: 900px;	
}

#buscaTopo .tab-pane {
	padding: 24px 0px 24px 30px;	
}

#buscaTopo .tab-pane div {
	float: left;
}

#buscaTopo .tab-pane div.sr-recaptcha {
    float: none;
    display: block;
    max-width: 100px;
    margin-top: -30px;	
}

input[name="nomeImovel"] {
	width: 100%;	
}

textarea {
	resize: vertical;	
}

#buscaTopo textarea {
	resize: none;
	line-height: 1.19;	
}

.formWrapper {
	width: 100%;
	max-width: 710px;	
	padding-right: 30px;
}

.formWrapper>div {
	width: 188px;
}

.form-break {
	background: url(../imagens/form_seta.png) center center no-repeat;
	width: 58px !important;
	height: 91px;
}

.submit-break {
	background: url(../imagens/form_break.png) center left no-repeat;
	width: 32px;
	height: 140px;
	margin-top: -26px;
}

#buscaImovel .formWrapper>div {
	width: 100%;
	margin-top: 25px;	
}

footer>section:first-child {
	background: #292728;
	color: #FFFFFF;
	font-size: 13px;
	padding: 32px 0 40px;
	font-weight: bold;
}

footer a, footer a:hover, footer a:focus {
	color: #FFFFFF;
	font-weight: bold;
}

footer>section+section {
	background: #6bbc39;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 44px;
}

footer>section:first-child>div.conteudo {
	display: table;
}

footer>section:first-child>div.conteudo>div {
	display: table-cell;
	color: #FFFFFF;
	font-size: 13px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	width: 1%;
}

footer>section:first-child>div.conteudo>div ul {
	list-style: none;
	display: inline-table;
	padding: 0;
	margin: 0 15px 0 0;
	top: 0;
}

footer>section:first-child>div.conteudo>div+div {
	padding-left: 50px;
}

footer h1 {
	font-size: 18px;
	font-weight: 800;	
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	line-height: 34px;
	margin: 0 0 8px;
}

footer aside {
	float: right;	
}

footer aside>div {
	margin-bottom: 10px;	
}

footer input[type=text] {
	padding: 5px;
	width: 100%;
	color: #000000;
}

footer input[type=submit] {
	padding: 4px 25px;
	font-size: 15px;
	background: #6bbc39;
	border: 1px solid #000000;
	border: none;
	border-radius: 6px;
	margin-top: 10px;
	color: #FFFFFF;
	float: right;
}

.navbar-wrapper {
	float: right;
	width: 100%;
	max-width: 1100px;
	max-height: 104px;
}

.navbar {
    position: relative;
    min-height: 35px;
    margin-bottom: 0px;
    border: 0;
	max-width: 820px;
	display: inline-block;
	width: 100%;
	float: right;
}

.nav-pills {
	background-color: transparent;
}

.nav-pills li a {
	color: #000000;	
	border-radius: 0px;
	white-space: nowrap;
	padding: 33px 0 33px;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover {
	color: #FFFFFF;	
	background-color: #6bbc39;
}

.nav>li.active>a, .nav>li.active>a:focus, .nav>li.active>a:hover {
	color: #FFFFFF;	
	background-color: #6bbc39;
}

.logo_topo {
	padding: 8px;
	display: inline-block;
	z-index: 1050;
}

.just {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-justify-content: space-between;
  	justify-content: space-between;	
}

.split {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.split>div {
	float: left;
	display: table-cell;
	padding-right: 40px;
	border-right: 1px solid #808080;
	margin-right: 40px;
	width: 100%;
	max-width: 550px;
}

.split>div+div {
	padding: 0;
	margin: 0;
	border: 0;
	max-width: 505px;
}

.swiper-text {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	padding: 15px;
	width: 100%;
	text-align: left;
}

.swiper-text h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;	
}

a .swiper-text {
	color: #FFFFFF;
}

a:hover .swiper-text {
	text-decoration: underline;	
}

.swiper-slide > div {
	position: relative;
	text-align: center;
	height: 260px;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 29px;
    height: 64px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 29px 64px;
    -webkit-background-size: 29px 64px;
    background-size: 29px 64px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../imagens/prev.png);
    left: -55px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../imagens/next.png);
    right: -55px;
    left: auto;
}

.swiper-button-prev.detalhes, .swiper-button-next.detalhes {
    position: absolute;
    top: 40%;
    width: 29px;
    height: 64px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 29px 64px;
    -webkit-background-size: 29px 64px;
    background-size: 29px 64px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.detalhes, .swiper-container-rtl .swiper-button-next.detalhes {
    background-image: url(../imagens/prev.png);
    left: 0px;
    right: auto;
}

.swiper-button-next.detalhes, .swiper-container-rtl .swiper-button-prev.detalhes {
    background-image: url(../imagens/next.png);
    right: 5px;
    left: auto;
}

.pag {
	padding: 25px 0;
}

.pag section {
	position: relative;	
}

.pag section + section {
	margin-top: 25px;	
}

.leia-mais, .leia-mais a {
	padding-left: 5px;	
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	color: #6bbc39;
	display: inline-block;
}

.leia-mais a:hover {
	color: #6bbc39;
	text-decoration: underline;
}

.noticia+.noticia {
	margin-top: 35px;	
}

.noticia>div, .noticia>article {
	display: table-cell;
	vertical-align: top;
	color: #000000;
	padding: 10px;
}

.noticia>div+article {
	padding-left: 25px;	
}

.noticia .image, .noticia img {
	width: 130px;
	height: 130px;
}

.noticia h1, .noticia h1 a, .noticia h1 a:hover {
	font-size: 23px;
	font-weight: bold;
	color: #6bbc39;
	text-align: left;
	margin-top: 0;
}

.oportunidades {
	background: #78797c;
	padding-bottom: 35px;
}

.oportunidades h1 {
	font-size: 28px;
	font-weight: 900;
	color: #FFFFFF;
	padding: 25px 0;
	margin: 0;
}

.swiper-slide > div.prod {
	width: 235px;
	height: 235px;
	position: relative;
	overflow: hidden;
	background: #000000;
}

.prod>div {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	height: 100px;
	overflow: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
	padding: 10px 12px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0px;
	text-align: left;
	width: 100%;
}

.prod>div h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px;	
}

.prod>div a, .prod-container .prod>div a:hover {
	color: #FFFFFF;	
}

.prod:hover>div {
	bottom: 0px;
}

.prod img {
	/*width: 235px;*/
	height: 235px;
}

.pop-form {
	float: right;
	width: 298px;
	border: 1px solid #808080;
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: -100px;
	font-size: 16px;
	color: #4d4d4d;
}

.pop-form h1 {
	font-size: 22px;
	color: #6bbc39;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	font-weight: 900;
}

.pop-form .pop-input {
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #808080;
	padding: 0;
	line-height: 35px;
}

.pop-form .pop-input:focus {
	background-color: #FFFFFF;
}

.pop-form label {
	font-weight: normal;
	margin: 10px 0 0;	
}

.pop-form label[for='receber'] {
	display: inline;
	text-align: justify;
	margin-left: 3px;
	margin-top: 5px;
}

.pop-form #receber {
	margin-top: 8px;	
}

.pop-form textarea {
	width: 100%;
	resize: vertical;
	background-color: #e6e6e6;
	border: 1px solid #808080;
}

.pop-form textarea:focus {
	background-color: #FFFFFF;
}

.pop-form .pop-btn {
	font-size: 17px;
	font-weight: bold;
	line-height: 35px;
	padding: 0 40px;
	border-radius: 7px;
	background-color: #6bbc39;
	border: 1px solid #808080;
	color: #FFFFFF;
	margin-top: 12px;
}

.pop-form #frmFiltro div label {
	width: 50%;
	font-size: 14px;
	margin: 0;
}
.pop-form #frmFiltro div input {
	margin-right: 5px;
}

.pop-form #frmFiltro #busca {
	background-color: #e6e6e6;
	border-color: #808080;
}

.pop-form div label {
	margin-left: 3px;
}

.pop-form div label+input {
	margin-left: 60px;
}

.tripleLabel {
	margin-left: 6px !important;	
}

.contato-form {
	width: 770px;
	display: inline-block;
}

.contato-form h1 {
	font-size: 22px;
	color: #6bbc39;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	font-weight: 900;
}

.contato-form .pop-input {
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #808080;
	padding: 0;
	line-height: 35px;
}

.contato-form .pop-input:focus {
	background-color: #FFFFFF;
}

.contato-form label {
	font-weight: normal;
	margin: 10px 0 0;	
}

.contato-form textarea {
	width: 100%;
	resize: vertical;
	background-color: #e6e6e6;
	border: 1px solid #808080;
}

.contato-form textarea:focus {
	background-color: #FFFFFF;
}

.contato-form .pop-btn {
	font-size: 17px;
	font-weight: bold;
	line-height: 35px;
	padding: 0 40px;
	border-radius: 7px;
	background-color: #6bbc39;
	border: 1px solid #808080;
	color: #FFFFFF;
	margin-top: 12px;
}

.contato-form div label+input {
	margin-left: 60px;
}

.content-page {
	width: 770px;
	display: inline-block;
}

.content-page>article, .content-page>section {
/*	height: 480px;*/
	color: #4d4d4d;
}

.content-page article.texto>h1 {
	font-size: 28px;
	color: #6bbc39;
	font-weight: 900;	
}

.titulo-pagina {
	font-size: 28px;
	color: #6bbc39;
	padding: 30px 0;
	border-bottom: 1px solid #808080;
}

.titulo-pagina h1 {
	display: inline-block;
	padding: 0;
	margin: 0;	
}

.titulo-pagina h2 {
	display: block;
	padding: 5px 0;
	margin: 0;
	color: #4d4d4d;
	font-size: 15px;
}

.titulo-pagina h1>div {
	font-size: 15px;
	font-weight: normal;
	color: #4D4D4D;
}

.titulo-pagina strong {
	font-weight: 900;	
}

.titulo-pagina .exibicao {
	float: right;
	font-size: 14px;
	font-weight: normal;
	margin-top: 4px;
}

.titulo-pagina .exibicao p {
	display: inline-block;	
}

.imovel {
	border: 1px solid #575759;
	margin-bottom: 22px;
	color: #292728;
}

.imovel a  {
	color: #292728;	
}

.imovel img {
	width: 230px;
	height: 230px;
	vertical-align: top;	
}

.imovel.bloco {
	width: 232px;
	display: inline-block;
	margin-left: 34px;
	height: 330px;
	float: left;
}

.imovel.bloco:first-child {
	margin-left: 0;	
}

.imovel.bloco:nth-child(3n+1) {
	margin-left: 0;	
}

.imovel.bloco article {
	padding: 18px;	
}

.imovel.bloco article h1 {
	font-size: 17px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1;	
}

.imovel.bloco article p {
	font-size: 13px;
	font-weight: normal;
	padding: 5px 0 0;
	margin: 0;
	line-height: 1;	
}

.imovel.lista {
	width: 100%;
	display: block;	
	padding-bottom: 20px;
}

.imovel.lista article {
	padding: 22px;
	width: 534px;
	height: 230px;
	display: inline-block;
	/*float: right;*/
	text-align: right;
}

.imovel.lista article h1 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 0;
	text-align: left;
}

.imovel.lista article p {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.imovel.lista article a {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #808080;
	border-radius: 5px;
	background: #6bbc39;
	padding: 10px 35px;
}

.imovel.lista article a:hover {
	text-decoration: none;	
}

.imovel.lista article table {
	margin: 20px 0;	
}

.imovel.lista article tr td {
	font-size: 22px;
	font-weight: 900;
	text-align: center;
}

.imovel.lista article tr:nth-of-type(odd) td {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.titulo-pagina input[type="button"] {
	width: 36px;
	height: 36px;
	border: 0;
	margin-left: 15px;	
}

#exbBloco {
	background: url(../imagens/icon_bloco.png) no-repeat right top;	
}

#exbBloco:hover, #exbBloco.active {
	background: url(../imagens/icon_bloco.png) no-repeat left top;	
}

#exbLista {
	background: url(../imagens/icon_lista.png) no-repeat right top;	
}

#exbLista:hover, #exbLista.active {
	background: url(../imagens/icon_lista.png) no-repeat left top;
}

#btnCompartilhar {
	background: url(../imagens/icon_share.png) no-repeat right top;	
}

.contato {
	color: #4d4d4d;	
}

.contato h1 {
	font-size: 28px;
	font-weight: 900;
	color: #6bbc39;
}

.contato input[type="text"], .contato input[type="email"] {
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #808080;
	padding: 5px;
	margin-bottom: 15px;
	line-height: 25px;
	border-radius: 4px;
}

.contato input[type="tel"] {
	width: 260px;
	background-color: #e6e6e6;
	border: 1px solid #808080;
	padding: 5px;
	margin-bottom: 15px;
	margin-right: 20px;
	line-height: 25px;
	border-radius: 4px;
}

.contato textarea {
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #808080;
	padding: 5px;
	border-radius: 4px;
}

.contato input[type="text"]:focus, .contato input[type="tel"]:focus, .contato textarea:focus, .contato input[type="email"]:focus {
	background-color: #FFFFFF;
}

.contato input[type="radio"] {
	margin: 0 5px 0 15px;	
}

.contato label {
	font-size: 16;
	font-weight: normal;	
}

.contato input[type="submit"] {
	margin: 15px 0 0;	
	font-size: 17px;
	font-weight: bold;
	line-height: 35px;
	padding: 0 40px;
	border-radius: 7px;
	background-color: #6bbc39;
	border: 1px solid #808080;
	color: #FFFFFF;
}

.contato .mensagem {
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
	color: 	#4d4d4d;
}

.oportunidade-detalhes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	color: #292728;
}

.oportunidade-detalhes > div {
	width: 50%;
	float: left;
}

.oportunidade-detalhes > div+div {
	width: 50%;
	padding-left: 4%;
	float: right;	
}

.oportunidade-detalhes > div+div > h1 {
	font-size: 26px;
	font-weight: 900;
	margin-top: 0;
}

.oportunidade-detalhes table td {
	padding: 5px;
	padding-left: 0;
}

.oportunidade-detalhes table h1 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #636466;
}

.oportunidade-detalhes table span {
	font-size: 22px;
	font-weight: 900;
	margin: 0;
	padding: 0;	
}

#custo-ocupacao {
	background: url(../imagens/oprt_custo.png) no-repeat center left;
	padding-left: 15px;
}

.busca-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-justify-content: center;
  	justify-content: center;
	font-size: 22px;
	color: #bcbec0;
	line-height: 1;
	clear:both;
}

.busca-pagination > div {
	float: left;
	padding: 5px 0;
}

.busca-pagination > #pagBtns > div {
	display: inline-block;	
}

.busca-next {
	padding: 0 18px !important;
	width: 14px;
	height: 30px;
	background-image: url(../imagens/next.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.busca-prev {
	padding: 0 18px !important;
	width: 14px;
	height: 30px;
	background-image: url(../imagens/prev.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

.busca-prev.disabled, .busca-next.disabled {
	cursor: default;
	opacity: 0.45;
	pointer-events: none;	
}

.btn-ultimo {
	padding: 0 18px !important;
	width: 23px;
	height: 30px;
	background-image: url(../imagens/last.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.btn-primeiro {
	padding: 0 18px !important;
	width: 23px;
	height: 30px;
	background-image: url(../imagens/first.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

.btn-primeiro.disabled, .btn-ultimo.disabled {
	cursor: default;
	opacity: 0.45;
	pointer-events: none;	
}

.btn-pag {
	font-size: 22px;
	color: #bcbec0;
	cursor: pointer;
}

.btn-pag.active {
	font-size: 28px;
	font-weight: 900;
	color: #6bbc39;
	padding-top: 0;
	pointer-events: none;
}

.mensagem {
	font-size: 22px;
	color: #4D4D4D;
	text-align: center;	
}

#listaImoveis {
	display: block;	
}

.submenu > ul {
    list-style: none;
    padding: 0;
}

.submenu {
	width: 295px;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	border-right: 1px solid #111111;
	margin-right: 30px;
}

.submenu > ul > li div {
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    color: #6bbc39;
    font-weight: bold;
}

.submenu>ul>li.active div, .submenu>ul>li div:hover {
	font-size: 18px;
	padding: 5px;
	white-space: nowrap;
	background-color: #6bbc39;
	color: #FFFFFF;
}

.submenu>.nav>li>a {
	padding: 0;	
}

.submenu>ul>li>a:hover {
	text-decoration: none;
}

.submenu .nav-pills {
	border: 0;
	height: auto;
}

.submenu .nav-pills>li {
	margin-right: 10px;
}

.submenu .nav-pills>li>a {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #6bbc39;
	font-weight: normal;
}

.submenu .nav-pills>li>a:hover, .horarios .nav-pills>li>a:focus {
	background-color: #6bbc39;
	color: #FFFFFF;
}

.submenu .nav-pills>li.active>a, .submenu .nav-pills>li.active>a:hover, .submenu .nav-pills>li.active>a:focus {
    background-color: #6bbc39;
    color: #FFFFFF;
    border: 0;
}

.nav-stacked>li+li {
    margin-top: 0;
    margin-left: 0;
}

.menu_collapse {
    display: none;
    color: #6bbc39;
    padding: 5px 25px;
    border: 1px solid #6bbc39;
    border-radius: 10px;
    background: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 10px;
	width: 200px;
}

.menu_collapse > div {
	margin-top: 5px;
	float: right;	
}

.menu_collapse .icon-bar {
	width: 15px;
    background-color: black;
    height: 2px;
    display: block;
}

.menu_collapse .icon-bar+.icon-bar {
	margin-top: 3px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 3px;
    border-radius: 1px;
	background-color: #000000;
}

.swiper-slide img {
	width: 100%;	
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 30px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-mobile {
	display: none;
	width: 40px;
	height: 40px;
	border: 1px solid #808080;
	position: absolute;
	top: 70px;
	left: -40px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	background: url(../imagens/icon_form.png) center center no-repeat #FFFFFF;
}

.g-recaptcha {
	padding-top: 10px;	
}

/*
.pop-form .g-recaptcha > div {
	width: 100% !important;	
}
*/

.pop-form iframe[title="widget recaptcha"] {
	width: 100% !important;
}

.lgpd_conteudo {
    width: 100%;
    display: inline-block;
}
.lgpd_check {
    position: fixed;
    bottom: 1%;
    left: 1%;
    width: 98%;
    height: auto;
    background-color: #F0F0F0;
    color: #333333;
    padding: 30px 20px;
    z-index: 9999;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    font-size:1.2em;
}
.lgpd_message {
    text-align: left;
    display: inline-block;
    width: 79%;
}
.lgpd_button {
    text-align: right;
    display: inline-block;
    width: 19%;
}
.lgpd_button button {
    font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	color: #333333;
    border: 1px solid #333333;
    padding: 10px;
    background-color: #ffffff;
    cursor: pointer;
}

@media only screen 
and (min-device-width : 768px) and (max-device-width : 1024px)  {
	#menuLat.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;	
	}
	
	.swiper-button-prev, .swiper-button-next {
		display: none;
	}
	
	.navbar {
		position: absolute;
		min-height: 35px;
		margin-bottom: 0px;
		border: 0;
		max-width: 100%;
		top: 0;
		display: inline-block;
		width: 80%;
		float: left;
	}
	
	.nav-pills li a {
		padding: 38px 0;
	}
	
	.logo_topo {
		padding: 19.5px;
		display: inline-block;
		z-index: 1050;
		max-width: 20%;
	}
	
	.logo_topo img{
		width: 115px;
	}
	
	#buscaTopo ul {
		list-style: none;
		padding: 0 0 15px;
		border-right: 0;
		border-bottom: 1px solid #FFFFFF;
	}
	
	#buscaTopo li {
		padding-right: 0;	
		margin-right: 0px;
		text-align: center;
	}
	
	#buscaTopo li+li {
		margin-top: 10px;	
	}
	
	#buscaTopo li.active {
		background: none;	
	}
	
	#formsBusca.in {
		display: block;	
	}
	
	#formsBusca div {
		float: none;
	}
	
	#buscaTopo input+input, #buscaTopo select+select, #buscaTopo select+input {
		margin-top: 12px;	
	}
	
	#buscaTopo .tab-pane {
		padding: 24px;	
	}
	
	#buscaTopo .tab-pane div {
		float: none;
		text-align: center;
	}
	
	#buscaTopo .tab-pane div+div {
		float: none;
		margin-top: 12px;
	}
	
	.formWrapper {
		width: 100%;
		max-width: 710px;	
		padding-right: 0px;
	}
	
	.formWrapper>div {
		width: 100%;
	}
	
	.form-break {
		display: none;
	}
	
	.submit-break {
		display: none;
	}
	
	#buscaImovel .formWrapper>div {
		width: 100%;
		margin-top: 25px;	
	}
	
	.pop-form {
		float: none;
		margin-top: 0;
		width: 100%;
		border: none;
	}
	
	.btn-mobile {
		display: none;
	}
	
	footer>section+section {
		background: #6bbc39;
		color: #FFFFFF;
		font-size: 14px;
		line-height: 1.1;
		padding: 5px 10px;
	}
	
	footer>section:first-child>div.conteudo {
		display: block;
	}
	
	footer>section:first-child>div.conteudo>div {
		display: block;
		color: #FFFFFF;
		font-size: 13px;
		padding: 0 20px;
		margin: 0;
		vertical-align: top;
		width: 100%;
	}
	
	footer>section:first-child>div.conteudo>div ul {
		list-style: none;
		display: inline-table;
		padding: 0;
		margin: 0 15px 0 0;
		top: 0;
	}
	
	footer>section:first-child>div.conteudo>div+div {
		padding: 20px 20px;
	}
	
	footer input[type=submit] {
		padding: 4px 25px;
		font-size: 15px;
		background: #6bbc39;
		border: 1px solid #000000;
		border: none;
		border-radius: 6px;
		margin-top: 10px;
		color: #FFFFFF;
		float: none;
	}
	
	.titulo-pagina h1{
		padding-left: 20px;
	}
	
	
	#texto-pag-contato {
		font-size: 16px;
		height: auto;
		border-top: 1px solid #808080;
		border-bottom: none;
		padding: 20px 20px 0;
	}
	
	.content-page>article, .content-page>section{
		font-size: 16px;
		height: auto;
		border-bottom: 1px solid #808080;
		padding: 0 20px 20px;
	}
	
	.contato-form{
		padding: 0 20px 0;
		width: 100%;
	}
	
	.split>div{
		padding-left: 20px;
	}
	
	.content-page{
		width: 100%;
	}
}

@media (max-width: 767px) {
	.swiper-slide > div {
		height: 300px;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		background-image: url(../imagens/prev.png);
		left: 5px;
		right: auto;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		background-image: url(../imagens/next.png);
		right: 5px;
		left: auto;
	}
	
	.split {
		display: block;
	}
	
	.split>div {
		float: none;
		display: block;
		padding: 10px;
		padding-right: 10px;
		border-right: 0;
		border-bottom: 1px solid #808080;
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
		max-width: 100%;
	}
	
	.split>div+div {
		padding: 10px;
		margin: 0;
		border: 0;
		max-width: 100%;
	}
	
	footer>section+section {
		background: #6bbc39;
		color: #FFFFFF;
		font-size: 14px;
		line-height: 1.1;
		padding: 5px 10px;
	}
	
	footer>section:first-child>div.conteudo {
		display: block;
	}
	
	footer>section:first-child>div.conteudo>div {
		display: block;
		color: #FFFFFF;
		font-size: 13px;
		padding: 0 10px;
		margin: 0;
		vertical-align: top;
		width: 100%;
	}
	
	footer>section:first-child>div.conteudo>div ul {
		list-style: none;
		display: inline-table;
		padding: 0;
		margin: 0 15px 0 0;
		top: 0;
	}
	
	footer>section:first-child>div.conteudo>div+div {
		padding-left: 10px;
	}
	
	footer input[type=submit] {
		padding: 4px 25px;
		font-size: 15px;
		background: #6bbc39;
		border: 1px solid #000000;
		border: none;
		border-radius: 6px;
		margin-top: 10px;
		color: #FFFFFF;
		float: none;
	}
	
	.navbar {
		position: absolute;
		min-height: 35px;
		margin-bottom: 0px;
		border: 0;
		max-width: 50%;
		top: 0;
		right: 0;
		display: inline-block;
		width: 50%;
		float: right;
	}
	
	.navbar-collapse {
		padding-right: 0; 
		padding-left: 0; 
		overflow-x: visible;
	}
	
	.nav-pills li a {
		color: #000000;
		background-color: #FFFFFF;
		border-radius: 0px;
		white-space: nowrap;
		padding: 15px 0;
		font-size: 15px;
		line-height: 1;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	
	#buscaTopo ul {
		list-style: none;
		padding: 0 0 15px;
		border-right: 0;
		border-bottom: 1px solid #FFFFFF;
	}
	
	#buscaTopo li {
		padding-right: 0;	
		margin-right: 0px;
		text-align: center;
	}
	
	#buscaTopo li+li {
		margin-top: 10px;	
	}
	
	#buscaTopo li.active {
		background: none;	
	}
	
	#formsBusca.in {
		display: block;	
	}
	
	#formsBusca div {
		float: none;
	}
	
	#buscaTopo input+input, #buscaTopo select+select, #buscaTopo select+input {
		margin-top: 12px;	
	}
	
	#buscaTopo .tab-pane {
		padding: 24px;	
	}
	
	#buscaTopo .tab-pane div {
		float: none;
		text-align: center;
	}
	
	#buscaTopo .tab-pane div+div {
		float: none;
		margin-top: 12px;
	}
	
	.formWrapper {
		width: 100%;
		max-width: 710px;	
		padding-right: 0px;
	}
	
	.formWrapper>div {
		width: 100%;
	}
	
	.form-break {
		display: none;
	}
	
	.submit-break {
		display: none;
	}
	
	#buscaImovel .formWrapper>div {
		width: 100%;
		margin-top: 25px;	
	}
	
	.titulo-pagina .exibicao {
		float: none;
		position: absolute;
		right: 10px;
	}
	
	.oportunidade-detalhes {
		display: block;
	}
	
	.oportunidade-detalhes > div {
		width: 100%;
		float: none;
	}
	
	.oportunidade-detalhes > div+div {
		width: 100%;
		padding-left: 0;
		float: none;	
	}
	
	.pop-form {
		float: none;
		width: 298px;
		border: 1px solid #808080;
		padding: 20px;
		background-color: #FFFFFF;
		margin-top: -100px;
		font-size: 16px;
		color: #4d4d4d;
		position: fixed;
		top: 100px;
		right: -298px;
		z-index: 1500;
		/*display: none;*/
	}
	
	.swiper-slide img {
		width: 100vw;
	}	
	
	.content-page {
		width: 100%;
/*		display: block;*/
		padding: 0 10px;
	}
	
	.swiper-slide > div.prod {
		width: 235px;
		height: 235px;
		position: relative;
		overflow: hidden;
		background: #000000;
		margin: 0 auto;
	}
	
	.titulo-pagina h1 {
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.submenu > ul {
		list-style: none;
		padding: 0;
	}
	
	.submenu {
		width: 100%;
		display: block;
		vertical-align: top;
		padding-right: 0px;
		border-right: 0;
		border-bottom: 1px solid #111111;
		margin-right: 0px;
	}
	
	.submenu > ul > li div {
		font-size: 18px;
		padding: 5px;
		white-space: nowrap;
		color: #6bbc39;
		font-weight: bold;
	}
	
	.submenu>ul>li.active div, .submenu>ul>li div:hover {
		font-size: 18px;
		padding: 5px;
		white-space: nowrap;
		background-color: #6bbc39;
		color: #FFFFFF;
	}
	
	.submenu>.nav>li>a {
		padding: 0;	
	}
	
	.submenu>ul>li>a:hover {
		text-decoration: none;
	}
	
	.submenu .nav-pills {
		border: 0;
		height: auto;
	}
	
	.submenu .nav-pills>li {
		margin-right: 10px;
	}
	
	.submenu .nav-pills>li>a {
		background-color: transparent;
		border: 0;
		border-radius: 0;
		color: #6bbc39;
		font-weight: normal;
	}
	
	.submenu .nav-pills>li>a:hover, .horarios .nav-pills>li>a:focus {
		background-color: #6bbc39;
		color: #FFFFFF;
	}
	
	.submenu .nav-pills>li.active>a, .submenu .nav-pills>li.active>a:hover, .submenu .nav-pills>li.active>a:focus {
		background-color: #6bbc39;
		color: #FFFFFF;
		border: 0;
	}
	
	.titulo-pagina {
		padding: 30px 0 50px;
	}
	
	#listaImoveis {
/*		display: block;*/
		margin: 0 auto;
		width: 100%;
	}
	
	.imovel.bloco:nth-child(3n+1) {
		margin-left: auto;
	}
	.imovel.bloco:first-child {
		margin-left: auto;
	}
	.imovel.bloco {
		display: block;
		margin-left: auto;
		float: none;
		margin-right: auto;
	}
	
	.imovel.lista {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	.imovel.lista article {
		padding: 12px 12px 22px;
		width: 100%;
		height: 100%;
		display: block;
		float: none;
		text-align: center;
	}
	
	.imovel.lista article h1 {
		text-align: left;
	}
	
	.imovel.lista article p {
		text-align: justify;
	}
	
	.contato-form {
		 width: 100%; 
		 display: block; 
		 padding: 10px;
	}
	
	.btn-mobile {
		display: block;
	}
	
	.logo_topo {
		padding: 19.5px;
		display: inline-block;
		z-index: 1050;
		max-width: 50%;
	}
	
	.menu_collapse {
		display: block;
	}
	
	.noticia>div, .noticia>article {
		display: block;
		vertical-align: top;
		color: #000000;
		padding: 10px;
	}
	
	.noticia>div+article {
		padding-top: 15px;
		padding-left: 10px;	
	}
}