@font-face {
  font-family: 'MotionPicturePersonalUse';
    src: url('original_clean-pro.eot?#iefix') format('embedded-opentype'), 
         url('original_clean-pro.woff') format('woff'),
         url('original_clean-pro.ttf') format('truetype'),
         url('original_clean-pro.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@charset "UTF-8";
/**
*** least.js 2
*** Author: Kamil Czujowski - @kamilczujowski
*** Version: 2.2
*** Made with ♥	in Hamburg, Germany.
*** http://kamilczujowski.de
**/
/* @group Import */
/**
*** least.js 2
*** Author: Kamil Czujowski - @kamilczujowski
*** Version: 2.2.0
*** Made with ♥	in Hamburg, Germany.
*** http://kamilczujowski.de
**/
/* @group BASE */
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}



img {
  border: 0;
}

/* @end */
/**
*** least.js 2
*** Author: Kamil Czujowski - @kamilczujowski
*** Version: 2.2.0
*** Made with ♥ in Hamburg, Germany.
*** http://kamilczujowski.de
**/
/* @group Mixins */
/* @end */
/**
*** least.js 2
*** Author: Kamil Czujowski - @kamilczujowski
*** Version: 2.2.0
*** Made with ♥	in Hamburg, Germany.
*** http://kamilczujowski.de
**/
/* @group Options */
/* @group Master */
/* enable (true) or disable (false) thumbnails title text */
/* enable (true) or disable (false) thumbnails border */
/* @end */
/* @group Vars: Colors */
/* @end */
/* @group Gallery-Fullscreen */
/* default size for fullscreen preview  */
/* @end */
/* @group Gallery-Thumbails */
/* default "width" size for thumbnails */
/* default "height" size for thumbnails */
/* @end */
/* @end */
/**
*** least.js 2
*** Author: Kamil Czujowski - @kamilczujowski
*** Version: 2.2.0
*** Made with ♥ in Hamburg, Germany.
*** http://kamilczujowski.de
**/
/* @group Gallery */
.galeria-hogar{
    padding: 10px 0 10px 0;
}

#least {
  width:100%;
  padding: 0;
  position: relative;
  text-align: center;
  margin: auto;

  /* @group Fullimage */
  /* @end */
  /* @group Smallimages */
}
#least .least-preview {
  padding:0px 0;
  display: none;
  background: rgba(255,255,255,0.9);
        /*propiedades flex*/
  display:flex;
  flex-wrap:nowrap; 
  flex-direction:row;
  justify-content:space-between;
  align-items:flex-start;
  display: -webkit-flex;
  -webkit-flex-direction:row;
  -webkit-flex-wrap:nowrap;
  -webkit-justify-content:space-between;
  align-items:flex-start;
  /* important for Slide-Down Effect */
}
#least .least-preview img {
  padding-top: 3%;
  width:40%;
  margin-right: 20px;
  /* default width: 960px - to edit go to assets/options */
  display: block;
}
#least .least-preview .close {
  background-size: 100%;
  background-image: url("../img/close.svg");
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

#least .least-preview .close:hover {
  cursor: pointer;
  background-size: 100%;
  background-image: url("../img/close2.svg");


}



#least .least-preview article{
  width: 70%;
  min-width: 200px;
  text-align: left;
  display:flex;
  flex-wrap:nowrap; 
  flex-direction:column;
  justify-content:flex-end;
  display: -webkit-flex;
  -webkit-flex-direction:column;
  -webkit-flex-wrap:nowrap;
  -webkit-justify-content:flex-end;
}


#least .least-preview article .titulo-ficha {
    margin-top: 20px;
    width: 100%;
}



#least .least-preview article .titulo-ficha .tt1 {
  width: 100%;
  min-width: 500px;
  float: right;


}


#least .least-preview article .txt-cont {
  margin: 0px 20px 10px 0;
  padding: 0 10px 0px 20px;
}

#least .least-preview article .txt-cont p {
  font-size: 1rem; 
  text-align: right;
  color:#ABABAB;
  text-shadow: 0px 0px 5px rgba(255,255,255,0.6);
}

#least .least-preview article .txt-aplicacion {
  margin: 30px 20px 10px 0;
  padding: 0 10px 0px 20px;
  font-size: 1rem; 
  text-align: right;
  color:#ABABAB;
  text-shadow: 0px 0px 5px rgba(255,255,255,0.6);
}

