* {
	padding:0;
	margin:0;
	vertical-align:baseline;
	list-style:none;
	border:0
}
.menu-tabs ul{
    display: flex;
    font-family: Open Sans, sans-serif;
}
.menu-tabs ul li{
    padding: 20px;
    color: #666;
        border: 1px solid #e9e9ee;
    /* border-right: none; */
    margin-right: 9px;
    cursor: pointer;
}
.fotos-lista ul li{
    border: none;
    margin: 0;
}
.fotos-lista ul li:first-child{
    padding-left: 0!important;
}
.tab{
    
padding-top: 20px;
}
.tab .titulo, .tab p{
    text-align: left;
}
#como-funciona .banner{
	background-image: url("../img/como-funciona/banner.png");
	background-position: center;
	background-size: cover;
	height: 340px;
	width: 100%;
}
.como-funciona li img{
	width: 40%;}
	.btn-amarelo:hover{
		background-color: #d1a204;
	}
	#sobre .banner{
		background-image: url("../img/sobre/banner.png");
		background-position: center;
		background-size: cover;
		height: 340px;
		width: 100%;
	}
	#captar .banner{
	    	background-image: url("../img/captar.jpg");
		background-position: center;
		background-size: cover;
		height: 340px;
		width: 100%;
	}
	.erro-login{
		display: none;
	}
	#como-funciona .banner .box, #sobre .banner .box,  #captar .banner .box{
		height: 340px;
		width: 100%;
		background-color: rgb(6 18 39 / 70%);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#como-funciona .banner .box .txt, #sobre .banner .box .txt,  #captar .banner .box .txt{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 20px;
	}
	#sobre .banner .box .titulo,  #captar .banner .box .titulo{
		font-size: 40px;
		font-family: 'Open Sans', sans-serif;
		color: rgb(255, 255, 255);
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}

	#como-funciona .banner .box .titulo {
		font-size: 40px;
		font-family: 'Open Sans', sans-serif;
		color: rgb(255, 255, 255);
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
		padding-bottom: 0;

	}
	#como-funciona .banner .box .subtitulo, #sobre .banner .box .subtitulo{
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		color: rgb(241, 186, 0);
	    margin-top: 10px;
		line-height: 26px;
		text-align: center;
		width: 100%;
	}
	.container{
		max-width: 1140px;
		margin: 0 auto;
		padding:  0 20px;
	}
	.box-padrao{
		padding: 80px 0;
	}
	.como-funciona ul{
		padding-top: 60px;
		display: flex;
	}
	.como-funciona li{
		width: 25%;
		padding: 0 8px
	}
	.como-funciona.box-padrao, .sobre-numeros.box-padrao{
		padding: 60px 20px 80px 20px;
	}
	.projetos-aberto .box-txt-img .img .box{
		text-align: center;
	}
	.como-funciona li:first-child{
		padding-left: 0;
	}
	.como-funciona li:last-child{
		padding-left: 0;
	}
	.como-funciona ul .indice{
		font-size: 40px;
		font-family: 'Open Sans', sans-serif;
		color: #F99D1C;
		font-weight: bold;
		line-height: 1.251;
		padding-bottom: 10px;
	}
	.como-funciona ul .titulo{

		font-size: 20px;
		font-family: 'Open Sans', sans-serif;
		color: #00234f;
		font-weight: bold;
		line-height: 1;
		text-align: left;
		padding-bottom: 10px;

	}
	.como-funciona ul p{
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		color: #666666;
		line-height: 1.444;
		text-align: left;

	}
	.box-txt-img{
		background-color: #f8f8f6;
		position: relative;
		min-height: 400px;

	}
	.box-txt-img .txt{
		padding: 50px 0 0 0;
		width: 50%;
		text-align: left;
	}
	.box-txt-img .txt .titulo, .box-txt-img .txt p{
		text-align: left;
		max-width: 580px;
	}
	.box-txt-img .txt p{
		margin-bottom: 40px;
	}
	.box-txt-img .img{
		position: absolute;
		right: 0;
		width: 50%;
		top:0;
		background-image: url("../img/como-funciona/investidor.jpg");
		height: 400px;
		background-position: center;
		background-size: cover;
	}
	.projetos-aberto .box-txt-img .img{
		background-image: url("../img/projetos/orfeu.png");	
		display: flex;
		justify-content: center;
	}
	.projetos-aberto .box-txt-img {
		margin-bottom: 60px;
	}
	.projetos-aberto .box-txt-img .img .box-infos{
		text-align: center;
		padding-top: 30px;
		width: 100%;
		padding-left: 60px;
		padding-right: 60px;
	}
	.projetos-aberto .box-txt-img .img .box-infos .cidade{
		font-size: 40px;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		padding-bottom: 10px;
		font-weight: 700;
	}
	.projetos-aberto .box-txt-img .img .box-infos .estado{
		color: #fff;
		font-size: 20px;
		margin-bottom: 60px;
		font-weight: 700;
	}
	.projetos-aberto .box-txt-img .img .box-infos .dias{
		font-size: 50px;
		color: #F99D1C;
		font-weight: 700;
		padding-bottom: 10px;
	}
	.projetos-aberto .box-txt-img .img .box-infos p{
		font-size: 20px;
		color: #fff;
	}
	#home .box-txt-img .img{
		background-image: url("../img/inicio/satisfacao.jpg");	
	}
	.titulo{
		font-size: 30px;
		font-family: 'Open Sans', sans-serif;
		color:  #00234f;
		font-weight: bold;
		line-height: 36px;
		text-align: center;
		padding-bottom: 15px;
		width: 100%;
	}
	img{
		max-width: 100%;
	}
	p{
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		color: #666666;
		line-height: 26px;
		text-align: center;
		width: 100%;
	}
	placeholder{
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		color: #666666;
	}
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
			color: #666666;
	}
	::-moz-placeholder { /* Firefox 19+ */
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
			color: #666666;
	}
	:-ms-input-placeholder { /* IE 10+ */
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
			color: #666666;
	}
	:-moz-placeholder { /* Firefox 18- */
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
			color: #666666;
	}

	.vantagens ul{
		display: flex;	
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.vantagens .container{
		padding: 0;
	}
	.text-left{
		text-align: left;
	}
	.siim .container{
		display: flex;
	}
	.siim .container .txt, .siim .container.img{
		width: 50%;
	}
	.siim .container .txt .titulo, .siim .container .txt p{
		text-align: left;
	}
	.siim .container .txt p{
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		color: #666666;
		padding-left: 20px;
		padding-bottom: 5px;

	}

	.siim .container .txt li{
		display: flex;
		text-align: left;
		align-items: center;
	}
	.siim .btn-amarelo{
		margin-top: 20px;
	}
	.rentabilidades .grafico{
		padding-top: 80px;
		position: relative;
	}
	.rentabilidades .grafico ul.horizontal span{
		font-size: 18px;
		font-family: 'Open Sans', sans-serif;
		color: #cacaca;
	}
	.rentabilidades .grafico ul.horizontal li{
		padding-bottom: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.rentabilidades .grafico ul.horizontal li:last-child{
		padding-bottom: 0;

	}
	.rentabilidades .grafico ul.horizontal li .linha{
		height: 1px;
		width: 100%;
		background-color: #dadada;
		margin-left: 5px;
		    opacity: 0.4;
	}
	.rentabilidades .grafico ul.absolute{
		display: flex;
		justify-content: space-around;
		padding: 0 29px;
		align-items: flex-end;
		position: absolute;
		bottom: -29px;
		left: -10px;
		right: 0;
		width: 100%;
	}
	#home .box-txt-img{
		margin-top: 80px;
	}
	.rentabilidades .grafico ul.absolute .box-graf, .box-resultado .box-graf {
		width: 116px;
		height: 100px;
		    background: #00234f;
	}
	.rentabilidades .grafico ul.absolute .porcentagem{
		padding: 10px;
		background-color: #00234f;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		font-size: 14px;
		color: #fff;
		font-weight: 700;
		margin: 0 auto 15px auto;
		width: 70px;
		border-radius: 5px;
		position: relative;
	}
	.rentabilidades .grafico ul.absolute li:last-child .porcentagem{
		font-size: 18px;
		width: 80px;
		background-color: #F99D1C;
	}
	.rentabilidades .grafico ul.absolute li:last-child .porcentagem:after{
		border-top: 8px solid #F99D1C;
	}
	.rentabilidades .grafico ul.absolute .porcentagem:after{
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #00234f;
		position: absolute;
		content: "";
		bottom: -7px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.rentabilidades .grafico ul.absolute p{
		margin-top: 15px;
		color: #00234f;
		font-weight: 600;
	}
	.rentabilidades .grafico ul.absolute li:last-child .box-graf, .box-resultado td:last-child .box-graf{
		    background: #F99D1C;
		-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .40);
		-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .40);
		box-shadow: 0 0 30px rgba(0, 0, 0, .40);
		transform: translate(0%, 0%) rotate(180deg);
		animation: none 10s forwards;
		animation-fill-mode: forwards;


	}
	.box-resultado .box-graf{
	    transform: translate(0%, 0%) rotate(180deg);
    animation: none 10s forwards;
    animation-fill-mode: forwards;
    height: 10px;
	}
	
	.box-resultado tr{
	        display: flex;
    align-items: flex-end;
    justify-content: space-between;
	}
	.box-resultado td{
	    margin: 0 3px;
	}
	@keyframes grow6 {
		from {
			height:0px;
		}
		to {
			height:260px;
		}
	}
		@keyframes grows6 {
		from {
			height:0px;
		}
		to {
			height:150px;
		}
	}
	@keyframes grow6 {
		from {
			height:0px;
		}
		to {
			height:260px;
		}
	}
	@keyframes grow1 {
		from {
			height:0px;
		}
		to {
			height:38px;
		}
	}
	@keyframes grow2 {
		from {
			height:0px;
		}
		to {
			height:85px;
		}
	}
	@keyframes grow3 {
		from {
			height:0px;
		}
		to {
			height:45px;
		}
	}
	@keyframes grow4 {
		from {
			height:0px;
		}
		to {
			height:54px;
		}
	}
	@keyframes grow5 {
		from {
			height:0px;
		}
		to {
			height:60px;
		}
	}
	.rentabilidades .grafico ul.absolute li:nth-child(1) .box-graf{


		transform: translate(0%, 0%) rotate(180deg);
		animation: none 10s forwards;
		animation-fill-mode: forwards;



	}
	.rentabilidades .grafico ul.absolute li:nth-child(2) .box-graf{


		transform: translate(0%, 0%) rotate(180deg);
		animation: none 10s forwards;
		animation-fill-mode: forwards;


	}
	.rentabilidades .grafico ul.absolute li:nth-child(3) .box-graf{


		transform: translate(0%, 0%) rotate(180deg);
		animation: none 10s forwards;
		animation-fill-mode: forwards;

	}
	.rentabilidades .grafico ul.absolute li:nth-child(4) .box-graf{


		transform: translate(0%, 0%) rotate(180deg);
		animation: none 10s forwards;
		animation-fill-mode: forwards;

	}
	.rentabilidades .grafico ul.absolute li:nth-child(5) .box-graf{


		transform: translate(0%, 0%) rotate(180deg);
		animation: none 10s forwards;
		animation-fill-mode: forwards;

	}
	.on1{
		animation-name: grow1!important;
	}
	.on2{
		animation-name: grow2!important;
	}
	.on3{
		animation-name: grow3!important;
	}
	.on4{
		animation-name: grow4!important;
	}
	.on5{
		animation-name: grow5!important;
	}
	.on6{
		animation-name: grow6!important;
	}
	.ons6{
		animation-name: grows6!important;
	}
	
	.rentabilidades .obs {
		font-size: 12px;
		font-family: 'Open Sans', sans-serif;
		color: #666666;
		line-height: 1.333;
		text-align: left;
		padding-top: 70px;
	}

	.bg_video{
		min-width: 100%; 
		min-height: 100%;
		background: url(img/video.jpg) no-repeat;
		background-size: cover; 
		display: none;
	}
	.banner-home{
		height: 100vh;
	}
	.banner-home .camada{
		height: 100%;
		    background-color: rgb(6 18 39 / 70%);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#projeto-interna{
		position: relative;
	}
	.btn-absolute{
		position: fixed;
		right: 20px;
		top: 130px;
		z-index: 99;
		background-color: #4caf50!important;
		color: #fff!important;
	}

	.conteudo .box .item{
		border: 1px solid #dadada;
		padding: 20px;
	}
	.conteudo .box .item p{
		text-align: left!important;
	}
	.banner-home .txt{
		text-align: center;
		margin-top: 85px;
	}
	.banner-home .titulo-branco{
		color: #ffffff;
		font-size: 42px;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 30px;
		font-weight: 700;
	}
	.banner-home .subtitulo{
		font-size: 18px;
		font-family: 'Open Sans', sans-serif;
		color: #F99D1C;
	}
	.banner-home .btn-amarelo{
		min-width: 160px;
		text-align: center;
	}
	.vantagens li{
		width: 33.33%;
		text-align: center;
		padding: 0 20px;
	}
	.vantagens li .titulo {
		font-size: 18px;
		font-family: 'Open Sans', sans-serif;
		color: #00234f;
		font-weight: bold;
		line-height: 1;
		padding: 20px 0 15px 0;
	}
	.vantagens li p{
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		color: #666666;
		line-height: 1.444;
	}
	.btn-amarelo {
		border-radius: 5px!important;
		display: inline-block;
		background-color: #F99D1C!important;
		padding: 11px 30px;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		color: rgb(17, 17, 17)!important;
		font-weight: bold;
		text-transform: uppercase;
		cursor: pointer;
	}
	.login-social{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.login-social .facebook, .login-social .google{
	    width: 48%;
	}

		.btn-facebook {
		border-radius: 5px!important;
		display: block;
		background-color: #4267b2!important;
		padding: 11px 30px;
		margin-top: 15px;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		cursor: pointer;
		text-align: center;
	
	}
	.btn-facebook i, .btn-google i{
	    margin-right: 10px;
	}
	.btn-google{
		border-radius: 5px!important;
		display: block;
		background: #d73925!important;
		padding: 11px 30px;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		cursor: pointer;
		margin-top: 15px;
		text-align: center;
	
	}
	.ou{
	    margin-top: 15px;
	    position: relative;
	}
	.ou:before{
	    content: "";
	    height: 1px;
	    background-color: #ccc;
	    width: 46%;
	    position: absolute;
	    left: 0;
	    top: 50%;
	}
	.ou:after{
	    content: "";
	    height: 1px;
	    background-color: #ccc;
	    width: 46%;
	    position: absolute;
	    right: 0;
	    top: 50%;
	}
	form .btn-amarelo{
		min-width: 160px;
	}
	a{
		text-decoration: none;
	}
/*.owl-stage{
	left: -50px;
	}*/
	.projetos-slide ul .owl-stage-outer{
		max-width: 1200px;
		margin: 0 0 0 auto;
	}
	.owl-nav .owl-prev{
	/*background-color: #222222!important;
	width: 50px;
	height: 50px;*/
	position: absolute;
	top: 30%;
	
	left: 60px;
}
.owl-nav .owl-next{
	/*background-color: #222222!important;
	width: 50px;
	height: 50px;*/
	position: absolute;
	top: 30%;
	color: #fff;
	right: 60px;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.owl-nav  span{
	font-size: 70px;
	color: #fff;
}
.range-slider{
	padding-bottom: 25px;
	width: 100%;
}
.range-slider p{
	text-align: left;
	color: #666666;
	font-size: 16px;
}
input[type=file]{
    padding: 20px;
    background: #fff;
    display: flex;
    width: 92%;
}
input[type=range]{
	width: 100%;
	-webkit-appearance: none;    
	height: 4px;
	border-radius: 5px;
	background: #d7dcdf;
	outline: none;
	padding: 0;
	margin: 0;
	background-color: rgb(218, 218, 218);
	margin-bottom: 20px;
}
input[type=range]:after {
	position: absolute;
	top: 8px;
	left: -7px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #2c3e50;
	border-bottom: 7px solid transparent;
	content: '';
}
.range-slider__value{
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #F99D1C;
	cursor: pointer;
	transition: background 0.15s ease-in-out;
}
.box-simulador{
	display: flex;
	min-height: 300px;
}
.box-simulador form{
	width: 40%;
	padding-right: 40px;
}
.box-simulador .box-resultado{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}
.box-resultado table{
	width: 100%;
}
.box-resultado th{
	text-align: left;

}
.box-resultado .box-valor-grafico{
    	padding: 10px;
    background-color: #00234f;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin: 0 auto 15px auto;
    width: 80px;
    border-radius: 5px;
    position: relative;
}
.box-resultado  td:last-child .box-valor-grafico{
        background: #F99D1C;
}
.box-resultado .box-valor-grafico:after{

    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #00234f;
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;

}
.box-resultado  td:last-child .box-valor-grafico:after{
   border-top: 8px solid #F99D1C;
}
.box-resultado p{
	text-align: center;
	margin-top: 15px;
    color: #00234f;
    font-weight: 600;

}
.box-simulador span{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #222;
	line-height: 1.444;
	font-weight: 600;
}
.box-resultado td span{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 1.444;
	font-weight: 600;
}
.btn-white{
	background-color: #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 11px 30px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: rgb(17, 17, 17);
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;

}
header ul li{
	position: relative;
}
.submenu{
	position: absolute;
	background-color: #00234f;
	display: none;
	width: 136px;
	left: -7px;
	padding: 10px 0;
	z-index: 999;

}
header ul li:last-child:hover .submenu{
	display: block;
}
.submenu li{
	margin-left: 10px;
}
.submenu li a{
	font-size: 14px;
	margin: 5px 0;
}
.box-resultado table th{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #666666;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
}
.box-simulador .box-resultado .titulo{
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 20px;
}
.box-simulador .resultado{
	background-color: #f7f7f7;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	color: rgb(241, 186, 0);
	font-weight: bold;
}

.sobre-numeros .container{
	display: flex;
}

.sobre-numeros .container .box:first-child{
	width: 70%;
	text-align: left;
	padding-right: 80px;
}
.sobre-numeros .container .box{
	width: 40%;
	text-align: left;
}
.sobre-numeros .container .box:first-child .titulo, .sobre-numeros .container .box:first-child p{
	text-align: center;

}
.sobre-numeros .container .box .numero{
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}
.sobre-numeros .box-txt{
	padding-bottom: 30px;
}
.sobre-numeros .container .box .numero span{
	font-size:40px;
	font-family: 'Open Sans', sans-serif;
	color: rgb(241, 186, 0);
	font-weight: bold;
	line-height: 1;
}
.sobre-numeros .container .box .numero p{
	text-align: left;
	padding-left: 30px;
}
.projetos-aberto .box-txt-img{
	margin-top: 40px;
}
.projetos-aberto li{
	display: flex;
	max-width: 580px;
}
.projetos-aberto li span{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #00234f;
	font-weight: bold;
	text-align: right;

}
.projetos-aberto  .box-txt-img .txt p {
	margin-bottom: 25px;
}
.projetos-aberto .txt ul{
	padding-right: 60px;
}
.projetos-aberto .btn-amarelo{
	margin-top: 20px;
}
.contato .lateral, .contato .formulario{
	width: 50%;
}
.contato .lateral .titulo, .contato .lateral p{
	text-align: left;
}
.contato .infos{
	padding-top: 60px;
}
.contato .lateral{
	padding-right: 80px;
}
.contato .lateral .icones{
	margin-top: 15px;
}
.contato .lateral .icones svg{

	margin-right: 5px;
}
form input{
	border-width: 1px;
	border-color:  #e2e5ec;
	border-style: solid;
	height: 40px;
	width: 100%;
	margin-bottom: 15px;
	text-indent: 10px;
	border-radius: 5px;
	
}
form select{
	width: 100%;
	border-width: 1px;
	border-color:  #e2e5ec;
	border-style: solid;
	height: 40px;
	margin-bottom: 20px;
	text-indent: 10px;
	border-radius: 5px;
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    line-height: 26px;
}
form input, form textarea{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #666666;
	line-height: 26px;

	width: 100%;
}

form textarea{
	border-width: 1px;
	border-radius: 5px;
	border-color:  #e2e5ec;
	border-style: solid;
	height: 160px;
	padding-top: 10px;
	padding-left: 10px;
	width: 100%;
	resize: none;
	margin-bottom: 20px;
}
.contato{
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
}
.contato form{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.contato .icones{
	display: flex;
}
.contato iframe{
	width: 100%;
	height: 528px;
}
.projetos-slide li{
	text-align: left;
	margin: 0 10px;
	    width: calc(50% - 20px);
	    
}
.projetos-slide li:hover{
        -webkit-box-shadow: 0px 15px 28px 0px rgba(27,31,46,.06);
    box-shadow: 0px 15px 28px 0px rgba(27,31,46,.06);
}
.projetos-slide li:first-child .tag{
	background-color: #4caf50;
}
.projetos-slide li .tag{
	position: absolute;
	background-color: #ccc;
	padding: 5px 10px;
	top: 15px;
	left: 35px;
	font-size: 13px;
	background-color: rgb(241, 186, 0);
	color: #fff;
	font-weight: 700;
	
	font-family: Open Sans, sans-serif;
}
.projetos-slide li .img{
	position: relative;
}
.projetos-slide li .camada{
	height: 290px;
	    background-color: rgba(0,0,0,.4);
	
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;

}

.projetos-slide li .infos{
	padding: 20px;
	color: #fff;
	font-family: Open Sans, sans-serif;
	padding-left: 35px;
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}
.projetos-slide li .infos span{
    font-size: 30px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.menu-categorias ul{
        display: flex;
    margin-left: 40px;
    display: none;
}
.menu-categorias ul li{
    margin-right: 10px;
    
    font-family: 'Poppins', sans-serif;
}
.menu-categorias ul li a{
        color: #00234f;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .20);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .20);
    box-shadow: 0 0 10px rgba(0, 0, 0, .20);
    padding: 5px 20px;
    border-radius: 7px;
}
.projetos-slide li .camada .infos p:first-child{
	color: #fff;
	font-size: 24px;
}
.projetos-slide li .camada .infos p:last-child{
	color: #fff;
	font-size: 18px;
	padding-top: 5px;
}
.projetos-slide ul{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	max-width: 1160px;
	flex-wrap: wrap;
}
.projetos-slide p{
	text-align: left;
	    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}
.projetos-slide label{
    color: #666666;
}
.arrow{
	display: flex;
	justify-content: flex-end;
}
.projetos-slide{
    padding: 60px 20px;
}
.projetos-slide li .txt{

	padding: 20px 35px;
    border: 1px solid #e9e9ee;
    border-top: 0;
    background: #fff;
	position: relative;
}
.projetos-slide .nome-proj{
	width: 100%;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #00234f;
	line-height: 34px;
	display: inline-block;
	font-weight: 700;
	margin: 0;
}
#pg-login .ancora-projeto{
	display: none;
}
.pg-login .boxes{
	display: flex;
	max-width: 1060px;
	margin: 25px auto 0 auto;
}
.projetos-slide li .txt .info-div-box{
	display: flex;
	margin-top: 15px;
}
.progresso-mini{
        position: absolute;
    animation-delay: 0;
    left: 0;
    bottom: 15px;
    /* width: 100%; */
    left: 20px;
    right: 20px;
}
.infos-progresso{
    display: flex;
    justify-content: space-between;
}
.infos-progresso p{
    color: #fff;
}
.infos-progresso p:last-child{
    text-align: right;
}
.projetos-slide li .txt .info-div img{
    max-width: 45px;
}
#projeto-interna .dias{
	padding-top: 40px;
}
#projeto-interna .dias p:first-child{
	font-size: 40px;
	color: #F99D1C!important;
	font-weight: 700;
	padding-bottom: 10px;
}
.projetos-slide li .txt .info-div{
	width: 50%;
}

#pg-login .box-padrao, #pg-cadastro .box-padrao{
	padding: 60px 0 120px 0;
}
.pg-login .boxes .box {
	width: calc(50% - 60px);
	padding: 0 60px;
}
.pg-login .boxes .box .titulo{
	font-size: 26px;
	padding-bottom: 5px;
}
label{
	width: 100%;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #00234f;
	line-height: 1.444;
	text-align: left;
	display: inline-block;
	margin-bottom: 8px;
	font-weight: 400;

}
.sucesso-cadastro{
	text-align: center;
}
.sucesso-cadastro p{
	color: #04b800;
	font-size: 24px;
	text-align: center;
	margin-top: 5px;
}
#pg-cadastro .titulo{
	padding-bottom: 0px;
}
.pg-login .boxes .box  form{
	margin-top: 40px;
}
.pg-login .boxes .box button{
	width: 100%;
	margin-top: 10px;
}
.pg-login .boxes .box a.btn-amarelo{
	margin: 20px auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.input-label{
	width: calc(50% - 40px);
	padding: 0 20px;
}
#pg-cadastro .input-label label{
	margin-bottom: 5px;
}
#pg-cadastro form{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

