@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

/*------- MAIN --------- */
html, body {
	/*height:100%;*/
	min-height:100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	color:#000;
	background-color:#fAfAfA;
	
}

b, strong {
	font-weight: 600;
}

body.modal-pop-tela-open{
	overflow: hidden;
}

.hidden{
	visibility: hidden!important;
	display: initial!important;
}


span[lang]{
	font-style: italic;
}

span[lang].nomeProprio{
    font-style: normal;
}

#main{
	visibility: inherit!important;
}
#main .content{
	margin-top: 50px;
}
.iframe-inside #main{
	width: 98%;	
}

footer {
	position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgb(5, 142, 208);
    margin-left: -15px;    
    bottom: -50px;
}
footer .back-top {
	background: url(../img/back-top-arrow.svg);
	width: 50px;
	height: 50px;
	margin: 0 auto;
	cursor: pointer;
}

.container {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.content.loading {
	/*visibility: hidden;*/
}


h1:first-child, .h1:first-child {
	margin-top:0;
}

.container h1 {	
	font-size: 25px;	
	color: #69ade7;
	border-bottom: 1px dotted #ccc;
	margin: 30px 0;	
	text-shadow: -1px 3px 0px white, 4px 1px white, -4px 1px white;
}

h2 {
	font-size:22px;
	margin:20px 0;	
}

h3 {
	font-size: 18px;
    font-weight: bold;
	margin: 20px 0;
	color: #69ade7;
}

hr {
	background:url(../img/hr-center.png) repeat scroll;
	height:60px;
	border: 0 !important;
	position:relative;
	margin: 60px -55px 10px;
}

hr:before, hr:after {
	content:"";
	height:100%;
	position:absolute;
	width:120px;
}

hr:before {
	background:url(../img/hr-left.png) no-repeat scroll;
	left:0;
}

hr:after {
	background:url(../img/hr-right.png) no-repeat scroll;
	right:0;
}
p {
	margin: 0 0 20px;
}
.container span.divisor {
	display: block;
	padding: 5px 5px 5px 10px;
	background-color: #eee;
	margin: 40px 0;
}

.container span.divisor:before {
	content: "code";
	width: 44px;
	height: 19px;
	text-align: center;
	float: right;
	border: 1px solid rgb(214, 214, 214);
	color: #999;
	font-size: 11px;
	padding: 0 3px;
	margin: 1px 0 0 5px;
	cursor: pointer;
}

.container span.divisor pre{
	margin-top: 5px;
	color: #000000;
	background-color: #FFFFFF;
}

.container span.divisor:hover:before{
	border: 1px solid rgb(209, 203, 113);
	color: #BBB972;
}

.container .topo,
.container .topo-labels,
.container h1 { display: none; }

.iframe-outside .container .topo,
.iframe-outside .container .topo-labels,
.iframe-outside .container h1 { display: inherit; }

.container .topo {
	background: #003C7A url(../img/img-topo.jpg) top right no-repeat;
	margin-bottom: 5px;
}
.container .topo .topo-logo {
	padding: 29px 0;
}
.container .topo .topo-arte {
	float:right;
	margin-right: -30px;
}
.container .topo-labels {
    margin-bottom: 30px;
}
.container .topo-labels .campos {
    display: table;
    width: 100%;
}
.container .topo-labels .labels {
    font-size: 12px;
}
.container .topo-labels .campo-dir, .container .topo-labels .campo-esq {
    display: table-cell;
    float: none;
}
.container .topo-labels .campo-esq {
    background-color: #e1e1e1;
    border-right: 0.25em solid #fff;
    padding: 10px;
}
.container .topo-labels .campo-dir {
    background-color: #c2c2c2;
    border-left: 0.25em solid #fff;
    padding: 10px;
}

.legenda { font-size:12px }

.semMargem {
	margin-bottom: 0 !important;
}
.semPadding {
	padding: 0 !important;
}

.recuo { margin-left: 8%; }



/*------------- MODAL --------------- */


.modal-header { border:0; }
.modal-footer { margin-top: 30px; }
.modal-content { border-radius:4px; }
.modal-header h4 {
	font-size: 25px;	
	color: #69ade7;
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
	margin-bottom: 15px;	
}

/*---------------------------------- */





/*------------- TOOLTIP --------------- */

.tooltip > .tooltip-inner {
	background-color: #428bca;
	border-radius:2px;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #428bca;
}
/*---------------------------------- *


/*------------  NAV    --------------- */

nav.navbar.navbar-default {
  border-radius: 0;
  box-shadow: none;
  background: #F3F3F3;
}

.container .nav a:link,
.container .nav a:visited,
.container .nav a:hover,
.container .nav a:focus,
.container .navbar-header a:link,
.container .navbar-header a:visited,
.container .navbar-header a:hover,
.container .navbar-header a:focus{
	text-decoration: none;
}

nav.menu-nav-inferior.navbar.navbar-default {
  margin: 60px 0 -25px 0;
}

nav.menu-nav-inferior .navbar-nav {
	float: none;
	text-align: center;
}

nav.menu-nav-inferior .navbar-nav>li {
	display: inline-block;
	float: none;
}

nav.menu-nav-inferior pre {
  margin: 6.25px 5px;
  display: inline;
}

/*---------------------------------- *

/*------------- LINKS --------------- */

a, .btn { outline:none !important; }

.container a:link,
.container a:visited,
.container a:hover,
.container a:focus,
.container span.hipertexto_modal, 
.container span.hipertexto_external,
.fontes li.ico > span {
	color:#428bca;
	text-decoration:underline;
}

/* --- HIPERTEXTO MODAL --->*/
.container span.hipertexto_modal:hover, 
.container span.hipertexto_external:hover {
	text-decoration:underline;
	cursor:pointer;
}
/* --- HIPERTEXTO TOLLTIP --->*/
.container span.hipertexto, .container .fontes li > span > a {
	color: #FF6600;
	text-decoration:underline;
}
.container span.hipertexto:hover {
	text-decoration:underline;
	cursor:pointer;
}

/* ------------------------------ */






/*------- TEXTO 2 COLUNAS --------- */
.duas-colunas {
	display:table;
}
.duas-colunas > div {
	display: table-cell;
    float: none;
}
.duas-colunas > div:first-child {
    border-right: 1px solid #abd1f1;
}
.duas-colunas > div:last-child {
    border-left: 1px solid #abd1f1;
}

/* ------------------------------ */





/*------- TEXTO 3 COLUNAS --------- */
.tres-colunas {
	/*display:table;*/
}
.tres-colunas > div {
	/*display: table-cell;*/
	border-right: 0px solid #abd1f1;
	border-left: 2px solid #abd1f1;
	float:left !important;
}
.tres-colunas > div:first-child {
    border-left:0;
}
.tres-colunas > div:last-child {
    border-right:0;
}
.tres-colunas div > img {
	margin: 0 auto 30px !important;
}

/* ------------------------------ */


/*------- TEXTO 2 COLUNAS - VERTICAL --------- */

.colunas-verticais > div {
	padding: 20px 0;
}

.colunas-verticais hr {
    background-image: none;
    border: 1px solid #abd1f1 !important;
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
}

/* ------------------------------ */




/*------- OL, UL --------- */

.tab-content ul, .panel-body ul { list-style: none; margin-bottom: 20px; }
.tab-content ul li, .panel-body ul li { padding-left: 1em; text-indent: -1.1em; }
.tab-content ul li:before, .panel-body ul li:before { 
	content: "\25A0";
	position: relative;
	top: -1px;
	padding-right: 7px;
	color: #69ade7;
}

ul.bullets, ul.seta, ul.check { list-style: none; margin-bottom: 20px; }
ul.bullets li { padding-left: 1em; text-indent: -1.1em; }
ul.bullets li:before { 
	content: "\25A0";
	position: relative;
	top: -1px;
	padding-right: 7px;
	color: #69ade7;
}
ul.seta li { padding-left: 1.3em; text-indent: -1.5em; }
ul.seta li:before { 
	content: "\25BA";
	position: relative;
	top: -1px;
	padding-right: 7px;
	color: #69ade7;
}
ul.check li { padding-left: 1.1em; text-indent: -1.3em; }
ul.check li:before { 
	content: "\2713";
	position: relative;
	top: -1px;
	padding-right: 7px;
	color: #69ade7;
}
ol { counter-reset: item; }
ol li { display: block; padding-left: 1em; text-indent: -1.3em; }
ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color:#69ade7;
	font-weight:bold;
	font-size:16px;
}
ol.letras {
	list-style-type: none;
}

