@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	scroll-behavior: smooth;
	overflow-x:  hidden;
	width:  100%;
	max-width:  100%;
	color: #424242;
}

a {
	text-decoration: none;
}

.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}


.text-verde {
	color: #B0B7A7 !important;
}
.bg-verde {
	background-color: #B0B7A7;
}
.text-azul {
	color: #001e41;
}
.bg-azul {
	background-color: #001840;
}
.text-black {
	color: #0c0905;
}
.bg-black {
	background-color: #0c0905;
}
.bg-cinza {
	background-color: #e2dfdd;
}
.text-justify {
	text-align: justify;
}
.round {
	border-radius: 25px;
}
.btn-cinza {
	background-color: #ededea;
	color: #001e41;
	font-size: 0.85em;
	font-weight: 500;
}
.btn-cinza:hover {
	background-color: #001e41 !important;
	color: #ededea !important;
}




.topo, .titulos, .residencial .capa {
	min-height: 100vh;
}
.residencial .titulos {
	position: absolute;
	top: 40%;
	left: 0;
}
.topo .capa {
	background-repeat: no-repeat;
	background-position: bottom center !important;
	background-size: cover !important;
}
.topo .capa h1 {
	font-size: 4em;
	margin: 0;
}
@media(min-width: 1200px) {
		.topo .capa h1 {
			font-size: 5em !important;
		}
}
.topo .detalhes {
	background: rgba(0, 0, 0, 0.75);
}
.topo .rodape {
	position: absolute;
	bottom: 80px;
	left: 0;
}
.topo .slides {
	position: absolute;
	bottom: 40px;
	left: 0;
}
@media( max-width: 768px) {
	.rodape .rounded-pill {
		border-radius: 25px !important;
	}
}



#empreendimentos .form-select, #empreendimentos .btn {
	background-color: transparent !important;
	border: 1px solid #B0B7A7;
	font-weight: 300;
	font-size: 0.85em;
	padding: 7px 18px;
	padding-bottom: 6px;
	color: #000000;
}
#empreendimentos .btn {
	background-image: url(../img/close.png);
	background-size: auto 25% !important;
	background-repeat: no-repeat;
	background-position: right 15px center !important;
	padding-right: 40px !important;
}
#empreendimentos .btn.down {
	background-image: url(../img/down.png);
	background-size: auto 50% !important;
}


.emp {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover !important;
	height: 38em;
	width: 100%;
	position: relative;
	text-decoration: none !important;
    transition: all 0.3s ease-in;
}
.emp:hover {
	transform: scale(1.05);
}
.emp .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.emp .info {
	z-index: 10;
}
#confira {
	margin-bottom: -19em;
}
@media (max-width: 768px) {
	#confira {
		margin-bottom: -10em;
	}
	.emp {
		height: 20em;
	}
	.emp p {
		font-size: 0.70em;
	}
	.emp h2 {
		font-size: 1.2em;
	}
	.emp h5 {
		font-size: 0.90em;
	}
}




#avaliacoes .avaliacoes {
	margin-top: -9em !important;
}
.mapa-logo {
	position: absolute;
	border-radius: 50%; 
	z-index: 10; 
	top: 38%; 
	left: 45%; 
	width: 150px; 
	height: 150px; 
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 80% auto !important;
}
@media (max-width: 768px) {
		#avaliacoes .avaliacoes {
				margin-top: -6em !important;
		}
		.mapa-logo {
			top: 32%;
			width: 80px; 
			height: 80px; 
		}
}







.owl-dots {
	position: absolute;
	bottom: 36px;
	left: 0;
	width: 100%;
	text-align: center;
}
.owl-dots .owl-dot span {
	border: none;
	background: #ffffff;
	width: 120px;
	height: 2px;
	display: block;
	margin: 0 15px;
}
.owl-dots .owl-dot.active span {
	background: #B0B7A7;
}
.owl-nav {
	position: absolute;
	bottom: 42%;
}
.owl-nav .img-nav {
	width: 50px !important;
}
.owl-nav .img-nav:hover, .owl-nav .disabled {
	opacity: 0.75;
}
.owl-nav .owl-prev {
	margin-right: 10px;
}

