.loading_container__VgT9w{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:2rem;background-color:var(--color-background)}.loading_spinner__jQFZo{display:flex;gap:.5rem;margin-bottom:1.5rem}.loading_dot__c0msA{width:12px;height:12px;background-color:var(--color-azul-medianoche);border-radius:50%;animation:loading_bounce__Nn07E 1.4s ease-in-out infinite both}.loading_dot__c0msA:first-child{animation-delay:-.32s;background-color:var(--color-azul-vibrante)}.loading_dot__c0msA:nth-child(2){animation-delay:-.16s;background-color:var(--color-salmon-tierra)}.loading_text__CbC44{font-family:var(--font-heading);color:var(--color-azul-medianoche);font-size:1.25rem;opacity:.8;animation:loading_pulse__51lBD 2s ease-in-out infinite}@keyframes loading_bounce__Nn07E{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes loading_pulse__51lBD{0%,to{opacity:.6}50%{opacity:1}}