.card-loader,.loader{background:var(--rosa)}.loader{width:100vw;height:100vh;position:fixed}.card-loader,.overlayM{top:0;width:100%;height:100%;display:flex}.card-loader{position:absolute;justify-content:center;align-items:center;border-radius:10px}.card-loader::after{content:'';width:100px;height:100px;border-radius:50%;border:10px solid #fff;border-top-color:transparent;animation:1s linear infinite girar}@keyframes girar{from{transform:rotate(0)}to{transform:rotate(360deg)}}.overlayM{position:fixed;left:0;background:rgba(0,0,0,.5);z-index:9999;justify-content:center;align-items:center}.loaderM-container{display:flex;flex-direction:column;align-items:center}.loaderM{width:119px;height:119px;border:6px solid #000;background:#009bdd;border-radius:50%;position:relative;box-sizing:border-box;animation:1s linear infinite rotation}.loaderM::after{content:'';box-sizing:border-box;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;border:4px solid transparent;border-bottom-color:#fff}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.text{text-align:center;margin-top:10px;font-size:25px;color:#fff;transition:opacity 1s ease-in-out;opacity:0}.text.visible{opacity:1}