*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
	outline:none;
}

body{
	font-family: 'commuters-sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #213b39;
	background:#fff;
}

.myriad{
	font-family: 'myriad-pro', sans-serif;
	font-weight: 400;
	font-style: normal;
}

a{
	text-decoration: none;
	color:#213b39;
}

a:hover{
	text-decoration: none;
	color:#000;
}

h1{
	font-size:18px;
	font-weight:700;
	margin:0;
	padding:0;
}

.light{
	font-weight: 200;
}

.normal{
	font-weight: 300;
}

.normal2{
	font-weight: 400;
}

.destaque{
	font-weight: 500;
}

.bold{
	font-weight: 700;
}

.underline{
	text-decoration:underline;
}

.center{
	text-align: center;
}

.justify{
	text-align: justify;
}

.clear{
	clear:both;	
}

.vmiddle{
	vertical-align:middle;	
}

.m0{ margin:0; }
.p0{ padding:0; }
.p-5{ padding:5px; }
.p-10{ padding:10px; }
.p-20{ padding:20px; }
.pt-10{ padding-top:10px; }
.pb-10{ padding-bottom:10px; }
.pt-20{ padding-top:20px; }
.pb-20{ padding-bottom:20px; }
.pt-30{ padding-top:30px; }
.pb-30{ padding-bottom:30px; }
.pt-40{ padding-top:40px; }
.pb-40{ padding-bottom:40px; }
.pt-60{ padding-top:60px; }
.pb-60{ padding-bottom:60px; }
.pt-80{ padding-top:80px; }
.pb-80{ padding-bottom:80px; }
.pt-90{ padding-top:90px; }
.pb-90{ padding-bottom:90px; }
.pt-120{ padding-top:120px; }
.pb-120{ padding-bottom:120px; }
.mt-5{ margin-top:5px; }
.mb-5{ margin-bottom:5px; }
.mt-10{ margin-top:10px; }
.mb-10{ margin-bottom:10px; }
.mt-20{ margin-top:20px; }
.mb-20{ margin-bottom:20px; }
.mr-20{ margin-right:20px; }
.mt-30{ margin-top:30px; }
.mb-30{ margin-bottom:30px; }
.mt-40{ margin-top:40px; }
.mb-40{ margin-bottom:40px; }
.mt-60{ margin-top:60px; }
.mb-60{ margin-bottom:60px; }

.f10{ font-size:10px; }
.f11{ font-size:11px; }
.f12{ font-size:12px; }
.f13{ font-size:13px; }
.f14{ font-size:14px; }
.f15{ font-size:15px; }
.f16{ font-size:16px; }
.f18{ font-size:18px; }
.f20{ font-size:20px; }
.f24{ font-size:24px; }
.f26{ font-size:26px; }
.f30{ font-size:30px; }
.f36{ font-size:36px; }
.f40{ font-size:40px; }
.f50{ font-size:50px; }
.f50-2{ font-size:50px; }
.f80{ font-size:80px; }

.branco{
	color:#fff;
}

.preto{
	color:#000;
}

.verde{
	color:#2fab76;
}

.verde-2{
	color:#213b39;
}

.vermelho{
	color:#ff0000;
}

.cinza{
	color:#666;
}

.cinza2{
	color:#999;
}

.arreia{
	color:#ebe4de;
}

.italic{
	font-style:italic;
}

.center{
	text-align:center;
}

.textRight{
	text-align:right;
}

.underline{
	text-decoration:underline;
}

.uppercase{
	text-transform:uppercase;	
}

.riscado{
	text-decoration:line-through;
}

.vmiddle{
	vertical-align:middle;
}

.nounderline:hover{
	text-decoration:none;
}

.alpha{ transition: all 0.3s; }
.alpha:hover{
	opacity: .7;
    filter: alpha(opacity = 70);
	transition: all 0.3s;
}

.line{
	margin:10px 0;
	border-bottom:2px solid #ebebeb;
}

.left{
	float:left;
}

.right{
	float:right;
}

.noborder{
	border:0
}

.form-control{
	height: 46px;
	padding: 12px 12px;
	border: none;
	background: #f8f8f8
}

