@charset "utf-8";
/* CSS Document */
/*#################################################################################################### 
/ Includes
/###################################################################################################*/
@import url('css/960.css');
@import url('css/reset.css');
@import url('font-face/stylesheet.css');
/*#################################################################################################### 
/ General Styles
/###################################################################################################*/
body {
	margin: 0;
	padding: 0;	
	background: #2f4052;
}
.alignleft {
	display:block;
	float:left;
	margin: 0 10px 10px 0;
}
.alignright {
	display:block;
	float:right;
	margin: 0 0 10px 10px;
}
.aligncenter {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.alignabsolute {
	position:absolute;
}
/*#################################################################################################### 
/ Header
/###################################################################################################*/
header {
	position: fixed;
	z-index: 1000000;
    width:100%;
	height: 32px;
	background: #FFF;
}
/* redes sociais
----------------------------------------------------------------------------------------------------*/
header #social {
	position: relative;
	overflow:hidden;
    width:100%;
	height: 32px;
	background: #f5f7fa;
	border-bottom: 2px solid #f0f2f4; 
}
header .social ul {
	float:right;
}
header .social ul li {
	float: left;
	list-style: none;
	padding: 4px 5px 0 0;
}
header .social ul li .facebook {
	border-right: thin solid #c4c5c5;
	width: 36px;
	height: 26px;
	float:left;
	cursor: pointer;
	background:url(images/icon-facebook.png)  no-repeat;
}
header .social ul li .facebook:hover {
	background:url(images/icon-facebook.png) 0 -2px  no-repeat;
}
header .social ul li .twitter {
	width: 32px;
	height: 26px;
	float:left;
	cursor: pointer;
	background:url(images/icon-twitter.png)  no-repeat;
}
header .social ul li .twitter:hover {
	background:url(images/icon-twitter.png) 0 -2px  no-repeat;
}
/*#################################################################################################### 
/ NAV
/###################################################################################################*/
nav {
	position: fixed;
	z-index: 100000;
    width:100%;
	height: 126px;
	background: #FFF;
	top: 32px;
}
/* logomarca
----------------------------------------------------------------------------------------------------*/
nav .logomarca {
	display:none;
	margin-top: 52px;
	width: 140px;
	height: 74px;
}
/* menu
----------------------------------------------------------------------------------------------------*/
nav .menu ul {
	width: 100%;
}
nav .menu {
	float: right;
	margin-top: 94px;
	display: block;
	height: 32px;
}
nav .menu ul li {
	list-style: none;
	float:left;
	color: #506a85;
	font-family:"DINRoundProMedium";  
	font-size: 13px;
	font-weight:100;
	text-transform:uppercase;
	cursor: pointer;
}
nav .menu  ul li a { 
	text-decoration: none;
	padding: 4px 10px;
	color: #506a85;
	border-right: thin solid #dcdcdc;
}
nav .menu ul li a:hover {
	color: #fff;
	background: #1c628f;
	padding: 10px 10px 17px 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
nav .menu ul li a.active {
	color: #fff;
	background: #1c628f;
	padding: 10px 10px 17px 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
/* SubMenu
----------------------------------------------------------------------------------------------------*/
nav .menu ul ul {
	visibility:hidden; 
	position:absolute;
	/*width: 100%;
	top: 126px;
	margin-left: -9%;*/
	width: 940px;
	left: 50%;
	top: 126px;
	margin-left: -470px;
	
	z-index: 10000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:  #f5f7fa;
}
nav .menu ul ul.submenu li.border_left {
	margin-left: 198px;
}
nav .menu ul ul.submenu1 li.border_left {
	margin-left: 264px;
}
nav .menu ul ul.submenu2 li.border_left {
	margin-left: 198px;
}
nav .menu ul ul.submenu3 li.border_left {
	margin-left: 411px;
}
nav .menu ul li:hover ul,
nav .menu ul a:hover ul{
	visibility:visible;
}
nav .menu ul :hover ul ul{
	visibility:hidden;
}
nav .menu ul :hover ul :hover ul{ 
	visibility:visible;
}
nav .menu ul li li.border_left {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
nav .menu ul li li.border_right {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
nav .menu ul li li {
	padding: 0 0 0 15px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	list-style: none;
	background:  #1c628f;
}
nav .menu ul li li a {
	display: block;	
	color: #fff;
	text-align:left;
	font-family:"DINRoundProMedium";  
	font-size: 13px;
	font-weight:100;
	text-transform:uppercase;
	border:none;
	padding: 10px;
	background:url(images/arrow-nav.png) center left no-repeat;
}
nav .menu ul li li a:hover {
	padding: 10px !important;
	background:url(images/arrow-nav.png) center left no-repeat;
}
/* search
----------------------------------------------------------------------------------------------------*/
nav .search_form {
	width: 172px;
	float: right;
	visibility: hidden;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: 298px;
}
nav .search {
	float: right;
	overflow: hidden;
	margin-top: 91px;
}
nav .search .bt_search {
	display: block;
	cursor:pointer;
	float:right;
	width: 18px;
	height: 18px;
	margin: 0 0 0 5px;
	background: url(images/icon-search.png) no-repeat;
}
nav .search input  {
	width: 157px;
	height: 27px;
	padding: 0 5px;
	float:right;	
	font-family:"DINRoundProRegular";  
	font-size: 14px;
	font-weight:100;
	color: #aca6a6;
	border: thin solid #aca6a6;
	background: #fff;
}
nav .search input.search {
	float:right;
	width: 26px;
	height: 27px;
	border:none;
	cursor: pointer;
	margin: 0;
	background: url(images/bt-search.png) no-repeat;
}
/*#################################################################################################### 
/ Slider
/###################################################################################################*/
#slider {
	position: relative;
	overflow:hidden;
    width:100%;
	padding-top: 158px;
	float: left;
    height: 405px;
    position:relative;
	background: #fff;
}
#slider .slideshow {
	position: relative;
	left: 50%;
	margin: 0 0 0 -960px;
	width: 1920px;
}
#slider .slideshow .description {
}
.description p {
	float:right;
	margin: 170px 0 35px 30px;
	width: 940px;
	font-family: "DINRoundProRegular";
	font-size: 35px;
	color: #005a9a;
	text-align:right;
	text-transform: uppercase;
	line-height: 40px;
}
.description h2 {
	float:left;
	margin: 170px 0 35px 30px;
	width: 940px;
	font-family: "DINRoundProRegular";
	font-size: 35px;
	font-weight: 100;
	color: #005a9a;
	text-align:left;
	text-transform: uppercase;
	line-height: 40px;
}
.description h3 {
	float:left;
	margin: 100px 0 35px 30px;
	width: 940px;
	font-family: "DINRoundProRegular";
	font-size: 35px;
	font-weight: 100;
	color: #005a9a;
	text-align:left;
	text-transform: uppercase;
	line-height: 40px;
}
.description p strong {
	font-family: "DINRoundProBold";
}
/*#################################################################################################### 
/ Featured
/###################################################################################################*/
#featured {
	position: relative;
	width: 100%;
	height: 325px;
	float:left;
	padding-top: 20px;
	background: #FFF;
}
#featured p {
    font-family:"DINRoundProRegular";  
	font-size: 16px;
	color: #73879c;
	line-height: 18px;
	letter-spacing: -0.5px;
	background: url(images/arrow-feat.png) center left no-repeat;
	padding: 0 30px;
	margin-top: 15px;
	min-height: 28px;
}
/*#################################################################################################### 
/ Filosofia
/###################################################################################################*/
#filosofia,
#identidade,
#ana,
#paula,
#marcia,
#instituto,
#pathwork,
#energia,
#servicos,
#servicos2,
#category,
#oquee,
#praquem,
#diferenciais,
#metodo,
#historia,
#jpierrakos,
#corenomundo {
	position: relative;
	width: 100%;
	height: auto;
	float:left;
	padding: 60px 0 30px 0;
	background: #f5f7fa;
}
#filosofia .content h1,
#category .content h1 {
    font-family:"DINRoundProMedium";  
	font-size: 18px;
	color: #999;
	line-height: 22px;
	font-weight:100;
	letter-spacing: 0.5px;
	margin: 173px 0 45px 0;
}
/* Title
----------------------------------------------------------------------------------------------------*/
.title {
	display:block;
	height: 92px;
	background: url(images/bg-title.png);
	margin-bottom: 20px;
}
.title h2 {
    font-family:"DINRoundProBold";  
	font-size: 30px;
	color: #0071bc;
	line-height: 22px;
	font-weight:100;
	letter-spacing: 0.5px;
	padding-top: 60px;
}
/* Content
----------------------------------------------------------------------------------------------------*/
#filosofia .grid_5 img,
#filosofia .grid_6 img,
#filosofia .grid_12 img {
	float: left;
	margin-right: 15px;
}
#filosofia .grid_5 span,
#filosofia .grid_6 span,
#filosofia .grid_12 span {
	float: left;
    font-family:"DINRoundProBold";  
	font-size: 30px;
	line-height: 22px;
	font-weight:100;
	letter-spacing: 0.5px;
	padding-top: 17px;
	margin-right: 10px;
}
#filosofia .grid_5 span.color1 {
	color: #00a199;
}
#filosofia .grid_6 span.color2 {
	color: #0181c4;
}
#filosofia .grid_12 span.color3 {
	color: #00b0d8;
}
#filosofia .grid_12 span.color4 {
	color: #017dc0;
}
#filosofia .grid_5 h3 {
    font-family:"DINRoundProBold";  
	font-size: 30px;
	color: #333;
	line-height: 22px;
	font-weight:100;
	letter-spacing: 0.5px;
	padding-top: 17px;
	margin-bottom: 20px;
}
#filosofia .grid_5 p {
	width: 305px;
	float:right;
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	margin-bottom: 20px;
}

