/*@license
Archivos patentados por PUBLINET COMPANY S.A con RUC 20407814551 en Indecopi - Perú
Todos los Derechos Reservados, uso exclusivo para clientes de mencionada empresa y las paginas web:

www.publinet.com.pe | www.publinet.pe | www.publinet.org | www.publinet.org.pe 

IMPORTANTE!!
Lea el Aviso Legal: www.publinet.com.pe/avisolegal.php
*/
@charset "UTF-8";

/* @group BASE */
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

img {
  border: 0;
}
/* @group Gallery */
#least {
/*  min-width: 100%;*/
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  /* @group Fullimage */
  /* @end */
  /* @group Smallimages */
}
/*DONDE CARGA IMAGENES GRANDES*/
#least .least-preview {
  background-color: #F2F2F2;
  border-bottom: 1px solid;
  border-color: #DDDDDD;
  padding: 50px 0;
  margin-bottom: 30px;
  display: none;
  /* important for Slide-Down Effect */
}
#least .least-preview img {
  width: 100%;
  max-width: 710px;
  /* default width: 960px - to edit go to assets/options */
  margin: 0 auto;
  display: block;
}
#least .least-preview .close {
  background-size: 100%;
  background-image: url("../webs/close.svg");
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
#least .least-preview article {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 30px;
  font-size: 22px;
  font-family: 'fonnextltpro-light', Arial, Helvetica, sans-serif;
  line-height: 90%;
  color:#8A8A8A;
}
#least .least-preview article strong {
  font-weight: normal;
}
#least .least-gallery {
  font-size: 0;
  margin: auto;
  padding:0px;
}
#least .least-gallery li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px 15px 7px; /*espaciado entre imagenes pequeñas*/
  /* @end */
}
#least .least-gallery li a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  /* Default width: 240px: to edit go to assets/options */
  height: 100%;
  /* 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: 000;
  /* @end */
}
#least .least-gallery li a img {
  width: 100%;
  /* Default width: 240px: to edit go to assets/options */
  height: 100%;
  /* Default height: 150px: to edit go to assets/options */
}
#least .least-gallery li a.active {
  outline: 0px solid;
  outline-color: #8FD300;
}
#least .least-gallery li a.load:after {
  content: url("../webs/loading.svg");
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  z-index: 2;
  overflow: hidden;
  margin: -20px 0 0 0;
  text-align: center;
/*  text-transform: uppercase;*/
  letter-spacing: 1px;
  color: #FFF;


  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}
#least .least-gallery li a:hover {
  /* @group Outline */
  outline: 0px 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;

  color: white;


  font-size: 14px;/*tamaño de texto vermas*/
  line-height: 290px;
  width: 100%;
  /* Default width: 240px: to edit go to assets/options */
  height: 100%;
  /* Default height: 150px: to edit go to assets/options */
  background: black;
  background: rgba(0, 0, 0, 0.5);
}
#least .least-gallery li a:hover:after {
  content: attr(title);
  /* Default text: your a "title"-tag */
  position: absolute;
/*  top: 30%; /*texto arriba de ver mas*/
  left: 20px;
  right: 20px;
  z-index: 2;
  overflow: hidden;
  margin: 26% 0 0 0;/*texto arriba de ver mas*/
  border-bottom: 1px solid;
  border-color: #8FD300;
  text-align: center;
/*  text-transform: uppercase;*/   /*TRSNFORMA EL TEXTO EN MAYUSCULA*/
  text-shadow: 1px 1px 1px #666666;
  color: #FFFFFF;
  font-size: 14px;
  padding-bottom:2%;
}

@media only screen and (max-width: 769px) {
#least .least-preview article {
  font-size: 16px;
}

}
