<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Anton&amp;display=swap";@import"https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&amp;family=Nunito:wght@200;300;400;600;700;800;900&amp;display=swap";.nav-cart li{list-style:none}.nav-cart a{position:relative}.nav-cart a svg{color:orange;text-decoration:none;font-size:3.2rem;z-index:1}.nav-cart a span{position:absolute;bottom:100%;left:100%;background:#5D438F;width:22px;height:22px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;padding:2px 3px 2px 2px;font-size:1.2rem;font-weight:600}@media (max-width: 576px){.nav-cart a svg{font-size:2.8rem}.nav-cart a span{width:18px;height:18px;font-size:1rem}}.navbar{display:flex;background:#232323;justify-content:space-around;align-items:center;height:71px}.logo-container a{text-decoration:none}.logo-container a h1{font-size:4rem;font-weight:600;color:#ed7d2a;text-decoration:none}.logo-container a span{color:#fff}.nav-options{padding-left:25px;display:grid;grid-template-columns:repeat(4,auto);grid-gap:50px;list-style-type:none}.mobile-option{display:none}.option{padding-bottom:1px;position:relative}.option a{color:#fff;text-decoration:none;font-size:1.8rem}.option:after{content:"";position:absolute;height:2px;width:100%;left:0;bottom:0;opacity:0;transform:translateY(3px);background:#ED7D2A;transition:opacity .2s ease,transform .2s ease}.option:hover:after{opacity:1;transform:translateY(0)}.menuLinkSelected{font-weight:800;color:#ed7d2a!important}.mobile-menu{display:none}@media (max-width: 576px){.navbar{padding:0 10px}.logo-container a h1{font-size:3rem}.nav-options{display:flex;width:100%;height:350px;position:absolute;top:70px;left:-100%;opacity:0;transition:all .2s ease-in-out;flex-direction:column;list-style-type:none;grid-gap:0px}.nav-options.active{background:#232323;left:0;opacity:1;transition:all .2s ease-in-out;z-index:1;align-content:center;padding-left:0}.option{display:flex;align-items:center;justify-content:center;height:10vw;padding:30px 0}.option:after{width:0%}.mobile-menu{display:block;color:#fff;font-size:3rem}}@media (max-width: 768px){.nav-options{grid-gap:25px;padding-left:0}}.button{padding:8px 18px;margin:1.2rem auto;background-color:#ededee;color:#000;border-radius:7px;transition:transform .25s cubic-bezier(.2,.8,.4,1);font-size:1.4rem}.button:hover{transform:scale(1.1)}.button:active{transform:scale(.9)}.shadow,.product{-webkit-box-shadow:5px 4px 13px 0px rgba(50,50,50,.32);-moz-box-shadow:5px 4px 13px 0px rgba(50,50,50,.32);box-shadow:5px 4px 13px #32323252}.product{border:1px solid #acacac;border-radius:5px;width:350px}.product__info{display:flex;flex-direction:column;padding:10px 40px}.product__info p{margin:10px 0;font-size:1.6rem}.product__info .discount{color:red}.product__info h4{font-size:2.2rem;height:40px;color:#5d438f}.product__info-price p{font-weight:600;font-size:22px}.product__info-price mark{background:rgba(0,0,0,0);color:#6db467}.product__info-price span{font-size:18px;font-weight:200;text-decoration:line-through}.product__info-price .price__desc{display:flex;justify-content:space-between}.product__info-button{margin-top:5px;text-align:center;font-size:1.4rem}.product__img{display:flex;flex-flow:column wrap;justify-content:center;align-items:center;background:#4d628a;border-top-left-radius:5px;border-top-right-radius:5px}.product__img-box{width:348px;height:400px;background:#CCC;overflow:hidden}.product__img-box img{width:100%;height:auto;border-top-left-radius:5px;border-top-right-radius:5px}@supports (object-fit: cover){.product__img .product__img-box img{height:100%;object-fit:cover;object-position:center center}}.containerSk-chase{height:40rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.containerSk-chase p{font-size:2.5rem;margin-top:2rem;font-weight:300}.sk-chase{width:50px;height:50px;position:relative;animation:sk-chase 2.5s infinite linear both;grid-template-columns:2/3}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s infinite ease-in-out both}.sk-chase-dot:before{content:"";display:block;width:30%;height:30%;background-color:#232323;border-radius:100%;animation:sk-chase-dot-before 2s infinite ease-in-out both}.sk-chase-dot:nth-child(1){animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-.9s}.sk-chase-dot:nth-child(4){animation-delay:-.8s}.sk-chase-dot:nth-child(5){animation-delay:-.7s}.sk-chase-dot:nth-child(6){animation-delay:-.6s}.sk-chase-dot:nth-child(1):before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{to{transform:rotate(360deg)}}@keyframes sk-chase-dot{80%,to{transform:rotate(360deg)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}to,0%{transform:scale(1)}}.products{margin:5rem auto 15rem;padding:auto 1rem}.products__grid{display:grid;-ms-grid-columns:minmax(30rem,1fr) [auto-fill];grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));grid-gap:2em;margin:auto 1rem}@media (max-width: 280px){.products .products__grid{margin:2rem auto}}.products article{justify-self:center}.titulo{font-size:4rem;text-align:center;margin-top:25px}.categories{display:flex;justify-content:center;gap:2.7rem;margin:3rem 0}.categories__item{display:inline-block;position:relative;color:#232323;font-weight:300;font-size:2rem;letter-spacing:-1.2px;text-shadow:-2px 0px 21px rgba(150,150,150,.59);text-decoration:none}.categories__item:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:3px;bottom:0;left:0;background-color:#ed7d2a;transform-origin:bottom right;transition:transform .4s cubic-bezier(.86,0,.07,1)}.categories__item:hover:after{transform:scaleX(1);transform-origin:bottom left}.categories__item--selected{font-weight:600;color:#232323;border-radius:7px;box-shadow:0 0 #8a535333;animation:pulse 1.75s infinite cubic-bezier(.66,0,0,1)}@keyframes pulse{to{box-shadow:0 0 0 20px #fff0}}@media (max-width: 576px){.categories{gap:1rem}.categories__item{font-size:1.8rem}}.hero{background:#232323;min-height:100vh;display:flex;align-items:center}.hero__text{font-family:Anton,sans-serif;width:100%;color:transparent;text-align:center;text-transform:uppercase;font-size:150px;font-weight:700;background-image:url(/assets/explorer.041cb1a1.png);background-size:cover;background-position-y:450px;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 576px){.hero__text{font-size:80px}}.hero-content{display:flex;gap:3rem;margin:5rem 0 0}.hero-content img{width:50%;border:1px solid #acacac;border-radius:5px;padding:5px}.hero-content .texts-one{align-self:center;width:80%}.hero-content .texts-one h2{font-size:3rem}.hero-content .texts-one p{margin:2rem 0;font-size:1.4rem}@media (max-width: 576px){.hero-content{flex-direction:column}.hero-content img{width:100%}.hero-content .texts-one{text-align:center}}.hero-content-two{display:flex;gap:3rem}.hero-content-two .texts-two{order:1;text-align:right;align-self:center;width:80%}.hero-content-two .texts-two h2{font-size:3rem}.hero-content-two .texts-two p{margin:2rem 0;font-size:1.4rem;align-self:flex-end}.hero-content-two img{width:50%;border:1px solid #acacac;border-radius:5px;padding:5px;order:2}@media (max-width: 576px){.hero-content-two{flex-direction:column;order:1}.hero-content-two img{margin-top:2rem;width:100%}.hero-content-two .texts-two{order:2;text-align:center}}table{margin:8rem 0 0;width:60%;font-size:1.5rem;background-color:#fff}table thead tr,table tbody tr{border-bottom:.5px solid #acacac}table tbody td{padding-top:8px;text-align:center;position:relative}table thead{height:50px}table thead th{position:relative}table thead th:nth-child(1){width:20%}table thead th:nth-child(2){width:20%}table thead th:nth-child(3){width:20%}table thead th:nth-child(4){width:10%}table thead th:nth-child(5){width:10%}table thead th:nth-child(6){width:20%}.containerCartTable{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.containerCartTable .total td{height:40px;padding-bottom:10px}.containerCartTable .total td:nth-child(1){text-align:right;font-weight:700}.containerCartTable .total td:nth-child(2){text-align:left;color:#ed7d2a;font-weight:700}.containerCartTable .total td:nth-child(3){text-align:center}.containerCartTable .iconDelete{font-size:2.5rem;cursor:pointer;color:#5d438f;transition:transform .25s cubic-bezier(.2,.8,.4,1)}.containerCartTable .iconDelete:hover{transform:scale(1.1)}.containerCartTable .iconDelete:active{transform:scale(.9)}#deleteAll{position:relative;cursor:pointer;padding:2px}#deleteAll span{position:relative}#deleteAll span:hover{color:#fff;font-weight:500}#deleteAll:before{content:"";position:absolute;left:-.1px;right:-.1px;bottom:0;height:100%;border-radius:2px;transform:scaleY(.3);transition:transform .6s cubic-bezier(.53,.21,0,1);transform-origin:bottom;background-color:#5d438f;opacity:.6}#deleteAll:hover:before{transform:scaleY(1)}@media (max-width: 576px){table{font-size:1rem;width:99%;display:block;overflow-x:auto;border-top:1px solid #acacac;border-left:1px solid #acacac;border-right:1px solid #acacac}.iconDelete{font-size:2rem}#deleteAll{padding:1px}.containerCartTable .total td:nth-child(1){text-align:center}.containerCartTable .total td:nth-child(2){text-align:center;width:50px}}.container__cartClose{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.container__cartClose img{width:30%;margin-bottom:3rem}.container__cartClose p{font-size:2rem;margin-bottom:3rem;text-align:center}.container__cartClose .center{text-align:center}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body&gt;div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button&gt;svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate(110%);visibility:visible}to{transform:translate(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate(-110%);visibility:visible}to{transform:translate(0)}}@keyframes Toastify__slideInUp{0%{transform:translateY(110%);visibility:visible}to{transform:translate(0)}}@keyframes Toastify__slideInDown{0%{transform:translateY(-110%);visibility:visible}to{transform:translate(0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.container-cart{text-align:center}.about{display:flex;margin:10rem}.about img{margin-top:10rem;width:50%}.about__texts{align-self:center;width:80%;font-size:1.5rem}.about__texts p{margin-bottom:1rem}@media (max-width: 576px){.about{margin:2rem 1rem;flex-direction:column;align-items:center}.about img{width:100%;margin-top:4rem}.about__texts{margin-top:3rem;width:90%;text-align:center}}.contact{display:flex;justify-content:center;align-items:center;text-align:center}.contact img{width:50%}@media (max-width: 576px){.contact{flex-direction:column}.contact img{width:100%;margin-top:4rem}}.container-count{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:2rem}.container-count .count{display:flex;justify-content:space-around;align-items:center;width:100%;height:40px;border-bottom:solid 1px gray;margin:10px 0}.container-count .count svg{font-size:3rem;font-weight:700;border:.5px solid #575050;border-radius:50%;padding:5px;background-color:#5d438f;color:#fff}.container-count .count button{color:#575050;transition:transform .25s cubic-bezier(.2,.8,.4,1);background:none;border:none;font-size:3rem}.container-count .count button:hover{transform:scale(1.1)}.container-count .count button:active{transform:scale(.9)}.container-count .count span{font-size:2rem;font-weight:600;margin-bottom:10px}.containerButtons{display:flex;gap:20px}.shadow,.item-detail{-webkit-box-shadow:5px 4px 13px 0px rgba(50,50,50,.32);-moz-box-shadow:5px 4px 13px 0px rgba(50,50,50,.32);box-shadow:5px 4px 13px #32323252}.item-detail{display:grid;grid-template-columns:1fr 1fr;margin:10rem auto;height:50rem;border-radius:5px;border:1px solid #acacac}.item-detail__img{display:flex;width:100%;height:50rem;justify-content:center;align-items:center}.item-detail__img-box{width:500px;height:400px;background:#CCC;overflow:hidden;border-radius:10px;border:2px solid #acacac}.item-detail__img-box img{width:100%;height:auto;border-bottom:1px solid #acacac}@supports (object-fit: cover){.item-detail__img .item-detail__img-box img{height:100%;object-fit:cover;object-position:center center}}.item-detail__texts{display:flex;flex-direction:column;justify-content:flex-start;padding:.5rem 6rem 5rem 1rem}.item-detail__texts h3{font-size:4rem;margin-bottom:1rem}.item-detail__texts p{font-size:1.4rem;margin:15px 0 10px}.item-detail__texts p:nth-child(3){margin-bottom:2rem}.item-detail__texts span{font-weight:bolder}@media (max-width: 576px){.item-detail__texts p{padding:.2rem 1rem}}@media (max-width: 768px){.item-detail{border:none;margin:0 auto;height:auto}.item-detail__img{grid-column-start:1;grid-column-end:3;padding:0 4px;height:45rem}.item-detail__img-box{border:none}.item-detail__texts{grid-column-start:1;grid-column-end:3;text-align:center;padding:0 1rem}.item-detail__texts p{padding:1rem 5rem}.item-detail__texts h3{margin:0}}.shadow,#contact{-webkit-box-shadow:5px 4px 13px 0px rgba(50,50,50,.32);-moz-box-shadow:5px 4px 13px 0px rgba(50,50,50,.32);box-shadow:5px 4px 13px #32323252}.container-form{max-width:400px;width:100%;margin:0 auto;position:relative;text-align:center}#contact{background:#ffffff;padding:25px;margin:50px 0;border-radius:5px;border:1px solid #acacac}#contact h3{color:#ed7d2a;display:block;font-size:3rem;font-weight:500}#contact h4{margin:5px 0 20px;display:block;font-size:1.5rem}#contact fieldset{border:medium none!important;margin:0 0 10px;min-width:100%;padding:0;width:100%}#contact input,#contact textarea{width:100%;font-size:1.5rem;border:1px solid #CCC;border-radius:5px;background:#FFF;margin:0 0 5px;padding:10px}#contact input:hover,#contact textarea:hover{transition:border-color .3s ease-in-out;border:1px solid #AAA}#contact input:focus,#contact textarea:focus{outline:0;border:1px solid #999}#contact .error{color:red;font-size:1.2rem;text-align:left;margin-left:10px}.shadow{-webkit-box-shadow:5px 4px 13px 0px rgba(50,50,50,.32);-moz-box-shadow:5px 4px 13px 0px rgba(50,50,50,.32);box-shadow:5px 4px 13px #32323252}.footer{margin-top:4rem;width:100%;height:10rem;background-color:#232323;color:#fff;display:flex;justify-content:space-around;align-items:center;position:absolute;top:100%}.footer p{font-size:1.8rem}.footer .socialMedia a{color:#ed7d2a;font-size:2.8rem;margin:0 5px}@media (max-width: 576px){.footer p{font-size:1.2rem}.footer .socialMedia a{font-size:2.2rem}}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{background:#fff;color:#000;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:hover,a:active{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201c" "\201d" "\2018" "\2019"}q:before,q:after{content:"";content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}html{box-sizing:border-box;font-size:62.25%;min-height:100%;position:relative}*,*:before,*:after{box-sizing:inherit}*{margin:0;padding:0;box-sizing:border-box;font-family:Jost,sans-serif}.container{max-width:115rem;margin:0 auto}
</pre></body></html>