#least .least-preview article .fragancias-ficha {
  position: relative;
  height: 1px;
}


#least .least-preview article .fragancias-ficha .titulo-fragancias{
  padding: 3px 30px 3px 20px;
  position: absolute;
  font-size: 1.1rem;
  color:#3270C5;
  right:0px;
  text-align: right;
  
  
}

#least .least-preview article .fragancias-img{
  margin: 30px 30px 10px 0;
  /*propiedades flex*/
    display:flex;
    flex-wrap:nowrap;
    flex-direction:row;
    justify-content:flex-end;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction:row;
    -webkit-flex-wrap:nowrap;
    -webkit-align-items: center;
    -webkit-justify-content:flex-end;

}

#least .least-preview article .fragancias-img .cada-fragancia{
  width: 10%;
  padding: 5px;
  border-radius: 5px;
  min-width: 100px;
  margin-left: 5px;

}

#least .least-preview article .fragancias-img .cada-fragancia img{
  width: 100%;

}

#least .least-preview article .fragancias-img .cada-fragancia p{
  width: 100%;
  text-align: right;
  font-size: 0.7rem;
  color:#565656;

}

#least .least-preview article .presentaciones-img{
  margin: 30px 30px 20px 0;
  /*propiedades flex*/
    display:flex;
    flex-wrap:nowrap;
    flex-direction:row;
    justify-content:flex-end;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction:row;
    -webkit-flex-wrap:nowrap;
    -webkit-align-items: center;
    -webkit-justify-content:flex-end;

}

#least .least-preview article .presentaciones-img .cada-presentacion{
  width: 10%;
  padding: 5px;
  border-radius: 5px;
  min-width: 70px;
  margin-left: 5px;

}

#least .least-preview article .presentaciones-img .cada-presentacion img{
  width: 80%;

}

#least .least-preview article .presentaciones-img .cada-presentacion p{
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color:#3270C5;
  font-family:'Oswald', sans-serif;

}

#least .least-gallery {
  width: 100%;
  font-size: 0;
}
#least .least-gallery li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin:3px;
  position: relative;
  /* @end */
}
#least .least-gallery li a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 190px;
  /* Default width: 240px: to edit go to assets/options */
  height: 230px;
  /* Default height: 150px: to edit go to assets/options */
  /* @group Outline */
  -webkit-transition-property: outline-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: outline-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: outline-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: outline-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: outline-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  outline-color: white;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  /* @end */
}
#least .least-gallery li a img {
  width: 190px;
  /* Default width: 240px: to edit go to assets/options */
  height: 230px;
  /* Default height: 150px: to edit go to assets/options */
}
#least .least-gallery li a.active {
  outline: 2px solid;
  outline-color: #666666;
}
#least .least-gallery li a.load:after {
  content: url("../img/loading.svg");
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  z-index: 2;
  overflow: hidden;
  margin: -40px 0 0 0;
  border-bottom: 2px solid;
  border-color: white;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: 600;
  text-shadow: -1px 1px 3px rgba(0,0,0,0.3);
}
#least .least-gallery li a:hover {
  /* @group Outline */
  outline: 2px solid;
  outline-color: #666666;
  /* @end */
  /* @group Thumbnail Text */
  /* @end */
}
#least .least-gallery li a:hover:before {
  content: attr(data-subtitle);
  /* Default text: "View Picture" - to edit go change the attr. "data-subtitle" */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  letter-spacing: 1px;
  color: white;
  text-shadow: 1px 1px 1px #666666;
  font-size: 1rem;
  line-height: 240px;
  font-weight: 200;
  width: 190px;
  /* Default width: 240px: to edit go to assets/options */
  height: 230px;
  /* Default height: 150px: to edit go to assets/options */
  background: black;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: -1px 1px 3px rgba(0,0,0,0.3);
}
#least .least-gallery li a:hover:after {
  content: attr(title);
  /* Default text: your a "title"-tag */
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  z-index: 2;
  overflow: hidden;
  margin: -40px 0 0 0;
  border-bottom: 2px solid;
  border-color: white;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: 600;
  text-shadow: -1px 1px 3px rgba(0,0,0,0.3);
}



 
/* end */
/* @end group */

/*# sourceMappingURL=least.min.css.map */
