*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.2rem;
}
header{
	background: #000;
	text-align: center;
	 position: fixed;
  width: 100%;
  z-index: 112;
}

h1{
	font-family: "bookmania", serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}

h3{
	font-family: "bookmania", serif;
	font-weight: 400;
	font-size: 2rem;
}
footer{
	background: #000;
}

.logo{
	height: 40px;
	margin: 10px;
}

.aire{
	margin-left: 0px;
	margin-right: 0px;
}

.espacio{
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.izq{
	padding-left: 0px;
}

.redondo{
	border-radius: 15px;
	border: solid 1px #999;
}

.fondo{
	background: #000;
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(250, 250, 250, 1) 29%, rgba(250, 250, 250, 1) 100%);
}
.bg-negro{
	background: #000;
}

p{
    margin-top: 0;
    margin-bottom: 0rem;
}

.alto{
	height: 80vh;
}
.box-1{
	height: 40vh;
}

.nr-top{
	border-top:none;
}
.fondo-1{
	background-image: url(../img/shein-6.jpg);
	background-size: cover;
	background-position: center;
}

.fondo-2{
	background-image: url(../img/shein-8.jpg);
	background-size: cover;
	background-position: center;
}

.presentado{
	font-size: 14px;
}



button.link {
  background: #fff;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 150px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-21deg);
}

span.conoce {
  display: inline-block;
  transform: skew(21deg);
}

button.link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(20, 20, 20);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

button.link:hover {
  color: #fff;
}

button.link:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .fondo{
	background: #fafafa;
}
}