@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap');

html {
	scroll-behavior: smooth;
	overflow-x:  hidden;
	width:  100%;
	max-width:  100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 600;
}
.font-weight-black {
	font-weight: 800;
}
.img-predio {
	height: 55vh;
	object-fit: cover;
}
@media(min-width:  769px) {
	.img-predio {
		height: 100vh;
		object-fit: cover;
	}
}


.galeria-onparis .carousel-inner img {
	height: 650px;
	object-fit: cover;
	object-position: center;
	touch-action: pan-right pinch-zoom;
}



.carousel-seta {
	background: rgba(94, 94, 99, 0.75) !important;
	color:  #fff;
	opacity:  0.75;
	padding:  5px;
	border-radius:  50%;
	width: 50px;
	height: 50px;
	top:  47%;
}
.carousel-seta.carousel-control-prev {
	left: 170px;
}
.carousel-seta.carousel-control-next {
	left:  inherit;
	right: 115px;
}
.navbar {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	transition: 0.55s all ease;
	z-index:  35;
}
.navbar.scrolled {
	background: rgba(0, 0, 0, 0.85) !important;
	padding: 0 !important;
}
.navbar-toggler {
	position: absolute;
	display:  block !important;
	visibility: visible;
	right:  0;
	top:  0;
	background:  #5e5e63;
	color:  #fff;
	border:  none;
	border-radius:  0;
	height:  80px;
	width:  100px;
	font-size:  35px;
	z-index:  50;
}


.ico-video {
	position: absolute;
	top:  -42.5px;
	left:  calc(50% - 42.5px);
	width: 85px;
	display: block;
	margin:  0 auto;
}

.galeria-onparis .carousel-control-prev {
	left:  -10%;
	opacity:  1;
}
.galeria-onparis .carousel-control-next {
	right:  -10%;
	opacity:  1;
}

.galeria-onparis .carousel-item {
	position: relative;
}

.galeria-onparis h6 {
	text-align:  center;
	font-weight:  bold;
	font-size:  11px;
	color:  #ffffff;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.60) 100%);
	padding: 15px 0;
	position: absolute;
	bottom:  -10px;
	display:  block;
	width:  100%;
}


#galerias .nav-link {
	color:  #000;
	font-size:  11px;
}
#galerias .nav-link.active {
	color:  #0a84bd;
	border:  1px solid #0a84bd;
	background: none;
	border-radius:  2em;
}
.areas-lazer {
	font-size: 25px !important;
}
ol { counter-reset: item; }
ol li { display: block; margin-bottom: 17px; }
ol li:before {
    content: "/" counter(item) "/";
    counter-increment: item;
    color: #737373;
    display:  inline-block;
    width: 60px;
}
.fotos-lazer-comum img {
	height: 300px;
	object-fit: cover;
	object-position: center;
}
@media(max-width: 768px) {

	.fotos-lazer-comum img {
		height: 80px;
	}
	ol li { display: block; margin-bottom: 7px; }
	ol li:before {
		width:  28px;
	}
	.areas-lazer {
		font-size: 13px !important;
	}
	.galeria-onparis .carousel-inner img {
		height: 200px;
	}
	.galeria-onparis .carousel-control-prev {
		left:  -15%;
	}
	.galeria-onparis .carousel-control-next {
		right:  -15%;
	}
	.navbar {
		position: relative;
		background: #151517;
	}
    .navbar .nav-item {
    	margin-top: 20px;
    }
}

.navbar .navbar-brand img {
	height: 80px;
}
.navbar .nav-item:not(:last-child) {
	margin-right: 2em;
}
.navbar .nav-link {
	font-size: 1em;
	font-weight: bold;
	white-space: nowrap;
	transition: 0.55s all ease;
}
.navbar .nav-link:hover {
	color: #6c6c6c !important;
}

.navbar .login img {
	height: 18px;
	vertical-align: middle;
}

