.col-box-info-galeria {
  text-align: center;
}
.col-box-info-galeria h5 {
  font-family: 'GoogleSans-Regular';
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #868e96;
}
.col-box-info-galeria span {
  font-family: 'GoogleSans-Regular';
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #868e96;
}
.col-box-info-galeria {
	margin-bottom: 20px;
}
.col-box-info-galeria h4 {
  font-family: 'GoogleSans-Regular';
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #495057;
}
.col-box-galeria {
  float: left;
  margin-bottom: 15px;
}
.col-box-galeria img {
	-moz-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
	border-top-right-radius:8px;
	border-top-left-radius:8px;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.col-box-galeria:hover img {
	-moz-transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0);
	-webkit-transform: scale(1.0, 1.0);
	transform: scale(1.0, 1.0);
	border-radius: 0px;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.lg-sub-html h1 {
  font-family: 'GoogleSans-Bold';
  font-size: 1.5rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.lg-sub-html h2 {
  font-family: 'GoogleSans-Regular';
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.lg-backdrop.in {
  opacity: 0.6 !important;
}
.lg-actions .lg-next, .lg-actions .lg-prev,
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	background-color: #ffffff;
	color: #1864ab;
  border-radius: 50%;
}
.demo-gallery > ul > li a {
	border:none;
	border-radius: 3px;
	width: 100%;
}
.col-box-galeria h6 {
  color: red;
}
/*.lg-actions .lg-prev:after{
	content:"\e079" !important;
}
.lg-actions .lg-next:before{
	content:"\e095" !important;
}*/