.total-quemsomos-interno .titulo-padrao-home{
	display: table;
	margin: 0 auto;
}
.total-quemsomos-interno .bola-esquerda, .total-quemsomos-interno .bola-direita{
	float: left;
	width: 10px;
	height: 10px;
	background:#FF706F;
	margin-top: 18px;
	border-radius: 100px; 
}
.total-quemsomos-interno .bola-esquerda{
	margin-right: 15px;
}
.total-quemsomos-interno .bola-direita{
	margin-left: 15px;
}
.total-quemsomos-interno .texto-titulo{
	float: left;
	color: #FF706F;
	font-weight: 400;
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
}
.total-quemsomos-interno{
	padding-top: 75px;
	padding-bottom: 75px;
}
.texto-quem-somos{
	width: 50%;
	color: #787878;
	margin:0 auto;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 80px;
	font-family: 'Montserrat', sans-serif;
}
.texto-quem-somos p{
	width: 100%;
	color: #787878;
	margin:0 auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
	margin-top: 60px;
	font-family: 'Montserrat', sans-serif;
}
.fotos-quem-somos{
	float: left;
	min-height: 302px;
}
.fotos-quem-somos img{
	width: 100%;
	display: block;

}
.ft-15{
	margin-top: 85px;
	width: 15%;
}
.ft-20{
	margin-top: 55px;
	width: 20%;
}
.ft-30{
	width: 30%;
}
.ft-33{
	width: 33.333%;
}
.ft-50{
	width: 50%;
}
.ft-100{
	width: 100%;
}
.campo-imagem-quem-somos{
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 767px){
	.texto-quem-somos{
		width: 100%;
		text-align: center;
	}
	.texto-quem-somos p{
		font-size:12px;
	}
	.campo-imagem-quem-somos{
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		margin-bottom: 20px;
		min-height: 10px;
		height: auto;
	}
	.fotos-quem-somos{
		width: 100% !important;
		float: none;
		min-height: 10px;
		height: auto;
	}
	.ft-15{
		margin-top: 0px;
	}
	.ft-20{
		margin-top: 0px;
	}
}