#menu {
	position: fixed;
	top:  0;
	left:  0;
	width:  100%;
	height:  100vh;
	background:  rgba(0,0,0,0.90);
	z-index: 31;
}
#menu a {
	font-size: 35px;
}
#menu .login img {
	height: 30px;
	vertical-align: middle;
}


a:hover {
	text-decoration: none;
}

.form-azul input {
	border-width: 2px;
}
.form-azul .btn {
	background: #173650;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 2px;
}

.btn-azul-outline {
	border: 2px solid #64a9e2;
	color: #64a9e2;
	font-weight: 700;
	font-size: 0.70em;
	text-decoration: none !important;
}
.btn-azul-outline:hover {
	color: #ffffff;
	background: #64a9e2 !important;
}
.bg-light {
	background-color: #dcdcdc !important;
}
.bg-dark {
	background-color: #272727 !important;
}
.bg-dark-light {
	background-color: #383838 !important;
}
.bg-black {
	background-color: #151517;
}
.bg-gray {
	background-color: #cdcdcd;
}
.bg-navy {
	background-color: #173650;
}
.text-navy {
	color: #173650;
}
.text-spacing {
	letter-spacing: 2px;
}
.text-spacing-4 {
	letter-spacing: 4px;
}
.text-azul {
	color: #76d1e4 !important;
}
.text-gray {
	color: #9ba7b2 !important;
}
.text-silver {
	color: #818181 !important;
}


.barra-contato {
	line-height:  1em;
	font-size: 0.90em;
}


.sobre-nums {
	background: url(../img/sobre-nums-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.trabalhe {
	background: url(../img/trabalhe-bg.jpg) repeat-y;
	background-size: cover;
	background-position: center;
}
#empreendimentos, .bg-localiza {
	background: url(../img/empreendimentos-bg.jpg) repeat-y;
	background-size: cover;
	background-position: center;
}
.empreendimentos-interna {
	background: url(../img/emps-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.empreendimento {
	background: #383838 url(../img/emp-bg.jpg) no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
.emp-dados .col-lg-4:not(:first-child) {
	border-left:  1px solid #6f6f6f;
}

.emp-fotos.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.emp-fotos .owl-item {
	position: relative;
	z-index:  10;
}
.emp-fotos .owl-item img {
	object-fit: cover;
	object-position: center;
	height:  60vh;
}
.emp-fotos .owl-item.center {
	display: block;
	z-index:  20;
}
.emp-fotos .owl-item.center img {
	transform: scale(1.6);
	height:  70vh;
}



.zoom-comum {
	display: block;
	height:  0;
	padding-bottom: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

#plantas .control {
	position: relative;
	font-size: 10px;
	background: #5c5c61;
	padding: 14px 17px;
	width:  40px;
	height:  40px;
	display: inline-block;
	border-radius:  50%;
}


#sobre {
	background: url(../img/sobre-bg.jpg) repeat-y;
	background-size: cover;
	background-position: center;
}
#video {
	background: url(../img/video-bg.jpg) repeat-y;
	background-size: cover;
	background-position: center;
}
.footer {
	background: url(../img/footer-bg.jpg) repeat-y;
	background-size: cover;
	background-position: center;
}
.footer-2 {
	background: url(../img/footer-bg-2.jpg) repeat-y;
	background-size: cover;
	background-position: center;
}
#contato {
	background: url(../img/contato-bg.jpg) repeat-y;
	background-size: cover;
	background-position: center;
}
#contato .form-control {
	background: #444444;
	color:  #fff;
	text-align: center;
	border:  none !important;
	outline:  none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	letter-spacing: 1.5px;
}
#contato .btn {
	background: #444444;
	color:  #fff;
}
.contato .form-control {
	background: #3b3b3c;
	color:  #fff;
	border:  none !important;
	outline:  none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	letter-spacing: 1.5px;
}
.contato .btn {
	background: #6b6b6b;
	color:  #fff;
}
.trabalhe .form-control {
	background: rgba(0,0,0,0.65);
	color:  #fff;
	text-align: center;
	border:  none !important;
	outline:  none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	letter-spacing: 1.5px;
}
.trabalhe .btn {
	background: none;
	color:  #fff;
	font-weight:  bold;
}





