#Galeria_fots{
 width: 100%;
}
.obj_gal{
	width: 25%;
	height: auto;
	margin-right: 12.5%;
	margin-bottom: 25px;
  	background: #aaa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.obj_gal:nth-child(3n){
	margin-right: 0;
}
.obj_gal img{
	width: 96%;
  margin: 10px 0 10px 2%;
	height: auto;
}.pl_descr{
	height: 60px;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	font-size: 1em;
}

.NomeGal{
	background: #aaa;
	width: 100%;
	height: 70px;
	line-height: 18pt;
	color: #333;
  font-size: 14pt;
	padding: 5px 0px 5px 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	cursor: pointer;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
}
.NomeGal span{
  	width: 100%;
    	font-size: 14pt;
    	text-align: center;
  	margin: 8px;
}



.but_maisH{
	line-height: 28pt;
	border-radius: 10pt;
	width: 30%;
	color: #fff;
	font-size: 12pt;
	text-align: center;
	background: transparent;
	margin-top: 20px;
	background: #029ee8;
	border: none;
}
