@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bungee+Inline&display=swap');
@font-face {
    font-family: 'FonteLogo';
    src: url("../fontes/Young Spark.ttf");
}
@font-face {
    font-family: 'Fonte2';
    src: url("../fontes/OFL.txt");
}
body {
    font-family: Arial, sans-serif;
    background-color: #dddddd;
    color: rgba(0, 0, 0, 1);

}

div#interface {
    width: 1200px;
    background-color: #ffffff;
    margin: -20px auto 1px auto;
    box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    padding: 10px;
}

p {
    text-align: justify;
    text-indent: 50px;
}

a{
    color: #606060;
    text-decoration: none;
}

a:hover {
   text-decoration: underline;
  }

header#cabecalho img#icone {
    position: absolute;
    left: 1000px;
    top: 40px;
}

header#cabecalho {
    border-bottom: 1px #606060 solid;
    height: 200px;
    background: url("../imagem_jovem_ra/logo.png.png") no-repeat -645px 15px;

}
header#cabecalho h1 {
    font-family: 'FonteLogo', sans-serif;
    color: black;
    font-size: 25pt;
    padding: 1px;
    margin-top: 1px;

}

header#cabecalho h2 {
    font-family: 'Bungee Inline', sans-serif;
    color: black;
    font-size: 25pt;
    padding: 1px;
    margin-top: 1px;

}


/* Formatação de imagens com legendas */

figure.foto-legenda {
    position: relative;
;

}
figure.foto-legenda img{
    width: 100%;
    height: 100%;
}

figure.foto-legenda figcaption {
    opacity: 1%;
    position: absolute;
    top:10px;
    background-color: rgba(0 ,0 ,0, 0);
    color: deeppink;
    width: auto;
    height: auto;
    padding: 100px;
    box-sizing: border-box;
}
figure.foto-legenda:hover figcaption{
    opacity: 1;
    transition: opacity 1s;
}

/* Formatação do menu */

nav#menu {
    display: block;
}

nav#menu ul {
    list-style: none;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    left:600px;
}

nav#menu li {
    display: inline-block;
    background-color: lightgray;
    padding: 10px;
    margin: 2px;
    transition: background-color 1s;
}

nav#menu li:hover {
    background-color: #E1EDE0;

}

nav#menu h1 {
    display: none;

}

nav#menu a {
    color: black;
    text-decoration: none;
}

nav#menu a:hover{
    color: darkslategrey;
    text-decoration: underline;
}

section#corpo {
    display: block;
    width: 650px;
    float: left;
    border-right: 1px solid #606060;
    padding-right: 20px;
}

article#parte_principal h2 {
    font-size: 12pt;
    color: #606060;
    background-color: #dddddd;
    padding: 5px 0 5px 10px;
    margin: 10px 0 10px 0;


}

header#cabecalho_artigo h1 {
    font-family: 'FonteLogo', sans-serif;
    font-size: 20pt;
    color: #606060;
    margin-bottom: 0;
    margin-top: 0;

}

.direita {
    text-align: right;
}

header#cabecalho_artigo h2 {
    font-size: 11pt;
    color: #cecece;
    background-color: #ffffff;
    margin: 0;
}

header#cabecalho_artigo h3 {
    font-size: 12px;
    color: #606060;

}

table#tabelanoss {
    border: 1px solid #606060;
    border-spacing: 0;
    margin-left: auto;
}

table#tabelanoss td {
   border: 1px solid black;
    padding: 10px;
    text-align: center;
}

table#tabelanoss td.ce {
    color: #ffffff;
    background-color: #606060;
    font-weight: bold;

}

table#tabelanoss td.cd {
background-color: #cecece;
}

table#tabelanoss caption {
    color: black;
    font-size: 13pt;
    font-weight: bold;
}

aside#lateral {
    display: block;
    width: 500px;
    float: right;
    background-color: #dddddd;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

aside#lateral h1 {
    font-family: 'FonteLogo', sans-serif;
    font-size: 20pt;
    color: #606060;
    margin-top: 0;

}

aside#lateral h2 {
    background-color: #dddddd;
    font-size: 12pt;
    color: #606060;
    padding: 10px;

}


footer#rodape {
    clear: both;
    border-top: 1px solid #606060;
}

footer#rodape h4 {
    text-align: center;
}

#video2 {
    width: 90%; /* Fazem o player ocupar toda a largura do container */
    border-radius: 8px;
    margin-top: 10px;
}