:root{--cl-white: #ffffff;--cl-black: #000;--cl-grey-lighten: #f3f3f3;--cl-grey-clean: #bbb;--cl-grey: #aaa;--cl-grey-2: #888;--cl-grey-darken: #666;--cl-grey-darken-deep: #2f2f2f;--cl-red: #f9023b;--cl-red-darken: #e20035;--cl-red-acent: #ee284c;--cl-green: #1fd187;--cl-green-whats: #00e777;--cl-green-darken: #1ea36c;--cl-green-darken-deep: #198659;--cl-orange: #df8116;--font-extra: 1.5rem;--font-big: 1.3rem;--font-medium: 1.2rem;--font-small: 1rem;--font-tiny: .8rem;--font-title: "Sora", sans-serif;--font-subtitle: "Sora", sans-serif;--font-text: "Inter", sans-serif;--font-inter: "Inter", sans-serif;--font-sora: "Sora", sans-serif}body{display:flex;flex-direction:column;min-height:100vh;position:relative;color:var(--cl-grey-darken-deep);margin:0;padding:0;font-family:var(--font-inter),serif;background-color:var(--cl-grey-lighten)}a{color:var(--cl-grey-darken-deep);font-weight:600;text-decoration:none;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}a:hover,a:hover:visited{color:var(--cl-red)}h1,h2,h3,h4,h5,h6{font-family:var(--font-inter),serif;font-weight:700;margin:15px 0;font-size:1.6rem}img,video{height:auto;max-width:initial}.hr{height:1px;border-bottom:1px solid var(--cl-grey);margin:7px 0}.left{float:left}.center{margin:0 auto}.right{float:right}.animate{transition:all .4s ease-in-out}.hide{display:none}.show-in-small{display:none!important}.skeleton-loading{box-sizing:border-box;position:relative;overflow:hidden;background:#eee;background:linear-gradient(110deg,#f3f3f3 8%,#fafafa 18%,#f3f3f3 33%);border-radius:5px;background-size:200% 100%;animation:2s shine linear infinite}@keyframes shine{to{background-position-x:-200%}}#photo-carousel{aspect-ratio:803/457;overflow:hidden;display:block}#photo-carousel li{border-radius:10px;overflow:hidden}#photo-carousel .main-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;z-index:10;display:block!important;position:absolute}#photo-carousel .blur-img{z-index:1;position:absolute;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;filter:blur(10px);transform:scale(2)}#photo-carousel-thumbs{margin-top:5px;aspect-ratio:340/38;display:block;overflow:hidden}#photo-carousel-thumbs li.is-active{border-color:var(--cl-red-acent);border-width:2px}#photo-carousel-thumbs li,#photo-carousel-thumbs img{border-radius:5px;overflow:hidden}.home-box.box-resellers{display:flex;flex-direction:column;gap:10px}.home-box.box-resellers *:not(.icon){box-sizing:border-box}.home-box.box-resellers .title-with-btn{padding:0}.home-box.box-resellers .container{padding-left:10px;padding-right:10px}.home-box.box-resellers .container.carousel-container{min-height:212px}.home-box.box-resellers .carousel-wrapper{width:100%;padding-bottom:20px;overflow:hidden}.home-box.box-resellers .carousel-wrapper .splide__pagination{margin-bottom:-30px}.home-box.box-resellers .carousel-wrapper .splide__pagination .splide__pagination__page.is-active{background:var(--cl-red-acent)}.home-box.box-resellers .carousel-wrapper li{padding:5px}.home-box.box-resellers .carousel-wrapper li a{aspect-ratio:5/3;overflow:hidden;width:100%;background-color:#fff;border-radius:15px;display:block;position:relative}.home-box.box-resellers .carousel-wrapper li a .badge{position:absolute;top:0;left:0;padding:5px 10px;background-color:#1d9bf0;color:#fff;font-size:.8rem;font-weight:700;border-bottom-right-radius:15px}.home-box.box-resellers .carousel-wrapper li a .location{position:absolute;bottom:10px;right:15px;font-size:13px;font-weight:600;color:var(--cl-black);font-style:italic}.home-box.box-resellers .carousel-wrapper li a:hover{box-shadow:0 0 10px #00000080;filter:brightness(1.1)}.home-box.box-resellers .carousel-wrapper li a img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;padding:50px}@media (min-width: 900px){.home-box.box-resellers .container.carousel-container{display:grid;grid-template-columns:3fr 1fr;-moz-column-gap:5px;column-gap:5px}}.home-box.box-resellers .sellers-banner{border-radius:15px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;background-color:#1d9bf0;height:calc(100% - 30px);margin:5px 0;transition:all .3s ease-in-out}.home-box.box-resellers .sellers-banner:hover{box-shadow:0 0 10px #00000080}.home-box.box-resellers .sellers-banner strong{display:block;font-size:.9rem;color:#fff;text-align:center;margin-top:10px;border:2px solid white;padding:10px 30px;font-family:Sora,sans-serif;border-radius:5px}.home-box.box-resellers .sellers-banner img{height:80px;margin-bottom:10px}@media (max-width: 768px){.home-box.box-resellers .sellers-banner{margin:10px auto}}.home-box.placement-box{margin-bottom:40px}.home-box.placement-box .cards-wrapper{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:70px;column-gap:70px;margin-top:15px;padding:0 10px;box-sizing:border-box}@media (max-width: 1080px){.home-box.placement-box .cards-wrapper{-moz-column-gap:15px;column-gap:15px}}@media (max-width: 800px){.home-box.placement-box .cards-wrapper{grid-template-columns:1fr;row-gap:40px}}.home-box.placement-box .cards-wrapper *{box-sizing:border-box}.home-box.placement-box .cards-wrapper .table-card{display:flex;flex-direction:column;background-color:var(--cl-white);border:1px solid #eeeeee;border-radius:15px;overflow-y:hidden;overflow-x:auto}.home-box.placement-box .cards-wrapper .table-card h3{padding:15px;margin:0;text-align:center;font-size:1.1rem;line-height:1.3rem;font-weight:600;border:1px solid #eeeeee}.home-box.placement-box .cards-wrapper .table-card table{width:100%;border-collapse:collapse}.home-box.placement-box .cards-wrapper .table-card thead th{padding:12px;background-color:var(--cl-grey-lighten)}.home-box.placement-box .cards-wrapper .table-card tr:nth-child(2n){background-color:var(--cl-grey-lighten);border:1px solid #eeeeee}.home-box.placement-box .cards-wrapper .table-card tbody tr:hover,.home-box.placement-box .cards-wrapper .table-card tbody tr:hover td,.home-box.placement-box .cards-wrapper .table-card tbody tr:hover th{background-color:#aaa}.home-box.placement-box .cards-wrapper .table-card th,.home-box.placement-box .cards-wrapper .table-card td{padding:7px;font-size:.9rem;text-align:center;border:1px solid #eeeeee;height:40px}.home-box.placement-box .cards-wrapper .table-card thead th:nth-child(2),.home-box.placement-box .cards-wrapper .table-card tbody th+td{text-align:left}.home-box.placement-box .cards-wrapper .table-card tbody td a{display:flex;align-items:center;-moz-column-gap:5px;column-gap:5px}.home-box.placement-box .cards-wrapper .table-card tbody td a img{width:25px;height:25px;-o-object-fit:contain;object-fit:contain}.home-box.placement-box .cards-wrapper .table-card tfoot td{height:50px}.home-box.placement-box .cards-wrapper .table-card tfoot a{font-size:.9rem;font-weight:600;padding:15px}.ad-box{position:relative;display:flex;justify-content:center;align-items:center;min-width:100%;flex-shrink:0;width:100%;clear:both}.ad-box:before{position:absolute;z-index:-1;inset:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;content:"Publicidade";font-size:13px;font-family:inherit;color:#666;text-align:center}.ad-box#banner-topo-sticky-mobile{min-height:100px}.ad-box#banner-sidebar,.ad-box#banner-sidebar2{min-height:250px}.ad-box#banner-barra-inferior{min-height:90px}.ad-box#banner-conteudo,.ad-box#banner-conteudo2{min-height:250px}@media (min-width: 783px){.ad-box#banner-topo-sticky-mobile{min-height:90px}.ad-box#banner-sidebar,.ad-box#banner-sidebar2{min-height:280px}.ad-box#banner-barra-inferior{min-height:100px}}@media (min-width: 1024px){.ad-box#banner-topo-sticky-mobile{min-height:250px}.ad-box#banner-sidebar{min-height:600px}.ad-box#banner-barra-inferior{min-height:90px}}html,body{scroll-behavior:smooth}.login-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;width:1050px;max-width:100%;margin:100px auto 150px;box-sizing:border-box}.login-wrapper .btn.btn-big{height:50px;line-height:50px}@media (max-width: 1000px){.login-wrapper{margin:50px auto 100px;grid-template-columns:1fr}}.authbox{flex:1;display:flex;flex-direction:column;border-radius:10px;box-shadow:0 0 10px #0000001a;border:1px solid #ddd;background:var(--cl-white);overflow:hidden}.authbox .authbox__header{height:60px;padding-left:20px;padding-right:20px;font-weight:700;display:flex;-moz-column-gap:10px;column-gap:10px;align-items:center;border-bottom:1px solid #ddd;box-shadow:0 1px 2px #0000001a}.authbox .authbox__content{flex:1;padding:40px;display:flex;flex-direction:column}@media (max-width: 1000px){.authbox .authbox__content{padding:20px}}.authbox .authbox__footer{display:none;padding:20px 20px 30px;text-align:center;justify-content:center;align-items:center;position:relative}.authbox .authbox__footer:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:50%;right:0;top:0;height:1px;background:#ddd}@keyframes authbox-enter{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.authbox{animation:authbox-enter .5s ease-in-out;animation-delay:.3s}.bloco-top-ranking{width:100%;display:grid;-moz-column-gap:1.2%;column-gap:1.2%;row-gap:15px;grid-template-columns:repeat(4,1fr);align-items:flex-start}.bloco-top-ranking .item .content .line{display:grid;overflow:hidden;grid-template-columns:15% 55% 30%;padding:2px 0;border-bottom:1px solid var(--cl-grey-lighten)}.bloco-top-ranking .item .content .line .details .name{display:block;font-size:.8rem;line-height:1.2rem;font-weight:600;text-transform:uppercase}.bloco-top-ranking .item .content .line .details .image{display:block;overflow:hidden;aspect-ratio:170/75}.bloco-top-ranking .item .content .line .details .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 1200px){.bloco-top-ranking{grid-template-columns:repeat(3,32.5%)}}.ranking-table-wrapper{width:100%;max-height:940px;overflow-y:hidden;overflow-x:auto;display:block;padding:10px;box-sizing:border-box}@media (max-width: 768px){.ranking-table-wrapper{max-height:1000px}}.ranking-table-wrapper .dataTables_filter{margin-bottom:15px}.ranking-table-wrapper .dataTables_paginate{white-space:nowrap;font-size:14px}#ranking-table.dataTable{min-width:100%}#ranking-table.dataTable tbody tr.odd{background-color:var(--cl-grey-lighten)}#ranking-table.dataTable tbody tr:hover{background-color:var(--cl-grey-clean)}#ranking-table.dataTable th,#ranking-table.dataTable td{font-size:14px}#ranking-table.dataTable td a{display:flex;align-items:center;-moz-column-gap:10px;column-gap:10px;white-space:nowrap}#ranking-table.dataTable td a img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}#ranking-table.dataTable td a:hover{text-decoration:underline}#ranking-table.dataTable td:last-child{font-weight:700}.fixed-buttons-container{position:fixed;right:-106px;top:50%;transform:translateY(-50%) rotate(-90deg);display:flex;flex-direction:row-reverse;gap:7px;z-index:1000}.fixed-button{padding:7px 9px;border:none;border-radius:10px;cursor:pointer;font-weight:700;color:#fff;text-align:center;text-decoration:none;box-shadow:0 4px 8px #0003;transition:background-color .3s ease,transform .2s ease;min-width:120px}.fixed-button:hover{transform:translateY(-2px)}.buy-button{background-color:var(--cl-red);color:#fff}a.buy-button:hover{background-color:var(--cl-red-darken);color:#fff}.sell-button{background-color:var(--cl-green);color:#fff}a.sell-button:hover{background-color:var(--cl-green-darken);color:#fff}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-right-\[70px\]{right:-70px}.bottom-0{bottom:0}.bottom-3{bottom:.75rem}.bottom-\[50\%\]{bottom:50%}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-4{left:1rem}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-\[7px\]{right:7px}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.top-\[7px\]{top:7px}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.float-right{float:right}.float-left{float:left}.\!m-0{margin:0!important}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.\!mt-2{margin-top:.5rem!important}.-ml-1{margin-left:-.25rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-\[30px\]{margin-top:-30px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-20{margin-left:5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.mr-1{margin-right:.25rem}.mr-10{margin-right:2.5rem}.mr-2{margin-right:.5rem}.mr-20{margin-right:5rem}.mr-3{margin-right:.75rem}.mr-5{margin-right:1.25rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-96{height:24rem}.h-\[15px\]{height:15px}.h-\[200px\]{height:200px}.h-\[25px\]{height:25px}.h-\[280px\]{height:280px}.h-\[45px\]{height:45px}.h-auto{height:auto}.h-full{height:100%}.max-h-64{max-height:16rem}.max-h-\[100px\]{max-height:100px}.min-h-0{min-height:0px}.min-h-screen{min-height:100vh}.\!w-full{width:100%!important}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[140px\]{width:140px}.w-\[15px\]{width:15px}.w-\[25px\]{width:25px}.w-\[45px\]{width:45px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[140px\]{min-width:140px}.min-w-\[190px\]{min-width:190px}.min-w-\[85\%\]{min-width:85%}.min-w-full{min-width:100%}.max-w-7xl{max-width:80rem}.max-w-\[100px\]{max-width:100px}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[250px\]{max-width:250px}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-150{--tw-scale-x: 1.5;--tw-scale-y: 1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-stretch{justify-content:stretch}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t-4{border-top-width:4px}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-green-700{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.border-red{--tw-border-opacity: 1;border-color:rgb(249 2 59 / var(--tw-border-opacity, 1))}.border-red\.darken{--tw-border-opacity: 1;border-color:rgb(226 0 53 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-red{--tw-bg-opacity: 1;background-color:rgb(249 2 59 / var(--tw-bg-opacity, 1))}.bg-red\.accent{--tw-bg-opacity: 1;background-color:rgb(238 40 76 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#ffffff20\]{--tw-gradient-to: #ffffff20 var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-20{padding-left:5rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pr-10{padding-right:2.5rem}.pr-20{padding-right:5rem}.pr-5{padding-right:1.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.\!text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[\.7rem\]{font-size:.7rem}.text-\[0\.6rem\]{font-size:.6rem}.text-\[0\.7rem\]{font-size:.7rem}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-grey{--tw-text-opacity: 1;color:rgb(170 170 170 / var(--tw-text-opacity, 1))}.text-red{--tw-text-opacity: 1;color:rgb(249 2 59 / var(--tw-text-opacity, 1))}.text-red\.accent{--tw-text-opacity: 1;color:rgb(238 40 76 / var(--tw-text-opacity, 1))}.text-red\.darken{--tw-text-opacity: 1;color:rgb(226 0 53 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-sm{--tw-blur: blur(4px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur: blur(24px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.text h1,.text h2,.text h3,.text h4,.text h5,.text h6{font-size:1.6rem;font-weight:700}main{flex:1;position:relative}footer{position:relative;font-size:.9rem;line-height:1rem;border-top:3px solid var(--cl-red);font-family:Sora,sans-serif}.bg-white{background-color:var(--cl-white);position:relative;width:100%;min-height:400px}.container{max-width:1490px;width:90%;margin:0 auto;display:block;overflow:hidden}main .container.medium{max-width:1100px}h1.big,h2.big,h3.big{font-family:Sora,sans-serif;font-style:normal;font-weight:700;font-size:2.5rem;line-height:3rem;color:var(--cl-grey-darken-deep);margin-bottom:15px}h1.red,h2.red,h3.red{font-family:Sora,sans-serif;font-style:normal;font-size:2rem;line-height:3rem;color:var(--cl-red);padding:0;margin:10px 0}h1.medium,h2.medium,h3.medium{font-family:Sora,sans-serif;font-style:normal;font-size:1.5rem;line-height:2rem;color:var(--cl-grey-darken-deep);padding:0;margin:0 0 10px}.text-contrast{font-family:Sora,sans-serif;font-style:normal;font-weight:400;color:var(--cl-grey-darken-deep)}.text-contrast.big{font-size:1.8rem;line-height:2.4rem}.text-contrast.medium{font-size:1.5rem;line-height:2.2rem}.text-contrast.small{font-size:1.2rem;line-height:1.8rem}.text-contrast.em{font-size:.8rem;line-height:1.2rem;font-style:italic;color:var(--cl-grey)}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mb-15{margin-bottom:15px!important}.mb-20{margin-bottom:20px!important}.mb-25{margin-bottom:25px!important}.mb-30{margin-bottom:30px!important}.mb-50{margin-bottom:50px!important}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mt-20{margin-top:20px!important}.mt-25{margin-top:25px!important}.mt-30{margin-top:30px!important}.mt-50{margin-top:50px!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.ml-20{margin-left:20px!important}.ml-25{margin-left:25px!important}.ml-30{margin-left:30px!important}.mr-5{margin-right:5px!important}.mr-10{margin-right:10px!important}.mr-15{margin-right:15px!important}.mr-20{margin-right:20px!important}.mr-25{margin-right:25px!important}.mr-30{margin-right:30px!important}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px!important}.pt-15{padding-top:15px!important}.pt-20{padding-top:20px!important}.pt-25{padding-top:25px!important}.pt-30{padding-top:30px!important}.pt-50{padding-top:50px!important}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px!important}.pb-15{padding-bottom:15px!important}.pb-20{padding-bottom:20px!important}.pb-25{padding-bottom:25px!important}.pb-30{padding-bottom:30px!important}.pb-50{padding-bottom:50px!important}.pl-5{padding-left:5px!important}.pl-10{padding-left:10px!important}.pl-15{padding-left:15px!important}.pl-20{padding-left:20px!important}.pl-25{padding-left:25px!important}.pl-30{padding-left:30px!important}.pl-50{padding-left:50px!important}.pr-5{padding-right:5px!important}.pr-10{padding-right:10px!important}.pr-15{padding-right:15px!important}.pr-20{padding-right:20px!important}.pr-25{padding-right:25px!important}.pr-30{padding-right:30px!important}.pr-50{padding-right:50px!important}.striped-list>div{padding:4px 10px;border-radius:5px}.striped-list>div:nth-of-type(odd){background-color:var(--cl-grey-lighten)}.double-list{display:grid;grid-template-columns:50% 50%}.double-list.striped-list>div{background-color:transparent}.double-list.striped-list>div:nth-child(4n+1),.double-list.striped-list>div:nth-child(4n+2){background-color:var(--cl-grey-lighten)}.double-list.striped-list>div:nth-child(4n+1){border-radius:5px 0 0 5px}.double-list.striped-list>div:nth-child(4n+2){border-radius:0 5px 5px 0}.social{display:inline-block;overflow:hidden;color:transparent;font-size:.9rem;line-height:2rem;cursor:pointer;opacity:1!important;padding:3px 0;background-color:#fff0;transition:all .2s ease-in-out}.social span.ico{background-image:url(/build/assets/social-icons-BPrCTFoj.webp);background-position:0 0;width:30px;height:30px;border-radius:5px;display:block;float:left;color:transparent;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.social span.text{opacity:.75;margin-left:10px;line-height:30px;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.social:hover span.text{opacity:1}.social.twitter span.ico{background-position:-0px -0px}.social.youtube span.ico{background-position:-30px -0px}.social.facebook span.ico{background-position:-60px -0px}.social.instagram span.ico{background-position:-90px -0px}.social.tiktok span.ico{background-position:-120px -0px}.social.feed span.ico{background-position:-150px -0px}.social.search span.ico{background-position:-180px -0px}.icon{background-image:url(/build/assets/social-icons-BPrCTFoj.webp);background-position:0 0;width:30px;height:30px;display:inline-block;overflow:hidden;color:transparent}.icon.lock{background-position:-60px -30px}.icon.person{background-position:-0px -30px}.icon.dealer{background-position:-30px -30px}.icon.safety{background-position:-180px -30px}.icon.star-small{background-position:-90px -30px}.icon.dealer-small{background-position:-120px -30px}.icon.question-small{background-position:-150px -30px}.icon.search{background-position:-210px -0px}.icon.search-red{background-position:-240px -150px}.icon.arow-white{background-position:-30px -60px}.icon.heart{background-position:-60px -60px}.icon.enter{background-position:-0px -60px}.icon.clip{background-position:-180px -60px}.icon.date{background-position:-210px -30px}.icon.km{background-position:-240px -30px}.icon.color{background-position:-270px -30px}.icon.location{background-position:-210px -60px}.icon.money{background-position:-240px -60px}.icon.date2{background-position:-270px -60px}.icon.km-red,.icon.km2{background-position:-180px -90px}.icon.file{background-position:-210px -90px}.icon.home{background-position:-240px -90px}.icon.more{background-position:-270px -90px}.icon.filters{background-position:-150px -90px}.icon.grid{background-position:-240px -0px}.icon.phone{background-position:-270px -0px}.icon.details{background-position:-30px -90px}.icon.text{background-position:-0px -90px}.icon.info{background-position:-120px -90px}.icon.home2{background-position:-90px -90px}.icon.warning{background-position:-60px -90px}.icon.whats{background-position:-270px -120px}.icon.whats-clean{background-position:-270px -150px}.icon.view{background-position:-240px -120px}.icon.edit{background-position:-180px -150px}.icon.delete{background-position:-210px -150px}.icon.delete-clean{background-position:-150px -180px}.icon.add-big{background-position:-120px -180px}.icon.phone_grey{background-position:-120px -120px}.icon.star_grey{background-position:-150px -120px}.icon.location_grey{background-position:-180px -120px}.icon.home_grey{background-position:-210px -120px}.icon.picture{background-position:-120px -150px}.icon.refresh{background-position:-150px -150px}.icon.capa-grey{background-position:-210px -180px}.icon.capa-red{background-position:-180px -180px}.icon.capa-white{background-position:-210px -210px}.icon.clip-white{background-position:-240px -180px}.icon.video{background-position:-270px -180px}.icon.info_grey{background-position:-120px -210px}.icon.model_grey{background-position:-150px -210px}.icon.user-white{background-position:-180px -210px}.icon.ads-white{background-position:-240px -210px}.icon.guia-white{background-position:-270px -210px}.icon.feed-white{background-position:-150px 0}.icon.mail{background-position:-120px -240px}.icon.twitter{background-position:0 0}.icon.facebook{background-position:-60px 0}.icon.big{width:45px;height:35px}.icon.big.clock{background-position:-0px -120px}.icon.big.arow{background-position:-0px -155px}.icon.big.ads{background-position:-0px -190px}.icon.big.book{background-position:-45px -120px}.icon.big.whats{background-position:-45px -155px}.icon.big.whats-clean{background-position:-45px -190px}.icon.big.capa-grey{background-position:-45px -225px}.icon.big.capa-red{background-position:-0px -225px}.icon.big.thumb-down{background-position:-45px -260px}.icon.big.thumb-up{background-position:-0px -260px}.btn-go-top{display:block;overflow:hidden;position:fixed;bottom:40px;right:20px;border-radius:5px;background-color:var(--cl-red);color:transparent;background-position:-0px -295px;opacity:.8}.btn-go-top:hover{opacity:1;color:transparent;background-color:var(--cl-red-darken)}.btn{font-family:Sora,sans-serif;font-weight:500;font-size:.9rem;text-align:center;line-height:40px;border-radius:5px;border:1px solid;text-decoration:none;cursor:pointer;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.btn.btn-big{width:99%;margin:0 auto;display:block;overflow:hidden}.btn.btn-small{min-width:120px;padding-left:15px;padding-right:15px;display:inline-block;overflow:hidden;line-height:30px}.btn.btn-medium{width:300px;margin:0 auto;display:block;overflow:hidden}.btn.btn-pq{margin:3px;display:inline-block;padding:0 7px;line-height:1.5rem;font-size:.9rem;font-weight:400}.btn.center{margin:0 auto;display:block;max-width:300px;width:99%}.btn.clean{background-color:var(--cl-white);border-color:var(--cl-grey-clean);color:var(--cl-grey)}.btn.clean:hover{background-color:var(--cl-grey-lighten);border-color:var(--cl-grey);color:var(--cl-grey)}.btn.green{background-color:var(--cl-green);border-color:var(--cl-green);color:var(--cl-white)}.btn.green-whats{background-color:var(--cl-green-whats);border-color:var(--cl-green-whats);color:var(--cl-white)}.btn.green-whats:hover,.btn.green:hover{background-color:var(--cl-green-darken);border-color:var(--cl-green-darken);color:var(--cl-white)}.btn.black{background-color:var(--cl-black);border-color:var(--cl-black);color:var(--cl-white)}.btn.black:hover{background-color:var(--cl-grey-darken);border-color:var(--cl-grey-darken);color:var(--cl-white)}.btn.grey{background-color:var(--cl-grey-lighten);border-color:var(--cl-grey-lighten);color:var(--cl-black)}.btn.grey:hover,.btn.grey-clean{background-color:var(--cl-grey-clean);border-color:var(--cl-grey-clean);color:var(--cl-black)}.btn.grey-clean:hover{background-color:var(--cl-grey-2);border-color:var(--cl-grey-2);color:var(--cl-black)}.btn.red{background-color:var(--cl-red);border-color:var(--cl-red);color:var(--cl-white)}.btn.red:hover{background-color:var(--cl-red-darken);border-color:var(--cl-red-darken);color:var(--cl-white)}.btn.blue-facebook{background-color:#1077f0;border-color:#1077f0;color:var(--cl-white)}.btn.blue-facebook:hover{background-color:#0c55af;border-color:#0c55af;color:var(--cl-white)}.btn.blue-twitter{background-color:#229aef;border-color:#229aef;color:var(--cl-white)}.btn.blue-twitter:hover{background-color:#0f80d2;border-color:#0f80d2;color:var(--cl-white)}.btn .icon{display:inline-block;margin-bottom:-10px;margin-right:5px}.space{display:block;overflow:hidden;width:100%;height:30px}.card{display:block;overflow:hidden;padding:15px;margin-bottom:15px;background-color:#fff;border-radius:10px;position:relative}.card.padding-big{padding:40px}.card>.title{font-family:Sora,sans-serif;font-weight:700;font-size:2rem;line-height:2.5rem}.card>.title.w-sub{margin-bottom:5px}.card>.title .icon{float:right;margin-top:10px}.card>.sub-title{display:block;overflow:hidden;font-size:.9rem;margin-bottom:20px}.card>.title.w-select{float:left;width:80%}.card>select{float:right;width:18%;margin-top:-10px}.card.is-colapsed .colapse{max-height:180px;display:block;overflow:hidden;padding-bottom:20px;margin-bottom:10px;position:relative;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out}.card.is-colapsed .colapse:after{display:block;content:"abc";color:transparent;background:#fff;background:linear-gradient(0deg,#fff,#fff0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);height:30px;position:absolute;left:0;bottom:0;right:0;opacity:1;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out}.card.is-colapsed.colapsed .colapse{max-height:20000px;padding-bottom:0}.card.is-colapsed.colapsed .colapse:after{opacity:0;height:0}footer .top{display:block;overflow:hidden;background-color:var(--cl-grey-darken-deep);color:var(--cl-grey-lighten);padding:50px 0}footer .top .box{display:block;overflow:hidden;float:left;width:14.2%}footer .top .box div{padding:0 10px}footer .top .box .logo{max-width:130px;width:100%;height:auto}footer .top .box .title{font-size:.9rem;font-weight:800;color:var(--cl-white);margin-bottom:15px}footer .top .box .title:before{background:linear-gradient(180deg,#2f2f2f,#f9023b);display:block;overflow:hidden;width:5px;height:40px;content:" ";margin-bottom:15px}footer .top .box a{color:var(--cl-white);text-decoration:none;line-height:1.4rem;font-size:.8rem;font-weight:400;opacity:.75}footer .top .box a:hover{opacity:1}footer .bottom{display:block;overflow:hidden;padding:25px 0;text-align:center;color:var(--cl-grey-darken);line-height:1.5rem;font-size:.8rem}footer .bottom .logo{max-width:150px;height:auto;margin-top:20px;display:inline-block}footer .top .box.box-social{float:right}footer .top .box.box-social .social span.ico{background-color:var(--cl-red)}.breadcrumbs{display:block;overflow:hidden;padding:20px 0;font-weight:300;font-size:.8rem;line-height:1rem;color:var(--cl-grey-darken-deep)}.breadcrumbs a{text-decoration:underline;color:var(--cl-grey-darken-deep)}.breadcrumbs a:hover{color:var(--cl-grey-darken)}.breadcrumbs a:last-child{text-decoration:none;color:var(--cl-grey-darken)}.login{margin:100px auto;width:400px}.login>.sub-title{display:block;overflow:hidden;font-family:Sora,sans-serif;font-style:normal;font-weight:400;font-size:.9rem;line-height:1.5rem;margin-bottom:10px}.login>.card.actions{display:flex;text-decoration:none;line-height:1.8rem}.login>.card.actions:hover{color:var(--cl-red)}.login>.card.actions .icon{margin-right:10px}.login>.card.box .request-pass{font-family:Inter,sans-serif;font-size:.9rem;line-height:1.2rem;margin-top:20px;font-weight:400;display:inline-block}input[type=text],input[type=email],input[type=password],select,textarea{background-color:var(--cl-grey-lighten);width:99.5%;padding:12px 20px;margin:8px 0;display:inline-block;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;transition:all .3s ease-in-out;font-family:Inter,sans-serif;font-size:.8rem;font-weight:inherit;line-height:1rem}input[type=text]:hover,input[type=text]:focus,textarea:hover,textarea:focus,select:hover,select:focus{background-color:var(--cl-white);border:1px solid var(--cl-grey-lighten)}input:not([type=submit]).alert,input:not([type=submit]).alert:hover,input:not([type=submit]).alert:focus,input:not([type=submit]).alert:focus-visible,textarea.alert,textarea.alert:hover,textarea.alert:focus,textarea.alert:focus-visible,select.alert,select.alert:hover,select.alert:focus,select.alert:focus-visible{border:1px solid var(--cl-red-darken)}input:not([type=submit]).readonly:hover,input:not([type=submit]).readonly:focus,textarea.readonly:hover,textarea.readonly:focus{background-color:var(--cl-grey-lighten);border:1px solid #ccc}select:hover,select:focus{background-color:var(--cl-white);border:1px solid var(--cl-grey-lighten)}.place-value:before{content:"R$ ";color:var(--cl-grey-darken)}.place-km:after{content:" KM";color:var(--cl-grey-darken)}select.clean{width:100%;padding:10px 20px;border:1px solid var(--cl-grey);border-radius:5px;background-color:var(--cl-white);font-size:.9rem;line-height:1.5rem;letter-spacing:1px;background:var(--cl-white) url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;background-position:calc(100% - .75rem) center!important;-moz-appearance:none!important;-webkit-appearance:none!important;appearance:none!important}.range_group{display:block;position:relative;padding-bottom:25px!important;height:20px;margin:0}.range_group.no-counter{padding-bottom:5px!important}.range_group.no-counter .text_min,.range_group.no-counter .text_max{display:none}.range_group span{font-size:.85rem;color:var(--cl-grey);position:absolute;bottom:0;z-index:1}.range_group span.left{left:0}.range_group span.right{right:0}.range_group .bg_0,.range_group .bg{position:absolute;top:5px;left:0;right:0;height:20px;border-radius:5px;z-index:1;background:var(--cl-black)}.range_group .bg_0{z-index:0;background:var(--cl-grey-lighten)}.range_group .bg_1,.range_group .bg_2{position:absolute;top:7px;left:0;right:0;height:16px;z-index:4;background:transparent}.range_group input[type=range]{position:absolute;z-index:2;-webkit-appearance:none;width:99%;height:20px;background:transparent;top:3px}.range_group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:20px;cursor:ew-resize;border-radius:5px;background:var(--cl-black);border:none;-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.range_group input[type=range]::-moz-range-thumb{-webkit-appearance:none;height:20px;width:20px;cursor:ew-resize;border-radius:5px;background:var(--cl-black);border:none;-moz-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.range_group input[type=range]::-ms-thumb{-webkit-appearance:none;height:20px;width:20px;cursor:ew-resize;border-radius:5px;background:var(--cl-black);border:none;-ms-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.range_group input[type=range]::-ms-thumb:hover,.range_group input[type=range]::-moz-range-thumb:hover,.range_group input[type=range]::-webkit-slider-thumb:hover{background:var(--cl-black)}.range_group input[type=range]::-ms-track,.range_group input[type=range]::-moz-range-track,.range_group input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;box-shadow:none;border:none;background:transparent}.faq{display:block;overflow:hidden;opacity:1;margin-top:0}.faq.no-animate{opacity:0;margin-top:20px}.faq>h1,.faq>h2,.faq>h3{font-family:Sora,sans-serif;font-style:normal;font-weight:300;font-size:2rem;line-height:38px;color:var(--cl-red)}.faq .item{font-family:Sora,sans-serif;font-style:normal;color:#222;display:block;overflow:hidden;background:#fff;border:1px solid #cccccc;border-radius:5px;padding:30px 40px;margin-bottom:10px;margin-top:0;opacity:1}.faq .item.no-animate{margin-top:20px;opacity:0}.faq .item .title{font-weight:700;font-size:1.2rem;line-height:1.5rem;padding:0;margin:0;color:var(--cl-grey-darken-deep)}.faq .item .text{font-size:.9rem;line-height:1.5rem;padding-top:15px}.sell-container{overflow:hidden;background-color:#fff;padding-bottom:50px}.sell-container .container{width:90%;position:inherit;display:flex}.sell-container h1,.sell-container h2,.sell-container h3{font-family:Sora,sans-serif;font-style:normal;font-size:2rem;line-height:3rem;color:var(--cl-red);padding:0;margin:20px 0}.sell-container .nav{width:285px;padding-right:40px;height:auto;display:inline-block;flex-shrink:0;font-family:Sora,sans-serif;position:relative}.sell-container .nav .div-stick{overflow:hidden;display:block;position:relative}.sell-container .nav a{display:flex;overflow:hidden;text-decoration:none;margin-bottom:10px;padding:15px 10px;border:1px solid var(--cl-grey-clean);border-radius:5px;color:var(--cl-grey-darken-deep);font-size:.9rem;line-height:2rem;margin-top:0;opacity:1}.sell-container .nav a:hover{border:1px solid var(--cl-red-acent);color:var(--cl-red-acent)}.sell-container .nav a.no-animate{margin-top:20px;opacity:0}.sell-container .nav a span.icon{display:inline-block;margin-right:7px}.sell-container .nav a:hover span.icon{background-position-y:-60px}.sell-container .content{flex-grow:1;font-family:Sora,sans-serif;min-height:100px;display:inline-block;min-width:200px}.sell-container .content .dealer-title{opacity:1;margin-top:30px}.sell-container .content .dealer-title.no-animate{margin-top:40px;opacity:0}.sell-container .content .dealer-box{position:relative;display:block;overflow:hidden;padding:100px 50px 60px;border-radius:10px;margin-top:-50px;opacity:1}.sell-container .content .dealer-box.no-animate{opacity:0;margin-top:-30px}.sell-container .content .dealer-box .text{color:var(--cl-white);position:relative;z-index:5;font-size:1.1rem;line-height:1.3rem;max-width:340px;display:inline-block}.sell-container .content .dealer-box .text a{color:var(--cl-white);padding-top:10px;display:inline-block}.sell-container .content .dealer-box .bg{background-color:#222;position:absolute;z-index:3;inset:45px 0 0;border-radius:10px}.sell-container .content .dealer-box .bg img{position:absolute;z-index:3;width:650px;height:auto;right:-2px;top:-47px;opacity:1}.sell-container .content .dealer-box .bg img.no-animate{right:-50px;opacity:0}.sell-container .content .dealer-box .bg .degrade{position:absolute;z-index:4;inset:-1px 350px 0 11px;background:#222;background:linear-gradient(90deg,#222 60%,#2220);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#222222",GradientType=1)}.sell-container .content .top{font-family:Sora,sans-serif;display:block;overflow:hidden;font-style:normal;font-weight:400;font-size:1.5rem;line-height:2rem}.sell-container .content .top h1,.sell-container .content .top h2{margin:0 0 10px}.sell-container .content .top .title{font-family:Sora,sans-serif;font-style:normal;font-weight:700;font-size:2.5rem;line-height:3rem;color:var(--cl-grey-darken-deep);margin-bottom:15px}.sell-container .content .top,.sell-container .content .top .title,.sell-container .content .top .text{opacity:1;margin-top:0}.sell-container .content .top.no-animate,.sell-container .content .top .title.no-animate,.sell-container .content .top .text.no-animate{opacity:0;margin-top:20px}.sell-container .content .box-image{display:block;opacity:1;margin-top:0}.sell-container .content .box-image.no-animate{opacity:0;margin-top:20px}.sell-container .content .box-image .content h2,.sell-container .content .box-image .content h3{font-size:1.8rem;line-height:2.5rem;color:var(--cl-grey-darken-deep);display:block;overflow:hidden}.sell-container .content .box-image .content{display:block;overflow:hidden;font-size:1.2rem;line-height:1.6rem;width:65%;float:left}.sell-container .content .box-image img{float:right;max-width:380px;width:35%;height:auto;opacity:1}.sell-container .content .box-image.img-left .content{float:right}.sell-container .content .box-image.img-left img{float:left}.sell-container .content .box-image img.no-animate{opacity:0;margin-right:-100px}.sell-container .content .box-image.img-left img.no-animate{margin-right:auto;margin-left:-100px}.sell-container .content .box-image .content .text{opacity:1;margin-top:0}.sell-container .content .box-image .content .text.no-animate{opacity:0;margin-top:30px}.sell-top-bg{display:block;position:relative;background-color:var(--cl-white);padding:30px 0 80px}.sell-top{display:block;position:relative;font-family:Sora,sans-serif;width:100%;height:600px;background:#222;background:linear-gradient(138deg,#222 49%,#ee284c);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#ee284c",GradientType=1);background-image:url(/build/assets/sell-top-bg-DqB5wFTj.png);background-position:center center;background-size:cover;background-repeat:no-repeat}.sell-top .container{overflow:inherit}.sell-top h1{font-family:Sora,sans-serif;font-style:normal;font-weight:700;font-size:2.5rem;line-height:3rem;color:var(--cl-white);padding:0;margin:0;opacity:1}.sell-top h1.no-animate{margin-left:-100px;opacity:0}.sell-top .left-box{display:block;position:relative;width:45%;float:left;margin-top:85px}.sell-top .img-top{display:block;width:auto;height:110%;float:right;position:absolute;top:-25px;right:12%;opacity:1}.sell-top .img-top.no-animate{opacity:0;right:-22%}.sell-top .sell-items{display:block;width:auto}.sell-top .sell-items .item{display:block;justify-content:center;width:auto;color:var(--cl-white);margin:20px 0;opacity:1}.sell-top .sell-items .item.no-animate{opacity:0;margin-left:-100px}.sell-top .sell-items .item .number{display:inline-block;width:150px;font-style:normal;font-weight:700;font-size:2.5rem;line-height:3rem;margin:0 15px 0 7px}.sell-top .sell-items .item .number .small{font-size:1.5rem}.sell-top .sell-items .item .text{display:inline-block;width:300px}.sell-top .sell-actions{max-width:320px;width:100%;text-align:center;font-size:.9rem;color:var(--cl-grey-lighten);margin-top:20px;margin-left:0;opacity:1}.sell-top .sell-actions.no-animate{margin-left:-100px;opacity:0}.sell-top .sell-actions .btn{font-size:1rem;line-height:50px}.sell-top .sell-actions .text-safety{display:flex;line-height:2rem;justify-content:center;margin:10px 0}.div-stick{position:sticky;top:0}.home-search{display:block;overflow:hidden}.home-search-top{display:block;overflow:hidden;margin:50px 10px}.home-search .search-box{display:block;overflow:hidden;float:left;width:45%;margin-top:100px}.home-search .img-top{display:block;overflow:hidden;float:right;max-width:535px;width:40%;height:auto;margin-right:5%}.home-search .search-box .btn .icon{margin-left:5px;margin-bottom:-10px}.home-search .search-box h1{font-family:Sora,sans-serif;font-style:normal;font-weight:400;font-size:2.3rem;line-height:3.5rem;letter-spacing:-.05em;margin:0;padding:0}.home-search.guide .search-box h1{margin-bottom:15px}@media screen and (min-width: 1270px){.home-search.guide .search-box{width:50%}.home-search.guide .search-box h1{font-size:2rem}}.home-search .search-box h1 span{font-weight:800;text-decoration:underline}.home-search .search-box .checkbox{display:block;font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:.9rem;line-height:1.5rem;margin:0 0 15px}.home-search .search-box .checkbox .l-margin{margin-left:20px}.home-search .search-box .checkbox label{padding:5px 0 0}.home-search .search-box .selects{display:grid;grid-template-columns:50% 50%;overflow:hidden;margin-bottom:20px}.home-search .search-box .selects .item{display:block}.home-search .search-box .selects .item.item1{padding:0 1% 0 .5%}.home-search .search-box .selects .item.item2{padding:0 .5% 0 1%}.home-search .search-box .selects.fipe{grid-template-columns:33.3% 33.3% 33.3%}.home-search .search-box .selects.fipe .item.item1{padding:0 2% 0 .5%}.home-search .search-box .selects.fipe .item.item2{padding:0 1%}.home-search .search-box .selects.fipe .item.item3{padding:0 .5% 0 2%}.home-search h1,.home-search h2,.home-search h3{font-family:Sora,sans-serif;font-style:normal;font-weight:800;font-size:2rem;line-height:3.5rem;letter-spacing:-.05em;margin:0;padding:0}.home-search h1 span.icon,.home-search h2 span.icon,.home-search h3 span.icon{background-color:var(--cl-red);border:3px solid var(--cl-red);border-radius:10px;float:left;margin-top:8px;display:block;margin-right:10px;height:30px;width:30px}.home-search h1 span.icon.grey,.home-search h2 span.icon.grey,.home-search h3 span.icon.grey{background-color:var(--cl-grey-darken-deep);border:3px solid var(--cl-grey-darken-deep)}.home-search h1 span.icon.green,.home-search h2 span.icon.green,.home-search h3 span.icon.green{background-color:var(--cl-green-darken);border:3px solid var(--cl-green-darken)}.home-search .brands-list{display:grid;grid-template-columns:20% 20% 20% 20% 20%;overflow:hidden;margin:20px 0}.home-search .brand-list-title{margin:0 10px}.home-search .brands-list .item{display:block;overflow:hidden;position:relative;height:250px}.home-search .brands-list .item a.link{position:absolute;color:transparent;inset:0;z-index:3}.home-search .brands-list .item .content{display:block;overflow:hidden;position:relative;margin:10px;background-color:var(--cl-white);text-align:center;border-radius:20px;height:230px}.home-search .brands-list .item .content img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0 auto}.home-search .brands-list .item .content span{background-color:var(--cl-grey-darken);color:var(--cl-white);font-family:Sora,sans-serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.5rem;padding:10px 5px;text-align:center;letter-spacing:-.05em;width:100%;position:absolute;bottom:0;left:0;right:0;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.home-search .brands-list .item:hover .content span{background-color:var(--cl-red)}.home-search .bike-style-list{display:grid;grid-template-columns:14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%;overflow:hidden;margin:20px 0}.home-search .bike-style-list-title{margin:0 10px}.home-search .bike-style-list .item{display:block;overflow:hidden;position:relative;height:200px}.home-search .bike-style-list .item a.link{position:absolute;color:transparent;inset:0;z-index:3}.home-search .bike-style-list .item .content{display:block;overflow:hidden;position:relative;margin:10px;background-color:var(--cl-white);text-align:center;border-radius:20px;height:140px}.home-search .bike-style-list .item .content img{width:100%;height:82px;padding:15px 15px 0;-o-object-fit:contain;object-fit:contain;box-sizing:border-box}.home-search .bike-style-list .item .content span{background-color:var(--cl-grey-darken);color:var(--cl-white);font-family:Sora,sans-serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.5rem;padding:10px 5px;text-align:center;letter-spacing:-.05em;width:100%;position:absolute;bottom:0;left:0;right:0;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.home-search .bike-style-list .item:hover .content span{background-color:var(--cl-red)}.home-search .badges{display:grid;grid-template-columns:77% 23%;overflow:hidden;margin:30px 0}.nav .add-box,.home-search .badges .add-box{display:block;overflow:hidden}.nav .add-box .content,.home-search .badges .add-box .content{display:block;overflow:hidden;margin:0 10px;border-radius:20px;background-color:var(--cl-green);height:125px;position:relative}.nav .add-box .content img.add-bg1,.home-search .badges .add-box .content img.add-bg1{position:absolute;left:-50px;top:20px;z-index:0}.nav .add-box .content img.add-bg2,.home-search .badges .add-box .content img.add-bg2{display:none;width:80%;margin:0 auto;max-width:300px}.nav .add-box .content .btn,.home-search .badges .add-box .content .btn{padding:5px 45px;border:2px solid var(--cl-white);float:right;position:relative;z-index:1;margin:35px}.nav .add-box .content.red,.home-search .badges .add-box .content.red,.nav .add-box .content .btn.red,.home-search .badges .add-box .content .btn.red{background-color:var(--cl-red)}.nav .add-box .content .text,.home-search .badges .add-box .content .text{font-family:Sora,sans-serif;font-style:normal;font-weight:700;font-size:1.7rem;line-height:1.8rem;color:var(--cl-white);float:right;position:relative;z-index:1;margin:25px 30px 0 0}.nav .add-box .content .text.text1,.home-search .badges .add-box .content .text.text1{display:none}.nav .add-box .content .text.text2,.home-search .badges .add-box .content .text.text2{display:block}.nav .add-box .content .text span,.home-search .badges .add-box .content .text span{display:block;overflow:hidden;font-size:2.5rem;line-height:3rem}.nav .add-box .content img.add-bg2{display:block}.nav .add-box .content{height:auto;padding-top:20px;margin:0}.nav .add-box .content .text.text1{display:block;width:90%;float:inherit;text-align:center;margin:20px auto 0;font-size:1.2rem}.nav .add-box .content .text.text1 span{font-size:1.7rem;line-height:2rem}.nav .add-box .content .btn{margin:20px auto;display:block;float:inherit;padding:5px 0;width:85%}.nav .guia-box .content,.home-search .badges .guia-box .content{display:block;overflow:hidden;margin:0 10px;border-radius:20px;background-color:var(--cl-white);height:125px;position:relative}.nav .guia-box .content{margin:0}.nav .guia-box .content .icon,.home-search .badges .guia-box .content .icon{float:left;margin:40px 10px 0 30px}.nav .guia-box .content .text,.home-search .badges .guia-box .content .text{font-family:Sora,sans-serif;font-style:normal;font-weight:400;font-size:1.1rem;line-height:1.5rem;color:var(--cl-grey-darken);width:180px;float:left;margin:35px 0 0}.nav .guia-box .content .text a,.home-search .badges .guia-box .content .text a{color:var(--cl-red);display:block;font-size:1.5rem;line-height:2rem;font-weight:700;text-decoration:none}.nav .guia-box .content .text a:hover,.home-search .badges .guia-box .content .text a:hover{color:var(--cl-red-darken)}.home-search .last-box{display:grid;grid-template-columns:65% 35%;overflow:hidden;margin:20px 0}.home-search .last-box.news-view{grid-template-columns:100%;margin:0}.home-search .last-box .last-itens{display:block;overflow:hidden}.home-search .last-box .last-itens .title{display:block;overflow:hidden;margin:0 10px;position:relative}.home-search .last-box .last-itens .title h2{display:block;float:left}.home-search .last-box .last-itens .title select{float:right;width:200px;margin-top:5px;position:relative;z-index:1}.brands-logos{display:block;overflow:hidden}.home-search .last-box .brands-logos{margin-left:50px}.home-search .last-box .brands-logos h3{margin-left:5px}.brands-logos .list,.home-search .last-box .brands-logos .list{overflow:hidden;display:block;padding:10px 0 20px;text-align:center}.home-search .last-box .brands-logos .btn{padding:10px 35px}.brands-logos .list .brand-item:last-child{display:none}.brand-item{display:inline-block;overflow:hidden;text-align:center}.brand-item span{background-color:var(--cl-white);display:flex;overflow:hidden;margin:3px;height:80px;min-width:80px;border-radius:10px;position:relative;border:2px solid var(--cl-white);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.brand-item:hover span{border:2px solid var(--cl-red)}.brand-item img{max-width:200px;width:90%;height:auto;margin:0 5%;position:absolute;top:50%;transform:translateY(-50%)}.home-search .last-box .last-itens .btn{padding:0 35px;line-height:38px;margin:0 10px}.home-search .last-box .last-itens .list{overflow:hidden;display:grid;grid-template-columns:50% 50%;margin-bottom:20px}.home-search .last-box .last-itens .list .item{background-color:var(--cl-white);display:block;overflow:hidden;margin:10px;padding:20px;border-radius:10px;position:relative;border:2px solid var(--cl-white);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.home-search .last-box .last-itens .list .item:hover{border:2px solid var(--cl-grey-darken)}.home-search .last-box .last-itens .list .item .link{position:absolute;inset:0;color:transparent}.home-search .last-box .last-itens .list .item .image{display:block;overflow:hidden;width:28%;float:left;position:relative;border-radius:5px;height:80px}.home-search .last-box .last-itens .list .item .image img{width:100%;height:auto;margin:0;position:absolute;top:50%;transform:translateY(-50%)}.home-search .last-box .last-itens .list .item .content{display:block;overflow:hidden;width:68%;float:right;font-family:Inter,sans-serif;font-style:normal;font-weight:700}.home-search .last-box .last-itens .list .item .content .line{display:block;overflow:hidden;line-height:1.7rem;margin:0}.home-search .last-box .last-itens .list .item .content .value,.home-search .last-box .last-itens .list .item .content .title a{font-size:1.1rem;font-weight:700;text-decoration:none}.home-search .last-box .last-itens .list .item:hover .content .title a,.home-search .last-box .last-itens .list .item .content .title a:hover,.home-search .last-box .last-itens .list .item:hover .content .value{color:var(--cl-grey-darken)}.home-search .last-box .last-itens .list .item .content .locate{color:var(--cl-grey-darken);font-size:.9rem}.home-search .last-box .last-itens .list .item .content .line.value .icon,.home-search .last-box .last-itens .list .item .content .line.locate .icon{float:left;margin-top:-2px}.list-home{position:relative}.list-home .list-box,.list-home .list-box .item-list,.list-home .list-box .item-list .item,.list-home .filter-box{display:block;overflow:hidden;position:relative}.list-home .filter-box{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.list-home .filter-box.view{left:0}.list-home .filter-box .close{color:#fff;background-color:#222;font-size:1rem;height:20px;width:20px;padding:5px;z-index:1;border-radius:50%;display:none;position:absolute;top:5px;right:5px;text-align:center;text-decoration:none;font-weight:800;line-height:1.2rem}.list-home .list-box{float:right;width:75%}.list-home .list-box h1{margin:0;padding:0}.list-home .list-box .subtitle{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:1rem;line-height:4rem}.list-home .list-box .subtitle span{font-weight:700;text-decoration:underline}.list-home .list-box .subtitle span.icon{display:inline-block;margin-bottom:-10px}.list-home .list-box .item-list .item{display:grid;overflow:hidden;grid-template-columns:30% 45% 25%;font-family:Inter,sans-serif;font-style:normal;background-color:var(--cl-white);border:2px solid var(--cl-grey-lighten);border-radius:20px;margin:20px 0;height:250px;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;position:relative;z-index:1}.list-home .list-box .item-list .item.premium{height:295px!important}.premium-client-info{display:flex;align-items:center;flex-direction:row;gap:10px}.badge{display:inline-flex;align-items:center;padding:.2em .6em;border-radius:.3rem;font-size:.7em;font-weight:600;color:#fff}.badge-success{background-color:#28a745}.client-logo{max-width:50px;height:50px;border-radius:100%;border:1px solid #eee}.client-company-name{font-weight:700;color:#333}.list-home .list-box .item-list .item:hover{border:2px solid var(--cl-red)}.list-home .list-box .item-list .item h2{font-family:Sora,sans-serif;font-weight:700;font-size:1.3rem;line-height:1.8rem;margin:0;padding:0;max-height:57px;display:block;overflow:hidden}.list-home .list-box .item-list .item h2 a{text-decoration:none}.list-home .list-box .item-list .item .details{font-size:.9rem;line-height:3rem;color:var(--cl-grey);height:48px;display:block;overflow:hidden}.list-home .list-box .item-list .item .details span.icon{margin:0 5px -9px 20px;width:26px}.list-home .list-box .item-list .item .details span.icon:first-child{margin-left:-5px}.list-home .list-box .item-list .item .text{font-size:.9rem;line-height:1.4rem;max-height:91px;overflow:hidden}.list-home .list-box .item-list .item .text .more,.list-home .list-box .item-list .item .details-p,.list-home .list-box .item-list .item .value-title{font-size:.8rem;line-height:1.5rem;color:var(--cl-grey-clean)}.list-home .list-box .item-list .item .value{font-size:1.5rem;line-height:2.5rem}.list-home .list-box .item-list .item .details-p a{color:var(--cl-grey)}.list-home .list-box .item-list .item .btn.btn-big{margin:20px 0}.list-home .list-box .item-list .item .badge-premium{position:absolute;padding:5px 50px;font-size:.8rem;font-weight:600;text-transform:uppercase;z-index:15;top:-10px;transform:rotate(-45deg) translate(-35%);background-color:var(--cl-green-whats);color:var(--cl-white);transform-origin:center;white-space:nowrap}.list-home .list-box .item-list .item .image{display:block;overflow:hidden;position:relative;height:100%}.list-home .list-box .item-list .item .image img{width:120%;height:auto;z-index:1;min-height:100%;margin:0 0 0 -10%;position:absolute;top:50%;transform:translateY(-50%)}.list-home .list-box .item-list .item .image .destaque{position:absolute;top:0;right:0;padding:7px 15px;font-size:.8rem;font-weight:800;z-index:2;color:var(--cl-white);background-color:#1d9bf0;border-radius:0 0 0 10px}.list-home .list-box .item-list .item .details-center,.list-home .list-box .item-list .item .details-right{padding:30px}.list-home .list-box .item-list .item .details-center{padding-right:0}.list-home .filter-box{float:left;width:21%}.list-home .filter-box .card{padding:20px;margin-bottom:20px}.list-home .filter-box .card>.title{font-family:Sora,sans-serif;font-style:normal;font-weight:500;font-size:1.1rem;line-height:1.6rem}.list-home .filter-box .card>.subtitle{font-family:Sora,sans-serif;font-style:normal;font-weight:800;font-size:.9rem;line-height:1.2rem;text-transform:uppercase}.list-home .filter-box .card>.title .icon{margin-top:-3px}.list-home .filter-box .card .btn.btn-big{margin-top:10px}.list-home .filter-box .card .btn{color:var(--cl-grey);border:2px solid var(--cl-grey)}.list-home .filter-box .card .btn.active,.list-home .filter-box .card .btn:hover{color:var(--cl-red);border:2px solid var(--cl-red)}.list-home .filter-box .card .hr{margin:5px 0;background-color:var(--cl-grey-lighten);height:1px;width:100%;border:none}.list-home .filter-box .card .line,.list-home .filter-box .card .line .title,.list-home .filter-box .card .line .total{display:block;overflow:hidden;text-decoration:none;font-weight:400;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.list-home .filter-box .card a.line:hover,.list-home .filter-box .card a.line:hover .title,.list-home .filter-box .card a.line:hover .total{text-decoration:underline}.list-home .filter-box .card .line{padding:3px 0;width:100%}.list-home .filter-box .card .line .title{float:left}.list-home .filter-box .card .line .total{float:right}.list-home .filter-box .card .line .total.remove{padding:0 5px 1px;border-radius:5px;border:1px solid var(--cl-grey-clean);background-color:transparent;line-height:1.2rem;font-weight:800;font-size:.8rem}.list-home .filter-box .card .line .total.remove:hover{background-color:var(--cl-grey-lighten)}.list-home .filter-box .card .line .btn.left,.list-home .filter-box .card .line .btn.right{width:46%}.list-home .filter-box .card .line .col{width:48%}.list-home .filter-box .card .line .col .title,.list-home .filter-box .card .line .col .value{font-size:.9rem;color:var(--cl-grey-darken)}.list-home .filter-box .card .line .col .title.bold,.list-home .filter-box .card .line .col .value.bold{font-weight:700;color:var(--cl-grey-darken-deep)}.list-home .filter-box .card .colapse .ln{display:none}.list-home .filter-box .card.colapsed .colapse .ln,.list-home .filter-box .card .colapse .ln:nth-child(-n+8){display:block}.list-home .list-box .box-filtros{display:none;overflow:hidden;width:100%;margin-top:15px;grid-template-columns:49% 2% 49%}.list-home .list-box .box-filtros .btn{color:var(--cl-grey-darken-deep);text-align:left;padding:3px 10px}.list-home .list-box .box-filtros select{margin:0;background-color:var(--cl-white);border:1px solid var(--cl-grey-clean)}.list-home .list-box .box-filtros select:hover{background-color:var(--cl-grey-lighten);border-color:var(--cl-grey)}.pagination{display:block;overflow:hidden;margin:20px 0;text-align:right;font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:.9rem;line-height:1.2rem}.pagination a{display:inline-block;padding:10px;min-width:20px;background-color:var(--cl-white);border:1px solid var(--cl-white);color:var(--cl-grey-darken-deep);margin:0 0 0 5px;text-align:center;text-decoration:none;border-radius:5px}.pagination a.big{padding:10px 30px;border-color:var(--cl-grey);background-color:transparent;color:var(--cl-grey)}.pagination a:hover,.pagination a.active{border-color:var(--cl-black);background-color:var(--cl-black);color:var(--cl-white)}.pagination .filter{display:inline-block;float:left;width:300px;text-align:left;font-weight:400}.pagination .filter select{width:auto;min-width:150px;margin:0 0 0 15px}.pagination .filter select:hover,.pagination .filter select:active{border-color:var(--cl-grey)}.product-title-badge{padding:5px 10px;background-color:#1d9bf0;color:#fff;font-size:.8rem;font-weight:700;text-transform:uppercase;border-radius:0;display:inline-block;margin-bottom:20px}.seller-badge{position:absolute;top:0;right:0;padding:3px 10px;background-color:#1d9bf0;color:#fff;font-size:.8rem;font-weight:700;border-bottom-left-radius:15px}.list-home .product-details{width:71%;float:left}.list-home .product-info{width:27%;float:right}.list-home .product-details .content{padding:20px;display:block;overflow:hidden}.list-home .product-details h1{margin:0;padding:0;font-family:Sora,sans-serif;font-weight:700}.list-home .product-details .value-top{font-size:1.6rem;font-family:Sora,sans-serif;font-weight:300;margin:10px 0}.list-home .product-details .details-box{display:block;overflow:hidden;background-color:var(--cl-grey-lighten);border-radius:10px;margin-top:20px;padding:25px}.list-home .product-details .details-box>.title{font-weight:700;font-size:1.3rem;line-height:2rem;font-family:Inter,sans-serif;margin-bottom:15px}.list-home .product-details .details-box>.title .icon{float:left;margin-right:5px;margin-left:-5px}.list-home .product-details .details-box>.text{font-size:.9rem;line-height:1.4rem;font-family:Inter,sans-serif}.list-home .product-details .details-box .grid{display:grid;grid-template-columns:20% 20% 20% 20% 20%}.list-home .product-details .details-box .grid .item{display:block;margin:10px 0;font-family:Inter,sans-serif}.list-home .product-details .details-box .grid .item>.title{display:block;padding:0 10px 0 0;font-size:.9rem;line-height:1.4rem;color:var(--cl-grey-darken)}.list-home .product-details .details-box .grid .item>.text{display:block;padding:0 10px 0 0;font-size:1rem;line-height:1.4rem;font-weight:600}.list-home .product-info .card-info{font-size:.9rem;line-height:1.2rem;font-family:Sora,sans-serif}.list-home .product-info .card-info a{font-size:.8rem;margin-top:10px;display:block;font-weight:400;color:var(--cl-grey-darken)}.list-home .product-info .card-info .left{width:8%;display:block;text-align:center;padding:5px 0 0 5px}.list-home .product-info .card-info .right{display:block;width:85%;padding:10px 10px 10px 0}.list-home .product-info h1,.list-home .product-info h2,.list-home .product-info h3,.list-home .product-info h4{margin:0;padding:0;display:block;font-weight:700}.list-home .product-info .content{display:block;overflow:hidden;padding:10px}.list-home .product-info .content .line{font-size:.9rem;font-weight:500;color:var(--cl-grey-darken);display:block;width:100%;overflow:hidden;position:relative}.list-home .product-info .content .line .right{padding-bottom:0}.list-home .product-info .content .line .right .btn-phone{float:right;margin-top:-7px;opacity:.5}.list-home .product-info .content .line .right .btn-phone:hover{opacity:1}.list-home .product-info .content .line.btns{display:grid;grid-template-columns:48% 4% 48%}.list-home .product-info .content .title{font-size:1.4rem;line-height:2rem;font-weight:700;font-family:Sora,sans-serif}.list-home .product-info .content .line.big{font-size:1.2rem;font-weight:500;line-height:1.6rem;margin-bottom:10px}.list-home .product-info .content .line.hr{height:1px;border-bottom:1px solid var(--cl-grey-lighten);margin:7px 0}.list-home .product-info .content .line.clean{color:var(--cl-grey-2)}.form>.content .line.form-msg,.list-home .product-info .content .line.form-msg{text-align:center;width:98%;padding:0;margin:0;border:2px solid var(--cl-red-darken);border-radius:5px;color:var(--cl-red-darken);opacity:0;max-height:0;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out}.form>.content .line.form-msg{margin:0 .5%}.form-alert-error{text-align:center;width:100%;padding:5px;border:2px solid var(--cl-red-darken);border-radius:5px;color:var(--cl-red-darken);font-size:.75rem;font-weight:400;display:block;box-sizing:border-box;margin:0 0 5px}.form>.content .line.form-msg.show,.list-home .product-info .content .line.form-msg.show{max-height:100px;opacity:1;margin:0 0 15px;padding:5px 0}.form>.content .line.form-msg.show{margin:20px .5% 10px}.list-home .product-info .content .line.outer-class-recaptcha{margin:20px 0 0}.list-home,.product-info,.content,.line.outer-class-recaptcha,.g-recaptcha{margin:0 auto}.list-home .product-info .product-date{font-size:.8rem;line-height:2rem;color:var(--cl-grey);font-family:Inter,sans-serif;margin:10px 0}.list-home .product-info .btns-bottom{display:grid;grid-template-columns:40% 4% 56%}.list-home .product-info .btns-bottom .btn{text-align:center;font-size:.8rem;font-weight:500;padding:5px 5%;color:var(--cl-grey-darken);background-color:var(--cl-grey-lighten);border-radius:10px}.list-home .product-info .btns-bottom .btn:hover{background-color:var(--cl-grey);color:#fff}.list-home .product-info .btns-bottom .btn.white{background-color:#fff;border-color:#fff}.list-home .product-info .btns-bottom .btn.white:hover{background-color:var(--cl-green-darken);border-color:var(--cl-green-darken);color:#fff}.list-home .product-info .btns-bottom .btn.white .icon{float:right;margin-top:5px;margin-right:0}.list-home .product-info .btn-big{margin-top:20px}.list-home .product-info .contact-form{display:block;padding:10px 0}.list-home .product-info .contact-form .line input,.list-home .product-info .contact-form .line textarea{width:98%;margin:5px 2px;font-size:.9rem}.list-home .product-info .contact-form .line textarea{padding:12px 20px}.list-home .product-info .contact-form .line input.sell_phone{font-weight:800;background-color:#fff;font-size:1rem}.list-home .product-info .contact-form .line .view_seller_phone{position:absolute;top:12px;right:10px}.slide-carousel{display:block;overflow:hidden;position:relative}.slide-carousel>img{display:none}.slide-carousel .view{display:block;overflow:hidden;position:relative;border-radius:10px;width:100%;height:500px;background-color:#444;z-index:1}.slide-carousel .view .item{position:absolute;inset:-10px;z-index:2;background-position:center center;background-size:cover;background-repeat:no-repeat;filter:blur(5px);opacity:.7}.slide-carousel .view .item-img{display:block;height:100%;width:auto;margin:0 auto;position:relative;z-index:3}.slide-carousel .navigation{position:relative;padding:0 35px;margin:20px 0 0;height:90px;display:block;overflow:hidden}.slide-carousel .navigation .prior,.slide-carousel .navigation .next{position:absolute;padding:15px 0;background-color:var(--cl-grey-lighten);border:2px solid var(--cl-grey-lighten);color:var(--cl-grey-darken);border-radius:7px;left:0;top:0;bottom:0;font-size:3rem;line-height:3rem;font-weight:300;text-decoration:none;width:25px;text-align:center}.slide-carousel .navigation .prior:hover,.slide-carousel .navigation .next:hover{background-color:var(--cl-white);border-color:var(--cl-red);color:var(--cl-red)}.slide-carousel .navigation .next{left:auto;right:0}.slide-carousel .view .prior,.slide-carousel .view .next{position:absolute;z-index:5;padding:5px;background-color:var(--cl-white);color:var(--cl-grey-darken);border-radius:20px;left:10px;top:48%;font-size:1.5rem;line-height:1.2rem;font-weight:800;text-decoration:none;width:25px;text-align:center;opacity:.8}.slide-carousel .view .prior:hover,.slide-carousel .view .next:hover{border-color:var(--cl-red);color:var(--cl-red);opacity:1}.slide-carousel .view .next{left:auto;right:10px}.slide-carousel .navigation .content{display:block;overflow:hidden;padding:0}.slide-carousel .navigation .content .list{display:block;overflow:hidden;width:300%;min-height:90px;line-height:0;margin-left:0;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out}.slide-carousel .navigation .content .list .item{display:inline-block;overflow:hidden;width:90px;height:86px;margin:0 2px;border:2px solid var(--cl-white);background-color:#fff;border-radius:5px;background-position:center center;background-size:cover;background-repeat:no-repeat;opacity:.7}.slide-carousel .navigation .content .list .item.active,.slide-carousel .navigation .content .list .item:hover{border-color:var(--cl-red);opacity:1}.guide-list{display:grid;grid-template-columns:20% 20% 20% 20% 20%;margin:0 0 40px}.guide-list .item{display:block;overflow:hidden;position:relative;height:auto}.guide-list .item:last-child .content{margin-right:0}.guide-list .item:first-child .content{margin-left:0}.guide-list .item .content{display:block;overflow:hidden;position:relative;margin:0 10px;background-color:var(--cl-white);text-align:center;border-radius:10px;height:200px}.guide-list .item .content img{width:100%;height:auto;margin:0;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.guide-list .item .content span{background-color:var(--cl-grey-darken);color:var(--cl-white);font-family:Sora,sans-serif;font-style:normal;font-weight:700;font-size:1rem;line-height:1.5rem;padding:10px 5px;text-align:center;letter-spacing:-.05em;width:100%;position:absolute;bottom:0;left:0;right:0;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.guide-list .item:hover .content span{background-color:var(--cl-red)}.guide-list .item a.link{position:absolute;color:transparent;inset:0;z-index:3}.product-list{display:grid;grid-template-columns:20% 20% 20% 20% 20%;margin:0 0 40px}.product-list.dealer *{box-sizing:border-box!important}.product-list.dealer{grid-template-columns:repeat(4,1fr);gap:20px 10px}.product-list.dealer .item,.product-list.dealer .item .content{padding:0!important;margin:0!important}.product-list.dealer .item .content img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-list.dealer .item .content{height:auto!important;aspect-ratio:4/3.5;display:block;width:100%;position:relative;overflow:hidden}.product-list .item{display:block;overflow:hidden;position:relative;height:auto}.product-list .item:last-child .content{margin-right:0}.product-list .item:first-child .content{margin-left:0}.product-list .item .content{display:block;overflow:hidden;position:relative;margin:0 10px 10px;text-align:center;border-radius:10px;height:200px;border:2px solid transparent;transition:all .4s ease-in-out}.product-list .item:hover .content{border:2px solid var(--cl-grey-darken-deep)}.product-list .item .content img{display:block;width:auto;height:200px;max-width:600px;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-list .item a.link{position:absolute;color:transparent;inset:0;z-index:3}.product-list .item .title,.product-list .item .value{line-height:1.5rem;font-size:1rem;margin:0 10px;transition:all .4s ease-in-out}.product-list .item .title{font-weight:700}.product-list .item:last-child .title,.product-list .item:last-child .value{margin-right:0}.product-list .item:first-child .title,.product-list .item:first-child .value{margin-left:0}.product-list.news .item .value{font-weight:700;text-align:center}.product-list.news .item:hover .value{color:var(--cl-red)}.product-list.news .item .content{border:2px solid transparent}.product-list.news .item:hover .content{border:2px solid var(--cl-red)}.dealer-top-bg{width:100%;height:300px;background-color:var(--cl-grey-darken);border-radius:10px;margin:25px 0;background-position:center center;background-size:cover;background-repeat:no-repeat}.dealer-left{float:left;display:block;overflow:hidden;width:25%}.dealer-left.guide{width:20%}.dealer-left.has-logo{margin-top:-150px}.dealer-right{float:right;display:block;overflow:hidden;width:73%}.dealer-right.guide{width:78%}.dealer-left .card{padding:20px}.dealer-right .card{padding:30px}.dealer-right .card.about{display:grid;grid-template-columns:70% 3% 27%}.card>.title,.dealer-right .card>.box>.title,.dealer-right .card>.title{font-size:1.2rem;line-height:1.6rem;font-weight:700;display:block;overflow:hidden;margin-top:0;margin-bottom:15px}.card>.title .icon,.dealer-right .card>.title .icon,.dealer-right .card>.box>.title .icon{display:inline-block;float:left;margin-top:-3px}.card>.text,.dealer-right .card>.box>.text,.dealer-right .card>.text{font-size:1rem;line-height:1.4rem;display:block;overflow:hidden}.card>.text img,.dealer-right .card>.box>.text img,.dealer-right .card>.text img{display:block;width:96%;max-width:900px;height:auto;box-shadow:#0000002e 0 2px 4px;margin:20px auto;border-radius:10px}.card>.float-btn,.dealer-right .card>.box>.float-btn,.dealer-right .card>.float-btn{position:absolute;top:20px;right:20px;width:250px}.dealer-right .card .picture-list{display:grid;overflow:hidden;grid-template-columns:16.6% 16.6% 16.6% 16.6% 16.6% 16.6%}.dealer-right .card .picture-list .item{padding:0 10px 10px;text-align:center}.dealer-right .card .picture-list .item a{width:92%;height:120px;display:block;overflow:hidden;border-radius:7px;border:2px solid var(--cl-grey-lighten);background-position:center center;background-size:cover;background-repeat:no-repeat}.dealer-right .card .picture-list .item a:hover{border:2px solid var(--cl-red)}.dealer-right .bt-view{text-align:center}.dealer-right .bt-view .btn-big{width:300px}.dealer-right .dealer-details-bottom>.title,.dealer-left .dealer-details-left>.title{font-size:1.2rem;line-height:1.6rem;font-weight:700;display:block;overflow:hidden;margin:25px 0 15px}.dealer-logo{display:block;overflow:hidden;max-width:260px;width:90%;margin:0 auto;border-radius:10px}.dealer-logo.guide{max-width:360px}.dealer-details{display:block;overflow:hidden}.dealer-details .line{display:block;overflow:hidden;padding:10px 0;border-bottom:1px solid var(--cl-grey-lighten)}.dealer-details.guide .line{padding:5px 0;max-width:170px;margin:0 auto}.dealer-details .line:last-child{border-bottom:none;padding-bottom:0}.dealer-details .badge{padding:3px 10px;background-color:#1d9bf0;color:#fff;font-size:.7rem;line-height:.7rem;font-weight:700;border-radius:15px;box-sizing:border-box;margin-left:5px;display:inline-block}.dealer-details .line .details{display:block;overflow:hidden;width:85%;float:right;font-size:.9rem;line-height:1.2rem}.dealer-details .line .details>div{display:flex;align-items:center}.dealer-details.guide .line .details{width:100%}.dealer-details .line .details .title{font-size:.8rem;color:var(--cl-grey)}.dealer-details .line .details .title.destaque{font-weight:700;color:var(--cl-red-darken)}.dealer-details .line .icon{margin:5px 0 0 5px}.dealer-details.guide .line .icon{margin:0}.dealer-map{display:block;overflow:hidden;width:100%}.dealer-map img{width:100%;height:auto}.dealer-right .dealer-date,.dealer-left .dealer-date{font-size:.8rem;line-height:2rem;color:var(--cl-grey);font-family:Inter,sans-serif;margin:0}.dealer-right .btns-bottom,.dealer-left .btns-bottom{display:grid}.dealer-right .btns-bottom .btn,.dealer-left .btns-bottom .btn{text-align:center;font-size:.8rem;font-weight:500;padding:5px 5%;color:var(--cl-grey-darken);background-color:var(--cl-grey-lighten);border-radius:10px;margin:10px 0}.dealer-right .btns-bottom .btn:hover,.dealer-left .btns-bottom .btn:hover{background-color:var(--cl-grey);color:#fff}.dealer-right .btns-bottom .btn.white,.dealer-left .btns-bottom .btn.white{background-color:#fff;border-color:#fff}.dealer-right .btns-bottom .btn.white:hover,.dealer-left .btns-bottom .btn.white:hover{background-color:var(--cl-green-darken);border-color:var(--cl-green-darken);color:#fff}.dealer-right .btns-bottom .btn.white .icon,.dealer-left .btns-bottom .btn.white .icon{float:right;margin-right:0}.dealer-details-left{display:block}.dealer-details-bottom{display:none}.dealer-ads-header{display:grid;grid-template-columns:75% 5% 20%;overflow:hidden;padding:0;margin:30px 0}.dealer-ads-header .title{font-size:1.2rem;line-height:2rem;display:block;overflow:hidden;padding:5px 0}.dealer-ads-header .title span{font-weight:800;text-decoration:underline}.dealer-ads{padding:20px}.dealer-ads .buttons{display:grid;overflow:hidden;grid-template-columns:32% 2% 32% 2% 32%}.dealer-ads .buttons.single{grid-template-columns:49% 2% 49%}.dealer-ads .buttons .btn{color:var(--cl-grey-darken)}.dealer-ads .top{display:grid;grid-template-columns:30% 70%;overflow:hidden;font-size:.9rem;line-height:1.2rem;color:var(--cl-grey);padding-bottom:15px;border-bottom:1px solid var(--cl-grey-lighten)}.dealer-ads .top span{color:var(--cl-grey-darken)}.dealer-ads .top .top-det{display:grid;grid-template-columns:70% 30%;overflow:hidden}.dealer-ads .content{overflow:hidden;display:grid;padding:20px 0;grid-template-columns:20% 55% 25%}.dealer-ads .content .image{height:150px;display:block;overflow:hidden;position:relative;border-radius:7px;color:transparent;background-position:center center;background-size:cover;background-repeat:no-repeat}.dealer-ads .content .image .destaque{position:absolute;top:0;left:0;font-size:.9rem;background-color:var(--cl-red);color:var(--cl-white);padding:2px 10px;border-radius:0 0 7px}.dealer-ads .content h2{font-family:Sora,sans-serif;font-weight:700;font-size:1.2rem;line-height:1.6rem;margin:0;padding:0;max-height:55px;display:block;overflow:hidden}.dealer-ads .content h2 a{text-decoration:none}.dealer-ads .content .details{font-size:.9rem;line-height:2.5rem;color:var(--cl-grey);height:40px;display:block;overflow:hidden}.dealer-ads .content .details span.icon{margin:0 5px -9px 20px;width:26px}.dealer-ads .content span.icon:first-child{margin-left:-5px}.dealer-ads .content .text{font-size:.9rem;line-height:1.2rem;max-height:65px;overflow:hidden}.dealer-ads .content .text .more,.dealer-ads .content .details-p,.dealer-ads .content .value-title{font-size:.8rem;line-height:1.5rem;color:var(--cl-grey-clean)}.dealer-ads .content .value{font-size:1.6rem;line-height:2.5rem}.dealer-ads .content .details-p{margin-top:10px}.dealer-ads .content .details-p a{color:var(--cl-grey)}.dealer-ads .content .btn.btn-big{margin:20px 0}.dealer-ads .content .details-center,.dealer-ads .content .details-right{padding:0 0 0 20px}.dealer-ads .content .details-center{padding-right:0}.dealer-ads .content .details-right .status{font-size:.9rem;line-height:1.2rem}.dealer-ads .content .details-right .status.warning{color:var(--cl-red-darken)}.dealer-ads .content .details-right .status.none{color:var(--cl-grey-clean)}.dealer-ads .content .details-right .status.ok{color:var(--cl-green-darken)}.dealer-ads .content .details-right .status.waiting{color:var(--cl-orange)}.card.form{display:block;padding:30px}.form>.title{display:block;overflow:hidden;border-bottom:1px solid var(--cl-grey-lighten);padding:0 0 5px;margin:0 0 10px;font-size:1.4rem;line-height:1.6rem}.form>.content{display:block;overflow:hidden;width:100%;padding:10px 0}.form>.content .line{display:block;overflow:hidden;width:100%;max-height:10000px;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.form>.content .line.hide{max-height:0}.form>.content .div-input{display:block;overflow:hidden;width:31%;float:left;padding:15px 2% 0 2px}.form>.content .div-input.full{width:100%}.form>.content .div-input .input-title{font-size:.9rem;margin:0 2px}.form>.content .div-input .input-line{display:block;overflow:hidden;position:relative;height:55px}.form>.content .div-input.full .input-line{height:auto}.form>.content .div-input .input-line>.btn-input{position:absolute;right:4px;top:9px;width:30px;bottom:6px}.form>.content .div-input .input-line input,.form>.content .div-input .input-line select{width:98.5%;margin:8px 2px}.form .sub-details{font-size:.8rem;line-height:1rem;color:var(--cl-grey);margin:20px 0 5px;text-align:center}.form .photo-itens{display:grid;overflow:hidden;margin:10px 0;grid-template-columns:20% 20% 20% 20% 20%}.form .photo-itens .item{display:block;overflow:hidden;position:relative}.form .photo-itens .item .image{display:block;overflow:hidden;position:relative;width:86%;height:160px;margin:0 auto;border-radius:7px;border:1px solid var(--cl-grey);opacity:1;cursor:pointer;background-position:center center;background-size:cover;background-repeat:no-repeat;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.form .photo-itens .item .image:hover{border:1px solid var(--cl-red);opacity:.7}.form .photo-itens .item .image a.delete{position:absolute;top:5px;right:5px;border-radius:5px;background-color:var(--cl-red);width:30px;text-align:center;height:30px;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.form .photo-itens .item .image a.delete:hover{background-color:var(--cl-red-darken)}.form .photo-itens .item .add{display:block;overflow:hidden;position:relative;width:86%;height:160px;margin:0 auto;text-align:center;border-radius:7px;border:1px solid var(--cl-grey);font-weight:800;color:var(--cl-grey-darken)!important;text-decoration:none}.form .photo-itens .item .add .icon{margin-top:25%}.form .photo-itens .item .add .txt{padding:0 10px}.form>.content>.div-input textarea{width:97%}.complaint-box{width:90%;max-width:500px;position:fixed;top:100%;left:50%;transform:translate(-50%,-50%);z-index:999;border-radius:10px;opacity:0;height:0;box-shadow:#00000012 0 1px 2px,#00000012 0 2px 4px,#00000012 0 4px 8px,#00000012 0 8px 16px,#00000012 0 16px 32px,#00000012 0 32px 64px;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.complaint-box.show{height:auto;opacity:1;top:40%}.complaint-box-overlay.show{top:0;opacity:1}.complaint-box-overlay{display:block;overflow:hidden;position:fixed;opacity:0;inset:100% 0 0;z-index:998;background-color:#000000b3;transition:all .4s ease-in-out}.complaint-box>.card{margin-bottom:0}.complaint-box>.card h3{margin:0;padding:0 5px;font-size:1.2rem;display:block;font-weight:700}.complaint-box>.card .line{font-size:.9rem;font-weight:500;color:var(--cl-grey-darken);display:block;width:100%;overflow:hidden;position:relative;padding:3px 5px}.complaint-box>.card .line textarea{width:99%;margin:5px 2px;font-size:.9rem;padding:12px 20px}.complaint-box>.card .btn.btn-big{margin:10px 5px 0;width:97%}.complaint-box>.card .line.form-complaint-msg{text-align:center;width:97%;padding:0;margin:0 5px;border:2px solid var(--cl-red-darken);border-radius:5px;color:var(--cl-red-darken);opacity:0;max-height:0;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.complaint-box>.card .line.form-complaint-msg.show{max-height:100px;opacity:1;padding:5px 0}.complaint-box .close{position:absolute;top:10px;right:10px;font-size:1.2rem;font-weight:800;height:30px;width:30px;text-align:center}.landpage.container,.landpage.container .content{overflow:initial}.landpage .box-top{display:block;opacity:1;margin-top:0}.landpage .box-top.no-animate{opacity:0;margin-top:30px}.landpage .box-top .img-top{text-align:center;width:100%;max-width:469px;margin:0 auto 20px}.landpage .box-top h1{padding-top:0}.landpage .box-top h1.no-animate{padding-top:20px}.landpage .box-top .text{padding-top:0;opacity:1}.landpage .box-top .text.no-animate{padding-top:20px;opacity:0}.landpage .box-text{display:block;opacity:1;margin-top:0}.landpage .box-text.no-animate{opacity:0;margin-top:30px}.landpage .box-text .text .landpage .box-text h2,.landpage .box-text h3{padding-top:0;opacity:1}.landpage .box-text .text .landpage .box-text h2.no-animate,.landpage .box-text h3.no-animate{padding-top:20px;opacity:0}.landpage .box-image{display:block;opacity:1;margin-top:0}.landpage .box-image.no-animate{opacity:0;margin-top:30px}.landpage .box-image .content{display:block;overflow:hidden;font-size:1.2rem;line-height:1.6rem;width:65%;float:left}.landpage .box-image img{float:right;max-width:380px;width:35%;height:auto;opacity:1}.landpage .box-image.img-left .content{float:right}.landpage .box-image.img-left img{float:left}.landpage .box-image img.no-animate{opacity:0;margin-right:-100px}.landpage .box-image.img-left img.no-animate{margin-right:auto;margin-left:-100px}.landpage .box-image .content .text{opacity:1;margin-top:0}.landpage .box-image .content .text.no-animate{opacity:0;margin-top:30px}.landpage .brands-logos{display:block;overflow:hidden;opacity:1;margin-top:0}.landpage .brands-logos.no-animate{opacity:0;margin-top:30px}.landpage .brands-logos h3{font-family:Sora,sans-serif;font-style:normal;font-size:2rem;line-height:3rem;color:var(--cl-red);padding:20px 0;margin:10px 0;text-align:center}.landpage .brands-logos .list{overflow:hidden;display:grid;grid-template-columns:20% 20% 20% 20% 20%;padding:10px 0 20px;opacity:1}.landpage .brands-logos .list.no-animate{opacity:0;padding-top:40px}.landpage .brands-logos .list .brand-item span{width:100px;height:100px}.landpage .brands-logos .list .brand-item span img{width:90%;margin:0 7%}.landpage .contact-box{position:relative;display:block;overflow:hidden;padding:100px 50px 60px;border-radius:10px;opacity:1;width:100%}.landpage .contact-box.no-animate{opacity:0;padding:150px 50px 40px}.landpage .contact-box .text{color:var(--cl-white);position:relative;z-index:5;font-size:1.1rem;line-height:1.3rem;max-width:340px;display:inline-block}.landpage .contact-box .text a{color:var(--cl-white);padding-top:10px;display:inline-block}.landpage .contact-box .bg{background-color:#222;position:absolute;z-index:3;inset:45px 0 0;border-radius:10px}.landpage .contact-box .bg img{position:absolute;z-index:3;width:650px;height:auto;right:-2px;top:-47px;opacity:1}.landpage .contact-box .bg img.no-animate{right:-50px;opacity:0}.landpage .contact-box .bg .degrade{position:absolute;z-index:4;inset:-1px 350px 0 11px;background:#222;background:linear-gradient(90deg,#222 60%,#2220);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#222222",GradientType=1)}.landpage.format-text p{margin-bottom:30px}.landpage.format-text ol,.landpage.format-text ul{list-style:disc;margin:0;padding:10px 0 30px 20px}.video-view{display:block}.card.card-video-brand{width:900px;max-width:100%;margin-left:auto;margin-right:auto}.video-view iframe{width:100%;min-height:550px}.guide-review-list>div:nth-of-type(n+1){border-bottom:1px solid var(--cl-grey-lighten)}.guide-review-list>div:last-child{border-bottom:none}.guide-review{display:block;overflow:hidden;padding:20px 0}.guide-review .top{display:grid;grid-template-columns:auto 280px;overflow:hidden;margin-bottom:10px}.guide-review .top .vote{display:block;font-size:1.4rem;line-height:1.6rem;font-weight:800;text-transform:uppercase}.guide-review .top .vote span{margin:5px 0 0;float:left}.guide-review .top .vote span.icon{margin:0 0 0 10px}.guide-review .top .rating{display:grid;grid-template-columns:auto 160px;font-size:.8rem;color:var(--cl-grey)}.guide-review .top .rating span{margin:7px 0 0;text-align:right}.guide-review .top .rating span.icon{margin:2px 0 0}.guide-review .top .rating .icons{letter-spacing:-10px}.guide-review .content{display:grid;grid-template-columns:auto 280px;overflow:hidden;font-size:.9rem}.guide-review .content .title{font-size:1rem;font-weight:800}.guide-review .content .text{display:block;overflow:hidden;padding:5px 0 15px 10px}.guide-review .content .text .item{display:block;overflow:hidden}.guide-review .content .text .description{font-weight:600;float:left;width:200px}.guide-review .content .text .value{float:left}.guide-review .content .box-left,.guide-review .content .box-right{display:block}.guide-review .content .rating-list{display:block;font-size:.8rem;color:var(--cl-grey);margin-top:20px}.guide-review .content .rating-list .item{display:grid;grid-template-columns:auto 160px;overflow:hidden;width:100%}.guide-review .content .rating-list .item .nome{margin:7px 5px 0 0;letter-spacing:0;display:block;text-align:right}.guide-review .content .rating-list .item .vote-r{display:block;letter-spacing:-10px}.guide-review .content .rating-list .item span.icon{margin:2px 0 0}.guide-review .bottom{display:block;font-size:.9rem;margin-top:10px}.guide-review .bottom .user,.guide-review .bottom .date{display:block}.guide-review .bottom>.left,.guide-review .bottom>.right{display:block;width:45%}.guide-review .bottom>.right{text-align:right;color:var(--cl-grey)}.guide-review .bottom .btn{padding:2px 10px;margin-left:10px}.is-colapsed .guide-review .content{display:none}.is-colapsed.colapsed .guide-review .content{display:grid}.is-colapsed .guide-review .bottom>.right{display:none}.is-colapsed.colapsed .guide-review .bottom>.right{display:block}.fipe-hitoric-value{display:grid;grid-template-columns:49% 2% 49%;overflow:hidden}.fipe-hitoric-value .fipe-value-list>div{display:grid;grid-template-columns:50% 50%;overflow:hidden}.fipe-hitoric-value .fipe-value-list .sub-title{font-size:.9rem;font-weight:800}.fipe-chart-bar-price-yearly{width:100%;height:400px;display:block;overflow:hidden}.fip-brand-logo{width:auto;height:30px;display:inline-block;margin-right:10px}.fip-brand-title{color:var(--cl-red)}.fipe-item-list{display:grid;grid-template-columns:16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;overflow:hidden;padding:5px 10px}.fipe-item-list .fipe-brand{display:block;overflow:hidden;padding:15px;margin:5px;transition:all .4s ease-in-out;background-color:var(--cl-white);border-radius:10px;box-shadow:none}.fipe-item-list .fipe-brand:hover{background-color:#00000005;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px}.fipe-item-list .fipe-brand .image{display:block;overflow:hidden;text-align:center;border-radius:10px;margin:5px;transition:all .4s ease-in-out;box-shadow:#0000000d 0 0 0 1px}.fipe-item-list .fipe-brand:hover .image{box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px}.fipe-item-list .fipe-brand .image img{width:100%}.fipe-item-list .fipe-brand .title{text-align:center;display:block;overflow:hidden;font-size:1rem;line-height:1.5rem}.fipe-item-list .fipe-brand .versions{display:block;overflow:hidden;text-align:center}.fipe-item-list .fipe-brand .versions .btn.btn-pq{display:inline-block}.news-list,.classified-list{overflow:hidden;width:100%}.news-list.last,.classified-list.last{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.news-list.big,.classified-list.big{grid-template-columns:25% 25% 25% 25%}.news-list .item,.classified-list .item{flex:1 1 10%;padding:10px}.classified-list .item h3,.news-list .item h3,.featured-news-list .item .text h3{font-size:1.1rem;line-height:1.4rem;font-weight:600;text-align:left;margin-top:5px;margin-bottom:5px;transition:all .4s ease-in-out}.classified-list .item h4.subtitle,.classified-list .item h4.subtitle:hover{color:var(--cl-black)}.classified-list .item:hover h3,.news-list .item:hover h3,.featured-news-list .item:hover .text h3{color:var(--cl-red)}.classified-list .item .caption-box,.news-list .item .caption-box{display:block;overflow:hidden;margin-top:-15px}.classified-list .item .caption,.news-list .item .caption,.featured-news-list .item .text .caption{background-color:var(--cl-red);color:var(--cl-white);font-size:.9rem;display:block;position:relative;z-index:4;float:left;padding:5px 15px 6px;margin-left:2px;transition:all .4s ease-in-out}.classified-list .item .image,.news-list .item .image{display:block;aspect-ratio:4/3;position:relative}.classified-list .item img,.news-list .item img{border:2px solid transparent;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px;opacity:1;transition:all .4s ease-in-out}.classified-list .item:hover img,.news-list .item:hover img{border:2px solid var(--cl-red)}.classified-list .item .caption.red,.news-list .item .caption.red,.featured-news-list .item .text .caption.red{background-color:var(--cl-red)!important}.classified-list .item.grey .caption,.news-list .item.grey .caption,.featured-news-list .item.grey .text .caption{background-color:var(--cl-grey-darken-deep)}.classified-list .item.grey:hover img,.news-list .item.grey:hover img{border:2px solid var(--cl-grey-darken)}.classified-list .item.grey:hover h3,.news-list .item.grey:hover h3,.featured-news-list .item.grey:hover .text h3{color:var(--cl-grey-darken)}.classified-list .item.green .caption,.news-list .item.green .caption,.featured-news-list .item.green .text .caption{background-color:var(--cl-green-darken)}.classified-list .item.green:hover img,.news-list .item.green:hover img{border:2px solid var(--cl-green-darken)}.classified-list .item.green:hover h3,.news-list .item.green:hover h3,.featured-news-list .item.green:hover .text h3{color:var(--cl-green-darken-deep)}.featured-news-list{overflow:hidden;display:block;position:relative;margin:20px 10px}.featured-news-list .box{overflow:hidden;display:grid;position:relative;grid-template-columns:25% 25% 25% 25%;margin:0}.more-news .featured-news-list{margin-bottom:0;margin-top:30px}.more-news .featured-news-list .box{grid-template-columns:50% 50%}.featured-news-list .item{display:block;overflow:hidden;height:450px;position:relative}.more-news .featured-news-list .item{height:400px}.featured-news-list .item .a-box{display:block;overflow:hidden;position:relative;width:99%;height:100%;border-radius:10px}.more-news .featured-news-list .item:last-child .a-box{margin-left:1%}.featured-news-list .item .text{display:block;position:absolute;bottom:0;left:0;right:0;padding:100px 20px 20px;background:#000;background:linear-gradient(0deg,#000,#fff0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1)}.featured-news-list .item .text .bg{overflow:hidden;display:block;position:absolute;bottom:0;height:0;left:0;right:0;z-index:1;opacity:.8;transition:all .2s ease-in-out;background:#f9023b;background:linear-gradient(0deg,#f9023b,#fff0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9023b",endColorstr="#ffffff",GradientType=1)}.featured-news-list .item:hover .text .bg{height:100%}.featured-news-list .item .text h3,.featured-news-list .item:hover .text h3{color:var(--cl-white);z-index:2;position:relative;padding:0}.featured-news-list .item .text .caption-box{display:block;overflow:hidden;text-align:center;position:relative;z-index:2}.featured-news-list .item .text .caption{float:initial;display:inline-block}.featured-news-list .item .image{position:absolute;overflow:hidden;inset:0;display:flex;align-items:center;justify-content:center}.featured-news-list .item .image img{width:auto;height:100%;transition:all .4s ease-in-out}.featured-news-list .item:hover .image img{height:110%}.title-with-btn{display:block;overflow:hidden;padding:0 10px}.title-with-btn h1,.title-with-btn h2,.title-with-btn h3{float:left}.title-with-btn .btn{float:right;margin-top:15px}.webstory-list{overflow:hidden;display:grid;grid-template-columns:10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;padding:10px 0}.webstory-list .item{display:block;overflow:hidden;text-align:center;padding:0 10px}.webstory-list .item .image{display:block;overflow:hidden}.webstory-list .item .image img{display:block;overflow:hidden;width:100%;height:auto;transition:all .4s ease-in-out;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;clip-path:circle(45% at 50% 50%)}.webstory-list .item:hover .image img{clip-path:circle(50% at 50% 50%)}.webstory-list .item .title{font-size:.8rem;font-weight:500;overflow:hidden;text-align:center;margin-top:10px;color:var(--cl-grey-darken);line-height:1.2rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;transition:all .4s ease-in-out}.webstory-list .item:hover .title{color:var(--cl-grey-darken-deep)}.webstory-view-box{background-color:#000c;overflow:hidden;display:block;position:fixed;z-index:10;border-radius:20px;inset:80px 150% 50px -150%;transition:all .4s ease-in-out}.webstory-view-box.view{left:50px;right:50px}.webstory-view-box iframe{display:block;width:100%;height:100%}.webstory-view-box .webstory-close{background-color:#00000080;padding:5px 10px;font-size:2rem;line-height:2rem;color:#fff;border-radius:50%;display:block;position:absolute;z-index:11;right:10px;top:10px;transition:all .2s ease-in-out}.webstory-view-box .webstory-close:hover{background-color:#000000e6}.search-view-box{background-color:var(--cl-white);overflow:hidden;display:block;position:fixed;z-index:10;border-radius:20px;min-height:50px;top:-150%;width:750px;margin:0 50%;transform:translate(-50%);transition:all .4s ease-in-out}.search-view-box.view{top:80px}.search-view-box .btn-search-close{background-color:#00000080;padding:5px 10px;font-size:1rem;line-height:1rem;width:30px;height:30px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%;position:absolute;z-index:11;right:10px;top:10px;transition:all .2s ease-in-out}.search-view-box .btn-search-close:hover{background-color:#000000e6}.search-box-content{display:block;overflow:hidden;width:90%;margin:20px auto}.search-box-content .title{font-size:1.1rem;font-weight:600;margin:10px 3px}.search-box-content form{display:block;overflow:hidden}.search-box-content form .search-text{width:80%;float:left;display:inline-block;margin-left:3px}.search-box-content form .btn{width:18%;float:right;display:inline-block;margin-top:8px}.search-box-content .links{display:grid;overflow:hidden;grid-template-columns:33.3% 33.3% 33.3%}.search-box-content .links a{font-size:.9rem;line-height:1.4rem;display:block;overflow:hidden;padding:3px 5px 3px 10px}.search-box-content .links a:hover{color:var(--cl-red)}.search-box-content .links a:before{content:"❯";margin-right:10px;margin-left:0;transition:all .2s ease-in-out}.search-box-content .links a:hover:before{margin-right:5px;margin-left:5px}.btn.search-ads-home{float:none;padding:0 0 0 35px!important;margin:10px 0!important;display:block!important}.home-box{display:block;overflow:hidden}.home-box.box-guide .bike-style-list-title{display:none}.home-box.box-guide,.home-box.box-featured,.home-box.box-classified{padding:50px 0 30px;background:#dddddda9;background:linear-gradient(0deg,transparent 0%,rgba(221,221,221,.661485) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#dddddd",GradientType=1)}.home-box.box-guide{clip-path:polygon(49.89% 76px,100% 0px,100% 100%,0px 100%,0px 50px,347px 0px)}.home-box.box-classified{margin-top:50px;clip-path:polygon(70% 15px,100% 47px,100% 100%,0px 100%,0px 17px,40% 50px)}.news-list.search,.product-list.search,.guide-list.search{grid-template-columns:20% 20% 20% 20% 20%;margin:10px 0}.news-list.search .item,.product-list.search .item,.guide-list.search .item{margin-bottom:20px}.guide-list.search .item:first-child .content{margin:0 10px}.news-list.search .item h3{font-size:1rem;line-height:1.4rem}main .container.news-view{display:flex;position:inherit;margin-bottom:30px}main .container.news-view>.content{flex-grow:1;min-height:100px;display:block;position:relative;overflow:hidden;min-width:200px}main .container.news-view .nav{width:300px;height:auto;display:inline-block;flex-shrink:0;margin-left:50px}.news-content{overflow:hidden}.news-content .top{display:block;overflow:hidden;position:relative;height:350px;border-radius:10px;background-color:#ccc}.news-content .top.no-image{display:block;border-radius:0;height:auto}.news-content .top img{position:absolute;width:100%;height:auto;top:50%;left:0;right:0;transform:translateY(-50%)}.news-content .top .title{display:block;position:absolute;bottom:0;left:0;right:0;background:#000;background:linear-gradient(0deg,#000,#fff0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1)}.news-content .top.no-image .title{position:relative;background:none;filter:none}.news-content .top .title .bg{overflow:hidden;display:block;position:absolute;bottom:0;height:0;left:0;right:0;z-index:1;opacity:.8;transition:all .2s ease-in-out;background:#f9023b;background:linear-gradient(0deg,#f9023b,#fff0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9023b",endColorstr="#ffffff",GradientType=1)}.news-content .top:hover .title .bg{height:150%}.news-content .top.no-image:hover .title .bg{height:0}.news-content .top .title a{position:relative;z-index:2}.news-content .top .title h1{display:block;font-family:Sora,sans-serif;font-style:normal;font-weight:600;font-size:1.8rem;line-height:2.2rem;letter-spacing:-.03em;color:var(--cl-white);padding:50px 20px 20px;margin:0;text-shadow:2px 2px 5px rgba(0,0,0,.5),1px 1px 2px rgba(0,0,0,.8)}.news-content .sub-title{display:grid;grid-template-columns:70% 30%;overflow:hidden}.news-content .sub-title .text{font-size:.9rem;font-weight:400;line-height:32px;color:var(--cl-grey-darken);padding:5px 0}.news-content .sub-title .text .tag{background-color:var(--cl-red);float:left;display:inline-block;color:var(--cl-white);padding:0 20px;margin-right:10px;clip-path:polygon(13.03% 10.13%,99% 1%,91.03% 90%,5% 100%)}.news-content .sub-title .social{display:block;overflow:hidden}.news-content .sub-title .social .text{display:inline-block;font-size:.8rem;line-height:32px;padding:0 10px;color:var(--cl-grey);float:right;margin:2px}.news-content .sub-title .social a{color:transparent;display:inline-block;float:right;margin:2px}.news-content article .content{display:block;overflow:hidden;line-height:1.8rem;font-size:1.1rem;margin:25px 0}.news-content article .content p{padding:0 0 20px;margin:0}.news-content article .content p:last-child{padding:0}.news-content article .content a,.news-content article .content a:visited{color:var(--cl-red-darken)}.news-content article .content a:hover{color:var(--cl-red)}.news-content article .content h1,.news-content article .content h2,.news-content article .content h3,.news-content article .content h4,.news-content article .content h5{margin-top:0;margin-bottom:20px}.news-content article .content ul{display:block;overflow:hidden;padding:0 0 20px;margin:0}.news-content article .content ul li{list-style:none;border:0}.news-content article .content .wp-caption{text-align:center;margin-bottom:20px}.news-content article .content .wp-caption img{width:96%;max-width:96%;height:auto;box-shadow:#0000002e 0 2px 4px;margin:10px 2%;border-radius:10px}.news-content article .content .wp-caption .wp-caption-text{font-size:.9rem;line-height:1.2rem;margin-top:0;font-weight:400;color:var(--cl-grey);font-style:italic}.news-content article .content .fluid-width-video-wrapper{display:block;overflow:hidden;width:100%;margin-bottom:20px}.news-content article .content .fluid-width-video-wrapper iframe{width:100%;height:550px}.news-content .other-news{display:grid;overflow:hidden;position:relative;grid-template-columns:50% 50%;margin:30px 0}.news-content .other-news .item.last{text-align:left;margin-right:50px;margin-left:40px}.news-content .other-news .item.next{text-align:right;margin-left:50px;margin-right:40px}.news-content .other-news .item.last:before,.news-content .other-news .item.next:after{top:50%;transform:translateY(-50%);position:absolute;font-size:3rem;line-height:3rem;color:var(--cl-grey-clean);transition:all .2s ease-in-out}.news-content .other-news .item.last:before{content:"❰";left:-35px}.news-content .other-news .item.last:hover:before{left:-40px}.news-content .other-news .item.next:after{content:"❱";right:-35px}.news-content .other-news .item.next:hover:after{right:-40px}.news-content .other-news .item{display:block;position:relative}.news-content .other-news .item .sub-title{display:block;color:var(--cl-grey-darken);font-size:.9rem;line-height:1.2rem;font-weight:400;transition:all .2s ease-in-out}.news-content .other-news .item.last .sub-title{text-align:left}.news-content .other-news .item.next .sub-title{text-align:right}.news-content .other-news .item:hover .sub-title{color:var(--cl-grey)}.news-content .other-news .item h3{font-size:1rem;line-height:1.6rem;font-weight:600;margin:5px 0 0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.news-content .user{display:flex;position:inherit;overflow:hidden;padding:25px 0}.news-content .user .image{display:inline-block;flex-shrink:0;width:95px;height:95px;border-radius:50%;float:left;margin:5px;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 0 0 1px}.news-content .user .text{flex-grow:1;display:inline-block;position:relative;min-width:200px;font-size:.9rem;line-height:1.2rem;background-color:var(--cl-white);padding:20px 30px 20px 50px;margin:5px 0;clip-path:polygon(20px 25px,20px 0px,100% 0px,100% 100%,20px 100%,20px 50px,0px 35px)}.news-content .user .text .name{display:block;font-size:1.2rem;font-weight:800;line-height:1.4rem;padding:0 0 5px}.news-content .more-news{display:block;overflow:hidden;padding:0}.news-content .more-news>.title,.home-search .last-box.news-view .last-itens>.title h3{font-family:Sora,sans-serif;font-style:normal;position:relative;font-weight:800;font-size:1.8rem;line-height:2.5rem;letter-spacing:-.05em;margin:0;padding:0}.home-search .last-box.news-view .last-itens>.title:before,.news-content .more-news>.title:before{content:" ";display:block;position:absolute;border-bottom:1px solid var(--cl-red);width:100%;z-index:0;top:50%}.news-content .more-news>.title span,.home-search .last-box.news-view .last-itens>.title h3{z-index:1;position:relative;display:inline-block;background-color:var(--cl-grey-lighten);padding:0 10px 0 15px}.home-search .last-box.news-view .last-itens>.title h3{padding-left:0}.news-content .more-news>.title span.icon,.home-search .last-box.news-view .last-itens>.title span.icon{background-color:var(--cl-red);border:3px solid var(--cl-red);position:relative;border-radius:10px;float:left;margin-top:2px;display:block;height:30px;width:30px;z-index:1;padding:0}.home-search .last-box.news-view .last-itens>.title span.icon{margin-right:15px}.home-search .last-box.news-view .last-itens>.title:before{top:40%}.home-search .last-box.news-view .last-itens .title select{margin-top:0}.home-search .last-box.news-view .last-itens .title .sDiv{background-color:var(--cl-grey-lighten);display:block;overflow:hidden;position:relative;z-index:1;float:right;width:10px;height:40px}.news-content .more-news .list,.news-content .more-news .list.news-list{padding:20px 0;display:grid;overflow:hidden;grid-template-columns:25% 25% 25% 25%}.nav-news{display:block;overflow:hidden;padding:0 0 10px}.nav-news>.title{font-family:Sora,sans-serif;font-style:normal;position:relative;font-weight:600;font-size:1.4rem;line-height:40px;letter-spacing:-.05em;margin:0 0 10px;padding:5px 0}.nav-news>.title:before{content:" ";display:block;position:absolute;border-bottom:1px solid var(--cl-red);width:100%;z-index:0;top:50%}.nav-news>.title span{z-index:1;position:relative;display:inline-block;background-color:var(--cl-grey-lighten);padding:0 10px}.nav-news>.title span.icon{background-color:var(--cl-red);border:3px solid var(--cl-red);position:relative;border-radius:10px;float:left;margin-top:0;display:block;height:30px;width:30px;z-index:1;padding:0}.nav-news .list{display:block;position:relative;overflow:hidden}.nav-news .list.links a{font-size:1rem;line-height:1.5rem;display:block;overflow:hidden;padding:3px 5px 3px 10px}.nav-news .list.links a:hover{color:var(--cl-red)}.nav-news .list.links a:before{content:"❯";margin-right:10px;margin-left:0;transition:all .2s ease-in-out}.nav-news .list.links a:hover:before{margin-right:5px;margin-left:5px}.news-nav-item{display:block;overflow:hidden;padding:5px 0}.news-nav-item a{display:block;overflow:hidden}.news-nav-item h3,.news-nav-item .text h3{font-size:1.1rem;line-height:1.6rem;font-weight:600;text-align:center;margin:5px 0;transition:all .4s ease-in-out}.news-nav-item:hover h3,.news-nav-item:hover .text h3{color:var(--cl-red)}.news-nav-item .caption-box{display:block;overflow:hidden;margin-top:-15px}.news-nav-item .caption,.news-nav-item .text .caption{background-color:var(--cl-red);color:var(--cl-white);font-size:.8rem;display:block;float:left;padding:5px 15px 10px;transition:all .4s ease-in-out;clip-path:polygon(11.06% 5%,97.97% 0%,90% 85%,4.05% 90%)}.news-nav-item:hover .caption,.news-nav-item:hover .text .caption{clip-path:polygon(11.05% 5%,85.56% 0%,92.48% 85%,11.5% 90%)}.news-nav-item .image{display:block}.news-nav-item img{border:2px solid transparent;display:block;width:100%;height:auto;border-radius:10px;opacity:1;transition:all .4s ease-in-out}.news-nav-item:hover img{border:2px solid var(--cl-red)}.news-nav-item .caption.red,.news-nav-item .text .caption.red{background-color:var(--cl-red)!important}.news-nav-item.item-small{padding:10px 0}.news-nav-item.item-small a{display:grid;grid-template-columns:40% 60%}.news-nav-item.item-small .text{padding-left:15px}.news-nav-item.item-small h3,.news-nav-item.item-small .text h3{font-size:1rem;line-height:1.2rem;font-weight:600;text-align:left}.news-nav-item.item-small .caption-box{margin:0}.news-nav-item.item-small .caption,.news-nav-item.item-small:hover .caption{background-color:transparent;color:var(--cl-grey-2);font-size:.8rem;font-weight:600;padding:5px 0 0;clip-path:none}.share-box{display:block;overflow:hidden;width:100%}.share-box .social{display:block;overflow:hidden;width:100%;text-align:left}.share-box .social .text{display:inline-block;overflow:hidden;margin-right:5px;color:var(--cl-grey-2)}.share-box .social .btn{display:inline-block;overflow:hidden;color:transparent}.home-box.box-featured{padding-top:30px}.view-more-home{display:none}.view-more-home .btn{float:initial;display:block;margin-top:5px;margin-bottom:5px;padding:5px 0}.videosection,.videosection *{box-sizing:border-box}.videosection{display:grid;grid-template-columns:1fr 370px;-moz-column-gap:10px;column-gap:10px;margin-top:15px;margin-bottom:10px;padding-left:10px;padding-right:10px}.videosection__iframe-wrapper{position:relative;padding-bottom:56.25%;width:100%;height:0;overflow:hidden}.videosection__iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.videosection__list-wrapper{position:relative;width:100%;height:100%}.videosection__list{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;overflow-y:auto;flex-direction:column;row-gap:5px;padding-right:5px}.videosection__list::-webkit-scrollbar{width:5px}.videosection__list::-webkit-scrollbar-track{background:#f1f1f1}.videosection__list::-webkit-scrollbar-thumb{background:#f9023b;border-radius:5px}.videosection__list::-webkit-scrollbar-thumb:hover{background:#e20035}.videosection__list-item{display:grid;grid-template-columns:160px 1fr;align-items:flex-start;-moz-column-gap:10px;column-gap:10px;transition:ease .2s;border:1px solid transparent}.videosection__list-item:hover,.videosection__list-item.active{background-color:#f9023b20;box-shadow:0 0 5px #0000001a;border:1px solid #eee}.videosection__list-item__thumbnail{aspect-ratio:16/9;width:100%;overflow:hidden}.videosection__list-item__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.videosection__list-item__title{font-size:.85rem;line-height:1.2;font-weight:600;display:flex;align-items:center;padding:5px 0;color:#000}@media (max-width: 990px){.videosection{display:flex;flex-direction:column}.videosection__iframe-wrapper{padding-bottom:56.25%}.videosection__list-wrapper{margin-top:10px}.videosection__list{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:10px;max-height:200px;overflow-y:auto;position:static}.news-list.last,.classified-list.last{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:15px}.news-list.last .item,.classified-list.last .item{flex:0 0 auto;width:250px;margin-right:15px}.news-list.last::-webkit-scrollbar,.classified-list.last::-webkit-scrollbar{display:none}.news-list.last,.classified-list.last{-ms-overflow-style:none;scrollbar-width:none}}@media (max-width: 768px){.videosection__list{grid-template-columns:1fr;grid-auto-rows:1fr;max-height:200px}.news-list.last,.classified-list.last{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:15px}.news-list.last .item,.classified-list.last .item{flex:0 0 auto;width:250px;margin-right:15px}.news-list.last::-webkit-scrollbar,.classified-list.last::-webkit-scrollbar{display:none}.news-list.last,.classified-list.last{-ms-overflow-style:none;scrollbar-width:none}}.title-w-select{width:100%;display:grid;grid-template-columns:auto 150px}.bloco-comparacao{width:100%;display:grid;-moz-column-gap:1.2%;column-gap:1.2%;grid-template-columns:repeat(3,32.5%)}.bloco-comparacao .item{display:block;text-align:center;border-radius:10px;background-color:var(--cl-white);padding:30px}.bloco-comparacao .item .title{font-weight:700;font-size:1.2rem;line-height:2rem;font-family:Inter,sans-serif}.bloco-comparacao .item .value{font-weight:700;font-size:3rem;line-height:4rem;font-family:Sora,sans-serif;color:var(--cl-green-darken)}.bloco-comparacao .item .value.red{color:var(--cl-red-acent)}.bloco-top-ranking{width:100%;display:grid;-moz-column-gap:1.2%;column-gap:1.2%;row-gap:15px;grid-template-columns:repeat(4,24%)}.bloco-top-ranking .item{display:block;overflow:hidden;text-align:center;border-radius:10px;background-color:var(--cl-white)}.bloco-top-ranking .item .more{display:block;width:100%;font-size:.9rem;line-height:2rem;padding:5px 0;text-align:center;text-transform:uppercase}.bloco-top-ranking .item .title{font-weight:700;font-size:1rem;line-height:2.5rem;font-family:Inter,sans-serif;background-color:var(--cl-grey-darken-deep);color:var(--cl-white)}.bloco-top-ranking .item .content{display:block;overflow:hidden}.bloco-top-ranking .item .content .line{display:grid;overflow:hidden;grid-template-columns:20% 40% 40%;padding:2px 0;border-bottom:1px solid var(--cl-grey-lighten)}.bloco-top-ranking .item .content .line .pos,.bloco-top-ranking .item .content .line .total{font-size:1rem;line-height:1.5rem;font-weight:700;text-align:center;display:flex;align-items:center;justify-content:center}.bloco-top-ranking .item .content .line .pos span{display:inline-block;background-color:var(--cl-grey-clean);color:#fff;width:30px;height:30px;font-size:1rem;line-height:30px;border-radius:20px}.bloco-top-ranking .item .content .line.line-header .total,.bloco-top-ranking .item .content .line.line-header .details .name{font-weight:700;font-size:.9rem;line-height:1rem;text-transform:uppercase}.bloco-top-ranking .item .content .line.line-header .details{padding:7px 0}.bloco-top-ranking .item .content .line .details{display:block;overflow:hidden;padding:10px 0}.bloco-top-ranking .item .content .line .details .name{display:block;font-size:.9rem;line-height:1.2rem;font-weight:600;text-transform:uppercase}.bloco-top-ranking .item .content .line .details .image{display:block;overflow:hidden}.bloco-top-ranking .item .content .line .details .image img{width:auto;height:70px}.home-search .search-box.full{width:100%;text-align:center;margin:20px 0 50px;max-width:100%}@media screen and (max-width: 1200px){.bloco-top-ranking{grid-template-columns:repeat(3,32.5%)}.news-list.last,.classified-list.last{-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:15px}.news-list.last .item,.classified-list.last .item{flex:0 0 auto;width:250px;margin-right:15px}.news-list.last::-webkit-scrollbar,.classified-list.last::-webkit-scrollbar{display:none}.news-list.last,.classified-list.last{-ms-overflow-style:none;scrollbar-width:none}}@media screen and (max-width: 1100px){.title-w-select{grid-template-columns:auto 250px}.title-w-select select{height:45px}.title-w-select h2,.title-w-select h3{line-height:2.5rem}.bloco-comparacao .item .title{font-size:.9rem;line-height:1.4rem}.bloco-comparacao .item .value{font-size:2.4rem;line-height:3rem}}@media screen and (max-width: 850px){.bloco-top-ranking{grid-template-columns:repeat(3,49.5%)}}@media screen and (max-width: 650px){.title-w-select{grid-template-columns:100%}.title-w-select h2,.title-w-select h3{font-size:1.3rem;line-height:1.7rem}.bloco-comparacao{-moz-column-gap:0;column-gap:0;row-gap:20px;grid-template-columns:100%}.bloco-top-ranking{grid-template-columns:100%}}@media screen and (max-width: 1650px){.brands-logos .list .brand-item:last-child{display:inline-block}}@media screen and (max-width: 1460px){.home-search .search-box{width:55%}.home-search .img-top{margin-right:0}.home-search .badges{grid-template-columns:75% 25%}.home-search .badges .add-box .content img.add-bg1{left:-180px}.home-search .badges .add-box .content .text{margin:25px 0 0}.home-search .brands-list .item .content{height:180px}.list-home .product-details{width:68%}.list-home .product-info{width:30%}.dealer-details .line .details{width:79%}.home-search .bike-style-list .item{height:170px}.home-search .brands-list .item{height:230px}.home-search h3.search-title-home{font-size:1.8rem}.home-box.box-guide{clip-path:polygon(39.6% 70px,100% 0px,100% 100%,0px 100%,0px 50px,222px -2px)}}@media screen and (max-width: 1360px){.sell-top .left-box{width:60%}.sell-top .img-top{right:5%}.home-search .badges .add-box .content img.add-bg1{left:-200px}.home-search .badges .add-box .content .btn{padding:5px 30px;margin:35px 30px}.home-search .badges .guia-box .content .icon{margin:40px 5px 0 25px}.home-search .last-box .brands-logos{margin-left:30px}.nav .menu a.item-2,.nav .menu a.item-6{display:none}footer .top .box{width:16.6%}footer .top .box.box3{display:none}.sell-container .content .box-image img,.landpage .box-image .content,.sell-container .content .box-image .content{width:50%}.list-home .list-box .item-list .item{grid-template-columns:25% 45% 30%}.pagination .filter{width:auto}.pagination .filter span{display:none}.pagination .filter select{margin-left:0}.dealer-right .card.about{grid-template-columns:60% 3% 37%}.home-search .brands-list .item{height:200px}.home-search .bike-style-list .item{height:auto}.dealer-left.guide{width:23%}.dealer-right.guide{width:75%}.home-search h3.search-title-home{font-size:1.6rem}.news-content article .content .fluid-width-video-wrapper iframe{height:450px}.news-content .sub-title .text{font-size:.8rem}.news-content .sub-title{grid-template-columns:60% 40%}main .container.news-view .nav{margin-left:40px}}@media screen and (max-width: 1270px){.home-search .badges{grid-template-columns:67% 33%}.home-search .badges .add-box .content img.add-bg1{left:-300px;opacity:.5}.home-search .brands-list .item .content{height:150px}.home-search .last-box .last-itens .title select{width:120px}.home-search .search-box{margin-top:80px}.home-search .search-box h1{font-size:2rem}.home-search .badges .add-box .content .text{font-size:1.5rem}.home-search .badges .add-box .content .text span{font-size:2.2rem}.list-home .product-details{width:63%}.list-home .product-info{width:35%}.dealer-right .card.about{grid-template-columns:100%}.dealer-right .card.about .box{margin-bottom:20px}.dealer-right .card.about .btn-big{max-width:300px}.dealer-right .card .picture-list{grid-template-columns:20% 20% 20% 20% 20%}.dealer-right .card .picture-list .item{padding:0 0 10px}.dealer-right .product-list .item .content{height:150px}.home-search .bike-style-list .item .content span{font-size:.9rem}.dealer-left.guide{width:28%}.dealer-right.guide{width:70%}.video-view iframe{min-height:450px}.guide-review .top,.guide-review .content{grid-template-columns:auto 160px}.guide-review .top .rating,.guide-review .content .rating-list .item{grid-template-columns:100%}.guide-review .top .rating span,.guide-review .content .rating-list .item .nome{text-align:left}.brands-logos .list .brand-item:last-child{display:none}.classified-list,.classified-list.big,.classified-list.last,.news-list,.news-list.big,.news-list.last{flex-flow:nowrap;overflow:scroll}.home-search h3.search-title-home{font-size:1.5rem}.news-content .sub-title .social .text{display:none}.news-content .sub-title{grid-template-columns:70% 30%}.news-content .more-news .list.news-list.page-list{grid-template-columns:33.3% 33.3% 33.3%}.double-list{grid-template-columns:100%}.double-list.striped-list>div:nth-child(4n+1),.double-list.striped-list>div:nth-child(4n+2){background-color:transparent;border-radius:5px}.double-list.striped-list>div:nth-of-type(odd){background-color:var(--cl-grey-lighten)}}@media screen and (max-width: 1150px){.nav .menu a.item-3,.nav .menu a.item-4{display:none}footer .top .box{width:20%}footer .top .box.box1{display:none}.card>.title.w-select{float:initial;width:100%}.card>select{float:initial;width:100%;margin-top:5px}.sell-container .content .dealer-box .bg img{right:-50px}.sell-container .content .dealer-box .bg .degrade{right:300px}.sell-container .nav{width:235px}.home-search h2,.home-search h3{font-size:1.7rem}.home-search .brands-list .item .content img{margin-top:10px}.list-home{overflow:inherit!important}.list-home.product{overflow:hidden!important}.list-home .filter-box{width:300px;float:inherit;position:absolute;left:-400px;z-index:10;padding:20px;border-radius:20px;background-color:var(--cl-grey-lighten)}.list-home .filter-box .close{display:block}.list-home .list-box{float:inherit;width:100%;position:relative;z-index:0}.list-home .list-box .box-filtros{display:grid;grid-template-columns:20% 60% 20%}.pagination .filter{display:none}.guide-list .item .content,.product-list .item .content{height:150px}.landpage .box-image .content,.landpage .box-image.img-left .content{width:65%}.landpage .box-image img{width:30%}.fipe-hitoric-value{grid-template-columns:100%}.fipe-item-list{grid-template-columns:20% 20% 20% 20% 20%}.fipe-item-list.home>div:nth-last-child(1),.fipe-item-list.home>div:nth-last-child(2){display:none}.featured-news-list .item{height:400px}.featured-news-list .item .text h3{font-size:1rem;line-height:1.4rem}.webstory-list{grid-template-columns:11.1% 11.1% 11.1% 11.1% 11.1% 11.1% 11.1% 11.1% 11.1%}.webstory-list .item:nth-last-child(2){display:none}.home-box.box-guide{clip-path:polygon(39.34% 57px,100% 0px,100% 100%,0px 100%,0px 50px,202px 9px)}.news-content .top img{width:auto;min-width:100%;height:100%;top:0;left:50%;transform:translate(-50%)}.home-search .last-box.news-view .last-itens .list{grid-template-columns:100%}}@media screen and (max-width: 1100px){.home-search .search-box{float:inherit;margin:80px auto 30px;width:90%;text-align:center;max-width:600px}.home-search .img-top{float:inherit;margin:0 auto;min-width:435px}.home-search .brands-list{grid-template-columns:33.3% 33.3% 33.3%}.home-search .brands-list .item{height:auto}.home-search .brands-list .item .content{height:220px}.home-search .brands-list .item:last-child{display:none}.home-search .badges .add-box .content img.add-bg1{opacity:.2}.home-search .badges .add-box .content .text{font-size:1.2rem;margin:30px 0 0}.home-search .badges .add-box .content .text span{font-size:1.8rem;line-height:2.3rem}.home-search .last-box{grid-template-columns:100%}.home-search .last-box .brands-logos{margin-left:10px;margin-top:50px}.pagination.top{text-align:center}.list-home .product-details{width:58%}.list-home .product-info{width:40%}.slide-carousel .view{height:400px}.list-home .product-details .details-box .grid{grid-template-columns:33.3% 33.3% 33.3%}.dealer-left{width:30%}.dealer-right{width:67%}.dealer-right .card .picture-list{grid-template-columns:33.3% 33.3% 33.3%}.dealer-right .product-list .item .content{height:120px}.dealer-right .product-list .item .title,.dealer-right .product-list .item .value{line-height:1.2rem;font-size:.9rem}.form .photo-itens .item .add,.form .photo-itens .item .image{height:140px}.video-view iframe{min-height:400px}.guide-review .content{grid-template-columns:100%}.guide-review .content .rating-list{margin:10px 0}.guide-review .content .rating-list .item{grid-template-columns:150px auto}.guide-review .content .rating-list .item .nome{text-align:right;padding-right:10px}.guide-review .bottom>.left,.guide-review .bottom>.right{width:100%}.guide-review .bottom>.right{margin-top:10px}.guide-review .bottom>.right>.right:last-child{float:left;text-align:left}.brands-logos .list .brand-item:last-child{display:inline-block}.home-search h3.search-title-home{font-size:2rem}.news-content article .content .fluid-width-video-wrapper iframe{height:350px}.card>.float-btn,.dealer-right .card>.box>.float-btn,.dealer-right .card>.float-btn{position:inherit;display:block;width:100%;margin:20px 0 0}}@media screen and (max-width: 1000px){.nav .menu{display:none}footer .top .box{width:25%}footer .top .box.box4{display:none}.sell-container .container{display:block}.sell-container .nav{display:none}.sell-container .content{width:100%}.sell-top .left-box{width:70%}.sell-top .img-top{right:-10%}.home-search .badges{grid-template-columns:50% 50%}.home-search .badges .guia-box .content .icon{margin:30px auto 10px;float:inherit;display:block}.home-search .badges .guia-box .content .text{width:85%;float:inherit;margin:0 auto;text-align:center}.home-search .badges .guia-box .content,.home-search .badges .add-box .content{height:160px}.home-search .badges .add-box .content .text.text1{display:block}.home-search .badges .add-box .content .text.text2{display:none}.home-search .badges .add-box .content .btn{margin:10px auto;float:inherit;width:80%;display:block;padding:5px 2%}.home-search .badges .add-box .content .text.text1{display:block;width:90%;float:inherit;text-align:center;margin:20px auto 0}.home-search .badges .add-box .content .text span{font-size:1.8rem;line-height:2rem}.home-search .bike-style-list{grid-template-columns:25% 25% 25% 25%}.webstory-list{grid-template-columns:12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%}.webstory-list .item:nth-last-child(3){display:none}.webstory-list .item{padding:0 5px}.featured-news-list .item{height:350px}.news-content article .content .fluid-width-video-wrapper iframe{height:300px}}@media screen and (max-width: 930px){.sell-top .img-top{right:-20%}.sell-top .left-box{width:80%}.list-home .list-box .item-list .item{grid-template-columns:25% 40% 35%}.guide-list,.product-list{grid-template-columns:50% 50%}.guide-list .item:nth-child(2),.product-list .item:nth-child(2){display:none}.product-list .item,.guide-list .item{height:auto;margin-bottom:25px}.product-list .item .content,.guide-list .item .content{height:250px;margin:0 10px!important}.product-list .item .content{margin-bottom:10px!important}.product-list .item .content img{width:150%;height:auto}.product-list .item .title,.product-list .item .value{margin:0 10px!important}.product-list.dealer{grid-template-columns:repeat(2,1fr)}.dealer-right .guide-list .item:nth-child(2),.dealer-right .product-list .item:nth-child(2){display:block}.dealer-left{width:35%}.dealer-right{width:60%}.dealer-ads-header{grid-template-columns:65% 5% 30%}.dealer-ads .content{grid-template-columns:20% 45% 35%}.form .photo-itens .item .add,.form .photo-itens .item .image{height:120px;font-size:.9rem}.dealer-left.guide{width:30%}.dealer-right.guide{width:68%}.video-view iframe{min-height:360px}.fipe-item-list{grid-template-columns:25% 25% 25% 25%}.fipe-item-list.home>div:nth-last-child(1),.fipe-item-list.home>div:nth-last-child(2){display:block}.news-list,.news-list.big,.news-list.last{flex-flow:nowrap;overflow:scroll}.news-list.last>div:nth-last-child(1),.news-list.last>div:nth-last-child(2){display:block}.news-list .item h3{font-size:1rem;line-height:1.4rem}.home-box.box-guide{clip-path:polygon(41.2% 46px,100% 0px,100% 100%,0px 100%,0px 38px,202px 9px)}.guide-list.search .item .content,.product-list.search .item .content{height:180px}.home-search .last-box.news-view .last-itens .list{grid-template-columns:50% 50%}main .container.news-view{display:block}main .container.news-view>.content{margin-left:0;width:100%}main .container.news-view .nav{margin-left:0;width:100%;display:block;margin-top:50px}.news-content .top img{width:100%;min-width:100%;height:auto;top:50%;left:0;transform:translateY(-50%)}.news-content article .content .fluid-width-video-wrapper iframe{height:450px}.news-content .top .title h1{font-size:1.6rem;line-height:1.8rem}.nav-news .list{display:grid;grid-template-columns:50% 50%}.news-nav-item{margin:0 5px}.news-nav-item img{width:98%}}@media screen and (max-width: 850px){.nav .buttons{display:none}footer .top .box{width:29%}footer .top .box.box0{width:12%}.sell-top-bg{padding-top:0}.sell-top{height:auto;background-image:none;background:#222;background:linear-gradient(138deg,#222 49%,#ee284c);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#ee284c",GradientType=1)}.sell-top .left-box{width:100%;float:inherit;margin-top:50px;min-height:480px}.sell-top h1{text-align:center;font-size:1.8rem;line-height:2.5rem}.sell-top .sell-actions{margin:20px auto}.sell-top .sell-items{text-align:center}.sell-top .sell-items .item .text{text-align:center;width:100%}.sell-top .container{padding-bottom:400px;padding-top:10px}.sell-top .img-top{height:450px;top:inherit;right:22%;bottom:-40px}.home-search .brands-list .item .content{height:185px}.home-search .last-box .last-itens .list{grid-template-columns:100%}.list-home .product-details,.list-home .product-info{width:100%}.slide-carousel .view{height:400px}.list-home .product-details .details-box .grid{grid-template-columns:50% 50%}.dealer-left,.dealer-right{width:100%}.dealer-details .line .icon{float:left}.dealer-details .line .details{float:left;margin-left:10px;width:auto}.dealer-details-left{display:none}.dealer-details-bottom{display:block}.dealer-left.has-logo{margin-top:0}.dealer-top-bg{height:200px}.landpage .contact-box .bg img{right:-60px}.webstory-list{grid-template-columns:14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%}.webstory-list .item:nth-last-child(4){display:none}.webstory-list .item .title{-webkit-line-clamp:3;line-clamp:3}.featured-news-list .item{height:320px}.featured-news-list .item .text{padding:90px 10px 15px}.featured-news-list .item .text h3{font-size:.9rem;font-weight:500;line-height:1.2rem}.news-list.search,.product-list.search,.guide-list.search{display:grid;grid-template-columns:25% 25% 25% 25%}.more-news .featured-news-list .item{height:350px}}@media screen and (max-width: 780px){header .container,main .container,footer .container{max-width:95%;width:100%}.list-home .product-details .content{padding:5px}.list-home .list-box .item-list .item{grid-template-columns:100%;height:auto}.list-home .list-box .item-list .item .image{height:200px;width:100%}.list-home .list-box .item-list .item .details-center{padding:20px 20px 10px}.list-home .list-box .item-list .item .details-right{padding:0 20px 20px}.list-home .list-box .item-list .item .details-p{display:none}.list-home .list-box .item-list .item .btn.btn-big{margin-bottom:0}.list-home .list-box .item-list .item .value-title,.list-home .list-box .item-list .item .value{display:inline-block}.list-home .list-box .item-list .item .value-title{margin-right:5px}.pagination a{display:none}.pagination a.big{display:inline-block}.list-home .list-box h1{font-size:1.6rem;text-align:center}.list-home .list-box .subtitle{text-align:center}.list-home .list-box .box-filtros{grid-template-columns:40% 20% 40%}.pagination.top,.guide-title,.guide-list{display:none}.guide-list,.product-list{grid-template-columns:100%}.guide-list .item,.product-list .item{display:block!important}.product-list .item .content img{width:120%}.container.list-home.product h2{text-align:center;margin:20px 0;padding:0;font-size:1rem}.dealer-ads .top{grid-template-columns:100%}.dealer-ads .top .top-det .td-1{text-align:left}.form .photo-itens .item .add,.form .photo-itens .item .image{height:100px}.form .photo-itens .item .add .icon{margin-top:15%}.form>.content .div-input{width:46%;padding:15px 2% 0}.form>.content .div-input textarea{width:96%}.dealer-left.guide,.dealer-right.guide{width:100%}.video-view iframe{min-height:400px}.fipe-item-list{grid-template-columns:33.3% 33.3% 33.3%}.featured-news-list .box{grid-template-columns:50% 50%}.featured-news-list .item{margin-bottom:7px}.search-view-box{width:90%}.search-box-content form .search-text{width:70%}.search-box-content form .btn{width:28%}.search-box-content .links a{font-size:.8rem;padding:3px 5px}.home-search .last-box.news-view .last-itens .list{grid-template-columns:100%}.featured-news-list .item .image img{width:100%;height:auto}.featured-news-list .item:hover .image img{width:110%;height:auto}}@media screen and (max-width: 720px){.home-search .last-box .last-itens .title select{display:block;float:inherit;width:100%;margin:10px 0;overflow:hidden}.home-search .last-box .last-itens .title h2{margin-bottom:10px}.news-list.search,.product-list.search,.guide-list.search{grid-template-columns:33.3% 33.3% 33.3%}.guide-list.search .item .content,.product-list.search .item .content{height:150px}.search-box-content .links{grid-template-columns:50% 50%}.search-box-content .links div:last-child{display:none}.news-content .sub-title{grid-template-columns:100%;text-align:center}.news-content .sub-title .text .tag{float:initial;display:none}.news-content .sub-title .social a{float:initial}.news-content .top{height:300px}.news-content .top img{width:auto;min-width:100%;height:100%;top:0;left:50%;transform:translate(-50%)}.home-search .last-box.news-view .last-itens .title select{margin-top:20px}.home-search .last-box.news-view .last-itens>.title:before{display:none}.home-search .last-box.news-view .last-itens>.title h3{padding-left:50px}.home-search .last-box.news-view .last-itens>.title span.icon{margin-left:-50px}.home-search .last-box.news-view .last-itens .title .sDiv{display:none}}@media screen and (max-width: 690px){.sell-container .content .top{font-size:1.2rem;line-height:1.6rem;text-align:center}.sell-container .content .top .title{font-size:1.4rem;line-height:2rem}.sell-container h1,.sell-container h2,.sell-container h3{text-align:center;font-size:1.6rem;line-height:2.5rem}.sell-container .content .box-image{text-align:center;margin-bottom:30px}.sell-container .content .box-image img,.sell-container .content .box-image.img-left img{width:50%;float:inherit;margin:0 auto}.landpage .box-image .content,.landpage .box-image.img-left .content,.sell-container .content .box-image .content,.sell-container .content .box-image.img-left .content{width:100%;float:inherit}.sell-container .content .box-image .content h2,.sell-container .content .box-image .content h3{font-size:1.4rem;line-height:2rem;margin-top:0}.sell-container .content .dealer-box{padding:250px 30px 30px;margin-top:-20px}.sell-container .content .dealer-box .text{text-align:center;max-width:inherit;width:100%;font-size:1rem}.sell-container .content .dealer-box .bg img{right:0;width:100%}.sell-container .content .dealer-box .bg .degrade{left:0;right:0;top:100px;background:#222;background:linear-gradient(180deg,#2220 19%,#222 50% 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#222222",GradientType=1)}.sell-top .img-top{right:18%}.home-search .search-box h1{line-height:2.5rem}.home-search .search-box .checkbox{margin:15px 0}.home-search .brands-list .item .content{height:140px}.home-search .last-box .last-itens .btn,.home-search .last-box .brands-logos .btn{width:94%;margin:15px 2%;float:inherit;display:block;padding:3px 1%}.home-search .last-box .brands-logos .btn{width:auto}.brand-item span{margin:5px}.home-search .last-box .brands-logos .list a:nth-last-child(1),.home-search .last-box .brands-logos .list a:nth-last-child(2){display:none}.dealer-ads-header{grid-template-columns:100%}.dealer-ads-header .btn{margin-top:20px}.dealer-ads-header .title{text-align:center}.dealer-ads .content{grid-template-columns:100%}.dealer-ads .content .image{height:250px}.dealer-ads .content .details-center,.dealer-ads .content .details-right{padding:0}.dealer-ads .content h2{margin-top:15px}.dealer-ads .content .text,.dealer-ads .content .details-p{display:none}.dealer-ads .content .value-title,.dealer-ads .content .value{display:inline-block}.dealer-ads .content .value{font-size:1.2rem;line-height:2rem}.dealer-ads .content{padding-bottom:0}.nav .search-box input.search-text{width:60%}.landpage .brands-logos .list{grid-template-columns:33.3% 33.3% 33.3%}.landpage .box-top .img-top{width:80%}h1.big,h2.big,h3.big{font-size:1.8rem;line-height:2.5rem}h1.medium,h2.medium,h3.medium{font-size:1.4rem;line-height:2rem}.text-contrast.medium{font-size:1.2rem;line-height:1.6rem}h1.red,h2.red,h3.red,.landpage .brands-logos h3{text-align:center;font-size:1.6rem;line-height:2.5rem}.landpage .box-image{text-align:center}.landpage .box-image img,.landpage .box-image.img-left img{width:50%;float:initial;margin:0 auto}.landpage .contact-box{padding:250px 30px 30px;margin-top:-20px}.landpage .contact-box .text{text-align:center;max-width:inherit;width:100%;font-size:1rem}.landpage .contact-box .bg img{right:0;width:100%}.landpage .contact-box .bg .degrade{left:0;right:0;top:100px;background:#222;background:linear-gradient(180deg,#2220 19%,#222 50% 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#222222",GradientType=1)}.video-view iframe{min-height:300px}.fipe-item-list{grid-template-columns:50% 50%}.webstory-list{grid-template-columns:16.6% 16.6% 16.6% 16.6% 16.6% 16.6%}.webstory-list .item:nth-last-child(5){display:none}.news-list.search,.product-list.search,.guide-list.search{grid-template-columns:50% 50%}.guide-list.search .item .content,.product-list.search .item .content{height:180px}.news-content article .content .fluid-width-video-wrapper iframe{height:350px}.news-content .more-news .list,.news-content .more-news .list.news-list,.news-content .more-news .list.news-list.page-list{grid-template-columns:50% 50%}}@media screen and (max-width: 640px){.form .photo-itens{grid-template-columns:33.3% 33.3% 33.3%}.form .photo-itens .item{margin:10px 0}.home-box.box-guide{clip-path:polygon(52.2% 44px,100% 10px,100% 100%,0px 100%,0px 38px,285px 12px)}.nav-news .list{display:block}.news-nav-item{margin:0}.news-nav-item img{width:98%}}@media screen and (max-width: 600px){.nav .search-box input.search-text{margin:8px 10px 8px 3px;width:60%}.nav .search-box #search-submit{width:90px;margin:8px 10px 8px 0}.nav .search-box #search-close{margin-top:12px}.nav .search-box .container{margin:0;width:100%}footer .top .box{width:100%;text-align:center}footer .top .box.box2{display:none}footer .top .box .title{display:none}footer .top .box.box0{width:100px;margin-left:25px}.social span.text{display:none}footer .top .box.box6{float:left;width:auto;margin-left:30px;margin-top:35px}footer .top .box.box6>div{padding:3px 5px;display:inline-block}footer .top .box.box6>div.title{display:none}footer .top .box div{padding:3px 10px}.sell-container .content .dealer-box .bg img,.landpage .contact-box .bg img{right:0;top:-50px;width:130%;max-width:inherit}.sell-top .img-top{right:15%}.sell-container .content .box-image img,.sell-container .content .box-image.img-left img{width:80%}.home-search .brands-list{grid-template-columns:100%}.home-search .brands-list .item .content{height:auto}.home-search .brands-list .item:last-child{display:block}.home-search h2,.home-search h3,.home-search h3.search-title-home{font-size:1.3rem}.home-search .badges{grid-template-columns:100%}.home-search .badges .add-box{margin-bottom:30px}.home-search .badges .add-box .content{height:auto;padding-top:40px}.home-search .badges .add-box .content .btn{margin:20px auto 30px}.home-search .badges .add-box .content .text{font-size:1.3rem}.home-search .badges .add-box .content .text span{font-size:2rem;line-height:2.5rem}.home-search .badges .add-box .content img.add-bg1{display:none}.home-search .badges .add-box .content img.add-bg2{display:block}.list-home .list-box .item-list .item h2{font-size:1.2rem}.list-home .list-box .item-list .item .value{font-size:1.3rem}.list-home .list-box .item-list .item .details span.icon{margin:0 5px -9px 10px}.list-home .list-box .item-list .item .text,.list-home .list-box .item-list .item .btn{display:none}.list-home .list-box .item-list .item .details-center{padding:20px 20px 0}.list-home .list-box .item-list .item .details{height:35px}.list-home .list-box h1{font-size:1.2rem}.list-home .list-box .subtitle{line-height:2.2rem}.pagination.top,.pagination .filter{display:none}.pagination a.big{width:48%;margin:0 .5%;padding:10px 0}.list-home .list-box .box-filtros{grid-template-columns:49% 2% 49%}.slide-carousel .view{height:300px}.slide-carousel .navigation{height:65px}.slide-carousel .navigation .content .list .item{width:60px;height:60px}.slide-carousel .navigation .prior,.slide-carousel .navigation .next{font-size:2rem;line-height:3rem;padding:5px 0}.list-home .product-details h1{font-size:1.2rem}.list-home .product-details .value-top{font-size:.9rem;margin:5px 0 10px}.list-home .product-details .details-box>.title{font-size:1.1rem}.dealer-ads .buttons{grid-template-columns:100%}.dealer-ads .buttons .btn{margin-top:10px}.form>.content .div-input{width:98%;padding:15px 1% 0}.form>.content .div-input textarea{width:98%}.form>.title{font-size:1.2rem}.home-search .bike-style-list{grid-template-columns:50% 50%}.guide-review .top{grid-template-columns:100%}.guide-review .top .rating{grid-template-columns:90px auto}.home-search .search-box .selects.fipe .item,.home-search .search-box .selects.fipe .item.item1,.home-search .search-box .selects.fipe .item.item2,.home-search .search-box .selects.fipe .item.item3{padding:5px .5%}.home-search .search-box .selects.fipe{grid-template-columns:100%;margin-bottom:10px}.title-with-btn h1,.title-with-btn h2,.title-with-btn h3{float:initial;display:block}.title-with-btn .btn{float:initial;display:block;margin-top:5px;margin-bottom:5px}.home-box.box-guide{clip-path:polygon(53.37% 43px,100% 10px,100% 100%,0px 100%,0px 28px,40% 6px)}.home-box.box-classified{clip-path:polygon(69.66% 26px,100% 47px,100% 100%,0px 100%,0px 23px,39.66% 44px)}.news-content article .content .fluid-width-video-wrapper iframe{height:300px}.news-content article .content h1,.news-content article .content h2,.news-content article .content h3,.news-content article .content h4,.news-content article .content h5{font-size:1.4rem}.news-content article .content{line-height:1.6rem;font-size:1rem}.news-content .more-news>.title,.home-search .last-box.news-view .last-itens>.title h3{font-size:1.4rem}.title-with-btn .btn{display:none}.view-more-home{display:block}.news-list .item h3,.featured-news-list .item .text h3{text-align:center}}@media screen and (max-width: 550px){.sell-top .img-top{right:10%;left:10%;width:80%;height:auto}.sell-top .img-top.no-animate{bottom:-80px}.sell-top .container{padding-bottom:350px}.home-search .img-top{min-width:inherit;width:90%}.home-search-top{margin-bottom:80px}.product-list.dealer{grid-template-columns:1fr}.dealer-right .product-list .item .content{height:180px}.card>.title,.dealer-right .card>.box>.title,.dealer-right .card>.title{font-size:1rem;line-height:1.4rem}.dealer-right .dealer-details-bottom>.title,.dealer-left .dealer-details-left>.title{font-size:1rem}.video-view iframe{min-height:280px}.fipe-item-list{grid-template-columns:100%}.news-list,.news-list.big,.news-list.last{flex-flow:nowrap;overflow:scroll}.news-list .item h3{margin-bottom:20px}.webstory-list{grid-template-columns:20% 20% 20% 20% 20%}.webstory-list .item:nth-last-child(6){display:none}.news-content article .content .fluid-width-video-wrapper iframe{height:280px}.news-content .other-news{grid-template-columns:100%}.news-content .other-news .item{margin-top:5px;margin-bottom:5px}.news-content .other-news .item.last{margin-right:20px;margin-bottom:30px}.news-content .other-news .item.next{margin-left:20px}.news-content .other-news .item h3{font-size:.9rem;line-height:1.4rem;-webkit-line-clamp:3;line-clamp:3}.share-box .social{text-align:center}.share-box .social .text{display:block;width:100%}}@media screen and (max-width: 500px){.sell-top .container{padding-bottom:70%}.home-search .search-box .selects .item,.home-search .search-box .selects .item.item1,.home-search .search-box .selects .item.item2{padding:5px .5%}.home-search .search-box .selects{grid-template-columns:100%;margin-bottom:10px}.dealer-right .card .picture-list .item a{height:100px}.dealer-ads-header .title{font-size:1rem;line-height:1.4rem}.video-view iframe{min-height:auto}.featured-news-list .box,.more-news .featured-news-list .box{grid-template-columns:100%}.featured-news-list .item{margin-bottom:10px}.featured-news-list .item .text h3{font-size:1rem;line-height:1.4rem}.search-box-content form .search-text{width:62%}.search-box-content form .btn{width:35%}.news-content article .content .fluid-width-video-wrapper iframe{height:260px}.news-content .top .title h1{font-size:1.4rem;line-height:1.6rem;text-align:center}.news-content .user{display:block}.news-content .user .image{display:block;margin:0 auto;float:inherit}.news-content .user .text{display:block;float:inherit;text-align:center;padding:50px 20px 20px;clip-path:polygon(50% 5px,55% 30px,100% 30px,100% 100%,0 100%,0 30px,45% 30px)}}@media screen and (max-width: 480px){footer .top .box.box0{width:100px;margin:0 auto;float:inherit;text-align:center}footer .top .box.box6{margin:15px auto;width:100%;float:inherit;text-align:center}.btn.btn-medium{width:99%}.login{width:100%;margin:30px auto}.sell-container .content .dealer-box .bg img,.landpage .contact-box .bg img{right:-15%;width:170%}.sell-top .left-box{min-height:550px}.dealer-right .card .picture-list .item a{height:90px}.dealer-ads .top{font-size:.8rem}.form .photo-itens .item .add,.form .photo-itens .item .image{height:90px;font-size:.8rem}.landpage .brands-logos .list{grid-template-columns:50% 50%}.landpage .box-image img,.landpage .box-image.img-left img{width:70%}.guide-review .content .text .description{margin-right:10px;display:inline-block;float:inherit;width:auto}.guide-review .content .text .value{display:inline-block;float:inherit;width:auto}.webstory-list{grid-template-columns:25% 25% 25% 25%}.webstory-list .item:nth-last-child(7){display:none}.home-box.box-guide{clip-path:polygon(57.83% 37px,100% 10px,100% 100%,0px 100%,0px 28px,40% 0px)}.news-list.search,.product-list.search,.guide-list.search{grid-template-columns:100%}.guide-list.search .item .content,.product-list.search .item .content{height:230px}.news-list.search .item,.product-list.search .item,.guide-list.search .item{margin-bottom:10px}.news-content .more-news .list,.news-content .more-news .list.news-list,.news-content .more-news .list.news-list.page-list{grid-template-columns:100%}.news-list .item h3{margin-bottom:0}.hide-in-small{display:none!important}.show-in-small{display:inline-block!important}}@media screen and (max-width: 450px){.news-content article .content .fluid-width-video-wrapper iframe{height:250px}.news-content .sub-title .text{font-size:.8rem;line-height:1.2rem;padding:5px 20px}}@media screen and (max-width: 400px){.nav .search-box input.search-text{margin:4px 2% 4px 3px;width:57%}.nav .search-box #search-submit{width:28%;margin:4px 2% 4px 0}.nav .search-box #search-close{width:8%;margin-top:10px}main .nav-mobile .menu{width:100%}.sell-container .content .dealer-box .bg img{right:-20%;width:190%}.sell-container .content .dealer-box .text{font-size:.9rem}.sell-container .content .dealer-box{padding:300px 20px 30px}.list-home .filter-box{width:90%;padding:20px 5%;margin:0}.product-list .item .content,.guide-list .item .content{height:200px}.product-list .item .content img{width:150%;height:auto}.dealer-right .card.about .btn-big{font-size:.8rem;height:40px}.dealer-right .bt-view .btn-big{width:99%}.dealer-right .card .picture-list .item a{height:60px}.dealer-ads .top{font-size:.7rem}.form .photo-itens .item .add,.form .photo-itens .item .image{height:80px}.webstory-list{grid-template-columns:33.3% 33.3% 33.3%;padding-bottom:10px}.webstory-list .item{padding:5px}.webstory-list .item .title{-webkit-line-clamp:2;line-clamp:2}.webstory-list .item:nth-last-child(8){display:none}.news-content article .content .fluid-width-video-wrapper iframe{height:250px}}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:border-rose-300:hover{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-red:hover{--tw-bg-opacity: 1;background-color:rgb(249 2 59 / var(--tw-bg-opacity, 1))}.hover\:bg-red\.darken:hover{--tw-bg-opacity: 1;background-color:rgb(226 0 53 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-600:hover{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-75:hover{--tw-bg-opacity: .75}.hover\:from-blue-50:hover{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-purple-50:hover{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-red:hover{--tw-text-opacity: 1;color:rgb(249 2 59 / var(--tw-text-opacity, 1))}.hover\:text-red\.darken:hover{--tw-text-opacity: 1;color:rgb(226 0 53 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.disabled\:bg-blue-400:disabled{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.disabled\:to-gray-500:disabled{--tw-gradient-to: #6b7280 var(--tw-gradient-to-position)}.disabled\:hover\:scale-100:hover:disabled{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-red{--tw-text-opacity: 1;color:rgb(249 2 59 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-red\.darken{--tw-text-opacity: 1;color:rgb(226 0 53 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 640px){.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:ml-3{margin-left:.75rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:h-48{height:12rem}.sm\:h-80{height:20rem}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:max-w-lg{max-width:32rem}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:gap-6{gap:1.5rem}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-4{padding-bottom:1rem}.sm\:align-middle{vertical-align:middle}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:flex{display:flex}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:visible{visibility:visible}.lg\:invisible{visibility:hidden}.lg\:-right-\[80px\]{right:-80px}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:-mt-\[50px\]{margin-top:-50px}.lg\:aspect-auto{aspect-ratio:auto}.lg\:h-\[150px\]{height:150px}.lg\:h-full{height:100%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:gap-8{gap:2rem}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:text-left{text-align:left}}@media (min-width: 1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (prefers-color-scheme: dark){.dark\:divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity, 1))}.dark\:border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:ring-offset-gray-800{--tw-ring-offset-color: #1f2937}.dark\:hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}}
