phone-input{display:block;height:100%}phone-input .clock{display:inline-block;white-space:nowrap;text-align:center;margin:15px auto;padding:10px 20px;background:#fff;color:#222;font-size:1.8em;border-radius:7px}slot-machine{display:block;position:relative;height:100%}slot-machine .machine{position:relative;margin:0 auto;display:flex;justify-content:space-between;width:235px;height:150px;border-radius:7px;border:10px solid #000;background-color:#000;overflow:hidden}slot-machine .machine::before{content:"";display:block;position:absolute;z-index:2;width:100%;height:100%;box-shadow:0 0 30px rgba(0,0,0,.8) inset}slot-machine .wheel{width:75px;height:450px;will-change:background-position-y;background-color:#fff;background-repeat:repeat-y;background-position-y:-20%}slot-machine .wheel .symbol{width:100%;height:16.66%}slot-machine .wheel .symbol::before{content:"";display:block;position:relative;background-image:url("../images/wheel.png");background-size:100% auto;width:86%;height:86%;top:7%;left:7%}slot-machine .wheel .symbol:nth-child(1)::before{background-position:0 100%}slot-machine .wheel .symbol:nth-child(2)::before{background-position:0 0}slot-machine .wheel .symbol:nth-child(3)::before{background-position:0 33.33%}slot-machine .wheel .symbol:nth-child(4)::before{background-position:0 66.66%}slot-machine .wheel .symbol:nth-child(5)::before{background-position:0 100%}slot-machine .wheel .symbol:nth-child(6)::before{background-position:0 0}slot-machine .coins{display:flex;justify-content:center}slot-machine .coin{position:relative;width:100px;height:100px}slot-machine .coin+.coin{margin-left:10px}slot-machine .coin:nth-child(1)::after{content:"1"}slot-machine .coin:nth-child(2)::after{content:"2"}slot-machine .coin:nth-child(3)::after{content:"3"}slot-machine .coin::after{content:"";position:relative;display:block;box-sizing:border-box;width:100%;height:100%;padding-top:4px;text-align:center;font-size:2.5em;border:6px solid #fdc52d;background-color:#ffe16b;color:#fdc52d;border-radius:50%}slot-machine .coin.used::after{filter:grayscale(1)}slot-machine .coin.has-award::before{content:"";display:block;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-image:url("../images/wheel.png");background-size:100% auto}slot-machine .coin.has-award.award-bill::before{background-position-y:66.66%}slot-machine .coin.has-award.award-tapa::before{background-position-y:0%}award-pickup{display:block}award-pickup .award-code{max-width:100px;margin:15px auto;padding:10px 20px;background:#fff;color:#222;font-size:1.4em;border-radius:7px}try-again{display:block}patajueves-element{display:block;height:100%}patajueves-element phone-input,patajueves-element slot-machine,patajueves-element award-pickup,patajueves-element try-again{display:block;position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden}patajueves-element phone-input.show,patajueves-element slot-machine.show,patajueves-element award-pickup.show,patajueves-element try-again.show{visibility:visible}confetti-element{display:block;position:absolute;z-index:100;width:100%;height:100%;pointer-events:none}@font-face{font-family:Amaranth;src:url("../fonts/Amaranth/Amaranth-Regular.ttf");font-weight:normal;font-style:normal}@font-face{font-family:Amaranth;src:url("../fonts/Amaranth/Amaranth-BoldItalic.ttf");font-weight:bold;font-style:italic}@font-face{font-family:Amaranth;src:url("../fonts/Amaranth/Amaranth-Bold.ttf");font-weight:bold;font-style:normal}body{margin:0;height:var(--vh, 100vh);background-color:#a99cc8;color:#fff;font-family:Amaranth;font-size:24px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}h2{margin-top:0;margin-bottom:6px}img{max-width:100%}button{border:none;border-radius:27px;background-color:#000;color:#fdc52d;font-family:Amaranth;font-weight:bold;font-size:28px;padding:12px 24px;text-align:center;box-shadow:7px 7px 0 #fff;outline:none}button:active{transform:translate(7px, 7px);box-shadow:-7px -7px 0 #fff}input[type=text],input[type=email]{box-sizing:border-box;padding:8px;border:none;border-radius:7px;font-size:27px;display:block;width:100%;outline:none;text-align:center}input[type=checkbox]{transform:scale(1.5)}a{color:#fff}#loading{position:fixed;z-index:100;width:100%;height:50px;line-height:50px;top:calc(50vh - 25px);left:calc(50vw - 50%);text-align:center}#view-container{height:100%}.alert{position:relative;padding:.75rem 1.25rem;margin:1rem 0;border:1px solid transparent;border-radius:.25rem;color:#856404;background-color:#fff3cd;border-color:#ffeeba}.input-container{margin-bottom:15px}.d-none{display:none !important}.view-inner-container{display:flex;height:100%;width:90%;max-width:400px;margin-left:auto;margin-right:auto;flex-direction:column;justify-content:space-evenly}.head-container{text-align:center}.head-container img{max-width:100%;max-height:25vh}/*# sourceMappingURL=style.min.css.map */