.warp{
		width: 25%;
		/* height: 250px; */
		float: left;
		padding: 25px;
		position: relative;
		color: white;
	}
	.warp h3{
		text-transform: uppercase;
	}
	.barraEquipe{
		height: 50px;
   		width: 90%;
    	position: absolute;
    	bottom: -9px;
    	z-index: 2;
	}
	.foto img{
		width: 100%;
	}
	.foto{
		cursor: pointer;
		display: flex;
   		justify-content: center;
    	align-items: center;
	}
	.textoEquipe{
		text-align: justify;
	}
	.conteudoEquipe{
	    display: none;
		width: 90%;
		height: 91%;
		position: absolute;
		top: 25px;
		z-index: 1;
		padding: 10px 30px;
	}
	.foto:hover .conteudoEquipe{
		display: block;
	}
	.vermelha{
		background-color: #ad1923;
	}
	.laranja{
		background-color: #e24912;
	}
	.azul{
		background-color: #004b60;
	}
	.verde{
		background-color: #005840;
	}

	.vermelhaA{
		background-color: rgba(173,25,35,0.75);
	}
	.laranjaA{
		background-color: rgba(226,73,18,0.75);
	}
	.azulA{
		background-color: #337ac480;
	}
	.verdeA{
		background-color: rgba(0,88,64,0.75);
	}

	.vermelha a{
		background-color: #710c13;
	}
	.laranja a{
		background-color: #e24912;
	}
	/* .azul a{
		background-color: #004b60;
	} */
	.verde a{
		background-color: #005840;
	}

	.leiaMais{
		text-align: center;
		background-color: transparent!important;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	/* .leiaMais a{
		padding: 7px 20px;
		
		color: white;
		border-radius: 7px;
		text-decoration: none;
	} */
	.leiaMais a:hover{
		    filter: saturate(213%);
	}
	.barraEquipe{
		padding: 10px 0px
	}
	.barraEquipe .col-md-12 {
		padding: 0px;
	}
	.barraEquipe img{
		height: 100%;
	}