@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
height:100%;
min-height:100%;
font-family: 'Montserrat', sans-serif;
}

body {
	overflow-x:hidden;
	appearance: none;
    -moz-appearance: none;
	height:100%;
min-height:100%;

}


.botao_cookie {
	background-color:#57CFF4 !important;
}


a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

* {
 list-style: none;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; 
  flex-shrink:0;
}

.wpcf7-form .wpcf7-not-valid-tip {

   border: none !important;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
margin-top:10px;
	 
	opacity:0.8;
	display:none !important;	
}



.wpcf7-form .wpcf7-response-output  {
    color: #999 !important;
   border:none !important;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	opacity:1;
	margin-top:30px !important;
	padding-bottom:10px !important;
	display:block;
	text-align:center !important;

}

.wpcf7-form .wpcf7-response-output .wpcf7-mail-sent-ok {
    border:none !important;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	text-align:center !important;

	color:#999 !important;
	width:100%;
	margin-top:30px;
	display:block !important;
}




.wpcf7-form .wpcf7-response-output .wpcf7-display-none {
	display:block;
}





.wpcf7-form  { 
font-family: 'Montserrat', sans-serif;
font-weight:500;
font-size:14px;
text-align:left;
color:#999 !important;

}




.nav-up {
  top: -110px;
}

.nav-down {
  top: 0px;
}


.wrapper {
	width:94%;
	max-width:1280px ;
	position:relative;
	margin:0 auto;
}

.h100 {
	height:100%;
}

.h100wv {
	height:100vh;
}

.sessao {
	width:100%;
	position:relative;
	height:auto;
	
}

.sessao_100 {
	width:100%;
	position:relative;

	
	
}


/********************MENU*******************/
header {
	width:100%;
	  height:80px;
	  z-index:9;
	  position:fixed;
	  transition:0.5s;
	  background-image: url(images/bg-menu-1.png);
	  background-position:center;
	  background-repeat: repeat-x;
	  background-size:contain;
	 
}


.menu_logo {
	position:absolute;
	background-color:#fff;
	top:35px;
	padding:20px;
	z-index:99;
	display:none;
	width:140px;
	
	
}
.menu_logo a {
	position:relative;
	color:#333;
	font-size:14px;
	line-height:20px;
	
	
}

.logo_menu:hover .menu_logo {
	display:block;
}

.logo_menu {
	position:relative;
	width:120px;
	height:35px;
}



.menu_acima {
	height:80px;
	width:94%;
	max-width:1280px;
	position:relative;
	background-color:#000666;
	z-index:10;
	margin:0 auto;
	border-radius:10px;
	margin-top:15px;
}


.padding_menu {
	padding-top:80px;
	
}


.wrapper_menu {
	width:94% !important;
	max-width:1280px;
	position:relative;
	margin:0 auto;
	
	 height:100%;

}



.entrar {
	position:relative;
	border:1px solid #fff;
	border-radius:5px;
	height:35px;
	width:120px;
	
}



.logo {
	max-width:200px;
	height:80px;
	position:relative;
	padding-right:30px;
	
	
	}

.logo img {
	max-width:140px;
	margin:0 auto;
	float:left;
	margin-top:1px;
	object-fit:cover;

}

.ico-menu {
	display:none;
}

.ico-menu2 {
	display:none;
}




.menu {
position:relative;
	width:100%;
	z-index:2;
	

}

.menu a {
	font-size:16px;
	color:#fff;
	margin-left:1%;
	margin-right:1%;
	position:relative;
	text-align: right;
	vertical-align:central;
	font-weight: 400;
	transition: 0.5s; /* lida por navegadores modernos */
-moz-transition: 0.5s; /* para Mozilla antigo */
-o-transition: 0.5s; /* para Opera antigo */
-webkit-transition: 0.5s; /* para Chrome e similares antigos */

 
}






.menu_ativo {
	display:block;
	position:absolute;
	width:100%;
	height:2px;
	background-color:#fff;
	top:20px;
}

.menu a:hover {
	

}

.sublinhado {
	display:none;
}

.menu a:hover .sublinhado {
	display:block;
	position:absolute;
	width:100%;
	height:2px;
	background-color:#fff;
	top:20px;
}


.menu a .acesso a:hover {
	text-transform:none !important;
}




.menu_ativo2 {
	display:block;
	color:#836B10 !important;
	
}




.mobile_menu {
	display:none !important;
}

.mobile-menu {
	
    position: fixed;
	margin:0px;
	padding:0px;
    top:0px;
	padding-top:0px;
    right: 0px;
	width:400px;
	height:100%;
	min-height:100%;
   height:100% !important;
   visibility: hidden;
    z-index: 99999999999999999;
  background-color:#1B2287;
  opacity:0.5;
 
   font-weight:100;
}

.menu2 {
	position: relative;
	margin:0 auto;
	display:block;
	width:100% !important;
	height:100%;
overflow-y:auto;
padding-top:50px;
padding-left:0px;
overflow-x:hidden


}

.menu2 a {
	position:relative;
color:#fff;
padding:0;
margin:0;
margin-top:10px;
margin-bottom:10px;
text-decoration:none;
font-size:18px;
line-height: 20px;
text-align: center;


}



.fechar {

	width:50px;
	position: absolute;
	height:50px;
	color:#fff;
	right:5px;
	top:30px;
	z-index:9999999999 !important;
	cursor:pointer;
	font-size:20px;
	 outline:none !important;
}



