
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900');
@import url("jscripts/font-awesome/css/font-awesome.min.css");

/*********/
/* Geral */
/*********/
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #444;
	background: #f9f9f9;
	margin-top:-1px;
}

.geral{
	background: #f9f9f9;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #333;
}
	
a{
	text-decoration: underline;
	color: #444;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}
	
a:hover{
	text-decoration: none;
}

strong, b{
	font-weight: 700;
}
	
em, i{
	font-style: italic;
}

p{
	margin-bottom: 0.6em;
}

img{max-width:100%;}

.titulo {visibility:hidden;overflow:hidden;line-height:0;padding:0;font-size:0px;}
.warning{color: #CC0000;}


/*******************/
/* Section/Article */
/*******************/
section, article{
	margin-bottom: 0;
}
		
section > :last-child, article > :last-child{
	margin-bottom: 0;
}

section:last-child, article:last-child{
	margin-bottom: 0;
}
		

/************/
/* Wrappers */
/************/
.wrapper{
	position: relative;
}


/***********/
/* Estilo2 */
/***********/
.wrapper.style2{
	background2: #f9f9f9;
}
		
.wrapper.style2 .title{
	background2: #f9f9f9;
	color: #999;
}


/***********/
/* Estilo3 */
/***********/
.wrapper.style3{
	background: #f3f3f3 url('https://est.no.comunidades.net/estilos/style60/04/css/images/overlay.png');
}
		
.wrapper.style3 .title{
	background: #f3f3f3 url('https://est.no.comunidades.net/estilos/style60/04/css/images/overlay.png');
	color: #888;
}
			

/**********/
/* Header */
/**********/
#header-wrapper{

}

#footer-wrapper{
	color: #eee;
	color: rgba(255,255,255,0.9);
}


/************/
/* Conteudo */
/************/
.post p{
	text-align: justify;
}


/****************/
/* Menu Lateral */
/****************/
.graphite {padding-top:0px;}
.graphite .accordion a {color: #36C;}
.graphite .accordion ul a {color: #36C;}
.graphite .accordion a.dcjq-parent {color: #36C;}
.graphite .accordion a.dcjq-parent:hover {color: #333;}
.graphite .accordion a:hover {color: #333;}

ul,li{border:0;outline:none;margin:0;padding:0;}
ul, ul li{list-style: none;}
.graphite {margin-bottom: 30px;}
.graphite .accordion {font-size:14pt;}
.graphite .accordion, .graphite .accordion li {margin: 0; padding: 0; border: none;}
.graphite .accordion a {padding: 6px 0px 6px 25px;  text-decoration:none; margin-top: 0px; display: block; position: relative;}
.graphite .accordion li a {background: url(https://est.no.comunidades.net/estilos/html5/arrow_black_right7.png) no-repeat 0 54%;}
.graphite .accordion .sub-pags li a {background: none; padding-left:25px;}


/**********/
/* Coluna */
/**********/
.coluna {
        margin-top:8px;
}


/**********/
/* Footer */
/**********/
.text-center{
	text-align:center;
}
.gototop {
        display:inline-block;
        width:60px;
        height:60px;
        background:#f9f9f9;
        position:absolute;
        margin-left:-30px;
        top:-35px;
        border-radius:50%;
}
.gototop i {
        color:#282b34;
        line-height:70px;
}
#footer-wrapper {
	background: #282b34 url('https://est.no.comunidades.net/estilos/style60/04/css/images/overlay.png');
	color: #eee;
}
		
#footer-wrapper #footer{	
	text-align: center;
}

#footer-wrapper a{
	color: #eee;
	text-decoration: underline;
}
		
#footer-wrapper a:hover{
	text-decoration: none;
}


/********/
/* Site */
/********/

/* 2 Colunas */
.\33 u, .\33 u\24 { width: 25%; clear: none; margin-left: 0; }
.\39 u, .\39 u\24 { width: 75%; clear: none; margin-left: 0; }

/* 3 Colunas */
.\32 u, .\32 u\24 { width: 21%; clear: none; margin-left: 0; }
.\38 u, .\38 u\24 { width: 58%; clear: none; margin-left: 0; }

