body {
    font-family: 'Ubuntu', sans-serif;
    background-color: #1b1b1b;
    width: 100%4;
  }
  
/* barra de navegação */

.navbar {
  background-color: #dcdcdc;
  
}

.topnav {
  overflow:hidden;
  background-color: #dcdcdc;
  position: fixed;
  top: 0;
  width: 80%;
  margin:0 10%;
}
  
.topnav a {
  color: rgb(25,25,25);
  margin:20px 10px;
  text-decoration: none;
  font-size: 17px;
  float: right;  
}
  
.topnav .logo {
  height: 60px;
  float: left;
}

.topnav a:hover {
  font-weight: bold;
  color: black;
}

.topnav .icon {
  display: none;
}

ul {
  text-decoration: none;
  list-style: none;
}


/* barra de navegação responsivo*/

@media screen and (max-width: 660px) {
  .topnav a {
    display: none;
  }
  
  .resumo{
    display: none;
  }
  
  .topnav a.icon {
    float: right;
    display: block;
    color:rgb(125,125,125);
  }

  .topnav.responive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0px;
    top: -30px;
    padding: 0px 10px;
  }

  .topnav.responsive a {
    float: none;
    display:block;
    text-align:right;
    margin-top: 50px;
    margin-bottom:0;
  }

  ul li {
    margin:0 0 30px 0;
  }
}
 

@media screen and (max-width: 1300px) {
  
  .texteditor {
    margin:0 25% 0 20%;
  }

  .fotoeditor{
    margin: 0 15%;
  }

}
  
/* titulo da página */

div.title{
  text-align: center;
}

div h1{
  color: #ff9900;
  font-size: 1.8vh;
  margin-bottom: 2em;
  margin-top: 2em;
}

hr {
  height: 2px;
  width: 80%;
  border-width: 0;
  color: #ff9900;
  background-color: #ff9900;
}

/* indexação */

.indexout {
  border: 2px solid red;
  width: 100%;
}

.indexlogo {
  width: 80%;
  margin: 0 10%;
}

.indexlogo img {
  margin: 10px 10px 10px 10px;
}

/* lista de artigos*/

.Tout {
  width: 100%;
}

.Tin {
  width: 80%;
  margin: 0 10%;
}

table {
  width: 100%;
  color: white;
}

.linhaeditorial .colunadois {
  font-size: 1.2em;
}

.linhatitulo .colunadois {
  font-size: 1.2em;
}

td.colunaum {
  width: 120px;
}

td.colunadoisA, td.colunadoisB {
  color: #cacaca;
}

td a {
  text-decoration: none;
  color: white;
}

td a:hover {
  font-weight: bold;
}

td.c1 {
  width: 20%;
  background-color: grey;
}

td.c2 {
  width: 20%;
  background-color: black;
}

.resumo{
  width: 100%;
}

.tresumo {
  color: white;
  width: 80%;
  margin: 0 10%;
}

.tresumo .tres {
  margin-bottom: -15px;
  margin-top: 25px;
  font-weight: bold;
}


/* lista de revistas */

.lista a{
  color: white;
  text-decoration: none;
}

.lista a:hover{
  font-weight: bold;
}


/* corpo de texto*/

.corpobase{
  width: 100%;
}

.corpo{
  width: 80%;
  margin:0 10%;
}

h2, h3, h4 {
  color: #ff9900;
}

h2 {
  font-size: 24pt;
  margin-top: 90px;
}

h3{
  font-size: 16pt;
}

div h4 {
  font-size: 12pt;
}

p{
  color:rgb(200, 200, 200);
}


.corpobase a:link {
  color: white;
}

.corpobase a:visited {
  color: white;
}

.corpobase a:hover {
  color: white;
  font-weight: bold;
}

.padded {
  padding-left: 40px;
}

.fotoeditor {
  height: 250px;
  border: 2px solid #ababab;
  border-radius: 100%;
}

.texteditor {
  color: white;
  width: 75%;
  float: right;
  font-weight: normal;
  text-align: left;
}

.corpo2{
  color: white;
}

.infolegal{
  color: gray;
}

.title {
  padding-top: 60px;
}

.title h1 {
  font-size: 2.5em;
}