ol.letras li {
    display: list-item;
    padding-left: 1em;
    text-indent: -1.3em;
}

ol.letras li:before {
    content: counter(item, lower-alpha) ". ";
    counter-increment: item;
   /* color: #69ade7;
    font-weight: bold;
    font-size: 16px;*/
}
ol.sub_itens {
	counter-reset: item;
}
ol.sub_itens li {
    display: block;
    position: relative;
}
ol.sub_itens li.itens_destaque {
	margin-bottom: 20px;
}
ol.sub_itens li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}
.fontes > ul, .fontes > ul > li > ul {
    list-style: none outside none;
}
.fontes ul li.ico ul li:before {
	content: none;
}
.fontes ul li.ico {
    position: relative;
    padding: 0 0 20px 40px;
}
.fontes ul li.ico ul { 
   margin-left: -40px;
}

.fontes ul li.ico ul li {
	margin-top:10px;
    text-indent: 0;
}
.fontes > ul {
	padding:0;
}
.fontes ul li:before {
	position: absolute;
    top: -5px;
    left: -5px;
    padding-right: 10px;
}
.fontes li.ico > span {
	cursor: pointer;
}

.fontes li > span > a:before, .fontes li > span > a:after {
	content: "";
	width: 5px;
	height: 1em;
	display: inline-block;
	background-color: white;
}
.bullets ul { list-style: none; }
.bullets ul li {
    padding-left: 1em;
    text-indent: -1.4em;
}
.bullets ul li:before {
    content: '\2B1C';
    position: relative;
    top: 0;
}
		
.fontes ul.aplicativo li:before { content: url("../img/ico-pq-app.png"); }
.fontes ul.site li:before { content: url("../img/ico-pq-site.png"); }
.fontes ul.mapa li:before { content: url("../img/ico-pq-mapa.png"); }
.fontes ul.podcast li:before { content: url("../img/ico-pq-podcast.png"); }
.fontes ul.video li:before { content: url("../img/ico-pq-video.png"); }
.fontes ul.grafico li:before { content: url("../img/ico-pq-grafico.png"); }
.fontes ul.texto li:before { content: url("../img/ico-pq-texto.png"); }
.fontes ul.tabela li:before { content: url("../img/ico-pq-tabela.png"); }
.fontes ul.leitura li:before { content: url("../img/ico-pq-leitura.png"); }
.fontes ul.ppt li:before { content: url("../img/ico-pq-ppt.png"); }
.fontes ul.xls li:before { content: url("../img/ico-pq-xls.png"); }
.fontes ul.formula li:before { content: url("../img/ico-pq-formula.png"); }

/* ------------------------------ */

/*------- CÍRCULO DE NÚMEROS -------*/

.circuloNumeros .ico-numeros {
    border-radius: 50%;
    float: left !important;
    height: 50px;
    margin-right: 20px;
    width: 50px;
}
.numeros .ico-numeros {
    background-color: #FFF;
        border: 2px solid #69ade7;
}

.numeros > div:last-child {
    border-color: #69ade7 !important;
}
.circuloNumeros .ico-numerosCont {
    border-left: 2px solid #69ade7;
    overflow: auto;
    padding-left: 20px;
    position: relative;
}

.paddingNumeros {
        padding: 7px 0;
}
.ico-numeros span {
    color: #69ade7;
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: relative !important;
    text-align: center;
    top: 19%;
}

.numeros.box-align-middle {
    margin:0;
}

        
/* ------------------------------ */




/*------- TABELA PADRÃO --------- */

.tabelaPadrao {
	width:100%;
	max-width:100%;
	margin-bottom:20px;
	/*border:1px solid #ccc;*/
	border-collapse:collapse;
	border-spacing:0;
}
.tabelaPadrao thead {
	display: table-header-group;
	vertical-align: middle;
	/*background-color: #69ade7;*/
	color:#FFF;
}
.tabelaPadrao tbody {
	display: table-row-group;
	vertical-align: middle;
}
.tabelaPadrao td.hidden,
.tabelaPadrao th.hidden{
		display: table-cell !important;
}
.tabelaPadrao tr {
	display: table-row;
	vertical-align: inherit;
}
.tabelaPadrao th {
	background-color: #69ade7 !important;
	color: #FFF !important;
}
.tabelaPadrao > thead > tr > th, 
.tabelaPadrao > tbody > tr > th,
.tabelaPadrao > tfoot > tr > th,
.tabelaPadrao > thead > tr > td,
.tabelaPadrao > tbody > tr > td,
.tabelaPadrao > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #abd1f1;
}

.tabelaPadrao > tbody > tr > td.grifo {
  background-color: #c9e0ff !important;
}

.tabelaPadrao.verticalCenter th,
.tabelaPadrao.verticalCenter td{
	vertical-align: middle;
}

.tabelaPadrao th.verticalTop,
.tabelaPadrao td.verticalTop{
	vertical-align: inherit;
}

/* ------------------------------ */




/*------- TABELA PADRÃO LISTRAS --------- */

.tabelaPadrao.listras > tbody > tr:nth-child(odd) > td,
.tabelaPadrao.listras > tbody > tr:nth-child(odd) > th {
	background-color: #f1f9ff;
}

/* ------------------------------ */

.tabelaPadrao.correlacao > tbody > tr > td:nth-child(1){
  background-color: #c9e0ff !important;	
}


/*------- REVER ANIMAÇÃO --------- */

.btn-default.reveranimacao, 
.btn-default.reveranimacao:focus {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: none;
    color: #666 !important;
    display: block;
    font-size: 13px;
    margin: 20px auto 20px;
    text-decoration: none !important;
	width: 150px;
	/* ------ */
    -moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
    
}