#filosofia .grid_6 h3 {
    font-family:"DINRoundProBold";  
	font-size: 30px;
	color: #333;
	line-height: 22px;
	font-weight:100;
	letter-spacing: 0.5px;
	padding-top: 17px;
	margin-bottom: 20px;
}
#filosofia .grid_6 p {
	width: 385px;
	float:right;
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	margin-bottom: 20px;
}

#filosofia .grid_12 h3 {
    font-family:"DINRoundProBold";  
	font-size: 30px;
	color: #333;
	line-height: 22px;
	font-weight:100;
	letter-spacing: 0.5px;
	padding-top: 17px;
	margin-bottom: 20px;
}
#filosofia .grid_12 .box {
	width: 710px;
	display:block;
	overflow:hidden;
	padding: 20px;
	margin: 0 0 20px 80px;
	background: #dcddde;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
#filosofia .grid_12 .feat {
	width: 210px;
	min-height: 229px;
	float:left;
	padding-right: 20px;
	margin-right: 15px;
	border-right: thin solid #979798; 
}
#filosofia .grid_12 .last {
	border-right: none !important; 
	padding-right: 0 !important;
	margin-right: 0 !important;
}
#filosofia .grid_12 .feat h2 {
    font-family:"DINRoundProBold";  
	font-size: 20px;
	color: #0181c4;
	line-height: 22px;
	font-weight:100;
	margin-bottom: 5px;
}
#filosofia .grid_12 .feat p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight:100;
}