#video-background {
	position: absolute;
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
	z-index: -100;
}
.progress {
	width: 100%;
	height: 4px;
	border-radius: 4px;
}
.progress-wrap {
	background: #F99D1C;
	overflow: hidden;
	position: relative;
}
.progress-bar {
	background: #ddd;
	left: 0;
	position: absolute;
	top: 0;
}
.btn-cem{
	width: 100%;
	text-align: right;
	padding-right: 20px;
}
#map {
	height: 400px;  /* The height is 400 pixels */
	width: 100%;  /* The width is the width of the web page */
}
#minha-conta .ancora-projeto{
	display: none;
}
#minha-conta .box-conta{
	display: flex;
}
#minha-conta .box-conta .menu{
	
	width: 25%;
	
}
#minha-conta .box-conta .conteudo{
	width: 75%;
	padding-left: 40px;
}
.social{
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	background-color: #F99D1C;
	color: #fff;

}
.social:hover{
	background-color: #fff;
	color: #F99D1C;

}
#minha-conta .box-conta .conteudo .titulo{
	text-align: left!important;
}
#minha-conta .box-conta .menu a{
	display: block;
	
	font-family: Open Sans, sans-serif;
	/*color: #666;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 15px 10px;
	font-size: 16px;*/
}
/** MENU MOBILE **/
.icone-menu-mobile{float: right;display: none;color: #fff;font-size: 30px;cursor: pointer;}
#home .icone-menu-mobile{padding-top: 20px;}
.icone-menu-mobile-fechar{float: none;padding-bottom: 20px;font-size: 30px;cursor: pointer;color: #fff;}
.menu-mobile ul{position: fixed;left: 0;top: 0;height: 100%;width: 100%;background: rgba(0, 0, 0, 0.9);z-index: 3;text-align: center;padding: 30px 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;overflow: auto;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);o-transform: translateY(-100%);transform: translateY(-100%);-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;transition-property: transform;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s;transition-duration: 0.4s;}
.menu-mobile ul li{padding-bottom: 25px;font-weight: 300;font-family: 'Open Sans', sans-serif;}
.menu-mobile ul li a{color: #fff;font-size: 22px;line-height: 1;padding-bottom: 10px;}
.menu-mobile ul li .btn-amarelo{font-size: 14px!important;color: #000!important;}
.menu-mobile ul.visivel{transform: translateY(0);}

#projeto-interna{
	font-family: Open Sans, sans-serif;
}
#projeto-interna .destaque .img{
	position: relative;
}
#projeto-interna .destaque .camada{
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;

}
#projeto-interna .detalhes.box-padrao{
	padding-top: 40px!important;
	padding-bottom: 0px;
}
#projeto-interna .ancora-projeto{
	display: none;
}
#projeto-interna .detalhes.box-padrao ul{
	display: flex;
	justify-content: space-between;
}
#projeto-interna .detalhes.box-padrao ul p{
	text-align: left;
}
#projeto-interna .detalhes.box-padrao ul p:last-child{

	font-weight: 700;
}
#projeto-interna .destaque .txt{
	padding-top: 80px;
	text-align: center;
}
#projeto-interna .destaque .txt .nome-projeto{
	font-size: 40px;
	color: #fff;
	font-weight: 700;
}
header.menu-logado ul li:last-child a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
header.menu-logado ul li:last-child a svg{
	margin-left: 6px;
}
#projeto-interna .destaque .txt .local{
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	padding-bottom: 10px;
}
#projeto-interna .destaque .txt p{
	color: #fff;
}
#projeto-interna .progresso-infos .infos{
	text-align: center;
	display: block;
	padding-top: 10px;
}
#projeto-interna .progresso-infos .infos p{
	color: #fff;
}
#projeto-interna .progresso-infos .infos p:last-child{
	font-weight: 700;
}
#projeto-interna .progresso-infos{
	padding-top: 60px;
}
#projeto-interna  .conheca{
	display: flex;
}
#projeto-interna  .conheca .txt{
	padding-right: 60px;
}
#projeto-interna  .conheca .txt, #projeto-interna  .conheca .img{
	width: 50%;
}
#projeto-interna  .conheca .txt .titulo{
	text-align: left;
}
#projeto-interna  .conheca .txt p{
	text-align: left;
}
.error{
	color:red;
	font-size: 14px;
	font-weight: 400;
}
.duvidas a {
    cursor: pointer;
    display: flex;
    padding: 10px 10px 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.duvidas i {
    color: #F99D1C;
}
.paginacao{
        margin-top: 31px;
    display: block;
    text-align: center;
    font-family: Open Sans, sans-serif;
}
.paginacao a {
    padding: 10px 15px;
    border: 1px solid #dadada;
    cursor: pointer;
}
.paginacao a.active {
    background-color: #F99D1C;
}
.duvidas .titulo{
        font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #00234f;
    font-weight: normal;
    line-height: 36px;
    text-align: left;
    padding-bottom: 15px;
    width: 100%;
}
#captar .ancora-projeto{
    display: none;
}
#captar ul.steps{
	width: 100%;
	margin: 0 auto;	
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
#captar ul.steps .step:after{
	height: 1px;
	width: 479px;
	position: absolute;
	background-color: #d8d8d8;
	left: 20px;
	top: 10px;
	content: "";
}
ul.steps{
	width: 300px;
	margin: 0 auto;	
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
ul.steps .step{
	width: 20px;
	height: 20px;
	border: 1px solid #d8d8d8;
	border-radius: 100%;
	position: relative;
}
ul.steps .step:after{
	height: 1px;
	width: 73px;
	position: absolute;
	background-color: #d8d8d8;
	left: 20px;
	top: 10px;
	content: "";
}
ul.steps .step:last-child:after{
	display: none;
}
ul.steps .step.active{
	background-color: #F99D1C;
	border-color: #F99D1C;
}
ul.steps .step.active:after{
	background-color: #F99D1C;
}
.box-modal{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,0.6);	
	display: none;
	align-items: center;
    justify-content: center;

}
.box-modal.active{
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-modal .form-modal{
	padding: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);	
    width: 440px;
    margin: 80px auto 0 auto;
    position: relative;
    border-radius: 5px;
}
.box-modal .form-modal .titulo, .box-modal .form-modal p{
    text-align: left;
}
.box-modal .form-modal p.ou{
    text-align: center;
}
.box-modal .box .btn-amarelo{
    width: 100%;
}
.box-modal form .titulo{
	padding-bottom: 5px;
}
@media all and (max-width: 1500px){
    #como-funciona .banner .box, #sobre .banner .box, #captar .banner .box, #como-funciona .banner, #sobre .banner, #captar .banner{
        height: 300px;
    }
}
@media screen and (min-width: 1498px){
	.projetos-slide ul .owl-stage-outer {
		max-width: 1273px;
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width: 1000px){
	.como-funciona ul, .vantagens ul{
		flex-wrap: wrap;

	}
	.como-funciona ul{
		padding: 40px 20px 0 20px;
	}
	.como-funciona li, .vantagens li{
		width: calc(50% - 40px);
		margin-bottom: 20px;
	}
	.box-txt-img .txt{
		width: 100%;
	}
	.box-txt-img .img{
		width: 100%;
		position: static;
	}
	#home .header{
		padding: 0 20px;
	}
	.projetos-slide ul{
		flex-wrap: wrap;
	}
	.pg-login .boxes{
		flex-wrap: wrap;
	}
	.pg-login .boxes .box{
		width: 100%;
		margin-bottom: 30px;
	}
	.projetos-slide ul li{
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 800px){
	.como-funciona li, .vantagens li{
		width: 100%;
		margin-bottom: 40px;
		
	}
	.box-resultado tr{
	    flex-wrap: wrap;
	}
	.box-resultado td{
	    width: 33.33%;
	}
	#projeto-interna .conheca .txt{
		padding-right: 0px;
	}
	#projeto-interna .conheca .img{
		height: 300px!important;
	}
	#projeto-interna .destaque .txt .nome-projeto{
		font-size: 30px;
	}

	.como-funciona li img {
    width: 15%;
}
	.fotos-lista ul li{
		width: calc(100% - 20px)!important;
		margin-bottom: 20px;
	}
	.fotos-lista ul{
		padding-top: 20px!important;
	}
	.conheca{
		padding: 0 20px;
		flex-wrap: wrap;
	}
	#projeto-interna .conheca .txt, #projeto-interna .conheca .img{
		width: 100%;
		padding-bottom: 20px;
	}
	#minha-conta .box-conta{
		flex-wrap: wrap;
		padding: 0 20px;
	}
	#minha-conta .box-conta .conteudo{
		padding-left: 0;
		padding-top: 15px;
	}
	#minha-conta .box-conta .menu, #minha-conta .box-conta .conteudo{
		width: 100%;
	}
	.input-label{
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	.como-funciona li{
		padding-left: 0;
	}
	.box-simulador .box{
		width: 100%;
		padding-right: 0;
	}
	.box-simulador .box-resultado{
		width: 100%;
	}
	.box-simulador{

		flex-wrap: wrap;
	}
	header ul li{
		display: none;
	}
	header {
		padding-left: 20px;
		padding-right: 20px;
	}
	.box-simulador form{
		padding-right: 0;
		width: 100%;
	}
	
	.box-txt-img .img{
		display: none;
	}
	.siim .container{
		flex-wrap: wrap;
	}
	.siim .container .txt, .siim .container .img{
		width: 100%!important;
	}
	.siim .container .img{
		display: none;
	}
	.box-padrao, .como-funciona.box-padrao, .sobre-numeros.box-padrao {
		padding: 40px 0!important;
	}	
	#projeto-interna .detalhes.box-padrao ul{
		flex-wrap: wrap;
		padding: 0 20px;
	}
	
	#projeto-interna .detalhes.box-padrao ul li{
		width: 100%;	

	}
	
	br{
		display: none;
		content: " ";  
	}
	#home .menu.fixed{
		display:none!important;

	}
	.sobre-numeros .container{
		flex-wrap: wrap;
	}
	.sobre-numeros .container .box{
		width: 100%;
	}
	.sobre-numeros .container .box:first-child{
		width: 100%;
		margin-bottom: 20px;
	}
	.contato .lateral{
		width: 100%;
	}
	.contato .formulario{
		width: 100%;
	}
	.contato{
		flex-wrap: wrap;
	}
	.contato .infos{
		padding-top: 15px;
		margin-bottom: 20px;
	}
	.projetos-aberto .box-txt-img .container{
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}
	.icone-menu-mobile{
		display: block!important;
	}
	.projetos-aberto .box-txt-img .container .img{
		order: 1;
	}
	.projetos-aberto .box-txt-img .container .txt{
		order: 2;
		padding-left: 20px;
	}
	.projetos-aberto .box-txt-img .container .txt ul{
		padding-right: 20px;
	}
	.box-txt-img .txt{
		padding-top: 30px;
	}
	#home header{
		background-color: transparent;
	}
	.rentabilidades .titulo, .rentabilidades p{
		text-align: left;
		padding: 0 20px;
	}
	.rentabilidades .obs{
		padding-left: 0;
	}
	.rentabilidades{
		display: none;
	}

	.rentabilidades .absolute{
		display: none!important;
	}
	.banner-home .titulo-branco{
		font-size: 30px;
		padding: 0 20px;
	}
	#home header{
		padding: 20px!important;
	}
	#como-funciona .banner .box .titulo, #sobre .banner .box .titulo{
		font-size: 30px;
	}
	.titulo{
		font-size: 28px;
		line-height: 38px;
	}
	.owl-nav{
		display: none!important;
	}
	.projetos-slide li .txt{
		padding: 15px!important;
	}
	.projetos-slide li .img, .projetos-slide li .img .camada{
		height: 200px!important;
	}
	


}
