/*FOTOS*/
#fotos {
	max-width: 1500px;
	margin: auto;
  background: #fff;
	padding-bottom: 80px;
}
.grupo-fotos {
  max-width: 900px;
  margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.columna-fotos {
	width: 48%;
	margin: 1%;
	border-radius: 20px;
	overflow: hidden;
	border: 3px solid #76AE1C;
	display: flex;
}

.descargar {
  background: #fff;
	padding-bottom: 80px;
}
.descargar-catalogo {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	
	background: #76AE1C;
	width: 160px;
	margin: auto;
	border-radius: 30px;
	padding: 7px;
	
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.fotos-img {

}
}

@media (min-width: 1024px) {
.columna-fotos {

}
}