.btn-site{
	background: #ebe4de;
	border-radius: 25px;
	padding: 10px 25px;
	transition: all 0.3s;
	color: #213b39;
	font-weight: 500;
}

.btn-site.bt-branco{ background: #fff; border: 1px solid #36aa77; }
.btn-site.bt-branco:hover{ background: #36aa77; color: #ebe4de; }

.btn-site:hover{ background: #D8D2CC; transition: all 0.3s; }
.btn-site.bt-branco.active{ background: #36aa77; }

.btn-site.bg-verde:hover{ background: #36aa77; }

.seta{ font-size: 40px; }

.quem_somos .left{
	width:49%;
	float:left;
	margin-right: 1%;
}

.quem_somos .right{
	width:49%;
	float:right;
	margin-left: 1%;
}

.quem_somos .esconde{ display: none; }
.perguntas a{ color: #36aa77; }

/*ESTRUTURA DO SITE*/
header#topo{
	width:100%;
	padding:0px;
	background:#ebe4de;
}

header#topo .topo{
	
}

header#topo .logo{
	float:left;
	margin:30px 0;
}

header#topo .topo-right{
	float:right;
	width: 60%;
	padding:10px 0;
}

header#topo .midias{
	float:right;
	margin-top: 10px;
}

header#topo a .mid{ background:#2fab76; color:#fff; border: 0; }
header#topo a:hover .mid{ color:#213b39; }

header#topo .topo-right a{
	color:#213b39;
	transition: all 0.3s;
}

header#topo .topo-right a:hover{
	color:#2fab76;
	transition: all 0.3s;
}

header#topo .area_menu{
	float:right;
	padding:0;
	margin-top: 25px;
}

header#topo nav.menu ul{
	padding:0;
	margin:auto;
	display:table;
	margin:0px;
}

header#topo nav.menu ul li{
	float:left;
	margin-left:30px;
	padding-bottom:0;
	border-bottom:0;
	transition: all 0.3s;
}

header#topo nav.menu ul li a{
	color:#333;
	font-size:13px;
	font-weight: 300;
}

header#topo nav.menu ul li:hover, header#topo nav.menu ul li.active a{
	color: #2fab76;
	transition: all 0.3s;
}

/*menu dropdown*/
header#topo nav.menu ul li ul{
	border:1px solid #fff;
	margin-top:5px;
	position:absolute;
	z-index:9999999999999999999999;
		visibility:hidden;
		opacity:0;
		transition:visibility 0s linear 0.5s,opacity 0.5s linear;
		z-index:999999999;
}

header#topo nav.menu ul li ul li{
	background:#dedede;
	float:none;
	padding:5px 10px 5px 5px;
	margin:0;
	text-align:left;
	width:100%;
	max-width:250px;
}

header#topo nav.menu ul li ul li:hover, header#topo nav.menu ul li ul li.active{ border:0; background:#ccc }

header#topo nav.menu ul li ul li a, header#topo nav.menu ul li:hover ul li a, header#topo nav.menu ul li.active ul li a{
	color:#333;
	border-bottom:0;
}

header#topo nav.menu ul li ul li:hover a{
	color:#000;
}

header#topo nav.menu ul li:hover ul{
	opacity:1;
	transition-delay:0s;
	visibility:visible;
}

/*menu mobile*/
header#topo .menu-mobile{ position: absolute; top:20px; left:10px; float: left; display: none; }

