@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
    
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
    
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
    
html {
	overflow-x:  hidden;
	width:  100%;
	max-width:  100%;
    scroll-behavior: smooth;
}

body {
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
}


/*Admin Estilo*/
.bg-login {
    background: url('../images/webp/bg-sobre-empreendimentos.webp');
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 10rem;
}

.bg-login img {
    max-width: 40%;
}

.card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    border-radius: 40px;
    padding: 3rem;
    color: #00264a;
    min-height: 80vh;
}

.login {
    background: #0e2a4a;
    color: #fff;
    padding: 2rem;
    border-radius: 40px;
    min-width: 50%;
}

.btn-login {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding: .7rem 2rem;
    transition: .5s ease all;
}

.btn-login:hover {
    transform: scale(1.1);
    background: #fff;
    color: #0e2a4a;
}
/*Final Admin Estilo*/

/*Lista Empreendimentos*/
.bg-list {
    background: url('../images/webp/bg-sobre-empreendimentos.webp');
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 10rem;
}

.header-empreendimento {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
/*Final Lista Empreendimentos*/

@media(min-width:  769px) {
	.img-predio {
		height: 100vh;
		object-fit: cover;
	}
}
	.onparis-form {
		background: #000 url(img/bg-onparis-form.jpg) no-repeat; 
		background-position: bottom center; 
		background-size: cover;
	}
	.onparis-form .form-control {
		background: rgba(255, 255, 255, 0.10);
		backdrop-filter: blur (40px);
		border: none;
		color: #ffffff;
	}
	.onparis-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: #ffffff;
	  opacity: 1; /* Firefox */
	}

	.onparis-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #ffffff;
	}

	.onparis-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
	  color: #ffffff;
	}
            #certificados {
                position: absolute;
                top: 30px;
                left: 50px;
                z-index: 10;
            }
            
            #certificados img {
                width: 70px;
                height: 60px;
                border-radius: 50%;
            }
            
            @media (max-width: 768px) {
                #certificados {
                    top: 7px;
                    left: 50%;
                }
                #certificados img {
                    width: 50px;
                    height: 50px;
                }
                
            }

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

.navbar {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	transition: 0.55s all ease;
}

.navbar.scrolled {
	background: rgba(10, 60, 102, 0.85) !important;
	backdrop-filter: blur(10px);
}


.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;
}
.bg-allure ol li:before {
    color: #151515;
}
.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%;
	}
	.galeria-onparis.plantas .carousel-control-prev {
		left:  -5%;
	}
	.galeria-onparis.plantas .carousel-control-next {
		right:  -5%;
	}
	.navbar {
		position: fixed;
	}
    .navbar .nav-item {
    	margin-top: 20px;
    }
}
.navbar .navbar-brand img {
	height: 40px;
}
.navbar .nav-item:not(:last-child) {
	margin-right: 2.5em;
}
.navbar .nav-link {
	letter-spacing: 2px;
	font-size: 0.80em;
	white-space: nowrap;
	transition: 0.55s all ease;
}
.navbar .nav-link:hover {
	color: #64a9e2 !important;
}
.navbar .login {
	font-size: 0.65em;
	font-weight: 600;
	line-height: 1.2em;
}
.navbar .login img {
	height: 38px;
}


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: #eaeaea !important;
}
.bg-dark {
	background-color: #272727 !important;
}
.bg-dark-light {
	background-color: #353535 !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;
}



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


