body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Lato', sans-serif;
}


html {
	height: 100%;
}

.conteudo {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#bgvideo {
	position:relative;
	top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
	width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	overflow: hidden;
}

#bgimg {
	/*display: none;	*/
	background-image:url(../imagens/banner1.jpg);
	background-size:cover;
	background-position:center;
	width:100%;
	height:100%;
}

#video-container {
	background: #2A3C57;
	width: 100%;
    height: 100%;
	max-height:100% !important;
	bottom: 0;
    padding: 0;
    margin: 0;
	overflow:hidden;
}

#video-overlay {
	width:100%;
	height:100%;
	max-height:100% !important;
	position:absolute;
	bottom: 0;
    padding: 0;
    margin: 0;
	background:url(../imagens/overlays/01.png) repeat;
	overflow:hidden;
}

.topo {
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.topo > section:last-child {
	background: #414042;
	text-transform: uppercase;
}

.logo_topo {
	display: inline-block;
	padding: 20px 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.rolled .logo_topo {
	padding: 10px 0;	
}

.logo_topo img {
	height: 57px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.rolled .logo_topo img {
	height: 36px;	
}

.topo .contato {
	padding: 0;
	margin: 0;
	background-color: #BBA985;
}

.topo .contato .conteudo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-justify-content: space-between;
  	justify-content: space-between;	
}

.topo .contato .conteudo > div {
	display: inline-block;
	color: #FFFFFF;
	font-size: 8px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
	padding: 5px 10px;
}

.topo .contato .conteudo > div div {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

.topo .contato .conteudo > div a {
	color: #FFFFFF;
}

.topo .contato .conteudo > div span {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	display: block;
}

.navbar-wrapper {
	float: right;
	width: 100%;
	max-height: 92px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.rolled .navbar-wrapper {
	max-height: 68px;	
}

.navbar {
    position: relative;
    min-height: 35px;
    margin-bottom: 0px;
    border: 0;
	display: inline-block;
	width: 100%;
}

.nav-pills {
	background-color: transparent;
}

.nav-pills li a {
	color: #FFFFFF;	
	border-radius: 0px;
	white-space: nowrap;
	padding: 39px 0;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 8px 10px;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
	background: #FFFFFF;
}

.rolled .nav-pills li a {
	padding: 20px 0;	
}

.nav>li>a:focus, .nav>li>a:hover {
	color: #FFFFFF;
	font-weight: 900;
	background-color: transparent;
}

.nav>li.active>a, .nav>li.active>a:focus, .nav>li.active>a:hover {
	color: #FFFFFF;	
	font-weight: 900;
	background-color: transparent;
}

footer > section:first-child {
	background-color: #37363A;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 20px 0 40px;	
}

footer > section:first-child h1 {
	font-size: 18px;
	font-weight: 900;
	padding: 10px 0;
	margin: 0 0 10px;
}

footer > section:first-child a, footer > section:first-child a:hover {
	color: #FFFFFF;	
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

#frmNewsletter {
	text-align: right;	
}

footer #frmNewsletter input[type='email'] {
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	border: 0;
	color: #282525;
}

footer #frmNewsletter input[type='submit'] {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	background-color: #BBA985;
	border-radius: 6px;
	padding: 7px 20px;
	border: 0;
	margin-top: 15px;
	line-height: 1;
}

footer > section:last-child {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;	
	background-color: #BBA985;
	line-height: 45px;
}

footer > section:last-child p {
	display: inline-block;
	padding: 0;
	margin: 0;	
}

footer > section:last-child a {
	color: #FFFFFF;
}

footer > section:last-child p + p {
	float: right;
	font-weight: normal;	
}

.conteudo > h1 {
	font-size: 23px;
	font-weight: 900;	
}

.full-img {
	width: 100%;	
}

.row {
	margin-left: 0;
	margin-right: 0;	
}

.radio label {
	padding-left: 30px !important;	
}

.rodape-box {
	display: inline-block;
	border: 2px solid #BBA985;
	border-radius: 6px;
	padding: 8px;
	width: 50%;
	max-width: 170px;
	text-align: center;
	vertical-align: bottom;
	margin-left: 10px;
}

#oempreendimento {
	padding: 30px 0;
	background: #37363A;
	color: #FFFFFF;
}

#localizacao {
	padding: 30px 0;
	background: #2A3C57;
}

#localizacao h1 {
	font-size: 24px;
	font-weight: 900;
	color: #FFFFFF;
	margin-top: 0;
}

main {
	padding-top: 0px;	
}

#contato {
	padding-bottom: 30px;	
}

#contato input[type='submit'] {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	background-color: #BBA985;
	border-radius: 6px;
	padding: 7px 20px;
	border: 0;
	margin-top: 15px;
	line-height: 1;
}

#oempreendimento .conteudo > h1:first-of-type {
	font-size: 39px;
	color: #F4BD50;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
}

#oempreendimento .conteudo > h1:first-of-type strong {
	font-weight: 900;	
}

#oempreendimento .conteudo table {
	color: #FFFFFF;	
}

p.texto-destaque {
	text-align:center;
	font-size:1.3em;
}

@media (max-width: 1139px) {
	
}

@media (max-width: 767px) {	
	main {
	}
		
	#video-container{
		padding-top: 60px;
	}
	.conteudo {
		padding: 0 10px;	
	}
	
	.topo > section:last-child > div > .row {
		display: flex;	
	}

	.topo > section:last-child > div > .row > div + div {
		width: 100%;	
	}
	
	.logo_topo {
		padding: 10px 0;
	}

	
	.logo_topo img {
		height: 40px;
	}
	
	.nav-pills {
		background-color: #2A3C57;
	}
	
	.nav-pills li a {
		padding: 15px 5px;
	}
	
	.navbar-collapse {
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: absolute;
		margin-top: 11px;
	}

	.navbar-wrapper {
		max-width: 100%;	
	}
}