<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Topo */
@import url('https://fonts.googleapis.com/css?family=Muli');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,900');
@import url('https://fonts.googleapis.com/css?family=Hammersmith+One');
@import url('https://fonts.googleapis.com/css?family=Sanchez');
@import url('https://fonts.googleapis.com/css?family=Rokkitt:300');
body
{
	margin: 0;
	padding: 0;
	font: normal 1em/1.62em 'Muli', sans-serif;
}
.moduletable_logo_link
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font: normal 1.25em/1em 'Sanchez', serif;
    font-family: "Sanchez", serif;
	color: #fff;
	letter-spacing: -0.06em;
	text-align: center;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}
.moduletable_logo_link a
{
	outline: none;
}
.moduletable_logo_link img
{
	margin: 0 0 30px;
}
/*MENU*/
.moduletable_menu
{
	width: 100%;
	float: left;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	bottom: 0;
	transition: all .1s linear;
}
.moduletable_menu.menu-fixo
{
	position: fixed;
	top: 0;
	height: 66px;	
	transition: all .1s linear;
	z-index: 999;
}
.moduletable_menu ul
{
	margin: 0;
	padding: 0 30%;
}
.moduletable_menu ul li
{
	list-style: none;
	float: left;
}
.moduletable_menu ul li a
{
	font: 500 1.1em/1.3em 'Poppins', sans-serif;
	color: #fff;
	display: block;
	padding: 22px 0;
	margin: 0 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.015em;
	outline: none;
}
.moduletable_menu ul li:focus a,
.moduletable_menu ul li.active a
{
	color: #cca800;
	background: none;
}
.moduletable_menu ul li a:hover
{
	background: none;
	color: #cca800;
}
.moduletable_menu ul li a:focus
{
	background: none;
}
.moduletable_menu ul li.item-102
{
	position: relative;
}
.moduletable_menu ul li.item-102 ul
{
	position: absolute;
	top: -115px;
	display: none;
	background: #fff;
	left: -65px;
	border: 1px solid #000;
	padding: 0 10px;
	transform-origin: bottom;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: 0.5s;
	width: 180px;
}
.moduletable_menu ul li.item-102 ul li
{
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.moduletable_menu ul li.item-102 ul li a
{
	color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	text-transform: initial;
	padding: 10px 0px;
	line-height: 24px;
}
.moduletable_menu ul li.item-102 ul:before
{
	position: absolute;
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	margin-left: -11px;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
}
.moduletable_menu ul li.item-102:hover ul
{
	display: block;
	transition: all 0.4s ease;
	transition: 0.5s;
}
.moduletable_menu ul li.item-103
{
	position: relative;
}
.moduletable_menu ul li.item-103 ul
{
	position: absolute;
	top: -250px;
	display: none;
	background: #fff;
	left: -35px;
	border: 1px solid #000;
	padding: 0 16px;
	transform-origin: bottom;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: 0.5s;
	width: 180px;
}
.moduletable_menu ul li.item-103 ul li
{
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.moduletable_menu ul li.item-103 ul li a
{
	color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	text-transform: initial;
	padding: 10px 0px;
	line-height: 24px;
}
.moduletable_menu ul li.item-103 ul:before
{
	position: absolute;
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	margin-left: -11px;
	border-top: 11px solid #fff;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
}
.moduletable_menu ul li.item-103:hover ul
{
	display: block;
	transition: all 0.4s ease;
	transition: 0.5s;
}
.moduletable_menu.menu-fixo ul li.item-102
{
	position: relative;
}
.moduletable_menu.menu-fixo ul li.item-102 ul
{
	position: absolute;
	top: 65px;
	display: none;
	background: #fff;
	left: -65px;
	border: 1px solid #000;
	padding: 0;
	transform-origin: bottom;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: 0.5s;
}
.moduletable_menu.menu-fixo ul li.item-102 ul li a
{
	color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	text-transform: initial;
}
.moduletable_menu.menu-fixo ul li.item-102 ul:before
{
	position: absolute;
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	bottom: auto;
	left: 50%;
	bottom: auto;
	top: -8px;
	border-top: none;
	border-bottom: 8px solid #fff;
}
.moduletable_menu.menu-fixo ul li.item-102:hover ul
{
	display: block;
	transition: all 0.4s ease;
	transition: 0.5s;
}
.moduletable_menu.menu-fixo ul li.item-103
{
	position: relative;
}
.moduletable_menu.menu-fixo ul li.item-103 ul
{
	position: absolute;
	top: 65px;
	display: none;
	background: #fff;
	left: -35px;
	border: 1px solid #000;
	padding: 0 16px;
	transform-origin: bottom;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: 0.5s;
	width: 180px;
}
.moduletable_menu.menu-fixo ul li.item-103 ul li
{
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.moduletable_menu.menu-fixo ul li.item-103 ul li a
{
	color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	text-transform: initial;
	padding: 10px 0px;
	line-height: 24px;
}
.moduletable_menu.menu-fixo ul li.item-103 ul:before
{
	position: absolute;
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	bottom: auto;
	left: 50%;
	bottom: auto;
	top: -8px;
	border-top: none;
	border-bottom: 8px solid #fff;
}
.moduletable_menu.menu-fixo ul li.item-103:hover ul
{
	display: block;
	transition: all 0.4s ease;
	transition: 0.5s;
}
/*conteudo*/
#conteudo
{
	background: #666;
}
.moduletable_bbr_invest
{
	width: 60%;
	margin: 0 20%;
	float: left;
	text-align: right;
}
.moduletable_bbr_invest h2
{
	color: #ffffff;
	font-size: 3.9em;
	letter-spacing: -.01em;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4em;
	margin: 1em 0 .6em;
	font-weight: 700;
	word-wrap: normal;
}
.moduletable_bbr_invest strong
{
	color: #ffffff;
	font-size: 1.6em;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4em;
	margin: 1em 0 .6em;
	font-weight: 700;
	word-wrap: normal;
}
.moduletable_sobre
{
	width: 65%;
	margin: 0 15.5%;
	float: left;
	padding: 0 0 50px;
}
.moduletable_sobre .boxtext
{
	width: 22.5%;
	margin: 0 0 0 2.5%;
	float: left;
}
.moduletable_sobre .boxtext h4
{
	font-family: 'Muli', sans-serif;
	background: #fdce0d;
	display: block;
	padding: 8px 15px;
	box-sizing: border-box;
	line-height: 22px;
	color: #555;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #fff;
	margin: 12px 0 0;
}
.moduletable_sobre .boxtext:first-child h4
{
	text-align: justify;
}

.moduletable_sobre .boxtext ul
{
	margin: 0;
	padding: 1em;
	display: none;
	background: #fdce0d;
	transition: 1s;
}
.moduletable_sobre .boxtext ul li
{
	list-style: none;
	margin: 0 0 1.8em;
	padding: 0;
	color: #333;
	font-size: 14px;
	text-align: justify;
	font-family: 'Muli', sans-serif;
}
.moduletable_siganos
{
	width: 70%;
	float: left;
	margin: 50px 15% 40px;
	text-align: center;
	color: #ffffff;
	font-size: 50px;
	font-family: 'Hammersmith One', sans-serif;
	line-height: 1.2em;
	padding: 0 0 .7em;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-weight: 700;
	word-wrap: normal;
}
.moduletable_siganos_redes
{
	width: 60%;
	float: left;
	margin: 0 20%;
	text-align: center;
	padding: 0 0 70px;
}
.moduletable_siganos_redes h2
{
	color: #ffffff;
	font-family: 'Hammersmith One', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 0.35em;
	padding: 0;
	letter-spacing: 0.06em;
	line-height: 28px;
	font-weight: normal;
}
.moduletable_siganos_redes ul
{
	margin: 0;
	padding: 0;
}
.moduletable_siganos_redes ul li
{
	list-style: none;
	display: inline-block;
	margin: 0 6px;
}
.moduletable_siganos_redes ul li em
{
	color: #fdce0d;
	font-size: 28px;
	padding: 6px 10px;
	width: 28px;
	height: 28px
}
.moduletable_siganos_redes ul li a
{
	text-decoration: none;
	line-height: 18px;
	font-size: 17px;
	color: #fff;
	font-family: 'Muli', sans-serif;
	outline: none;
}
.moduletable_siganos_redes ul li a:hover
{
	color: #fff;
}
/*Conteudo 2*/
.moduletable_baner_centro
{
	width: 100%;
	float: left;
}
.moduletable_baner_centro img
{
	width: 100%;
}
/*Vantagens*/
.moduletable_vantagens
{
	width: 100%;
	float: left;
}
.moduletable_vantagens h3
{
	font-size: 0;
	line-height: 60px;
	background: url(../images/icones/vantagens.png) no-repeat center center;
}
.moduletable_vantagens .nspMain
{
	width: 65%;
	float: left;
	margin: 50px 17.5% 0;
}
.moduletable_vantagens .nspMain .nspArtPage .nspArt.nspCol4
{
	width: 25%;
	float: left;
}
.moduletable_vantagens .nspMain .nspArtPage .nspArt.nspCol4 h4
{
	font-size: 1.5em;
	margin: 0 0 .8em;
	padding: 160px 20px 0;
	font: normal 1.45em/1.4em 'Sanchez', serif;
	color: #000;
	text-align: center;
	box-sizing: border-box;
}
.moduletable_vantagens .nspMain .nspArtPage .nspArt.nspCol4:first-child h4
{
	background: url(../images/icones/bg_globe.png) no-repeat top center;
}
.moduletable_vantagens .nspMain .nspArtPage .nspArt.nspCol4:nth-child(2) h4
{
	background: url(../images/icones/bg_graduation.png) no-repeat top center;
}
.moduletable_vantagens .nspMain .nspArtPage .nspArt.nspCol4:nth-child(3) h4
{
	background: url(../images/icones/bg_industri.png) no-repeat top center;	
}
.moduletable_vantagens .nspMain .nspArtPage .nspArt.nspCol4:last-child h4
{
	background: url(../images/icones/bg_line_charte.png) no-repeat top center;	
}
.moduletable_vantagens .nspMain .nspArtPage .nspArt.nspCol4 p
{
	margin: 0 0 1.8em;
	padding: 0 25px 0 0px !important;
	text-align: justify;
	box-sizing: border-box;
	float: left;
	color: #000;
	font: normal 1em/1.62em 'Muli', sans-serif;
}
.moduletable_vantagens .nspMain .nspArtPage .nspArt.nspCol4 a
{
	float: left;
	margin: 0 30.4%;
	width: 39%;
	text-align: center;
	font-size: 13px;
    font-weight: normal;
    border: 1px solid #f2bd00;
	background-color: #ffe20b;
	color: #000 !important;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.moduletable_vantagens .nspMain .nspArtPage .nspArt.nspCol4 a:hover
{
	background-color: #fff21e;
	text-decoration: none;
}
/*projetos*/
.moduletable_projetos
{
	width: 65%;
	float: left;
	margin: 15px 17.5% 0;
}
.moduletable_projetos .nspMain
{
	width: 100%;
	float: left;
}
.moduletable_projetos .nspMain .nspArtPage .nspArt
{
	width: 32%;
	margin: 0 0.1%;
	float: left;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	padding: 0 0.8% !important;
}
.moduletable_projetos .nspMain .nspArtPage .nspArt span
{
	width: 100%;
}
.moduletable_projetos .nspMain .nspArtPage .nspArt span img
{
	width: 100% !important;
	height: 181px !important;
}
.moduletable_projetos .nspMain .nspArtPage .nspArt:first-child img
{
	border: 2px solid #fff;
	width: 100%!important;
	height: 177px!important;
}
.moduletable_projetos .nspMain .nspArtPage .nspArt p a
{
    color: #fdce0d;
    font-size: 1.1em;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
}
.moduletable_projetos .nspMain .nspArtPage .nspArt p
{
	position: absolute;
	top: 52%;
	color: #fdce0d;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	font-size: 1.1em;
	width: 95.3%;
	text-align: center;
	padding: 10px 0 53px !important;
	background: rgba(0,0,0, .7);
}
/*Expertise*/
.moduletable_esepertise
{
	width: 82%;
	float: right;
	box-sizing: border-box;
	padding: 0 48% 0 0;
	color: #00000a;
	font: normal 1em/1.62em 'Muli', sans-serif;
	background: url(../images/icones/BBR_bubbles.png) no-repeat 65% center;
}
.moduletable_esepertise h3
{
	font-size: 2.9em;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 .7em;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
	color: #000;
}
/*serviÃ§os*/
.moduletable_servicos h3
{
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 .7em;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
	color: #424242;
}
.moduletable_servicos .nspMain
{
	overflow: hidden;
	width: 75%;
	margin: 0 12.5%;
}
.moduletable_servicos .nspMain .nspArts .nspArtPage .nspArt
{
	box-sizing: border-box;
	float: left;
	padding: 0 3% !important;
}
.moduletable_servicos .nspMain .nspArts .nspArtPage .nspArt h4
{
	font: 700 0.8em/1.4em 'Poppins', sans-serif;
	margin: 1em 0 .6em;
	padding: 20px 0 0;
	text-transform: none;
	letter-spacing: 0;
	color: #424242;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	border-top: 5px solid #fdce0d;
}
.moduletable_servicos .nspMain .nspArts .nspArtPage .nspArt p
{
	text-align: center;
	padding: 0 0 30px !important;
	color: #424242;
	font: normal 1em/1.62em 'Muli', sans-serif;
	box-sizing: border-box;
	width: 97%;
	margin: 0 auto 3px;
	border-bottom: 5px solid #fdce0d;
}
.moduletable_servicos .nspMain .nspArts .nspArtPage .nspArt a
{
	float: left;
	margin: 5px 17.5% 0;
	width: 65%;
	text-align: center;
    border: 1px solid #f2bd00;
	background-color: #ffe20b;
	color: #555 !important;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 0.80em;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 30px;
}
.moduletable_servicos .nspMain .nspArts .nspArtPage .nspArt a:hover
{
	background-color: #fff21e;
	text-decoration: none;
}
/*videos*/
.moduletable_videos
{
	width: 100%;
	float: left;
	position: relative;
}
.moduletable_videos video
{
	display: none!important;
}
.moduletable_videos span
{
	width: 100%;
	height: 890.433px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	z-index: 996;
	background: url(../images/icones/fundo_video_youtube.png);
}
.moduletable_videos_youtube
{
	width: 60%;
	position: relative;
	top: 50%;
	left: 20%;
	z-index: 998;
}
.moduletable_videos_youtube h3
{
	text-align: center;
	color: #ffffff;
	font-size: 2.8em;
	line-height: 1.2em;
	margin: 50px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
}
/*notÃ­cias*/
.moduletable_noticias
{
	width: 978px;
	max-width: 100%;
	margin: auto;
}
.moduletable_noticias h3
{
	font-size: 2.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 35px 0 .7em;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
	cursor: pointer;
}
.moduletable_noticias .nspMain
{
	width: 100%;
	float: left;
}
.moduletable_noticias .nspMain .nspArts
{
	padding: 0;
}
.moduletable_noticias .nspMain .nspArts .nspArt
{
	width: 50%;
	float: left;
	margin: 0 0 50px 0;
	position: relative;
}
.moduletable_noticias .nspMain .nspArts .nspArt a
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.moduletable_noticias .nspMain .nspArts .nspArt p
{
	width: 100%;
	float: left;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-wrap: normal;
	font-size: 160%;
	text-align: left;
	line-height: 35px;
}
.moduletable_noticias .nspMain .nspArts .nspArt p img{
	width: 25%;
	float: left;
	margin: 0 6% 20% 0;
}
.moduletable_noticias .nspMain .nspArts .nspArt p strong
{
	color: #a3a3a3;
	display: block;
	margin: 10px 0 1.55em;
	font-size: .6em;
	position: relative;
	letter-spacing: -0.01em;
	font-weight: normal;
	font-family: 'Muli', sans-serif;
}
/*menu rodapÃ©*/
.moduletable_menu_rod
{
	width: 40%;
	float: left;
	margin-right: 3%;
}
.moduletable_menu_rod h3
{
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4em;
	margin: 1em 0 1.2em;
	font-weight: 700;
	word-wrap: normal;
}
.moduletable_menu_rod ul
{
	margin: 0;
	padding: 0;
}
.moduletable_menu_rod ul li
{
	list-style: none;
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 1.8em;
	padding: 0;
}
.moduletable_menu_rod.con ul li,
.moduletable_menu_rod ul li a
{
	color: #fff;
	text-decoration: none;
	outline: none;
	font: normal 1em/1.62em 'Muli', sans-serif;
}
.moduletable_menu_rod ul li a:hover
{
	background: none;
}
.moduletable_menu_rod.red
{
	text-align: center;
}
.moduletable_menu_rod.red a
{
	outline: none;
}
.moduletable_menu_rod.red a em
{
	font-size: 28px;
	padding: 6px;
	width: 28px;
	height: 28px;
	color: #fdce0d;
	line-height: 1em;
}
.moduletable_back_to_top
{
	width: 31%;
	float: left;
	margin: 100px 34% 0;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 60px 0 1.75em;
	border-bottom: 1px solid #2b2b2b;
	color: #BEBEBE;
	font: normal 1em/1.62em 'Muli', sans-serif;
	background: url(../images/icones/setatop.png) no-repeat center top;
	transition: all .2s linear;
	background-size: 45px;
}
.moduletable_back_to_top:hover
{
	color: #fff;
	transition: all .2s linear;
	background: url(../images/icones/setatop.png) no-repeat center -10px;
	background-size: 45px;
	cursor: pointer;

}
.moduletable_back_to_top.footer
{
	width: 50%;
	float: left;
	margin: 0 25%;
	background: none;
	padding: 10px 0 75px 0;
	font-size: 0.75em;
	text-align: center;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Muli', sans-serif;
	border: none;
	text-transform: initial;
}
/*Parceiros*/
.geral.single #conteudo
{
	background: #fff;
}
.item-page_parceiros
{
	width: 65%;
	float: left;
	margin: 0 17.5%;
	padding: 97px 0 60px;
}
.item-page_parceiros .page-header
{
	padding: 0;
	margin: 0;
	border: 0;
}
.item-page_parceiros .page-header h2
{
	font-size: 2.6em;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 .7em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
}
.item-page_parceiros table
{
	width: 100%;
}
.item-page_parceiros table tr
{
	margin-bottom: 10px;
}
.item-page_parceiros table tr td
{
	text-align: justify;
	font: normal 1em/1.62em 'Muli', sans-serif;
	color: #000;
	word-wrap: break-word;

}
.item-page_parceiros table tr:first-child td:first-child
{
	box-sizing: border-box;
	padding: 0px 60px 0 0px;
}
.item-page_parceiros table tr td a
{
	font-size: 15px;	
	font-family: 'Rokkitt', serif;
	text-decoration: none;
}
.item-page_parceiros table tr td strong
{
	font-size: 15px;
	color: #000;
	word-wrap: break-word;
	font-weight: normal;
	font-family: 'Rokkitt', serif;
	text-decoration: none;
	pointer-events: none;
}
.item-page_parceiros table tr:nth-child(3) td:first-child,
.item-page_parceiros table tr:nth-child(2) td:first-child
{
	box-sizing: border-box;
	padding: 0px 60px 0 0px;
}
.moduletable_int_parceiros
{
	width: 100%;
	float: left;
	background: url(../images/background_interno_parceiros.jpg) no-repeat;
	background-size: cover;
	height: 65vh;
	background-attachment: fixed;
}
.item-page_parceiros.consu table tr td strong
{
	font: normal 1.45em/1.4em 'Sanchez', serif;
    margin: 0;
    padding: 0 0 2em;
    word-wrap: normal;
}
.item-page_parceiros.eco .page-header h2
{
	font-size: 2.8em;
	width: 80%;
}
.item-page_parceiros.eco
{
	padding: 97px 0 85px;
}
.item-page_parceiros.consu.eco table tbody tr td
{
	width: 50%;
}
.item-page_parceiros.consu.eco table tbody tr td ul
{
	margin: 20px 0 20px 25px;
	padding: 0;
}
.item-page_parceiros.consu.eco table tbody tr td ul li
{
	font: normal 1em/1.92em 'Muli', sans-serif;
	color: #000;
	word-wrap: break-word;
}
.item-page_parceiros.consu.eco table tbody tr
{
	float: left;
	margin-bottom: 30px;
}
.item-page_parceiros.consu.eco table tbody tr td a
{
	color: #B79200!important;
	text-decoration: none;
	outline: none;
	font: normal 1em/1.62em 'Muli', sans-serif;
	word-wrap: break-word;
	cursor: pointer;
	pointer-events: initial;
}
.item-page_parceiros.consu.eco.logi table tbody tr td strong
{	
	font: bold 1.1em/1.62em 'Muli', sans-serif;
	color: #000;
}
.item-page_parceiros.consu.eco table tbody tr td h6
{
	font: bold 1em/1.62em 'Muli', sans-serif;
}
.item-page_parceiros.consu.eco.imo table tbody tr td h5
{
	font-size: 1.35em;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4em;
	margin: 1em 0 .6em;
	font-weight: 700;
	word-wrap: normal;
}
/*NegÃ³cios*/
.blog_parceiros.negocios
{
	width: 65%;
	float: left;
	margin: 0 17.5%;
}
.blog_parceiros.negocios .page-header
{
	margin: 0;
	padding: 0;
	border: 0;
}
.blog_parceiros.negocios h1
{
	font-size: 2.6em;
	line-height: 1.2em;
	margin: 60px 0 0;
	padding: 0 0 .7em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
}
.blog_parceiros.negocios p
{
	display: none;
}
.moduletable_parceiros.consu.nego
{
	width: 65%;
	float: left;
	margin: 0 17.5% 50px;
	font: normal 1em/1.62em 'Muli', sans-serif;
}
.geral.single .conteudo2.bloco
{
	background: #fff;
	box-sizing: border-box;
	padding: 0 17.5% 50px;
}

.moduletable_slidenego .desce a
{
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	z-index: 999;
}
.moduletable_slidenego
{
	width: 46%;
	float: left;
	cursor: pointer;
	position: relative;
}
.moduletable_slidenego:first-child
{
	margin-right: 4%;
}
.moduletable_texto_negocios
{
	width: 50%;
	float: left;
	text-align: center;
	margin: 30px 0;
	box-sizing: border-box;
	padding: 0 5%;
	font: normal 1em/1.62em 'Muli', sans-serif;
	color: #000;
}
.moduletable_texto_negocios strong
{
	font-weight: 500;
	text-decoration: none;
	color: #B79200;
	outline: none;
	text-transform: uppercase;
	line-height: 1.4em;
	font-size: 1.1em;
	font-family: 'Poppins', sans-serif;
}
.moduletable_texto_negocios h5
{
	font-size: 160%;
	padding: 0;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	margin: 0.6em 0;
}
.moduletable_texto_negocios.tres
{
	width: 55%;
	padding: 0 10% 0 0%;
}
/*a bbr*/
.blog_abbr
{
	width: 90%;
	float: left;
	margin: 0 5% 90px;
}
.blog_abbr .items-row
{
	width: 100%;
	float: left;
}
.blog_abbr .items-row .item
{
	width: 95%;
	float: left;
	background-color: rgba(255,255,255, 0.85);
	text-align: justify;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 15px;
	margin-right: 5%;
	margin-left: 30px;
	font: normal .8em/1.62em 'Muli', sans-serif;
	color: #000;
	word-wrap: break-word;
}
.blog_abbr .items-row .item .page-header
{
	border: 0;
	background-color: rgba(255,255,255, 0.80);
	padding: 0;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 0;
}
.blog_abbr .items-row .item .page-header h2
{
	font-size: 2.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 .7em;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
}
.blog_abbr .items-row .item ul
{
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
	text-align: justify;
	font: normal 1em/1.62em 'Muli', sans-serif;
	color: #000;
	word-wrap: break-word;
}
.blog_abbr .items-row .item ul li
{
	margin: 0 0 .5em 0;
	padding: 0;
	line-height: 30px;
}
.blog_abbr .items-row .item h4
{
	font: normal 1.45em/1.4em 'Sanchez', serif;
	margin: 0;
	padding: 0 0 2em;
	word-wrap: normal;
	color: #000;
	font-weight: 700;
}
.blog_abbr .items-row .item img
{
	margin-top: 40px;
}
/*equipe*/
.item-page_equipe
{
	width: 60%;
	float: left;
	margin: 0 20%;
}
.item-page_equipe .page-header
{
	column-count: 1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 0;
}
.item-page_equipe .page-header h1
{
	font-size: 2.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
	color: #000;
}
.item-page_equipe table
{
	width: 100%;
	float: left;
}
.item-page_equipe table tbody tr
{
	width: 100%;
	float: left;
}
.item-page_equipe table tbody tr td
{
	width: 33%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: justify;
}
.item-page_equipe table tbody tr td h4
{
	font-size: 1.35em;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4em;
	margin: 1em 0 .6em;
	font-weight: 700;
	word-wrap: normal;
	color: #000;
}
.item-page_parceiros.home .page-header h1
{
	font-size: 2.6em;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 .7em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
}
.item-page_parceiros.consu.eco.van .page-header h1
{
	font-size: 2.8em;
	width: 80%;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 .7em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
}
.item-page_parceiros.consu .page-header h1
{
	font-size: 2.6em;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 .7em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
}
.moduletable_mais_negocios
{
	background: #fff;
	border: 0;
	padding: 30px 0;
	margin-bottom: 40px;
	position: relative;
	clear: both;
	overflow: hidden;
	width: 60%;
	margin: 0 20%;
	float: left;
	display: none;
}
.moduletable_mais_negocios h4
{
	font-size: 1.6em;
	margin: 0 0 0.6em;
	padding: 0;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	line-height: 30px;
	background: url(../images/icones/icon_close.png) no-repeat right center;
	background-size: 22px;
	transition: 0.2s;
}
.moduletable_mais_negocios h4:hover
{
	background-size: 18px;
	transition: 0.2s;
}
.moduletable_mais_negocios table
{
	width: 100%;
	float: left;
}
.moduletable_mais_negocios table tbody tr
{
	width: 100%;
	float: left;
}
.moduletable_mais_negocios table tbody tr td
{
	width: 50%;
	float: left;
	margin: 0;
	padding: 15px;
	box-sizing: border-box;
	text-align: justify;
}
.moduletable_mais_negocios table tbody tr td iframe
{
	width: 97%;
	height: 300px;
}
.moduletable_mais_negocios table tbody tr td a
{
	color: #000;
	text-decoration: underline;
	pointer-events: none;
}
.moduletable_mais_negocios table tbody tr td ul
{
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
	text-align: justify;
}
.moduletable_mais_negocios table tbody tr td ul li
{
	margin: 0 0 .5em 0;
	padding: 0;
	color: #000;
	font: normal 1em/1.62em 'Muli', sans-serif;
}
.moduletable_mais_negocios table tbody tr td a:hover
{
	color: #000;
}
.moduletable_mais_negocios table tbody tr td p
{
	margin: 0 0 1.8em;
	padding: 0;
	font: normal 1em/1.62em 'Muli', sans-serif;
	color: #000;
}
.moduletable_mais_negocios table tbody tr td p strong
{
	margin: 0;
	padding: 0;
	font: bold 1em/1.62em 'Muli', sans-serif;
	color: #000;
	word-wrap: break-word;
}
.geral.single .conteudo3.bloco
{
	background: #fff;
}
.moduletable_mais_condo
{
	background: #fff;
	border: 0;
	padding: 30px 0;
	margin-bottom: 40px;
	position: relative;
	clear: both;
	overflow: hidden;
	width: 60%;
	margin: 0 20%;
	float: left;
	display: none;
}
.moduletable_mais_condo:after
{
	content: '30/01/2017';
	position: absolute;
	top: 0;
	left: 0;
	color: #a3a3a3;
	display: block;
	margin: 0 0 1.55em;
	font-size: 1em;
	letter-spacing: -0.01em;
}
.moduletable_mais_condo h4
{
	font-size: 2.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0 15% .7em;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-weight: 700;
	word-wrap: normal;
	font-family: 'Poppins', sans-serif;
	color: #000;
	background: url(../images/icones/icon_close.png) no-repeat right top;
	background-size: 22px;
	transition: 0.2s;
}
.moduletable_mais_condo h4:hover
{
	background-size: 18px;
	transition: 0.2s;
}
.moduletable_mais_condo table tbody tr td
{
	font: normal 1em/1.62em 'Muli', sans-serif;
	color: #000;
	word-wrap: break-word;
	width: 50%;
	float: left;
	margin: 0;
	padding: 15px;
	box-sizing: border-box;
	text-align: justify;
}
.moduletable_mais_condo table tbody tr td h6
{
	font: normal 1.45em/1.4em 'Sanchez', serif;
	margin: 0;
	padding: 0 0 2em;
	color: #000;
}
.moduletable_mais_condo table tbody tr td p strong
{
	margin: 0 0 1.8em;
    padding: 0;
	font: bold 1em/1.62em 'Muli', sans-serif;
	color: #000;
	word-wrap: break-word;
}
/*energia*/
.moduletable_mais_energia
{
	background: #fff;
	border: 0;
	padding: 30px 0;
	margin-bottom: 40px;
	position: relative;
	clear: both;
	overflow: hidden;
	width: 60%;
	margin: 0 20%;
	float: left;
	display: none;
}
.moduletable_mais_energia:after
{
	content: '24/01/2017';
	position: absolute;
	top: 0;
	left: 0;
	color: #a3a3a3;
	display: block;
	margin: 0 0 1.55em;
	font-size: 1em;
	letter-spacing: -0.01em;
}
.moduletable_mais_energia h4
{
	font-size: 2.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 .7em;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-weight: 700;
	word-wrap: normal;
	font-family: 'Poppins', sans-serif;
	color: #000;
	background: url(../images/icones/icon_close.png) no-repeat right top;
	background-size: 22px;
	transition: 0.2s;
}
.moduletable_mais_energia h4:hover
{
	background-size: 18px;
	transition: 0.2s;
}
.moduletable_mais_energia table tbody tr td
{
	font: normal 1em/1.62em 'Muli', sans-serif;
	color: #000;
	word-wrap: break-word;
	float: left;
	width: 25%;
	margin: 0;
	padding: 15px;
	box-sizing: border-box;
	text-align: justify;
}
.moduletable_mais_energia table tbody tr td:first-child
{
	width: 50%;
}
/*Noticias*/
.blog_noticias_interna
{
	width: 60%;
	float: left;
	margin: 0 20%;
	padding: 97px 0 60px;
}
.blog_noticias_interna .items-row
{
	width: 100%;
	float: left;
}
.blog_noticias_interna .items-row .item
{
	width: 100%;
	float: left;
	font-size: 135%;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	line-height: 1.2em;
	text-align: center;
	color: #000;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}
.blog_noticias_interna .items-row .item img
{
	margin-bottom: 20px;
}
.blog_noticias_interna .items-row .item strong
{
	color: #a3a3a3;
    display: block;
    margin: 20px 0 1.55em;
    font-size: .9em;
    position: relative;
    letter-spacing: -0.01em;
    font-family: 'Muli', sans-serif;
}
.blog_noticias_interna .items-row .item p.readmore
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog_noticias_interna .items-row .item p a.btn
{
	padding: 0;
	border: 0;
	background: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.blog_noticias_interna .items-row .item p a.btn span
{
	display: none;
}
.item-page_noticias_interna
{
	width: 50%;
	float: left;
	margin: 0 0 0 20%;
	padding: 97px 0 60px;
}
.item-page_noticias_interna table
{
	width: 100%;
	float: left;
}
.item-page_noticias_interna table tbody tr
{
	width: 100%;
	float: left;
}
.item-page_noticias_interna table tbody tr:first-child
{
	display: inline-block;
	padding: 0;
	text-transform: uppercase;
	line-height: 1.4em;
	font-size: 1em;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 11px;
	position: relative;
	color: #d7d7d7;
}
.item-page_noticias_interna table tbody tr td
{
	width: 100%;
	float: left;
	font: normal 1em/1.62em 'Muli', sans-serif;
	color: #000;
	word-wrap: break-word;
	text-align: justify;
}
.item-page_noticias_interna table tbody tr td a
{
	text-transform: initial;
	font-weight: 500;
	text-decoration: none;
	color: #B79200;
	outline: none;
	line-height: 1.4em;
	font-size: 0.9em;
	font-family: 'Poppins', sans-serif;
}
.item-page_noticias_interna table tbody tr:first-child td p a
{
	text-transform: uppercase;
}
.item-page_noticias_interna table tbody tr td h5
{
	font-size: 2.8em;
	font-family: 'Poppins', sans-serif;
	line-height: 1.2em;
	margin: 1em 0 .6em;
	font-weight: 700;
	word-wrap: normal;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}
.item-page_noticias_interna table tbody tr td ul
{
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
.item-page_noticias_interna table tbody tr td ul li
{
	margin: 0 0 .5em 0;
	padding: 0;
	font: normal 1em 'Muli', sans-serif;
    line-height: 1.62em;
	color: #000;
	word-wrap: break-word
}
.item-page_noticias_interna table tbody tr td img
{
	margin: 20px;
}
.item-page_noticias_interna table tbody tr td strong
{
	margin: 0;
	padding: 0;
	font: bold 1em/1.62em 'Muli', sans-serif;
	color: #000;
	word-wrap: break-word;
}

/*Contato*/
#userForm
{
	width: 40%;
	float: left;
	margin-left: 20%;
}
#conteudo h1
{
	width: 80%;
	margin: 0 0 0 20%;
	font-size: 2.8em;
	line-height: 1.2em;
	padding: 1em 0;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	word-wrap: normal;
	color: #000;
}
#userForm .form2LinesLayout .formField
{
	font: normal .8em/1.62em 'Muli', sans-serif;
	color: #000;
	word-wrap: break-word;
}
#userForm .form2LinesLayout .formField input
{
	width: 240px;
	max-width: 90%;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 0;
	padding: 6px 10px 7px;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	color: #000;
	font-family: 'Muli', sans-serif;
}
#userForm .form2LinesLayout .formField textarea
{
	line-height: 250%;
	width: 95.3%;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 0;
	padding: 6px 10px 7px;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	color: #000;
	font-family: 'Muli', sans-serif;
}
#userForm .form2LinesLayout .formField input#Submit
{
	background-color: #000;
	color: #d5b000;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 0.95em;
	padding: 11px 22px 6px 25px;
	cursor: pointer;
	border: none;
	border-radius: 0;
	letter-spacing: 0.02em;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	font-family: 'Muli', sans-serif;
	width: 100px;
}
#userForm .form2LinesLayout .formField input#Submit:hover
{
	color: #fff;
}
#userForm .form2LinesLayout .formField img
{
	width: 125px;
}
#userForm .form2LinesLayout .formField input#captchaTxt26
{
	width: 150px!important;
}
.moduletable_loc_contato
{
	width: 20%;
	float: right;
	margin-right: 17%;
}
.moduletable_loc_contato table
{
	width: 100%;
	float: left;
}
.moduletable_loc_contato table tbody tr
{
	width: 100%;
	float: left;
}
.moduletable_loc_contato table tbody tr:first-child td
{
	padding: 0;
}
.moduletable_loc_contato table tbody tr:nth-child(2) td
{
	margin: 0 0 20px;
}
.moduletable_loc_contato table tbody tr td
{
	width: 100%;
	float: left;
	color: #000000;
	font: normal 1em/1.62em 'Muli', sans-serif;
	word-wrap: break-word;
	box-sizing: border-box;
	padding-left: 10%;
	position: relative;
}
.moduletable_loc_contato table tbody tr td em
{
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	font-size: 16px;
	border-radius: 100%;
	box-sizing: content-box;
	color: #B79200;
}
.moduletable_loc_contato table tbody tr td iframe
{	
	height: 300px;
}

/*Teste*/
.blog_teste p
{
	display: none;
}</pre></body></html>