:root{--transition-all:all .4s ease-in-out;--transparency-10:#c5c5c510;--transparency-20:#c5c5c520;--transparency-30:#c5c5c530;--transparency-40:#c5c5c540;--transparency-50:#c5c5c550;--transparency-80:#c5c5c580}body.sidebar-open{overflow:hidden}body.is-ddev::before{content:'';position:fixed;top:0;left:0;right:0;height:3px;background-color:var(--amarillo)!important;z-index:10000;pointer-events:none}body.is-ddev::after{content:'ddev';position:fixed;top:3px;left:12px;padding:0 7px;border-radius:0 0 6px 6px;background-color:var(--amarillo)!important;color:#313c52!important;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;line-height:15px;z-index:10000;pointer-events:none}.backdrop{position:fixed;overflow:hidden;width:100%;height:100%;background-color:var(--negro);top:0;left:0;opacity:0;visibility:hidden;z-index:300;transition:var(--transition-all)}.backdrop.show{opacity:.5;visibility:visible}.swipe-area{position:sticky;top:0;left:0;right:0;margin:0 auto;width:100%;height:50px;background-color:var(--wBox);border:solid 1px var(--wBox);z-index:99;border-top-right-radius:20px;border-top-left-radius:20px;border:none;display:flex;gap:15px;padding:0 15px}.swipe-area>*{flex:1}.detail-container,.aux-container{position:fixed;bottom:-1000px;top:unset;left:0;width:100%;max-height:100vh;background-color:var(--wBox);min-height:20vh;padding:0;border-top-right-radius:20px;border-top-left-radius:20px;box-shadow:-1px -3px 5px 0 rgb(0 0 0 / .17);-webkit-box-shadow:-1px -3px 5px 0 rgb(0 0 0 / .17);-moz-box-shadow:-1px -3px 5px 0 rgb(0 0 0 / .17);overflow:auto}.detail-container{z-index:995}.detail-body,.aux-body{position:relative;padding:0 10px}.indicator,.indicator{display:flex;justify-content:center;align-items:center;width:100%;margin-top:10px}.indicator span,.indicator span{width:100px;height:5px;background-color:var(--borde);border-radius:20px}.close-helper i{font-size:1.3rem}.com-badge{padding:2px 10px;font-size:12px;font-weight:700;letter-spacing:.3px;border-radius:20px;position:relative}.com-badge.primary{background-color:var(--morado);color:var(--txtMorado)}.com-badge.secondary{background-color:var(--azul);color:var(--txtAzul)}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:10px!important}.mb-2{margin-bottom:20px!important}.mb-3{margin-bottom:30px!important}.mt-0{margin-top:0!important}.mt-1{margin-top:10px!important}.mt-2{margin-top:20px!important}.mt-3{margin-top:30px!important}.mr-0{margin-right:0!important}.mr-1{margin-right:10px!important}.mr-2{margin-right:20px!important}.mr-3{margin-right:30px!important}.ml-0{margin-left:0!important}.ml-1{margin-left:10px!important}.ml-2{margin-left:20px!important}.ml-3{margin-left:30px!important}.p-0{padding:0!important}.p-1{padding:10px!important}.p-2{padding:20px!important}.p-3{padding:30px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:10px!important;padding-right:10px!important}.px-2{padding-left:20px!important;padding-right:20px!important}.px-3{padding-left:30px!important;padding-right:30px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:10px!important;padding-bottom:10px!important}.py-2{padding-top:20px!important;padding-bottom:20px!important}.py-3{padding-top:30px!important;padding-bottom:30px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:10px!important}.pb-2{padding-bottom:20px!important}.pb-3{padding-bottom:30px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:10px!important}.pt-2{padding-top:20px!important}.pt-3{padding-top:30px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:10px!important}.pr-2{padding-right:20px!important}.pr-3{padding-right:30px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:10px!important}.pl-2{padding-left:20px!important}.pl-3{padding-left:30px!important}.f-weight-500{font-weight:500!important}.f-weight-600{font-weight:600!important}.f-weight-700{font-weight:700!important}.f-weight-800{font-weight:800!important}.f-weight-900{font-weight:900!important}.f-sm{font-size:13px}.f-st{font-size:14px}.f-md{font-size:16px}.f-lg{font-size:18px}.opacity-01{opacity:.1}.opacity-2{opacity:.2}.opacity-3{opacity:.3}.opacity-4{opacity:.4}.opacity-5{opacity:.5}.opacity-7{opacity:.7}.opacity-1{opacity:1}.w-100{width:100%}.d-flex-between-center{display:flex;justify-content:space-between;align-items:center}.d-flex-start-center{display:flex;justify-content:start;align-items:center}.d-flex-center-center{display:flex;justify-content:center;align-items:center}.d-flex-end-center{display:flex;justify-content:end;align-items:center}.d-flex-between-start{display:flex;justify-content:space-between;align-items:start}.d-flex-start-start{display:flex;justify-content:start;align-items:start}.d-flex-center-start{display:flex;justify-content:center;align-items:start}.d-flex-end-start{display:flex;justify-content:end;align-items:start}.d-flex-between-end{display:flex;justify-content:space-between;align-items:end}.d-flex-start-end{display:flex;justify-content:start;align-items:end}.d-flex-center-end{display:flex;justify-content:center;align-items:end}.d-flex-end-end{display:flex;justify-content:end;align-items:end}.d-flex-col{flex-direction:column!important}.d-flex-align-start{align-items:start!important}.d-flex-align-center{align-items:center!important}.d-flex-align-end{align-items:end!important}.hide-element{opacity:0;height:0;animation:showElement 0.1s ease-out 1s forwards}.slick-initialized .hide-element,.owl-carousel.owl-loaded .hide-element{opacity:1;height:auto;animation:none}@keyframes showElement{to{opacity:1;height:auto}}.gap-1{gap:10px}.gap-2{gap:20px}.gap-3{gap:30px}.gap-4{gap:40px}.gap-5{gap:50px}.skeleton{background:var(--transparency-50)!important;border-radius:10px;padding:0;-webkit-animation:2s shine ease-in-out infinite;animation:2s shine ease-in-out infinite}.skeleton *{visibility:hidden!important}.skeleton-img{-webkit-border-radius:50%!important;-moz-border-radius:50%!important;border-radius:50%!important;box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}.skeleton img{-webkit-border-radius:50%!important;-moz-border-radius:50%!important;border-radius:50%!important;box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}@-webkit-keyframes shine{0%{opacity:.5}60%{opacity:1}100%{opacity:.5}}@keyframes shine{0%{opacity:.5}60%{opacity:1}100%{opacity:.5}}