#filosofia .grid_12 .box2 {
	width: 710px;
	display:block;
	overflow:hidden;
	padding: 20px;
	margin: 0 0 0 80px;
	background: #57bcec;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
#filosofia .grid_12 .feat2 {
	width: 210px;
	min-height: 110px;
	float:left;
	padding-right: 20px;
	margin-right: 15px;
	border-right: thin solid #fff; 
}
#filosofia .grid_12 .feat2 p {
    font-family:"OpenSansBold";  
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	font-weight:100;
}
/*#################################################################################################### 
/ Identidade
/###################################################################################################*/
#identidade {
	padding-top: 200px;
}
#identidade .grid_12 .marca {
	overflow:hidden;
	padding: 10px 0 20px 0;
	border-bottom: thin solid #ccc;
}
#identidade .grid_12 img {
	float:left;
	margin-right: 10px;
}
#identidade .grid_12 span {
	float: left;
    font-family:"DINRoundProRegular";  
	font-size: 60px;
	color: #ccc;
	line-height: 22px;
	font-weight:100;
	padding-top: 53px;
	margin: 0 13px;
}
#identidade .grid_4 {
	overflow:hidden;
	border-top: thin solid #fff;
}
#identidade .grid_4 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight:100;
	padding: 20px 0;
}
/*#################################################################################################### 
/ Ana
/###################################################################################################*/
#ana {
	padding-top: 200px;
}
#ana .title {
	height: 25px;
	background: none !important;
}
#ana .title h2 {
	padding: 0 !important;
}
#ana .grid_12 .perfil {
	overflow:hidden;
	width: 362px;
	height: 178px;
	padding: 25px 20px 20px 240px;
	margin: 0 0 30px 0;
	background: url(images/bg-about.png) no-repeat;
}

#ana .grid_12 .perfil h2 {
    font-family:"DINRoundProMedium";  
	font-size: 22px;
	color: #fff;
	line-height: 28px;
	font-weight:100;
}
#ana .grid_4 p {
    font-family:"OpenSansRegular";  
	font-size: 13px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#ana .grid_4 h3 {
    font-family:"OpenSansRegular";  
	font-size: 16px;
	color: #0181c4;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#ana .grid_4 h2 {
    font-family:"DINRoundProBold";  
	font-size: 24px;
	color: #575756;
	line-height: 28px;
	letter-spacing: -0.5px;
	font-weight:100;
	padding: 30px 0 20px 0;
	border-top: thin solid #ccc;
}
#ana .grid_4 h4 {
    font-family:"DINRoundProBold";  
	font-size: 17px;
	color: #0181c4;
	line-height: 22px;
	font-weight:100;
	padding: 20px 0 10px 0;
}
#ana  .grid_4 ul li {
	list-style: disc outside;
    font-family:"OpenSansRegular";  
	font-size: 13px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
	margin-left: 17px;
}

#paula {
	padding-top: 200px;
}
#paula .title {
	height: 25px;
	background: none !important;
}
#paula .title h2 {
	padding: 0 !important;
}


