.each-prof{
	width: calc(33% - 20px);
    float: left;
    margin-right: 35px;
    margin-top: 20px;
    background: #fff;
    padding-bottom: 15px;
    border-radius: 0 0 4px 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 1px 7px 1px #ccc;
    -moz-box-shadow: 0px 1px 7px 1px #ccc;
    -webkit-box-shadow: 0px 1px 7px 1px #ccc;
}

.img-prof{
	margin-bottom: 15px;
	position: relative;
}

.img-prof img{
	width: 100%;
	height: 100%;
}

.img-prof:hover .hover{
	display: block;
}

.img-prof .hover{
	width: 100%;
    height: 100%;
    background: #00000091;
    float: left;
    z-index: 100;
    position: absolute;
    top: 0px;
    display: none;
}

.nome{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 10px;
}

.atuacao{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: center;
	padding: 3px 10px;
}

@media screen and (min-width: 1000px){
	.each-prof:nth-child(3n + 0){
		margin-right: 0px;
	}
}

@media screen and (max-width: 999px){
	.each-prof {
	    width: calc(50% - 12px);
	    margin-right: 12px;
	}

	.each-prof:nth-child(2){
		margin-right: 0px;
	}


.nome{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 10px;
}



@media screen and (max-width: 480px){
	.each-prof {
	    width: 100%;
	    margin-right: 0px;
	}
}