.btn-default.reveranimacao:hover, 
.btn-default.reveranimacao:active {
	background-color: #fff7e4;
	border-color: #fff7e4;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.03);
	text-shadow:none;
	color: #8a6d3b !important;
	border: 1px solid #fff7e4;
	/* ------ */
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.btn-default.reveranimacao .ico {
	background: url(../img/reverAnimacao.png) 2px center no-repeat;
    float: left;
    width: 21px;
    height: 18px;
	margin-left: -5px;
    margin-right: 5px;
	/* ------ */
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn-default.reveranimacao:hover .ico {
    position: relative;
	/* ------ */
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);	
}

/* ------------------------------ */

/*------- ANIMACAO DE ABERTURA DE UNIDADE --------- */
/* iniciar escondido */

.abertura_anime {
	height: 450px;
	width: 335px;
	opacity: 0;
	transform: scale(0.8);	
	transform-origin: 15% 50%;
	margin: 0 auto;
	transition: all 1s;
}
	 
@media (min-width: 980px) and (max-width: 1200px){
	.abertura_anime {
		transform: scale(0.6);
	}
	 }
 

@media (min-width: 641px) and (max-width: 979px) {
	.abertura_anime {
		transform: scale(0.6);
		
	}
	 }
 

@media (min-width: 481px) and (max-width: 640px) { 
.abertura_anime {
		transform: scale(0.8);
		margin-top: -80px !important;
	}
 }
 

@media (min-width: 321px) and (max-width: 480px) { 
.abertura_anime {
		transform: scale(0.6);
	}
 }

@media (max-width: 320px) { 
.abertura_anime {
		transform: scale(0.5);
		margin-top: -110px !important;
	}
 }


/*------- BOX ALIGN MIDDLE --------- */

.box-align-middle { display:table; margin: 20px 0; padding-left:0; padding-right:0 }
.box-align-middle .centered { display:table-cell; float:none; vertical-align:middle; }
.box-align-middle .centered img { display: block; margin: 0 auto !important; max-width: 300px !important; }


.box-align-middle .centered *:first-child {
    margin-top: 0;
}
/*.box-align-middle .centered *:last-child {
    margin-bottom: 0;
}*/

/* ------------------------------ */




/*------- CAIXA EXEMPLO --------- */

.caixa-exemplo {
	overflow:hidden;
	background:url(../img/grad-fundo-caixa.png) top left repeat-x, url(../img/grad-fundo-caixa-invertido.png) bottom left repeat-x;	
	margin:0 -55px 0 -55px;
}
/* ------------------------------ */






/*------- CAIXA FILMETE --------- */


.caixa-filmete {
	overflow:hidden;
	background:url(../img/grad-fundo-filme.png) top left repeat-x, url(../img/grad-fundo-filme-invertido.png) bottom left repeat-x;	
	padding: 80px 0;
	margin:30px -55px;	
}
.porta-video {
	margin-left: -55px;
	margin-right: -55px;
}

.porta-video:before {
	content: "";
	background: url(../img/grad-fundo-filme.png);
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
	display: table;
}
.porta-video:after {
	content: "";
	background: url(../img/grad-fundo-filme.png);
	width: 100%;
	height: 30px;
	margin-top: 30px;
	display: table;
}
#main .porta-video .content {
	margin: 0;
	padding: 0 55px;
}
.caixa-filmete .box-icone {
	margin-top: 40px;
}
.porta-video .box-icone {
	margin-top: 40px;
}

/* ------------------------------ */





/*------- CAIXA DESTAQUE --------- */

.caixa-destaque {
    background-color: #f1f9ff;
    padding: 15px;
	border: 1px solid #abd1f1;
}
/*.caixa-destaque > *:last-child,
.caixa-destaque > *:last-child p
 {
	margin-bottom:0;
}*/

.caixa-destaque > p:last-child {
	margin-bottom:0;
}

.caixa-destaque ul { list-style: none; }
.caixa-destaque ul li { padding-left: 1em; text-indent: -1.1em; }
.caixa-destaque ul li:before, .panel-body ul li:before {
    color: #69ade7;
    content: "\25A0";
    padding-right: 7px;
    position: relative;
    top: -1px;
}

/* ------------------------------ */


/*------- CAIXA DESTAQUE --------- */


.caixa-formula {
    border: 2px solid #69ADE7;
    padding: 10px;
}

/* ------------------------------ */



/*------- COMENTÁRIO DI --------- */


.comentario_DI:before {
    content: "Comentário da DI \A \A ";
	color: #f00;    
    font-size: 16px;
    font-weight: bold;
    white-space: pre;
}
.comentario_DI {
    background-color: #ffdddd;
    border: 1px dashed #f00;
    padding: 15px;
}


/* ------------------------------ */




/*------- TEXTO DESTAQUE --------- */

.destaque {
	font-size:16px;
	font-weight:bold;
	color:#69ade7;
}
/* -------------------------------------- */



/*------- TEXTO DESTAQUE "FADE" --------- */

.destaque-fade {
	/*font-size:16px;*/
}
/* -------------------------------------- */




/*----------------  OLHO --------------------- */

.olho {
	padding:20px;
	position:relative;
}
.olho > p {
    padding: 0 15px;
}
.olho > *:last-child {
    margin-bottom: 0;
}
.olho p:before {
	content: url("../img/olho1.png");
	font-size: 50px;	
	position: absolute;
	top: -25px;
	left: 0;
	color:#FFB600;
}
.olho span.aspas {
    display: inline-block;
	background: url(../img/olho2.png) no-repeat left top;    
	width: 28px;
    height: 19px;
	position: relative;
    left: 10px;    
    top: 12px;    
}

/* ------------------------------ */

/*------- BOX QUESTÕES -------*/

.circuloQuestao .ico-questao {
    border-radius: 50%;
    float: left !important;
    height: 65px;
    width: 65px;
	margin-left: -21px;
	margin-top: -21px;
}

.circuloQuestao .ico-questao:before {
    content: '';
    background: url(../img/ico-questao.png);
    width: 60px;
    height: 60px;
    position: absolute;
}

.questao .ico-questao {
    background-color: #69ade7;
    border: 2px solid #69ade7;
	z-index: 1;
	position:absolute;
}

.questao > div:last-child {
    border-color: #69ade7 !important;
}
.circuloQuestao .ico-questaoCont {
    border: 2px dotted #69ade7;
    overflow: auto;
	border-radius: 10px;
    padding-left: 62px;
	padding-right: 20px;
}

.paddingQuestao {
	padding: 10px 0;
	margin-left: 0px;
}
.ico-questao span {
    color: #FFF;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative !important;
    text-align: center;
    top: 15%;	
}


/*------- ICONES --------- */