.m-show {
	
    visibility: visible;
}

.body-noscroll {
    overflow: hidden;
}


/********************* footer ******************/
footer {
	position:relative;
	width:100%;
	background-image:url(images/bg-footer.png);
	background-position:center right;
	background-repeat:repeat-y;
	background-size:100%;
	border-top-right-radius:40px;
	padding-top:80px;
	padding-bottom:60px;
}

.col_rodape_1 {
	position:relative;
	width:calc(40% - 40px);

}


.col_rodape_2 {
	position:relative;
	width:calc(60% - 40px);
}


.cx_texto_mf_rodape {
	position:relative;
	background-color:#fff;
	padding:30px;
	border-radius:10px;
}

.texto_mf_rodape {
	position:relative;
	font-size:14px;
	line-height:18px;
	text-align:justify;
}

.col_33_1 {
	position:relative;
	width:calc(40% - 20px);

}


.col_33_2 {
	position:relative;
	width:calc(40% - 20px);

}


.col_33_3 {
	position:relative;
	width:calc(20% - 20px);

}



.col_33_2 h3 {
position:relative;
margin:0;
padding:0;
color:#fff;
margin-bottom:20px;	
}


.col_33_2 a {
position:relative;
margin:0;
padding:0;
color:#fff;
font-size:16px;
line-height:22px;
	
}


.cx_infos_footer {
position:relative;
width:100%;
margin-bottom:20px;
color:#fff;
font-size:14px;
}


.cx_email {
	position:relative;
	width:100%;
	height:40px;
	margin-top:60px;
	padding-right:20%;
	
}

.cadastro {
	border:1px solid #F5F5F5;
	border-radius:5px;
	height:42px;
	padding-right:5px;
	background-image:url(images/bg-campo-footer.png);
	background-position:center left;
	background-repeat:repeat-y;
	background-size:cover;
}

.campo_footer {
	position:relative;
	
	border:0;
	height:38px;
	width:240px;
	background-color:transparent;
	color:#fff;
	font-size:12px;
	padding-left:3%;
	margin-right:5px;
}


.botao_footer {
height:30px;
width:45px;
background-color:transparent;
position:relative;
color:#fff;
border:0;
cursor:pointer;
border-radius:5px;
margin-top:5px;
 background: rgb(61,106,182);
background: linear-gradient(83deg, rgba(61,106,182,1) 0%, rgba(61,106,182,1) 35%, rgba(49,73,153,1) 100%); 

-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);

}


.margin_fazer {
		margin-top:120px;
	}
	
	
.fazer {
	position:relative;
	color:#fff;
	margin-left:15%;
}






/********************* home ******************/
.cx_banner_home {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
	z-index:1;
}

.img_banner_home {
	position:relative;
	min-height:600px;
	object-fit:cover;
}


.overlay {
position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	width:100%;	
	z-index:1 !important;
	background-image:url(images/bg-2.png);
	background-repeat:repeat-y;
	background-size:100%;
	background-position:left;
}


.cx_texto_banner_home {
	position:relative;
	width:100%;
	max-width:400px;
	z-index:3 !important;
}


.cx_texto_banner_home h1 {
	margin:0;
	padding:0;
	color:#fff;
	font-size:38px;
	line-height:38px;
	font-weight:600;
	margin-bottom:10px;

}

.cx_texto_banner_home p {
	margin:0;
	padding:0;
	color:#fff;
	font-size:16px;
	line-height:18px;

}


.botao_banner_home {
	position:relative;
	background-color:#fff;
	height:30px;
	width:260px;
	color:#8F8F8F;
	font-size:14px;
	margin-top:30px;
	
	
}

.sessao2 {
position:relative;
border-top-left-radius:40px;
border-top-right-radius:40px;
margin-top:-30px;

z-index:4;
background-color:#fff;
background-image:url(images/bg-4.png);
background-repeat:no-repeat;
background-position:right bottom;
background-size:640px;
height:540px;
}


.sessao3 {
position:relative;
background-image:url(images/bg-4.png);
background-repeat:no-repeat;
background-position:top right ;
background-size:100%;

}


.estrela {
	position:relative;
	float:left;
	padding-left:4%;
	margin-right:10px;
}



.cx_1 {
position:relative;
width:100%;
max-width:500px;
margin:0 auto;
padding:30px;
border-radius:20px;
border:2px solid #A4A9AC;
background-color:#F4F4F4;
top:-40px;
z-index:2;
	
}

.cx_1 img {
position:relative;
display:block;
margin:0 auto;
max-width:200px;
margin-bottom:30px;
}

.texto_cx_1 {
position:relative;
font-size:16px;
line-height:18px;
text-align:center;
color:#363636;	
}


.cx_2 {
position:relative;
width:100%;
max-width:85%;
background-color:#000261;
padding-top:200px;
padding-bottom:30px;
border-top-left-radius:10px;	
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-top-right-radius:40px;
margin:0 auto;
height:auto;
top:-240px;
z-index:1;
background: rgb(0,2,97);
background: linear-gradient(83deg, rgba(0,2,97,1) 0%, rgba(0,2,97,1) 35%, rgba(49,73,153,0.8015406846332283) 100%);
margin-top:40px;
padding-left:10px;
padding-right:10px;
}


