.marquee-contenedor{overflow:hidden;white-space:nowrap;box-sizing:border-box;width:100%}.marquee-wrapper{display:inline-block;padding-left:100%;animation:marquee-loop 80s linear infinite}.marquee-text{display:inline-block}@keyframes marquee-loop{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-100%,0,0)}}#global-custom-cursor{width:8px;height:8px;background-color:#bf986a;border-radius:50%;position:fixed;transform:translate(-50%,-50%) scale(1);pointer-events:none;z-index:99999;display:flex;align-items:center;justify-content:center;transition:width 0.3s ease,height 0.3s ease,background-color 0.3s ease,transform 0.3s ease}#global-custom-cursor span{color:#ffffff;font-size:0px;font-family:sans-serif;line-height:0;transition:font-size 0.2s ease}#global-custom-cursor.cursor-link-hover{width:70px;height:70px;background-color:rgba(191,152,106,0.9)}#global-custom-cursor.cursor-link-hover span{font-size:28px}body,a,button,.et_pb_button{cursor:none!important}.fondo-granulado{position:relative;overflow:hidden}.fondo-granulado::before{content:"";position:absolute;inset:0;background-image:url("https://www.transparenttextures.com/patterns/noise.png");opacity:0.08;pointer-events:none;z-index:1}.fondo-granulado>*{position:relative;z-index:2}