/*PRESENTACION*/
#resena {
  background: #fff;
	text-align: center;
}
.resena-txt {
		max-width: 1100px;
		margin: auto;
  font-size: 1em;
  padding: 0 10px;
  text-align: center;
  color: #333;
}
#resena .icon-check-circle {
	color: #D00100;
}
.grupo-indicativos {
	max-width: 400px;
	margin: auto;
	padding-left: 20PX;
	text-align: left;
}
.columna-indicatvos p {
	text-align: left;
}

/*PRINCIPALES SERVICIOS*/
#presentacion {
  background: #fff;
	text-align: center;
}
.presentacion-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: center;
  color: #333;
}
.grupo-presentacion {
  max-width: 1100px;
  margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.servicios-img {
	border-radius: 20px;
	height: 350px;
	object-fit: cover;
}
.columna-presentacion {
	border-radius: 20px;
	padding: 10px;
  background: #fff;
	
  display: flex;
  flex-wrap: wrap;
}
.presentacion-mitad {
  width: 100%;
}

.presentacion-rubros {
  color: #4d4d4d;
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
	padding: 10px;
}
.presentacion-btn {
  width: 200px;
  align-self: flex-end;
  padding: 10px;
  margin: 0 auto;
}
.presentacion-boton {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;

	margin: auto;
  font-weight: 400;
	background: #D00100;
  color: #fff;
  padding: 10px;
  text-align: center;
border-radius: 30px;
}
.presentacion-boton:hover {
  background: #333;
}



/*CLIENTES	*/
#clientes {
	background: #fff;
	text-align: center;
}
.grupo-clientes {
	max-width: 700px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-clientes {
	border: 1px solid rgba(0,0,0,0.1);
	width: 48%;
	padding: 10px;
	margin: 1%;
	
	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;
}
.columnatexto{
	width: 50%;
}

/*CLIENTES*/
.columna-clientes {
	width: 30%;
}
/*SERVICIOS*/
.columna-presentacion {
	width: 500PX;
	margin: auto;
}
}

@media (min-width: 1024px) {

}