*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.2rem;
background: #000;
color: #f1f1f1;
}
header{
	background: #000;
	text-align: center;
}

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


.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;
}
.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;
}

.mobile{
	display: none;
}
.desk{
	display: inline-block;
}
@media only screen and (max-width: 600px) {
.mobile{
	display: inline-block;
}
.desk{
	display: none;
}
}
