#nosotros {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
  background: #fff;
}
.nosotros-titulo {
	letter-spacing: -1.5px;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #333;
}
.nosotros-subtitulo {
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  color: #333;
	margin-bottom: 40px;
}
.nosotros-txt {
  font-size: 0.9em;
  text-align: justify;
  color: #333;
	display: flex;
}
#nosotros .icon-checkcuadrado{
	position: relative;
	top: 3px;
	font-size: 1.2em;
	color: #EA7B62;
}
.grupo-nosotros {
	max-width: 1200px;
	margin: auto;
}
.nosotros-img {
	height: 300px;
	object-fit: cover;
	border-radius: 20px;
}
.columna-nosotros {
  background: #fff;
  margin: 35px 0;
}
.nosotros-rubros {
  color: #333;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1em;
  text-align: left;
}
.justify {
	text-align: justify;
}
.icon-barco {
	font-size: 1.2em;
	color: #EA7B62;
	margin-right: 10px;
}
#nosotros .just {
	color: #333;
margin-bottom: 10px;
}
.just span {
	font-weight: 700;
}

/*VALORES*/
.valores {
	background: #fff;
}
.grupo-valores {
	max-width: 1200px;
	margin: 60px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-valores {
	width: 47%;
	background: #003A56;
	padding: 20px;
	margin: 5px;
	border-radius: 20px;
}
.valores-txt {
  font-size: 0.9em;
  text-align: center;
  color: #fff;
}
.columna-valores span {
	font-weight: 700;
}

/*MISION VISION*/
.grupo-mv {
	max-width: 1200px;
	margin: auto;
}

@media (min-width: 768px){
.nosotros-titulo {
	font-size: 2.2em;
}
.grupo-nosotros {
display: flex;
justify-content: space-between;
padding-bottom: 60px;
}
.columna-nosotros {
width: 50%;
margin: 0;
	padding: 10px;
}

.nosotros-rubros {
  font-size: 3em;
	text-align: right;
	padding-right: 40px;
	border-right: 10px solid #EA7B62;
	margin-right: 40px;
}
}


@media (min-width: 1024px) {
  .columna-valores {
	width: 32%;
	margin: 5px;

}
}