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

/*SENASA Y MEGA*/
#senasaymega {
  max-width: 1500px;
  overflow: hidden;
  margin: auto;
  background: #F5F8FA;
}
.grupo-senasaymega {
	display: flex;
	justify-content: center;
	max-width: 460px;
	margin: auto;
}
.senasaymega-columna {
	width: 50%;
	padding: 0 20px;

	object-fit: cover;
}

/*MISIONVISON*/
#misionvision {
  background: rgb(119, 165, 17);
}
.misionvision-titulo {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
  color: #fff;
}
.misionvision-subtitulo {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
  color: #fff;
}
.misionvision-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: justify;
  color: #eee;
}

/*VALORES*/
#valores {
  background: #F5F8FA;
}
#valores h4 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
  color: #333;
	margin-bottom: 20px;
}
#valores span {
	display: block;
	text-align: center;
	font-size: 2em;
	color: rgb(119, 165, 17);
	margin-top: 20px;
}
.grupo-valores {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: auto;
}
.columna-valores {
	width: 48%;
	border: 1px dashed rgb(119, 165, 17);
	margin: 1%;
}
/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.nosotros-txt {
 	max-width: 1000px;
	margin: auto;
}

	
/*MISION VISION*/
.grupo-misionvision {
  max-width: 1000px;
  margin: auto;
	display: flex;
	justify-content: center;
}
.columna-misionvision {
	width: 48%;
	margin: 0 15px;
}

}

@media (min-width: 1024px) {

}