.share-module{display:flex;justify-content:flex-start;align-items:center;position:relative}.share-module .icon-share{cursor:pointer;height:2.5rem;width:2.5rem;display:flex;background:var(--app-color-black);border-radius:100%;justify-content:center;align-items:center;margin:0 .2rem}.share-module .icon-share svg{width:1.2rem;height:1.2rem}.share-module:after,.share-module:before{content:"";width:3rem;height:.3rem;background-color:var(--app-color-black);margin:0 1rem;display:none}.share-module.layout-home{justify-content:center}.share-module.layout-home .icon-share{background:#000}.share-module.layout-home:after,.share-module.layout-home:before{display:block}.sticky-navigation{padding:75px 0 15px 0;z-index:99}.text-red{color:var(--app-color-red)}