#par1{
	position: relative;
	height: 540px;

}

.img-um{
	width: 75%;
	position: relative;
	top: 150px;
	z-index: 1;
	
}
#layout{
	overflow: hidden;
}

/* parte menu */
#par2{
	position: relative;
	background-color: #212121;
	padding-top: 10rem;
}
#par2 h1{
	margin-top: 1rem;
}
#par2 ul li{
	display: inline-block;
	padding: 3rem 0;
}
.space-left{
	margin-left: 2rem;
}
#par2 ul li a{
	font-family: swis721-light;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1rem;

	color: #dadada;

}


#par2 ul li a:hover{
	color: #ee730d;
}

/* banner pre lançamento */

.parte-banner{
	padding-top:2rem;
	padding-bottom: 4rem;
}
	
.btn-empre{
	text-transform: uppercase;
	display: inline-block;
	background-color: #ee730d;
	color: #e4e4e4;
	border: 1px solid #ee730d;
	margin-bottom: 1rem;
	cursor: context-menu;
}

.banner-pre{
	display: block;
	width: 70%;
}
.banner-texto-um{
	padding-top: 3rem;
	font-family: vogue;
	font-size: 4.5rem;
	letter-spacing: .35rem;
}
.banner-texto-dois{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.btn-normal{
	text-transform: uppercase;
	padding: 1rem 1.5rem;
	display: inline-block;
	background-color: transparent;
	color: #e4e4e4;
	border: 1px solid #ee730d;
}

.btn-normal:hover{
	background-color: #ee730d;
	color: #e4e4e4;
	border: 1px solid #ee730d;
}

/* empreendimentos */

.slide-container, .carousel{
width: 100%;
}
.primeiro-emp, .segundo-emp{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 3rem 0;
	width: 100%;
}
.primeiro-emp{
	background-color: #212121;
}
.flex-emp{
	flex: 1;
}
.img-emp{
	width: 90%;
}
.par-texto{
	position: relative;
	margin-top: 7.5rem;
	margin-left: 4rem;
}
.non{
	position: absolute;
	top: 25px;
	left: -17%;
	margin-top: -7.5rem;
	margin-left: -4rem;
	padding: .7rem 2rem;
	text-transform: uppercase;
	background-color: #ee730d;
	color: #e4e4e4;
	border: 1px solid #ee730d;
	letter-spacing: .15rem;
	cursor: context-menu;
}

.titulo-emp{
	font-family: vogue;
	font-size: 4rem;
	letter-spacing: .35rem;
}
.sub-emp{
	text-transform: uppercase;
	color: #ee730d;
	margin-top: 1rem;
}
.texto-emp{
	text-transform: uppercase;
	margin-top: 2rem;	
}
.img-pet{
	margin-top: 2rem;
	display: inline-block;
	width: 5%;
}
.texto-pet{
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	top: -25px;
	left: 15px;

}
.btn-visite{
	margin-left: 2rem;
}

/* controler dos botões */

.controlBanner{
	position: relative;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 12rem;
	
}
.bottomBar{
	display: inline-block;
	color: #dadada;
	font-size: 2rem;
	letter-spacing: .15rem;
	margin-right: 1.6rem;
	cursor: pointer;

}
.trav-menu{
	position: relative;
	top: -8px;
	display: inline-block;
	background: #ee730d;
	width: 45px;
	height: 3px;
	margin-left: .4rem;/* 
	margin-right: 1.6rem; */
}
.ative{
	color: #ee730d;
}
.teste{
	width: 100%;
	height: 300px;
	background-color: white;
}

@media (max-width: 1680px) and (max-height: 1050px){
	#par1{
		height: 440px;
	}

	.img-um{
		top: 125px;
	}
	#par2 ul li a{
		font-size: .9rem;
	}
	.banner-texto-um{
		font-size: 4.2rem;
	}
	.img-emp{
		width: 98%;
	}
	.non{
		margin-top: -5.5rem;
	}
	.par-texto{
		margin-top: 5.5rem;
		margin-left: 6rem;
	}
	.titulo-emp{
		font-size: 3.8rem;
	}
	.controlBanner{
		padding-bottom: 7rem;
	}
}
@media (max-width: 1600px) and (max-height: 900px){
	#par1{
		height: 410px;
	}

	.img-um{
		top: 120px;
		width: 74%;
	}
	#par2 ul li{
		padding: 2rem  0;
	}
	.banner-texto-um{
		font-size: 4rem;
	}
	.parte-banner{
		padding-bottom: 3rem;
	}	
}
@media (max-width: 1440px) and (max-height: 900px){
	#par1{
		height: 390px;
	}
	#par2{
		padding-top: 8rem;
	}
	.banner-texto-um{
		font-size: 3.8rem;
	}
	
	.titulo-emp{
		font-size: 3.2rem;
	}
	.par-texto{
		margin-right: -8rem;
	}
}
@media (max-width: 1366px) and (max-height: 768px){
	#par1{
		height: 360px;
	}
	.img-um{
		top: 110px;
	}
	#par2 ul li a{
		font-size: .8rem;
	}
	.banner-texto-um{
		font-size: 3.5rem;
	}
	
	.titulo-emp{
		font-size: 2.9rem;
	}
	.texto-emp{
		margin-top: 1.5rem;
		line-height: 1rem;
	}
	.bottomBar{
		font-size: 1.7rem;
	}
}
@media (max-width: 1280px) and (max-height: 720px){
	.remove-br{
		display: none;
	}
	#par1{
		height: 320px;
	}
	.img-um{
		top: 100px;
	}
	#par2 ul li{
		padding: 1rem  0 2rem 0;
	}
	.banner-texto-um{
		padding-top: 1.8rem;
		font-size: 3.1rem;
	}
	.banner-texto-dois{
		padding-top: 1rem;
		font-size: .8rem;
		padding-bottom: 1rem;
	}
	.texto-emp{
		margin-top: .7rem;	
	}
	.titulo-emp{
		font-size: 2.5rem;
	}
	.controlBanner{
		padding-top: 1.6rem;
		padding-bottom: 5rem;
	}
}
@media (max-width: 1024px) and (max-height: 768px){
	#par1{
		height: 250px;
	}
	#layout h1{
		letter-spacing: .3rem;
	}
	.img-um{
		top: 90px;
	}
	#par2 ul li a{
		font-size: .7rem;
	}
	#par2 ul li{
		padding: .7rem  0 1.7rem 0;
	}
	.banner-texto-um{
		padding-top: 1.8rem;
		font-size: 2.5rem;
	}
	.banner-texto-dois{
		padding-top: 1rem;
		font-size: .65rem;
		padding-bottom: 1rem;
	}
	.texto-emp{
		margin-top: .7rem;	
	}
	.titulo-emp{
		font-size: 1.7rem;
	}
	.sub-emp{
		margin-top: 0;
	}
	.texto-emp{
		font-size:.55rem;
		line-height: .8rem;
		margin-top: .4rem;	
	}
	.controlBanner{
		padding-top: 1.3rem;
		padding-bottom: 4rem;
	}
	.bottomBar{
		font-size: 1.5rem;
	}
}