 @charset "UTF-8";
@import url ('https://fonts.googleapis.com/css2? family = Titillium + Web: wght @ 200 & display = swap');
@font-face{
	font-family: 'fontelogo';
	src: url(../_fonts/dum1shad.ttf);
}

body {
	 font-family: Gothic720 BT, Arian, Sans-serif;
     background-color: #f5f6ff;
     color: rgba(0,0,0,1);
}

div#interface{
	width: 1000px;
	background-color: white;
	margin: 0px auto 10px auto;
	box-shadow: 0px 0px 10px rgba(41,50,72,.5);
	padding: 20px;
}

p {
     text-align: justify;
     text-indent: 50px;
}

a{
	color: #7582f8;
	text-decoration: none;
	font-weight: 600;
}

a:hover{
	text-decoration: underline;
}

header#cabecalho img#icone{
	position: absolute;
	left: 1050px;
	top: 100px;
}

header#cabecalho{
	border-bottom: 1px #9596a8 solid;
	height: 150px;
	background: url("../_imagens/glass-logo-peq.jpg") no-repeat 0px 100px;
}

header#cabecalho h1{
	font-family: fontelogo, sans-serif;
	font-size: 30pt;
	color: #152228;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	padding: 0px;
	margin-bottom: 0px;
}

header#cabecalho h2{
	font-family: Titillium Web, sans-serif;
	font-size: 21pt;
	color: #9596a8;
	padding: 0px;
	margin-top: 0px;
}

/* Formatação de imagens com legenda */

figure.foto-legenda{
	position: relative;
	border: 8px solid white;
	box-shadow: 1px 1px 4px black;
}

figure.foto-legenda img{
	width: 100%;
	height: auto;
}

figure.foto-legenda figcaption {
	 opacity: 0;
     position: absolute;
	 top: 0px;
	 background-color: rgba(0,0,0,.4);
	 color: white;
	 width: 100%;
	 height: 100%;
	 padding: 10px;
	 box-sizing: border-box;
	 transition: opacity 1s;
}

figure.foto-legenda:hover figcaption {
     opacity: 1;
}

/* Formatação do Menu */

nav#menu{
	display: block;
}

nav#menu ul{
	list-style: none;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 450px;
}

nav#menu li{
	display: inline-block;
	background-color: #9596a8;
	padding: 10px;
	margin: 2px -2px 2px -2px;
	transition: background-color 1s;
	font-size: 16pt;
}

nav#menu li:hover{
	background-color: #556288;
}

nav#menu h1{
	display: none;
}

nav#menu a{
	color: #152228;
	text-decoration: none;
}

nav#menu a:hover{
	color: #ffffff;
}

section#corpo{
	display: block;
	width: 600px;
	float: left;
	border-right: 1px solid #9596a8;
	padding: 10px;
}

article#noticia-principal h2{
	font-size: 21pt;
	color: #495268;
	background-color: #f5f6ff;
	padding: 5px 0px 5px 10px;
	margin: 10px;
}

header#cabecalho-artigo h1{
	font-family: 'fontelogo', sans-serif;
	font-size: 24pt;
	color: #152228;
	margin-bottom: 0px;
}

.direita{
	text-align: right;
}

header#cabecalho-artigo h2{
	font-size: 18pt;
	color: #495268;
	background-color: #fff;
	margin-top: 0px;
}

header#cabecalho-artigo h3{
	font-size: 12pt;
	color: #556278;
}



table#tabelaspec{
	border: 1px solid #9596a8;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}

table#tabelaspec td{
	border: 1px solid #9596a8;
	padding: 5px;
}

table#tabelaspec td.ce{
	color: #152228;
	background-color: #d5e6f8;
}

table#tabelaspec td.cd{
	background-color: #d5f6d8;
}

table#tabelaspec caption{
	color: #152228;
	font-size: 12pt;
	font-weight: 600;
}

table#tabelaspec caption span{
	display: block;
	float: right;
	color: #558268;
	font-size: 8pt;
	margin-top: 10px;
}

div#mini02{
	width: 400px;
	height: 224px;
	margin: auto;
	background: url("../_imagens/video-mini02.jpg") no-repeat;
}

video#vid1{
	display: block;
	position: relative;
	left: 0px;
	top:  0px;
	width: 400px;
}

aside#lateral{
	display: block;
	width: 350px;
	float: right;
	background-color: #f2f6ff;
	padding: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

div#mini01{
	width: 340px;
	height: 190px;
	margin: auto;
	background: url("../_imagens/video-mini01-340x190.jpg") no-repeat;
}

aside#lateral h1{
	font-family: 'fontelogo', sans-serif;
	font-size: 21pt;
}

aside#lateral h2{
	font-family: Gothic720, Arial, sans-serif;
	font-size: 16pt;
	color: #495268;
}

video#vid2{
	display: block;
	position: relative;
	left: 0px;
	top:  0px;
	width: 340px;
}

footer#rodape{
	clear: both;
	border-top: 1px solid #9596a8;
}

footer#rodape p{
	text-align: center;
}
