@import url(fonts/fonts.css);

@-webkit-keyframes arrow { 
    0% { background-position: 50% 50%; }
    33% { background-position: 50% 70%; }
    66% { background-position: 50% 30%; }
}
@keyframes arrow {
    0% { background-position: 50% 30%; }
    50% { background-position: 50% 70%; }
}

*
{
	font-family: "Helvetica Neue", sans-serif;
}

header
,section
,footer
,aside
,nav
,article
,figure
{
	display: block;
} 


body
{
	color: #4B5055;
	background-color: #0a0a0a;
	/*background-image: url(imagens/fundo1.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 130px 0 0;*/
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
}

a
{
	color: rgb(100, 200, 255);
	cursor: pointer;
	text-decoration: none;
	outline: none;
	/*text-shadow: 0px 0px 5px #b06000;*/
	-webkit-transition: text-shadow 250ms;
	-moz-transition: text-shadow 250ms;
	-ms-transition: text-shadow 250ms;
	-o-transition: text-shadow 250ms;
	transition: text-shadow 250ms;
}
a:hover
{
	color: inherit;
	text-shadow: 0px 0px .3em #ffffff;
}
a > img
{
	vertical-align: text-bottom;
	border: none;
}



p
{
	text-indent: 2em;
	margin: 0 0 1em 0;
	font: inherit;
	line-height: 1.5em;
	text-align: justify;
}
p:last-child
{
	margin-bottom: 0;
}


ol
{
	list-style-position: outside;
	font: inherit;
	margin: 1em 1em 1em 3em;
	padding: 0;
}
ul
{
	list-style: square outside;
	font: inherit;
	margin: 1em 1em 1em 3em;
	padding: 0;
}
h2 + ul
{
	margin-top: .5em;
	margin-left: 0;
	font-size: 12px;
	list-style: none;
}
li
{
/* 	line-height: 1.4em; */
	margin: .4em 0;
	font-weight: 200;
}
li:first-child
{
	margin-top: 0;
}
li:last-child
{
	margin-bottom: 0;
}
li:nth-child(even)
{
/*	background-color: #202020;*/
}
li .ficheiro
{
	display: inline-block;
	margin-left: 1em;
}

dt
{
	font-weight: bold;
	margin-top: .75em;
}
dt:first-child
{
	margin-top: 0;
}
dt > a
{
	font-weight: normal;
}
dd
{
	margin: 0;
}

blockquote
{
	margin: 1em 0;
	padding: 1em;
	font-style: italic;
	font-size: 15px;
}
blockquote > footer
{
	text-align: right;
	font-style: normal;
}
blockquote > footer:before
{
	content: '\2014\A0';
}