header#topo #menu-mobile{ background: #213b39; }
header#topo #menu-mobile a{ color: #fff; }
header#topo #menu-mobile li{ font-size: 300; }
header#topo #menu-mobile li ul{ display:none; background: #2fab76; border:0; box-shadow: none; }
header#topo #menu-mobile li:hover ul, header#topo #menu-mobile li.active ul{ display:block; background: #2fab76; }
header#topo #menu-mobile .collapsible-header{ background: #2fab76; padding: 0; margin: 0; border:0; width:100%; }
header#topo #menu-mobile .collapsible-body{ padding: 0; margin: 0; border:0; width:100%; }
header#topo #menu-mobile li ul li:hover ul{ display:block; background: #2fab76; }
header#topo #menu-mobile li{ border: 0; margin: 0; }
header#topo #menu-mobile li a:hover, header#topo #menu-mobile li.active{ background: #2fab76; }
header#topo #menu-mobile li ul li.active, header#topo #menu-mobile li ul li:hover a{ display:block; background: #333; }
header#topo #menu-mobile li ul li .sub{ display:none; }
header#topo #menu-mobile li ul li:hover .sub{ display:block; }
header#topo #menu-mobile li i{ color: #fff; margin: 0; padding: 0 }
header#topo #menu-mobile li:last-child a{ width: 25%; float: left; text-align: center }
header#topo #menu-mobile li:last-child a .mid{ display: table; width: 50px; margin-top: 10px; }
header#topo #menu-mobile li:last-child a:hover{ background: #213b39; }
header#topo #menu-mobile li:last-child i:hover{ color: #213b39; }

.w1300{ 
	max-width:1280px;
	padding:0 10px;
	margin:auto;
}

.w1200{ 
	max-width:1140px;
	padding:0 10px;
	margin:auto;
}

.w2{
	float:left;
	width:50%;
}

.w3{
	float:left;
	width:28.33%;
	margin:0 2.5%;
}

.w4{
	float:left;
	width:20.33%;
	margin:0 2.5%;
}

.w5{
	float:left;
	width:18%;
	margin:0 1%;
	text-align:center;
}

.i90{
	float:left;
	width:88%;
	margin-left: 2%;
}

.i75{
	float:left;
	width:75%;
}

.i75-2{
	float:left;
	width:73%;
	margin-left: 2%;
}

.i75-3{
	float:left;
	width:74%;
	margin-right: 1%;
}

.i60{
	float:left;
	width:60%;
}

.i60-2{
	float:left;
	width:56%;
	margin-right:4%;
}

.i50{
	float:left;
	width:50%;
}

.i50-2{
	float:left;
	width:49%;
	margin-left:1%;
}

.i50-3{
	float:left;
	width:48%;
	margin-left:2%;
}

.i50-4{
	float:left;
	width:48%;
	margin-right:2%;
}

.i40{
	float:left;
	width:39%;
	margin-left:1%;
}

.i35{
	float:left;
	width:34%;
	margin-right:1%;
}

.i30{
	float:left;
	width:30%;
}

.i33{
	float:left;
	width:32.33%;
	margin-right:1%;
}

.i33-2{
	float:left;
	width:33.33%;
}

.i25{
	float:left;
	width:24%;
	margin-left:1%;
}

.i25-2{
	float:left;
	width:25%;
}

.i20{
	float:left;
	width:19%;
	margin-left:1%;
}

.i10{
	float:left;
	width:10%;
}

.i25-2 .active, .i25-2 a:hover{ text-decoration: underline; }

.flex{ display: flex; align-items: center; justify-content: center; }

.bg-cinza{
	background: #f9f9f9;
}

.bg-verde{
	background: #213b39;
}

.bg-verde-2{
	background: #36aa77;
}

.bg-arreia{
	background: #ebe4de;
}

