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: #f1f1f1;
}
.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/Cartier-b.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: 15% 0px;
    color: #000;
    text-shadow: 0px 0px 20px #fff;
    text-align: -webkit-center;
}

.fondo{
  background: #000;
  color: #fff;
}
.conoce{
  height: 40px;
  margin: 2rem;
  border: #000 2px solid;
}
.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;}

@media screen and (min-width: 700px) {
  .desk{
    display: none;
  }
}

@media screen and (max-width: 700px) {
  h5{
  font-size: 1.2rem;
}
 .bajada{
  font-size: 1.2rem;
  }

  .mobil{
    display: none;}
}