
#disiones {
  background: #F5F8FA;
}
.disiones-titulo {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
  color: #333;
}
.disiones-subtitulo {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
  color: #333;
}
.disiones-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: left;
  color: #333;
}

/*TRABAJOS GRUPO*/
.trabajos-grupo {
  padding: 0 10px;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.trabajosgrupo-columna {
  width: 48%;
  margin-bottom: 20px;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {

.disiones-txt {
 	max-width: 1170px;
	margin: auto;
}
.grupo-disiones {
  max-width: 1200px;
	margin: 20px auto;
	display: flex;
	justify-content: center;
}
.columna-disiones {
	width: 48%;
	margin: 0 15px;
}

/*TRABAJOS GRUPO*/
.trabajosgrupo-columna {
  width: 38%;
	margin: 10PX;
}

}

@media (min-width: 1024px) {

}