@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
body {
	font-family:'Poppins',sans-serif;
	font-weight:400;
	color:#2E363F;
	font-size:14px;
}
a {
	color:inherit;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
a:hover,a:focus {
	color:inherit;
	background-color:inherit;
	text-decoration:none;
}
a:focus {
	outline:none
	background:none;
}
h1 {
	font-size:26px !important;
	color:#415159;
	font-weight: 700;
}
h1:before {
	content:'';
	display:block;
	width:5%;
	height:3px;
	background: #FBA919;
	margin-bottom:8px;
}
h2 {
	font-size:19px !important;
	color:#FFF;
	font-weight: 700;
}
.alternative h2 {
  font-size:16px !important;
  color:#415159 !important;
  font-weight: 700;
}
h2:before {
	content:'';
	display:block;
	width:10%;
	height:3px;
	background: #FBA919;
	margin-bottom:8px;
}
.gmap {
  height: 400px;
}
.title {
  font-size:26px !important;
  color:#fff;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  
}
.title:after {
  content:'';
  display:block;
  position: absolute;
  width:140px;
  height:3px;
  left:46%;
  background: #fff;
  bottom: -8px;
}
.title:before {
  display: none;
}
.inp {
	height: 40px;
	border-radius:3px;
	color: #414B59;
	font-size:12px;
	width:100%;
	padding-left: 5px;
	border:none;
}
.btn {
	height:40px;
	border-radius:3px;
	background: #FBA919;
	color:#FFF;
	width:100%;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #FBA919;
  border-color: #F09804;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #F09804;
}
.no-pd {
	padding:0;
}
.cont-pd {
	padding-top:35px;
	padding-bottom:35px;
}
.cont-top-pd {
	padding-top:35px;
}
.cont-bottom-pd {
	padding-bottom:35px;
}
.pre-top {
	background: #EEEEEE;
	color: #424C5A;
}
.pre-social {
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 22px;
	text-align:center;
}
.pre-social .fa-instagram {
	margin-right:20px;
}
.pre-tel {
	padding-top:10px;
	padding-bottom:10px;
	background: #DDDDDD;
	text-align: center;
	font-weight: 700;
}
.pre-mail {
	font-weight:300;
	padding-top:12px;
	padding-bottom:12px;
	font-size: 12px;
}
/*MENU*/
.navbar-brand {
	height: auto;
}
.navbar-nav>li>a {
	font-weight:700;
	font-size:16px;
	padding-top: 50px;
}
.navbar-nav>li>a:hover {
	background: none;
	color: #FBA919;
}
.navbar-toggle .fa-bars {
	padding:10px;
	border:1px solid #424C5A;
	border-radius:7px;
	font-size:20px;
	margin-top: 20px;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}
/*CONTEUDO INDEX*/
.bg-go {
	background: url(../imagens/bg-container.jpg) repeat;
}
.navigation{
	font-size: 35px;
	display: flex;
	align-items: center;
	align-content: center;
	height: 300px;
	cursor:pointer;
}
.carousel-images img {
	display: block;
	margin:0 auto;
}
/*RODAPÉ*/
.footer {
	background: #414B59;
}
.footer h2 {
	margin-bottom:12px;
}
.footer p {
	color: #FFF;
	font-size:12px;
}
.footer a {
	margin-bottom: 10px;
	display: block;
	font-size:12px;
	color:#FFF;
}
.newsletter p {
	margin-bottom:10px;
  font-size: 11px;
}
.aboutfooter {
	margin-bottom: 20px;
}
.mapsite {
	margin-bottom: 20px;
}
.footer .inp {
	margin-bottom:12px;
}
@media (max-width:991px) {
	.navbar-nav>li>a {
		font-size:14px;
	}
}
@media (max-width:768px) {
	.pre-mail {
		text-align: center;
	}
	.navigation {
		height: 150px;
	}
}

/* PÁGINA SOBRE A CONCEITO */
.bloco-inf-sobre .fa {
  font-size: 40px;
  margin-bottom: 20px;
  color: #FBA919;
}
.bloco-inf-sobre h3 {
  color: #3F4B59;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}
.cont-pd-sobre {
  padding-top:105px;
  padding-bottom:105px;
}
.sobre-bg-top {
  height: 300px;
  background: url(../imagens/bg-sobre.jpg) no-repeat;
}

/* PÁGINA EMPREENDIMENTOS */
.empreendimentos-bg-top {
  height: 200px;
  background: url(../imagens/bg-empreendimentos.jpg) no-repeat;
}

/* PÁGINA VER EMPREENDIMENTOS */
.vale-do-luar-bg-top {
  height: 200px;
  background: url(../imagens/vale-do-luar/bg-topo.jpg) no-repeat;
}
.portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(68,54,65,.5);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

@media(min-width:768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.contact-form {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin-top: 50px;
}
.contact-form h2 {
  margin-bottom: 15px;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 45px;
}

/* PÁGINA CONTATO */
.contato-bg-top {
  height: 150px;
  background: url(../imagens/bg-empreendimentos.jpg) no-repeat;
}
.contato input, textarea {
  border-color: #414B59 !important;
  margin-bottom: 15px;
}
