.parceiros{

float: left;

width: 100%;

display: block;

overflow-x: hidden;


}

.parceiros .quem_somos
{

width: 100%;

padding-top: 70px;
float: left;

}

.parceiros .parceiros_box
{

width: 100%;

padding-bottom: 200px;
float: left;

}


.parceiros .quem_somos h1{

	margin-top: 0px;
	margin-bottom: 30px;
	color: #000;
	position: relative;
	display: inline-block;
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	float: left;

}

.parceiros .quem_somos p
{
	font-size: 13px;
	color: #000;
	line-height: 22px;
	position: relative;
	display: inline-block;
	text-align: justify;
	float: left;
	width: 100%
}

.beforeh2::before {
    background-color: #FEC32B;
    position: absolute;
    height: 2px;
    width: 30%;
    content: "";
    left: 0px;
    bottom: -10px;
}

.parceiro{
	width: calc(100% / 5 - 10px);
	height: 150px;
	border: solid 1px #DDD;
	float: left;
	position: relative;
	border-radius: 5px;
	margin: 5px;
	overflow: hidden;
}

.parceiro img{
	position:absolute;
	margin:auto;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	max-height: 90%;
	max-width: 90%;
}

.parceiro:hover { 
	border-color: #FEC32B; 
}

