.inner {
	margin:0 auto;
	position:relative;
	width:980px;
}

.general {
	overflow:hidden;
	width:100%;
}

.general .header {
	background:url(../images/structure/bg-header.jpg) no-repeat center top;
	height:191px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}

.general .header h1 {
	float:left;
	padding:30px 0 0 30px;
}

.general .header h1 a {
	background:url(../images/structure/logo.png) no-repeat;
	display:block;
	height:139px;
	overflow:hidden;
	text-indent:-9999px;
	width:227px;
}

.general .header ul {
	background:url(../images/structure/bg-menu.png) no-repeat 60px 0;
	display:block;
	float:right;
	height:186px;
	padding:0 30px 0 0;
}

.general .header ul li {
	float:left;
	position:relative;
}

.general .header ul li a {
	color:#fff;
	display:block;
	font:14px Georgia;
	font-style:italic;
	padding:140px 10px 30px 15px;
	position:relative;
	text-transform:uppercase;
	z-index:2;
}

.general .header ul li a:hover {
	text-decoration:none;
}

.general .header ul li span {
	display:block;
	filter: alpha(opacity=0);
	height:186px;
	left:-6px;
	opacity:0;
	overflow:hidden;
	position:absolute;
	top:0;
}

.general .header ul li .hover-menu-home {
	background:url(../images/structure/hover-menu-home.png) no-repeat;
	left:-22px;
	width:153px;
}

.general .header ul li .hover-menu-vantagens {
	background:url(../images/structure/hover-menu-vantagens.png) no-repeat;
	width:250px;
}

.general .header ul li .hover-menu-conheca {
	background:url(../images/structure/hover-menu-conheca.png) no-repeat;
	width:228px;
}

.general .header ul li .hover-menu-investir {
	background:url(../images/structure/hover-menu-investir.png) no-repeat;
	width:205px;
}

.general .header ul li.on span {
	filter: alpha(opacity=100)!important;
	opacity:1!important;
}

.general .menu-mobi {
	display:none;
}

.general .access-portal {
	background-color:#0c2129;
	height:69px;
	padding-top:191px;
	width:100%;
}

.general .access-portal h3 {
	color:#fff;
	float:left;
	font:19px museo300;
	padding:22px 0 0 30px;
	text-transform:uppercase;
}

.general .access-portal .form-access {
	display:block;
	float:right;
	overflow:hidden;
	padding:12px 24px 0 0;
}

.general .access-portal .form-access li {
	float:left;
	margin-right:6px;
	position:relative;
}

.general .access-portal .form-access li:last-child {
	height:45px;
	width:60px;
}

.general .access-portal .form-access li .bg-input {
	background:url(../images/structure/bg-input.png) no-repeat;
	display:block;
	height:44px;
	overflow:hidden;
	padding:0 0 0 20px;
	width:225px;
}

.general .access-portal .form-access li.erro .bg-input {
	background-position:0 bottom;
}

.general .access-portal .form-access li input[type="text"],
.general .access-portal .form-access li input[type="password"]{
	background:transparent;
	border:none;
	color:#000;
	font:18px Times, "Times New Roman";
	font-style:italic;
	height:42px;
	width:200px;
}

.general .access-portal .form-access li.erro input[type="text"],
.general .access-portal .form-access li.erro input[type="password"]{
	color:#F00;	
}

.general .access-portal .form-access li .loading {
	background:url(../images/structure/ajax-loader.gif) no-repeat center center;
	display:none;
	height:45px;
	overflow:hidden;
	text-indent:-9999px;
	width:60px;
}

