@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap);*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background-color:#121315!important;font-family:Roboto,sans-serif}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{background:-webkit-linear-gradient(77deg,#2f3136 14%,#121315 64%);background:linear-gradient(13deg,#2f3136 14%,#121315 64%);border-radius:15px}::-webkit-scrollbar-thumb:hover{background:-webkit-linear-gradient(77deg,#121315 14%,#2f3136 64%);background:linear-gradient(13deg,#121315 14%,#2f3136 64%)}::-webkit-scrollbar-track{background:#f0d803;border-radius:0;-webkit-box-shadow:inset 7px 10px 12px #f3cf01;box-shadow:inset 7px 10px 12px #f3cf01}::-moz-scrollbar{width:12px;height:12px}::-moz-scrollbar-thumb{background:linear-gradient(13deg,#2f3136 14%,#121315 64%);border-radius:15px}::-moz-scrollbar-thumb:hover{background:linear-gradient(13deg,#121315 14%,#2f3136 64%)}::-moz-scrollbar-track{background:#f0d803;border-radius:0;box-shadow:inset 7px 10px 12px #f3cf01}::-o-scrollbar{width:12px;height:12px}::-o-scrollbar-thumb{background:linear-gradient(13deg,#2f3136 14%,#121315 64%);border-radius:15px}::-o-scrollbar-thumb:hover{background:linear-gradient(13deg,#121315 14%,#2f3136 64%)}::-o-scrollbar-track{background:#f0d803;border-radius:0;box-shadow:inset 7px 10px 12px #f3cf01}scrollbar{width:12px;height:12px}scrollbar-thumb{background:-webkit-linear-gradient(77deg,#2f3136 14%,#121315 64%);background:linear-gradient(13deg,#2f3136 14%,#121315 64%);border-radius:15px}scrollbar-thumb:hover{background:-webkit-linear-gradient(77deg,#121315 14%,#2f3136 64%);background:linear-gradient(13deg,#121315 14%,#2f3136 64%)}scrollbar-track{background:#f0d803;border-radius:0;-webkit-box-shadow:inset 7px 10px 12px #f3cf01;box-shadow:inset 7px 10px 12px #f3cf01}header{position:-webkit-sticky;position:sticky;top:0;width:100%;padding:2rem 0;height:auto;background-color:#121315;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;z-index:9;color:#fff}.headershadow{-webkit-box-shadow:0 10px 20px #157ac280;box-shadow:0 10px 20px #157ac280}nav{width:70%;height:auto;margin:0 auto;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:5px 0}nav .logo img{width:280px}@media screen and (max-width:600px){nav{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}a{text-decoration:none;cursor:hand}.titulo{color:#fff;padding:1rem 0 3rem;text-align:center;z-index:15;position:-webkit-sticky;position:sticky;top:1px;text-transform:uppercase}.titulo h1{font-size:8em;font-weight:900;line-height:.6em;height:100%;font-family:Fredoka One,cursive;text-shadow:0 30px 35px #7b8b9667}main{width:100%;height:auto;position:relative;overflow:hidden}.contenedor{margin:2rem auto 0;-webkit-flex-wrap:wrap;flex-wrap:wrap}.columna,.contenedor{height:auto;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.columna{min-width:250px!important;max-width:30%!important;width:350px!important;margin:20px;background-color:#fff;border-radius:1rem;padding:1rem 0}.columna,.columna-img{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.columna-img{position:relative;padding:10px;width:100%;height:auto;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;border-radius:10px 10px 15px 15px}.columna-img:hover{cursor:pointer;-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-transition:all .4s linear;transition:all .4s linear}.columna-img img{width:100%}.columna a{text-decoration:none;color:#000}.columna h3{text-align:center;font-size:1.5rem;max-width:330px;max-height:50px;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#00b0ff;text-transform:uppercase}@media only screen and (max-width:1024px){.contenedor{width:90%;margin:6rem auto 0;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.columna{width:auto;margin:10px}.titulo{height:20em}.columna h3{font-size:1.5rem}}@media only screen and (max-width:768px){.contenedor{width:90%;margin:4rem auto 0}.titulo{height:12em}}.piso-confeti{background:-webkit-gradient(linear,left bottom,left top,color-stop(14%,#18d),color-stop(64%,#121315));background:-webkit-linear-gradient(bottom,#18d 14%,#121315 64%);background:linear-gradient(0deg,#18d 14%,#121315 64%);bottom:0}footer{width:100%;height:auto;padding:15px 0;background-color:#000;text-align:center;margin-top:1rem}footer p{font-size:14px;font-weight:300;letter-spacing:1rem;color:#fff}footer a{text-decoration:none}.iframe-sorte{width:845px;height:970px;border:0}.bar-of-progress{z-index:50}.loading{position:fixed;top:0;background-color:rgba(0,0,0,.4);z-index:10;height:100%}.container-lc,.loading{display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;width:100%}.container-lc{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;max-width:960px;padding:1rem}.row-flex{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex-init,.row-flex{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.flex-init{padding:0 1rem;-webkit-align-items:center;-moz-box-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap}.flex-middle{width:100%}.flex-end,.flex-middle{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.flex-end{padding:0 1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap}.hr-vertical{height:10px;width:1px;background-color:#fff;margin:0 .5rem}.d-flex{display:-webkit-flex;display:-moz-box;display:flex}.align-center,.flex-centerY-centerX{-webkit-align-items:center;-moz-box-align:center;align-items:center}.flex-centerY-centerX{-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.page-wrapper{height:100%;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.listPage{-webkit-flex-wrap:wrap;flex-wrap:wrap}.cardPage,.listPage{-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;display:-webkit-flex;display:-moz-box;display:flex}.cardPage{width:10rem;margin:1rem;padding:1rem;background-color:#fff;border-radius:1rem;text-align:center;text-decoration:none}.cardPage:hover{cursor:pointer;-webkit-box-shadow:inset 0 10px 25px #d1d1d1,0 20px 30px #121315;box-shadow:inset 0 10px 25px #d1d1d1,0 20px 30px #121315;-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-transition:all .4s linear;transition:all .4s linear}.cardPage span{color:#000;font-size:1.5rem}.listProduct{-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.cardProduct{width:22rem;margin:.5rem;background-color:#fff;border-radius:1rem;overflow:hidden}.divPriceProduct{z-index:1}.cardProduct:hover .h-bg{left:0}.cardProduct:hover .productTitle{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#4f4f4f}.cardProduct:hover .divQrCodeMessage{left:50%}.cardProduct:hover .imgProduct{webkit-filter:blur(7px);-o-filter:blur(7px);-ms-filter:blur(7px);-webkit-filter:blur(7px);filter:blur(7px);filter:progid:DXImageTransform.Microsoft.Blur(pixelradius="7",shadowopacity="0.0");opacity:.4}.cardProduct:hover .divQrCode{-webkit-transition-delay:.3s;transition-delay:.3s;bottom:1rem;opacity:1;z-index:9}.cardProduct .divInfoProduct{width:100%;height:60px;position:relative;overflow:hidden}.cardProduct .divImageProduct{position:relative;text-align:center;overflow:hidden;padding:1rem 1rem 0}.cardProduct .imgProduct{height:auto;width:100%}.cardProduct .imgProduct,.h-bg{-webkit-transition:all .8s cubic-bezier(0,0,.18,1);transition:all .8s cubic-bezier(0,0,.18,1);-webkit-transition-timing-function:cubic-bezier(0,0,.18,1);transition-timing-function:cubic-bezier(0,0,.18,1)}.h-bg{width:22rem;height:100%;background-color:#3f96cd;position:absolute;left:-22rem}.h-bg .h-bg-inner{height:100%;background-color:#464646}.divQrCode{-webkit-transition:all .3s cubic-bezier(0,0,.18,1);transition:all .3s cubic-bezier(0,0,.18,1);-webkit-transition-timing-function:cubic-bezier(0,0,.18,1);transition-timing-function:cubic-bezier(0,0,.18,1);position:absolute;width:20rem;bottom:-2rem;font-family:PT Sans,sans-serif;color:#828282;opacity:0}.infoProduct{display:block;position:absolute;width:100%;height:100%;top:0;left:0;font-family:Lato,sans-serif;font-weight:700}.infoProduct .productTitle{left:50%;font-size:1.1rem;line-height:1.2rem;color:#252525;overflow:hidden;text-overflow:ellipsis;width:20rem;text-align:center;height:3.5rem}.infoProduct .divQrCodeMessage,.infoProduct .productTitle{-webkit-transition:all .6s cubic-bezier(0,0,.18,1);transition:all .6s cubic-bezier(0,0,.18,1);-webkit-transition-timing-function:cubic-bezier(0,0,.18,1);transition-timing-function:cubic-bezier(0,0,.18,1);-webkit-transition-delay:.1s;transition-delay:.1s;display:block;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.infoProduct .divQrCodeMessage{left:26rem}.infoProduct .divQrCodeMessage .qrCodeMessage{font-size:12px;color:#fff;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap}.spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.spin8s{-webkit-animation:spin 8s linear infinite;animation:spin 8s linear infinite}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}