#servicios-interior {
  background: #fff;
}
.servicios-interior-txt {
	text-align: center;
}
.servicios-txt {
  font-size: 1em;
  max-width: 900px;
  margin: auto;
  padding: 0 10px;
  text-align: justify;
}

/*FOTOS SERVICIOS*/
#servicios-fotos {
  background: #fff;
	padding-bottom: 40px;
}
.grupo-serviciosfotos {
  max-width: 1000px;
  margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-serviciosfotos {
  padding: 0 10px;
	margin-bottom: 30px;
}
.serviciosfotos-img {
	margin-bottom: 10px;
}
#servicios-fotos .rubros {
	text-align: center;
}




/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.columna-serviciosfotos {
  width: 48%;
	margin-bottom: 40px;
}
}

@media (min-width: 1024px) {

}