:root{--font-family-base: "Cabin";--color-base: rgba(255, 255, 255, .87);--color-link: #ffffff;--color-link-hover: #ffffff;--color-button-bg: #242424;--color-button-hover-border: #4CAF50;font-family:var(--font-family-base);line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--color-base);background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.calculadora-container{background-color:#000c;padding:20px;border-radius:5px;box-shadow:0 4px 8px #0000001a;border:3px solid #ffffff;width:100%;max-width:300px}input,select,button{width:100%;padding:10px;margin-top:10px;box-sizing:border-box;color:#fff;background-color:#333;border:1px solid #666}button{background-color:var(--color-button-bg);margin-top:20px;color:#fff;border:2px solid transparent;border-radius:5px;cursor:pointer;transition:background-color .3s,border-color .3s}button:hover{background-color:#367c39;border-color:var(--color-button-hover-border)}@media (max-width: 600px){.calculadora-container{padding:10px}input,select,button{padding:8px}}:root{--font-family-base: "cabin";--color-base: rgba(255, 255, 255, .87);--color-link: #646cff;--color-link-hover: #535bf2;--color-button-bg: #1a1a1a;--color-button-hover-border: #646cff;font-family:var(--font-family-base);line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--color-base);background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--color-link);text-decoration:inherit}a:hover{color:var(--color-link-hover)}body{margin:0;display:flex;place-items:center;align-items:center;justify-content:center;min-width:320px;min-height:100vh;background:url(/img/fundo.jpg) no-repeat center center fixed;background-size:cover}h1{font-size:3em;line-height:1.1;text-align:center;margin-top:20px}p{font-size:25px;line-height:1.1;text-align:center;margin-top:20px;color:#fff;font-weight:700}button{border-radius:5px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:var(--font-family-base);background-color:var(--color-button-bg);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--color-button-hover-border)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