.owl-stage {
	display: flex;
	padding-left: 0px !important;
}

#sobre .owl-nav {
	right: 70px;
}
#lazer .owl-nav {
	right: 370px;
}

#lazer #imgs.owl-carousel img {
	object-fit: cover; 
	object-position: bottom center;
	width: 100%; 
	height: 100%;
}
#lazer #imgs.owl-carousel .owl-item {
	height: 90vh;
	max-height: 90vh;
}
@media (max-width: 768px) {
	.owl-nav .img-nav {
		width: 35px !important;
	}
	#sobre .owl-nav {
		right: 40%;
		bottom: -15px;
	}
}
	#lazer #imgs.owl-carousel img {
		width: 100%; 
		height: auto;
	}
	#lazer #imgs.owl-carousel .owl-item {
		height: auto;
		max-height: auto;
	}
}
.zoom .btn-close {
	position: fixed !important;
	top: 20px !important;
	right: 30px !important;
	font-size: 0.95em;
	padding: 17px;
	z-index: 20 !important;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	opacity: 1;
}
.zoom .owl-nav {
	position: fixed !important;
	right: 30px !important;
	bottom: 30px !important;
}




.titulo {
	font-size: 2em;
}

@media (max-width: 768px) {
	.titulo {
		font-size: 1.2em;
	}
}
.linha {
	background: rgba(0, 24, 64, 0.30);
	height: 2px;
	border: none;
}


#plantas ul li {
	padding: 10px 0;
	color: #92978c;
	padding-right: 10px;
}
#plantas ul li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 24, 64, 0.10);
}
#plantas .owl-nav {
	right: 100px;
	bottom: 0;
}
@media (max-width: 768px) {
	#plantas .owl-nav {
		right: 40%;
	}
}

@media (max-width: 768px) {
	#lazer .owl-nav {
		right: 40%;
		bottom: -15px;
	}
}
#lazer #imgs .owl-item {
	border-radius: 25px;
}
#lazer .owl-item .legenda {
	position: absolute;
	bottom: 85px;
	right: 50px;
	margin: 0;
	color: #ffffff;
}
#lazer #imgs .owl-item:after {
    content: '';
    position: absolute;
    width: 100%; 
    height: 100%;
    display: block;
    top: 0; 
    left: 0;
    opacity: 0;
    border-radius: 25px;
    cursor: pointer;
    background: rgba(0,0,0,0.8) url(../img/lupa.png) no-repeat center;
    background-size: 70px auto;
    transition: all 1s;
    -webkit-transition: all 1s;
}
#lazer #imgs .owl-item:hover:after {
    opacity: 1;
}



footer {
	background: #001840;
}
footer input {
	background: none;
	border: 1px solid #e2dfdd;
	color: #ffffff;
	border-radius: 5em;
	padding: 10px 20px;
	font-size: 0.85em;
	width: 100%;
	display: block;
	outline: none;
	box-shadow: none;
}
footer input::placeholder {
	color: rgba(255, 255, 255, 0.85);
}

footer input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.85);
}
footer .ico {
	width: 20px;
}



.navbar {
	background-color: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(15px);
}
.navbar .logo {
	height: 30px;
}
.navbar .navbar-toggler {
	font-size: 0.95em;
	border: none;
}
.navbar .navbar-toggler img {
	width: 35px;
	margin-left: 5px;
} 







.navbar-collapse {
	background: rgba(0, 24, 64, 0.90);
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.navbar .nav-item .nav-link {
	color: #fff !important;
	font-weight: 800;
	font-size: 2em;
}
.navbar .nav-item .nav-link:hover {
	animation: pulse 1s infinite;
	animation-timing-function: linear;  
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
}
.navbar .navbar-close {
	font-size: 3em;
	color: #ffffff;
	background: none;
	border: none;
}