@import"https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{background:#fff;font-family:Arial,sans-serif;color:#000;overflow-x:hidden}html,body{margin:0;padding:0;height:100%;background:#fff;overflow:hidden}.full-screen-text{font-family:Playfair Display SC,serif;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;text-align:center;color:#000;position:relative;z-index:1;padding:2vh 2vw;box-sizing:border-box}.banner-top,.banner-bottom{font-size:4vw;font-weight:700;text-shadow:-7px 7px 20px rgba(0,0,0,.5);margin:1vh 0}.line,.line1,.line2{display:flex;justify-content:center;flex-wrap:wrap;gap:4vw;width:100%;max-width:1200px;margin:2vh 0}.block{display:flex;flex-direction:column;align-items:center;width:8ch}.number{font-size:6vw;font-weight:700;text-shadow:2px 2px 6px rgba(0,0,0,.3)}.label{font-size:2vw}#minutos{margin:0vw 2vw}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url(/taxad.png);background-size:cover;background-repeat:no-repeat;background-position:center;opacity:.05;z-index:0;pointer-events:none}.theme-toggle-btn{position:fixed;top:1rem;right:1rem;background:transparent;border:none;font-size:2.5rem;cursor:pointer;z-index:10;transition:transform .2s ease,color .4s ease;color:inherit}.theme-toggle-btn:hover{transform:scale(1.3) rotate(20deg);color:#f39c12}body{transition:background-color .6s ease,color .6s ease}body.light{background:#fff;color:#000}body.light .full-screen-text{color:#000;transition:color .6s ease}body.light .banner-top,body.light .banner-bottom{text-shadow:-7px 7px 20px rgba(0,0,0,.5);transition:text-shadow .6s ease}body.light .number{text-shadow:2px 2px 6px rgba(0,0,0,.3);transition:text-shadow .6s ease}body.dark{background:#121212;color:#eee}body.dark .full-screen-text{color:#eee;transition:color .6s ease}body.dark .banner-top,body.dark .banner-bottom{text-shadow:-7px 7px 20px rgba(255,255,255,.3);transition:text-shadow .6s ease}body.dark .number{text-shadow:2px 2px 6px rgba(255,255,255,.3);transition:text-shadow .6s ease}body.dark:before{opacity:.02;transition:opacity .6s ease}@media (max-width: 768px){.banner-top,.banner-bottom{font-size:6vw}.number{font-size:10vw}.label{font-size:4vw}.block{width:6ch}.line,.line1,.line2{gap:10vw}}@media (max-width: 480px){.banner-top,.banner-bottom{font-size:7vw}.number{font-size:12vw}.label{font-size:4vw}.block{width:5ch}.line,.line1,.line2{gap:10vw;margin:1vh 0}.full-screen-text{padding:1vh 1vw}}
