body {
	font-size: 18px;
	line-height: 27px;
	color: #686d73;
	font-weight: 400;
	 position: relative;
}
* {
	font-family: 'Montserrat', sans-serif;
}
strong {
	font-weight: bold;
}
section h2 { 
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
h1.title {
	margin: 30px 0px;
}
h2.title::after {
	content: "";
	height: 3px;
	width: 70px;
	background-color: #52ae32;
	display: block;
	margin: 5px 0px;
}
section h1 {
	font-size: 42px;
	font-weight: normal;
}
.font-dark-green {
	color: #005221 !important;
}
.font-white{
	color: #fff !important;
}
.font-grey {
	color: #656a70 !important;
}
.font-green {
	color: #52ae32 !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-grey {
	background-color: #656a70 !important;
}
.bg-light-grey {
	background-color: #e7e7e7 !important;
}
.bg-green {
	background-color: #52ae32 !important;
}
.bg-dark {
	background-color: #3c3c3b !important;
}
.uppercase {
	text-transform: uppercase;
}
.btn-primary {
	background-color: #52ae32;
	color: #FFF;
	border: 0px solid #000;
	border-radius: 0px;
	font-size: 14px;
}
.btn-primary:hover {
	background-color: #005221;
}
.width-20 {
	width: 20%;
}
.width-30 {
	width: 30%;
}
.width-40 {
	width: 40%;
}
.width-50 {
	width: 50%;
}
.width-65 {
	width: 65%;
}
.width-70 {
	width: 70%;
}
.width-75 {
	width: 75%;
}
.width-80 {
	width: 80%;
}
section {
	padding: 70px 0px;
}
section#sobre, section#simule, section#como-funciona, section#financiamento, section#projetos {
	padding: 140px 0px 70px;
	marigin-top: -70px;
}
.no-padding {
	padding: 0px;
}

.form-control {
	border-radius: 0px;
	border: 0px solid #ced4da;
	padding-left: 5px;
	color: #181b20;
}
.form-control::placeholder{
	color: #181b20;
}
#simule select.form-control, #simule input.form-control, #simule select:focus.form-control, #simule input:focus.form-control, #simule select:disabled.form-control  {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	line-height: 36px;
}
select:disabled.form-control {
	opacity: 0.5;
}

input[type=range]{
    -webkit-appearance: none;
    background-color: transparent;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 6px;
    background: #52ae32;
    border: none;
    margin-left: -10px;
    margin-top: 10px;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    margin-top: -7px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

#form_simulate, .form * {
	font-size: 14px;
	line-height: 28px;
}
#form_simulate p {
	margin: 5px;
	padding: 0px;
}
#form_simulate .number {
	font-size: 28px;
	font-weight: bold;
}
#form_simulate .btn-orange {
	background-color: #ea5b0c;
	width: 100%;
	color: #fff;
	border-radius: 0px;
}

.navbar {
	padding: 0px;
	font-size: 16px;
}
.navbar-brand {
	padding: 12px;
}
nav .nav-link {
	margin: 0px 10px;
	padding: 38px 0px;
}
nav a {
	position: relative;
}
nav .active::after, nav .nav-link:hover::after {
	content: "";
	width: 100%;
	height: 4px;
	background-color: white;
	position: absolute !important;
	left: 0;
	bottom: 0;
}
nav form i {
	display: block;
	font-size: 16px;
	padding: 10px 5px 10px 10px;
	color: #181b20;
	background-color: #fff;
	background-clip: padding-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
nav form button {
	padding: 0;
	margin: 0;
	border: 0px solid black;
}
section#como-funciona {
	font-size: 16px;
	color: #686d73;
}
.how-icon {
	display: flex;
    height: 106px;
    margin-bottom: 10px;
}
.how-icon img {
	width: auto;  /* Or whatever */
    height: auto; /* Or whatever */
    margin: auto;  /* Magic! */
}
.youtube-video {
	margin: 50px 0px;
}

.link-black {
	background-color:#000;
	color:#FFF;
	text-transform: uppercase;
	width:100%;
	padding:20px;
	display: block;
	text-decoration: none;
}
.link-black:hover{
	color: #FFF;
	text-decoration: none;
}
#myCarousel .carousel-item {
	height: 750px !important;
}
.carousel-caption {
	height: 100%;
	width: 50%;
	left: 30px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.carousel-caption p {
	font-size: 24px !important;
	color: #52ae32;
	margin-bottom: 0px !important;
}
.carousel-caption h1 {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
}
.carousel-caption .btn {
	font-size: 20px;
	background-color:#52ae32;
	color: #fff;
	padding: 15px 30px;
	border-radius: 0px;
	border: 0px solid white;
	font-weight: 300;
}
.carousel-caption .text-content {
	padding-top: 350px;
}
.carousel {
	margin-bottom: 0px !important;
}

section#counter {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 2px 0px;
}
#counter h1 {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
}
#counter h2 {
	color: #52ae32;
	font-size: 18px;
	font-weight: normal;
	text-transform: none !important;
}
#counter h2 small {
	font-size: 10px;
}

