@font-face{font-family:rock;src:url(/chronometer/static/media/ROCK.d4c47d23.TTF)}@font-face{font-family:orator-std;src:url(/chronometer/static/media/OratorStd.8d5c1670.otf)}body,html{margin:0;font-family:rock;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-image:url(/chronometer/static/media/body.56895246.jpg);overflow-x:hidden}body,html{background-repeat:repeat-x;background-size:cover;background-position:50%}html{background-image:url(/chronometer/static/media/html.8fba2d58.jpg)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.btn{color:var(--black);padding:10px;border:none;transition-duration:2s,3s;cursor:pointer;border-radius:9px;box-shadow:0 0 7px 0 var(--black);width:200px;height:50px;margin-bottom:15px;margin-right:15px;font-size:3.5vh;display:flex;align-items:center;justify-content:center}.btn-primary{background-color:rgba(0,0,0,.01)}.btn-primary :active :focus,.btn-primary:hover{background-color:var(--primary);border:1px solid var(--primary);color:var(--secondary);box-shadow:none;-webkit-transform:scale(1.011);transform:scale(1.011)}.btn-disabled{background-color:var(--gray-p);cursor:default}.w-100{width:100%}.btn-default{background-color:var(--gray-p)}.btn-default:hover{background-color:var(--gray-d)}.chronometer,.main{position:relative}.chronometer{border:9px solid #e74c32;border:9px solid var(--primary);display:flex;flex-direction:column;justify-content:center;align-items:center;height:400px;width:400px;border-radius:50%;background-image:url(/chronometer/static/media/html.8fba2d58.jpg);background-repeat:repeat-x;background-size:cover;background-position:50%;box-shadow:0 0 12px 0 #2b1716;box-shadow:0 0 12px 0 var(--black)}@media(max-width:900px){.chronometer{width:350px;height:350px}}@media(max-width:400px){.chronometer{width:320px;height:320px}}.chronometer:before{content:"";position:absolute;height:93%;width:93%;background-color:rgba(0,0,0,.1);border-radius:50%}.sphere{width:46px;height:46px;border-radius:50%;background-color:#2b1716;background-color:var(--black);position:absolute;left:calc(50% - 23px);top:calc(50% - 23px);border:1px solid #efefef;border:1px solid var(--secondary)}@media(max-width:900px){.sphere{display:none}}.sphere-paused{-webkit-animation:run 60s linear infinite;animation:run 60s linear infinite;-webkit-animation-play-state:paused;animation-play-state:paused}.sphere-running{-webkit-animation-play-state:running;animation-play-state:running}.sphere-stop{-webkit-transform:rotate(-90deg) translateX(200px);transform:rotate(-90deg) translateX(200px)}@-webkit-keyframes run{0%{-webkit-transform:rotate(-90deg) translateX(200px);transform:rotate(-90deg) translateX(200px)}to{-webkit-transform:rotate(270deg) translateX(200px);transform:rotate(270deg) translateX(200px)}}@keyframes run{0%{-webkit-transform:rotate(-90deg) translateX(200px);transform:rotate(-90deg) translateX(200px)}to{-webkit-transform:rotate(270deg) translateX(200px);transform:rotate(270deg) translateX(200px)}}.f-rounds{font-size:28px}.f-chronometer,.f-rounds{font-weight:700;color:#2b1716;color:var(--black)}.f-chronometer{font-size:72px}.f-message{font-size:24px;font-weight:700;color:#e74c32;color:var(--primary);margin-top:15px;text-align:center;-webkit-animation:fMessage 6s ease infinite;animation:fMessage 6s ease infinite}@-webkit-keyframes fMessage{0%{opacity:.3;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes fMessage{0%{opacity:.3;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1.5);transform:scale(1.5)}}.img{width:100%}@media(max-width:900px){.img{width:80%}}.d-flex-space{display:flex;justify-content:space-between}.input-container .input{border-radius:5px;border:1px solid grey;outline:none;padding:5px;box-sizing:border-box;margin-top:5px;font-size:16px}.input-container .input-error{border:3px solid red!important}.input-container .input-label{font-size:20px}.input-container .error-message{font-style:italic;color:red;font-size:14px;margin-top:5px}.input-disabled{background-color:var(--gray-l)}.mb-15{margin-bottom:15px}:root{--primary:#e74c32;--primary-black:#962d22;--secondary:#efefef;--black:#2b1716;--white:#fff;--gray-p:#9e9e9e;--gray-l:#cfcfcf;--gray-d:#707070}input,textarea{border:0!important;border-radius:10px!important;background-color:#efefef!important;background-color:var(--secondary)!important;color:#2b1716!important;color:var(--black)!important}input:focus,textarea:focus{outline:none!important;border:2px solid #cfcfcf!important;border:2px solid var(--gray-l)!important;box-shadow:0 0 8px 0 #cfcfcf!important;box-shadow:0 0 8px 0 var(--gray-l)!important}:root{scrollbar-color:#707070 #d2d2d2!important;scrollbar-color:var(--gray-d) #d2d2d2!important;scrollbar-width:thin!important}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #9e9e9e;box-shadow:inset 0 0 5px var(--gray-p);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:#9e9e9e;background:var(--gray-p)}.d-flex{display:flex}@media(max-width:900px){.d-flex{flex-direction:column-reverse}}.txt-right{text-align:right}.control-container{width:30%;height:100vh;padding:25px}@media(max-width:900px){.control-container{width:88%}}@media(max-width:900px)and (orientation:landscape){.control-container{width:89%;height:600px;padding:35px}}.control-container-active{color:#efefef;color:var(--secondary);background-color:#2b1716;background-color:var(--black)}.control-container-disabled{color:#2b1716;color:var(--black);background-color:rgba(1,0,1,.3)}.chronometer-container{width:70%;height:100vh;padding:25px;background-image:url(/chronometer/static/media/body.56895246.jpg);background-repeat:repeat-x;background-size:cover;background-position:50%;display:flex;justify-content:center;align-items:center;flex-direction:column}@media(max-width:900px){.chronometer-container{width:88%}}@media(max-width:900px)and (orientation:landscape){.chronometer-container{height:600px}}.container-buttons{margin-top:15px;display:flex;justify-content:center;align-items:center}@media(max-width:900px){.container-buttons{flex-direction:column}}.mr-5{margin-right:5px}.f-20{font-size:20px}.Table{display:table;width:100%}.Title{display:table-caption;font-size:larger}.Heading,.Title{text-align:center;font-weight:700}.Heading,.Row{display:table-row}.Cell{display:table-cell;padding:10px 5px;text-align:right}.fotter{display:flex;flex-direction:row-reverse}@media screen and (max-width:600px){.fotter{flex-direction:column}}.fotter_copy{width:68.7%;height:200px;border:3px solid var(--black);display:flex;justify-content:center;align-items:center}@media screen and (max-width:900px){.fotter_copy{width:98.3%}}@media screen and (max-width:400px){.fotter_copy{width:100%}}.fotter_copy_esencoder{font-size:28px}@media screen and (max-width:900px){.fotter_copy_esencoder{flex-direction:column}}.fotter_copy_esencoder_es{color:var(--primary);font-family:rock}.fotter_copy_esencoder_encoder{font-family:rock}.fotter_react{width:31.3%;display:flex;justify-content:center;align-items:center;border:3px solid var(--black);background-color:var(--primary);border-right:none;height:200px;background-image:url(/chronometer/static/media/fondo-gris.db4f52f8.jpg);background-repeat:repeat-x;background-size:cover;background-position:50%}@media screen and (max-width:900px){.fotter_react{width:99.3%}}@media screen and (max-width:400px){.fotter_react{width:100%}}.fotter_react_logo{height:6vmin;pointer-events:none;-webkit-animation:react-logo-spin 20s linear infinite;animation:react-logo-spin 20s linear infinite}@-webkit-keyframes react-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes react-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fotter_react-social{-webkit-filter:grayscale(100%) hue-rotate(90deg) saturate(400%);filter:grayscale(100%) hue-rotate(90deg) saturate(400%);cursor:pointer}.fotter_react-social :active :focus,.fotter_react-social:hover{-webkit-filter:none;filter:none;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-animation:T-animation .5s linear infinite normal;animation:T-animation .5s linear infinite normal}@-webkit-keyframes T-animation{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes T-animation{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scale(1.3);transform:scale(1.3)}}.mr-10{margin-right:1px}
/*# sourceMappingURL=main.ac039199.chunk.css.map */