/*NOSOTROS*/
#nosotros {
  overflow: hidden;
  max-width: 99%;
  margin: auto;
  background: #fff;
}
#nosotros .contenedor {
	max-width: 90%;
}
.nosotros-titulo {
  font-size: 2.2em;
  color: #333;
	display: inline-block;
	border-bottom: 5px solid #8A9E39;
}
.nosotros-txt {
  font-size: 1em;
  text-align: justify;
  color: #333;
}
.nosotros-txt span {
	font-weight: 800;
}
.mision-vision span {
	font-weight: 800;
}

/*EXPERIENCIA*/
#experiencia {
  overflow: hidden;
  max-width: 99%;
  margin: auto;
  background: #fff;
}
.experiencia-titulo {
  font-size: 2.2em;
  color: #333;
	text-align: center;
}
.columna-experiencia {
  margin: 15px auto;
}
.experienciatitulo-sector {
  font-size: 1.4em;
  text-align: left;
  color: #333;
}
.experiencia-txt {
  padding: 15px;
  font-size: 1.2em;
  text-align: left;
  color: #333;
  border: 5px solid #8A9E39;
}
.experiencia-txt span {
	font-weight: 800;
  font-size: 2em;
}

/*VALORES*/
#valores {
  overflow: hidden;
  max-width: 99%;
  margin: auto;
  background: #fff;
}
.valores-titulo {
  font-size: 2.2em;
  color: #333;
	text-align: center;
}
.columna-valores {
  margin: 15px auto;
}
.valores-img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
}
.experienciatitulo-sector {
  font-size: 1.4em;
  text-align: left;
  color: #333;
}
.valorestitulo-sector {
	text-align: center;
	font-size: 1.6em;
}
.valores-txt span {
	font-weight: 800;
  font-size: 2em;
}

/*POLITICAS*/
#politicas {
  overflow: hidden;
  max-width: 99%;
  margin: auto;
  background: #fff;
}
#politicas .contenedor {
	max-width: 99%;
}
.politicas-titulo {
  font-size: 2.2em;
  color: #333;
	display: inline-block;
	border-bottom: 5px solid #8A9E39;
}
.politicas-txt {
  font-size: 1em;
  text-align: justify;
  color: #333;
}
.politicas-txt span {
	font-weight: 700;
}
.grupo-politicas span {
	font-size: 1.6em;
	color: #8A9E39;
}


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

	.mision-vision-columna {
		width: 90%;
		margin: 15px auto;
		padding: 40px;
		border: 2px solid #8A9E39;
		text-align: justify;
	}
	

  
/*EXPERIENCIA*/
.grupo-experiencia {
	max-width: 99%;
  display: flex;
  justify-content: center;
}
.columna-experiencia {
    width: 30%;
  }
	
/*VALORES*/
.grupo-valores {
	max-width: 99%;
	margin: auto;
  display: flex;
  justify-content: center;
}
.columna-valores {
    width: 25%;
	border-right: 1px dashed #999;
  }
	.columna-valores:last-child {
	border-right: none;
	}
}

@media (min-width: 1024px) {
/*POLITICAS*/
	.grupo-politicas {
		display: flex;
		justify-content: center;
	}
	.columna-politicas {
		width: 25%;
		padding: 25px;
		border-right: 1px dashed #999;
		text-align: center;
	}
	.columna-politicas:last-child {
		border-right: none;
	}
	.grupo-politicas .politicas-txt {
		text-align: left;
	}
}