#banner{
	width: 100%;
	height: 500px;
	overflow: hidden;
	background-color: #2E368E;
	background-image: url("../images/banners/quem-somos.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.texto{
	text-align: justify;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 24px;
	color: #231F20;
	width: 100%;
}
.iso{
	width: 100%;
	height: 152px;
	background-image: url("../images/iso.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ex{
	width: 100%;
	height: 154px;
	background-image: url("../images/ex.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 60px;
}
.certTitle{
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	margin: 30px 0 10px 0;
	color: #CDB34E;
}

.missaoblk, .visaoblk, .valoresblk{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100px;
	padding-left: 120px;
	margin-top: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100px;
}
.missaoblk{
	background-image: url("../images/missao.png");
}
.visaoblk{
	background-image: url("../images/visao.png");
}
.valoresblk{
	background-image: url("../images/valores.png");
}
.missaoTitle{
	font-weight: 600;
	color: #2E3690;
}

/* LANDSCAPE */
@media (max-width: 1300px){
	#banner{
		height: 417px;
	}
}

@media (max-width: 1100px){
	#banner{
		height: 333px;
	}
}

@media (max-width: 900px){
	#banner{
		height: 372px;
		background-image: url("../images/banners/quem-somos-mobile.jpg");
	}
}
@media (max-width: 800px){
	#banner{
		height: 319px;
	}
}
@media (max-width: 700px){
	#banner{
		height: 266px;
	}
	.missaoblk, .visaoblk, .valoresblk{
		text-align: left;
	}
}
@media (max-width: 600px){
	#banner{
		height: 213px;
	}
	
}
@media (max-width: 500px){
	#banner{
		height: 160px;
	}
	.missaoblk, .visaoblk, .valoresblk{
		height: auto;
		padding-left: 0px;
		padding-top: 120px;
		margin-top: 40px;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100px;
		text-align: center;
	}
}