#paula .grid_12 .perfil {
	overflow:hidden;
	width: 362px;
	height: 178px;
	padding: 25px 20px 20px 240px;
	margin: 0 0 30px 0;
	background: url(images/bg-paula.png) no-repeat;
}


#paula .grid_12 .perfil h2 {
    font-family:"DINRoundProMedium";  
	font-size: 22px;
	color: #fff;
	line-height: 28px;
	font-weight:100;
}
#paula .grid_4 p {
    font-family:"OpenSansRegular";  
	font-size: 13px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#paula .grid_4 h3 {
    font-family:"OpenSansRegular";  
	font-size: 16px;
	color: #0181c4;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#paula .grid_4 h2 {
    font-family:"DINRoundProBold";  
	font-size: 24px;
	color: #575756;
	line-height: 28px;
	letter-spacing: -0.5px;
	font-weight:100;
	padding: 30px 0 20px 0;
	border-top: thin solid #ccc;
}
#paula .grid_4 h4 {
    font-family:"DINRoundProBold";  
	font-size: 17px;
	color: #0181c4;
	line-height: 22px;
	font-weight:100;
	padding: 20px 0 10px 0;
}
#paula  .grid_4 ul li {
	list-style: disc outside;
    font-family:"OpenSansRegular";  
	font-size: 13px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
	margin-left: 17px;
}

#marcia {
	padding-top: 200px;
}
#marcia .title {
	height: 25px;
	background: none !important;
}
#marcia .title h2 {
	padding: 0 !important;
}


#marcia .grid_12 .perfil {
	overflow:hidden;
	width: 362px;
	height: 178px;
	padding: 25px 20px 20px 240px;
	margin: 0 0 30px 0;
	background: url(images/bg-marcia.png) no-repeat;
}

