html{
   scroll-behavior: smooth;
}

.absolute-top {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar{
	max-height: 99px;
}

.navbar-brand img {
	height: 165px;
}

.nav-link {
	font-size: 16px;
}

.icone-faixa-banner{
	max-width: 70px;
	max-height: 70px;
	padding: 8px;
}

.bg-gray{
	background: #ced1c7;
}

.text-green{
	color: #687b61;
}
.text-brown{
	color: #6c6558;
}

.bg1-faixa-banner{
	background: #687b61;
}

.bg2-faixa-banner{
	background: #477342;
}

.bg3-faixa-banner{
	background: #4f5a3c;
}

.fixed-bottom{
	z-index: 99;
	position: fixed;
	bottom: 0px;
}

.zindex-7{
	z-index: 7;
}

.zindex-3{
	z-index: 3;
}

.bg-white{
	background-color: white !important;
}

a, a:hover{
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.ls-5{
	letter-spacing: .5rem;
}

.ls-2{
	letter-spacing: .3rem;
}

.bg-inspira{
	background: rgba(0, 0, 0, 0) url(../images/inspiracao.jpg?v=2.0) no-repeat scroll left center;
	background-size: cover;
	position: relative; 
}

.bg-pagina{
	height: 260px;
	background: rgba(0, 0, 0, 0) url(../images/banner/bg.jpg) no-repeat scroll left center;
}
.bg-pagina:after {
	content: '\A';
	position: absolute;
	width: 100%; 
	height: 260px;
	top:0; 
	left:0;
	background:rgba(0,0,0,0.3);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.icone-infra{
	width: 65px;
}

.form-green{
	width: 100%;
	height: 45px;
	margin: 5px 0px;
	padding: 12px;
	border: 2px solid #adc093;
}

.textarea-green{
	height: 155px;
	width: 100%;
	margin: 5px 0px;
	padding: 12px;
	border: 2px solid #adc093;
}

.btn-green{
	background: #adc093;
	color: white;
	border: none;
	height: 55px;
	padding: 16px;
	width: 130px;
	font-size: 18px;
}
.mt-n30{
	margin-top: -30px;
}
.text-black{
	color: black !important;
}
.logomarca-round{
	width: 110px;
	position: relative;
	top: -50px;
	background: #ced1c7;
	border-radius: 50%;
	border: 13px solid #ced1c7;
}
.h-100{
	height: 50px !important;
}

.folha-1{
	width: 310px;
    position: absolute;
    top: -105px;
    left: -10px;
    z-index: 10 !important;
}

.folha-2{
	width: 270px;
    position: absolute;
    top: -130px;
    right: 91px;

}
.legenda-map{
	width: 400px;
    position: absolute;
    top: 375px;
    right: 460px;
    z-index: 10 !important;
}

@media (min-width: 1000px){
	.borders-lg{
		border-left: 3px solid white;
		border-right: 3px solid white;
	}
}

.un-disponivel{
	width: 16px; height: 16px;
	background-color: #84fd31;
	border-radius: 50%;
}
.un-reservada{
	width: 16px; height: 16px;
	background-color: #ffd315;
	border-radius: 50%;
}
.un-vendida{
	width: 16px; height: 16px;
	background-color: #fc0d1b;
	border-radius: 50%;
}
.un-indisponivel{
	width: 16px; height: 16px;
	background-color: #000;
	border-radius: 50%;
}


@media (max-width: 1635px){
	.nav-link {
		display: block;
		padding: 0.5rem 0.3rem;
	}
	.offset-md-2 {
		margin-left: 8.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
}
@media (min-width: 1635px){
	.nav-link {
		display: block;
		padding: 0.5rem 0.5rem;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.col-md-8 {
		flex: 0 0 66.666667%;
    max-width: 66.666667%;
	}
}