.col_3 {
	position:relative;
	width:calc(33.3333333% - 10px);
}

.col_3 h1 {
	position:relative;
	color:#fff;
	font-size:34px;
	margin:0;
	padding:0;
	text-align:center;
	font-weight:600;
	margin-bottom:10px;
	
}


.col_3 p {
	position:relative;
	color:#fff;
	font-size:18px;
	margin:0;
	padding:0;
	text-align:center;
	font-weight:600;
	
}


.botao1 {
	position:relative;
	margin:0 auto;
	color:#363636;
	margin-top:40px;
	background-color:#fff;
	height:30px;
	width:160px;
}


.bx_botoes {
position:relative;
height:60px;
background-color:#0C156F;
width:100%;	
color:#fff;
text-align:center;
font-size:18px;
	
}

.cx_detalhes {
	position:absolute;
	bottom:0px;
	width:100%;
	max-width:360px;
	
	background-color:#fff;
	left:50%;
	margin-left:-180px;
	padding:60px;
	padding-top:30px;
	padding-bottom:20px;
}

.cx_detalhes h1  {
position:relative;
text-align:center;
font-size:32px;
line-height:32px;
margin:0px;
padding:0px;
color:#191D2E;	
	
}


.cx_detalhes p  {
position:relative;
text-align:center;
font-size:18px;
margin:0px;
padding:0px;
color:#A4A4A4;
font-weight:200;
margin-top:10px;
	
	
}


.titulo {
position:relative;
text-align:center;
font-size:30px;
line-height:40px;
font-weight:500;
margin-bottom:10px;	
}


.texto {
position:relative;
text-align:left;
font-size:16px;
line-height:20px;
font-weight:500;
color:#30465F;
margin:0px;
padding:0px;

}



.sublinhado2 {
	position:relative;
	width:200px;
	height:2px;
	margin:0 auto;
	background-color:#373DA0;
	margin-bottom:40px;
}


.col_4 {
	position:relative;
	width:calc(25% - 10px);
}

.img_col_4 {
position:relative;
padding-bottom:70%;
width:95%;
background-color:transparent !important;
background-size:100%;
background-repeat:no-repeat;
background-position:center;
z-index:2;
margin:0 auto;
/*-webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.36);
box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.36);*/
	
}

.cx_texto_col_4 {
position:relative;
background-color:#fff;
padding-top:40px;
padding-bottom:20px;
border-radius:20px;
margin-top:-30px;
z-index:1;
}


.cx_texto_col_4 h2 {
position:relative;
color:#191D2D;
text-align:center;
margin:0;
padding:0;
font-size:22px;
line-height:32px;
margin-top:15px;
}


.cx_texto_col_4 h3 {
position:relative;
color:#7F7F7F;	
text-align:center;
margin:0;
padding:0;
font-size:20px;
font-weight:500;
margin-bottom:10px;
}


.cx_texto_col_4 p {
position:relative;
color:#828282;
text-align:center;
margin:0;
padding:0;
font-size:16px;
}



.botao_col_4 {
	background-color:#00065D;
color:#EAEAEA;
font-size:16px;
height:30px;
width:110px;
border-radius:5px;
margin:0 auto;
display:block;
margin-top:20px;
}


.carousel {
	position:relative;
	width:100%;
	max-width:94%;
	margin:0 auto;
	
}

.col_5_1 {
	position:relative;
	width:50%;
}

.col_5_2 {
	position:relative;
	width:50%;
}


.col_5_2 img {
	position:relative;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.36);
box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.36);
}

.cx_col_5_1 {
position:relative;
height:100%;
max-height:80%;
width:100%;
background-image:url(images/bg-6.png);
background-position:right;
background-repeat:no-repeat;
background-size:cover;
border-top-left-radius:20px;
border-bottom-left-radius:20px;
padding:10%;
padding-left:10%;


	
}


.cx_col_5_1 h1 {
	position:relative;
color:#fff;
font-weight:300;
font-size:36px;
line-height:40px;
margin:0px;
padding:0px;
margin-bottom:20px;
}


.botao2 {
position:relative;
background-color:#fff;
color:#696969;
height:35px;
width:220px;
display:block;
font-size:16px;
}



.centro {
	text-align:left; 
	color:#29357F
	
}




/********************* Quem somos ******************/

.mf_40 {
	position:absolute;
	z-index:3;
	top:100px;
	right:5%;
	width:100%;
	max-width:200px;
}



.cx_1_1 {
position:relative;
width:100%;
max-width:90%;
margin:0 auto;
padding:30px;
padding-bottom:60px;
border-radius:20px;
border:2px solid #A4A9AC;
background-color:#F4F4F4;
top:-40px;
z-index:2;
	
}

.cx_1_1 h1 {
position:relative;
text-align:center;
color:#00065D;
font-size:28px;	
}
.cx_1_1 p {
	position:relative;
text-align:center;
color:#474747;
font-size:16px;
line-height:20px;
max-width:500px;
width:100%;
margin:0 auto;
}


.cx_3 {
position:relative;
width:100%;
	
}

.cx_3 h3 {
position:relative;
margin:0;
padding:0;
text-align:left;
color:#004983;
font-weight:500;	
	
}


.cx_3 h1 {
position:relative;
margin:0;
padding:0;
text-align:left;
color:#000;
font-weight:600;
font-size:28px;
line-height:32px;
width:100%;
max-width:260px;
margin-top:10px;
margin-bottom:40px;

	
	
}




