<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    padding-top: 0;
    padding-bottom: 0;
    background: #000;
}
/*PRE LOADER*/
.preloader {
    background-color: #ffffff;
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  .preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }



#flecha{
  position: fixed;
  bottom: 50px;
  right: 5px;
  display: none;
  cursor: pointer;
  z-index: 100 !important;
}	

#pie a{
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

#pie {
  color: #333;
  font-size: 14px;
}
.imgmin{
  border: 0px;
  margin-bottom: 5px;
}
.imgmin:hover
{
  z-index: 1500;
  transform: scale(1.3);
}
.imgmin{
  max-height: 250px;
}
.miniaturas .img-thumbnail{
  max-height: 100px;
  max-width: 100px;
}
.imgprod{
  max-height: 200px;
  max-width: 200px;
}
.cajprod{
  min-height: 430px;
}

.ghosthome {
	position: fixed;
	top: 75px;
	left: 0;
	width: 50px;
	height: 150px;
	border-radius: 0px 50% 50% 0px;
	background-color: #222940;
	z-index: 2000;
}

.ghost {
	position: absolute;
	width: 100px;
	height: 100px;
	opacity: 0;
	will-change: transform, opacity, filter;
	filter: blur(0px);
}

.ghost_svg {
	width: 100%;
	height: auto;
}

path {
	fill: url(#gradient);
}</pre></body></html>