*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{box-shadow:0 2px 6px #08a05ca4;box-sizing:border-box;margin:auto;max-width:1555px;min-height:100vh;padding:0 15px;width:100%}.inicio{margin:0 auto;padding-top:9rem;width:100%}.inicio h1{color:#08a05c;font-size:2.5rem}.inicio img{width:100%}header{align-items:center;background-color:#fff;box-shadow:0 10px 10px #08a05c50;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-around;max-width:1530px;min-height:100px;overflow:hidden;position:fixed;width:97%}a{color:#000;text-decoration:none;text-transform:uppercase}a:hover{color:#08a05c}.menu{display:none}li{list-style:none}header ul{display:flex;margin:0;padding:0}header ul li{padding:0 1rem}header ul li a{font-weight:700}.cart{cursor:pointer;position:relative}.cart box-icon{height:45px;width:45px}.cart span{align-items:center;background-color:crimson;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:2.5rem;justify-content:center;padding:0;position:absolute;right:-1.5rem;top:-1rem;width:2.5rem}.produ{color:#08a05c;font-size:2.4rem;padding:10rem 0 0}.productos{grid-gap:3rem 1rem;box-sizing:border-box;display:grid;gap:3rem 1rem;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));margin:0 auto;padding:5rem 3rem}.producto{align-items:center;border:6px solid transparent;border-radius:5px;box-shadow:1px 10px 10px 2px rgba(0,0,0,.1);cursor:pointer;display:flex;flex-direction:column}.producto:hover{border:6px solid #08a05c57}.producto__img img{width:310px}.producto__footer{padding:1rem}.producto__footer h1{color:#1a202c;font-family:Helvetica,sans-serif;font-size:1.5rem;font-weight:600}.producto__footer p{color:rgba(0,0,0,.555);font-size:18px;font-weight:700;text-transform:uppercase}.producto__footer .price{color:#1a202c;font-size:2rem}.productos .bottom{grid-gap:1rem 2rem;display:grid;gap:1rem 2rem;grid-template-columns:2fr 1fr;height:45px;width:100%}.bottom .btn{border:none;border-radius:5px;cursor:pointer;outline:0}.bottom button{background-color:#3033d3;color:#fff;font-size:1.5rem;font-weight:600;margin:0 auto;max-width:250px;width:100%}.bottom div{align-items:center;background-color:#08a05c;border-radius:5px;display:grid;margin-left:-2rem;text-align:center}.bottom div a{color:#fff;font-weight:700}.bottom div a:hover{color:#fff}.carritos{background-color:rgba(0,0,0,.6);height:100%;left:0;padding-bottom:5rem;top:0;width:100%;z-index:2}.carrito,.carritos{position:fixed;transition:all .3s ease-in-out;visibility:hidden}.carrito{background-color:#fff;border-radius:8px;height:80%;left:50%;opacity:0;overflow-x:scroll;padding:1.6rem;top:50%;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5);width:60%}.carrito h2{font-size:2rem;text-align:center}.carrito.show,.carritos.show{visibility:visible}.carrito.show{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1)}.carrito__close box-icon{cursor:pointer;display:inline-block;height:50px;margin:3rem 0 0 2rem;-webkit-transform:all .3s ease-in-out;transform:all .3s ease-in-out;width:50px}.carrito__close box-icon:hover{fill:crimson}.carrito__center{margin:0 auto;width:98%}.carrito__item{border-radius:5px;box-shadow:0 1px 10px #8b4513;display:grid;grid-template-columns:1fr 2fr 1fr 1fr;margin:2rem auto;width:80%}.carrito__item div{align-items:center;display:flex;flex-direction:column}.carrito__item img{width:10rem}.carrito__item h3{font-family:Helvetica,sans-serif;font-size:1.5rem;font-weight:600;margin-top:1.5rem}.carrito__item .price{color:#1a202c;font-size:2rem;font-weight:700;margin-left:-17rem;text-align:start}.carrito__item box-icon{fill:#08a05c;cursor:pointer;height:40px;margin-top:.3rem;width:40px}.carrito__item .cantidad{font-size:2rem;font-weight:700}.carrito__item .remove__item box-icon{fill:crimson;height:80px;margin-top:2rem;width:60px}.carrito__footer{margin-bottom:3rem;text-align:center}.carrito__footer h3{font-size:2rem;font-weight:700;letter-spacing:1px}.carrito__footer .btn{background-color:#08a05c;border:0;cursor:pointer;display:inline-block;font-size:1.2rem;outline:0;padding:.3rem 1rem}.carrito__footer .btn:hover{background-color:#0f5c39;color:#fff}.detalles{box-sizing:border-box;display:flex;flex-direction:column;padding:13rem 1rem 0;width:100%}.detalles h2{color:#1a202c;font-family:Helvetica,sans-serif;font-size:3.5rem;margin:0 auto;max-width:1000px;width:100%}.detalles .price{color:#08a05c;font-size:2.5rem;font-weight:700}.detalles button{background-color:#3033d3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.6rem;font-weight:600;margin:1rem 0 0;max-width:300px;outline:0;padding:1rem}.detalles .grid{grid-gap:2rem 1rem;display:grid;gap:2rem 1rem;grid-template-columns:1fr 1fr;max-width:350px}.detalles .grid>.nuevo,.tamano{border-radius:8px;color:#fff;font-size:2rem;font-weight:600;padding:1rem 2rem}.detalles .grid .nuevo{background-color:#08a05c}.detalles .grid .tamano{background-color:#f1365b;display:flex}.detalles .grid .tamano select{background-color:#f1365b;border:none;color:#fff;cursor:pointer;font-size:2rem;outline:0}.detalles img{margin-top:-7rem;min-height:300px;object-fit:contain;z-index:-1}.detalles input{margin:0 auto 2rem;max-width:700px;width:100%}.detalles .description{color:#5f5d5d;font-size:1.1rem;font-weight:500;letter-spacing:1px;margin:0 auto;max-width:1300px;width:100%}.detalles .description b{color:#30333a;font-size:1.4rem}.relacionados{background-color:#2e2e2e;color:#fff;font-family:Helvetica,sans-serif;font-size:18px;letter-spacing:3px;margin:5rem auto -2rem;max-width:350px;padding:.5rem 1rem;text-align:center;text-transform:uppercase;width:100%}@media only screen and (max-width:1000px){.carrito__item{width:92%}}@media only screen and (max-width:888px){.detalles input{margin-top:-6rem}}@media only screen and (max-width:700px){.carrito{height:100%;padding:1rem;width:100%}.carrito__item h3{font-size:1.3rem}.detalles h2{font-size:3rem}}@media only screen and (max-width:663px){.detalles input{margin-top:-8rem}}@media only screen and (max-width:570px){header ul{display:none}.productos{padding:0}.detalles h2{font-size:2.5rem}.detalles input{margin-top:0}.detalles img{height:100%;margin:-1rem auto;object-fit:cover;width:100%}}@media only screen and (max-width:450px){.carrito__item h3{font-size:.8rem}.carrito__item .remove__item{height:20px;width:20px}.carrito__item box-icon{height:25px;width:25px}.detalles h2{font-size:2rem;padding-top:10rem}.detalles .grid>.nuevo,.tamano{border-radius:8px;color:#fff;font-size:1.2rem;font-weight:600;padding:1rem}.detalles .grid .tamano select{font-size:1.2rem}.detalles img{width:300px;width:100%}.detalles{padding:1rem 0}}
/*# sourceMappingURL=main.94a59707.css.map*/