.cx_4 {
position:relative;
width:100%;
max-width:800px;

	
}

.texto_cx_4 {
color:#474747;
position:relative;
font-size:16px;
line-height:18px;
}

.col_6 {
	position:relative;
	width:calc(50% - 20px);
}

.botao3 {
position:relative;
background-color:#070D60;
color:#fff;
height:35px;
width:280px;
display:block;
margin-top:40px;
font-size:14px;
}

.col_7 {
	position:relative;
	width:calc(35% - 20px);
}


.col_7 h1 {
	position:relative;
	width:100%;
	max-width:260px;
}

.col_7 p {
color:#474747;
font-size:16px;
line-height:20px;
text-align:left;	
}



.col_8 {
	position:relative;
	width:calc(65% - 20px);
}



.bg_10 {
background-image:url(images/bg-4.png);
background-repeat:no-repeat;
background-position:right bottom;
background-size:640px;

}


/********************* Contato ******************/


.bg_11 {
background-image:url(images/bg-4.png);
background-repeat:no-repeat;
background-position:top right;
background-size: 840px;

}

.cx_form_contato {
position:relative;
margin:0 auto;
margin-top:60px;
width:100%;
max-width:600px;

	
}

.campo_contato {
position:relative;
background-color:#DCECF5;
height:50px;
width:100%;
padding-left:3%;
border:0;
margin-bottom:30px;
	
}


.mensagem_contato {
position:relative;
background-color:#DCECF5;
height:220px;
width:100%;
padding-left:3%;
padding-top:3%;
border:0;
margin-bottom:30px;
resize:none;
	
}


.texto_form_contato {
position:relative;
margin-bottom:5px;
color:#545454;
font-size:14px;
text-align:left;
}

.botao_contato {
	position:relative;
	background-color:#00065D;
	color:#fff;
	width:100%;
	max-width:300px;
	height:40px;
	font-size:16px;
	margin:0 auto;
	display:block;
	border:0;
	border-radius:5px;
	cursor:pointer;
	
}

.texto_lgpd {
position:relative;
font-size:14px;
line-height:16px;
text-align:center;
width:100%;
max-width:500px;
margin:0 auto;
margin-top:30px;
color:#7E7E7E;
}



.cx_10 {
position:relative;
width:100%;
max-width:560px;
margin-bottom:160px;


}

.cx_10 h1 {
position:relative;
text-align:left;
font-size:30px;
line-height:40px;
font-weight:500;
margin-bottom:10px;
color:#00065D;
}


.cx_10 h3 {
position:relative;
text-align:left;
font-size:18px;
line-height:20px;
font-weight:500;
margin-bottom:20px;
margin-top:60px;
color:#003C83;
}





.cx_10 p {
position:relative;
font-size:16px;
line-height:20px;
text-align:left;
width:100%;
margin:0 auto;
margin-top:20px;
color:#30465F;
}

.cx_icos {
position:relative;
width:100%;
margin-top:20px;	
}


.cx_loteamentos {
position:relative;
width:100%;
margin-top:60px;
	
}

.col_loteamento_1 {
	position:relative;
	width:50%;
}

.col_loteamento_2 {
	position:relative;
	width:50%;
	
}




.cx_col_loteamento_2 {
position:relative;
height:100%;
max-height:95%;
width:100%;
background-color:#fff;
border-top-right-radius:20px;
border-bottom-right-radius:20px;
padding:10%;
}

.cx_col_loteamento_2 h1 { 
color:#191D2D;
font-size:30px;
line-height:40px;
font-weight:400;
margin:0px;
padding:0px;
text-align:center;
margin-bottom:10px;
}


.cx_col_loteamento_2 p {
color:#737373;
font-size:16px;
line-height:20px;
font-weight:200;
margin:0px;
padding:0px;
text-align:center;
margin-bottom:10px;
margin-top:10px;


}

.cx_col_loteamento_2 a {
	position:relative;
	background-color:#F6F6F9;
	color:#090909;
	height:40px;
	width:100%;
	max-width:260px;
	border:1px solid #00065D;
	margin:0 auto;
	border-radius:5px;
	margin-top:20px;
	font-size:14px;
	
	
}





.cx_col_loteamento_2 img {
	margin:0 auto;
	display:block


}



.ajusta_cx_col_loteamento_2 {
	border-top-left-radius:20px;
border-bottom-left-radius:20px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;	
}





.subinhado3 {
	position:relative;
	background-color:#406DA2;
	width:100%;
	height:2px;
	margin-bottom:20px;
}



.pager_loteamentos {
	position:absolute;
	text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  top:20px;
  height:10px;
  z-index:6;
  width:100%;
  margin:0 auto;
  display:block;
  
}

.pager_loteamentos a {
  background: #CBDEE3;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;


}
.pager_loteamentos a:hover,
.pager_loteamentos a.active,
.pager_loteamentos a:focus {
  background:#fff;
}

.pager_loteamentos .bx-pager-item {
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  text-align:center;
}


.pager_loteamentos .bx-pager-item {
  font-size: 0;
  line-height: 0;
}








.pager_loteamentos_2 {
	position:absolute;
	text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  bottom:20px;
  height:10px;
  z-index:10;
  width:100%;
  margin:0 auto;
  display:block;
  
}