.restricted-area {
	color:white;
	margin:0px 30px;
	position: relative;
}
.restricted-area i {
	font-size:18px;
	line-height: 36px;
}

section#sobre {
	background-color: #e7e7e7;
}
.project {
	margin-bottom: 50px;
}
.text-projects {
	margin: 10px;
}

a.full-bt {
	min-width: 100% !important;
	display: block;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
a.grey {
	background-color: #3c3c3b;
	color: #FFF;
}
#partners {
	background-color: #fafafa;
	padding: 70px 0px;
}
#partners .marca {
	display: flex;
	align-items: center;
	justify-content: center;
}
#partners img {
	max-width: 80%;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
}
#products .list {
	margin: 70px 0px;
	text-align: center;
}
#products .list img {
	background-color: #f0f0f1;
	max-width: 100%;
	opacity: 0.9;
}
#products .product-img {
	background-color: #999999;
}
#products .product-img a {
	width: 100%;
	display: block;
}
#products .list p {
	text-align: center;
	margin: 10px 0px 30px;
}
#products .list a {
	text-decoration: none;
	font-style: italic;
	font-size: 20px;
	color: #181b20;
	font-weight: lighter;
}
#popular-categories .link {
	text-align: center;
}
#popular-categories .link a {
	background-color: #fafafa;
	padding: 30px 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin: 10px 0px;
}
.all-products {
	margin: 70px 0px;
}
.all-products a {
	background-color: #3c3c3b;
	padding: 10px 20px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
#featured {
	position: relative;
	text-transform: uppercase;
}
#featured .subtitle {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #FFF;
	z-index: 999;
	font-weight: lighter;
}
#projects h2.right {
	text-align: right;
}
#projects h2 {
	color: #656a70;
}
#projects h1 {
	padding-top: 50px;
	padding-bottom: 50px;
}
#projects p {
	color: #686d73;
	line-height: 24px;
}
#projects .text, #projects .image {
	margin-bottom: 70px;
}
#projects .text {
	padding-left: 150px;
}
.featured-item {
	margin: 50px 0px;
}
.featured-item a {
	position: relative;
	padding-top: 20px;
	font-size: 20px;
	color: #181b20;
	text-decoration: none;
}
.featured-item a::before, .about-item::before  {
	content: " ";
	width: 16px;
	height: 3px;
	background-color: #d4d5d6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.about-item::before  {
	margin-left: 15px;
}
.about-items {
	margin-top: 100px;
}
.about-item h3 {
	margin-top: 20px;
	font-weight: lighter;
}
.relative {
	position: relative;
}
.design-collection {
	background-color: #181b20;
	color: #FFF;
	padding: 50px;
}
.design-collection a {
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
}
.text-right {
	text-align: right;
}
.design-collection i {
	margin-left: 5px;
}
#sobre h2 {
	margin-top: 20px;
}
.contact-info a {
	color: #696e74;
	text-decoration: none;
}
.newsletter {
	background-image: url('../../../admin/uploads/bg-newsletter.png');
	background-position: center center;
	background-size: cover;
	padding: 100px 30px;
	color: #fff;
	margin-top: 100px;
}
.newsletter .btn {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 40px;
	border-radius: 0px;
}
.newsletter .input {
	padding: 10px;
	border-radius: 0px;
	width: 300px;
	max-width: 100%;
	line-height: 24px;
}
.about-featured {
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
}
a.link-about {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
}
#testimonial {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}
#testimonial .text {
	font-size: 34px;
	color: #181b20;
	line-height: 47px;
	margin: 20px 0px;
	font-weight: lighter;
}
#testimonial .author {
	font-size: 18px;
	color: #656a70;
}
#testimonial .item {
	padding: 100px;
	background-color: #fff;
}
#testimonial .link {
	margin-top: 70px;
}
#testimonial .link a {
	display: block;
	background-color: #181b20;
	padding: 20px;
	line-height: 20px;
	align-items: center;
	color: #FFF;
	text-decoration: none;
}
i.right {
	float: right;
	margin-top: 3px;
}
#instagram {
	text-align: center;
	color: #686d73;
	background-color: #f8f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
}
#instagram h1 {
	color: #181b20;
}
#instagram .link {
	display: flex;
	align-items: center;
	justify-content: center;
}
#instagram .link a {
	color: #3c3c3b;
	border: 1px solid #949392;
	padding: 20px;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 30px;
}
#instagram .link a i {
	font-size: 22px;
	float: right;
	margin-left: 10px;
}
.menu {
	margin-top:80px;
}
.menu ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.menu ul li {
	border-bottom: 1px solid #f0f0f1;
	padding: 10px 0px;
}
.menu ul li a {
	text-decoration: none;
	color: #73777d;
}
.menu ul li a:hover, .menu ul li a.active {
	color: #000;
}
.btn-full {
	width: 100%;
	border-radius: 0px !important;
	text-transform: uppercase;
	font-size: 15px;
}
.btn-dark {
	border-radius: 0px !important;
	text-transform: uppercase;
	font-size: 15px;
}
footer {
	padding-top: 100px;
}
footer {
	font-size: 15px !important;
}
footer .brands {
	margin-bottom: 40px;
}
footer .brands a {
	margin-right: 60px;
}
footer .contacts a {
	text-decoration: none;
	color: #686d73;
	font-weight: lighter;
}
footer .contacts h2 {
	font-weight: bold;
}
footer .copyright {
	font-size: 12px;
	font-weight: lighter;
	margin: 30px 0px;
}
footer .copyright a {
	text-decoration: none;
	color: #414243;
	font-size: 12px;
	font-weight: lighter;
}
.login-menu {
	width: 280px;
	position: absolute;
	left: -260px;
	top: 50px;
	padding: 20px;
	background-color: #fff;
	color: #8f8f9c;
}
.restricted-area a {
	color: #000;
	text-decoration: none;
}
.restricted-area a i {
	color: #fff;
}
.login-menu p {
	display: block;
	clear: both;
}
input, #form_financiamento .form-control {
	width: 100%;
	border: 0px solid #000;
	background-color: #fafafa;
	padding: 10px;
}
.checkbox {
	padding: 0px;
	border: 1px solid #8f8f9c;
}
.login-menu input.submit {
	background-color: #000;
	color: #fff;
	width: auto;
	padding: 10px 20px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}

