.loaderInit{background-color:rgba(51,51,51,.975);position:fixed;height:100vh;width:100vw;top:0;z-index:999;display:flex;flex-direction:column;justify-content:center;align-items:center}.spinner{position:relative;border:4px solid var(--blanco);width:60px;height:60px;border-radius:50%;border-left-color:var(--verdePrincipal);z-index:9999;animation:spin 1s ease infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