.trabalhe {
	background: url(../img/bg-trabalhe.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
}
.trabalhe-lateral {
	width:  100%;
	display: block;
}
@media(min-width:  1000px) {

	.trabalhe-lateral {
		position: absolute;
		top: -15vh;
		left:  5vw;
		width:  50vw;
	}

}


.mapa {
	width: 100%;
	height: 70vh;
	border: none;
}
.bg-videos {
	background: #242423;
}
.bg-videos .embed-responsive-item {
	border: 2px solid #c1c1c1;
	border-radius: 5px;
}
.bg-allure {
	background: #936951;
}
.frase-mapa {
	position: absolute;
	z-index:  10;
	bottom:  15%;
	right:  15%;
}

.play {
	position: absolute;
	z-index: 10;
	top: 40%;
	left: 47%;
	font-size: 3em;
	color: #fff;
	cursor: pointer;
}
.house img, .bg-videos .embed-responsive {
	cursor: pointer;
}
.sobre {
	background: url(../img/bg-sobre.jpg) repeat-y !important;
	background-size: 100%;
}
.sobre2 {
	background: #000 url(../img/bg-sobre2.jpg) no-repeat;
	background-size: cover;
}





.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.webp) no-repeat;
	background-position: bottom center !important;
	background-size: cover;
	height: 85vh;
	position: relative;
}

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





section.login {
	background: #000 url(../img/bg-login.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
}
section.login input {
	background-color: #385072;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto 100%;
	color:  #ffffff;
	font-size: 13px;
	border: none;
	border-radius: 0;
	padding-left:  45px;
}
section.login input[type="email"] {
	background-image:  url(../img/login-email.png);
}
section.login input[type="password"] {
	background-image:  url(../img/login-password.png);
}
section.login input::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

section.login input:-ms-input-placeholder {
  color: #ffffff;
}

section.login input::-ms-input-placeholder {
  color: #ffffff;
}

section.login .login-user {
	margin-top:  -50px;
}
section.login .bg-login {
	background: rgba(255, 255, 255, 0.75);
	border-radius: 1em;
}
section.login .bg-login.no-top-border {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	box-shadow: inset 0 7px 17px -7px rgba(0,0,0,0.6);
}
section.login input:focus {
	background-color:  initial;
}


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/bg-conta.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed !important;
}
.conta img {
	height: 35px;
	margin-right:  15px;
	vertical-align: middle;
}





.emp-card {
	transition: transform .2s;
}
.emp-card .card-img-top {
	height: 250px;
	object-fit: cover;
	object-position: top center;
}
.emp-bairro {
	margin-top: -35px;
	font-size: 0.90em;
}
.emp-status {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 0;
	padding-left: 20px;
	width: 45%;
	color: #ffffff;
	font-weight: 300;
	font-size: 0.90em;
	letter-spacing: 2px;
	border-top-right-radius: 0.75em;
	border-bottom-right-radius: 0.75em;
}
.emp-status-obra {
	background-color: #636975;
}
.emp-status-concluido {
	background-color: #788873;
}
.emp-status-lancamento {
	background-color: #726c64;
}
.emp-status-vendido {
	background-color: #d80c0c;
}
.emp-info {
	font-size: 0.60em;
}
.emp-info img {
	height: 15px !important;
	width:  auto !important;
	display:  inline !important;
	margin-right: 7px;
	vertical-align: top;
}
.emp-divisor {
	background: #79a0ed;
	padding: 1px 0;
	border: none;
	width: 60%;
	margin: 0 auto;
}


.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 {
		transform: scale(1.2);
	}
	.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 {
	background-position: right bottom;
	background-size: 75% 100%;
	background-repeat: no-repeat;
	height: 100vh;
}
.carousel-home.invertido {
	background-position: left bottom;
	background-size: 65% 100%;
}
#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.webp) 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:  5px;
	right:  5px;
}



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

@media(max-width: 768px) {

	#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 {
		background-size: cover;
		height: auto;
	}
	.carousel-home  .titulo, .text-md {
		font-size: 0.75em;
	}
	.btn-azul-outline, .text-sm { 
		font-size: 0.60em;
	}
	.text-titulo {
		font-size: 1.3em;
	}
	.sobre {
		background: none;
	}
	.sobre .col-md-4 {
		background: #cdcdcd;
	}
	.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;
	}
}


.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;
}