.pager_loteamentos_2 a {
  background: #CBDEE3;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;


}
.pager_loteamentos_2 a:hover,
.pager_loteamentos_2 a.active,
.pager_loteamentos_2 a:focus {
  background:#fff;
}

.pager_loteamentos_2 .bx-pager-item {
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  text-align:center;
}


.pager_loteamentos_2 .bx-pager-item {
  font-size: 0;
  line-height: 0;
}



.subinhado4 {
	position:relative;
	background-color:#406DA2;
	width:100%;
	height:2px;
	margin-top:10px;
}





/********************* Imóveis ******************/

cx_11 {
position:relative;
width:100%;
max-width:560px;
}

.cx_11 h1 {
position:relative;
text-align:left;
font-size:30px;
line-height:40px;
font-weight:500;
margin-bottom:10px;
color:#00065D;
}


.cx_11 a {
position:relative;
color:#003C83;
font-size:16px;
}


.col_imovel {
position:relative;
width:calc(50% - 20px);	
margin-bottom:40px;
	
}

.img_imovel {
position:relative;
width:100%;
border-radius:10px;
}
 


.imoveis {
	position:relative;
	width:100%;
}

.imoveis_alugar {
	position:relative;
	width:100%;
	padding-bottom:67%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:10px;
}


.imoveis img {
	position:relative;
	width:100%;
	height:auto;
}





.cx_texto_imovel {
position:relative;
width:100%;
max-width:98%;
margin:0 auto;
padding:5%;
padding-top:8%;
padding-bottom:8%;
background-color:#fff;
border-bottom-left-radius:20px;	
border-bottom-right-radius:20px;	
	
}


.cx_texto_imovel h2 {
	position:relative;
color:#595B63;
font-size:20px;
line-height:24px;
margin:0;
padding:0;
}

.cx_texto_imovel p {
	position:relative;
color:#595B63;
font-size:16px;
line-height:24px;
margin:0;
padding:0;
}

.localizacao_imovel {
	position:relative;
	margin-top:10px;
	
}


.m2 {
position:relative;
padding-left:10px;
padding-right:10px;
height:35px;
background-color:#DCECF5;
border-radius:5px;
width:100%;
max-width:140px;
margin:0 auto;
margin-top:20px;
margin-bottom:40px;
font-size:14px;
line-height:35px;
}

.ver_detalhes {
position:relative;
background-color:#F4F4F8;
color:#090909;
width:100%;
max-width:300px;
font-size:16px;
border:1px solid #00065D;
margin:0 auto;
height:35px;
border-radius:5px;
}


.col_555 {
	position:relative;
	width:50%;
	
}

.cx_col_55 {
	position:relative;
	width:100%;
	background-color:#fff;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	max-height:85% !important;
	height:100%;
	padding:8%;
	
	
}


.cx_col_55  h2 {
	position:relative;
color:#595B63;
font-size:20px;
line-height:24px;
margin:0;
padding:0;
}

.cx_col_55  p {
	position:relative;
color:#595B63;
font-size:16px;
line-height:24px;
margin:0;
padding:0;
}

.cx_col_550 {
	position:relative;
	width:100%;
	padding:8%;
	padding-left:0;
}


.titulo_loteamentos {
position:relative;
font-size:24px;
color:#00065D;
font-size:34px;
line-height:36px;
margin:0;
padding:0;
width:100%;
max-width:340px;


}

.cx_col_550  p {
	position:relative;
color:#595B63;
font-size:16px;
line-height:24px;
margin:0;
padding:0;
}

.localizacao_imovel {
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	
}



.col_556 {
	position:relative;
	width:50%;
	background-color: transparent;

	
}


.cx_200 {
position:relative;
width:calc(50% - 10px);
margin-bottom:15px;
color:#474747;
font-size:14px;
text-align:left;

}



.m2_empre {
position:relative;
height:40px;
width:40px;
background-color:#DCECF5;
border-radius:50%;
text-align:center;
margin-right:10px;


}



.falar_corretor {
position:relative;
background-color:#040A64;
color:#fff;
width:100%;
max-width:240px;
font-size:16px;
border:1px solid #00065D;
height:40px;
border-radius:5px;
margin-top:20px;
}



.bg_12 {
background-image:url(images/bg-4.png);
background-repeat:no-repeat;
background-position:top right;
background-size: 940px;

}


.titulo_empre {
position:relative;
margin:0 auto;
max-width:600px;
text-align:center;
font-size:30px;
line-height:40px;
font-weight:500;
margin-bottom:10px;	
color:#00065D;
margin-bottom:40px;
}

.cx_carousel2 {
position:relative;
width:100%;

}



.img_carousel2 {
position:relative;
width:100%;
z-index:2;
text-align:center;

}

.img_carousel2 img {
	margin:0 auto;
	
}



.cx_texto_carousel2 {
position:relative;
width:100%;
background-color:#fff;
border-radius:10px;
padding:10%;
text-align:center;
padding-top:20%;
margin-top:-40px;
z-index:1;
	
}


.carousel2 {
	position:relative;
	width:100%;
	max-width:94%;
	margin:0 auto;
	
}


.cx_caracteristicas {
	position:relative;
	width:100%;
	margin-top:20px;
	
}

.col_caracteristicas {
	position:relative;
	width:calc(33.333333% - 20px);
	background-color:#003B88;
	padding:0;
	border-radius:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	margin-bottom:20px;
	padding-top:3%;
	padding-bottom:0%;
}

