<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*home*/
	*{box-sizing:border-box}
	.header { position: absolute; width: 100%; z-index: 10; }
	.container { max-width: 1271px !important; }

	.header.affix {position:fixed !important; background:rgba(35,60,80, 0.8)!important;}
	.header.affix .menu { margin: 22px 0;}
	.header.affix .logo { margin: 10px 0; height:50px; background: rgba(0, 0, 0, 0) url("../images/logo-site-menor.png") no-repeat scroll 0 0; }

	.header .logo { background: rgba(0, 0, 0, 0) url("../images/logo-site.png") no-repeat scroll 0 0; float: left; height: 102px; margin: 30px 0; width: 230px; }
	.header .logo a { float: left; font-size: 0; height: 100%; line-height: 0; text-indent: -999em; width: 100%; }

	.header .menu { float: right; margin: 74px 0; }
	.header .menu ul { float: left;}
	.header .menu ul li { float: left; margin: 0 0 0 40px; }
	.header .menu ul li a { color: #fff; float: left; font-family: "Montserrat",sans-serif; font-size: 15px; font-weight: 500; text-decoration: none; text-transform: capitalize; }
	.header .menu ul li a:hover { color:#CC9315 }

	.header .menu ul li.dropdown {}
	.header .menu ul li.dropdown .caret { border-color: #fff transparent currentcolor; border-style: solid solid dotted; border-width: 5px 5px 0; content: ""; display: inline-block; height: 0; margin-left: 2px; vertical-align: middle; width: 0; }
	.header .menu ul li.dropdown ul { background: #cc9315 none repeat scroll 0 0; border: medium none; box-shadow: none; margin: 7px 0 0 -15px; padding: 0; overflow:hidden }
	.header .menu ul li.dropdown ul li { float: left; height: 32px; margin: 0; width: 181px; }
	.header .menu ul li.dropdown ul li:nth-child(odd) {background:#C0800F}
	.header .menu ul li.dropdown ul li:nth-child(even) {background:none}
	.header .menu ul li.dropdown ul li a { font-size: 14px; line-height: 32px; padding: 0 15px;}
	.header .menu ul li.dropdown ul li a:hover {background:none; color:#fff}

	.banner {float:left; width:100% }
	.banner .caption { display:none }
	.banner img { width:100% }

	.main {float:left; width:100% }
	.main .bigTitle { color: #3a3a3a; float: left; font-family: montserrat; font-size: 40px; font-weight: normal; margin: 32px 0; padding: 60px 0; position: relative; text-align: center; width: 100%; }
	.main .bigTitle b { background: #cc9315 none repeat scroll 0 0; bottom: 35px; height: 7px; left: 50%; margin-left: -58px; position: absolute; width: 116px; }

	.main .solucoesInvestidores { float: left; padding-bottom: 20px; width: 100%; }
	.main .solucoesInvestidores .boxSolucao { float: left; padding: 30px 15px; position:relative; transition: all 0.2s ease 0s; width: 25%; }
	.main .solucoesInvestidores .boxSolucao .sombra { border-radius:10px; box-shadow:1px 2px 19px 11px #eee; float:left; overflow:hidden; position:relative; width:100%; }
	.main .solucoesInvestidores .boxSolucao .back { background:#fff; float:left; padding: 15px 15px 30px; position:relative; width:100%; height:175px; }
	.main .solucoesInvestidores .boxSolucao img { float: left; width: 100%; }
	.main .solucoesInvestidores .boxSolucao .info { color: #8d8d8d; float: left; font-family: montserrat; font-size: 14px; font-weight: 300; margin: 0; width: 100%; }
	.main .solucoesInvestidores .boxSolucao h2 {text-align: center; padding-bottom: 12px; color: #27435a; float: left; font-family: montserrat; font-size: 28px; font-weight: 500; margin: 5px 0; width: 100%; }
	.main .solucoesInvestidores .boxSolucao .txt { color: #888; float: left; font-family: montserrat; font-size: 15px; font-weight: 300; margin: 0; }
	.main .solucoesInvestidores .boxSolucao .conheca { background: #cc9315 none repeat scroll 0 0; border-radius: 20px; bottom: 10px; color: #fff; font-family: montserrat; font-size: 15px; height: 36px; line-height: 36px; position: absolute; right: 30px; text-align: center; width: 121px; }

	.main .solucoesInvestidores .boxSolucao:hover { transform:scale(1.1, 1.1); z-index:1 }
	.main .solucoesInvestidores .boxSolucao:hover .sombra { box-shadow:none }

	.main .experiencia { background: #1f3b53 none repeat scroll 0 0; float: left; margin-top: 50px; padding: 50px 0; width: 100%; }
	.main .experiencia .textos { float: left; margin-left: 30px; width: 555px; }
	.main .experiencia .textos h2 { color: #f7d07a; float: left; font-family: montserrat; font-size: 40px; margin: 0 0 20px; padding-bottom: 15px; position: relative; }
	.main .experiencia .textos h2 b { background: #cc9315 none repeat scroll 0 0; bottom: -4px; height: 7px; left: 0; position: absolute; width: 116px; }
	.main .experiencia .textos p { color: #fff; float:left; font-family: montserrat; font-size: 15px; margin-bottom: 15px; }
	.main .experiencia .textos a { background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll right center; color: #f7d07a; float: left; font-family: montserrat; font-size: 14px; margin-bottom: 0; padding-right: 27px; text-transform: uppercase; }
	.main .experiencia img { float: right; margin: 106px 35px; }

	.main .blog { float:left; width:100% }
	.main .blog .title { float: left; font-family: montserrat; font-size: 20px; font-weight: normal; height: 34px; position: relative; width: 100%; margin: 45px 0; }
	.main .blog .title b { background: #cc9315 none repeat scroll 0 0; bottom: 0; height: 3px; left: 0; position: absolute; width: 116px; }
	.main .blog .boxNoticia { float: left; padding: 0 7.5px; width: 33.3%; }
	.main .blog .ajustaDiv { margin:0 -7.5px }
	.main .blog .ajustaDiv .videoTitle { text-align: center; font-family: montserrat; font-size: 16px; font-weight: normal; height: 34px; position: relative; width: 100%; margin: 20px 0; }

	.main .blog .boxNoticia a { border: 1px solid #eee; border-radius: 10px; float: left; min-height: 418px; overflow: hidden; padding-bottom: 30px; position: relative; width: 100%; }
	.main .blog .boxNoticia a .mascara { float: left; width: 100% }
	.main .blog .boxNoticia a .mascara img { float: left; width: 100%}
	.main .blog .boxNoticia a .chamada_tit { color: #27435a; float: left; font-family: montserrat; font-size: 17px; font-weight: 500; margin:0; padding: 14px; width: 100%; }
	.main .blog .boxNoticia a .chamada { color: #888; float: left; font-family: montserrat; font-size: 11px; margin: 0; padding: 0 15px; width: 100%; }
	.main .blog .boxNoticia a .mais	{ bottom: 15px; color: #cc9315; font-family: montserrat; font-size: 11px; left: 15px; position: absolute; }

	.main .depoimentos { float:left; width:100% }
	.main .depoimentos .boxDepo { float:left; position:relative; width:100% }
	.main .depoimentos .boxDepo .autor { float:left; width:100% }
	.main .depoimentos .boxDepo .autor .nome {font-weight: normal; color: #3a3a3a; float: left; font-family: montserrat; font-size: 22px; margin: 0; text-align: center; width: 100%; }
	.main .depoimentos .boxDepo .autor .OcupacaoDepo { color: #3a3a3a; float: left; font-family: montserrat; font-size: 16px; margin: 0; text-align: center; width: 100%; height: 24px;}
	.main .depoimentos .boxDepo .autor .ocupacao { color: #9fa3a7; float: left; font-size: 10px; letter-spacing: 1px; text-align: center; text-transform: uppercase; width: 100%; }
	.main .depoimentos .boxDepo hr { background: #eaeaea none repeat scroll 0 0; border: medium none; height: 2px; left: 50%; margin: 0 auto 0 -20px; position: absolute; top: 58px; width: 40px; }
	.main .depoimentos .boxDepo .depo { color: #9fa3a7; float: left; font-family: montserrat; font-size: 12px; margin-top: 17px; padding: 0 15px; text-align: center; width: 100%; }


	.main .depoimentos .carousel-control {padding-top:10%; width:5%;}
	.main .depoimentos .carousel-control.left {background: transparent url("/images/seta-right.png") no-repeat top right; transform: scale(1) rotate(180deg); height: 60px; margin-top: -50px; width: 55px;}
	.main .depoimentos .carousel-control.right {background: transparent url("/images/seta-right.png") no-repeat top left; height: 60px; margin-top: -50px; width: 55px;}
	.main .depoimentos .carousel-indicators {right: 50%;	top: auto;	bottom: -45px;	margin-right: 0px;	width: 57%;}
	.main .depoimentos .carousel-indicators li {	background: #c0c0c0;}
	.main .depoimentos .carousel-indicators .active {background: #333333;}


	.main .depoimentos #myCarouselDepoimento { padding-top: 25px; }
	.main .depoimentos .carousel-inner .boxDepo .autor { }
	.main .depoimentos .carousel-inner .boxDepo .autor .nome {  font-size: 18px;font-weight: normal;}
	.main .depoimentos .carousel-inner .boxDepo .autor .OcupacaoDepo { font-size: 13px;}
	.main .depoimentos .carousel-inner .boxDepo .autor .ocupacao { font-size: 10px; }

	.main .boxnewinvest {background-color:#df9323; height: 150px;}
	.main .boxinvestidores {float: left;padding-bottom: 0px;width: 100%;}
	.main .boxinvestidores .boxnewinvest p {font-size: 25px;text-align: center;padding-top: 20px;font-weight: bold; color:#37495f;}
	.main .boxinvestidores .boxnewinvest2  {height: 50px;background-color: #37495f;padding: 8px 0px 0 0; margin: -40px 0px 0px 53px;width: 100%;position: absolute;}
	.main .boxinvestidores .boxnewinvest2 .cliquerelatorio {font-size: 24px;color: #df9323;text-align: center;font-weight: bold;}

	.btnsabemidia {background: #cc9315 none repeat scroll 0 0;border-radius: 20px;bottom: 10px;color: #fff;font-family: montserrat;font-size: 15px;height: 36px;line-height: 36px;position: absolute;right: 30px;text-align: center;width: 121px;}

	.newsletter { background: rgba(0, 0, 0, 0) url("../images/bg-news.jpg") repeat scroll center top; float: left; height: 204px; margin-top:100px; width: 100%; }
	.newsletter .title { background: rgba(0, 0, 0, 0) url("../images/seta.png") no-repeat scroll left center; float: left; margin: 57px 0; padding-left: 118px; width: 570px; width: 543px; }
	.newsletter .title h2 { color: #fff; float: left; font-family: montserrat; font-size: 40px; font-weight: bold; margin: 0; text-transform: uppercase; }
	.newsletter .title h2 span { color: #cc9315; }
	.newsletter .titleDescription { color: #fff; float: left; font-family: montserrat; font-size: 16px; margin: 0; width: 100%; }
	.newsletter .news { float: left; margin: 78px 0; position: relative; width: 668px; width: 425px; }
	.newsletter .news .formee { float:left; width:100%  }
	.newsletter .news .formee fieldset { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; padding: 0; }
	.newsletter .news .formee .email { background: #cc9315 none repeat scroll 0 0; border: medium none; border-radius: 31px; color: #000; float: right; font-family: montserrat; font-size: 14px; height: 47px; padding: 10px 50px 10px 20px; width: 50%; bottom: 47px; position: relative; }
	.newsletter .news .formee .email::placeholder { color:#000; opacity:1 }
	.newsletter .news .formee .nome { background: #cc9315 none repeat scroll 0 0; border: medium none; border-radius: 31px; color: #000; float: left; font-family: montserrat; font-size: 14px; height: 47px; padding: 10px 50px 10px 20px; width: 48%; margin-right: 7px;}
	.newsletter .news .formee .nome::placeholder { color:#000; opacity:1 }
	.newsletter .news .formee .btn { background: rgba(0, 0, 0, 0) url("../images/arrow-mail.png") no-repeat scroll 0 0; border: medium none; box-shadow: none; font-size: 0; height: 14px; line-height: 0; position: absolute; right: 4px; text-indent: -999em; top: 16px; width: 18px; }

	.footer { background: #294760 none repeat scroll 0 0; float: left; padding-top:65px; width: 100%; }
	.footer ul {float:left; margin:0 30px}
	.footer ul li { color: #c8c8c8; font-family: montserrat; font-size: 14px; margin-bottom: 25px; }
	.footer ul li h2 { color: #fff; font-family: montserrat; font-size: 14px; font-weight: bold; margin: 0 0 29px; text-transform: uppercase;}
	.footer ul li a { color: #c8c8c8; font-family: montserrat; font-size: 14px; }

	.footer .contatoFooter li h2 { color:#CC9315 }

	.footer .redes {float:left; margin:0 30px; width:340px; width: 314px;}
	.footer .redes h2 { color: #fff; font-family: montserrat; font-size: 14px; font-weight: bold; margin: 0 0 29px; text-transform: uppercase; }
	.footer .redes .social {float:left; margin-bottom:20px; width:100%;}
	.footer .redes .social .face { background: rgba(0, 0, 0, 0) url("../images/redes.png") no-repeat scroll 0 0; float: left; font-size: 0; height: 35px; line-height: 0; margin-right: 10px; text-indent: -999em; width: 35px; }
	.footer .redes .social .in { background: rgba(0, 0, 0, 0) url("../images/redes.png") no-repeat scroll -44px 0; float: left; font-size: 0; height: 35px; line-height: 0; margin-right: 10px; text-indent: -999em; width: 35px; }
	.footer .redes .social .gPlus { background: rgba(0, 0, 0, 0) url("../images/redes.png") no-repeat scroll -87px 0; float: left; font-size: 0; height: 35px; line-height: 0; text-indent: -999em; width: 35px; }

	.footer .copy { border-top: 1px solid #3f5a70; float: left; margin: 30px 0 0; padding: 30px 0 50px; text-align: center; width: 100%; }
	.footer .copy p { color: #88919a; font-family: montserrat; font-size: 12px; margin: 0; }

/*Emprresa*/

	#empresa .title { color: #3a3a3a; font-family: montserrat; font-size: 40px; font-weight: normal; margin: 40px 0; position: relative; margin-top: 130px; }
	#empresa .title b { background: #cc9315 none repeat scroll 0 0; bottom: -9px; height: 3px; left: 3px; position: absolute; width: 116px; }
	#empresa .newsletter .title {margin-top: 40px;}
	#empresa .titleCliente{text-align: center; margin-top: 90px; margin-bottom: 50px; }
	#empresa .CarouselCliente {position: relative; width: 80%; margin: 0 12%;}
	#empresa .carousel-control {padding-top:10%; width:5%;}
	#empresa .carousel-control.left {background-image: url("/images/seta-right.png");background-repeat: no-repeat; transform: scale(1) rotate(180deg); background-position-y: 40px;}
	#empresa .carousel-control.right {background-image: url("/images/seta-right.png");background-repeat: no-repeat; background-position-y: 30px;}
	#empresa .carousel-indicators {right: 50%;	top: auto;	bottom: -45px;	margin-right: 0px;	width: 57%;}
	#empresa .carousel-indicators li {	background: #c0c0c0;}
	#empresa .carousel-indicators .active {background: #333333;}
	#empresa .thumbnail &gt; img {width: 115px;}
	#empresa .thumbnail {border: none; float: right;left: 68px;position: relative;}
	#empresa .ThumbCliente{width: 20%;}

	.nossaEmpresa { background: rgba(0, 0, 0, 0) url("../images/bg-nossa-empresa.jpg") no-repeat scroll right top; float: left; min-height: 600px; width: 100%; }
	.nossaEmpresa p { color: #595959; font-family: montserrat; font-size: 14px; font-weight: 300; margin-bottom: 25px; width:45%}

	.citacao { background: rgba(0, 0, 0, 0) url("../images/bg-txt.jpg") no-repeat scroll center top; display: table; float: left; height: 234px; margin:100px 0; width: 100%; }
	.citacao .container { display: table; height: 234px; }
	.citacao p { color: #fff; display: table-cell; font-family: montserrat; font-size: 21px; font-weight: normal; vertical-align: middle; width: 779px; }

	.missao-visao-valores { float: left; width: 100%; }
	.missao-visao-valores .boxSobre { float: left; text-align: center; padding:0 40px; width: 33.3%; }
	.missao-visao-valores .boxSobre img {}
	.missao-visao-valores .boxSobre h2 { float: left; font-family: montserrat; font-size: 30px; text-transform: uppercase; width: 100%; }
	.missao-visao-valores .boxSobre .backTxt { background: #f3f3f3 none repeat scroll 0 0; border-radius: 7px; display: table;  height: 133px; padding: 0 30px; }
	.missao-visao-valores .boxSobre p {  color: #484848; display: table-cell; font-family: montserrat; font-style: italic; font-weight: 300; margin: 0; vertical-align: middle; }

	.nossaMarca { float: left; width: 100%; }
	.nossaMarca .txt { float: left; width: 50%; }
	.nossaMarca .txt p { color: #595959; font-family: montserrat; font-size: 14px; font-weight: 300; margin-bottom: 25px; }
	.nossaMarca img { float: right; margin-top: -40px; }

	.equipe { float: left; margin-bottom:100px; width: 100%; }
	/*.equipe .boxEquipe { background: #f5f5f5 none repeat scroll 0 0; float: left; width: 33.3%; } */
	.equipe .boxEquipe { background: #f5f5f5 none repeat scroll 0 0; float: left; width: 48%; margin-top: 15px; min-height: 200px; margin-right: 15px;}
	.equipe .boxEquipe img { float: left; }
	.equipe .boxEquipe .txt { float: left; padding: 20px 20px 0; width: 265px; }
	.equipe .boxEquipe .txt h2 { font-size: 18px; margin: 0 0 10px; }
	.equipe .boxEquipe .txt .cargo { color: #9fa3a7; font-family: montserrat; font-size: 8px; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; }
	.equipe .boxEquipe .txt .bio { color: #9fa3a7; font-family: montserrat; font-size: 10px; font-weight: 300; width: 410px; }

	.clientes { float: left; margin-bottom:100px; width: 100%; }

/*Exclusive - Intelligence - Invest - Setores - Ensina*/

	.pop { float: left; margin-top: -209px; position: relative; width: 100%; z-index: 1; }
	.pop h2 { color: #fff; font-family: montserrat; font-size: 40px; font-weight: 500; text-align: center; }
	.pop .botoes { position:absolute; left:40%;width:600px }
	.pop .botoes .quero { background: #cc9315 none repeat scroll 0 0; border-radius: 22px; color: #fff; float: left; font-family: montserrat; font-weight: bold; height: 41px; line-height: 40px; margin-right: 30px; text-align: center; text-transform: uppercase; width: 180px; }
	.pop .botoes .exemplo { background: #81C01F none repeat scroll 0 0; border-radius: 22px; color: #fff; float: left; font-family: montserrat; font-weight: bold; height: 41px; line-height: 40px; text-align: center; text-transform: uppercase; width: 180px; margin-right: 30px; }
	.pop .botoes .tutoriais { background: #30A3D4 none repeat scroll 0 0; border-radius: 22px; color: #fff; float: left; font-family: montserrat; font-weight: bold; height: 41px; line-height: 40px; text-align: center; text-transform: uppercase; width: 180px;font-size: 12px; }

	.pop .botoesEnsina { position:absolute; left:31%;width:830px }
	.pop .botoesEnsina .quero { background: #cc9315 none repeat scroll 0 0; border-radius: 22px; color: #fff; float: left; font-family: montserrat; font-weight: bold; height: 41px; line-height: 40px; margin-right: 30px; text-align: center; text-transform: uppercase; width: 180px; }
	.pop .botoesEnsina .exemplo { background: #81C01F none repeat scroll 0 0; border-radius: 22px; color: #fff; float: left; font-family: montserrat; font-weight: bold; height: 41px; line-height: 40px; text-align: center; text-transform: uppercase; width: 180px; margin-right: 30px; }
	.pop .botoesEnsina .tutoriais { background: #30A3D4 none repeat scroll 0 0; border-radius: 22px; color: #fff; float: left; font-family: montserrat; font-weight: bold; height: 41px; line-height: 40px; text-align: center; text-transform: uppercase; width: 180px;font-size: 12px; }
	.pop .botoesEnsina .Angrad { background: #cc9315 none repeat scroll 0 0; border-radius: 22px; color: #fff; float: left; font-family: montserrat; font-weight: bold; height: 41px; line-height: 40px; margin-left: 30px; text-align: center; text-transform: uppercase; width: 180px; }

	.bigTitle {padding:60px 0 81px}
	.bigTitle .para { color: #df9323; float: left; font-family: montserrat; font-size: 20px; font-weight: 300; letter-spacing: 2px; margin: 0; text-transform: uppercase; width: 100%;}
	.bigTitle h2 { float: left; font-size: 40px; margin: 0; position: relative; text-transform: uppercase;  width: 100%;}
	.bigTitle h2 b { background: #cc9315 none repeat scroll 0 0; bottom: -22px !important; height: 4px; left: 50%; margin-left: -58px; position: absolute; width: 116px; }

	.o-que-e { float:left; width:100% }
	.o-que-e h2 { color: #8e8e8e; float: left; font-family: montserrat; font-size: 20px; font-weight: 300; letter-spacing: 1px; margin: 0 0 40px; text-align: center; text-transform: uppercase; width: 100%; }
	.o-que-e .boxOque { background: #f8f8f8 none repeat scroll 0 0; float: left; padding:50px 0; width: 100%;}
	.o-que-e .boxOque .esq { float: left; margin: 0 60px 0 30px; width: 490px; }
	.o-que-e .boxOque .esq .caixa { float: left; margin-bottom: 40px; padding: 0 0 0 70px; width: 100%; min-height:65px }
	.o-que-e .boxOque .esq .caixa h2 { color: #262626; letter-spacing: 0; margin-bottom: 3px; text-align: left; }
	.o-que-e .boxOque .esq .caixa p { color: #595959; float: left; font-family: montserrat; font-size: 14px; font-weight: 300; margin:0; width: 100%; }

	.o-que-e .boxOque .esq .conteudo { background: rgba(0, 0, 0, 0) url("../images/conteudo.png") no-repeat scroll 16px 13px;}
	.o-que-e .boxOque .esq .paraQuem { background: rgba(0, 0, 0, 0) url("../images/paraQuem.png") no-repeat scroll 16px 13px;}
	.o-que-e .boxOque .esq .preco { background: rgba(0, 0, 0, 0) url("../images/preco.png") no-repeat scroll 16px 13px; margin:0}

	.o-que-e .boxOque .dir { float: left; margin: 0 60px 0 30px; width: 490px; }
	.o-que-e .boxOque .dir .caixa {float: left; margin-bottom: 40px; padding: 0 0 0 70px; width: 100%; min-height:65px}
	.o-que-e .boxOque .dir .caixa h2 { color: #262626; letter-spacing: 0; margin-bottom: 3px; text-align: left; }
	.o-que-e .boxOque .dir .caixa p { color: #595959; float: left; font-family: montserrat; font-size: 14px; font-weight: 300; margin:0; width: 100%; }

	.o-que-e .boxOque .dir .OqueLeva { background: rgba(0, 0, 0, 0) url("../images/o-que-leva.png") no-repeat scroll 16px 13px;}
	.o-que-e .boxOque .dir .frequencia { background: rgba(0, 0, 0, 0) url("../images/frequencia.png") no-repeat scroll 16px 13px;}

	.como-funciona { float:left; text-align:center; position:relative; width:100% }
	.como-funciona h2 { color: #8e8e8e; float: left; font-family: montserrat; font-size: 20px; font-weight: 300; letter-spacing: 1px; margin: 40px 0; text-align: center; text-transform: uppercase; width: 100%; }

	.como-funciona img { margin: 0 0 90px 0; }
	.como-funciona .quero { border-radius: 100px; bottom: 341px; font-size: 0; height: 60px; left: 50%; line-height: 0; margin-left: -119px; position: absolute; text-indent: -999em; width: 264px; }
	.como-funciona .EmailSabe {     border-radius: 100px;  bottom: 90px;  font-size: 0; height: 156px; left: 50%; line-height: 0; margin-left: -270px; position: absolute;  text-indent: -999em; width: 570px;}
	.como-funciona .ContatoSabe { border-radius: 100px; bottom: 120px; font-size: 0; height: 40px; left: 42%; line-height: 0; margin-left: -119px; position: absolute; text-indent: -999em; width: 110px; }
	.como-funciona .algoritimo { border-radius: 100px; bottom: 341px; font-size: 0; height: 60px; left: 50%; line-height: 0; margin-left: -119px; position: absolute; text-indent: -999em; width: 264px; }

	#intelligence .como-funciona img { margin: 0 103px 90px 0; }
	#invest .como-funciona img { margin: 0 139px 90px 0; }
	#setores .como-funciona img { margin: 0 140px 90px 0; }
	#ensina .como-funciona img { margin: 0 133px 90px 0; }

	#intelligence .como-funciona .quero {bottom:343px}
	#intelligence .como-funciona .algoritimo {bottom:894px}
	#invest .como-funciona .quero {bottom:350px}
	#invest .como-funciona .algoritimo {bottom:915px}
	#setores .como-funciona .quero {bottom:371px}
	#ensina .como-funciona .quero {bottom:379px}

	.FormPagamentoPay{width: 40%; float: left;}
	.FormPagamentoBoleto{width: 40%; float: right;}
	.FormPagamentoBoleto a img{max-width: 100%;}

/*Blog*/

	body#blog { overflow-x:hidden }
	#blog .main .container { max-width:1000px !important }
	#blog .titleBig { display:none }
	#blog .conteudo { float: left; margin-top:30px; width: 100%; }
	#blog .conteudo .conteudoBlog { float: left; }
	#blog .conteudo .conteudoBlog .box:first-of-type { float: left; width: 100%; min-height: 579px; }
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox { float: left; width: 100%; }
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox a { float: left; width: 100%; }
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox .imageCrop {border-radius:10px; height:auto; width:100%}
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox .imageCrop img {width:100%}
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox .infoBlog {float:left; padding:20px; width:100%; padding-left: 0; padding-right: 0;}
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox .infoBlog h2 { color: #27435a; float: left; font-family: montserrat; font-size: 25px; font-weight: 500; margin: 0 0 5px; width: 100%; }
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox .infoBlog .compartilhe { display:none }
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox .infoBlog .txt { float:left;width:100%;  }
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox .infoBlog .txt p { color: #888888; float: left; font-family: montserrat; font-size: 12px; font-weight: 300; margin: 0; font-weight: normal !important; }
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox .infoBlog .txt p  strong{ font-weight: normal !important; }
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox .infoBlog .vejaMais { color: #cc9315; float: left; font-family: montserrat; font-size: 13px; font-weight: 300; margin: 10px 0; width: 100%; }
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox .infoBlog .vejaMais a { color: #cc9315; float: left; font-family: montserrat; font-size: 13px; font-weight: 300; margin: 10px 0; width: 100%; }
	#blog .conteudo .conteudoBlog .box:first-of-type .BlogConteudoBox .infoBlog .data { color: #959595; font-family: montserrat; font-size: 10px; position:relative }

	#blog .conteudo .conteudoBlog .box { margin-bottom: 30px; width: 100%; }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox { float: left; width: 100%; }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox a { float:left }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox .imageCrop { border: 1px solid #f0f0f0; border-radius: 6px; float: left; height: 150px; margin-right: 15px; overflow: hidden; width: 173px; }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox .imageCrop img {}
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox .infoBlog { float: left; min-height: 150px; position: relative; width: 470px; }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox .infoBlog h2 { color: #27435a; float: left; font-size: 18px; margin: 0 0 8px; width: 100% }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox .infoBlog .compartilhe { display:none }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox .infoBlog .txt { float: left; width: 100%; }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox .infoBlog .txt p { color: #888888; float: left; font-family: montserrat; font-size: 12px; font-weight: 300; margin: 0; }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox .infoBlog .txt p strong{ font-weight: normal !important; }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox .infoBlog .vejaMais { color: #cc9315; float: left; font-family: montserrat; font-size: 13px; font-weight: 300; margin: 10px 0; width: 100%; }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox .infoBlog .vejaMais a { color: #cc9315; float: left; font-family: montserrat; font-size: 13px; font-weight: 300; margin: 10px 0; width: 100%; }
	#blog .conteudo .conteudoBlog .box .BlogConteudoBox .infoBlog .data { color: #959595; font-family: montserrat; font-size: 10px; position:relative; bottom:4px; left:0 }

	#blog .conteudo .menuLateral { padding:0 }
	#blog .conteudo .menuLateral .newsletter { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; float: left; height: auto; margin: 0 0 40px; width: 100%; }
	#blog .conteudo .menuLateral .newsletter h2 { background: #294760 none repeat scroll 0 0; color: #fff; float: left; font-family: montserrat; font-size: 13px; height: 75px; margin: 0; padding: 9px; text-align: center; text-transform: uppercase; width: 100%; font-weight:normal;}
	#blog .conteudo .menuLateral .newsletter .news { float: left; margin: 0; width: 100%; }
	#blog .conteudo .menuLateral .newsletter .news .formee { float: left; margin-top:15px; width: 100%; }
	#blog .conteudo .menuLateral .newsletter .news .formee input { background: #e4e4e4 none repeat scroll 0 0; border: medium none; border-radius: 0; color: #888; font-family: montserrat; font-size: 13px; font-weight: normal; height: 40px; margin: 0 0 15px; padding: 10px; width: 100%; }
	#blog .conteudo .menuLateral .newsletter .news .formee .btn { background: #8bc13f none repeat scroll 0 0; border-radius: 0; color: #fff; float: left; font-family: montserrat; font-size: 14px; font-weight: normal; height: 40px; line-height: normal; margin: 0 20px; position: relative; right: auto; text-indent: 0; top: auto; width: 203px; }

	#blog .conteudo .menuLateral .busca h2 { background: #cc9315 none repeat scroll 0 0; color: #fff; font-family: montserrat; font-size: 14px; height: 32px; margin-top: 0; padding: 9px 20px; text-transform: uppercase;  }
	#blog .conteudo .menuLateral .busca .form-group { margin-bottom: 40px; }
	#blog .conteudo .menuLateral .busca .btn {background: rgba(0, 0, 0, 0) url("../images/arrow-mail.png") no-repeat scroll 0 0;border: medium none;box-shadow: none;font-size: 0;height: 14px;line-height: 0;position: absolute;right: 4px;text-indent: -999em;top: 53px;width: 18px;  }

	#blog .conteudo .menuLateral .categorias { float: left; margin: 0 0 40px;  width: 100%; }
	#blog .conteudo .menuLateral .categorias h2 { background: #cc9315 none repeat scroll 0 0; color: #fff; font-family: montserrat; font-size: 14px; height: 32px; margin-top: 0; padding: 9px 20px; text-transform: uppercase; }
	#blog .conteudo .menuLateral .categorias ul { background: #fbfbfb none repeat scroll 0 0; float: left; padding: 20px; width: 100%; }
	#blog .conteudo .menuLateral .categorias ul li { border-bottom: 1px solid #e6e6e6; float:left; margin-bottom: 4px; padding: 0 0 4px; width:100% }
	#blog .conteudo .menuLateral .categorias ul li a { color: #545454; float: left; font-family: montserrat; font-size: 12px; font-weight: normal; text-transform:capitalize; width: 100%; }
	#blog .conteudo .menuLateral .categorias ul li a::first-letter { text-transform:capitalize; }

	#blog .conteudo .menuLateral .arquivos { float: left; width: 100%; }
	#blog .conteudo .menuLateral .arquivos h2 { background: #cc9315 none repeat scroll 0 0; color: #fff; font-family: montserrat; font-size: 14px; height: 32px; margin-top: 0; padding: 9px 20px; text-transform: uppercase; }
	#blog .conteudo .menuLateral .arquivos ul { background: #fbfbfb none repeat scroll 0 0; float: left; padding: 20px; width: 100%; }
	#blog .conteudo .menuLateral .arquivos ul li { border-bottom: 1px solid #e6e6e6; float:left; margin-bottom: 4px; padding: 0 0 4px; width:100% }
	#blog .conteudo .menuLateral .arquivos ul li a { color: #545454; float: left; font-family: montserrat; font-size: 12px; font-weight: normal; width: 100%; }
	#blog .conteudo .menuLateral .arquivos ul li a::first-letter { text-transform:capitalize; }

	#blog .conteudo .chamada-atalho { display:none }
	#blog .voltar { display:none }

	#blog .LabelArtigos{width:100%;}

	.compartilheMob { display: block !important;float: right;margin: 0 0 15px 0;width: 210px;background: url(../images/share-icon.png) no-repeat scroll left;padding: 0px 0px 0px 20px; }
	.compartilheMob .faceShare { float: left; padding: 0; width: 21px; margin-right: 4px; }
	.compartilheMob .faceShare a { background: #325c99 url("../images/share-mobile-v2.png") no-repeat scroll center 3px; border-radius: 10px; float: left; font-size: 0; height: 21px; line-height: 0; text-indent: -999em; width: 21px;}

	.compartilheMob .twtShare { float: left; padding: 0; width: 21px; margin-right: 4px; }
	.compartilheMob .twtShare a { background: #02ACEC url("../images/share-mobile-v2.png") no-repeat scroll center -32px; border-radius: 10px; float: left; font-size: 0; height: 21px; line-height: 0; text-indent: -999em; width: 21px; }

	.compartilheMob .whatsShare {float: left; padding: 0; width: 21px; margin-right: 4px;}
	.compartilheMob .whatsShare a { background: #58AD15 url("../images/share-mobile-v2.png") no-repeat scroll center -69px; border-radius: 10px; float: left; font-size: 0; height: 21px; line-height: 0; text-indent: -999em; width: 21px; }

	.compartilheMob .gplusShare { float: left; padding: 0; width: 21px; margin-right: 4px; }
	.compartilheMob .gplusShare a { background: #DD4B39 url("../images/share-mobile-v2.png") no-repeat scroll center -106px; border-radius: 10px; float: left; font-size: 0; height: 21px; line-height: 0; text-indent: -999em; width: 21px; }

	.compartilheMob .pintShare { float: left; padding: 0; width: 21px; margin-right: 4px; }
	.compartilheMob .pintShare a { background: #CB2027 url("../images/share-mobile-v2.png") no-repeat scroll center -142px; border-radius: 10px; float: left; font-size: 0; height: 21px; line-height: 0; text-indent: -999em; width: 21px; }

	.compartilheMob .impre { float: left; padding: 0; width: 21px; margin-right: 4px; }
	.compartilheMob .impre a { background: #02ACEC url("../images/share-mobile-v2.png") no-repeat scroll center -179px; border-radius: 10px; float: left; font-size: 0; height: 21px; line-height: 0; text-indent: -999em; width: 21px; }

	.compartilheMob .inShare { float: left; padding: 0; width: 21px; margin-right: 4px; }
	.compartilheMob .inShare a { background: #0B7CA8 url("../images/share-mobile-v2.png") no-repeat scroll center -222px; border-radius: 10px; float: left; font-size: 0; height: 21px; line-height: 0; text-indent: -999em; width: 21px; }

	.compartilheMob .mailShare { float: left; padding: 0; width: 21px; margin-right: 4px; }
	.compartilheMob .mailShare a { background: #0667F6 url("../images/share-mobile-v2.png") no-repeat scroll center -261px; border-radius: 10px; float: left; font-size: 0; height: 21px; line-height: 0; text-indent: -999em; width: 21px; }

	.pop-new { display:block !important }
	.pop-new button { background: none !important; border: none; box-shadow: none; color: #000 !important; text-shadow: none; font-size: 20px; float: left; width: 100%; text-align: center; font-weight: bold; }

	.menuLateral .modal {}
	.menuLateral .modal .modal-dialog { width: 290px; }
	.menuLateral .modal .modal-dialog .modal-content { border: none; }
	.menuLateral .modal .modal-dialog .modal-content .modal-body { height: 289px; }
	.menuLateral .modal .modal-dialog .modal-content .modal-body .close { top: -5px; font-size: 30px; opacity: 1; text-shadow: none; right: 2px; }

/*Contato*/

	#contato .title { color: #3a3a3a; font-family: montserrat; font-size: 40px; font-weight: normal; margin: 40px 0; position: relative; }
	#contato .title b { background: #cc9315 none repeat scroll 0 0; bottom: -9px; height: 3px; left: 3px; position: absolute; width: 116px; }

	#contato .formularioContato { float: left; width: 50%; }
	#contato .formularioContato .formee {float: left; width: 100%;}
	#contato .formularioContato .formee fieldset { float: left; margin: 0 0 18px; padding: 0; width: 100%; }
	#contato .formularioContato .formee fieldset .control-group { margin:0 0 20px; padding:0; width:100% }
	#contato .formularioContato .formee fieldset .control-group input,#contato .formularioContato .formee fieldset .control-group select { background: #e7e7e7 none repeat scroll 0 0; border: medium none; border-radius: 0; float: left; font-family: montserrat; font-size: 14px; height: 50px; padding: 10px 20px; width: 100%; }
	#contato .formularioContato .formee fieldset .control-group textarea { background: #e7e7e7 none repeat scroll 0 0; border: medium none; border-radius: 0; float: left; font-family: montserrat; font-size: 14px; height: 260px; padding: 20px; width: 100%; }
	#contato .formularioContato .formee .btn { background: #294760 none repeat scroll 0 0; border: medium none; border-radius: 0; color: #fff; font-family: montserrat; font-size: 14px; margin: 0; padding: 10px 25px; text-transform: uppercase; }

	#contato .contatos { float: left; padding-left: 80px; width: 50%; }
	#contato .contatos .boxContato { float: left; margin-bottom: 20px; width: 100%; }
	#contato .contatos .boxContato h2 { color: #3a3a3a; float: left; font-family: montserrat; font-size: 15px; margin: 0; text-transform: uppercase; width: 100%; }
	#contato .contatos .boxContato a { color: #cc9315; float: left; font-family: montserrat; font-size: 15px; font-weight: 300; margin-right: 20px; }
	#contato .contatos .boxContato p { color: #294760; float: left; font-family: montserrat; font-size: 15px; font-weight: 300; }

/*Alerta*/

	.modal-dialog { padding: 30px 0; width: 620px; }
	.modal-dialog .modal-content { margin-bottom:30px; border-top:80px solid #cc9315;float:left; min-height: auto;}
	.modal-dialog .modal-content .modal-body {float:left; height:auto;}
	.modal-dialog .modal-content .modal-body .newsletter { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; float: left; height: auto; margin-top: 0; width: 100%; }
	.modal-dialog .modal-content .modal-body .newsletterIntelligence { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; float: left; height: 810px; margin-top: 0; width: 100%; }
	.modal-dialog .modal-content .modal-body .newsletter .title { color: #3a3a3a; font-family: montserrat; font-size: 26px !important; font-weight: normal; margin: 0px 0px 30px 0; position: relative; text-align:center; padding: 0px 46px 0px 80px !important}
	.modal-dialog .modal-content .modal-body .newsletter .title b { background: #cc9315 none repeat scroll 0 0; bottom: -20px !important; height: 4px !important; left: 80px !important; position: absolute; width: 418px !important;}
	.modal-dialog .modal-content .modal-body .newsletter .news { float: left; margin: 0 80px 33px; position: relative; width: 418px; min-height: 192px; }
	.modal-dialog .modal-content .modal-body .newsletter .news .formee { float:left; width:100% }
	.modal-dialog .modal-content .modal-body .newsletter input { background: #e4e4e4 none repeat scroll 0 0; border: 1px solid #999; border-radius: 0; color: #888; font-family: montserrat; font-size: 15px; font-weight: normal; height: 40px; margin: 0 0 15px; padding: 4px; width: 100%; padding-top: 2px; bottom:0px;}
	.modal-dialog .modal-content .modal-body .newsletter .btn { background: #294760 none repeat scroll 0 0; border: medium none; border-radius: 0; color: #fff; float: right; font-family: montserrat; font-size: 14px; left: auto; margin: 0 0 20px; padding: 10px 25px; position: relative; right: auto; text-align: center; text-indent: 0; text-transform: uppercase; top: auto; width: width: 174px; }
	.modal-dialog .modal-content .modal-body .newsletter .btn-videoAula { background: #294760 none repeat scroll 0 0; border: medium none; border-radius: 0; color: #fff; float: left; font-family: montserrat; font-size: 14px; left: auto; margin: 0 0 20px; padding: 10px 25px; position: relative; right: auto; text-align: center; text-indent: 0; text-transform: uppercase; top: auto; width: width: 174px; }
	.modal-dialog .modal-content .close { font-family: montserrat; font-size: 60px; font-weight: 300; position: absolute; right: 15px; top: -74px; }
	.modal-dialog .modal-content .ModalAlerta { font-size: 36px;position: relative;bottom: 65px;color: #fff;width: 100%;text-align: center;text-transform: uppercase; margin-bottom: -33px;}
	

	.modal-dialog .modal-content .modal-body .newsletter .news .formee .checkboxs { float: left; width: 100%; padding: 30px 0 0; }
	.modal-dialog .modal-content .modal-body .newsletter .news .formee .checkboxs .checkbox { width: 33.3% !important; margin: 0 !important; height: 50px !important; }
	.modal-dialog .modal-content .modal-body .newsletter .news .formee .checkboxs .checkbox label { display: block; height: auto; margin: 0 !important; }
	.modal-dialog .modal-content .modal-body .newsletter .news .formee .checkboxs .checkbox label input { width: 15px; margin: 0px 8px 0px 0px; float: left; padding: 0px; height: 25px; position: relative; top: -2px; }
	.modal-dialog .modal-content .modal-body .newsletter .news .formee .checkboxs .checkbox label p { letter-spacing: 0.4px; }

	#exclusive .modal-dialog { width: 720px; }
	#exclusive .modal-dialog .modal-content { width:100% }
	#exclusive .modal-dialog .modal-content .modal-body { width:100% }
	#exclusive .modal-dialog .modal-content .modal-body .newsletter { text-align: center; width:100% }
	#exclusive .modal-dialog .modal-content .modal-body .newsletter .news { float: none; display: inline-block; text-align: left; }
/*outros*/

	.tutorialbtn { background: #294760 none repeat scroll 0 0; border: medium none; border-radius: 0; color: #fff; float: right; font-family: montserrat; font-size: 14px; left: auto; margin: 0px 45px 20px 55px; padding: 10px 25px; position: relative; right: auto; text-align: center; text-indent: 0; text-transform: uppercase; top: auto; width:500px; }
	.tutorialbtn a:hover a:focus {text-decoration:none; color:#fff;}

	.row.conteudo img {max-width:100% !important;}
	.comentarios-produtos {float:left; width:100%;}


	/* ====== acerto de formataï¿½ï¿½o ======= */

	.latest-post h2 a {
    color: #000;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 35px!important
	}
	.latest-post p {
		margin: 0 0 1.1em
	}
	.latest-post .post-meta {
		float: left;
		font-size: 13px;
		font-weight: 700;
		margin-top: 10px;
		margin-bottom: 10px
	}
	.op-share-code {
		float: right;
		margin: 10px 0
	}
	.latest-post li a,
	.latest-post p a,
	.older-post li a,
	.older-post p a,
	.post-content li a,
	.post-content p a {
		text-decoration: none
	}
	.latest-post li a:hover,
	.latest-post p a:hover,
	.older-post li a:hover,
	.older-post p a:hover,
	.post-content li a:hover,
	.post-content p a:hover {
		text-decoration: underline
	}
	.continue-reading {
		clear: both
	}
	.latest-post .continue-reading a,
	.older-post .continue-reading a,
	.post-content .continue-reading a {
		text-decoration: none;
		font-weight: 700
	}
	.latest-post .continue-reading a:hover,
	.older-post .continue-reading a:hover,
	.post-content .continue-reading a:hover {
		text-decoration: underline
	}
	.single-post-content h1,
	.single-post-content h2,
	.single-post-content h3,
	.single-post-content h4,
	.single-post-content h5 {
		line-height: normal;
		font-weight: 700;
		padding-top: 10px;
		color: #222
	}
	.single-post-content ol,
	.single-post-content ul {
		list-style-position: inside;
		margin-top: 0
	}
	.single-post-content ol li:first-child,
	.single-post-content ul li:first-child {
		margin-top: 5px
	}
	.single-post-content ol li strong,
	.single-post-content ul li strong {
		font-weight: 700
	}
	.post-meta a {
		background-image: url(images/icons.png);
		background-repeat: no-repeat;
		background-position: left -30px;
		padding-left: 26px;
		display: inline-block;
		height: 19px;
		line-height: 19px;
		margin-right: 10px;
		text-decoration: none
	}
	p.post-meta {
		color: #707070;
		font-size: 12px
	}
	.latest-post p.post-meta a,
	.older-post p.post-meta a,
	.post-content p.post-meta a {
		color: #707070;
		text-decoration: none
	}
	.latest-post p.post-meta a:hover,
	.older-post p.post-meta a:hover,
	.post-content p.post-meta a:hover {
		text-decoration: underline
	}
	.post-meta a:first-child {
		background-position: left top
	}
	.latest-post .share-post {
		float: right
	}
	.main-content-area .post-image {
		display: block;
		margin-bottom: 20px;
		overflow: hidden;
		box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
	}
	.main-content .wp-post-image {
		box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
	}
	.featured-posts .post-content {
		width: 47%;
		float: left;
		margin-bottom: 45px
	}
	.featured-posts .post-content h2 {
		padding-top: 0
	}
	.featured-posts .post-content&gt;a {
		overflow-x: hidden;
		display: block;
		width: 100%;
		box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
	}
	.featured-posts .post-content&gt;a img {
		box-shadow: none
	}
	.featured-posts .post-content .post-image {
		margin: 0 0 20px
	}
	.featured-posts .post-content-container .post-content:nth-child(even) {
		float: right
	}
	.featured-posts .post-content-container .post-content:nth-child(odd) {
		clear: both
	}
	.featured-posts .post-content h2 a {
		font-weight: 700;
		letter-spacing: -1px;
		color: #000
	}
	.featured-posts .post-content h2,
	.latest-post h2 {
		padding-bottom: 14px;
		margin-bottom: 0;
		line-height: 1.1em
	}
	.featured-posts .post-content h2 a {
		font-size: 30px!important;
		line-height: 1.2em!important
	}
	.full-width.featured-panel h1,
	.main-content h1,
	.single-post-content h1 {
		font-size: 35px
	}
	.featured-posts .post-content .the-title,
	.full-width.featured-panel h1,
	.latest-post .the-title,
	.main-content h1,
	.single-post-content h1 {
		line-height: 1.1em!important;
		padding-bottom: 14px;
		padding-top: 0
	}
	.featured-posts .post-content .the-title,
	.latest-post .the-title {
		font-size: 30px
	}
	.home .latest-post h2 {
		padding-top: 0;
		line-height: 1.1em;
		font-size: 40px;
		padding-bottom: 14px
	}
	.single-post-content h1,
	.single-post-content h2 {
		padding-bottom: 15px
	}
	.featured-posts .post-content p,
	.latest-post p,
	.older-post-list .older-post p {
		margin-top: 0;
		padding-top: 0;
		line-height: 1.6em;
		letter-spacing: normal;
		-webkit-font-smoothing: antialiased
	}
	.featured-posts .post-content blockquote,
	.featured-posts .post-content li,
	.latest-post blockquote,
	.latest-post li,
	.older-post-list .older-post blockquote,
	.older-post-list .older-post li {
		-webkit-font-smoothing: antialiased;
		line-height: 1.6em
	}
	.featured-posts .post-content p strong,
	.latest-post p strong,
	.older-post-list .older-post p strong {
		font-weight: 700
	}


	.fancybox-next,
	.fancybox-next span,
	.fancybox-prev,
	.fancybox-prev span {
		z-index: 100003
	}
	.fancybox-overlay {
		z-index: 100001
	}
	.fancybox-title {
		z-index: 100005
	}
	.fancybox-title-float-wrap {
		z-index: 100003
	}
	.fancybox-no-scroll .fancybox-inner {
		overflow-x: hidden!important
	}
	.fancybox-opened .fancybox-skin {
		box-shadow: none
	}
	.op-transform-1,
	.op-transform-normal {
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		will-change: all;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.op-transform {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		will-change: all;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.op-transform-fast {
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		will-change: all;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.op-transform-slow {
		-webkit-transition: all .6s ease-in-out;
		transition: all .6s ease-in-out;
		will-change: all;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.op-asset-actual-content {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.op-transform-start {
		-webkit-transform: translate3d(0, 0, 0) scale(0);
		transform: translate3d(0, 0, 0) scale(0);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center
	}
	.op-transform-end {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center
	}
	.op-transform-1-start {
		opacity: 0!important
	}
	.op-transform-1-end {
		opacity: 1!important
	}
	.op-opacity-zero {
		opacity: 0!important
	}
	.op-transform-scale0 {
		-webkit-transform: translate3d(0, 0, 0) scale(0);
		transform: translate3d(0, 0, 0) scale(0);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center
	}
	.mce-fullscreen,
	.mce-fullscreen * {
		-webkit-transform: none!important;
		-ms-transform: none!important;
		transform: none!important;
		-webkit-transition: none!important;
		transition: none!important
	}
	.mce-fullscreen {
		right: 0;
		bottom: 0
	}
	.mce-fullscreen .fancybox-close {
		display: none
	}
	.alignleft {
		display: inline;
		float: left;
		margin-right: 20px
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 20px
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	.comment-content img,
	.entry-content img,
	.widget img {
		max-width: 97.5%
	}
	img[class*=align],
	img[class*=wp-image-] {
		height: auto
	}
	img.size-full {
		max-width: 97.5%;
		width: auto
	}
	.entry-content img.wp-smiley {
		border: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0
	}
	img.aligncenter,
	img.alignleft,
	img.alignright {
		margin-bottom: 20px
	}
	.wp-caption,
	p img {
		margin-top: .4em
	}
	.wp-caption {
		background: #eee;
		margin-bottom: 1.625em;
		max-width: 96%;
		padding: 9px
	}
	.wp-caption img {
		display: block;
		margin: 0 auto;
		max-width: 98%
	}
	.gallery-caption,
	.wp-caption .wp-caption-text {
		color: #666;
		font-family: Georgia, serif;
		font-size: 12px
	}
	.wp-caption .wp-caption-text {
		margin-bottom: 0;
		padding: 10px 0 5px;
		position: relative
	}
	#content .gallery {
		margin: 0 auto 1.625em
	}
	#content .gallery a img {
		border: none
	}
	img#wpstats {
		display: block;
		margin: 0 auto 1.625em
	}
	#content .gallery-columns-4 .gallery-item {
		width: 23%;
		padding-right: 2%
	}
	#content .gallery-columns-4 .gallery-item img {
		width: 100%;
		height: auto
	}
	.wp-caption img {
		border-color: #eee
	}

/* sem medo de investir */
	#semMedo { background:#023048 }
	#semMedo .main { float:left; width:100%; margin-top:170px }
	#semMedo .main .container { width:807px  }
	#semMedo .main .top { position:relative; z-index: 2;float: left; width: 100%; }
	#semMedo .main .top .logo { float: left; width: 30%; padding-right: 30px; }
	#semMedo .main .top .logo img { float: left; width: 100%; }
	#semMedo .main .top .txt { float: left; width: 70%; padding-left: 14px; border-left: 4px solid #faa519; }
	#semMedo .main .top .txt h2 { float: left; width: 100%; color: #faa519; font-size: 31px; font-family: open sans; font-weight: 900; margin: 0 0 5px; line-height: 34px; }
	#semMedo .main .top .txt h3 { float: left; width: 100%; color: #fff; font-size: 17px; font-family: open sans; font-weight: 900; margin: 0; }
	#semMedo .main .boxTexto { float: left; width: 100%; background: #fff; padding: 40px; margin: 10px 0 0; position: relative; } 
	#semMedo .main .boxTexto p { font-size: 16px; float: left; width: 100%; font-family: open sans; color: #023048; margin-bottom: 30px; z-index: 2; position: relative; }
	#semMedo .main .boxTexto .blocoBranco { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); z-index: 1; }
 	#semMedo .main .boxTexto .farol { position: absolute; left: -448px; top: -190px; }
	#semMedo .main .bottom { padding-bottom:100px; float: left; width: 100%; text-align: center; position:relative; z-index: 2; }
	#semMedo .main .bottom .assinatura { float: left; width: 100%; margin-top: -40px; }
	#semMedo .main .bottom .assinatura img { box-shadow: 0px 0px 9px #111; width: 380px; }
 	#semMedo .main .bottom p { float: left; width: 100%; font-weight: 900; color: #fff; font-size: 15.7px; font-family: open sans; margin: 17px 0 40px; }
 	#semMedo .main .bottom a { float: left; width: 60%; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; }
	#semMedo .main .bottom a p { background: #DA3241; height: 53px; position: absolute; z-index: 2; width: 96%; margin: 10px; border-radius: 14px; text-align: center; line-height: 50px; font-family: open sans; font-weight: 800; text-transform: uppercase; font-size: 22px; color: #fff; }
	#semMedo .main .bottom a span:nth-child(2) { z-index: 1; position: relative; width: 100%; height: 74px; float: left; background: #EE3941; border-radius: 20px; }
	#semMedo .main .bottom a span:nth-child(3) { box-shadow:-1px -15px 12px #000; width: 100%; height: 74px; float: left; background: #B22E3D; border-radius: 20px; margin-top: 16px; position: absolute; left: 0; }
/*final*/











@media (max-width: 735px) {

	/*- modals -*/
		body .modal { z-index:999999999999 }
		.modal-dialog { width:100% !important }
		.modal-dialog .modal-content { min-height: 0 !important; border-top: none; width:100% !important }
		.modal-dialog .modal-content .ModalAlerta { font-size: 13px !important; background: #cc9315; float: left; width: 100%; bottom: auto; margin: 0; height: 40px; line-height: 40px; text-align: left; padding-left: 20px; }
		.modal-dialog .modal-content .close { font-size: 50px; top: -6px; right: 0px; }

		.modal-dialog .modal-content .modal-body .newsletter .news { min-height: 0 !important; }
		.modal-dialog .modal-content .modal-body .newsletter .news .formee .checkboxs { padding: 15px 0 0; }
		.modal-dialog .modal-content .modal-body .newsletter .news .formee .checkboxs .checkbox { padding: 0 15px 0 0; width: 50% !important; }
		.modal-dialog .modal-content .modal-body .newsletter .news .formee .checkboxs .checkbox label input { top: -5px; margin-right: 4px; }
		.modal-dialog .modal-content .modal-body .newsletter .news .formee .checkboxs .checkbox label p { font-size: 12px; }

		#intelligence .modal-dialog .modal-content .modal-body .newsletter .btn { margin-bottom:0 }
	/*- modals -*/

}</pre></body></html>