/*--------------------BANNER--------------------*/
.mockfondo-nosotros {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/BANNER-NOSOTROS.jpg);
	background-size: cover;
	background-position: center;
  height: 400px;
  object-fit: cover;
  position: relative;
}
.mockfondo-nosotros:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/*PAGINA NOSOTROS*/
#nosotros {
	max-width: 100%;
	margin: auto;
	background: #fff;
}
#nosotros .contenedor {
	max-width: 1000px;
	margin: auto;
}
#nosotros p {
	font-size: 1em;
	color: #0C1C68;
	text-align: justify;
} 
#nosotros .presentacion-rubros {
	text-align: left;
}

.placa-img {
	margin: auto;
}
.grupo-mv {
	max-width: 1000px;
	margin: 40px auto;
}
.mv-img {
	width: 120px;
	margin: auto;
}
.mv-txt {
	text-align: center;
}
.mv-titulo {
	text-align: center;
	font-weight: 600;
	font-size: 1.4em;
	color: #0C1C68;
}

/*VALORES*/
#valores {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/BANNER-VALORES.jpg);
	background-size: cover;
	background-position: center;
  position: relative;
	padding: 60px 0;
}
#valores:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
#valores .presentacion-rubros {
	color: #fff;	
}
#valores .contenedor {
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 100;
}
.grupo-valores {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
.columna-valores {
	width: 50%;
	padding: 30px;
}




/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*BANNER*/
.mockfondo-nosotros {
  height: 600px;
}
	
	.grupo-nosotros {
		display: flex;
		justify-content: center;
	}
	.nosotros-columna {
		width: 50%;
		padding: 20px;
	}
	.grupo-mv {
		display: flex;
		justify-content: space-between;
	}
	.mv-columna {
		width: 50%;
		padding: 20px;
	}
	
	
	.quienes-img {
		object-fit: cover;
		width: 700px;
	}
	.txt-alterno {
		color: #fff;
		padding: 20px;
		background: #ED1C25;
	}
/*valores*/
.columna-valores {
	width: 16%;
	padding: 15px;
}
}

@media (min-width: 1024px) {
#valores {
	padding: 150px 0;
}
}