.restricted-access-nav {
	display: none;
}
.ig_img {
	background-size: cover;
	background-position: center center;
}
.ig_img img {
	opacity: 0;
}

main.inner {
	margin-top: 35px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#nav-menu {
	display: none;
}
a.lightbox-carousel-link {
	position: absolute;
	width:100%;
	height:100%;
	z-index: 1;
}
#carouselPhoto.carousel {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.btn.btn-xl {
	padding: 25px !important;
}
.projects-item {
	margin-top:100px;
	margin-bottom: 100px;
}
.projects-item h1 {
	margin-top: 20px;
}
main.photo {
	background-color:#000;
}
.photo .row {
	height:400px; width: 100%;
}
.photo .header-text {
	z-index:999 !important;
	color:#FFF;
}
.photo .bg-photo {
	position: absolute;
	width:100%;
	height:100%; 
	background-size:cover;
	background-position:center center;
	opacity: 0.5;
	top:0;
	left: 0;
}
.products-text {
	margin-top: 100px;
	margin-bottom: 100px;
}

#form_contato .form-control, #form_contato .form-control {
	background-color: #fafafa;
}
#contact-info {
	margin-top: 100px;
}
.contact-info {
	width:400px;
	position: absolute;
	top:0;
	right: 0;
	background-color:#FFF;
	padding: 50px;
}
.contact-info h1:after {
	content: " ";
	width: 16px;
	height: 3px;
	background-color: #d4d5d6;
	display: block;
	margin-top: 30px;
}
.contact-info p {
	color: #696e74;
}
.contact-info h2 {
	color: #d4d5d6;
	margin-top: 30px;
}
.form_submit {
	width: auto;
}

@media (max-width: 991px) {
  body, section#como-funciona, #testimonial .author, .carousel-caption .btn, #counter h2, #instagram .link a {
  	font-size: 14px;
  }
  .carousel-caption h1 {
  	font-size: 30px;
  	line-height: 30px;
  }
  .carousel-caption p {
  	font-size: 18px !important;
  }
  .carousel-caption .text-content {
  	padding-top: 0px;
  }
  #testimonial .text {
  	font-size: 24px;
  	line-height: 24px;
  }
  #testimonial .item {
  	padding: 40px;
  }
  section h1 { 
  	font-size: 30px;
  }
  nav .nav-link {
  	padding: 15px 0px;
  }
  .restricted-access-nav {
	display: block;
  }
  .restricted-area {
  	display: none;
  }
  .nav-search {
  	margin-bottom: 20px;
  }
  .menu {
  	display: none;
  }
  #nav-menu {
  	display: block;
  }
  .menu {
		margin-top:10px;
	}
	.contact-info {
		position: relative;
		width: 100%;
		padding: 10px;
	}
	footer .brands a {
		margin-right: 10px;
	}
}