/*PRESENTACION*/
#resena {
  background: #fff;
}
.resena-nota {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  color: rgb(20,11,54);
	margin-bottom: 20px;
}
.resenamuestra-img {
	max-width: 400px;
	margin-bottom: 20px;
}
.resena-txt {
  font-size: 1em;
  padding: 0 10px;
  text-align: justify;
  color: #333;
}
#resena .icon-check-circle {
	color: #79D87B;
}
.grupo-indicativos {
  padding: 0 10px;
}
.resena-txt {
  color: #333;
}

/*PRINCIPALES SERVICIOS*/
#servicios {
  background: #52A807;
}
#servicios .presentacion-titulo {
	color: #fff;
}
#servicios .presentacion-subtitulo {
	color: #fff;
}

.grupo-servicios {
  max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-servicios {
	width: 48%;
	margin: 1%;
	margin-bottom: 40px;
	border: 2px solid rgba(255,255,255,0.5);
	padding: 20px;
}
.servicios-img {
	width: 100px;
	margin-bottom: 20px;
}
.servicios-txt {
	color: #fff;
	text-align: center;
}






/*CLIENTES	*/
	#clientes {
		background: #fff;
	}
.grupo-clientes {
  max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-clientes {
	display: flex;
	justify-content: center;
	
	width: 48%;
	margin: 1%;
	padding: 10px;
	border: 2px solid rgba(0,0,0,.2);
	background: #fff;
}
.clientes-txt {
	display: flex;
}
.clientes-img {


}
/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*RESEÑA*/
.grupo-resena {
	max-width: 1100px;
 	margin: auto;
	display: flex;
	justify-content: center;
}
.fotomuestra {
	padding: 0 30px;
}
.columnatexto{
	width: 70%;
}

/*PRESENTACION*/
.grupo-presentacion {
	display: flex;
	justify-content: center;
	margin: auto;
}
.columna-presentacion {
	width: 30%;
  margin: 10px;
}

/*	SERVICIOS*/
.columna-servicios {
	width: 31%;
}
	
/*	clientes*/
.columna-clientes {
	width: 20%;
}
}

@media (min-width: 1024px) {
.columna-presentacion {
	width: 21%;
}
}