.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: 272px;
		height: 282px;
	}


/* acho que tacar uma grid pra ficar texto e icone do lattes ficaria bom */
	.pesquisador-nome p{
		margin: 0;
		color: white;
		width: 70%; 
	} 

	.pesquisador-nome {
		background-color: rgba(18,88,12);
		height: 7rem;
		text-align: left;
		padding: 1.5rem 2rem 1rem 2rem;
		position: absolute;
		width: 98%;
		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{
		width: 80% !important;
	}

	/* falta os hovers */