.col_caracteristicas h1 {
	position:relative;
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
	font-size:26px;
	margin-bottom:10px;
	font-weight:500;
}


.col_caracteristicas h2 {
	position:relative;
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
	font-size:18px;
	font-weight:300;
}


.texto_col_caracteristicas ul {
	
position:relative;
	text-align:center;
	margin:0;
	padding:0;	
}



.texto_col_caracteristicas li {
	position:relative;
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
	font-size:14px;
	line-height:22px;
	font-weight:300;
}


.texto_col_caracteristicas p {
	position:relative;
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
	font-size:13px;
	line-height:22px;
	font-weight:300;
	width:100%;
	
	
}


.texto_col_caracteristicas h2 {
	position:relative;
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:300;
	margin-bottom:10px;
}



.sublinhado5 {
	position:relative;
	width:120px;
	height:2px;
	margin:0 auto;
	background-color:#1456A4;
	margin-top:10px;
	margin-bottom:20px;
}




.cx_img_empre {
position:relative;
width:100%;
margin-bottom:20px;
padding-bottom:80%;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
border-radius:10px;	
	
}


.col_500 {
position:relative;
width:calc(50% - 10px);	
}




.ajusta_pading_empre {
padding-bottom:80px;	
	
}


.ico_expandir {
	position:absolute;
	top:5%;
	right:5%;
	width:28px;
	height:27px;
	background-image:url(images/ico-expandir.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}


.col_mapa {
position: relative;
width:50%;
height:300px;
}

.cx_col_mapa {
position: relative;
width:100%;
height:100%;
background-color:#fff;
border-top-left-radius:30px;
border-bottom-left-radius:30px;
padding:10%;
}


.cx_col_mapa h1 {
color:#003C83;
position:relative;
margin:0;
padding:0;
font-size:26px;
line-height:30px;
font-weight:400;
text-align:left;
margin-bottom:10px;
}



.cx_col_mapa p {
color:#003C83;
position:relative;
margin:0;
padding:0;
font-size:18px;
text-align:left;
}





.sublinhado6 {
	position:relative;
	width:120px;
	height:2px;
	background-color:#1456A4;
	margin-top:10px;
	margin-bottom:20px;
}



.titulo_lote {
position:relative;
text-align:left;
font-size:30px;
line-height:40px;
font-weight:500;
margin-bottom:10px;	
color:#00065D;
margin-bottom:40px;
padding-left:4%;
}



.cx_localiza {
	position:relative;
	width:100%;
}

.cx_texto_localiza {
position:relative;
margin-right:20px;
margin-bottom:10px;
color:#3F4C5B;
font-size:14px;
line-height:18px;
}

.cx_texto_localiza img {
position:relative;
margin-right:5px;
width:100%;
max-width:20px;
	
}



.texto2 {
position:relative;
text-align:center;
margin:0 auto;
max-width:600px;
font-size:16px;
line-height:20px;
font-weight:500;
color:#30465F;


}

.cx_port {
	position:relative;
	width:100%;
	max-width:400px;
	background-color:#fff;
	margin:0 auto;
	padding:20px;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	

}

.cx_port p {
position:relative;
margin:0px;
padding:0px;
text-align:center;
	font-size:16px;
	line-height:35px;
	color:#464646;
	font-weight:500;
	margin-top:20px;
	
}


.cx_ano {
position:relative;
	width:100%;
	margin:0 auto;
	background-color:#29357F;
	height:35px;
	text-align:center;
	font-size:18px;
	line-height:35px;
	color:#fff;
	font-weight:500;
}

.cx_ano img {
	position:absolute;
	left:10px;
	width:25px;
	margin-top:5px;
}

.cx_projeto {
position:relative;	
margin:0 auto;
max-width:200px;
height:40px;
margin-top:10px;
}


.cx_projeto p {
color:#464646;
margin:0;
padding:0;
font-size:14px;
font-weight:200;
}

.cx_projeto img {
position:relative;
width:30px;
margin-right:10px;

}


.linha_tempo {
	position:relative;
	width:1px;
	height:40px;
	background-color:#DADADA;
	margin:0 auto;
}


.linha_tempo_top {
	position:relative;
	width:1px;
	height:20px;
	background-color:#DADADA;
	margin:0 auto;
}

.bola {
	position:relative;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#DADADA;
	margin:0 auto;
}



.linha_projeto {
	position:relative;
	margin:0 auto;
	width:100%;
	height:1px;
	background-color:#DADADA;
	margin-top:20px;
	
}






/********************* flex ******************/

.flex{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;}
.flex--jcc{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;}
.flex--jcfs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-justify-content:flex-start;}
.flex--jcfe{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-justify-content:flex-end;}
.flex--jcs{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;}
.flex--jcsb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.flex--jcsa{-ms-flex-pack:distribute;justify-content:space-around;}
.flex--col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-direction:column;}
.flex--col-rev{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}
.flex--row-rev{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
.flex--aic{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-items:center;}
.flex--aifs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.flex--aife{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}
.flex--ais{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.flex--aib{-ms-flex-item-align:baseline;align-self:baseline;}
.flex--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-wrap:wrap;-webkit-flex-wrap:wrap;}
.flex--wrap-rev{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-box-flex-wrap:wrap-reverse;}
.flex--acc{-ms-flex-line-pack:center;align-content:center;}
.flex--acfs{-ms-flex-line-pack:start;align-content:flex-start;}
.flex--acfe{-ms-flex-line-pack:end;align-content:flex-end;}
.flex--acs{-ms-flex-line-pack:stretch;align-content:stretch;}
.flex--acsb{-ms-flex-line-pack:justify;align-content:space-between;}
.flex--acsa{-ms-flex-line-pack:distribute;align-content:space-around;}



.flex--jcsb2{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}

.flex--jcfe2 {-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-justify-content:flex-end;}





@media (max-width: 1100px) {
.col_3 h1 {
	
	font-size:28px;
	
	
}


.col_3 p {
	
	font-size:16px;
	
	
}


.cx_col_5_1 h1 {
font-size:30px;
line-height:36px;
}


.cx_col_loteamento_2 {

max-height:90%;
padding:5%;
}




}




@media (max-width: 990px) {
.col_rodape_1 {
	position:relative;
	width:calc(40% - 20px);

}


.col_rodape_2 {
	position:relative;
	width:calc(60% - 20px);
}


.col_33_1 {
	position:relative;
	width:calc(40% - 10px);

}


.col_33_2 {
	position:relative;
	width:calc(40% - 10px);

}


.col_33_3 {
	position:relative;
	width:calc(20% - 10px);

}


.cx_col_5_1 h1 {
font-size:22px;
line-height:28px;
}



.col_7 {
	position:relative;
	width:calc(40% - 20px);
}



.col_8 {
	position:relative;
	width:calc(60% - 20px);
}


.bg_10 {

background-size:540px;

}



.cx_col_55 {
	padding-top:10%;
	padding-bottom:10%;
}





.col_555 {
	width:100%;
	
}



.cx_col_55 {
	position:relative;
	width:100%;
	max-width:95%;
	margin:0 auto;
	background-color:#fff;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:0px;
	max-height:100% !important;
	height:100%;
	padding:8%;
}



.col_556  {
	width:100%;
	
}



.falar_corretor {
	margin:0 auto;
	margin-top:20px;
}



.col_mapa {
height:300px;
}



.col_caracteristicas {
	position:relative;
	width:calc(50% - 20px);
	padding:3%;
	border-radius:10px;
}

}



@media (max-width: 900px) {
.col_imovel {
position:relative;
width:calc(50% - 10px);	
	
}




}




@media (max-width: 860px) {
.col_rodape_1 {
	position:relative;
	width:100%;
	margin-bottom:80px;

}


.col_rodape_2 {
	position:relative;
	width:100%;
}



.col_33_1 {
	position:relative;
	width:calc(45% - 10px);

}


.col_33_2 {
	position:relative;
	width:calc(45% - 10px);

}


.col_33_3 {
	position:relative;
	width:calc(10% - 10px);

}

.cx_email {
	padding-right:0%;
	
}


.flex--jcfe2{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-justify-content:flex-start;}

.cx_2 {

max-width:100%;

}



.cx_1_1 {
max-width:88%;
}




.col_7 {
	position:relative;
	width:100%;
	margin-bottom:20px;
}



.col_8 {
	position:relative;
	width:100%;
}


.col_loteamento_1 {
	position:relative;
	width:100%;
}

.col_loteamento_2 {
	position:relative;
	width:100%;
	
}

.cx_col_loteamento_2 {
position:relative;
height:auto;
margin:0 auto;
max-height:100%;
width:100%;
background-color:#fff;
border-top-right-radius:0;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
padding:10%;
width:97%;
}

.ajusta_cx_col_loteamento_2 {
	border-top-left-radius:0px;
border-bottom-left-radius:20px;
border-top-right-radius:0px;
border-bottom-right-radius:20px;	
}



.col_caracteristicas {
	position:relative;
	width:100%;
	max-width:80%;
	margin:0 auto;
	background-color:#003B88;
	padding:5%;
	border-radius:10px;
	margin-bottom:40px;
}


.ajusta_pading_empre {
padding-bottom:40px;	
	
}




}





@media (max-width: 800px) {

.col_5_1 {
	width:100%;
}

.col_5_2 {
	width:100%;
}


.cx_col_5_1 {
max-height:100%;
border-radius:20px;
padding:5%;
padding-left:5%;
width:100%;
max-width:80%;
margin:0 auto;
margin-bottom:80px;


	
}


.cx_col_5_1 h1 {
	text-align:center;
	font-size:30px;
	line-height:36px;
	
}

.botao2 {
	margin:0 auto;
}


.col_6 {
	width:100%;
}

.margin_col_6 {
	margin-top:40px;
}




.col_mapa {
	width:100%;
height:300px;
}



.cx_col_mapa {
position: relative;
width:100%;
height:100%;
background-color:#fff;
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:0px;
padding:10%;
}


.cx_col_mapa h1 {
	text-align:center;
}


.cx_col_mapa p {
	text-align:center;
}



}



@media (max-width: 760px) {
.col_imovel {
position:relative;
width:100%;

	
}

}


@media (max-width: 700px) {
	
.menu, .logo_menu  {
	display:none;
}



.mobile_menu {

display:block !important;
	
}

.ico-menu {
	display:block;
	position:absolute;
	right:2% !important;
	top:30px;
	width:28px;
	transition:0.5s;
	z-index:999999999999999999999999;
	-moz-transition:all .5s ease;transition:all .3s ease;
	outline:none !important;
}

.ico-menu2 {
	display:block;
	position:absolute;
	right:2% !important;
	top:30px;
	display:none;
	width:28px;
	-moz-transition:all .5s ease;transition:all .3s ease;
	outline:none !important;
	z-index:999999999999999999999999;
}


.ico-menu img, .ico-menu2 img {
object-fit: contain;
	width:100%;
	cursor:pointer;
}



.col_33_1 {
	position:relative;
	width:100%;
margin-bottom:40px;

}


.col_33_2 {
	position:relative;
	width:100%;
	margin-bottom:60px;

}


.col_33_3 {
	position:relative;
	width:100%;

}
	
.flex2 {display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;}	
	
.flex--wrap2 {-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-wrap:wrap;-webkit-flex-wrap:wrap;}
	
	
.redes_footer_2 {
	position:relative;
	margin-left:20px;
	margin-right:20px;
}


.col_3 h1 {
	
	font-size:24px;
	
	
}


.col_3 p {
	
	font-size:14px;
	
	
}


.cx_col_55 {

	padding:5%;
	max-height:98%;
}



.col_caracteristicas {
	
	max-width:100%;
	
}



.col_500 {
width:100%;	
}


.cx_img_empre {
position:relative;
width:100%;
padding-bottom:80%;
}



.titulo_lote {
position:relative;
text-align:center;
}


.cx_texto_localiza {
	text-align:center !important;
	display:block;
	line-height:25px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;

	
	
}


.cx_texto_localiza img{
	margin:0 auto;
}


}






@media (max-width: 600px) {

.wrapper {
	width:90%;
	max-width:1280px ;
	position:relative;
	margin:0 auto;
}

.cx_texto_banner_home {
	max-width:100%;
}

.cx_texto_banner_home h1 {
	font-size:32px;
	line-height:34px;
	text-align:center;

}

.cx_texto_banner_home p {
	font-size:16px;
	line-height:18px;
text-align:center;
}

.botao_banner_home {
	margin:0 auto;
	font-size:14px;
	margin-top:30px;
	
	
}	
	.margin_fazer {
		margin-top:70px;
	}
	
	
.fazer {
	position:relative;
	width:100%;
	color:#fff;
	margin-left:0%;
	margin-top:20px;
}

.cx_1 {

max-width:85%;

	
}


.texto_cx_1 {

font-size:14px;
line-height:16px;
	
}

.cx_1 img {
position:relative;
display:block;
margin:0 auto;
max-width:160px;
margin-bottom:30px;
}



.sessao2 {

margin-top:-30px;
background-size:960px;
height:700px;


	
}


.cx_2 {
	height:auto;
	
}


.col_3 {
	width:100%;
	margin-bottom:20px;
}



.col_3 h1 {
	
	font-size:28px;
	
	
}


.col_3 p {
	
	font-size:16px;
	
	
}


.botao1 {
	margin-top:20px;
}



.cx_detalhes {
	position:absolute;
	bottom:0px;
	width:100%;
	max-width:180px;
	
	background-color:#fff;
	left:50%;
	margin-left:-90px;
	padding:30px;
	padding-top:15px;
	padding-bottom:15px;
}

.cx_detalhes h1  {
position:relative;
text-align:center;
font-size:20px;
line-height:20px;
margin:0px;
padding:0px;
color:#191D2E;	
	
}


.cx_detalhes p  {
position:relative;
text-align:center;
font-size:14px;
margin:0px;
padding:0px;
color:#A4A4A4;
font-weight:200;
margin-top:5px;
	
	
}

.centro {
	text-align:center;
}



.cx_col_5_1 {
max-width:100%;

}

.cx_1_1 {
max-width:88%;
padding-bottom:40px;
padding-top:20px;

}

.col_7 h1 {
	
	text-align:center;
	margin:0 auto;

}


.col_7 p {
	text-align:center;
}


.botao3 {
	margin:0 auto;
	margin-top:40px;

}

.cx_3 h3, .cx_3 h1 {
	text-align:center;
}

.cx_3 h1 {
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
}

.bg_11 {
background-image:url(images/bg-4.png);
background-repeat:no-repeat;
background-position:top left;
background-size: 840px;

}


.mobile-menu {
	width:100%;


}


<script src="https://cdn.appfacilita.com/static/facilita-whatsapp/whatsapp-lead-capture.min.js"></script> <whatsapp-lead-capture instance="vendasmf" token="7a913b44cf38319e439a4b25697a55f1" token-user="eyJpdiI6IktDMVorRWVhRzhtYzB0RzFJY2xSaVE9PSIsInZhbHVlIjoiUUQralZCdFZtdlk1Nm5iaXR0dVJQbkRuenNUcXZXOVNYXC9Qd0FidFwvMUJ6RUVBV1RwME1lRjR2a1hjK0h1RVVkSzFJQ2FDNitNeVlhdTJLSGRKMzRIaFZsWEVRZ2dCaldhbEJ4VkFjejNlTT0iLCJtYWMiOiI3NWVmNjRhNTM5YTQ1YWFlMzZkODFiNzQ4NmI2Njk3NjY1ZDI1MTBmYWE4NmU5YjRhOWRhMDJiMDg3MzBkODU0In0=" alert-messages="Fale //teste//res" multi-channels="{'id':10,'name':'WPP | SITE','label':'WPP | SITE'}"/>