.bg-entregues{
	background-image: url(../imagens/bg-entregues.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.min-550{ min-width: 550px }

.icone{
	background-image: url(../imagens/bg-rodape.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.video{
	width:100%;
	height:69vh;
}

.video-2{
	width:100%;
	height:33vh;
}

.alert{
	width:100%;
	position:absolute;
	top:20px;
	z-index:999999999999999999999999999999999999999999999999999;
	text-align:center;
	display:none;
}

/*JANELA POLITICAS DE PRIVACIDADES*/
.janela_politicas{
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	background: #000;
	padding: 10px;
}

.janela_politicas a{ color: #fff; text-decoration: underline; }
.janela_politicas a:hover{ color: #dedede; }

.janela_politicas .aceite-politicas{
	float: left;
	margin-top: 10px;
}

.janela_politicas .btn-concordar{
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 15px;
	float: right;
	text-decoration: none;
	cursor: pointer;
}

.janela_politicas .btn-concordar:hover{
	border: 1px solid #dedede;
	color: #dedede;
}

.empreendimentos .item{
	position: relative;
	float: left;
	width: 30.33%;
	margin: 20px 1.5%;
}

.empreendimentos .item .img{
	width: 100%;
	height: 225px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

.empreendimentos .tag{
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: rgba(10,10,10,0.7);
	border-radius: 12px 0;
	padding: 3px 10px;
}

.novidades .item{
	float: left;
	width: 30.33%;
	margin: 20px 1.5%;
}

.novidades .item.tambem{ width: 32.33%; margin: 20px 0.5%; }

.novidades .item .img{
	width: 100%;
	height: 225px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

.novidades .item .img img{ height:100%; }

.novidades .item .dados{
	min-height: 370px;
}

.novidades .item .titulo{
	min-height: 120px;
}

.novidade p{ padding: 10px 0; }
.novidade a{ color:#2fab76; }

.borda{ border: 1px solid #dedede; box-shadow: 0 0 10px 4px rgb(222, 222, 222); transition: all 0.3s; }
.borda:hover{ box-shadow: 0 0 10px 8px rgb(222, 222, 222); transition: all 0.3s; }

.oculta{ display: table; }

/*RODAPE*/
footer#rodape{
	background-image: url(../imagens/bg-rodape.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-color:#213b39;
	padding:0 10px;
}

footer#rodape .midias a .mid{ background:#fff; color:#213b39; border: 0; transition: all 0.3s; }
footer#rodape .midias a:hover .mid{
	transform: scale(1.1);
	transition: all 0.3s;
}

footer#rodape .footer{
	padding:60px 0;
}

footer#rodape .footer .logo_rodape{
	float:left;
	width:30%;
	margin-right: 2%;
}

footer#rodape .footer .infos_rodape{
	float:left;
	width:30%;
	margin: 0 2%;
	border-left: 1px #ebe4de dashed;
}

footer#rodape .footer .infos_rodape ul{ padding: 10px 0; }

footer#rodape .footer .infos_rodape ul li{
	padding: 5px 0 5px 30px;
	color: #ebe4de;
}

footer#rodape .footer .midias{
	float:left;
	width:34%;
}

footer#rodape .assinatura{
	padding:10px 0 20px 0;
}

footer#rodape a, footer#rodape a:hover{ color: #ebe4de; }

.banners{
}

.banners .slide_text {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 50%;
  	transform: translateY(-50%);
	padding-right: 15%;
}
.banners .text{ display: table; float: left; font-size: 30px; text-align: left; padding: 10px 20px; background: #f6dc5b }

#divErro, #divRetorno{ position: fixed; }

@media (max-width: 1300px) {
	header#topo .topo-right{ width: 65%; }
}

@media (max-width: 1200px) {
	.janela_politicas .aceite-politicas{ width: 80%; margin-top: 0; }
	
	.w1200{ 
		max-width:auto;
	}

	.min-550{ min-width: 350px }

	header#topo .logo{ width: 30%; }
	
	header#topo .topo-right{ width: 70%; }
	
	header#topo nav.menu ul li{ margin-left:25px; }
}

@media (max-width: 1100px) {
	header#topo nav.menu ul li{ margin-left:20px; }

	.video-2{ height:26vh; }

	.empreendimentos .item .img{ height: 200px; }
}

@media (max-width: 1023px) {
	.janela_politicas .aceite-politicas{ width: 75%; margin-top: 0; }

	.w5{
		width:29.33%;
		margin:10px 2% 20px 2%;
	}
	
	.w3{
		float:left;
		width:31.33%;
		margin:0 1%;
	}

	.empreendimentos .item .img{ height: 175px; }
	
	.entregues .i25-2{ width: 33.33%; }
	
	.i75-2{ width:70%; }
	.i25-2{ width:28%; }
}

@media (max-width: 900px) {
	header#topo nav.menu, header#topo .midias{ display:none; }
	header#topo .menu-mobile{ display: block; }
	header#topo .topo-right .midias{
		text-align:center;
	}
	
	header#topo .logo{
		float:none;
		width:100%;
		margin: auto;
		padding:40px 0 10px 0;
		text-align:center;
	}
	
	header#topo .topo-right{
		margin:0px;
		width:100%;
		padding:10px;
	}
	
	header#topo .area_menu{
		margin-top:0;
	}

	.empreendimentos .item{ width: 47%; }
	.home .empreendimentos .item:last-child{ display: none; }

	.empreendimentos .item .img{ height: 250px; }
	
	.janela_politicas .aceite-politicas{ width: 70%; margin-top: 0; }
	
	.w3{
		width:46%;
	}
	
	.novidades .item .dados{ min-height: 460px; }
	.novidades .item.tambem{ width: 49%; }
}

