
body{
	line-height: 1.5em;
	font-size: 12pt;
	letter-spacing: 0;
}

h2, h3, h4, h5, h6{
	font-size: 1.2em;
	letter-spacing: 0.05em;
	margin: 0 0 1em 0;
}


section, article{
	clear: both;
	padding: 1em 0 1em 0 !important;
}


/*****************/
/* Versão Mobile */
/*****************/

#titleBar{
	background: none;
}

#titleBar .title{
	display: none;
}

#titleBar .toggle{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 44px;
}

#titleBar .toggle:before{
	font-family: FontAwesome;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;

	content: '\f0c9';
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	width: 54px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: rgba(255,255,255,0.75);
	background-color: rgba(92,95,103,0.5);
	border-radius: 0.25em;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#titleBar .toggle:active:before{
	background-color: rgba(92,95,103,0.75);
}

#navPanel{
	background: #242730 url('https://est.no.comunidades.net/estilos/style60/04/css/images/overlay.png');
	box-shadow: inset -3px 0px 4px 0px rgba(0,0,0,0.1);
}

#navPanel .link{
	display: block;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.85em;
	letter-spacing: 0.15em;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	border-top: solid 1px rgba(255,255,255,0.05);
	margin: 0 15px 0 15px;
}
	
#navPanel .link:first-child{
	border-top: 0;
}

#navPanel .indent-1 { display: inline-block; width: 1em; }
#navPanel .indent-2 { display: inline-block; width: 2em; }
#navPanel .indent-3 { display: inline-block; width: 3em; }
#navPanel .indent-4 { display: inline-block; width: 4em; }
#navPanel .indent-5 { display: inline-block; width: 5em; }
#navPanel .depth-0 { color: #fff; }


/************/
/* Conteudo */
/************/
.box p{
	text-align: justify;
}


/************/
/* Wrappers */
/************/
.wrapper{
	padding: 25px 15px 3em 15px;
}

.wrapper .title{
	font-size: 1.1em;
	width: 14em;
	height: 2.3em;
	top: -2.3em;
	line-height: 2.3em;
	margin-bottom: -2.3em;
	margin-left: -7em;
	padding-top: 0.5em;
}
		
.wrapper .title:before,
.wrapper .title:after{
		height: 15px;
		bottom: -15px;
		background-size: 100% 100%;
}

#header-wrapper{
	padding: 6em 2em 6em 2em;
}

#footer-wrapper{
	padding-top: 3em;
}


/*******/
/* Nav */
/*******/
#nav{
	display: none;
}
	

/********/
/* Main */
/********/
#main{
	padding: 1em 0 0 0;
}


/***********/
/* Content */
/***********/
#content{
	padding: 0 0 1em 0;
}

/************/
/* Conteudo */
/************/
.post p{
	text-align: justify;
}


		#content header.style1
		{
			padding-bottom: 2.5em;
		}

