/* Lista */
.col-box-galerias {
	padding: 12px;
	background-color: #fff;
	border-radius: 5px;
  margin-bottom: 20px;
}

.col-box-galerias .card {
	background-color: #fff;
}

.box-galerias-txt h6 {
	color: #5d5e5e;
	line-height: 1.19;
  margin-top: 15px;
}

.box-galerias-txt h5 {
	color: #4097cf;
	height: 48px;
	line-height: 1.23;
	font-family: 'Montserrat-SemiBold';
}

a:hover .box-galerias-txt h5 {
	color: #f4aa48;
}

/* Interna */
.container-fluid-galeria-titulo {
  background-color: #1a81c4;
  color: #fff;
  margin-bottom: 20px;
}

.col-box-galeria-foto {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
	.box-galerias-txt h5 {
		height: 70px;
	}
}

@media only screen and (max-width: 720px) {
	.box-galerias-txt h5 {
		height: 100px;
	}
}

@media only screen and (max-width: 480px) {
	.box-galerias-txt h5 {
		height: auto;
	}
}