/* ===========================================================
   HavanaSpice Framework
   Smoke Engine
   Desarrollado por Artesistemas.com
=========================================================== */

.hero-smoke{
    position:absolute;
    right:40px;
    bottom:45px;
    width:260px;
    height:220px;
    pointer-events:none;
    overflow:visible;
    z-index:60;
}

#hs-smoke-engine{
    position:relative;
    width:100%;
    height:100%;
}

/* Partículas */

.hs-smoke-particle{
    position:absolute;
    border-radius:50%;
    background:radial-gradient(
        circle,
        rgba(255,255,255,.55) 0%,
        rgba(210,210,210,.28) 55%,
        rgba(180,180,180,0) 100%
    );

    filter:blur(14px);
    opacity:0;
    will-change:transform,opacity;

}