body{
  font-size: 18px;

}
header{
	background: #000;
  z-index: 10;
}
h5{
  font-family: rufina-stencil, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;

}

footer{
  background: #000;
  padding: 1rem 0px;
}
.logoQuien{
  height: 40px;
  margin: 1rem 0rem;
}

.bajada{
  font-family: rufina-stencil, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}

.oper{
    background-image: url(../img/portada-shein.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    max-height: 800px;
}

.tit1{
    text-align: center;
    font-family: rufina-alt-01, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5vw;
    padding: 30% 0px 15% 0px;
    color: #fff;
    text-align: -webkit-center;
}

.fondo{
  background: #000;
  color: #fff;
}

.sombra{
  box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
-webkit-box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
-moz-box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
}

.esquina{
  border-radius: 25px 0px 25px 0px;
}
.desk{padding: 0px;}
.mobil{padding: 0px;}

.presentado{
  font-size: 1rem;
}

.bg-negro{
  background: #111;
}


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 screen and (max-width: 700px) {
  h5{
  font-size: 1.2rem;
}
 .bajada{
  font-size: 1.2rem;
  }

  .mobil{
    display: none;}

.oper{
    background-image: url(../img/portada-shein-m.jpg);
  }
.tit1{
    font-size: 10vw;
    padding: 30% 0px 25% 0px;
    color: #fff;
    text-align: -webkit-center;
}

}