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


/*********/
/* Geral */
/*********/
body {
	background: #f5f5f5;
	min-width: 65em;
}

body, input, select, textarea {
	color: #444;
	font-family: Verdana, "Source Sans Pro", sans-serif;
	font-size: 13pt;
	font-weight: 400;
	line-height: 1.5em;
}

a {
	-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	color:#36F;
	text-decoration: none;
}

a:hover {
	color:#03F;
}

strong, b {
	font-weight: 600;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 0.75em 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	margin: 0 0 0.5em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.75em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.50em;
	line-height: 1.5em;
}

h4 {
	font-size: 1.1em;
	line-height: 1.5em;
}

h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

img {
	border: none;
	-moz-border-radius: 6px;border-radius: 6px;-webkit-border-radius:6px;
}

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


/********/
/* Icon */
/********/
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}


/**********/
/* Header */
/**********/
#skel-layers-wrapper {
	padding-top: 3em;
}

body.landing #skel-layers-wrapper {
	padding-top: 0;
}
@-moz-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
@-webkit-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
@-o-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
@-ms-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
@keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }

#header {
	background: #444;
	color: #bbb;
	cursor: default;
	height: 3.25em;
	left: 0;
	line-height: 3.25em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#header nav {
	height: inherit;
	line-height: inherit;
	position: absolute;
	right: 0.75em;
	top: 0;
	vertical-align: middle;
}

#header nav > ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#header nav > ul > li {
	display: inline-block;
	padding-left: 0;
}

#header nav > ul > li > ul {
	display: none;
}

#header nav > ul > li a {
	display: inline-block;
	height: 2em;
	line-height: 1.95em;
	padding: 0 1em;
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
}

#header nav > ul > li a:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

#header nav > ul > li a:not(.button) {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border: 0;
}

#header nav > ul > li a:not(.button).icon:before {
	color: #999;
	margin-right: 0.5em;
}

#header nav > ul > li:first-child {
	margin-left: 0;
}

#header nav > ul > li.active a:not(.button) {
	background-color: rgba(153, 153, 153, 0.25);
}

#header nav > ul > li .button {
	margin: 0 0 0 0.5em;
	position: relative;
}

#header .container {
	position: relative;
}

#header .container h1 {
	left: 0;
}

#header .container nav {
	right: 0;
}

#header.reveal {
	-moz-animation: reveal-header 0.5s;
	-webkit-animation: reveal-header 0.5s;
	-o-animation: reveal-header 0.5s;
	-ms-animation: reveal-header 0.5s;
	animation: reveal-header 0.5s;
}

#header.alt {
	-moz-animation: none;
	-webkit-animation: none;
	-o-animation: none;
	-ms-animation: none;
	animation: none;
	background: none;
	color: rgba(255, 255, 255, 0.75);
	position: absolute;
}

#header.alt nav > ul > li a:not(.button).icon:before {
	color: rgba(255, 255, 255, 0.75);
}

#header.alt nav > ul > li.active a:not(.button) {
	background-color: rgba(255, 255, 255, 0.2);
}

.dropotron {
	background: #f9f9f9;
	border-radius: 6px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.065), inset 0 -1px 0 0 #fff, inset 0 0 0 1px rgba(229, 229, 229, 0.5);
	list-style: none;
	margin: calc(-0.5em + 1px) 0 0 1px;
	padding: 0.5em 0;
	width:auto;
}

.dropotron li {
	padding: 0;
}

.dropotron li a, .dropotron li span {
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	border: 0;
	border-top: solid 1px #f2f2f2;
	color: inherit;
	display: block;
	padding: 0.15em 1em;
}

.dropotron li:first-child > a, .dropotron li:first-child > span {
	border-top: 0;
}

.dropotron li.active > a, .dropotron li.active > span, .dropotron li:hover > a, .dropotron li:hover > span {
	background: #999;
	color: #ffffff;
}

.dropotron.level-0 {
	font-size: 0.9em;
	margin: 1em 0 0 0;
}

.dropotron.level-0:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #f9f9f9;
	border: solid 1px rgba(229, 229, 229, 0.5);
	border-bottom: 0;
	border-right: 0;
	box-shadow: -0.25em -0.125em 0.125em 0 rgba(0, 0, 0, 0.015);
	content: '';
	display: block;
	height: 0.75em;
	position: absolute;
	right: 1.25em;
	top: -0.375em;
	width: 0.75em;
	z-index: 0;
}


/*****************/
/* Imagem Header */
/*****************/
#banner {
	background-attachment: scroll,fixed;
	background-color: #666;
	background-position: top left, center center;
	background-repeat: repeat, repeat-x;
	/*background-size: auto, auto 512px;*/
	background-size: auto, cover;
	color: #fff;
	padding: 11em 0 22em 0;
	text-align: center;
}

#banner h1 {
	color: #fff;
	font-size: 3.5em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}


/************/
/* Conteudo */
/************/
.container {
	margin-left: auto;
	margin-right: auto;
	width: 65em;
}

.container.small {
	width: 45em;
}

.container.large {
	width: 100%;
	max-width: 75em;
	min-width: 65em;
}

#main {
	padding: 80px 0 80px 0;
}

#main h2 {
	color:#888;
}

.tit {
        text-align:center;
}

body.landing #main {
	margin-top: -14em;
}


/*******/
/* Box */
/*******/
.box {
	background: #fff;
	-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
	box-shadow: 0 2px 0 0 #e5e5e5;
	margin: 0px;
	padding: 40px 40px 50px 40px;
}


/********/
/* Topo */
/********/
#topo{padding:0 0 20px 0; clear:both; text-align:center;}


/************/
/* Template */
/************/
.row > * {
	float: left;
}

.row:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.row:first-child > * {
	padding-top: 0 !important;
}

.row.uniform > * > :first-child {
	margin-top: 0;
}

.row.uniform > * > :last-child {
	margin-bottom: 0;
}

.row > * {
	/* padding-left: (gutters.vertical) */
	padding-left: 2em;
}

.row + .row > * {
	/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
	padding: 0 0 0 2em;
}

.row {
	/* margin-left: -(gutters.vertical) */
	margin-left: -2em;
}

.row + .row.uniform > * {
	/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
	padding: 2em 0 0 2em;
}

.one_half{width:23%; float:left; color:#777; font-size:12pt; overflow-x: hidden;}

.two_half{width:75%; float:right;}
.two_half h2{margin-bottom:0px;}
.two_half p{text-align: justify;}

.one_third{width:22%; float:left; color:#888; font-size:12pt; overflow-x: hidden;}

.two_third{width:56%; float:left;}
.two_third h2{margin-bottom:0px;}
.two_third p{text-align: justify;}

.three_third{width:22%; float:right; color:#888; font-size:12pt; margin-top:5px; overflow-x: hidden;}


/****************/
/* 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:12pt;}
.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 50%;}
.graphite .accordion ul a {padding-left:25px; background:none;}
.graphite .accordion a .dcjq-icon {position: absolute; top: 50%; left: 0px; width: 20px; margin-top: -8px; height: 16px;}
.graphite .accordion a.dcjq-parent.active .dcjq-icon {background: url(https://est.no.comunidades.net/estilos/html5/arrow_black_down7.png) no-repeat 0 50%;}
.graphite .accordion a:active{}


/**********/
/* Footer */
/**********/
#footer {
	color: #ddd;
	background: #444;
	padding: 60px 0;
	color:#ddd;
	font-size:12pt;
	text-align:center;
}

#footer a {
	color:#ddd;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}