.onparis-novo {
	position: relative;
	background: #000 url(../img/bg-onparis-novo.jpg) no-repeat;
	background-position: bottom center;
	background-size: cover;
	height:  100vh;
	min-height:  100vh;
}

.onparis-novo .margem-superior {
	position: absolute;
	right:  0;
	margin-top:  200px;
	z-index:  99;
}

.onparis-novo .suites {
	margin-top:  600px;
}





.onparis {
	background: #000 url(../img/bg-onparis2.jpg) no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.onparis input {
	background: rgba(255, 255, 255, 0.75);
}


.onparis-conheca {
	background: #000 url(../img/bg-onparispage.jpg) no-repeat;
	background-position: bottom center !important;
	background-size: cover;
	height: 85vh;
	position: relative;
}

.onparis-conheca .info {
	position: absolute;
	bottom:  20%;
	right:  30%;
}

.header-social {
	position: absolute;
	top:  32%;
	left:  50px;
	z-index: 30;
}
.linha-horizontal {
	border-bottom: 1px solid #6c6c6c;
	position: absolute;
	top:  80px;
	left:  0;
	width:  100%;
	z-index: 20;
}
.linha-vertical {
	border-right: 1px solid #6c6c6c;
	position: absolute;
	top:  0;
	left:  150px;
	width:  2px;
	height:  100vh;
	z-index: 20;
}
.linha-vertical-2 {
	border-right: 1px solid #6c6c6c;
	position: absolute;
	top:  0;
	right:  100px;
	width:  2px;
	height:  100vh;
	z-index: 20;
}
.banner-capa-emp {
	position: absolute;
	bottom: 0;
	right:  100px;
	width:  auto;
	height:  calc(100vh - 80px);
}