.titulo-last {
	font-family:"DINRoundProMedium";  
	font-size: 18px;
	margin-bottom: 40px;
	color: #575756;
	line-height: 28px;
	font-weight:100;
}
#marcia .grid_12 .perfil h2 {
    font-family:"DINRoundProMedium";  
	font-size: 22px;
	color: #fff;
	line-height: 28px;
	font-weight:100;
}
#marcia .grid_4 p {
    font-family:"OpenSansRegular";  
	font-size: 13px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#marcia .grid_4 h3 {
    font-family:"OpenSansRegular";  
	font-size: 16px;
	color: #0181c4;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#marcia .grid_4 h2 {
    font-family:"DINRoundProBold";  
	font-size: 24px;
	color: #575756;
	line-height: 28px;
	letter-spacing: -0.5px;
	font-weight:100;
	padding: 30px 0 20px 0;
	border-top: thin solid #ccc;
}
#marcia .grid_4 h4 {
    font-family:"DINRoundProBold";  
	font-size: 17px;
	color: #0181c4;
	line-height: 22px;
	font-weight:100;
	padding: 20px 0 10px 0;
}
#marcia  .grid_4 ul li {
	list-style: disc outside;
    font-family:"OpenSansRegular";  
	font-size: 13px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
	margin-left: 17px;
}
/*#################################################################################################### 
/ Footer
/###################################################################################################*/
footer {
	position: relative;
	width: 100%;
	float:left;
	height: 70px;
	background: #2f4052;
	padding-top: 20px;
}
footer h3 {
    font-family:"futura_lt_btlight";  
	font-size: 13px;
	font-weight:100;
	color: #fff;
	text-align: center;
}
/*#################################################################################################### 
/ Fale conosco
/###################################################################################################*/
#contato {
	position: relative;
	overflow:hidden;
	width: 100%;
	height: auto;
	float:left;
	padding: 60px 0 30px 0;
	margin-top: 158px;
	background: #f5f7fa;
	/*border-top: thin solid #ccc;*/
}
#contato .wpcf7-form{
	width: 510px;
	margin-top: 40px;
}
#contato .wpcf7-form p {
	display: block;
	float:right;
	text-align:right;
	font-family: "OpenSansBold";
	color: #808080;
	font-size: 14px;
	font-weight: 100;
	width: 490px;
	margin: 10px 20px 10px 0;
}
#contato .wpcf7-form p input {
	float:right;	
	width: 360px;
	height: 30px;
	color: #808080;
	font-family: "OpenSansBold";
	font-size: 14px;
	font-weight: 100;
	padding: 0 0 0 15px;
	margin-left: 15px;
	background: #e3e3e4;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
}
#contato .wpcf7-form p input[value=telefone] {
	margin: 10px 20px 0 0;
}
#contato .wpcf7-form p textarea {
	float:right;	
	width: 360px;
	height: 100px;
	color: #808080;
	font-family: "OpenSansBold";
	font-size: 14px;
	font-weight: 100;
	padding: 15px 0 0 15px;
	margin-left: 15px;
	background: #e3e3e4;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
}
#contato .wpcf7-form input.wpcf7-submit {
	position:absolute;
	cursor: pointer;
	width: 120px;
	height: 40px;
	color: #fff;
	font-family: "DINRoundProBold";
	font-size: 23px;
	font-weight: 100;
	text-align: center;
	font-style: normal;
	display: block;
	margin: -60px 0 0 510px;
	padding: 0;
	background: #0181c4;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
}
/* redes sociais contato
----------------------------------------------------------------------------------------------------*/
#contato .social ul {
	float:right;
	margin: 20px 325px 0 0;
}
#contato .social ul li,
#category .social ul li {
	float: left;
	list-style: none;
	padding: 4px 5px 0 0;
}
#contato .social ul li .facebook,
#category .social ul li .facebook {
	width: 30px;
	height: 30px;
	float:left;
	cursor: pointer;
	background:url(images/icon-facebook-contact.png)  no-repeat;
}
#contato .social ul li .facebook:hover,
#category .social ul li .facebook:hover {
	background:url(images/icon-facebook-contact.png) 0 0  no-repeat;
}
#contato .social ul li .twitter,
#category .social ul li .twitter {
	width: 30px;
	height: 30px;
	float:left;
	cursor: pointer;
	background:url(images/icon-twitter-contact.png)  no-repeat;
}
#contato .social ul li .twitter:hover,
#category .social ul li .twitter:hover {
	background:url(images/icon-twitter-contact.png) 0 0  no-repeat;
}
#contato .social ul li .google,
#category .social ul li .google {
	width: 30px;
	height: 30px;
	float:left;
	cursor: pointer;
	background:url(images/icon-google-contact.png)  no-repeat;
}
#contato .social ul li .google:hover,
#category .social ul li .google:hover {
	background:url(images/icon-google-contact.png) 0 0  no-repeat;
}
/*#################################################################################################### 
/ Instituto
/###################################################################################################*/
#instituto {
	padding-top: 230px;
}
#instituto .title {
	height: 25px;
	background: none !important;
	border-bottom: 2px solid #d6d7d8;
	padding: 0 0 20px 0 !important;
}
#instituto .title h2 {
	padding: 0 !important;
}
#instituto .grid_4 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#instituto .grid_4 p a{
    font-family:"OpenSansBold";  
	color: #0093d0;
	font-style:italic;
}
/*#################################################################################################### 
/ Pathwork
/###################################################################################################*/
#pathwork {
	padding: 180px 0 200px 0;
}
#pathwork .grid_8 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#pathwork .grid_8 h2 {
	float:left;
    font-family:"OpenSansBold";  
	font-size: 14px;
	color: #0081c3;
	line-height: 20px;
	font-weight:100;
	font-style:italic;
	padding: 0 5px 10px 0;
}
#pathwork .grid_8 a{
    font-family:"OpenSansBold"; 
	font-size: 14px; 
	color: #999999;
	line-height: 20px;
	font-weight:100;
	font-style:italic;
	text-decoration:none;
}
/*#################################################################################################### 
/ Energia
/###################################################################################################*/
#energia {
	padding: 100px 0 350px 0;
}
#energia .grid_8 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#energia .grid_8 p strong {
    font-family:"OpenSansBold";  
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 5px 10px 0;
}
#energia .grid_8 p a{
    font-family:"OpenSansBold"; 
	color: #0093d0;
	font-style:italic;
}
/*#################################################################################################### 
/ Serviços
/###################################################################################################*/
#servicos {
	padding-top: 230px;
}
#servicos .title h2 {
	margin-top: 0;
	padding: 0 530px 5px 0 !important;
	line-height: 31px !important;
}
#servicos .title p {
    font-family:"DINRoundProRegular";  
	font-size: 20px;
	color: #0071bc;
	line-height: 20px;
	font-weight:100;
}
#servicos .grid_6 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#servicos .grid_6 p strong{
    font-family:"OpenSansBold"; 
}
#servicos .grid_6 .box {
	background: #b6dff4;
	padding: 15px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#servicos .grid_6 .box p {
	padding: 0 !important;  
	line-height: 24px!important;  
	font-size: 16px !important;  
}
#servicos .grid_6 .box p span {
    font-family:"OpenSansBold";  
	font-size: 16px;
	color: #0071bc;
	line-height: 20px;
	font-weight:100;
}
#servicos .grid_6 p a{
    font-family:"OpenSansBold"; 
	font-size: 16px;
	color: #0071bc;
	line-height: 20px;
	font-weight:100;
	text-decoration:none;
}
#servicos .grid_6 .box h2 a {
    font-family:"OpenSansBold";  
	font-size: 16px;
	color: #2e608e;
	line-height: 20px;
	font-weight:100;
	text-transform:uppercase;
}
#servicos .tipos {
	border-top: 2px solid #d6d7d8;
	clear:both;
	float:left;
	overflow:hidden;
	margin: 20px 0 0 0;
	padding: 30px 0 20px 0;
}
#servicos .grid_4 span {
    font-family:"DINRoundProBold";  
	font-size: 36px;
	color: #0071bc;
	float:left;
	margin-right: 10px;
}
#servicos .grid_4 h2 {
    font-family:"DINRoundProRegular";  
	font-size: 30px;
	color: #0071bc;
	line-height: 35px;
	font-weight:100;
	letter-spacing: 1px;
	padding: 0 0 15px 0;
	margin-bottom: 25px;
	border-bottom: 3px solid #0071bc;
}
#servicos .grid_4 h2 strong{
    font-family:"DINRoundProBold";  
}
#servicos .grid_4 h3 {
    font-family:"DINRoundProBold";  
	font-size: 16px;
	color: #0071bc;
	line-height: 22px;
	font-weight:100;
}
#servicos .grid_4 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#servicos .grid_4 h5 {
    font-family:"OpenSansRegular";  
	font-size: 12px;
	color: #575756;
	line-height: 16px;
	font-weight:100;
	border-top: 1px solid #ccc;
	padding: 15px 0 0 0;
	margin-top: 10px;
}
#servicos  .grid_4 ul {
	margin-top: 5px;
}
#servicos  .grid_4 ul li {
	list-style: none outside;
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 5px 0;
	display: flex;
}
#servicos .grid_4 ul li span {
	color: #29abe2;  
	font-size: 29px;
}
/*#################################################################################################### 
/ Serviços2
/###################################################################################################*/
#servicos2 {
	padding: 150px 0 250px;
}
#servicos2 .title h2 {
	margin-top: 0;
	padding: 25px 530px 5px 0 !important;
	line-height: 31px !important;
}
#servicos2 .title p {
    font-family:"DINRoundProRegular";  
	font-size: 24px;
	color: #0071bc;
	font-weight:100;
}
#servicos2 .grid_6 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#servicos2 .grid_6 p strong{
    font-family:"OpenSansBold"; 
}
#servicos2 .grid_6 h2 {
    font-family:"OpenSansRegular";  
	font-size: 16px;
	color: #0071bc;
	line-height: 22px;
	font-weight:100;
	text-transform:uppercase;
}
#servicos2 .grid_6 span {
    font-family:"DINRoundProBold";  
	font-size: 29px;
	color: #29abe2;
}
#servicos2 .grid_6 ul li span {
    font-family:"DINRoundProBold";  
	font-size: 29px;
	color: #29abe2;
	margin-right: 10px;
}
#servicos2 .grid_6 ul {
	margin: 15px 0 15px 20px;
}
#servicos2 .grid_6 ul li {
	list-style: none outside;
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
	display: flex;
}
#servicos2 .grid_6 .box {
	background: #abdddd;
	padding: 15px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#servicos2 .grid_6 .box p {
	padding: 0 !important;  
	line-height: 24px!important;  
	font-size: 16px !important;  
}
#servicos2 .grid_6 .box p span {
    font-family:"OpenSansBold";  
	font-size: 16px;
	color: #0071bc;
	line-height: 20px;
	font-weight:100;
}
#servicos2 .grid_6 .box h2 a {
    font-family:"OpenSansBold";  
	font-size: 16px;
	color: #2e608e;
	line-height: 20px;
	font-weight:100;
	text-transform:uppercase;
}
#servicos2 .grid_6 p a{
    font-family:"OpenSansBold"; 
	font-size: 16px;
	color: #0071bc;
	line-height: 20px;
	font-weight:100;
	text-decoration:none;
}
/*#################################################################################################### 
/ Category
/###################################################################################################*/
#category {
	padding-top: 80px;
}
#category .posts {
	width: 780px;
	float:left;
	margin-top: 60px;
	padding-right: 20px;
	background: url(images/bg-posts.png) repeat-y top right;
}
#category .post {
	display:block;
	overflow:hidden;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 3px solid #0071bc;
}
#category .post img {
	float: left;
	margin-right: 20px;
}
#category .post span {
    font-family:"DINRoundProBold";  
	font-size: 26px;
	color: #0071bc;
	float:left;
	margin-right: 10px;
	padding: 0;
}
#category .post h2 {
    font-family:"DINRoundProBold";  
	font-size: 26px;
	color: #0071bc;
	margin-bottom: 20px;
}
#category .post .content_post{
	width: 460px;
	float: left;
	padding: 20px 20px 10px 0;
	overflow:hidden;
	border-top: thin solid #ccc;
}
#category .post p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	font-weight:100;
	line-height: 20px;
}
#category .post a {
    font-family:"OpenSansBold";  
	font-size: 16px;
	color: #0071bc;
	font-weight:100;
	float:right;
	text-transform: uppercase;
	text-decoration: none;
}
#category a.bt_voltar {
    font-family:"DINRoundProBold";  
	font-size: 26px;
	color: #0071bc;
	margin-bottom: 20px;
	text-decoration: none;
}
#category .post .social{
	width: 140px;
	float: left;
	padding: 20px 0 10px 0;
	overflow:hidden;
	border-top: thin solid #ccc;
}
#category .post .social h3 {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #0071bc;
	font-weight: 100;
	line-height: 20px;
}
#category .post .social h3 strong {
	display:flex;
    font-family:"OpenSansBold";  
	font-size: 14px;
	color: #0071bc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: thin solid #ccc;
}

