/* Para mudar as cores - inicio */
body{
	color: #333;/* Alterar cor da fonte do site */
}
h1, h2, h3, h4, h5, h6{
	color: #00a69f; /* Alterar a cor dos titulos do site */
}
span, span b{
	color: #a154a1; /* Altera a cor da descrição do fascículo*/
}
hr{
	 background-color: #00a69f;
	 border: none;
}
nav ul li a{
	color: #fff; /* Altera a cor da fonte dos itens do menu */
	background-color: #6950a1; /* Altera a cor dos itens do menu */
}
.current, nav a:hover{
	background-color: #fff; /* Altera a cor do efeito hover nos itens do menu */
	color: #a154a1; /* Altera a cor do efeito hover na fonte dos itens do menu */
}

.link{
	background-color: #a154a1; /* Atera a cor da caixa do link interno de proxima pagina */
    color: #fff; /* Atera a cor da fonte do link interno de proxima pagina */
}
.link:hover {
	background-color: #fff; /* Atera a cor do efeito hover da caixa do link interno de proxima pagina */
	color: #a154a1; /* Atera a cor do efeito hover da fonte do link interno de proxima pagina */
}
/* Para mudar as cores - Fim */

@font-face {
    font-family: 'komikax';
    src: url('../fonts/komikax.eot');
    src: url('../fonts/komikax.eot?#iefix') format('embedded-opentype'), url('../fonts/komikax.woff') format('woff'), url('../fonts/komikax.ttf') format('truetype'), url('../fonts/komikax.svgz#komikax') format('svg'), url('../fonts/komikax.svg#komikax') format('svg');
    font-weight: normal;
    font-style: normal;
`}
/*----------------------------------------------- RESET CSS ---------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------------------------- RESET CSS ---------------------------------------------------------------------------------*/
body{
	background-color: #eee; 
	font-family: "Open Sans",Arial;
	line-height: 1.4;
	overflow-x: hidden; 
}
header{
	width:100%;
	height: 350px;
	/*background: url("../img/header.png") top center no-repeat*/
}
header img{
	width: 100%;
	height: 350px;
}
h1, h2, h3, h4, h5{
    text-transform: uppercase;
    font-family: inherit;
}
h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
	color: #000;
}
h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bolder;
	color: #000;
	margin-left: 24px;
	margin-bottom: 20px;
	font-size: 21px;
}
h3{
	color: #00a69f;
	font-weight: bolder;
	font-size: 17px;
}
h4{
	font-weight: bolder;
	color: #000;
	margin-left: 24px;
	margin-bottom: 20px;
	font-size: 17px;
}
h5{
	font-size: 10px;
}
h6{
	font-size: 8px;
}

}
.destaques{
	font-family: 'calibri';
	color: #e52823;
	font-size: 30px;
}
.realce{
	font-family: 'calibri';
	color: #646464;
}

.limpador{
	clear: both;
	display: block;
}
.titulo-fasciculo{
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.conteudo-config{
    width: auto;
    float: right;
    position: relative;
    right: 20px;
    top: -8px;
    padding: 0 10px;
}
.conteudo-config .contraste{
	width: auto;
	margin-right:25px;
	display: inline-block;
}
.conteudo-config .fonte{
	width: auto;
	display: inline-block;
	margin-right: 25px;
}
.conteudo-config .falar{
	display: inline-block;
	margin-right: 25px;
	float: left;
}

.imagem-esquerda img{
	float: left;
    margin-right: 20px;
	margin-left: 20px;
}
.imagem-direita img{
	float: right;
    margin-left: 20px;
	padding-right: 20px;
}
.imagem-centro img{
	margin-left: 166px;
	margin-right: 166px;
}
.sidebar{
	width: 25%;
	float: left;
	margin-left: 1%;
	background-color: #fff;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-right: 1%;
	border: solid 1px;
	border-color: #D3D3D3;
	font-family: 'Oswald';
	font-size: 14px;
}
.subitens{
	display: none;
	margin-left: 15px;
}
hr{
	height: 2px;
	margin-left: 0;
	width: 100%;
}
nav ul li{
	list-style-type: none; 
	display: block;
	margin: 15px 0px;
}
nav ul li a{
	padding: 5px;
	margin: 5px 0px;
	font-size: 18px;
	border:solid transparent 1px;
	padding-left: 25px;
}
nav a:link {
	text-decoration: none;
	display: block;
}
.current, nav a:hover {
	border:solid 1px;
}
/* Final - Menu lateral */
.separador{
	display: block;
	clear: both;
	height: 20px;
}
.separador-conteudo{
	display: block;
	clear: both;
	height: 40px;
}
section{
	width: 70%;
	display: block;
	float: right;
	border:solid 1px;
	border-color: #D3D3D3;
	background-color: #fff;
}
.link{
	float: right;
	margin-right: 50px;
    padding: 15px 32px;
    text-decoration: none;
    border: solid transparent 1px;
}
.link:hover {
	border:solid 1px;
}
p{
    margin: 0px 5px;
    padding: 20px 30px 10px;
    margin-top: -1.5%;
    font-size: 16px;
    text-indent: 40px;
}
.lista ul li{
	list-style-type: disc;
    margin: 0px 20px;
    color: black;
}
.borda{
	padding: 20px;
	margin: 30px;
	background-color: #fff;
	border: solid 1px;
	border-color: #ccc;
}
.citacao-direita p{
	float: right;
	margin: 20px 20px;
	border-radius: 30px 0px 0px 30px;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	
}
.citacao-esquerda p{
	float: left;
	margin: 20px 20px;
	border-radius: 30px 0px 0px 30px;
	font-size: 12px;
	padding: 8px 8px;

}

.citacao p {
	margin: 0px 5px;
    padding: 20px 30px 10px;
    margin-top: -1.5%;
    font-size: 12px;
	color: #a154a1;
	text-indent: 0px;
	margin-left: 80px;
}
table{
	margin: auto;
}
}
 blockquote{
 	margin-top: 40px;
 	margin-bottom: 45px;
    color: #929090;
    text-align: right;
    font-family: helvetica, normal, verdana, sans-serif;
    margin-right: 10%;
    font-size: 15px;
 }
 blockquote p{
	margin-top: 45px;
 	margin-bottom: 45px;
    color: #929090;
    text-align: right;
    font-family: helvetica, normal, verdana, sans-serif;
    margin-right: 10%;
    font-size: 15px;
 }
strong{
 	font-weight: bold;
 	font-size: 15px;
 }

#logo-fundacao{
	background: url("../img/logo-fundacao.png") no-repeat 0px 00px;
	height: 125px;
	float: left;
	width: 321px;
	position: relative;
	left: -50px;
}

.aba{
 	display: none; 
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
}
a.tooltip{
	color: #673c90;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.caixa{
    position: absolute;
    background-color: #fff;
    padding: 5px 5px;
    border: solid 1px;
    border-color: #999;
    color: #333;
    box-shadow: 8px 8px 8px rgba(160,160,160,0.25);
    left: -230px;
    margin-left: 5px;
    top: -60px;
    margin-top: 10px;
    border-radius: 7px;
    width: 200px;
}
.caixa::after{
	content: "";
	display: block;
	right: -32px;
	top: 48px;
	width: 0;
	margin-right: 10px;
	height: 0px;
	border: 14px solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
}
.fechar{
	background: transparent;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	border-radius: 10px;
	font-weight: bold;
	margin-top: 5px;
}
.titulo{
	position: absolute;
	margin: 1px 10px;
	color: #673c90;
	font-weight: bold;
	font-size: 18px;
	background-color: rgba(127,127,127,0.1);
	width: 100%;
	height: 53px;
	margin-left: -5px;
	margin-top: -5px;
}

p.tiulo-texto{
	margin-left: -20px;
    margin-top: -6px;
}
.descricao{
	position: relative;
	margin: 50px 0 0 0;
	font-family: arial;
}
a{ 
 	text-decoration:none;
 	color:#337ab7;
} 
a:hover {
	text-decoration: underline;
	color: #337ab7;
}


/* orgnaizar */
.ativa-subitem { position: relative; }

.ativa-subitem span {
	content: ""; 
	display: block;  
	width: 0;
    height: 0;
    border: 7px solid;
    border-color: #fff transparent transparent transparent ;
    position: absolute;
    right: 6px;
    top: 18px;
}
.ativa-subitem.current span {
	border-color:  transparent transparent #799abf transparent;
	top: 10px;
}

.corpo{
	width: 100%;
}

i{
	font-style: italic;
}
em{
	font-style: italic;
}
sup {
	font-style: superscript;
}
b{
	font-weight: bold;
}

sup{
	vertical-align: super; 
	font-size: 12px;
}

sub{
	vertical-align: sub; 
	font-size: 12px;
}

/* rodape */
#footer {
    overflow: hidden;
    background: #fff;
    margin: 150px 0 0;
    -webkit-box-shadow: 2px -2px 4px -1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px -2px 4px -1px rgba(50, 50, 50, 0.75);
    box-shadow: 2px -2px 4px -1px rgba(50, 50, 50, 0.75);
}
#footer .container{
    width: 100%;
    box-sizing: border-box;
}
#footer .container .nav-foot-2, 
#footer .container .nav-foot-8{
    float:left;
    overflow: hidden;
    padding: 30px 0px;
}
#footer .container .nav-foot-8{
    width: 65%;
}
#footer .container .nav-foot-2{
    width: 35%;
    padding-bottom: 0 !important;
}
#footer .container .nav-foot-4{
    float:left;
    width: 33.333%;
    overflow: hidden;
}
#footer .container .nav-foot-2 .nav-foot-5{
    float: left;
    width: 50%;
}
#footer .container .nav-foot-2 .nav-foot-5 a{
    display: block;
    width: 165px;
    height: 65px;
}
#footer .container .nav-foot-2 .nav-foot-5:nth-child(1) a{
    background:url(../img/fundação.png) no-repeat ;
    margin-left: 35px;
}
#footer .container .nav-foot-2 .nav-foot-5:nth-child(2) a{
    background:url(../img/uane.png) no-repeat ;
}
#footer article{
    padding: 17px 0;
    background: #11918b;
    
}
#footer article h6{
    text-align: center;
    color: #fff !important;
    font-size: 12px;
    font-family: "Open Sans",Arial;
    font-weight: bold;
}
#footer ul{
    list-style:none;
    margin: 0;
    font-size: 14px;
}
#footer ul li:nth-child(1){
    font-weight: bold;
}

#footer .footer-main {
    height: 100px;
    width: 100%;
    margin: 0 auto;
}
.container-footer {
    width: 100%;
    display: inline-block;
}
.row-fluid .span2 {
    width: 29% !important;
    padding-left: 50px;
}
.span2{
    width: 25%;
    padding-left: 50px;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0px;
}
#footer .span3{
    width: 23%;
    padding: 0;
    padding-top: 25px;
}
.infosfooter {
    color: #444;
    font-family: 'Open Sans', Arial !important;
    font-size: 14px;
}
.logospan2 {
    background: url(../img/sprit.png) no-repeat -35px -147px;
    width: 180px !important;
    height: 95px !important;
    margin-left: 0px !important;
}
.footer-logo a{
    float: left;
    display: block;
}
.footer-logo a:nth-child(2){
    background: url(../img/uane-logo.png) no-repeat center;
    height: 95px !important;
    width: 120px; 
}

.container:before, .container:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}