section.login {
	background: #000 url(../img/corretor-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
section.login input {
	background-color:  rgba(255, 255, 255, 0.85);
	background-repeat: no-repeat;
	background-position: left 7px center;
	background-size: auto 75%;
	letter-spacing: 1.5px;
	color:  #000;
	border: none !important;
	outline:  none !important;
	box-shadow:  none !important;
	padding-left:  45px;
}
section.login input[name="nome"] {
	background-image:  url(../img/input-nome.png);
}
section.login input[name="whatsapp"] {
	background-image:  url(../img/input-cadeado.png);
}



section.cadastro input {
	background-color: #3b3b3b;
}
section.cadastro input[name="email"] {
	background-image:  url(../img/cadastro-email.jpg);
}
section.cadastro input[name="senha"] {
	background-image:  url(../img/cadastro-senha.jpg);
}
section.cadastro input[name="imobiliaria"] {
	background-image:  url(../img/cadastro-imobiliaria.jpg);
}
section.cadastro input[name="nome"] {
	background-image:  url(../img/cadastro-nome.jpg);
}
section.cadastro input[name="whatsapp"] {
	background-image:  url(../img/cadastro-whatsapp.jpg);
}



.faq {
	background: #000 url(../img/bg-faq.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
}
.faq-link {
	background: rgba(0, 0, 0, 0.80);
	color:  #ffffff !important;
	border-radius:  5px;
	padding:  7px 15px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom:  10px;
}
.faq .py-1 {
	font-weight: normal;
}


.conta {
	background: #000 url(../img/canal-bg.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed !important;
}
.conta img {
	height: 35px;
	margin-right:  15px;
	vertical-align: middle;
}



.custom-select, .custom-input {
	background-color:  transparent;
	color:  #fff;
	border:  1px solid #fff;
	border-radius:  5px;
	padding:  5px 10px !important;
	line-height: 1.6em;
	display: block !important;
	width:  100% !important;
	outline:  none !important;
	box-shadow: none !important;
}
.custom-select option {
	color:  #000;
}
.custom-select {
	background: transparent url(../img/down.png) no-repeat;
	background-size: auto 7px;
	background-position: center right 10px;
	padding-right:  25px !important;
}
.custom-input {
	background: transparent url(../img/lupa.png) no-repeat;
	background-size: auto 60%;
	background-position: center right 10px;
	padding-right:  35px !important;
}

@media(min-width:  1100px) {
	.emp-seperador {
		border-left:  1px solid #c4c4c4;
	}
}

.emp-card {
	position: relative;
	color:  #fff !important;
	display:  block;
	transition: 0.3s;
	border-radius: 1em;
}
.emp-card .emp-card-img {
	height: 30em;
	width:  100%;
	display:  block;
	object-fit: cover;
	object-position: center;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
}
.emp-card .emp-card-img.horizontal {
	height: 15em;
}
.emp-card .emp-nome {
	margin-top: -17px !important;
	border:  3px solid #fff;
	display:  block;
	position: relative;
	width:  75%;
	font-weight: bold;
	z-index: 20;
}
.emp-card .emp-info {
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	font-size: 0.70em;
	position: relative;
}
.emp-card .emp-info p {
	color:  #949494 !important;
	padding-left:  5px;
}
.emp-status {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 20px;
	display:  block;
	color: #000;
	font-weight: 300;
	font-size: 0.90em;
	letter-spacing: 2px;
	border-radius: 0.75em;
	border-bottom-left-radius: 0;
	z-index: 10;
}
.emp-status-obra {
	background-color: #edd6b2;
}
.emp-status-concluido {
	background-color: #a7c9a6;
}
.emp-status-lancamento {
	background-color: #726c64;
}
.emp-status-vendido {
	background-color: #d80c0c;
}
.emp-info img {
	height: 15px !important;
	width:  auto !important;
	display:  inline !important;
	margin-right: 7px;
	vertical-align: top;
}


.blocos .item {
	box-shadow: -100px -1px 51px -89px rgba(0,0,0,0.5) inset !important;
	-webkit-box-shadow: -100px -1px 51px -89px rgba(0,0,0,0.5) inset !important;
	-moz-box-shadow: -100px -1px 51px -89px rgba(0,0,0,0.5) inset !important;
}

.bloco {
	padding: 50px 0;
	color: #ffffff;
	text-align: center;
}
.img-ficha img {
	object-fit: cover;
	object-position: center;
}
@media(min-width: 769px) {
	.emp-card:hover {
		box-shadow: 10px 15px 30px 0 rgba(0,0,0,0.45);
	}
	.img-ficha {
		width:  100%;
		height:  107%;
		z-index: 99; 
		bottom:  0;
		right:  0;
		position: absolute;
	}

	.img-ficha .container {
		height:  100%;
		position: relative;
	}
	.img-ficha img {
		height:  100%;
	}
}
.bloco img {
	height: 60px !important;
	width:  auto !important;
	display:  block;
	margin:  0 auto;
	margin-bottom: 10px;
}

.onparis {
	position: relative;
}
.onparis a {
	position: absolute;
	bottom: 14%;
	right: 20.5%;
}

.carousel-home .carousel-item {
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
#plantas_onparis .carousel-indicators {
	z-index:  99;
	bottom:  -20px;
}
#plantas_onparis .carousel-indicators > li {
  border-radius: 50%;
  border:  1px solid #000;
  width:  10px;
  height:  10px;
}
#plantas_onparis .carousel-indicators > li.active {
  background: #000;
}
#plantas_onparis .carousel-item img {
	width: 100%;
	height: 80vh;
	object-fit: contain;
	object-position: center;
}

