/*corpo*/
body {
    background-image: url("../_imagens/background2.jpg");
    background-color: black;
    font-family: 'Times New Roman', Times, serif;
    color: #F5FFFA;
    text-align: center;
    margin: 80px 0px 30px 0px;
}

h3{
    margin-left: 4px;
    margin-right: 4px;
}

h4 {
    margin-left: auto;
    margin-right: auto;
}

/*menu principal*/
.menu {
    position: fixed;
    background: black;
    width: 100%;
    top: 0px;
    z-index: 99;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;    
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: none;
    font-style: italic;
}

nav#principal > ul {
    list-style: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 90%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

nav#principal > ul > li {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background-color: #000000;
    box-shadow: none;
}

nav#principal li:hover {
    background-color: #606060;
}

nav#principal li:hover > .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    margin: 5px 5px 0px 0px;
    padding: 5px;
    text-align: left;
    background-color: #000000;
    box-shadow: 1px 1px 1px white;
}

.sub-menu li {
    margin: 0px 5px 0px 5px;
}

nav#principal a:link, a:visited, a:focus {
    text-decoration: none;
    outline: 0;
    color: white;
}

/*menu lateral*/
.menulat {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    visibility: visible;
    max-height: none;
}

.txtmenulat {
    background-color: black;
    font-style: italic;
    font-weight: bold;
    margin: 5px auto 5px auto;
}

/*links*/
a.artlink:link, a.artlink:visited, a.artlink:focus {
    text-decoration: none;
    outline: 0;
    color: #050d43;
    font-style: italic;
}

a.wlink:link, a.wlink:visited, a.wlink:focus {
    text-decoration: none;
    outline: 0;
    color: white;
}

a.latlink:link, a.latlink:visited, a.latlink:focus {
    text-decoration: 0;
    outline: 0;
    font-style: italic;
}

a.itemlink:link, a.itemlink:visited, a.itemlink:focus {
    text-decoration: 0;
    outline: 0;
    color: black;
}

/*sumario*/
.sumario {
    visibility: hidden;
    max-height: 0px;
}

/*blocos*/
.mestre {
    background-color: white;
    display: flex;
    color: black;
    font-size: 1.1em;
    padding-top: 0px;
}

.retangulo {
    width: 49%;
    margin: 10px 0.5% 10px 0.5%;
    position: relative;
    padding: 0px;
}

.vertical {
    width: 24%;
    margin: 10px 0.5% 10px 0.5%;
    padding: 0px;
}

.quadro {
    width: 100%;
    float: left;
}

.faixa {
    margin-top: 0px;
    background-color: black;
    font-size: 100%;
    font-style: italic;
    font-weight: bold;
    border-bottom: 1px solid white;
    padding: 0px;
}

.lateral {
    width: 20%;
    margin: 0px 0.5% 0px 0.5%;
    padding: 0px;
}

.lateral2 {
    position: relative;
    float: left;
    width: 20%;
    margin-bottom: 0px;
}

.lateral3 {
    position: relative;
    float: left;
    width: 33%;
    margin-bottom: 20px;
}

.centro {
    width: 60%;
    margin: 0px 0.5% 0px 0.5%;
    position: relative;
    padding: 0px;
    font-size: 1.2em;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.centronoticia {
    width: 60%;
    margin: 0px 0.5% 0px 0.5%;
    position: relative;
    padding: 0px;
    font-size: 1.2em;
    border: 1px solid black;
}

.metade {
    width: 50%;
    float: left;
    font-size: 1.8em;
}

.adendo {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

/*textos*/
h1 {
    font-style: italic;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5em;
    padding-top: 0px;
    padding-bottom: 2px;
}

ul {
    text-indent: 0px;
}

li {
    margin-bottom: 10px;
}

.texto {
    text-align: justify;
    text-indent: 5%;
    padding: 0px 2% 0px 2%;
}

.creditos {
    font-size: 70%;
    text-align: left;
    padding-left: 2%;
}

.creditos2 {
    font-size: 70%;
    text-align: center;
    padding-left: 2%;
}

.ficha {
    font-size: 70%;
    text-align: justify;
    padding: 0px 2% 2px 2%;
}

.rotulo {
    font-size: 80%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.rotulo2 {
    font-size: 80%;
    text-align: justify;
    text-indent: 5%;
    margin-left: 10%;
    margin-right: 10%;
}

.txtlat {
    font-size: 80%;
    text-align: justify;
    text-indent: 5%;
}

.ullat {
    font-size: 80%;
    text-indent: none;
    text-align: left;
    padding-left: 5%;
}

.listlat {
    font-size: 80%;
    text-align: left;
}

.pagina {
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    margin-top: 0px;
}

.formula {
    border: 1px solid red;
    margin-left: 30%;
    margin-right: 30%;
}

/*imagens*/
.mesclada {
    width: 100%;
    display: flex;
}

.rede {
    width: 3%;
}

.img300 {
    width: 38%;
}

.img320 {
    width: 35.8%;
}

.img360 {
    width: 40.7%;
}

.img400 {
    width: 50.7%;
}

.img450 {
    width: 50%;
}

.img500 {
    width: 63.5%;
}

.img600 {
    width: 76.44%;
}

.img640 {
    width: 72%;
}

.img670 {
    width: 85%;
}

.img720 {
    width: 81.5%;
}

.img800 {
    width: 90.3%;
}

.imglat200 {
    width: 76.5%;
}

.imglat230 {
    width: 78%;
}

.imglat250 {
    width: 95.5%;
}

.imglat270 {
    width: 91.5%;
}

.imglat280 {
    width: 94%; 
}

.imgmet200 {
    width: 45%;
}

.imgmet350 {
    width: 78.8%;
}

.imgformula {
    width: 11.5%;
}

.imgtot500 {
    width: 32.5%;
}

/*videos*/

.video80 {
    width: 80%;
}

.video90 {
    width: 90%;
}

/*containers*/
#container {
    display: inline-block;
    position: relative;
    margin: auto;
    width: 100%;
    overflow: auto;
}
  
#container assunto {
    position: absolute;
    top: 2%;
    left: 1%;
    font-size: 1.2em;
    background-color: white;
    color: black;
    padding: 1px 2px 1px 2px;
}

#container redacao {
    position: absolute;
    top: 2%;
    left: 1%;
    font-size: 1.2em;
    background-color: white;
    color: black;
    padding: 1px 2px 1px 2px;
}

#container chamtop {
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    color: white;
}

#container chammiddle {
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    color: white;
}

#container chamtop2 {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    color: black;
}

#container chamada1 {
    position: absolute;
    bottom: 15%;
    left: 10%;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    color: white;
}

#container chamada2 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: yellow;
}

#container chamada3 {
    position: absolute;
    bottom: 15%;
    left: 10%;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    color: black;
}

#container chamada4 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color:#711212;
}

#container chamada5 {
    position: absolute;
    bottom: 5%;
    left: 10%;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color:black;
}

#container chamada6 {
    position: absolute;
    bottom: 15%;
    left: 10%;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    color:white;
}

#container chamada7 {
    position: absolute;
    bottom: 15%;
    left: 10%;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    color: black;
}

#container descricao {
      position: absolute;
      bottom: 2%;
      left: 1%;
      right: 1%;
      font-size: 0.8em;
      text-align: justify;
      text-indent: 5px;
      padding: 0px 10% 0px 10%;
      background-color: white;
      padding: 1px 2px 1px 2px;
      color: black;
}