
#nosotros {
  background: #fff;
}

#nosotros .icon-check {
	margin-right: 10px;
	color: #38BA01;
}
.grupo-nosotros {
	max-width: 1000px;
	margin: auto;
}
.nosotros-img {

}
.columna-nosotros {
  background: #fff;
  margin: 35px 0;
}

.nosotros-pretitulo {
	font-size: 2em;
  color: #001E50;
  text-align: center;
  padding: 0;
}
.nosotros-rubros {
  color: #001E50;
  font-size: 1.4em;
  line-height: 1em;
  text-align: left;
  margin-left: 10px;
}
.justify {
	text-align: justify;
}
.icon-paw {
	font-size: 1.4em;
	color: #FF9E26;
	margin-right: 10px;
}
#nosotros .just {
  font-size: 0.9em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: left;
  color: #001E50;
	margin-bottom: 10px;
	display: flex;
}
.nosotros-beneficios {
  color: #001E50;
  font-size: 1.4em;
  line-height: 1em;
  text-align: left;
}

/*filosofia*/
#filosofia {
	max-width: 1500px;
	margin: auto;
	background: #eee;
}
.grupo-filosofia {
	max-width: 1000px;
	margin: auto;
}
.filosofia-icono {
	width: 180px;
	margin: auto;
}

@media (min-width: 768px){
.nosotros-titulo {
	font-size: 3em;
}
.grupo-nosotros {
display: flex;
justify-content: space-between;
border-bottom: 1px dashed #999;
padding-bottom: 60px;
}
.columna-nosotros {
width: 50%;
margin: 0;
padding: 10px;
}
.grupo-mv {
	max-width: 900px;
	margin: auto;
	display: flex;
	justify-content: center;
}
.columna-mv {
	width: 48%;
	margin: 1%;
}
.nosotros-rubros {
  font-size: 2em;
}
}


@media (min-width: 1024px) {
.grupo-filosofia {
	display: flex;
	justify-content: center;
}
	.columna-filosofia {
		width: 48%;
		margin: 1%;
		padding: 20px;
		border: 4px dashed #F2CE00;
	  border-radius: 20px;
	}	
}