#content-camara-equipe{
	padding-top: 15px;
	padding-bottom: 50px;
}
/* PESQUISA DE EQUIPES */
.pesq button {
	background-color: #1971c2;
	color: #fff;
	padding: 6px 10% 6px 10%;
	font-size: 14px;
	    width: 100%;
}
.pesq button:hover {
	background-color: #3689d6;
	color: #fff;
}
/*CONTEUDO DE QUIPES*/
.col-box-equipe{
	padding: 0px;
	border-radius: 10px;
	width: 100%;
	float: left;
	border: 1px solid #CCC;
	margin-bottom: 30px;
}
.col-box-equipe a .box-header-equipe{
  height: 155px;
  box-sizing: border-box;
  width: auto;
  /* background-color: #1971c2; */
  background-position: center top;
  position: absolute;
  top: 0px;
  right: 15px;
  left: 15px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* border-bottom: 10px solid #fcc419; */
}
.col-box-equipe a img{
	left: auto;
	right: auto;
	position: relative;
	z-index: 9;
	margin-top: 20px;
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
}
.col-box-equipe a .box-footer-equipe{
	padding-left: 15px;
	padding-right: 15px;
}
.col-box-equipe a .box-footer-equipe .box-body-equipe{
	min-height: 80px;
	width: 100%;
	float: left;
	padding: 10px 0;
}
.col-box-equipe a .box-footer-equipe .box-body-equipe h5{
	font-family: 'Roboto-Regular';
	color: #005fa4;
	font-size: 20px;
	margin-bottom: 5px;
	min-height: 46px;
}
.col-box-equipe a .box-footer-equipe .box-body-equipe h6{
	font-family: 'Roboto-Regular';
	color: #555;
	font-size: 16px;
	margin-bottom: 5px;
}
.col-box-equipe a:hover .box-header-equipe{
	opacity: 0.7;
	transition: 0.2s;
}
.col-box-pessoa span{
	font-weight: bolder;
}
/*EQUIPES INTERNA*/
.col-box-pessoa{
  font-family: 'Roboto-Regular';
	color: #555555;
}
.img-shape-circle{
	float: left;
	width: 250px;
	height: 250px;
	margin-right: 10px;
	border-radius: 50%;
	margin-right: 15px;
	shape-outside: circle();
	-moz-shape-outside: circle() !important;
}
.img-mesa-circle {
  border-radius: 10%;
}
/*MEDIA QUERY*/
@media only screen and (min-width : 320px) and (max-width: 767px){
	.img-shape-circle{
		float: none;
		left: auto;
		right: auto;
		margin: auto;
		display: block;
	}
}