.no__register{margin-top:90px;width:100%;height:80vh;display:flex;justify-content:center;align-items:center}.no__register article{background-color:#d8f5fd;padding:2em;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em}.no__register article p:nth-child(1){color:#292525b4;font-weight:700;font-size:2em}.no__register article p:nth-child(2){color:#292525b4;font-weight:700}.no__register article button{border:none;font-size:1em;padding:1em 2em;background-color:#f85555;color:#fff;transition:background-color .3s ease-in-out,filter .3s ease-in-out}.no__register article button:hover{background-color:#c02828;filter:brightness(1.5)}.product{width:300px;height:min-content;overflow:hidden;background-color:#fff;gap:1em;padding-bottom:1em;border:1px solid gray;border-radius:.5em}.product__header{width:100%;height:250px;overflow:hidden;position:relative;border-bottom:1px solid gray}.product__img-1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;object-fit:contain;opacity:1;transition:opacity .3s ease-in-out}.product__img-2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;object-fit:contain;opacity:0;transition:opacity .3s ease-in-out}.product__header:hover .product__img-1{opacity:0}.product__header:hover .product__img-2{opacity:1}.product__body{padding:1em;display:grid;gap:1em}.product__section{display:grid;gap:.5em}.product__subtitle{font-weight:600;color:gray}.product__title{padding-left:1em;color:#2c2a2a}.product__price{display:grid;gap:.5em;position:relative}.product__price-label{text-decoration:line-through;font-weight:600;color:gray;width:100%}.product__price-value{padding-left:1em;font-weight:800;color:#9b1d1d;width:100%}.product__btn-container{text-align:right}.product__btn{background-color:#f85555;border:none;color:#fff;padding:.7em;border-radius:100%;width:min-content;height:min-content;cursor:pointer;transition:filter .3s ease-in-out,background-color .3s ease-in-out}.product__btn:hover{background-color:#c42424;filter:brightness(1.6)}.product__btn-icon{font-size:2em}.product__price-container{display:flex;text-align:center;justify-content:space-between;width:300px}@media (min-width: 728px){.product{width:290px}}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background-color:#5a5858;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.product__global{max-width:1300px;display:flex;flex-wrap:wrap;justify-content:center;margin-top:140px}.searh{position:fixed;top:70px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;justify-content:right;align-items:flex-end;gap:.5em;z-index:999;width:300px}.input__container{display:flex;width:100%;align-items:center;border:1px solid gray;background-color:#fff}.input__container i{font-size:1.3em;padding-left:.3em;color:gray}.searh input{padding:.5em;width:100%;border:none}.searh button{width:min-content;background-color:inherit;border:none;transition:transform .4s ease-in-out;display:flex;justify-content:center;align-items:center;gap:.3em}.searh button i{font-size:1.9em;color:#3a3838a6;transition:color .4s ease-in-out,transform .4s ease-in-out}.searh button span{font-size:1.2em;font-weight:600;color:#3a3838a6}.home__container{display:flex;flex-wrap:wrap;gap:1em;justify-content:center;padding-bottom:1em}.searh button:hover i{transform:scale(1.2)}.searh button:hover i{color:#0a163b}::-webkit-scrollbar{scroll-behavior:smooth;width:5px}::-webkit-scrollbar-track{background-color:#eceaea}::-webkit-scrollbar-thumb{background-color:#c5c4c4}@media (min-width: 800px){.product__global{width:calc(100vw - 305px);justify-content:right;padding:0 1em;margin:120px 0 0;float:right;display:flex;justify-content:center}.searh{left:auto;right:0;width:40%}.searh__open{transition:top .3s ease-in-out;top:11%}.searh__close{transition:top .3s ease-in-out;top:-5%}.input__container input{padding:1em}.searh button{display:none}}.containerLoad{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999999999999;display:flex;justify-content:center;align-items:center;background-color:#ffffff7c}.load__container{z-index:99999999999999999}.filtrar{position:fixed;top:0;width:80vw;height:100vh;background-color:#fff;z-index:999999999999999;display:flex;flex-direction:column;gap:1em;padding:1em}.open__filter{right:0;transition:right .3s ease-in-out}.close__filter{right:-80vw;transition:right .3s ease-in-out}.filtrar__title{color:#423f3f;font-weight:600;height:min-content;margin-top:2.5em}.btn__filtrar--close{position:absolute;top:1em;right:1em;text-align:right;background-color:#fff;border:none;width:min-content;height:min-content;padding:.7em}.btn__filtrar--close i{font-size:1.7em;transition:color .3s ease-in-out}.btn__filtrar--close:hover i{color:red}.open__price{display:flex;justify-content:space-between;border-bottom:1px solid gray}.open__price>p:nth-child(1){color:#423f3f;font-weight:600}.open__price>p:nth-child(2){font-size:1.4em}.price{padding-top:1em;padding-bottom:1em}.category__price{display:flex;flex-wrap:wrap;justify-content:space-between}.category__price label{width:100%;padding-bottom:.5em}.category__price input{width:100%}.filtrar__category{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.1em;padding-bottom:1em}.filtrar__category p:nth-child(1){color:#423f3f;font-weight:600}.filtrar__category p:nth-child(2){font-size:1.4em}.category__content{border-top:1px solid gray;padding-top:1em;width:100%;display:grid;gap:1em}.submit{background-color:#fa0000;color:#fff;border:none;padding:.7em 3em;border-radius:.3em}.category__price>label{background-color:#8b008b;padding:.5em;color:#fff;font-weight:600;margin-bottom:.4em}.filter__submit{width:100%;text-align:right;padding-right:1em}@media (min-width: 800px){.filtrar{top:89px;left:0;width:300px;background-color:#fff}.btn__filtrar--close{display:none}}.delete__product-container{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0c134f5b;backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center}.delete__product-main{background-color:#070a52;color:#fff;display:grid;gap:.5em}.delete__product-title{background-color:#0b2447;padding:.5em;color:gray}.delete__product-text{padding:.5em}.delete__product-button{background-color:#3a1078;padding:.5em;display:flex;gap:1em}.delete__product-button button{display:flex;justify-content:center;align-items:center;width:2em;aspect-ratio:1}.delete__product-button button{transition:background-color .3s ease-in-out;cursor:pointer}.delete__product-button button:nth-child(1){border:none;background-color:#f85555;color:#fff;font-size:1.2em}.delete__product-button button:hover:nth-child(1){background-color:#fc4f00}.delete__product-button button:nth-child(2){border:none;background-color:#2d033b;color:#fff;font-size:1.2em}.delete__product-button button:hover:nth-child(2){background-color:#070a52}.cart{position:fixed;top:0;width:90vw;height:100vh;overflow-y:scroll;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:1em;z-index:1;padding:2em 1em 1em;box-shadow:0 5px 10px #0000004d,0 7px 21px #0003}.load{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cart__open-article{transition:right .3s ease-in-out;right:0}.cart__close-article{transition:right .3s ease-in-out;right:-90%}.cart__close{position:absolute;top:1em;right:1em;background-color:inherit;border:none;transition:color .3s ease-in-out}.cart__close:hover{color:red}.cart__close i{font-size:2.2em}.cart__title{color:#2c2929d2}.cart__showpping{display:flex;flex-wrap:wrap;gap:1em;width:100%;height:700px;overflow-y:scroll}.article__cart{width:100%;height:min-content;overflow:hidden;display:grid;gap:1em;background-color:#fff;padding:1em;border:1px solid rgba(99,90,90,.418);position:relative}.article__cart-head{display:flex;gap:1em;justify-content:left;align-items:center}.article__img{width:40%;height:100px}.article__img img{width:100%;height:100%;object-fit:contain}.article__info{display:grid;gap:.5em}.article__info span{color:#000000b2}.article__btn{border:1px solid rgba(56,52,52,.747);display:flex;width:min-content;justify-content:center;align-items:center}.article__btn button{border:none;padding:.5em 1em;transition:color .3s ease-in-out,background-color .3s ease-in-out;cursor:pointer}.article__btn button:hover:nth-child(1){background-color:#f85555;color:#fff}.article__btn button:hover:nth-child(3){background-color:#7855f8;color:#fff}.article__btn span{padding:0 1em}.article__cart-footer{display:flex;align-items:center;justify-content:space-between;height:min-content}.article__cart-footer p:nth-child(1){border:1px solid rgba(44,41,41,.596);padding:.7em}.article__cart-footer p:nth-child(2) span{color:gray}.article__cart-footer p:nth-child(2){color:#be0c0c;font-weight:600}.article__cart-footer button{border:none;background-color:#f85555;color:#fff;font-size:1.4em;padding:.6em;transition:background-color .3s ease-in-out,filter .3s ease-in-out}.article__cart-footer button:hover{background-color:#b81c1c;filter:brightness(1.5)}.cart__footer{background-color:#f1f6f9;padding:1em;display:flex;flex-wrap:wrap;gap:1em;justify-content:space-between}.cart__btn{width:100%;padding:1em;background-color:#e03838;border:none;color:#fff}.cart__footer-button{width:100%}.load__product-cart{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#3936466b;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(5px)}@media (min-width: 768px){.cart{width:450px}}.footer__container{background-color:#393646;position:fixed;bottom:-10.5em;width:100%;left:0;z-index:99999999999999;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2em;gap:1em;transition:bottom .3s ease-in-out}.footer__closer{bottom:0;transition:bottom .3s ease-in-out}.footer__info{display:grid;gap:.5em;color:#fff}.footer__button{display:flex;gap:2em}.footer__button button{color:#fff;border:none;width:4em;aspect-ratio:1;border-radius:100%;background-color:#58546d;display:flex;justify-content:center;align-items:center;position:relative}.footer__button button:before{content:"";position:absolute;top:-.2em;left:-.2em;width:4.4em;aspect-ratio:1;border-radius:100%;background-color:#fff;z-index:-1;filter:blur(7px);transform:scale(0);transform-origin:top;transition:transform .3s ease-in-out}.footer__button button:hover:before{transform:scale(1)}.footer__button button i{font-size:2em}.open__footer{position:absolute;top:-2.4em;right:1em}.open__footer button{background-color:#393646;border:none;color:#fff;font-size:2em;transition:color .3s ease-in-out}.open__footer button:hover{color:#a5a2b1}.slider{width:100%;aspect-ratio:1;position:relative;overflow:hidden}.slider__interior{display:flex;width:300%;transition:transform .5s ease;position:absolute;top:20%}.slider__img-container{padding:1.5em;width:100%;aspect-ratio:1.5}.slider__img{width:100%;height:100%;object-fit:contain}.slider__arrowhead{width:1.6em;aspect-ratio:1;position:absolute;background-color:#f85555;color:#fff;font-size:1.5em;top:50%;transform:translate(0 - 50%);border-radius:50%;border:none;z-index:999;display:flex;justify-content:center;align-items:center;cursor:pointer}.slider__arrowhead:hover{filter:brightness(1.2)}.slider__right{right:0}@media (min-width: 720px){.slider{width:500px}}.product__id{margin-top:95px;width:100vw;padding:1em;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1em;overflow:hidden}.product__info{display:flex;flex-direction:column;gap:1em;width:370px;left:0;position:relative}.product__info-brand{color:gray}.product__info-title{padding-left:1em;color:#2c2929}.product__info-description{line-height:1.5em}.product__footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1em}.product__footer-button{display:flex;border:1px solid gray}.product__footer-button div{padding:.5em 1em;border-left:1px solid gray;border-right:1px solid gray}.product__footer-button button{background-color:#fff;border:none;padding:0 1em}.product__footer-quantity{display:grid;justify-items:center;gap:.5em}.product__footer-quantity span{color:gray}.product__footer-buy{width:100%;position:relative}.product__footer-price{display:flex;flex-direction:column;gap:.5em}.product__price{padding-left:1em;font-weight:600;color:#ac1515}.product__footer-buy button{padding:1em;width:100%;background-color:#f85555;border:none;color:#fff;font-weight:600;display:flex;justify-content:center;align-items:center;gap:.5em;font-size:1em;transition:background-color .3s ease-in-out,filter .3s ease-in-out;cursor:pointer}.product__footer-buy button:hover+.tolkit{opacity:1}.product__footer-buy button:hover{background-color:#dd1b1b;filter:brightness(1.5)}.tolkit{position:absolute;top:-4.5em;left:50%;transform:translate(-50%);background-color:#0c134f;padding:1em;border-radius:.5em;font-weight:500;opacity:0;transition:opacity .2s ease-in-out;color:#fff}.tolkit__close{opacity:0;transition:opacity .2s ease-in-out}.tolkit__open{opacity:1;transition:opacity .2s ease-in-out}.tolkit span:nth-child(2){position:absolute;bottom:-1em;width:3em;left:50%;transform:translate(-50%);aspect-ratio:1.5;background-color:#0c134f;clip-path:polygon(50% 100%,0 0,99% 0)}.loading__product-id{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff54;backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:999999}.product__footer-buy button i{font-size:1.5em}.product__id-container{padding:0}@media (min-width: 768px){.product__id-container{width:100%;display:flex;gap:1em;justify-content:center;align-items:center;overflow:hidden;padding-top:2em}.product__info{width:500px}.nave{width:100%;display:block}}@media (min-width: 1024px){.product__id-container{width:1200px;display:flex;gap:2em;justify-content:center;align-items:center;padding-top:0}.product__info{width:500px}}.similar__product{width:100vw;display:flex;flex-wrap:wrap;justify-content:center;gap:2em}.similar__product h2{color:#f85555;text-align:left;width:100%;padding-left:1em;padding-top:1em}.similar__container{display:flex;flex-wrap:wrap;justify-content:center;gap:1em}.nave{display:flex;gap:1em;align-items:center;width:100%;justify-content:left;padding-left:1em;margin-bottom:-3em}.nave span{font-weight:700;color:#333030}.punto{background-color:red;width:.5em;aspect-ratio:1;border-radius:100%}.nave button{background-color:#f85555;color:#fff;border:none;display:flex;justify-content:center;align-items:center;padding:.3em 1em;transition:background-color .3s ease-in-out,filter .3s ease-in-out;z-index:9999;position:relative;cursor:pointer}.nave button:before{content:"Previews";position:absolute;top:10%;right:-6em;background-color:#ba55d3;padding:.2em 1em;z-index:-1;transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out}.nave button i{font-size:1.4em}.nave button:hover{background-color:#dd1b1b;filter:brightness(1.5)}.nave button:hover:before{transform:scaleX(1)}.register{margin-top:100px;width:100vw;display:flex;justify-content:center;padding-bottom:3em}.register__container{width:400px;background-color:#fff;padding:2em;display:grid;gap:1em;border:1px solid rgba(73,71,71,.651);border-radius:.5em}.register__form{display:grid;gap:2em}.form__container-register{display:grid;gap:.2em}.form__container-register label{color:#252323cb}.form__container-register input{border:none;border:1px solid rgba(0,0,0,.301);padding:.7em;border-radius:.5em}.login{width:100vw;height:min-content;display:flex;justify-content:center;align-items:center;margin-top:80px;padding:1em}.login__container{background-color:#fff;padding:2em;border-radius:1em;display:flex;flex-direction:column;gap:1em;max-width:400px}.login__welcome{line-height:1.5em;color:#111111b2}.login__test{background-color:#d8f5fd;display:flex;flex-direction:column;justify-content:center;gap:1em;padding:1em}.login__test h3{text-align:center}.login__test ul{width:100%}.login__test ul li{padding:.5em 0;color:#080808b6;display:flex;justify-content:left;align-items:center;gap:.5em}.login__test ul li i{font-size:1.2em}.form-container{display:grid;gap:2em}.login__form-container{display:grid;gap:.5em}.login__form-container input{border:none;border:1px solid rgba(0,0,0,.438);padding:.7em 1em;border-radius:.3em}.login__btn{padding:1em;font-size:.9em;color:#fff;font-weight:500;background-color:#f85555;border:none;letter-spacing:.1em;cursor:pointer;transition:filter .3s ease-in-out,background-color .3s ease-in-out}.login__btn:hover{background-color:#d11e1e;filter:brightness(1.5)}.sign__up{display:flex;gap:.2em;font-size:.8em}.sign__up button{background-color:inherit;border:none;padding:0;cursor:pointer;color:#2fa8f8}.error__login{color:#f85555;font-weight:600;text-align:center}.log__out{width:100vw;height:70vh;display:flex;justify-content:center;align-items:center}.log__out article{background-color:#d8f5fd;padding:2em;border-radius:.5em;display:grid;justify-items:center;gap:1em;min-width:340px;max-width:350px}.log__out article i{font-size:12em;color:#a5a3a3}.log__out article p{font-weight:700;color:#363333d3}.log__out article button{padding:1em 2em;border:none;background-color:#f85555;color:#fff;cursor:pointer;transition:background-color .5s ease-in-out,filter .3s ease-in-out}.log__out article button:hover{background-color:#d11e1e;filter:brightness(1.5)}.purchases{width:100vw;margin-top:100px;display:grid;gap:2em;padding:1em;overflow:hidden;justify-items:center}.purchases__main{max-width:900px;display:grid;gap:2em;justify-items:left}.purchases__title{padding-top:1em}.purchases__container{width:100%;display:flex;flex-wrap:wrap;gap:1em}.purchases__cart{width:180px;background-color:#fff;border-radius:.5em;border:1px solid gray;padding:1em;overflow:hidden;display:grid;gap:.5em}.purchases__img{width:100%}.purchases__img img{width:100%;height:100%;object-fit:contain}.purchases__cart-footer{border-top:1px solid gray;display:grid;gap:.5em}.date{display:flex;justify-content:space-between;align-items:center}.date span:nth-child(1){border:1px solid gray;padding:.5em}.purchases__cart-footer p{display:grid;gap:.2em}.purchases__cart-footer p span:nth-child(1){color:gray}.purchases__cart-footer p span:nth-child(2){padding-left:1em;font-weight:500}.left{margin-left:-1em}@media (min-width: 728px){.purchases__main{width:900px}}.navbar__container{position:fixed;top:0;left:0;width:100vw;height:min-content;color:#1b1a1a;z-index:999999999999;padding:1em;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1em;margin:0 auto;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out;background-color:#fff}.navbar__btn{border:none;background-color:inherit;color:#615f5f;font-size:1em;cursor:pointer}.ecommer{color:#f85555;font-weight:600;font-size:2em}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center}.navbar__title{color:inherit;text-decoration:none}.navbar__nav{width:100vw;height:100vh;position:fixed;top:0;right:0;z-index:9999999;background-color:#f5f5f5;display:flex;justify-content:center;align-items:center;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.nav{width:min-content;display:grid;gap:.5em;padding:1em}.nav__li{display:flex;justify-content:center;align-items:center;color:#615f5f;gap:.5em;position:relative;cursor:pointer;padding:.5em 0}.nav__li>i{font-size:1em}.nav__link{text-decoration:none;color:#0c0c0c;font-size:1em}.nav__li:before{content:"";position:absolute;width:50%;height:1px;background-color:#940101;bottom:0;left:0;transform:scale(0);transform-origin:left;transition:transform .3s ease-in-out}.nav__li:after{content:"";position:absolute;width:50%;height:1px;background-color:#940101;bottom:0;right:0;transform:scale(0);transform-origin:right;transition:transform .3s ease-in-out}.nav__li:hover:before{transform:scale(1)}.nav__li:hover:after{transform:scale(1)}.menu__close{position:absolute;top:2em;right:2em;border:none}.bxs-x-square{font-size:3em;transition:color .3s ease-in-out}.menu__close:hover .bxs-x-square{color:#940101}.close{transition:clip-path .3s ease-in-out;clip-path:polygon(0 0,100% 0,100% 100%,100% 0)}.open{transition:clip-path .3s ease-in-out;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.btn__open{border:none}.bx-menu{font-size:1.5em}.scroll__navbar{box-shadow:0 5px 10px #0000004d,0 7px 21px #0003;transition:box-shadow .3s ease-in-out,box-shadow .3s ease-in-out}.navbar__width{display:none}.navbar__cart-info{display:flex;gap:2em;justify-content:center;align-items:center}.navbar__cart-span{font-size:1.5em;color:#f85555;position:relative;cursor:pointer}.navbar__cart-span span{position:absolute;font-size:.4em;width:1.4em;aspect-ratio:1;padding:.2em;color:#fff;bottom:.1em;right:-.4em;background-color:#0c134f;border-radius:100%;display:flex;justify-content:center;align-items:center}.dos{display:none}@media (min-width: 778px){.dos{display:block}.uno,.btn__open,.navbar__nav{display:none}.navbar__width{display:block}.navbar__container{padding:0}.navbar{width:1200px;margin:0 auto;padding:1em}.nav{display:flex;padding:0;gap:2em}.nav__li{padding:0 1em}}*{box-sizing:border-box}body{margin:0;font-family:roboto,sans-serif;background-color:#fff}h1,h2,h3,h4,p,ul{margin-top:0;margin-bottom:0}ul{list-style:none;padding:0}input{outline:0}img{display:block}.alertify .ajs-dialog{top:50%;transform:translateY(-50%);margin:auto}