pre
{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

h1,
h2,
h3,
h4,
.titulo
{
	width: auto;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}

h1
{
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 .25em;
	color: rgb(100, 200, 255);
}
h2
{
	font-size: 17px;
	margin: 0 0 .25em;
	font-weight: 300;
/* 	color: black; */
}
h3
{
	letter-spacing: 0;
	font-size: 12px;
}
h4
{
	font-weight: normal;
}

th
{
	text-align: left;
	vertical-align: top;
}




.botao
,a.botao
{
	width: 1.71em;
	height: 2em;
	line-height: 2em;
	box-shadow: 0 0 .29em rgba(220,220,220,1);
	overflow: hidden;
	text-align: center;
	background-color: white;
	color: #4B5055;
	border-radius: .34em/.28em;
	opacity: 1;
	-webkit-transition: all 200ms, opacity 250ms, top 350ms;
	-moz-transition: all 200ms, opacity 250ms, top 350ms;
	-ms-transition: all 200ms, opacity 250ms, top 350ms;
	-o-transition: all 200ms, opacity 250ms, top 350ms;
	transition: all 200ms, opacity 250ms, top 350ms;
}
.botao:hover
,a.botao:hover
{
	text-shadow-color: #a0a0a0;
}

.arrow
{
	border-radius: 100%;
	width: 60px;
	height: 60px;
	background-image: url('imagens/arrow.svg');
	background-repeat: no-repeat;
	background-position: 50% 30%;
	background-size: 40%;
	display: block;
	-webkit-animation: arrow 1s cubic-bezier(.5, 0, .5, 1) infinite;
	animation: arrow 1s cubic-bezier(.5, 0, .5, 1) infinite;
	transition: 300ms box-shadow;
}
.arrow:hover
{
	box-shadow: 0 0 3px 1px white;
}

.fixo
{
	visibility: visible;
}


.imagem
{
	opacity: 1;
}


.ficheiro > img
{
	margin-right: .15em;
}
.ficheiro > span
{
	display: inline-block;
	font-size: 11px;
	margin-left: .5em;
	color: #C0C0C0;
	text-shadow: none;
}



.clear
{
	clear: both;
}




a.nota
{
	vertical-align: super;
	font-size: 10px;
	line-height: 0.9em;
}
a.nota:before
{
	content: '[';
}
a.nota:after
{
	content: ']';
}

.notas
{
	border-top: 1px dotted black;
	font-size: 10px;
	margin: 3em 0 1em 0 !important;
}
.notas > ul
{
	list-style: none;
	margin: 1em 0 1em 1em;
}
.notas > ul > li
{
	background-color: transparent;
}
.notas > ul > li > a:first-child
{
	margin-right: 1em;
}




.caixa
{
	margin: 1em 0;
/* 	border-top: 1px dotted #D0D0D0; */
	padding: 0 15px;
	overflow: hidden;
}
.caixa div
{
	width: auto;
	margin: 0;
	padding: 0;
}
.caixa > .corpo
{
	line-height: 1.2em;
	width: auto;
	text-align: left;
	padding: 0 1em 0 1em;
	background-color: transparent;
	font-size: 15px;
}



.caixa.direita
{
	float: right;
	width: 250px;
	margin: 0 0 1em 25px;
	padding-right: 0;
	padding-left: 0;
/* 	border-radius: 5px 0 0 5px; */
	overflow: visible;
}




.caixa.mensagem
{
	background-color: white;
	position: relative;
	margin: 15px auto;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 4px 0 #A0A0A0;
}
.caixa.mensagem > .corpo
{
	width: auto;
	min-height: 53px;
	padding: 0 0 0 70px;
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
}
.caixa.mensagem > .corpo h1
{
	letter-spacing: normal;
	margin: 0 0 .25em 0;
	font-weight: bold;
	font-size: 15px;
}
.caixa.mensagem > .corpo p
{
	margin: .5em 0;
}
.caixa.mensagem > .corpo .ajuda
{
	font-size: 12px;
}


.caixa.mensagemNormal > .corpo
{
}
.caixa.mensagem.mensagemSucesso
{
	background-color: #DAFFD0;
}
.caixa.mensagem.mensagemSucesso > .corpo
{
	background-image: url('imagens/semaforo_verde.gif');
}
.caixa.mensagem.mensagemAlerta
{
	background-color: #FFFFD0;
}
.caixa.mensagem.mensagemAlerta > .corpo
{
	background-image: url('imagens/semaforo_amarelo.gif');
}
.caixa.mensagem.mensagemErro
{
	background-color: #FFDAD0;
}
.caixa.mensagem.mensagemErro > .corpo
{
	background-image: url('imagens/semaforo_vermelho.gif');
}
.caixa.mensagem.mensagemNota
{
}
.caixa.mensagem.mensagemNota > .corpo
{
	background-image: url('imagens/ponto_exclamacao.gif');
}
.caixa.mensagem.mensagemPergunta
{
}
.caixa.mensagem.mensagemPergunta > .corpo
{
	background-image: url('imagens/ponto_interrogacao.gif');
}
.caixa.mensagem.mensagemStop
{
}
.caixa.mensagem.mensagemStop > .corpo
{
	background-image: url('imagens/stop.gif');
}





.ligacoes
{
	margin: 1em 0;
	text-align: left;
	width: inherit;
	font-size: 12px;
}
.ligacoes li
{
	list-style: none;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	vertical-align: bottom;
	padding: 0 1.5em 0 0;
	margin: 0;
	background-color: transparent;
}







.linguas
{
	float: right;
	margin: .5em 0 0 0;
	padding: 0;
}
.linguas li
{
	padding: 0;
	margin: 0 .5em;
	font-size: 11px;
}





.separador
{
	margin: 3em 0 2em 0;
	padding: 0 25px;
}
.separador:first-child ~ .separador:nth-child(even)
,:not(.separador):first-child ~ .separador:nth-child(odd)
{
/* 	background-color: #FAFAFA; */
}
.separador:after
{
	content: ' ';
/* 	clear: both; */
	display: block;
	height: 1px !important;
	font-size: 1px !important;
	background-color: white !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}
.separador:first-child
,.direita + .separador
{
/* 	margin-top: 1em; */
}
.separador:last-child
{
	margin-bottom: 0;
}
.separador ul
{
/* 	list-style: none; */

}
.separador > h1
{
	letter-spacing: -1px;
	display: block;
/*	text-transform: lowercase;*/
	padding-bottom: .25em;
	margin-bottom: .5em;
	border-bottom: 1px dotted grey;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
}
.separador > * + h1
{
	margin-top: 20px;
}

.separador > .separador
{
	margin: 1.5em 0 1em 0em;
}
.separador > .separador > h2
{
	font-size: 13px;
}
