.pesquisadores-link > .col-md-3 {
  position: relative;
  padding: 0.3rem;
}

.foto img {
  width: 100%;
}
.foto {
  cursor: pointer;
  background-color: rgba(18, 88, 12, 0.75);
  width: 270px;
  /* height: 282px; */
  /* width: 338px; */
  height: auto;
  overflow: hidden;
}
.content-links {
  display: none;
}

/* acho que tacar uma grid pra ficar texto e icone do lattes ficaria bom */
.pesquisador-nome p {
  margin: 0;
  color: white;
  width: 100%;
  font-size: 1.2rem;
  /* float: left; */
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
a.pesquisadores-link {
  float: left;
}

.pesquisador-nome {
  background-color: #49876e;
  height: 4rem;
  text-align: left;
  padding: 1rem 0rem 1rem 0rem;
  position: absolute;
  width: 83%;
  bottom: 0;
}

.title-hover {
  position: absolute;
  top: 2rem;
  display: none;
  color: white;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding: 2rem;
  z-index: 3;
}

.pesquisadores-link:hover .foto {
  z-index: 1;
  background-color: rgba(18, 88, 12);
}

.pesquisadores-link:hover .foto > img {
  opacity: 30%;
}

.pesquisadores-link:hover .title-hover {
  /* display: block; */
}

.lattes-ico,
img.lattes-ico4 {
  width: 9% !important;
  position: absolute;
  right: 1rem;

  top: 0.7rem;
}

/* falta os hovers */

.antiquebra {
  overflow: auto;
}