#category .sidebar {
	width: 120px;
	float: right;
	overflow: hidden;
	padding-left: 20px;
	margin-top: 60px;
}
#category .sidebar h2 {
	font-family: "OpenSansRegular";
	font-size: 12px;
	color: #0071bc;
	text-align:left;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
#category .sidebar ul li {
	font-family: "OpenSansRegular";
	font-size: 12px;
	color: #4a4a4a;
	text-align:left;
	text-transform: lowercase;
	font-weight: 100;
	padding: 5px 0;
	margin-left: 14px;
	list-style: url(images/icon-list.png);
}
#category .sidebar ul li a {
	font-family: "OpenSansRegular";
	font-size: 12px;
	color: #4a4a4a;
	text-decoration: none;
}
#category .sidebar a.more {
	display: block;
	font-family: "OpenSansRegular";
	font-size: 12px;
	color: #0071bc;
	text-align:left;
	text-transform: none;
	font-weight: bold;
	padding-top: 5px;
	text-decoration: none;
}
/* search
----------------------------------------------------------------------------------------------------*/
#category .search {
	width: 140px;
	margin-bottom: 30px;
	overflow: hidden;
}
#category .search p {
	font-family: "OpenSansRegular";
	font-size: 12px;
	color: #0071bc;
	text-align:left;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
