body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:flex-start;background-color:#1b1b32;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:40px 16px 16px}.contenedor-principal{align-items:center;display:flex;flex-direction:column;gap:40px;max-width:450px;width:100%}.titulo{color:#b7b7be;font-family:Roboto,sans-serif;font-size:2.2rem;margin:0;text-align:center}.contendor-calculadora{background-color:#2c2c4a;border:4px solid #b3bde8;border-radius:25px;box-shadow:0 8px 20px #0006;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;padding:20px;width:100%}@media screen and (max-width:480px){.App{padding-top:25px}.contenedor-principal{gap:20px}.titulo{font-size:1.8rem}.contendor-calculadora{border-radius:20px;padding:15px}}.fila{display:flex;gap:10px;margin:0}.boton-contenedor{align-items:center;background-color:#3f3f66;border:2px solid #ffffff22;border-radius:20px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:2rem;font-weight:700;height:80px;justify-content:center;transition:all .2s ease;-webkit-user-select:none;user-select:none}.boton-contenedor:hover{box-shadow:0 0 8px #ffffff1a;filter:brightness(1.2)}.operador{background-color:#665cf0}@media screen and (max-width:480px){.boton-contenedor{border-radius:15px;font-size:1.6rem;height:70px}}.input{align-items:center;background-color:#0a0a23;border-radius:20px;box-shadow:-1px 4px 1px 1px #fff;color:#fff;display:flex;font-size:2.5rem;font-weight:700;height:75px;justify-content:flex-end;margin-bottom:18px;overflow-x:auto;padding:11px 25px 11px 11px;white-space:nowrap}@media screen and (max-width:480px){.input{font-size:2rem;height:65px}}.boton-clear{align-items:center;background-color:#d32f2f;border:2px solid #ffffff22;border-radius:20px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:1.8rem;font-weight:700;height:80px;justify-content:center;margin-top:8px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.boton-clear:hover{filter:brightness(1.2)}@media screen and (max-width:480px){.boton-clear{border-radius:15px;font-size:1.5rem;height:70px}}
/*# sourceMappingURL=main.8dd1b654.css.map*/