.home{width:100%;margin:0;padding:0}.home-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--color-off-white);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;gap:1.5rem}.home-loading-overlay p{color:var(--color-roxo);font-size:1.1rem;font-weight:600}.home-loading-spinner{width:50px;height:50px;border:4px solid rgba(83,66,166,.1);border-top:4px solid var(--color-roxo);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}