.comentario .ico-link { background: url(../img/ico-comentario.png) center no-repeat #20d6ec; }
.comentario > div:last-child { border-color: #20d6ec !important }
.comentario > div:last-child p:first-child { color: #20d6ec; }

.atencao .ico-link { background: url(../img/ico-atencao.png) center no-repeat #ffb600; }
.atencao > div:last-child { border-color: #ffb600 !important }
.atencao > div:last-child p:first-child { color: #ffb600; }

.filme .ico-link { background: url(../img/ico-filme.png) center no-repeat #2ebf39; }
.filme > div:last-child { border-color: #2ebf39 !important }
.filme > div:last-child p:first-child { color: #2ebf39; }

.obra-literaria .ico-link { background: url(../img/ico-obra-literaria.png) center no-repeat #a62020; }
.obra-literaria > div:last-child { border-color: #a62020 !important }
.obra-literaria > div:last-child p:first-child { color: #a62020; }

.obra-arte .ico-link { background: url(../img/ico-obra-arte.png) center no-repeat #baae5a; }
.obra-arte > div:last-child { border-color: #baae5a !important }
.obra-arte > div:last-child p:first-child { color: #baae5a; }

.exemplo .ico-link { background: url(../img/ico-exemplo.png) center no-repeat #1558c3; }
.exemplo > div:last-child { border-color: #1558c3 !important }
.exemplo > div:last-child p:first-child { color: #1558c3; }

.questionario .ico-link { background: url(../img/ico-questionario.png) center no-repeat #ff83ff; }
.questionario > div:last-child { border-color: #ff83ff !important }
.questionario > div:last-child p:first-child { color: #ff83ff; }

.situacao-problema .ico-link { background: url(../img/ico-situacao-problema.png) center no-repeat #822b89; }
.situacao-problema > div:last-child { border-color: #822b89 !important }
.situacao-problema > div:last-child p:first-child { color: #822b89; }

.reuniao-online .ico-link { background: url(../img/ico-reuniao-online.png) center no-repeat #0086b5; }
.reuniao-online > div:last-child { border-color: #0086b5 !important }
.reuniao-online > div:last-child p:first-child { color: #0086b5; }

.regulamento .ico-link { background: url(../img/ico-regulamento.png) center no-repeat #ed0077; }
.regulamento > div:last-child { border-color: #ed0077 !important }
.regulamento > div:last-child p:first-child { color: #ed0077; }

.apresentacao .ico-link { background: url(../img/ico-apresentacao.png) center no-repeat #6ae821; }
.apresentacao > div:last-child { border-color: #6ae821 !important }
.apresentacao > div:last-child p:first-child { color: #6ae821; }

.leitura .ico-link { background: url(../img/ico-leitura.png) center no-repeat #42498e; }
.leitura > div:last-child { border-color: #42498e !important }
.leitura > div:last-child p:first-child { color: #42498e; }

.site .ico-link { background: url(../img/ico-site.png) center no-repeat #ff9700; }
.site > div:last-child { border-color: #ff9700 !important }
.site > div:last-child p:first-child { color: #ff9700; }

.pdf .ico-link { background: url(../img/ico-pdf.png) center no-repeat #EA4C3A; }
.pdf > div:last-child { border-color: #EA4C3A !important }
.pdf > div:last-child p:first-child { color: #EA4C3A; }

.ppt .ico-link { background: url(../img/ico-pdf.png) center no-repeat #c46d05; }
.ppt > div:last-child { border-color: #c46d05 !important }
.ppt > div:last-child p:first-child { color: #c46d05; }

.matriz-doc .ico-link { background: url(../img/ico-matriz-doc.png) center no-repeat #e0e000; }
.matriz-doc > div:last-child { border-color: #e0e000 !important }
.matriz-doc > div:last-child p:first-child { color: #e0e000; }

.matriz .ico-link { background: url(../img/ico-matriz.png) center no-repeat #e0e000; }
.matriz > div:last-child { border-color: #e0e000 !important }
.matriz > div:last-child p:first-child { color: #e0e000; }

.grade-correcao .ico-link { background: url(../img/ico-grade-correcao.png) center no-repeat #ff2929; }
.grade-correcao > div:last-child { border-color: #ff2929 !important }
.grade-correcao > div:last-child p:first-child { color: #ff2929; }

.mapaconceitual .ico-link { background: url(../img/ico-mapaconceitual.png) center no-repeat #37d19d; }
.mapaconceitual > div:last-child { border-color: #37d19d !important }
.mapaconceitual > div:last-child p:first-child { color: #37d19d; }

.modelos .ico-link { background: url(../img/ico-modelos.png) center no-repeat #cf1c8e; }
.modelos > div:last-child { border-color: #cf1c8e !important }
.modelos > div:last-child p:first-child { color: #cf1c8e; }

.quizz .ico-link { background: url(../img/ico-quizz.png) center no-repeat #ff9900; }
.quizz > div:last-child { border-color: #ff9900 !important }
.quizz > div:last-child p:first-child { color: #ff9900; }

.jogos .ico-link { background: url(../img/ico-jogo.png) center no-repeat #29D8DF; }
.jogos > div:last-child { border-color: #29D8DF !important }
.jogos > div:last-child p:first-child { color: #29D8DF; }

.dica .ico-link { background: url(../img/ico-dica.png) center no-repeat #A68EBA; }
.dica > div:last-child { border-color: #A68EBA !important }
.dica > div:last-child p:first-child { color: #A68EBA; }

.contato .ico-link { background: url(../img/ico-contato.png) center no-repeat #A8D217; }
.contato > div:last-child { border-color: #A8D217 !important }
.contato > div:last-child p:first-child { color: #A8D217; }

.coordenacao .ico-link { background: url(../img/ico-coordenacao.png) center no-repeat #4896FF; }
.coordenacao > div:last-child { border-color: #4896FF !important }
.coordenacao > div:last-child p:first-child { color: #4896FF; }

.resumo .ico-link { background: url(../img/ico-resumo.png) center no-repeat #FF5500; }
.resumo > div:last-child { border-color: #FF5500 !important }
.resumo > div:last-child p:first-child { color: #FF5500; }

.manual .ico-link { background: url(../img/ico-manual.png) center no-repeat #7149aa; }
.manual > div:last-child { border-color: #7149aa !important }
.manual > div:last-child p:first-child { color: #7149aa; }

.formula .ico-link { background: url(../img/ico-formula.png) center no-repeat #B58A00; }
.formula > div:last-child { border-color: #B58A00 !important }
.formula > div:last-child p:first-child { color: #B58A00; }

.carta .ico-link { background: url(../img/ico-carta.png) center no-repeat #1b28ce; }
.carta > div:last-child { border-color: #1b28ce !important }
.carta > div:last-child p:first-child { color: #1b28ce; }

.casos .ico-link { background: url(../img/ico-casos.png) center no-repeat #f2c45f; }
.casos > div:last-child { border-color: #f2c45f !important }
.casos > div:last-child p:first-child { color: #f2c45f; }

.resposta .ico-link { background: url(../img/ico-resposta.png) center no-repeat #b158ce; }
.resposta > div:last-child { border-color: #b158ce !important }
.resposta > div:last-child p:first-child { color: #b158ce; }

.graficos .ico-link { background: url(../img/ico-graficos.png) center no-repeat #ff7575; }
.graficos > div:last-child { border-color: #ff7575 !important }
.graficos > div:last-child p:first-child { color: #ff7575; }

/*----------------------------------------*/

/*---------- ICONES SEM CLICK -----------------*/

.semclick .ico-link { border: 3px solid; }

.filme.semclick .ico-link { background: url(../img/ico-filme-semclick.png) center no-repeat #fff; border-color: #2ebf39;  }
.filme.semclick > div:last-child { border-color: #2ebf39 !important }
.filme.semclick > div:last-child p:first-child { color: #2ebf39; }

.obra-literaria.semclick .ico-link { background: url(../img/ico-obra-literaria-semclick.png) center no-repeat #fff; border-color: #a62020;  }
.obra-literaria.semclick > div:last-child { border-color: #a62020 !important }
.obra-literaria.semclick > div:last-child p:first-child { color: #a62020; }

.comentario.semclick .ico-link { background: url(../img/ico-comentario-semclick.png) center no-repeat #fff; border-color: #4cc6de;  }
.comentario.semclick > div:last-child { border-color: #4cc6de !important }
.comentario.semclick > div:last-child p:first-child { color: #4cc6de; }

.leitura.semclick .ico-link { background: url(../img/ico-leitura-semclick.png) center no-repeat #fff; border-color: #424a8f;  }
.leitura.semclick > div:last-child { border-color: #424a8f !important }
.leitura.semclick > div:last-child p:first-child { color: #424a8f; }

.site.semclick .ico-link { background: url(../img/ico-site-semclick.png) center no-repeat #fff; border-color: #ff9700;  }
.site.semclick > div:last-child { border-color: #ff9700 !important }
.site.semclick > div:last-child p:first-child { color: #ff9700; }

.grade-correcao.semclick .ico-link { background: url(../img/ico-grade-correcao-semclick.png) center no-repeat #fff; border-color: #ff2929;  }
.grade-correcao.semclick > div:last-child { border-color: #ff2929 !important }
.grade-correcao.semclick > div:last-child p:first-child { color: #ff2929; }

.matriz.semclick .ico-link { background: url(../img/ico-matriz-semclick.png) center no-repeat #fff; border-color: #e0e000;  }
.matriz.semclick > div:last-child { border-color: #e0e000 !important }
.matriz.semclick > div:last-child p:first-child { color: #e0e000; }

.apresentacao.semclick .ico-link { background: url(../img/ico-apresentacao-semclick.png) center no-repeat #fff; border-color: #6ae821;  }
.apresentacao.semclick > div:last-child { border-color: #6ae821 !important }
.apresentacao.semclick > div:last-child p:first-child { color: #6ae821; }

.pdf.semclick .ico-link { background: url(../img/ico-pdf-semclick.png) center no-repeat #fff; border-color: #EA4C3A; }
.pdf.semclick > div:last-child { border-color: #EA4C3A !important }
.pdf.semclick > div:last-child p:first-child { color: #EA4C3A; }

.ppt.semclick .ico-link { background: url(../img/ico-pdf-semclick.png) center no-repeat #fff; border-color: #c46d05; }
.ppt.semclick > div:last-child { border-color: #c46d05 !important }
.ppt.semclick > div:last-child p:first-child { color: #c46d05; }

.mapaconceitual.semclick .ico-link { background: url(../img/ico-mapaconceitual-semclick.png) center no-repeat #fff; border-color: #37d19d;  }
.mapaconceitual.semclick > div:last-child { border-color: #37d19d !important }
.mapaconceitual.semclick > div:last-child p:first-child { color: #37d19d; }

.modelos.semclick .ico-link { background: url(../img/ico-modelos-semclick.png) center no-repeat #fff; border-color: #cf1c8e;  }
.modelos.semclick > div:last-child { border-color: #cf1c8e !important }
.modelos.semclick > div:last-child p:first-child { color: #cf1c8e; }

.dica.semclick .ico-link { background: url(../img/ico-dica-semclick.png) center no-repeat #fff; border-color: #A68EBA;  }
.dica.semclick > div:last-child { border-color: #A68EBA !important }
.dica.semclick > div:last-child p:first-child { color: #A68EBA; }

.contato.semclick .ico-link { background: url(../img/ico-contato-semclick.png) center no-repeat #fff; border-color: #A8D217;  }
.contato.semclick > div:last-child { border-color: #A8D217 !important }
.contato.semclick > div:last-child p:first-child { color: #A8D217; }

.coordenacao.semclick .ico-link { background: url(../img/ico-coordenacao-semclick.png) center no-repeat #fff; border-color: #4896FF;  }
.coordenacao.semclick > div:last-child { border-color: #4896FF !important }
.coordenacao.semclick > div:last-child p:first-child { color: #4896FF; }

.resumo.semclick .ico-link { background: url(../img/ico-resumo-semclick.png) center no-repeat #fff; border-color: #FF5500;  }
.resumo.semclick > div:last-child { border-color: #FF5500 !important }
.resumo.semclick > div:last-child p:first-child { color: #FF5500; }

.exemplo.semclick .ico-link { background: url(../img/ico-exemplo-semclick.png) center no-repeat #fff; border-color: #1558c3;  }
.exemplo.semclick > div:last-child { border-color: #1558c3 !important }
.exemplo.semclick > div:last-child p:first-child { color: #1558c3; }

.manual.semclick .ico-link { background: url(../img/ico-manual-semclick.png) center no-repeat #fff; border-color: #7149aa;  }
.manual.semclick > div:last-child { border-color: #7149aa !important }
.manual.semclick > div:last-child p:first-child { color: #7149aa; }

.formula.semclick .ico-link { background: url(../img/ico-formula-semclick.png) center no-repeat #fff; border-color: #B58A00;  }
.formula.semclick > div:last-child { border-color: #B58A00 !important }
.formula.semclick > div:last-child p:first-child { color: #B58A00; }

.casos.semclick .ico-link { background: url(../img/ico-casos-semclick.png) center no-repeat #fff; border-color: #f2c45f;  }
.casos.semclick > div:last-child { border-color: #f2c45f !important }
.casos.semclick > div:last-child p:first-child { color: #f2c45f; }

.resposta.semclick .ico-link { background: url(../img/ico-resposta-semclick.png) center no-repeat #fff; border-color: #b158ce;  }
.resposta.semclick > div:last-child { border-color: #b158ce !important }
.resposta.semclick > div:last-child p:first-child { color: #b158ce; }

.graficos.semclick .ico-link { background: url(../img/ico-graficos-semclick.png) center no-repeat #fff; border-color: #ff7575;  }
.graficos.semclick > div:last-child { border-color: #ff7575 !important }
.graficos.semclick > div:last-child p:first-child { color: #ff7575; }


/* COLOR */

.forum .ico-link { background: url(../img/ico-forum.png) center no-repeat; }

.reflexao .ico-link { background: url(../img/ico-reflexao.png) center no-repeat; }

.exercicios-fixacao .ico-link { background: url(../img/ico-exercicios-fixacao.png) center no-repeat }

.atividade-individual .ico-link { background: url(../img/ico-atividade-individual.png) center no-repeat }

.atividade-equipe .ico-link { background: url(../img/ico-atividade-equipe.png) center no-repeat }

.reuniao-online-color .ico-link { background: url(../img/ico-reuniao-online-color.png) center no-repeat }

.cenario .ico-link { background: url(../img/ico-cenario.png) center no-repeat }

.autoavaliacao .ico-link { background: url(../img/ico-autoavaliacao.png) center no-repeat }

.multiplaescolha .encerramento {
    color: #058ed0;
    font-size: 16px;
    margin-top: 10px;
}

.icones {
	position:relative;
    padding: 30px 0;
}
.icones .ico-link {
	width: 80px;
	height:80px;
	border-radius: 50%;
	float:left;
	margin-right: 20px;
}
.icones .ico-cont {
	border-left: 2px solid #822b89;
    padding-left: 20px;
    position: relative;
    overflow:auto;
}
.icones > .ico-cont p:first-child {
	font-size: 16px;
	font-weight: bold;
}
/* ------------------------------- */

.icones-coloridos {
	position:relative;
    padding: 20px 0;
}
.icones-coloridos .ico-link {
	width: 60px;
	height:60px;
	float:left;
	margin-right: 20px;
}
.icones-coloridos .ico-cont {
    padding-left: 20px;
    position: relative;
    overflow:auto;
}
.icones-coloridos > .ico-cont > *:first-child {
	/*font-size: 16px;*/
	font-weight: bold;
	margin-bottom:0;
}
.icones-coloridos > .ico-cont > *:last-child {
	margin-bottom: 0;
}

#linksJogos .icones .ico-link {
	width: 80px;
	height:80px;
	border-radius: 50%;
	float:none;
	margin: 0 auto;
}

#linksJogos p {
	text-align: center;
}

#linksJogos a:link {
	text-decoration: none;
}

#linksJogos a:hover, #linksJogos a:focus {
	text-decoration: underline;
}

/* ------------------------------ */





/* ----------------- BOX-ATENÇÃO ------------------- */


.box-atencao {
 	display: table;
    margin: 50px 0;
    background-color: #fcf8e3;
    border: 1px solid #eadbbc;
    border-radius: 4px;
    color: #8a6d3b;
    padding: 10px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.box-atencao .ico {
	width: 145px;
	height:130px;
	margin-right: 20px;
}
.box-atencao > div {
	display:table-cell; 
	float:none;
	vertical-align:middle;
}
.box-atencao > div *:first-child {
	margin-top:0;
}
.box-atencao > div *:last-child {
	margin-bottom:0;
}

.box-atencao .cont {
    padding: 20px;
}
.box-atencao p.titulo {
	font-weight:bold;
	font-size:16px;
}



/* ------------------------------ */





/*------- ACCORDION --------- */

.panel-default > .panel-heading {
    background-color: #f1f9ff;
    background-image: none;
    border: 1px solid #abd1f1;
}
.panel {
	box-shadow: none;
}
.panel-default {
    border: 0;
}
.panel-heading {
	border-radius:0;
	border-color: #69ade7;
	padding:0;
}
.panel-title > a {
	display:block;
	text-decoration:none !important;
	font-size:14px;
	font-weight:600;
	padding: 10px 15px;
}
.panel-group .panel {
	border-radius:0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border:0;
}
.panel-collapse {
    border: 1px solid #abd1f1;
	border-top:0;
}
.panel-group .panel + .panel {
    margin-top: 3px;
}
.panel-body *:last-child {
    margin-bottom: 0;
}

.panel-default > .panel-heading a[data-toggle=collapse]{
	position: relative;
	border: 1px solid transparent;	
}

.panel-default > .panel-heading a[data-toggle=collapse]:after{
	position: absolute;
	content: "+";
	right: 15px;
	top: 10px;
}

.panel-default > .panel-heading a[aria-expanded=true]:after{
	position: absolute;
	content: "-";
	right: 15px;
	top: 10px;
}

/* ------------------------------ */



/*------- LINHA DO TEMPO --------- */

#linha-tempo {
    /*background-image: url(../img/fundo-linha.png);*/
    background-position: 65px 0;
    background-repeat: repeat-y;
    margin: 30px auto !important;
}
#linha-tempo #accordion-lt {
	margin:30px 0;
	float: right;
}
#linha-tempo .panel-default:before {
    background: none repeat scroll 0 0 #c4d9ff;
    border: 1px solid #058ed0;
    border-radius: 50%;
    content: "";
    height: 15px;
    left: -22px;
    margin-top: 12px;
    overflow: hidden;
    position: absolute;
    width: 15px;
}

#linha-tempo .disabled a {
    cursor: not-allowed;
	color: #aaa;
}
#linha-tempo .disabled {
    margin: 40px 0;
}
#linha-tempo .panel-default > .panel-heading {
    background-color: #fff;
    background-image: none;
    border: 0;
}

#linha-tempo .panel-default > .panel-heading a[data-toggle=collapse]:after{
	content: "";
}
#linha-tempo .panel-title a:hover {
    background-color: #f1f9ff;
    border: 1px solid;
    border-color: #e0f2ff;
}
#linha-tempo .panel-title a.aberto {
	border: 1px solid #abd1f1;
	background-color: #f1f9ff;
}
#linha-tempo #accordion-lt .panel-body {
    background-color: #fff;
}
#linha-tempo #accordion-lt .panel-collapse {
	border: 1px solid #abd1f1;
	border-top: 0;
}

#linha-tempo #accordion-lt:before {
  content: " ";
  height: 120%;
  margin-top: -5%;
  background-image: url(../img/fundo-linha.png);
  display: block;
  background-repeat: repeat-y;
  position: absolute;
  width: 25px;
  left: -15px;
}


/* ------------------------------ */






/*------- CAROUSEL --------- */

.carousel {
	background-color:#f2f2f2;
	border:1px solid #d6d6d6;
}
.carousel-control {
	text-shadow:none;
}
.carousel .conteudo {
    padding: 0 6% 5px 6%;
}
.carousel .conteudo > div:last-child {
    padding-left: 60px;
}
.carousel.vertical .conteudo div:first-child {
	padding-top:0px !important;
}
.carousel.vertical .conteudo div:last-child {
    padding-left: 15px;
	padding-top:40px;
}
.carousel.vertical .conteudo h3 {
    margin-top: 0;
}
.carousel .vertical .conteudo div:last-child {
    padding-top: 60px;
	 padding-left: 0px;
}
.carousel.vertical .conteudo.box-align-middle {
    margin: 30px 0 50px;
    width: 100%;
}
.carousel.vertical .img {
    margin-bottom: 30px;
}
.carousel .item,
.carousel.vertical .item {
  padding-top: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  margin-bottom: -1px;
 }
.carousel-indicators li {
	border:1px solid #b6b6b6;
	/*box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);*/
	margin:0;
	padding-left:10px;
	height:12px;
	position:relative;
	top: 1px;
}
.carousel-indicators .active {	
	background-color:#fff;
	border-color: #a6a6a6;
}
ol.carousel-indicators li:before {
	content:"";
}
.carousel-control.left, .carousel-control.right {
	background: none;
	width:65px;
}
.carousel-indicators {
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid #d6d6d6;
	bottom: 0;
	left: 30%;
	margin-bottom: 0;
	width: 100%;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	font-size: 20px;
	width: 20px;
    height: 20px;
}
.seta-azul .carousel-control .glyphicon-chevron-left, 
.seta-azul .carousel-control .glyphicon-chevron-right, 
.seta-azul .carousel-control .icon-prev, 
.seta-azul .carousel-control .icon-next {
	background-color: #058ed0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
#fgv-carousel-vertical .img img {
    margin: 0 auto;
}



/* ------------------------------ */







/*------- TABS --------- */

.tab-content .texto-tab {
    padding: 20px;
	border:1px solid #abd1f1;
	border-top:0;
}
.nav-tabs > li > a {
	border-radius: 2px 2px 0 0;
	text-decoration:none !important;
}
.texto-tab > *:first-child {
    margin-top: 0;
}
.texto-tab > *:last-child {
    margin-bottom: 0;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	border-color: #abd1f1 #abd1f1 transparent;
}
.nav-tabs {
    border-bottom: 1px solid #abd1f1;
}
.nav > li > a:hover {
    background-color: #f1f9ff;
    text-decoration: none;
}
.nav > li > a:focus {
	background-color: #fff;
    text-decoration: none;
}
.nav-tabs > li > a:hover {
    border-color: #e0f2ff #e0f2ff #abd1f1;
}

/* ------------------------------ */







/*------- PILLS --------- */


.tab-content .tab-pane {    
	border-top:0;
}
.pills .tab-content .tab-pane {
	border-top: 1px solid #abd1f1;
}
.tab-content .tab-pane > div {
	padding: 20px;
}
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    background-color: #69ade7;
    color: #fff;
}
.nav-pills {
    margin-bottom: 15px;
}
.nav.nav-pills > li > a {
    border: 1px solid #abd1f1;
	text-decoration: none;
	margin: 5px;
}
.pills-fgv .tab-content .tab-pane,
.pills .tab-content .tab-pane {
    /*border: 1px solid #abd1f1;*/
}
.pills-fgv .texto-tab,
.pills .texto-tab {
    border: 1px solid #abd1f1;
}
.pills-fgv .nav-justified > li,
.pills .nav-justified > li {
    padding: 0 0.5%;
}
.pills-fgv .nav-justified > li:first-child,
.pills .nav-justified > li:first-child {
    padding-left: 0;
}
.pills-fgv .nav-justified > li:last-child,
.pills .nav-justified > li:last-child {
    padding-right: 0;
}

.pills-fgv .nav-justified > li:last-child,

/*------- PILLS  VERTICAL --------- */

.pills.vertical .nav-pills > li {
    float: none;
}

.pills.vertical .nav.nav-pills > li > a {
    margin: 0 0 5px 0;
}

.pills.vertical .nav-pills > li + li {
    margin-left: 0;
}

.pills.vertical .texto-tab {
	border: 0;
}

.pills.vertical .tab-content .tab-pane {
	border: 1px solid #abd1f1;
}

/*--------------- PAINÉL CLICÁVEL ------------------*/

.painel-clicavel .titulo {
	background-color: #69ade7;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.painel-clicavel .grupo {
	overflow: hidden;
	padding: 10px 0;
}

.painel-clicavel .grupo:first-of-type {
    padding-top: 0;
}

.painel-clicavel .grupo:last-of-type {
	padding-bottom: 0;
}

.painel-clicavel .grupo .bloco {
    clear: both;
}

.painel-clicavel .numeracao, .painel-clicavel .cont-numeracao {
	float: left;
}

.cont-numeracao p:last-of-type {
	margin: 0;
}

.painel-clicavel .cont-numeracao {
	margin-top: 5px;
    width: calc(100% - 40px);
}

.painel-clicavel .numeracao {
	cursor: pointer;
	background-color: #abd1f1;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	margin-bottom: 1px;
	font-weight: 600;
	text-indent: 0px;
	text-align: center;
	line-height: 30px;
}

.painel-clicavel .texto-tab {
	border: 1px solid #abd1f1;
}

.painel-clicavel.divisoria .grupo {
	border-bottom: 1px solid #abd1f1;
}

.painel-clicavel.divisoria .grupo:last-of-type {
	border: 0;
}




/*------- BODY PADRÃO --------- */

.container body.padrao {
	background-color:#FFF;
	color:#666;	
}

.container body.padrao h1 {
	color: #008fd4;
	text-shadow: 1px 1px 0 #FFF;
}

/* ------------------------------ */





/*------- BODY ABERTURA --------- */

.container body.abertura {
	background-color:#a8cfe2;
	color: #003366;
}
.container body.abertura a:link, body.abertura a:visited, body.abertura a:visited:hover {
	color:#FFF;
}

.container body.abertura h1 {
	color: #FFF;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.2);
}
.container body.abertura li:before {
	color: #008fd4;
}

/* ------------------------------ */





/*------- ABERTURA UNIDADE --------- */


.anime {
	height: auto !important;
	min-height: 450px;
}

.anime .texto h2 {
    color: #058ed0;
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 10px !important;
    text-shadow: 0 0 2px rgba(5, 142, 208, 0.3);
}
.anime .texto h3 {
    color: #ff9700;
    margin-bottom: 30px;
	margin-top: 10px !important;
	font-size: 22px;
    /*text-shadow: 0 0 2px rgba(5, 142, 208, 0.5);*/
}

.abertura_anime > div:first-child {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.abertura_anime > div:last-child {
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
}


/* ------------------------------ */





/*------- BODY BIBLIOTECA --------- */

.container body.biblio {
	background-color:#f4db97;
	color: #003366;
}
.container body.biblio a:link, .container body.biblio a:visited{
	color:#a88f4c;
}

.container body.biblio a:hover:hover {
		color:#a88f4c;
		text-decoration:underline;
}
	
.container body.biblio h1 {
	color: #a88f4c;
	text-shadow: 1px 1px 0 rgba(255, 255, 219, 0.5);
}
.container body.biblio li:before {
	color: #a88f4c;
}

/* ------------------------------ */



.container .center, .center {
	margin: 0 auto !important;
	float: none;
	overflow: hidden;
}
.container .centralizado, .centralizado {
	text-align: center;
}


/* ------------------------------ */




/*------- PROFESSOR-AUTOR --------- */

.container .professor-autor {
	background-color: #fbfbfb;
	padding:10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	margin-top:20px;
}
.professor-autor .corpo {
    padding-top: 20px;
}
.container .professor-autor .topo {
	background: none;
}

.container .professor-autor .foto {
	float:right;
    margin-right: -55px;
	z-index:100;
}
.container .professor-autor .nome {
    text-align: right;
}
.container .professor-autor span.legenda {
	display:block;
	font-size:11px;
	color:#999;
}
.container .professor-autor .corpo div > h3 {
    background-color: rgba(0, 0, 0, 0.08);
    font-size: 16px;
    padding: 5px;
}

/* ------------------------------ */






/*------- FILME --------- */

.videoCine {
    left: 410px;
    position: relative;
    top: -375px;
}
.cineMargens {
    margin: -20px;
    padding: 0;
}
.cenario-wrap {
	position:relative;
	overflow: hidden;
}
.video.cenario > video {
    /*left: 50%;
    margin-left: -160px;*/
    position: relative;
    top: 65px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	width: 320px;
	height:240px;
	
}
video {
	background-color:#000;
}

/* ------------------------------ */





/*------- OBRA LITERÁRIA --------- */

.booklet {
	font-size:13px;
	line-height:20px;
}
.booklet .pull-left.img {
    margin: 0 20px 20px 0;
}
.booklet .pull-right.img {
    margin: 0 0 20px 20px;
}

/* ------------------------------ */


/*------- ESPAÇAMENTOS VERTICAIS --------- */

.espaco_v_top_0 {  margin-top:0px !important;  }
.espaco_v_top_10 { margin-top:10px !important; }
.espaco_v_top_20 { margin-top:20px !important; }
.espaco_v_top_30 { margin-top:30px !important; }
.espaco_v_top_40 { margin-top:40px !important; }
.espaco_v_top_50 { margin-top:50px !important; }
.espaco_v_top_60 { margin-top:60px !important; }
.espaco_v_top_70 { margin-top:70px !important; }

.espaco_v_bottom_0 {  margin-bottom:0px !important;  }
.espaco_v_bottom_10 { margin-bottom:10px !important; }
.espaco_v_bottom_20 { margin-bottom:20px !important; }
.espaco_v_bottom_30 { margin-bottom:30px !important; }
.espaco_v_bottom_40 { margin-bottom:40px !important; }
.espaco_v_bottom_50 { margin-bottom:50px !important; }
.espaco_v_bottom_60 { margin-bottom:60px !important; }
.espaco_v_bottom_70 { margin-bottom:70px !important; }

/* --------------------------------------------*/





/* --------  ANIMA TEXTO  ----------- */

.anima_texto > * {
	opacity:0;                
}

.anima_texto .show {
	opacity:1;
	transition: all .5s linear 0s;
}

/* ------------------------------ */

.img-thumbnail { display: block; }

canvas { max-width: 100%; max-height: 100%; display: block; }
canvas.img-responsive { }

video::-webkit-media-controls-fullscreen-button {
    /*display: none !important;*/
}
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-timeline {}
video::-webkit-media-controls-current-time-display{font-size: 10px !important;}
video::-webkit-media-controls-time-remaining-display {font-size: 10px !important;}
video::-webkit-media-controls-mute-button {}
video::-webkit-media-controls-toggle-closed-captions-button {}
video::-webkit-media-controls-volume-slider {display: none !important;}

/* ################################################################## MEDIAS ################################################################## */

@media screen and (min-width: 1024px) {
	
	.modal-dialog { width: 800px; }	
	.caixa-exemplo { padding: 20px 0; }	
	.content { padding: 0 40px; }
	.anime p { min-width: 500px; }
}

@media screen and (max-width: 1024px) {
	
	.carousel-control.right, .carousel-control.left {
		width:55px;
	}
	
	.content { padding: 0 20px; }
	.caixa-filmete { margin:30px -35px; }
	.caixa-filmete .box-icone { margin-top: 0; }
	.porta-video { margin:30px -35px; }
	.porta-video .box-icone { margin-top: 0; }
	hr { margin: 40px -35px 10px; }
	.caixa-exemplo { margin:0 -35px; }
	
	#linha-tempo {
    	background-position: 54px 0;
	}
	#main .porta-video .content {
		padding: 0 40px;
	}
}

@media screen and (max-width: 980px) {
	
	.container .topo {
		height:74px;
	}
	
	.container .topo .topo-logo {
    	padding: 19px 0;
	}	
	.carousel .conteudo div:last-child {
		padding-left: 30px;
	}
	.carousel-control.right, .carousel-control.left {
    	width: 40px;
	}
	#linha-tempo {
    	background-position: 39px 0;
	}
}

@media (min-width: 768px) {
	.lista-2-col li {
		width: 50%;
		float: right;
	}
	.lista-2-col li:nth-child(2n+1) { float: left; }
}

@media screen and (max-width: 768px) {
	
	.content { padding: 0 10px;	}
	.caixa-filmete { margin:30px -25px; }
	hr { margin: 40px -25px 10px; }
	.caixa-exemplo { margin:0 -25px; }
	
	.carousel.vertical .carousel-inner .box-align-middle .img img {
		display: block;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}

	#main .porta-video .content {
		padding: 0 30px;
	}
}

@media screen and (max-width: 640px) {
	
	.container .topo {
		background: #003C7A url(../img/img-topo.jpg) top right no-repeat;
	}
	.carousel-control.right, .carousel-control.left {
		width: 40px;
	}
	.duas-colunas > div, .tres-colunas > div {
		border-left: 0;
		border-right:0;
		display:table;
		border-bottom: 1px solid #abd1f1;
    	border-top: 1px solid #abd1f1;	
		padding: 20px 0;
	}
	.duas-colunas > div:first-child, .tres-colunas > div:first-child {
		border-top:0;
		border-right:0;
		padding-top:0;
	}
	.duas-colunas > div:last-child, .tres-colunas > div:last-child {
		border-bottom:0;
		border-left:0;
		padding-bottom:0;
	}
	.container .topo-labels .campo-dir, .container .topo-labels .campo-esq {
		border:0;
	}
	.container .topo-labels .campo-dir {
		border-top: 0.4em solid #fff;
	}
	.container .topo-labels .campo-dir, .container .topo-labels .campo-esq {
    	display: block;
	}
	.container .professor-autor .topo {
		margin-bottom: 0;
		height: auto;
	}
	.anime > div:first-child { border: 0; }
	.container .box-align-middle {
		display: block;
	}
	.container .box-align-middle .centered {
		display:block;
		margin-bottom: 20px;
	}
	#linha-tempo {
    	background-position: 41px 0;
	}

}

@media screen and (max-width: 600px) {

	#linha-tempo {
    	background-position: 38px 0;
	}
}

@media screen and (max-width: 480px) {
	
	.box-align-middle {
		display: block;
	}	
	.box-align-middle .centered {
		display:block;
		margin-bottom: 20px;
	}
	.carousel .conteudo div:last-child {
		padding: 0;
	}
	.carousel-inner .centered {
		margin: 0 auto 20px;
		width: 80%;
	}
	
	.container .professor-autor .foto {
		float: none;
		margin: 0;
		position: relative;
		right: -145px;
	}
	.professor-autor .corpo > ul {
    	padding-left: 20px;
	}
	#linha-tempo {
    	background-position: 28px 0;
	}
	.carousel-inner .box-align-middle .img img {
		display: block;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}

}
@media screen and (max-width: 360px) {
	.container .professor-autor .foto { 
		right: -25px;
	}
	#linha-tempo {
    	background-position: 18px 0;
	}
	.box-atencao > div {
		display: block;
	}
	.box-atencao .ico {
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 320px) {
	
	#linha-tempo {
    	background-position: 15px 0;
	}
	
}

/*------- ABERTURA UNIDADE --------- */


.anime2 {
	height: auto !important;
	min-height: 400px;
}

.anime2 .textoAtiv h2 {
    color: #058ed0;
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 10px !important;
    text-shadow: 0 0 2px rgba(5, 142, 208, 0.3);
}
.anime2 .textoAtiv h3 {
    color: #ff9700;
    margin-bottom: 30px;
	margin-top: 10px !important;
	font-size: 22px;
    /*text-shadow: 0 0 2px rgba(5, 142, 208, 0.5);*/
}

.abertura_anime2 > div:first-child {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.abertura_anime2 > div:last-child {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px){
	.textoAtiv {
		margin-top: 10%;
	}
}

/* ------------------------------ */

.obra-arte-wrapper, .book-outter {
	/*display: none;*/
}

/* -------- ESCONDE TEXTOS / ELEMENTO, MAS OS MANTÉM ACESSÍVEIS */

.offscreen {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

/* ------------------------------ */

.svg-container {
    padding: 100% 0px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.svg-container.svg-container {
    padding: 0px;
}

.svg-container svg {
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    position: absolute;
}


