body {
	font-family: 'Nunito', sans-serif;
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}

.lista-nav{
	position: relative;
}

.nav-btn-form{
    /*font-weight: bold;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*padding-top: 0;*/
    /*padding-bottom: 0;*/
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
    /*line-height: 50px;*/
    border: 1px solid #240046;
    border-radius: 30px;
    background: #240046;
    color: #fff !important;
    transition: background-color 0.2s, border 0.2s;
}

.nav-btn-form:hover{
    border: 1px solid #7109b6 !important;
    background: #7109b6 !important;
}

.img-jacaranda-1 {
	width: 100%;
}

.img-jacaranda-2 {
	padding: 0;
}

.img-jacaranda-3 {
	background-image: url(../img/img-3.jpeg);
	background-repeat: no-repeat;
	background-size: 100% 100%;

	height: 840px;
	width: 100%;
}

.img-adapt {
	height: 100% !important;
	width: 100% !important;
}

.section-inter {
	background-color: #ebebeb;
	text-align: center;
	font-weight: bolder;

	height: auto;
	width: 100%;
}

.section-inter-empty {
	background-color: #ebebeb;
	text-align: center;
	font-weight: bolder;

	height: 100px;
	width: 100%;
}

.section-inter-mobile {
	visibility: hidden;
}

.title-section {
	margin: 0;
	padding: 2%;
	color: #6e6e6e;
	font-weight: 700;
	font-size: 32px;
}

.mapa-config {
	width: 100%;
	height: 1040px;
	overflow: hidden;
}

.video-config {
	width: 50%;
	height: 360px;
}

.background-form {
	background-color: #ebebeb;
	justify-content: center;

}

.card-form {
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	background-color: #f7f7f4;

	padding: 0 4%;
	margin: 30px 0;
	justify-content: center;
}

.video-sec {
	display: flex;
	justify-content: center;
	padding: 30px;
}

.btn-config {
	margin: 10px;
	padding: 2% 5%;
	position: relative;
	left: 40%;

	color: #f7f7f4;
	background-color: #f7941d;
	border: none;
}

.div-contato{
	padding-bottom: 2%;
	background: #ebebeb;
}

.icon-contato{
	width: 32px;
	height: 32px;
	position: relative;
    bottom: 2px;
    right: 4px;
}

.numero-contato {
	font-size: 30px;
	font-weight: 700;
	color: #6e6e6e;
	display: inline;
	padding-bottom: 1rem ;

}

.purple-footer {
	color: #c0a9c7;
	background: #240046 !important;
}

.logo-config {
	display: flex;
	justify-content: center;
	margin-top: 5%;
	max-width: 130px;
	margin-left: auto;
    margin-right: auto;
}

.logo-footer {
	max-width: 320px;
}

@media (max-width: 991px) {
    .logo-footer {
    	left: 95%;
    }

}


.p-footer-config {
	margin-top: 3%;
	margin-left: 2%;
}

.p-footer {
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-left: 15%;
}

.config-face {
	margin-top: 5%;
	display: flex;
	justify-content: center;
}

.footer-title {
	display: flex;
	justify-content: center;
	color: #c0a9c7 !important;
}

#frame {
	width: 135%;
	height: 1400px;
	overflow: hidden;
}

#frame {
	-ms-zoom: 1.0;
	-moz-transform: scale(0.75);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.75);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.75);
	-webkit-transform-origin: 0 0;
}

section.localizacao-empreendimento {
	width: 100%;
	display: flex;
	align-items: flex-start;
	align-content: stretch;
	align-items: stretch;
	flex-direction: row;
}

section.localizacao-empreendimento div.map {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 420px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.label-form{
	font-size: 16px;
	margin-bottom: 4px;
}

.title-form{
	font-size: 32px;
	font-weight: 800;

	margin-top: 1rem;
	margin-bottom: 5%;
	text-align: center;
}

.input-form{
	border:1px solid rgb(39, 39, 37);
}

.estrutural-logo{
	display: flex;
	justify-content: center;
	
}

.config-logo-estrutural{
	max-width: 40%;
	height: auto;
}

@media (max-width: 991px) {
	.section-inter-mobile {
		background-color: #000;
		height: 100px;
		width: 100%;
	}

	.mapa-config {
		overflow-x: scroll;
	}

	.title-section {
		font-size: 12px;
		padding: 0;
	}

	.section-inter-empty {
		height: 35px;
	}

	.numero-contato {
		font-size: 14px;

		margin: 0px;
		padding: 0 0;
	}

	.card-form {
		margin: 40px 10px;
	}

	.video-config {
		width: 95%;
		height: 240px;
	}

	section.localizacao-empreendimento div.map {
		height: 350px;
	}

	.title-form{
		font-size: 24px;
	}

	.p-footer {
		margin: 0;
	}
}