@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@font-face {
    font-family: 'FonteLogo';
    src: url('../fonts/BubblegumSans-Regular.ttf');
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
    font-family: 'Titillium Web', sans-serif;
    background-color: #dddddd;
}

div#interface {
    width: 1000px;
    background-color: white;
    margin: -20px auto 0px auto;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}

p {
    text-align: justify;
    text-indent: 50px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: #606060;
}

a:hover {
    text-decoration: underline;
}

header#cabecalho img#icone {
    position: relative;
    left: 810px;
    top: -10px;
}

header#cabecalho {
    border-bottom: 1px solid #606060;
    height: 150px;
    background: url("../imagens/Google_Glass-LogoPP.png") no-repeat 0px 40px;    
}

header#cabecalho h1 {
    font-family: 'FonteLogo', Helvetica, sans-serif;
    font-size: 30pt;
    color: #606060;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    padding: 0px;
    margin-bottom: 0px;
}

header#cabecalho h2 {
    font-family: "Titillium Web", Helvetica, sans-serif;
    color: #888888;
    font-size: 15pt;
    padding: 0px;
    margin-top: 0px;
}

/* Estilo para a figura com legenda */
figure.foto-legenda {
    position: relative;  
    border: 4px solid white;
    box-shadow: 1px 1px 4px black;
}

figure.foto-legenda img {
    width: 100%;
    height: 100%;
}

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 0.5s ease-in-out;
}

figure.foto-legenda:hover figcaption {
    opacity: 1;
}

/* Estilo para o menu */

nav#menu {
    display: block;
}

nav#menu ul {
    list-style: none;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    left: 45%;
}

nav#menu li {
    display: inline-block;
    background-color: #dddddd;
    padding: 10px;
    margin: 2px;
    transition: background-color 0.3s ease;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

nav#menu li:hover {
    background-color: #606060;
}

nav#menu li:hover a {
    color: white;
}

nav#menu h1 {
    display: none;
}

nav#menu a {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease;
}

section#corpo {
    display: block;
    width: 550px;
    float: left;
    border-right: 1px solid #606060;
    padding-right: 15px;
}

article#noticia-principal h2 {
    font-size: 12pt;
    color: #606060;
    background-color: #dddddd;
    padding: 5px 0px 5px 10px;
    margin: 10px 0px 10px 0px;
}

header#cabecalho-artigo h1 {
    font-family: 'FonteLogo', Helvetica, sans-serif;
    font-size: 20pt;
    color: #606060;
    margin-bottom: 0px;
    margin-top: 0px;
}

.direita {
    text-align: right;
}

header#cabecalho-artigo h2 {
    font-size: 13pt;
    color: #cecece;
    background-color: white;
    margin: 0px;
}

header#cabecalho-artigo h3 {
    font-size: 12pt;
    color: #606060;
}

table#tabela-spec {
    border: 1px solid #606060;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
}

table#tabela-spec td {
    border: 1px solid #606060;
    padding: 10px;
    text-align: right;
    vertical-align: top;
}

table#tabela-spec td.ce {
    color: white;
    background-color: #606060;
    font-weight: bold;
}

table#tabela-spec td.cd {
    background-color: #cecece;
    text-align: left;
}

table#tabela-spec caption {
    color: #888888;
    font-size: 13pt;
    font-weight: bolder;
}

table#tabela-spec caption span {
    display: block;
    float: right;
    color: black;
    font-size: 8pt;
    margin-top: 10px;
}

aside#lateral {
    display: block;
    width: 400px;
    float: right;
    background-color: #dddddd;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.4);
}

aside#lateral h1 {
    font-family: 'FonteLogo', Helvetica, sans-serif;
    font-size: 20pt;
    color: #606060;
    margin-top: 0px;
}    

aside#lateral h2 {
    background-color: #606060;
    font-size: 12pt;
    color: white;
    padding: 5px;
}

iframe#video-lateral {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

video#video-lateral {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

video#video-esquerda {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

footer#rodape {
    clear: both;
    background-color: #606060;
    color: white;
    text-align: center;
    font-size: 12pt;
    padding: 5px;
}

footer#rodape a {
    text-decoration: none;
    color: white;
    border-top: 1px solid #606060;
}

footer#rodape:hover a {
    color: #0a0dda;
    transition: 0.5s ease-in-out;
}

footer#rodape p {
    text-align: center;
    margin: 4px;
}