@media(max-width: 1400px) {
	.col-xxl-8 {
		width: 97% !important;
		max-width: 97% !important;
		min-width: 97% !important;
	}
}

.footer .footer-bg {
	background: url(../img/bg-footer.jpg) no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.footer-mapa {
	width: 100%;
	height: 100%;
	border: none;
}


.carousel .control {
	position: absolute;
	top: 42%;
	left: 0;
	font-size: 2em;
}

.carousel .control:last-child {
	left: inherit;
	right: 0;
}

.galeria_zoom .carousel-item img {
	width: 100%;
	height: 70vh;
	object-fit: cover;
	object-position: center;
	cursor: pointer;
}

.galeria_zoom .control {
	margin: 0 17.5%;
}



.header-empreendimentos {
	background: #000 url(../img/bg-empreendimentos.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-empreendimentos {
	background: #000 url(../img/bg-emps.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}



.whatsapp {
	width:  60px;
	position: fixed;
	z-index:  999;
	bottom:  25px;
	right:  25px;
}



.miniaturas img {
	 height: 70px; 
	 object-fit: cover; 
	 object-position: top center;
}

@media(max-width: 768px) {
	.emp-fotos .owl-item img {
		height:  130px;
	}
	.emp-fotos .owl-item.center img {
		height:  150px;
	}
	#menu a {
		font-size: 18px;
	}	
	#menu .login img {
		height: 16px;
	}
	.carousel-seta {
		opacity:  0.90;
		padding:  5px;
		width: 35px;
		height: 35px;
		top:  42%;
		font-size:  0.75em !important;
		z-index: 30;
	}
	.carousel-seta.carousel-control-prev {
		left: 10px;
	}
	.carousel-seta.carousel-control-next {
		left:  inherit;
		right: 10px;
	}
	.ico-video {
		top:  -32.5px;
		left:  calc(50% - 32.5px);
		width: 65px;
	}
	.display-3 {
		font-size: 50px;
	}
	.linha-horizontal {
		top:  30px;
	}
	.linha-vertical {
		left:  30px;
	}
	.linha-vertical-2 {
		right:  30px;
	}
	.navbar .navbar-brand img {
		height: 50px;
	}
	.navbar-toggler {
		width:  60px;
		height:  50px;
		font-size:  15px;
	}
	#plantas_onparis .carousel-indicators {
		bottom:  -40px;
		z-index:  999;
	}

	.miniaturas img {
		 height: 35px; 
	}

	.onparis-novo .margem-superior {
		margin-top: 330px;
	}

	.onparis-novo .suites {
		margin-top:  450px;
		font-size: 17px !important;
	}

	.whatsapp {
		width:  45px;
	}
	
	.bloco h5 {
		font-size: 0.85em !important;
	}

	.frase-mapa {
		right:  10%;
		bottom:  10%;
		font-size: 12px;
		text-align: right;
	}
	.onparis-conheca {
		height: 40vh;
	}

	.onparis-conheca .info {
		bottom:  7%;
		right:  3%;
	}
	.carousel-home  .titulo, .text-md {
		font-size: 0.75em;
	}
	.btn-azul-outline, .text-sm { 
		font-size: 0.60em;
	}
	.text-titulo {
		font-size: 1.3em;
	}


	.onparis a {
		bottom: 6%;
		right: 7%;
	}
	#plantas_onparis .carousel-item img {
		height: 35vh;
	}
	.galeria_zoom .carousel-item img {
		height: 30vh;
	}
	.galeria_zoom .control {
		margin: 0 4.5%;
	}
	.mapa {
		height: 30vh;
		margin-bottom: -7px !important;
	}
	.header-social {
		top:  10%;
	}
}








.circle {
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.2;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	border-radius: 50%;
}

.circle canvas {
	vertical-align: top;
}

.circle strong {
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 2em;
}

.circle[data-size="60"] strong {
	font-size: 0.85em;
}