.general .access-portal .form-access li a {
	background:url(../images/structure/btn-ok.png) no-repeat;
	color:#fff;
	display:block;
	font:16px museo700;
	height:45px;
	left:0;
	line-height:45px;
	overflow:hidden;
	position:absolute;
	text-align:center;
	top:0;
	width:60px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.general .access-portal .form-access li a:hover {
	filter: alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
}

.general .access-portal .form-access li ::-moz-placeholder {
	opacity:1!important;
}

.general .access-portal .form-access li ::-webkit-input-placeholder {
	color:#4e4e4e!important;
}

.general .access-portal .form-access li.erro ::-webkit-input-placeholder {
	color:#ff0000!important;
}

.general .access-portal .form-access li .placeholder { color:#4E4E4E; font:20px Times, "Times New Roman"; }

.general .access-portal .form-access li.erro .placeholder { color: #ff0000!important; }

.general .access-portal .box-wrong {
	background-color:#0c2129;
	color:#fff;
	display:none;
	font:18px Times, "Times New Roman";
	font-style:italic;
	height:69px;
	line-height:69px;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:595px;
}

.general .access-portal h3 strong {
	font-family:museo900;
	font-weight:normal;
}

.general .content {
	background:#fff url(../images/structure/bg-content.png) no-repeat center top;
	overflow:hidden;
	width:100%;
}

.general .bar {
	background-color:#faf9f8;
	height:230px;
	width:100%;
}

.general .bar ul {
	display:block;
	overflow:hidden;
	padding:0 0 0 30px;
}

.general .bar ul li {
	float:left;
	height:190px;
	padding:40px 145px 0 0;
}

.general .bar ul li:last-child {
	padding:40px 0 0 0;
}

.general .footer {
	background:url(../images/structure/bg-footer.jpg) no-repeat;
	height:620px;
	width:100%;
}

.general .footer .inner {
	padding:0 30px;
	width:920px;
}

.general .footer img {
	float:left;
	margin:25px 0 30px 0;
}

.general .footer .menu {
	display:block;
	float:right;
	overflow:hidden;
	padding:65px 0 0 0;
}

.general .footer .menu li {
	background:url(../images/structure/bullet.png) no-repeat right center;
	display:block;
	float:left;
	overflow:hidden;
	padding:0 6px;
}

.general .footer .menu li:last-child {
	background:none;
	padding:0 0 0 6px;
}

.general .footer .menu li a {
	border-radius:5px;
	color:#dddddd;
	display:block;
	font:14px Georgia;
	font-style:italic;
	height:32px;
	line-height:32px;
	padding:0 12px 0 12px;
	text-transform:uppercase;
}

.general .footer .menu li a:hover {
	background:url(../images/structure/bg-menu-footer.png) repeat-x;
	text-decoration:none;
}

.general .footer .infos {
	border-bottom:1px dashed #646868;
	border-top:1px dashed #646868;
	clear:both;
	display:block;
	overflow:hidden;
	padding:15px 0 15px 0;
}

.general .footer .infos li {
	border-right:1px dashed #646868;
	color:#dddddd;
	float:left;
	font:22px Times, "Times New Roman";
	font-style:italic;
	height:150px;
	padding:0 26px 0 26px;
}

.general .footer .infos li:first-child {
	padding:0 26px 0 0;
}

.general .footer .infos li:last-child {
	border:none;
	font-size:18px;
	padding:0 0 0 26px;
}

.general .footer .infos li h4 {
	display:block;
	height:24px;
	margin:20px 0 15px 0;
	overflow:hidden;
	text-indent:-9999px;
	width:100%;
}

.general .footer .infos li h4.txt-endereco {
	background:url(../images/structure/txt-endereco.png) no-repeat;
}
.general .footer .infos li h4.txt-telefone {
	background:url(../images/structure/txt-telefone.png) no-repeat;
}
.general .footer .infos li h4.txt-email {
	background:url(../images/structure/txt-email.png) no-repeat;
}

.general .footer .infos li a {
	color:#dddddd;
}

.general .footer .midias {
	display:block;
	float:left;
	overflow:hidden;
}

.general .footer .midias li {
	float:left;
}

.general .footer .midias li a {
	background:url(../images/structure/ico-linkedin.png) no-repeat;
	color:#dddddd;
	display:block;
	font:22px Times, "Times New Roman";
	font-style:italic;
	height:66px;
	overflow:hidden;
	padding:22px 25px 0 75px;
	width:165px;
}

.general .footer .midias li a.nav-facebook {
	background:url(../images/structure/ico-facebook.png) no-repeat;
	padding:22px 0 0 75px;
	width:140px;
}

.general .footer .copy {
	color:#dddddd;
	float:right;
	font:18px Times, "Times New Roman";
	font-style:italic;
	padding:40px 0 0 0;
}

.btn-investir {
	background:url(../images/sections/conheca/btn-como-investir.png) no-repeat;
	color:#fff;
	display:block;
	font:25px museo300;
	height:76px;
	margin:30px auto 0;
	overflow:hidden;
	padding:30px 0 0 0;
	text-align:center;
	text-transform:uppercase;
	width:429px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-investir strong {
	font-family:museo900;
	font-weight:normal;
}

.btn-investir:hover {
	filter: alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
}

.motivos {
	background:url(../images/sections/conheca/bg-motivos.png) no-repeat center top;
	height:213px;
	padding:60px 0 0 0;
}

.motivos h3 {
	border-right:1px dashed #b7b4b0;
	color:#438693;
	float:left;
	font:42px museo300;
	line-height:42px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	padding:0 20px 0 30px;
	width:365px;
}

.motivos h3 strong {
	font-family:museo900;
	font-weight:normal;
}

.motivos .lista-motivos {
	display:block;
	float:left;
	height:145px;
	overflow:hidden;
	position:relative;
	width:550px;
}

.motivos .lista-motivos li {
	color:#4e4e4e;
	display:none;
	font:20px Times, "Times New Roman";
	font-style:italic;
	height:100px;
	left:0;
	padding:45px 0 0 180px;
	position:absolute;
	top:0;
	width:370px;
}

.motivos .lista-motivos li span {
	color:#438693;
	display:block;
	font:116px museo900;
	left:25px;
	letter-spacing:-6px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:140px;
}

.motivos a {
	background:url(../images/sections/conheca/btn-saiba-mais.png) no-repeat;
	clear:right;
	color:#fff;
	display:block;
	float:right;
	font:15px museo300;
	height:38px;
	line-height:35px;
	margin:0 40px 0 0;
	overflow:hidden;
	text-align:center;
	text-transform:uppercase;
	width:147px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.motivos a strong {
	font-family:museo900;
	font-weight:normal;
}

.motivos a:hover {
	filter: alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
}

@media screen and (max-width: 800px) {
	.inner {
		width:768px;
	}
	
	.general .header {
		overflow:hidden;
	}
	
	.general .header h1 {
		padding:30px 0 0 15px;
	}
	
	.general .header h1 a {
		background:url(../images/structure/logo768.png) no-repeat;
		height:97px;
		width:157px;
	}
	
	.general .header ul {
		background:url(../images/structure/bg-menu.png) no-repeat 60px bottom;
		height:150px;
		padding:0 15px 0 0;
	}
	
	.general .header ul li a {
		padding:110px 10px 30px 15px;
	}
	
	.general .header ul li span {
		display:block;
		filter: alpha(opacity=0);
		height:150px;
		left:-6px;
		opacity:0;
		overflow:hidden;
		position:absolute;
		top:0;
	}
	
	.general .header ul li .hover-menu-home {
		background:url(../images/structure/hover-menu-home.png) no-repeat 0 bottom;
	}
	
	.general .header ul li .hover-menu-vantagens {
		background:url(../images/structure/hover-menu-vantagens.png) no-repeat 0 bottom;
	}
	
	.general .header ul li .hover-menu-conheca {
		background:url(../images/structure/hover-menu-conheca.png) no-repeat 0 bottom;
	}
	
	.general .header ul li .hover-menu-investir {
		background:url(../images/structure/hover-menu-investir.png) no-repeat 0 bottom;
	}
	
	.general .access-portal {
		height:92px;
	}
	
	.general .access-portal h3 {
		display:block;
		float:none;
		padding:5px 0 0 0;
		text-align:center;
	}
	
	.general .access-portal .form-access {
		display:block;
		float:none;
		padding:12px 24px 0 110px;
	}
	
	.general .access-portal .box-wrong {
		font:18px Times, "Times New Roman";
		font-style:italic;
		height:92px;
		line-height:92px;
		right:66px
	}
	
	.general .bar ul {
		padding:0 0 0 10px;
	}
	
	.general .bar ul li {
		padding-right:8px;
	}
	
	.general .footer .inner {
		padding:0 15px;
		width:738px;
	}
	
	.general .footer .menu li {
		background:url(../images/structure/bullet.png) no-repeat right center;
		display:block;
		float:left;
		overflow:hidden;
		padding:0 4px;
	}
	
	.general .footer .menu li:last-child {
		background:none;
		padding:0 0 0 4px;
	}
	
	.general .footer .menu li a {
		padding:0 6px 0 6px;
	}
	
	.general .footer .infos li {
		font:18px Times, "Times New Roman";
		padding:0 20px 0 20px;
	}
	
	.general .footer .infos li:first-child {
		padding:0 20px 0 0;
	}
	
	.general .footer .infos li:last-child {
		padding:0 0 0 20px;
	}
	
	.general .footer .midias {
		float:none;
		margin:0 auto;
		width:482px;
	}
	
	.general .footer .copy {
		float:none;
		text-align:center;
	}
	
	.motivos h3 {
		font:36px museo300;
		line-height:36px;
		width:310px;
	}
	
	.motivos .lista-motivos {
		width:380px;
	}
	
	.motivos .lista-motivos li {
		font:18px Times, "Times New Roman";
		font-style:italic;
		padding:35px 0 0 155px;
		width:235px;
	}
	
	.motivos .lista-motivos li span {
		font:100px museo900;
	}
}

@media screen and (max-width: 736px) {
	.inner {
		width:96%;
	}
	
	.general .header {
		background:#000;
		height:265px;
		position:relative;
	}
	
	.general .header h1 {
		float:none;
		padding:80px 0 0 0;
	}
	
	.general .header h1 a {
		margin:0 auto;
		background:url(../images/structure/logo.png) no-repeat;
		background-size:250px 153px;
		height:153px;
		width:250px;
	}
	
	.general .header ul {
		background:none;
		display:none;
		float:none;
		height:auto;
		padding:0 0 0 0;
	}
	
	.general .header ul li {
		float:none;
	}
	
	.general .menu-mobi {
		display:block;
		left:50%;
		margin-left:-48%;
		position:fixed;
		top:7px;
		width:96%;
		z-index:9999;
	}
	
	.general .menu-mobi .nav-menu {
		background:#225e75 url(../images/structure/bg-menu-mobi.png) no-repeat right center;
		border-radius:5px;
		color:#fff;
		display:block;
		font:17px museo700;
		height:39px;
		line-height:39px;
		overflow:hidden;
		padding:0 0 0 17px;
		text-transform:uppercase;
	}
	
	.general .menu-mobi .nav-menu.on {
		background:#8c423e url(../images/structure/bg-menu-mobi.png) no-repeat right center;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		border-bottom-left-radius:0;
		border-bottom-right-radius:0;
	}
	
	.general .menu-mobi ul {
		display:none;
		overflow:hidden;
	}
	
	.general .menu-mobi ul li {
		border-top:1px solid #af534e;
	}
	
	.general .menu-mobi ul li a {
		background:#693233;
		color:#fff;
		display:block;
		font:17px museo700;
		height:45px;
		line-height:45px;
		padding:0 0 0 17px;
		text-transform:uppercase;
	}
	
	.general .menu-mobi ul li:last-child a {
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
	}
	
	.general .menu-mobi a:hover {
		text-decoration:none;
	}
	
	.general .access-portal {
		padding-top:0;
	}
	
	.general .access-portal .form-access {
		padding:12px 24px 0 45px;
	}
	
	.general .access-portal .box-wrong {
		font:18px Times, "Times New Roman";
		font-style:italic;
		height:92px;
		line-height:92px;
		right:30px
	}
	
	.general .bar {
		height:auto;
	}
	
	.general .bar ul li {
		display:block;
		height:auto;
		padding-bottom:30px;
		padding-right:0;
		padding-top:30px;
		text-align:center;
		vertical-align:middle;
	}
	
	.general .footer {
		background:#000;
		height:auto;
	}
	
	.general .footer .inner {
		padding:0 0;
		width:96%;
	}
	
	.general .footer img {
		display:none;
	}
	
	.general .footer .menu {
		display:none;
	}
	
	.general .footer .infos {
		border:none;
		padding:0;
	}
	
	.general .footer .infos li {
		border-bottom:1px dashed #646868;
		border-right:0;
		float:none;
		font:16px Times, "Times New Roman";
		font-style:italic;
		height:auto;
		padding:20px 0 20px 0;
		text-align:center;
	}
	
	.general .footer .infos li:first-child {
		padding:20px 0 20px 0;
	}
	
	.general .footer .infos li:last-child {
		border:none;
		padding:20px 0 20px 0;
	}
	
	.general .footer .infos li h4 {
		margin:0 0 15px 0;
	}
	
	.general .footer .infos li h4.txt-endereco {
		background:url(../images/structure/txt-endereco.png) no-repeat center top;
	}
	.general .footer .infos li h4.txt-telefone {
		background:url(../images/structure/txt-telefone.png) no-repeat center top;
	}
	.general .footer .infos li h4.txt-email {
		background:url(../images/structure/txt-email.png) no-repeat center top;
	}
	
	.general .footer .infos li a {
		color:#dddddd;
	}
	
	.general .footer .midias {
		display:none;
	}
	
	.general .footer .copy {
		display:none;
	}
	
	.motivos {
		background:url(../images/sections/conheca/bg-motivos-mobi.png) no-repeat center top;
		height:300px;
		padding:32px 0 0 0;
		width:100%;
	}
	
	.motivos h3 {
		border-right:none;
		float:none;
		font:30px museo300;
		line-height:30px;
		margin:0 0 0 0;
		text-align:center;
		padding:0 0 0 0;
		width:100%;
	}
	
	.motivos .lista-motivos {
		float:none;
		height:180px;
		width:100%;
	}
	
	.motivos .lista-motivos li {
		font:16px Times, "Times New Roman";
		height:70px;
		left:0;
		padding:110px 0 0 0;
		position:absolute;
		text-align:center;
		top:0;
		width:100%;
	}
	
	.motivos .lista-motivos li span {
		left:50%;
		margin-left:-70px;
	}
	
	.motivos a {
		float:none;
		margin:0 auto;
	}
}

@media screen and (max-width: 568px) {
	.general .access-portal {
		height:265px;
	}
	
	.general .access-portal h3 {
		font:17px museo300;
		padding:25px 0 30px 0;
	}
	
	.general .access-portal .form-access {
		padding:12px 0 0 110px;
	}
	
	.general .access-portal .form-access li {
		float:none;
		margin-bottom:12px;
		margin-right:0;
		position:relative;
	}
	
	.general .access-portal .form-access li:last-child {
		width:245px;
	}
	
	.general .access-portal .form-access li .loading {
		float:right;
	}
	
	.general .access-portal .form-access li a {
		left:180px;
	}
	
	.general .access-portal .box-wrong {
		font:18px Times, "Times New Roman";
		font-style:italic;
		height:265px;
		line-height:265px;
		right:0;
		width:100%;
	}
}

@media screen and (max-width: 360px) {
	.general .access-portal .form-access {
		padding:12px 0 0 55px;
	}
	
	.btn-investir {
		background-size:310px 77px;
		font:18px museo300;
		height:57px;
		margin:30px auto 0;
		padding:20px 0 0 0;
		width:310px;
	}
}

@media screen and (max-width: 320px) {
	.general .access-portal .form-access {
		padding:12px 0 0 35px;
	}
	
	.motivos h3 {
		font:26px museo300;
		line-height:26px;
	}
}