@charset "utf-8";
/* CSS Document */
/* CSS dos links  da OPERANTAR */

#largura-fora {
  width: 100%;
}

#largura-dentro {
  width: 80%;
}

#topo {
  background-color: #2a67bd;
}

.folha {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
  padding: 1rem 1rem;
  border-radius: 3px;
  display: table;
  overflow: hidden;
  opacity: 1;
  /*transform: translate(0%, 0%) scale(0.9);*/
  text-align: center;
  margin: inherit;
}

p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  text-align: justify;
  /*margin-right: 25px;*/
  margin-right: 150px;
  margin-left: 150px;
}

li {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  text-align: justify;
  /*margin-right: 25px;*/
  margin-right: 150px;
  margin-left: 200px;
}

h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #369;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 20px;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  /*color: #fff;*/
  text-align: justify;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rodape {
  background-color: #2a67bd;
}

#copy {
  background-color: #036;
}

.links {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  padding-right: 25px;
  text-decoration: none;
}

.links a {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  text-decoration: none;
}

.links a:link {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  text-decoration: none;
}

.links a:visited {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  text-decoration: none;
}

.links:hover {
  color: #fc0;
  text-decoration: none;
  font-weight: bold;
}

#texto {
  width: 50%;
}

#logo {
  width: 85%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.pesquisadores {
  width: 150px;
  height: 200px;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 10px;
  border-radius: 10px;
}

.projetos {
  width: 180px;
  height: 180px;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 10px;
  border-radius: 50%;
  /*box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.2);*/
}

.social {
  width: 32px;
  height: 32px;
  /*float: left;*/
  margin-right: 10px;
  /*margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 50%;
  box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.2); */
}

.redes {
  text-align: right;
}

.projetos-pesquisadores {
  float: left;
  margin-top: 20px;
  box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.38);
  width: 50%;
}

.container-projects {
  width: 100%;
  float: left;
}

.blocos-projetos {
  margin-top: 20px;
  box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.38);
  width: 80%;
  display: inline-block;
}

.blocos-projetos p {
  margin-left: 13rem;
}

.noticias {
  width: 180px;
  height: 180px;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 10px;
}

.container-noticias {
  width: 100%;
  float: left;
}

.blocos-noticias {
  margin-top: 20px;
  box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.38);
  width: 80%;
  display: inline-block;
}

.blocos-noticias p {
  margin-left: 13rem;
  margin-right: 15px;
}

.blocos-noticias .titulo {
  color: #369;
  font-weight: bold;
}

.blocos-noticias .texto {
  font-size: 12px;
}

.pagina-noticia .foto {
  width: 50%;
}

.pagina-noticia .texto-imagem {
  text-align: center;
  font-size: 12px;
}

.silhueta {
  height: 1.5rem;
  float: inline-start;
  opacity: 0.5;
}
