 @font-face {
     font-family: 'Bebas';
     src: url('../css/Bebas-Regular.otf') format('otf'),
         url('../css/Bebas-Regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }
/*EFECTO DE CAMBIO DE IMAGEN*/
[class^="imghvr-"],
[class*=" imghvr-"] {
  position: relative;
  /*display: inline-block;*/
  margin: 0;
  max-width: 100%;
  background-color: #d6cfcf;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[class^="imghvr-"] > img,
[class*=" imghvr-"] > img {
  vertical-align: top;
  max-width: 100%;
}

[class^="imghvr-"] figcaption,
[class*=" imghvr-"] figcaption {
  background-color: #ffffff;
  /* padding: 30px;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
}

/*[class^="imghvr-"] a,
[class*=" imghvr-"] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}*/

[class^="imghvr-"],
[class*=" imghvr-"],
[class^="imghvr-"]:before,
[class^="imghvr-"]:after,
[class*=" imghvr-"]:before,
[class*=" imghvr-"]:after,
[class^="imghvr-"] *,
[class*=" imghvr-"] *,
[class^="imghvr-"] *:before,
[class^="imghvr-"] *:after,
[class*=" imghvr-"] *:before,
[class*=" imghvr-"] *:after {
  box-sizing: border-box;
  transition: all 0.9s ease;
}*/

/* imghvr-flip-*
----------------------------- */
[class^="imghvr-flip-"],
[class*=" imghvr-flip-"] {
  -webkit-perspective: 50em;
  perspective: 50em;
}

[class^="imghvr-flip-"] img,
[class*=" imghvr-flip-"] img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[class^="imghvr-flip-"] figcaption,
[class*=" imghvr-flip-"] figcaption {
  opacity: 0;
}

.efecto-img-inicio {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
}

.efecto-img-fin {
  -webkit-transform: rotate3d(-1, 1, 0, 100deg);
  transform: rotate3d(-1, 1, 0, 100deg);
  opacity: 0;
}

.efecto-figcaption-inicio {
  -webkit-transform: rotate3d(1, -1, 0, 100deg);
  transform: rotate3d(1, -1, 0, 100deg);
  transition-delay: 0.18s;
}
.efecto-figcaption-fin {
  -webkit-transform: rotate3d(0, 0, 0, 0deg) !important;
  transform: rotate3d(0, 0, 0, 0deg) !important;
  opacity: 1 !important;
  transition-delay: 0.14s !important;
}
/*EFECTO DE CAMBIO DE IMAGEN*/
 .slider-productos {
     position: relative;
     display: block;
     padding: 1%;
 }
a{
  color: #fff;
    text-decoration: none;
}
a:hover{
  color: #fff;
    text-decoration: none;
}
 #landing-pepejeans {
     font-family: "Futura";
     font-weight: normal !important;
     color: #000;
     margin-top: -30px;
 }
 #header-principal{
   font-size: 0;
   line-height: 0px;

 }
 .pd0{
   padding: 0;

  font-size: 0;
  margin-top: 0px;
 }
.img-100{
  max-width: 100%;
}
.ripley-footer__go-to-top{
  margin-top: 0px;
}
.mtop{
  margin-top: 20px;
}
.cintillo{
  background-color: black;
    color: white;
    text-align: center;
    padding: 1px;
}
.cintillo strong{
  font-size: 18px;
  color: black;
    background-color: #ffffff;
    padding: 2px 5px;
    margin: 0px 6px;
    border-radius: 4px;
}
.cintillo h3{
  font-size: 25px;
font-family: 'Bebas', arial;
margin: 0px 0px 12px;
}
.min90{
  font-size: 45px;
}
 @media screen and (max-width:769px) {
    .mtop-m{
      margin-top: 11px;
    }
    .cintillo {
    padding: 1px 6px;
    }
    .cintillo strong{
        font-size: 14px;
    }
    .cintillo h3 {
    font-size: 18px;
    }
    .min90 {
    font-size: 28px;
  }
 }
