@import url(https://fonts.googleapis.com/css2?family=Skranji:wght@400;700&display=swap);*,:after,:before{box-sizing:border-box;padding:0;margin:0}img{width:100%;height:100%}html{font-family:"Skranji",cursive}body{overflow-x:hidden}:root{font-size:22px}@media screen and (max-width:700px){:root{font-size:20px}}@media screen and (max-width:500px){:root{font-size:18px}}@media screen and (max-width:350px){:root{font-size:14px}}@media screen and (max-width:300px){:root{font-size:12px}}@media screen and (max-width:280px){:root{font-size:11px}}.hand{cursor:pointer}.header{padding:.5rem 1rem;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:10;box-shadow:0 2px 5px rgba(0,0,0,.24)}.header,.logo-container{display:flex;align-items:center}.logo-container{width:5.125rem;height:-webkit-min-content;height:-moz-min-content;height:min-content;position:relative;top:.25rem}.logo-container img{width:100%}.menu-icon-container{width:2.25rem;display:flex}.menu-box{position:fixed;background:#fff;width:100VW;height:100vh;top:0;left:0;display:flex;align-items:center;justify-content:center;transform:scale(0);transition:transform .5s;z-index:1000}.menu-box.active{transform:scale(1)}.close{position:absolute;top:16px;right:16px}.menu-list-container{position:relative;top:-20px}.menu-list{list-style-type:none}.menu-item{font-size:1.125rem;text-align:center;padding-bottom:1.25rem}.menu-item *{text-decoration:none;color:#000}@media screen and (min-width:650px){.menu-icon-container{display:none}.menu-box{background:#fff;transform:scale(1);z-index:1000;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-min-content;height:-moz-min-content;height:min-content;transition:transform .5s}.close{display:none}.menu-list-container{top:0}}@media screen and (min-width:650px) and (min-width:880px){.menu-list-container{margin-right:1.875rem}}@media screen and (min-width:650px){.menu-list{display:flex}.menu-item{padding-right:.875rem;font-size:.875rem;text-align:left;text-align:initial;padding-bottom:0}.menu-item a{color:#383838}.menu-item a:hover{color:#080707}}@-webkit-keyframes aside{30%{right:-100%}to{right:-2px}}@keyframes aside{30%{right:-100%}to{right:-2px}}.social-aside{position:fixed;width:36px;right:-100%;bottom:80px;z-index:1}.social-aside.carged{-webkit-animation:aside .5s forwards;animation:aside .5s forwards}.social-aside-item{padding-bottom:.03125rem}.social-aside-item img{overflow:hidden;border-top-left-radius:.3125rem;border-bottom-left-radius:.3125rem}.banner{background:#214e6f;background-image:url(/static/media/header.0ca2d87a.png);background-size:cover;padding:.75rem 1rem}@media screen and (min-width:1024px){.banner{padding:1.125rem 1rem}}@-webkit-keyframes opa{30%{opacity:0;transform:scale(0)}to{transform:scale(1);opacity:1}}@keyframes opa{30%{opacity:0;transform:scale(0)}to{transform:scale(1);opacity:1}}.banner-image{display:flex;justify-content:center;opacity:0;transform:scale(0)}.banner-image.carged{-webkit-animation:opa 1s forwards;animation:opa 1s forwards}.banner-image-container{width:12.125rem}.banner-text-container{color:#efefef;font-size:.875rem;text-align:center;opacity:0;transform:scale(0)}.banner-text-container :first-child{font-size:1rem;padding-bottom:.75rem}.banner-text-container.carged{-webkit-animation:opa 1s forwards;animation:opa 1s forwards}.ourProducts{padding:1rem}@media screen and (min-width:1024px){.ourProducts{margin:0 5%}}.our-text{width:100%;text-align:center}.our-text h2{font-size:1rem}.our-cards-container{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:.875rem;margin-top:1rem}.our-card{position:relative;height:10rem;background:#000;border-radius:.25rem;overflow:hidden;transition:transform .5s}.our-card img{position:absolute;height:100%;object-fit:cover;top:0;left:0}.our-card *{text-decoration:none}.our-card:first-child a{color:#fff}.our-card:first-child img{-webkit-filter:brightness(.8);filter:brightness(.8)}.our-card:nth-child(2) a{color:#000}.our-card:nth-child(3) a{color:#fff}.our-card:nth-child(3) img{-webkit-filter:brightness(.7);filter:brightness(.7)}.our-card a{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.our-card:hover{transform:scale(1.05)}.gallery{margin-top:1.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,1fr);grid-gap:0}.gallery-grid-image{position:relative}.gallery-grid-image p{padding:0 .75rem;position:absolute;background:rgba(0,0,0,.384);width:100%;height:100%;display:flex;text-align:center;justify-content:center;align-items:center;opacity:0;pointer-events:none;font-size:1.125rem;transition:opacity .5s}.gallery-grid-image a{text-decoration:none;color:#fff}.gallery-grid-image a:hover p{opacity:1;pointer-events:auto}.gallery-grid-image img{object-fit:cover}.gallery-grid-image:nth-child(5){grid-column:1;grid-row:1/span 2}.gallery-grid-image:nth-child(3){grid-column:2/span 2;grid-row:2/span 2}.gallery-grid-image:nth-child(7){grid-row:1;grid-column:2}.gallery-grid-image:nth-child(4){grid-row:span 2;grid-column:span 2}.gallery-grid-image:nth-child(6){grid-row:span 2}.recomended{margin-top:1.5rem;padding:0 1rem}@media screen and (min-width:1024px){.recomended{margin:1.5rem 5%}}.recomended-text{text-align:center;margin-bottom:.75rem}.recomended-text h2{font-size:1rem}.recomended-products{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:1rem}.card *{text-decoration:none}.card-sub{background:#fefdfd;box-shadow:.03125rem .03125rem .0625rem rgba(0,0,0,.363);border-radius:.125rem;overflow:hidden;height:80%}.card-image{height:0;padding-bottom:60%;position:relative}@media screen and (min-width:1024px){.card-image{padding-bottom:45%}}.card-image img{position:absolute;object-fit:cover}.card-body{padding:.75rem;text-align:center}.card-body p{color:#000;font-size:.75rem;line-height:1.2}.price{text-align:center;background:rgba(147,235,240,.6784313725490196);margin-top:.625rem;border-radius:.125rem;overflow:hidden}.price p{color:#000;font-size:.875rem}.card{transition:transform .5s}.card .price{transition:background-color .5s}.card:hover{transform:scale(1.05)}.card:hover .price{background:rgba(111,232,238,.7725490196078432)}.footer{background:#7242a3;background-image:url(/static/media/footer.b3e166d0.png);background-size:cover;padding:1rem 1rem .5rem}.footer *{color:#fff}.social-media-container{margin-bottom:1.5rem}.social-media-container p{font-size:1rem}.social-media-list{list-style-type:none;margin-top:.5rem;margin-left:.375rem}.social-media-list p{font-size:.75rem}.social-media-item{margin-bottom:.75rem}.social-media-item a{text-decoration:none;display:flex;align-items:center;width:-webkit-min-content;width:-moz-min-content;width:min-content}.social-media-item-image{margin-right:.375rem;width:1rem;height:1rem}.categories-container p{font-size:1rem}.categories-list{list-style-type:none;margin-left:.375rem;margin-top:.5rem}.categories-list a{text-decoration:none;font-size:.75rem}.categories-item{margin-bottom:.25rem}.rights-container{margin-top:.875rem}.rights-image{display:flex;justify-content:center}.rights-image-container{width:5.5rem;display:flex}.rights-text-container{text-align:center;font-size:.625rem}.sub-menu{background:#fff;padding:0 1.125rem;box-shadow:0 1px 4px rgba(0,0,0,.192);position:relative;position:-webkit-sticky;position:sticky;top:var(--top-submenu);z-index:2}.sub-menu-list{display:flex;list-style-type:none;padding:.375rem 0}.sub-menu-item{margin-right:1rem}.sub-menu-item a{text-decoration:none;font-size:.875rem}.sub-menu-item a.active{border-bottom:.1875rem solid rgba(139,63,174,.745098)}.sub-menu-item a{color:#272727}.sub-menu-item a:hover{color:#080707}.route{margin:.75rem 1rem;display:flex;align-items:center}.route:before{content:"";display:block;position:absolute;width:.875rem;height:.875rem;background-image:url(/static/media/home.3fc2eb83.svg);background-size:cover}.route a{color:#000;text-decoration:none;position:relative;top:1.5px;font-size:.625rem}.route a:first-child{margin-left:1rem}.products{padding:0 1rem}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;grid-row-gap:1.25rem}@media screen and (min-width:1024px){.products-grid{margin:0 10%}}@-webkit-keyframes opa2{0%{opacity:0;transform:scale(0)}to{transform:scale(1);opacity:1}}@keyframes opa2{0%{opacity:0;transform:scale(0)}to{transform:scale(1);opacity:1}}.product-images{padding:0 1rem;display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:1.125rem}.product-images img{height:6.25rem;border-radius:.125rem;overflow:hidden;pointer-events:none}@media screen and (min-width:760px){.product-images img{height:8.75rem}}@media screen and (min-width:920px){.product-images img{height:11.25rem}}@media screen and (min-width:1024px){.product-images img{height:14.375rem}}.product-images .modal-image{transition:background-color .5s,transform .5s}.product-images .modal-image:hover{transform:scale(1.025)}.product-images .modal-image.active{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;background:rgba(0,0,0,.856);display:flex;justify-content:center;align-items:center}.product-images .modal-image.active img{height:50%;width:70%;transform:scale(0);opacity:0;-webkit-animation:opa2 .5s forwards;animation:opa2 .5s forwards}@media screen and (min-width:650px){.product-images .modal-image.active img{height:65%;width:65%}}@media screen and (min-width:900px){.product-images .modal-image.active img{height:75%;width:60%}}@media screen and (min-width:1024px){.product-images .modal-image.active img{height:85%;width:55%}}.product-info{padding:0 1rem;margin-top:.875rem}.product-info h1,.product-info h2{font-size:1.125rem}.product-info h2{font-weight:700;color:#8b3fae}.line-cont{padding:0 1rem}.line{border-top:1px solid #cac9cc;margin-bottom:.5rem}.description{font-size:.875rem;color:#2b2b31;margin:0 0 .5rem}.button{background:#6d17b1;border-radius:.25rem;width:-webkit-min-content;width:-moz-min-content;width:min-content}.button:hover{background:#5a0e94}.button a{text-decoration:none;color:#fff;font-size:.875rem;width:100%;height:100%;display:block;padding:.375rem 1rem}.contact-url{color:#313131;font-size:.5rem;margin-top:.25rem}.others-products{margin-top:.875rem;padding:0 1rem}.others-products h3{font-size:1rem}.others-products-cards-container{display:grid;margin-top:.75rem;grid-template-columns:repeat(3,1fr);grid-column-gap:1rem}@media screen and (min-width:1024px){.others-products-cards-container{margin:.75rem 5%}}@-webkit-keyframes rotate{60%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes rotate{60%{transform:scale(1.15)}to{transform:scale(1)}}.entrega{margin-top:1.25rem;background:#c74563;background-image:url(/static/media/entrega.63281cb3.png);background-size:cover;display:flex;padding:1rem;align-items:center;justify-content:space-between}@media screen and (min-width:1024px){.entrega{padding:1rem 8%}}.entrega-container{display:flex}.entrega-container:first-child{padding-right:2.5rem}@media screen and (min-width:1024px){.entrega-container:first-child{padding-right:3.75rem}}.entrega-container p{font-size:.625rem;color:#fff;width:70%;display:flex;align-items:center}@media screen and (min-width:670px){.entrega-container p{font-size:.75rem}}@media screen and (min-width:1024px){.entrega-container p{font-size:.875rem}}.entrega-container-image{padding-right:.5rem;width:35%;-webkit-animation:rotate 3s infinite;animation:rotate 3s infinite}@media screen and (min-width:670px){.entrega-container-image{padding-right:.875rem}}@media screen and (min-width:1024px){.entrega-container-image{padding-right:1.25rem}}
/*# sourceMappingURL=main.ed90584b.chunk.css.map */