@font-face {
  font-family: "Helvetica Neue LT Std Light";
  src: url(../../assests/fuente/HelveticaNeueLTStd-Lt.otf);
}

@font-face {
    font-family: "Helvetica Neue LT Std ultra";
    src: url(../../assests/fuente/HelveticaNeueLTStd-UltLt.otf);
}

#lasalle {
	background-image: url("../images/porque_fondo.png");
	background-size: 100%;
	background-repeat: repeat-y; 
	background-position: center center;

	display: flex;
	align-content: center;
	justify-content: center;

	display: -webkit-flex; /* Safari 6.1+ */
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

#imagen-1 {
	display: none;
}

#cuerpo-A {
	width: 50%;
	padding: 5%;
}

#cuerpo-B {
	width: 50%;
	padding: 10%;
	height: 642px;
	display: flex;
	align-items: center;
	justify-content: center;

	display: -webkit-flex; /* Safari 6.1+ */
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

#titulo-porque {
	padding: 20px 0px;
	width: 290px;
	border-right: solid 4px #FFFFFF; 
}

.nivel-1 {
	font-size: 35pt;
	font-family: "Helvetica Neue LT Std Light", sans-serif;
	font-weight: lighter;
	text-align: justify;
	color: #FFFFFF;;
	line-height: 1;
}

.nivel-2 {
	font-size: 50pt;
	font-family: "Helvetica Neue LT Std Light", sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: justify;
	color: #FFFFFF;;
	line-height: 1;
}

#texto-porque {
	padding: 50px 0px;
}

#texto-porque p {
	font-size: 12pt;
	font-family: "Helvetica Neue LT Std Light", sans-serif;
	font-weight: lighter;
	text-align: justify;
	color: #FFFFFF;
	line-height: 1.4;
}

@media (max-width: 1060px) {
	#cuerpo-B {
		padding: 0%;
	}
}


@media (max-width: 767px) {
	#imagen-1 {
		display: flex;
		display: -webkit-flex; /* Safari 6.1+ */
	}

	#cuerpo-A {
		width: 90%;
	}

	#cuerpo-B {
		display: none;
	}
}

@media (max-width: 325px) {
	#titulo-porque {
		width: 254px;
	}
}