@media (max-width: 800px) {
	footer#rodape .footer .logo_rodape, footer#rodape .footer .infos_rodape, footer#rodape .footer .midias{
		float:none;
		width:100%;
		padding: 10px 0;
		margin: 10px 0;
	}
	footer#rodape .footer .logo_rodape{ text-align: center}

	.flex{ display: block; }
	.titulos .left{ float: none; }
	.titulos .right{ float: none; margin-top: 30px }
	
	.quem_somos .right, .quem_somos .left{
		width:100%;
		float:none;
		margin: 40px 0;
	}
	
	.quem_somos .esconde{ display: block; }
	.quem_somos .mostra{ display: none; }

	.video-2{ height:50vh; }
	
	.w5{
		width:44%;
		margin:10px 3% 20px 3%;
	}
	
	.i75, .i75-2, .i75-3, .i60, .i60-2, .i50, .i50-2, .i50-3, .i50-4, .i40, .i33, .i33-2, .i30, .i25, .i25-2, .i20{
		float:none;
		width:100%;
		margin-left:0;
		margin-right:0;
	}

	.empreendimentos .item .img{ height: 200px; }
	
	.infra.flex{ display: flex; align-items: center; justify-content: center; }
	.infra.i50-3{ float:left; width:48%; margin-left:2%; }
	.infra.i50-3 .i25{ float:left; width:25%; }
	.infra.i50-3 .i75{ float:left; width:75%; }
	
	.w3{
		float:none;
		width:100%;
		margin:0;
	}
	
	.novidades .item{ width: 47%; }
	.novidades .item .dados{ min-height: 420px; }
	
	.entregues .i25-2{ float: left; width: 50%; }
	
	.janela_politicas{ text-align: center; padding: 10px 10px 20px 10px; }
	.janela_politicas .aceite-politicas{ width: 100%; margin-bottom: 15px; }
	.janela_politicas .btn-concordar{ float: none; }
	
	.banners .text{ font-size: 18px; }
}

@media screen and (max-width: 650px) {
	.novidades .item .dados{ min-height: 450px; }

	.empreendimentos .item{ width: 97%; }
	.home .empreendimentos .item:last-child{ display: block; }

	.empreendimentos .item .img{ height: 30vh; }
}

@media screen and (max-width: 550px) {
	.w2{ width:100% }
	
	.f50{ font-size:20px; }
	
	.icone .f50{ font-size:36px; }

	.w5{
		width:90%;
		margin:10px 5% 20px 5%;
	}
	
	.entregues .i25-2{ float: left; width: 100%; }
	
	.infra.i50-3{ float:none; width:100%; margin:0%; }
	.infra.i50-3 .i25{ float:left; width:25%; }
	.infra.i50-3 .i75{ float:left; width:75%; }
	
	.video-2{ height:30vh; }
	
	.video{
		width:100%;
		height:30vh;
	}

	.oculta{ display: none; }
	
	.novidades .item{ width: 100%; margin: 40px 0%; }
	.novidades .item.tambem{ width: 100%; margin: 20px 0%; }
	.novidades .item .img{ height: 300px; }
	.novidades .item .img img{ height:auto; }
	.novidades .item .dados{ min-height: auto; }
}

@media screen and (max-width: 460px) {
	.f50{ font-size:16px; }
	.f50-2{ font-size:40px; }
}