#category .search input  {
	width: 85px;
	height: 23px;
	padding: 0 5px;
	float:left;	
	font-family: "OpenSansRegular";
	color: #575756;
	font-size: 12px;
	background: #e6e6e6;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none;
}
#category .search input.search {
	float:left;
	width: 24px;
	height: 23px;
	border:none;
	cursor: pointer;
	margin: 0;
	background: url(images/bt-search-busca.png) no-repeat;
	border: none;-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*#################################################################################################### 
/ O que é
/###################################################################################################*/
#oquee {
	padding-top: 200px;
}
#oquee .title {
	height: 25px;
	background: none !important;
}
#oquee .title h2 {
	padding: 0 !important;
}
#oquee .grid_12 .box {
	width: 900px;
	display:block;
	overflow:hidden;
	padding: 20px;
	margin: 0 0 20px 0;
	background: #57bcec;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#oquee .grid_12 .box h1 {
	font-family: "DINRoundProMedium";
	color: #fff;
	font-size: 22px;
	font-weight: 100;
	line-height: 28px;
	letter-spacing: 1px;
}
#oquee .grid_4 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 40px 0;
}
#oquee .grid_12 .title2 h3 {
	font-family: "OpenSansBold";
	color: #575756;
	font-size: 18px;
	font-weight: 100;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #ccc;
}
#oquee .grid_4 h4 {
	font-family: "DINRoundProBold";
	color: #0071bc;
	font-size: 40px;
	font-weight: 100;
	margin-bottom: 10px;
}
#oquee .grid_4 .numb {
	overflow:hidden;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #0071bc;
}
#oquee .grid_4 .numb p {
	padding: 0 0 0 0;
}
#oquee .grid_12 .box2 {
	width: 900px;
	display:block;
	overflow:hidden;
	padding: 20px;
	margin: 20px 0 20px 0;
	background: #0071bc;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#oquee .grid_12 .box2 h2 {
	font-family: "OpenSansBold";
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	line-height: 23px;
}
/*#################################################################################################### 
/ Pra quem
/###################################################################################################*/
#praquem {
	padding-top: 200px;
}
#praquem .grid_4 {
	padding-top: 20px;
}
#praquem .grid_4 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#praquem .grid_4 h3 {
	font-family: "OpenSansBold";
	color: #575756;
	font-size: 18px;
	font-weight: 100;
	line-height: 22px;
	margin-bottom: 20px;
}
#praquem .grid_4 ul li span {
    font-family:"DINRoundProBold";  
	font-size: 26px;
	color: #0071bc;
	float:left;
	margin-right: 10px;
	padding: 0;
}
#praquem .grid_4 ul {
	padding: 0 0 10px 0;
	border-bottom: 2px solid #0071bc;
}	
#praquem .grid_4 ul li {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 13px 0;
}
/*#################################################################################################### 
/ Diferenciais
/###################################################################################################*/
#diferenciais {
	padding-top: 200px;
}
#diferenciais .grid_6 {
	padding-top: 20px;
}
#diferenciais .grid_6 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#diferenciais .grid_6 h3 {
	font-family: "OpenSansBold";
	color: #575756;
	font-size: 18px;
	font-weight: 100;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
}
#diferenciais .grid_3 .numb {
	overflow: hidden;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #0071bc;
}
#diferenciais .grid_3 h4 {
	font-family: "DINRoundProBold";
	color: #0071bc;
	font-size: 40px;
	font-weight: 100;
	margin-bottom: 10px;
}
#diferenciais .grid_3 p {
	font-family: "OpenSansRegular";
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight: 100;
}
/*#################################################################################################### 
/ Metodo
/###################################################################################################*/
#metodo {
	padding-top: 200px;
}
#metodo .grid_6 {
	padding-top: 20px;
}
#metodo .grid_6 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#metodo .grid_12 .title2 h3 {
	font-family: "OpenSansBold";
	color: #575756;
	font-size: 18px;
	font-weight: 100;
	padding: 0 0 10px 0;
	margin: 20px 0 10px 0;
	border-bottom: 2px solid #ccc;
}
#metodo .grid_3 h4 {
	font-family: "DINRoundProBold";
	color: #0071bc;
	font-size: 40px;
	font-weight: 100;
	margin-bottom: 10px;
}
#metodo .grid_3 .numb {
	overflow:hidden;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #0071bc;
}
#metodo .grid_3 .numb p {
	font-family: "OpenSansRegular";
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight: 100;
}
#metodo .grid_3 .numb p span {
	font-family: "OpenSansBold";
	color: #0071bc;
}
#metodo .grid_12 .box3 {
	float:left;
	width: 430px;
	display:block;
	overflow:hidden;
	padding: 20px 30px 20px 20px;
	margin: 20px 0 20px 0;
	background: #0071bc;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
