*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1{
		font-family: futura-pt-condensed, sans-serif;
		font-weight: 800;
		font-style: normal;
		font-size: 2.3rem;
}
h3, h5{
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 800;;
	font-style: normal;
}
footer{
	background: #000;
	text-align: center;
}
hr{
	margin: 2rem;
}
.bajada{
	font-size: 1.2rem;
}
.principal{
	width: 100%;
	height: 700px;
	background:  url(../img/nike-1.jpg) no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	position: relative;
	object-fit: center;
	object-position: bottom right;

}
.wave{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.box-1{
	position: absolute;
	bottom: 0px;
}

.borde-der{
	border-left: solid 5px #6e49ba;
}

.conoce{
	height: 43px;
	margin: 1.5rem;
	border: 2px solid #6e49ba;
}
header{
	background: #000;
}
.logoQuien{
  height: 40px;
  margin: 1rem 0rem;
}
.BN{
	background: #000;
	color: #FFF;
}


@media only screen and (max-width: 1440px) {
  .principal{
	height: 750px;
	}
}
@media only screen and (max-width: 1200px) {
  .principal{
	height: 600px;
	}
}
@media only screen and (max-width: 1024px) {
  .principal{
	height: 550px;
	}
}

@media only screen and (max-width: 768px) {
  .principal{
	height: 400px;
	}
}

@media only screen and (max-width: 425px) {
  .principal{
	height: 280px;
	}
}

@media only screen and (max-width: 375px) {
  .principal{
	height: 250px;
	}
	.borde-der{
	border-left: none;
	}
}