#metodo .grid_12 .box3 h2,
#metodo .grid_12 .box4 h2 {
	font-family: "OpenSansBold";
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	line-height: 23px;
}
#metodo .grid_12 .box4 {
	float:right;
	width: 430px;
	display:block;
	overflow:hidden;
	padding: 20px 10px 20px 20px;
	margin: 20px 0 20px 0;
	background: #0071bc;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
/*#################################################################################################### 
/ História
/###################################################################################################*/
#historia {
	padding-top: 200px;
}
#historia .grid_6 {
	padding-top: 20px;
}
#historia .grid_6 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#historia .grid_6 p a{
    font-family:"OpenSansBold";  
	color: #0071bc;
}
/*#################################################################################################### 
/ L. Pierrakos
/###################################################################################################*/
#jpierrakos {
	padding-top: 200px;
}
#jpierrakos .title {
	height: 25px;
	background: none !important;
}
#jpierrakos .title h2 {
	padding: 0 !important;
}
#jpierrakos .title h2 span {
	font-family: "DINRoundProRegular" !important; 
}
#jpierrakos .grid_12 .perfil {
	overflow:hidden;
	width: 680px;
	height: 185px;
	padding: 25px 20px 20px 240px;
	margin: 0 0 30px 0;
	background: url(images/bg-jpierrakos.png) no-repeat;
}
#jpierrakos .grid_12 .perfil h2 {
    font-family:"DINRoundProMedium";  
	font-size: 24px;
	color: #fff;
	line-height: 33px;
	font-weight:100;
}
#jpierrakos .grid_6 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	font-weight:100;
	padding: 0 0 10px 0;
}
/*#################################################################################################### 
/ Core no mundo
/###################################################################################################*/
#corenomundo {
	padding: 100px 0 230px 0;
}
#corenomundo img {
	padding: 50px 0 0 0;
}
#corenomundo .title span {
	font-family: "DINRoundProRegular" !important; 
}
#corenomundo .grid_5 p {
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#corenomundo hr {
	border-top: 1px solid #c7c8ca;
	border-bottom: 1px solid #c7c8ca;
	border-right: none;
	width: 940px;
	margin: 0 0 30px 10px;
}
#corenomundo .grid_4 h2 {
    font-family:"OpenSansBold";  
	font-size: 14px;
	color: #0071bc;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 10px 0;
}
#corenomundo .grid_4 ul li span {
    font-family:"DINRoundProBold";  
	font-size: 26px;
	color: #0071bc;
	float:left;
	margin-right: 10px;
	padding: 0;
	display: inline-table;
}
#corenomundo .grid_4 ul {
	padding: 0 0 10px 0;
}	
#corenomundo .grid_4 ul li {
	display: flex;
    font-family:"OpenSansRegular";  
	font-size: 14px;
	color: #575756;
	line-height: 22px;
	font-weight:100;
	padding: 0 0 10px 0;
}
















