.c-Home{padding:1rem;display:flex;flex-wrap:wrap;gap:1rem 1rem;background-color:var(--background)}.c-Home .H-cont-left{flex-basis:0;flex-grow:999;min-width:60%;display:flex;flex-direction:column;gap:1rem}.c-Home .H-cont-left .H-left-totals{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.c-Home .H-cont-left .H-left-totals .Item-c-cont{background-color:var(--black-light-1);box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);border-radius:25px;flex:1 1 200px;display:flex;flex-direction:column;gap:.5rem;padding:1.1rem 2rem}.c-Home .H-cont-left .H-left-totals .Item-c-cont .c-c-title{display:flex;align-items:center;gap:.5rem}.c-Home .H-cont-left .H-left-totals .Item-c-cont .c-c-title span{font-size:clamp(5px,8vw,13px);color:var(--grey);font-weight:500}.c-Home .H-cont-left .H-left-totals .Item-c-cont .c-c-title svg{height:1rem;width:1rem;fill:var(--grey)}.c-Home .H-cont-left .H-left-totals .Item-c-cont .c-c-value{display:flex;align-items:flex-end;gap:.3rem}.c-Home .H-cont-left .H-left-totals .Item-c-cont .c-c-value h1{font-size:clamp(5px,8vw,32px);line-height:2rem;color:var(--black)}.c-Home .H-cont-left .H-left-totals .Item-c-cont .c-c-value span{font-size:clamp(5px,8vw,16px);color:var(--grey);font-weight:500}.c-Home .H-cont-left .H-left-totals .Item-c-cont .c-c-more{display:flex;align-items:center;gap:.3rem}.c-Home .H-cont-left .H-left-totals .Item-c-cont .c-c-more span{font-size:clamp(5px,8vw,12px)}.c-Home .H-cont-left .H-left-totals .Item-c-cont .c-c-more span:first-child{background-color:#d3ffe2;color:#089e36;border-radius:8px;padding:2px 5px;font-weight:500}.c-Home .H-cont-left .H-left-totals .Item-c-cont .c-c-more span:nth-child(2){color:var(--grey);font-weight:400}.c-Home .H-cont-left .H-left-details{width:100%;display:flex;flex-wrap:wrap;gap:1rem}.c-Home .H-cont-left .H-left-details .Item-d-cont{flex:1 1 450px;background-color:var(--black-light-1);box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);border-radius:15px;padding:1.5rem 2rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day{display:flex;justify-content:center;align-items:center;gap:3rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .circular-progress{position:relative;height:180px;width:180px;border-radius:50%;background:conic-gradient(var(--primary) calc(1turn / var(--max-value) * var(--current-value)),var(--black-light-2) 0deg);display:flex;flex-direction:column;align-items:center;justify-content:center}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .circular-progress:before{content:"";position:absolute;height:130px;width:130px;border-radius:50%;background-color:var(--black-light-1)}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .circular-progress span{color:var(--black);font-size:clamp(5px,8vw,20px);font-weight:700;z-index:5;padding-top:15px}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .circular-progress span:nth-child(2){font-size:clamp(5px,8vw,14px);color:var(--grey);padding-top:0}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text{display:flex;flex-direction:column;gap:2rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text .i-itemT{padding-left:1rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text .i-itemT .i-itemT-title{display:flex;gap:.5rem;padding-bottom:.2rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text .i-itemT .i-itemT-title svg{width:1rem;height:1rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text .i-itemT .i-itemT-title span{color:var(--grey);font-size:clamp(5px,8vw,12px);font-weight:600}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text .i-itemT .i-itemT-value{display:flex;align-items:flex-end;gap:.2rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text .i-itemT .i-itemT-value h4{padding-top:.2rem;font-size:clamp(5px,8vw,18px);color:var(--black);font-weight:600}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text .i-itemT .i-itemT-value span{color:var(--grey);font-size:clamp(5px,8vw,12px);font-weight:600;line-height:.6rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text .i-itemT:first-child{border-left:3px solid #f7bc1b}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text .i-itemT:first-child svg{fill:#f7bc1b}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text .i-itemT:nth-child(2){border-left:3px solid var(--primary)}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-text .i-itemT:nth-child(2) svg{fill:var(--primary)}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-week{display:flex;justify-content:space-between;align-items:center;height:auto;gap:1.5rem;max-width:500px;width:100%}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week{width:100%;display:flex;flex-direction:column;gap:1rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week .g-w-num .g-w-num-value{display:flex;align-items:flex-end;gap:.3rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week .g-w-num .g-w-num-value h1{font-size:clamp(5px,8vw,30px);line-height:2rem;text-transform:capitalize}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week .g-w-num .g-w-num-value span{color:var(--grey);font-size:clamp(5px,8vw,16px);font-weight:500}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week .g-w-num p{color:var(--grey);font-size:clamp(5px,8vw,12px)}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week .g-w-graf{width:100%;height:180px}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .info-week-prom{display:flex;flex-direction:column;gap:1rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .info-week-prom .i-itemT span{color:var(--grey);font-size:clamp(5px,8vw,10px)}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .info-week-prom .i-itemT h4{padding-top:.2rem;font-size:clamp(5px,8vw,18px)}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table{display:flex;flex-wrap:wrap;gap:1rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item{flex:1 1 450px;display:flex;flex-direction:column;align-items:flex-start;height:160px;overflow:auto}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item::-webkit-scrollbar-track{background:var(--white)}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item table{width:100%;color:var(--black);font-size:clamp(5px,8vw,14px);line-height:.7rem;font-weight:400;border-collapse:collapse;white-space:nowrap;font-weight:700}@media(min-width:611px){.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item table{font-size:clamp(6px,8vw,13px);line-height:1.1rem}}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item thead{color:var(--grey);text-align:left;background-color:var(--grey-light-1);font-size:clamp(6px,8vw,11px);position:-webkit-sticky;position:sticky;top:0;z-index:9}@media(min-width:611px){.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item thead{font-size:clamp(6px,8vw,12px)}}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item th{padding-bottom:15px;font-weight:400!important}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item th div{display:flex;align-items:center;gap:.4rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item th div img{width:.5rem}@media(min-width:611px){.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item th div img{width:.6rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item th div{gap:.5rem}}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item td{padding:13px}@media(min-width:611px){.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item td{padding:5px 0}}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-item tbody tr{z-index:9}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-table .table-graf{padding-top:35px;width:450px;height:140px}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks{display:flex;flex-wrap:wrap;gap:1rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item{flex:1 1 350px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-info{display:flex;flex-direction:column;gap:.3rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-info h1{font-size:clamp(5px,8vw,18px);line-height:1.2rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-info .trucks-i-detall{display:flex;gap:.3rem}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-info .trucks-i-detall svg{height:.8rem;width:.8rem;fill:var(--black)}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-info .trucks-i-detall span{font-weight:600;color:var(--grey);font-size:clamp(5px,8vw,12px)}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-circle{position:relative;height:75px;width:75px;border-radius:50%;background:conic-gradient(var(--grey) calc(1turn / var(--max-value) * var(--current-value)),var(--grey-light) 0deg);display:flex;flex-direction:column;align-items:center;justify-content:center}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-circle:before{content:"";position:absolute;height:60px;width:60px;border-radius:50%;background-color:var(--black);z-index:2}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-circle:after{content:"";position:absolute;height:70px;width:70px;border-radius:50%;background-color:var(--black-light-1);z-index:1}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-circle span{color:var(--grey-light);font-size:clamp(5px,8vw,12px);font-weight:400;z-index:5}.c-Home .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-circle span strong{font-weight:500;font-size:clamp(5px,8vw,13px);color:var(--white)}.c-Home .H-cont-right{flex-basis:32rem;flex-grow:1;display:flex;flex-wrap:wrap;gap:1rem}.c-Home .H-cont-right .H-right-news{flex:1 1 450px;background-color:var(--black-light-1);box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);border-radius:15px}.c-Home .H-cont-right .H-right-news .Item-n-cont{padding:1.5rem 2rem}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body{display:flex;flex-direction:column;gap:.8rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;height:730px;padding-right:.8rem}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body::-webkit-scrollbar-track{background:var(--white)}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item{display:flex;flex-direction:column;gap:1rem;border:1px solid var(--black-light-2);border-radius:15px;padding:1.2rem 2rem 1.2rem 1.5rem;position:relative}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-header{display:flex;justify-content:space-between;font-size:clamp(5px,8vw,12.5px);color:var(--grey);font-weight:500}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-header .nw-i-h-new strong{background-color:#d3ffe2;color:#089e36;border-radius:8px;padding:2px 5px;font-weight:500}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-header .nw-i-h-date{padding-right:2rem}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body{display:flex;gap:1rem}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-name .nw-i-b-n-name{display:flex;flex-direction:column;padding:1rem;text-align:center;background-color:var(--grey-light);border-radius:10px}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-name .nw-i-b-n-name span{font-weight:700;line-height:1.5rem}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-name .nw-i-b-n-name span:first-child{font-size:clamp(5px,8vw,16px);line-height:1rem}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-name .nw-i-b-n-name span:nth-child(2){font-size:clamp(5px,8vw,25px)}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info{width:100%;display:flex;flex-direction:column;gap:.3rem}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-ubication svg{height:.9rem;width:.9rem;fill:#e93b5a}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-ubication span{font-weight:600;color:#e93b5a;font-size:clamp(5px,8vw,14px)}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-info{display:flex;justify-content:space-between;gap:.5rem;width:100%;border-bottom:2px solid var(--black-light-2);padding-bottom:.3rem}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-info span{font-weight:600;font-size:clamp(5px,8vw,13px);color:var(--grey)}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-info span strong{color:var(--black)}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-items{display:flex;padding-top:.5rem;gap:.5rem}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-items .nw-items-item{display:flex;gap:.5rem;background-color:var(--grey-light);align-items:center;padding:3px 5px;border-radius:20px}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-items .nw-items-item .nw-items-icon{width:22px;height:22px;border-radius:50%;background-color:#dedee1;display:grid;place-items:center}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-items .nw-items-item .nw-items-icon svg{height:.7rem;width:.7rem;fill:var(--black)}.c-Home .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-items .nw-items-item span{font-weight:600;color:var(--black);font-size:clamp(5px,8vw,12.5px)}.c-Home .H-cont-right .H-right-guard{flex:1 1 450px;border-radius:15px;background-color:var(--black-light-1);border:1px solid var(--black-light-2)}.c-Home .H-cont-right .H-right-guard .Item-g-cont{padding:1.5rem 2rem}.c-Home .H-cont-right .H-right-guard .Item-g-cont .I-c-body{height:50px}@media(min-width:611px){.c-Home{padding:2rem}}.I-c-header{padding-bottom:1.5rem}.I-c-header h5{color:var(--grey)}.td-graf{display:flex;align-items:center;gap:1rem}.td-graf .barra{width:300px;border-radius:20px;background-color:#a799ff;height:12px}.td-graf .barra .progreso{width:var(--w);border-radius:20px;background-color:var(--primary);height:12px;animation:aumentar 5s ease}.td-graf .num span:nth-child(2){color:var(--grey)}.n-socket:before{position:absolute;content:"";width:10px;height:10px;border-radius:50%;top:15px;right:15px;background-color:var(--green)}@keyframes pulse-animation-blue{0%{box-shadow:0 0 0 0 var(--yellow)}to{box-shadow:0 0 0 20px rgba(255,0,0,0)}}.custom-tooltip .custom-t-item span strong{font-size:clamp(5px,8vw,16px)}.custom-tooltip .custom-t-item:first-child span{color:#f7bc1b}.circular-graf{height:200px;width:200px}.circular-graf img{width:6.5rem}.table-large{flex:1 1 500px}.w-Wagon{display:flex;flex-direction:column;padding:1.5rem;gap:1rem 1rem;background-color:var(--background)}.w-Wagon .H-cont-top{display:flex;flex-wrap:wrap;gap:1rem 1rem}.w-Wagon .H-cont-top .H-cont-left{flex-basis:0;flex-grow:999;min-width:60%;display:flex;flex-direction:column;gap:1rem}.w-Wagon .H-cont-top .H-cont-left .H-left-totals{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total{display:flex;flex-direction:column;justify-content:center;gap:.8rem;background-color:var(--black-light-1);box-shadow:var(--bs);border-radius:var(--br-xl);padding:1.5rem;position:relative}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-brech{position:absolute;top:12px;right:15px;font-size:clamp(5px,8vw,12px);font-weight:600;background:var(--secondary);color:var(--black);border-radius:var(--br-s);padding:2px 8px}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-body{display:flex;align-items:center;gap:.8rem}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-body .w-w-cont-icon{display:grid;place-items:center}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-body .w-w-cont-icon img,.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-body .w-w-cont-icon svg{width:2.5rem;height:2.5rem}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-body .w-w-cont-content{display:flex;flex-direction:column;gap:.5rem}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-body .w-w-cont-content .w-w-value{display:flex;align-items:flex-end;gap:.3rem}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-body .w-w-cont-content .w-w-value h1{color:var(--black)}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-body .w-w-cont-content .w-w-value span{font-size:clamp(5px,8vw,14px);color:var(--grey)}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-calc{display:flex;align-items:center;gap:1rem}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-calc .calc-item{display:flex;align-items:center;gap:.3rem}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-calc .calc-item .t-icon{display:grid;place-items:center}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-calc .calc-item img{width:1.3rem;height:1.3rem}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total .w-w-calc .calc-item span{font-size:clamp(5px,8vw,13px);color:var(--black);font-weight:500}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total:first-child{background-color:#1e1d2a}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total:first-child .w-w-body .w-w-cont-content .w-w-value h1,.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total:first-child .w-w-body .w-w-cont-content .w-w-value span{color:var(--white)}.w-Wagon .H-cont-top .H-cont-left .H-left-totals .Item-w-total:first-child .w-w-calc .calc-item span{color:#c3fa40}.w-Wagon .H-cont-top .H-cont-left .H-left-details{width:100%;display:flex;flex-wrap:wrap;gap:1rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont{flex:1 1 450px;background-color:var(--black-light-1);box-shadow:var(--bs);border-radius:var(--br-xl);padding:1.5rem 2rem;display:grid;place-items:center;min-height:200px}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-title{text-align:center;width:100%;display:flex;justify-content:space-between}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-title h3{color:var(--grey)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-title h3 strong{color:var(--black)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body{display:flex;align-items:center;justify-content:center;gap:1rem 1rem;flex-wrap:wrap;width:100%}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .circular-progress{flex:0 1 180px;position:relative;height:180px;width:180px;border-radius:50%;background:conic-gradient(var(--primary) calc(1turn / var(--max-value) * var(--current-value)),var(--black-light-2) 0deg);display:flex;flex-direction:column;align-items:center;justify-content:center}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .circular-progress:before{content:"";position:absolute;height:130px;width:130px;border-radius:50%;background-color:var(--black-light-1)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .circular-progress span{color:var(--black);font-size:clamp(5px,8vw,20px);font-weight:700;z-index:5;padding-top:15px}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .circular-progress span:nth-child(2){font-size:clamp(5px,8vw,14px);color:var(--grey);padding-top:0}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text{flex:0 0 180px;display:flex;flex-direction:column;gap:1rem;border-radius:10px;background-color:var(--grey-light);padding:.8rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text .info-text-best{background:var(--secondary);border-radius:var(--br-s);font-weight:600;text-align:center;padding:4px 10px}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text .info-text-best span{font-size:clamp(5px,8vw,10px)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text .info-text-best span strong{font-size:clamp(5px,8vw,15px)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text .info-text-container{display:flex;flex-direction:column;gap:.5rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text .info-text-container .i-itemT{display:flex;align-items:center;justify-content:center;gap:.5rem;max-width:200px;width:100%}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text .info-text-container .i-itemT img{width:2rem;height:2rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text .info-text-container .i-itemT .i-itemT-value{display:flex;flex-direction:column;justify-content:center;text-align:center;gap:.2rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text .info-text-container .i-itemT .i-itemT-value h3{font-weight:600;font-size:clamp(5px,8vw,10px)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text .info-text-container .i-itemT .i-itemT-value h3 strong{font-size:clamp(5px,8vw,15px)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text .info-text-container .i-itemT .i-itemT-value span{color:var(--grey);font-size:clamp(5px,8vw,10px);font-weight:600;line-height:.6rem}@media(min-width:611px){.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-day .info-body .info-text{flex:0 0 150px}}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week{display:flex;justify-content:space-between;align-items:center;height:auto;gap:1rem;max-width:550px;width:100%}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week{width:100%;display:flex;flex-direction:column;gap:1rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week .g-w-num h2{font-weight:700}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week .g-w-num .g-w-num-value{display:flex;align-items:flex-end;gap:.3rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week .g-w-num .g-w-num-value span{color:var(--grey);font-size:clamp(5px,8vw,16px);font-weight:500}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week .g-w-num p{color:var(--grey);font-size:clamp(5px,8vw,12px)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .graf-week .g-w-graf{width:100%;height:200px}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .info-week-prom{display:flex;flex-direction:column;gap:1rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .info-week-prom .i-item-title h3{color:var(--black)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .info-week-prom .i-item-body{display:flex;flex-direction:column;gap:.5rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .info-week-prom .i-item-body .i-itemT{display:flex;align-items:center;gap:1rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .info-week-prom .i-item-body .i-itemT img{width:2rem;height:2rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .info-week-prom .i-item-body .i-itemT .i-itemT-value{display:flex;flex-direction:column;gap:.1rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .info-week-prom .i-item-body .i-itemT .i-itemT-value span{color:var(--grey);font-size:clamp(5px,8vw,10px)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-week .info-week-prom .i-item-body .i-itemT .i-itemT-value h4{padding-top:.2rem;font-size:clamp(5px,8vw,15px);color:var(--black);font-weight:800}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek{width:100%;display:flex;align-items:center;flex-direction:column;gap:1.5rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .title-bestweek{text-align:center}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .title-bestweek span{color:var(--black);font-weight:700;font-size:clamp(6px,8vw,10px);background-color:hsla(0,0%,100%,.486);border-radius:var(--br-s);padding:2px 10px}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .title-bestweek h3{color:var(--black);font-weight:700}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .info-bestweek{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .info-bestweek .i-item-title h3{color:var(--black)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .info-bestweek .i-itemT{display:flex;align-items:center;gap:.5rem;flex:0 1 130px}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .info-bestweek .i-itemT img{width:2rem;height:2rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .info-bestweek .i-itemT .i-itemT-value{display:flex;flex-direction:column;gap:.1rem;text-align:center;max-width:200px;width:100%}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .info-bestweek .i-itemT .i-itemT-value span{color:var(--black);font-size:clamp(5px,8vw,10px)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .info-bestweek .i-itemT .i-itemT-value h4{padding-top:.2rem;font-size:clamp(5px,8vw,16px);color:var(--black);font-weight:800}@media(min-width:611px){.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .info-bestweek .i-itemT{flex:none}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-bestweek .info-bestweek{flex-direction:column}}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks{display:flex;flex-wrap:wrap;gap:1rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item{flex:1 1 350px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-info{display:flex;flex-direction:column;gap:.3rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-info h1{font-size:clamp(5px,8vw,18px);line-height:1.2rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-info .trucks-i-detall{display:flex;gap:.3rem}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-info .trucks-i-detall svg{height:.8rem;width:.8rem;fill:var(--black)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-info .trucks-i-detall span{font-weight:600;color:var(--grey);font-size:clamp(5px,8vw,12px)}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-circle{position:relative;height:75px;width:75px;border-radius:50%;background:conic-gradient(var(--grey) calc(1turn / var(--max-value) * var(--current-value)),var(--grey-light) 0deg);display:flex;flex-direction:column;align-items:center;justify-content:center}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-circle:before{content:"";position:absolute;height:60px;width:60px;border-radius:50%;background-color:var(--black);z-index:2}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-circle:after{content:"";position:absolute;height:70px;width:70px;border-radius:50%;background-color:var(--black-light-1);z-index:1}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-circle span{color:var(--grey-light);font-size:clamp(5px,8vw,12px);font-weight:400;z-index:5}.w-Wagon .H-cont-top .H-cont-left .H-left-details .Item-d-cont .I-c-body-trucks .trucks-item .trucks-circle span strong{font-weight:500;font-size:clamp(5px,8vw,13px);color:var(--white)}.w-Wagon .H-cont-top .H-cont-left .H-cont-location{border-radius:var(--br-xl);padding:1.5rem 2rem;background-color:var(--black-light-1);box-shadow:var(--bs);width:100%;height:300px}@media(min-width:611px){.w-Wagon .H-cont-top .H-cont-left .H-cont-location{height:200px}}.w-Wagon .H-cont-top .H-cont-right{flex-basis:22rem;flex-grow:1;display:flex;flex-wrap:wrap;gap:1rem}.w-Wagon .H-cont-top .H-cont-right .H-right-news{flex:1 1 450px;background-color:var(--black-light-1);box-shadow:var(--bs);border-radius:var(--br-xl);height:58vh}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont{padding:1.5rem 2rem;height:100%;display:grid;grid-template-rows:auto 1fr}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overflow-x:auto;display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding-right:.8rem}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item{display:flex;gap:.5rem;position:relative}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-header{font-size:clamp(5px,8vw,12px);color:var(--grey);font-weight:400;width:20px;display:grid;place-items:center}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-header:after,.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-header:before{content:"";width:1px;height:100%;background-color:var(--black-light-2)}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body{display:flex;flex-direction:column;gap:.3rem;width:100%;padding:.8rem 0}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-name{width:100%;display:flex;justify-content:space-between;align-items:center}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-name span{font-weight:500;color:var(--grey);font-size:clamp(5px,8vw,12px)}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-name .nw-i-b-i-ubication{background-color:#fff1da;border-radius:6px;padding:5px 8px;display:flex;align-items:center;gap:.2rem}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-name .nw-i-b-i-ubication svg{height:.8rem;width:.8rem;fill:#ca881d}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-name .nw-i-b-i-ubication .nw-i-ubication-text{font-weight:400;font-size:clamp(5px,8vw,11px);color:#ca881d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info h4{font-weight:500;color:var(--black)}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-info{display:flex;justify-content:space-between;gap:.5rem;width:100%;border-bottom:2px solid var(--black-light-2);padding-bottom:.3rem}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-info span{font-weight:600;font-size:clamp(5px,8vw,13px);color:var(--grey)}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-info span strong{color:var(--black)}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-n-name{display:flex;align-items:center;flex-direction:column;justify-content:center;height:50px;width:50px;background-color:var(--grey-light);border-radius:8px;padding:1rem}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-n-name span{font-weight:600;line-height:1rem}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-n-name span:first-child{font-size:clamp(5px,8vw,10px);line-height:1rem}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-n-name span:nth-child(2){font-size:clamp(5px,8vw,16px)}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info h4{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-items{min-width:70px;display:flex;gap:.5rem;text-align:right;justify-content:flex-end}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-items span{font-weight:500;color:var(--black);font-size:clamp(5px,8vw,10px)}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-info .nw-i-b-i-items span strong{font-size:clamp(5px,8vw,13px);font-weight:500}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-ubication{background-color:#fff1da;border-radius:6px;padding:5px 8px;display:flex;align-items:center;gap:.2rem;margin-top:.5rem}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-ubication svg{height:.8rem;width:.8rem;fill:#ca881d}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item .nw-i-body .nw-i-b-ubication span{font-weight:400;font-size:clamp(5px,8vw,11px);color:#ca881d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.w-Wagon .H-cont-top .H-cont-right .H-right-news .Item-n-cont .I-c-body .news-item:not(:last-child):after{content:"";position:absolute;right:0;bottom:-15px;width:95%;height:1px;background-color:#ccc}.w-Wagon .H-cont-top .H-cont-right .H-right-events{flex:1 1 450px;background-color:var(--black-light-1);box-shadow:var(--bs);border-radius:var(--br-xl);height:35vh}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont{padding:1.5rem 2rem;height:100%;display:grid;grid-template-rows:auto 1fr}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body{overflow-x:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem;padding-right:.8rem}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body::-webkit-scrollbar-track{background:var(--white)}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item{display:flex;flex-direction:column;gap:.8rem;border-radius:var(--br-s);padding:1rem 1.2rem;color:var(--black);border:1px solid var(--black-light-2);border-right:8px solid #f35959}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-header{width:100%;display:flex;justify-content:space-between;align-items:center}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-header span{font-weight:400;color:var(--grey);font-size:clamp(5px,8vw,12px)}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-header span:nth-child(2){background-color:#ffe3e3;border-radius:6px;padding:5px 8px;font-size:clamp(5px,8vw,11px);font-weight:400;color:#8e0909;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-navbar{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;background-color:var(--grey-light);border-radius:8px;padding:.5rem 1rem}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-navbar span{font-weight:600;line-height:1rem;font-size:clamp(5px,8vw,16px);text-transform:uppercase}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-body{display:flex;flex-direction:column;gap:.5rem;padding-left:20px}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-body .item-error{position:relative}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-body .item-error h4{font-weight:500;text-transform:lowercase}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-body .item-error h4:first-letter{text-transform:uppercase}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-body .item-error h6{color:var(--grey)}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-body .item-error:before{content:"";width:6px;height:6px;border-radius:50%;position:absolute;top:4px;left:-15px;background-color:var(--grey)}.w-Wagon .H-cont-top .H-cont-right .H-right-events .Item-g-cont .I-c-body .events-item .ev-i-body .item-error:after{content:"";width:1px;height:100%;border-radius:50%;position:absolute;top:4px;left:-13px;background-image:repeating-linear-gradient(to bottom,var(--grey),var(--grey) 2px,transparent 2px,transparent 4px)}.w-Wagon .H-cont-bottom{border-radius:var(--br-xl);padding:1.5rem 2rem;background-color:var(--black-light-1);box-shadow:var(--bs);width:100%;min-height:500px}@media(min-width:611px){.w-Wagon .H-cont-bottom{min-height:200px}.w-Wagon{padding:1.5rem 2rem}}.I-c-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;width:100%}.I-c-header .c-header-name{display:flex;align-items:center;gap:.5rem}.I-c-header .c-header-name h5{color:var(--grey);font-size:clamp(5px,8vw,12px)}.I-c-header .c-header-name h5 strong{color:var(--black);font-size:clamp(5px,8vw,16px)}.I-c-header .c-header-name .c-h-n-lenght{background-color:var(--grey-light);color:var(--grey)!important;font-size:clamp(5px,8vw,13px);padding:3px 5px;border-radius:5px;font-weight:600}.I-c-header svg{fill:var(--grey)}@keyframes Aumentar{0%{width:0}to{width:var(--w)}}.recharts-layer{font-size:clamp(5px,8vw,11px);color:var(--grey);font-weight:500}.custom-tooltip{background-color:#1e1d2a;padding:12px 15px;border-radius:8px;display:flex;flex-direction:column;gap:.1rem}.custom-tooltip .custom-t-item{display:flex;align-items:flex-end;gap:.2rem}.custom-tooltip .custom-t-item p{font-size:clamp(5px,8vw,11px);line-height:1rem;color:var(--black-light-2)}.custom-tooltip .custom-t-item span{font-size:clamp(5px,8vw,10px);color:var(--white);line-height:.5rem}.custom-tooltip .custom-t-item span strong{font-size:clamp(5px,8vw,14px);line-height:1.1rem}.custom-tooltip .custom-t-item:first-child span{color:#f3bd5a}.custom-tooltip .custom-t-item:nth-child(2) span{color:#3a80fa}.circular-graf{height:180px;width:270px;position:relative;display:flex;flex-direction:column;align-items:center}.circular-graf img{position:absolute;z-index:9;width:5.3rem;top:50%;left:50%;transform:translate(-50%,-50%)}.gauge{width:100%;max-width:200px;font-family:Roboto,sans-serif;font-size:32px;color:#004033}.gauge__body{width:100%;height:0;padding-bottom:50%;background:#dedee1;position:relative;border-top-left-radius:100% 200%;border-top-right-radius:100% 200%;overflow:hidden}.gauge__fill{position:absolute;top:100%;left:0;width:inherit;height:100%;transform-origin:center top;transform:rotate(0turn);transition:transform .2s ease-out}.gauge-day{background:#f7bc1b}.gauge-evening{background:var(--primary)}.gauge__cover{width:75%;height:150%;background:#fff;border-radius:50%;position:absolute;top:25%;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;padding-bottom:25%;box-sizing:border-box}.title h1{font-size:clamp(10px,8vw,32px);font-weight:700;line-height:2rem}.title h3{padding-top:.5rem;color:var(--grey)}.td-location svg{height:.9rem;width:.9rem;fill:#e93b5a}.td-location span{font-weight:600;color:#e93b5a;font-size:clamp(5px,8vw,14px);text-transform:uppercase}.td-time{display:flex;align-items:center;gap:.5rem}.td-time svg{height:.9rem;width:.9rem;fill:var(--black)}.td-time span{font-weight:600;color:var(--black);font-size:clamp(5px,8vw,14px)}.chart-b{overflow:hidden;width:100%;height:auto;position:relative;border-radius:4px}.chart-b .bar-leyend{display:flex;align-items:center;justify-content:space-between;padding-bottom:.4rem}.chart-b .bar-leyend .b-l-text{font-size:clamp(6px,8vw,12px);font-weight:200;position:relative;--background:0}.chart-b .bar-leyend .b-l-text:before{position:absolute;content:"";width:2px;height:100%;top:100%}.chart-b .bar-leyend .b-l-text:first-child:before{left:0;background-color:var(--background)}.chart-b .bar-leyend .b-l-text:nth-child(2):before{right:0;background-color:var(--background)}.chart-b .bar-container{display:flex;width:100%;height:15px}.chart-b .bar-container .bar{display:flex;align-items:center;justify-content:center;font-size:clamp(6px,8vw,12px);font-weight:200;height:100%}.container_table{grid-template-columns:repeat(5,1fr);grid-gap:.5rem .5rem}.container_table,.container_table_Loc{width:100%;background-color:#fff;display:grid;grid-auto-rows:30px;gap:.5rem .5rem}.container_table_Loc{grid-template-columns:repeat(6,1fr);grid-gap:.5rem .5rem}.table_header{font-size:clamp(6px,8vw,13px);line-height:1.1rem;color:var(--grey)}.t-max,.t-min{border-radius:8px;padding:3px 6px;font-weight:500}.t-max{background-color:#ffd3d3;color:#9e0d08!important}.t-min{background-color:#d3ffe2;color:#089e36!important}.I-c-header-day h3{color:var(--grey)}.I-c-header-day h3 strong{color:var(--black)}.I-c-header-day:nth-child(2){padding-bottom:1rem}.Container-table{border-radius:10px;border:1px solid #ccc}.Container-table::-webkit-scrollbar-track{background:var(--white)}.Container-table table{width:100%;color:var(--black);font-size:clamp(5px,8vw,14px);line-height:.7rem;font-weight:400;border-collapse:separate!important;border-spacing:0;white-space:nowrap}.Container-table thead{background:var(--primary);color:var(--white);font-size:clamp(6px,8vw,13px);position:-webkit-sticky;position:sticky;top:0;z-index:2;margin-bottom:10px}.Container-table tbody{z-index:1}.Container-table th{font-weight:300;padding:20px 10px}.Container-table td{text-align:center;padding:13.4px 10px}.Container-table table>tbody>tr>td{border-top:1px solid #ddd}.Container-table2{width:100%;overflow:auto;height:100%}.Container-table2 table{width:100%;color:var(--black);font-size:clamp(5px,8vw,14px);line-height:.7rem;font-weight:400;border-collapse:separate!important;border-spacing:0;white-space:nowrap}.Container-table2 thead{font-size:clamp(6px,8vw,12px);position:-webkit-sticky;position:sticky;top:0;z-index:1;color:var(--grey);background-color:var(--white)}.Container-table2 tbody{z-index:1;font-weight:600}.Container-table2 th{padding:.8rem .5rem;font-weight:600}.Container-table2 td{text-align:center;padding:12px 10px}.Container-table2 table>tbody>tr>td{border-top:1px solid #ddd}.Container-table2 td:first-child,.Container-table2 th:first-child{width:40px}.Container-table2 .v-min,.Container-table2 td:nth-child(2),.Container-table2 th:nth-child(2){width:120px}.td-name{display:flex;flex-direction:column;text-align:left;gap:.15rem}.td-name h4{text-transform:capitalize;font-weight:700;font-size:clamp(6px,8vw,12px)}@media(min-width:611px){.td-name h4{font-size:clamp(6px,8vw,14px)}}.td-name h5{font-size:clamp(6px,8vw,10px)!important;font-weight:600}.td-name h5 strong{font-size:clamp(5px,8vw,13.5px)}@media(min-width:611px){.td-name h5{font-size:clamp(6px,8vw,13px)}}.btn-more{padding:2px 10px;font-size:clamp(5px,8vw,12px);border-radius:8px;border:1px solid var(--black-light-2);color:var(--black);font-weight:600;height:30px}.btn-more:hover{background-color:var(--grey-light)}.null{color:var(--black);text-align:center;font-weight:500}.chartContainer{flex:1 1 500px!important}.best-week{position:relative;background:var(--secondary)!important;flex:1 1 180px!important;display:grid;place-items:center;padding:1rem!important}.best-week .icono-best{position:absolute;top:-5px;right:-5px;width:45px;height:45px;border-radius:50%;background-color:var(--black);border:5px solid var(--background);color:var(--white);z-index:3;display:grid;place-items:center}.best-week .icono-best svg{fill:#f8e839;width:1rem;height:1rem}.best-week:after,.best-week:before{content:"";position:absolute;border-radius:50%;width:20px;height:20px;z-index:2}.best-week:before{top:0;right:40px}.best-week:after,.best-week:before{background-color:transparent;box-shadow:8px -8px 0 var(--background)}.best-week:after{top:40px;right:0}@media(min-width:611px){.best-week{flex:0 1 180px!important}}.recharts-wrapper{max-width:500px!important;width:100%!important}.cont-filter{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.cont-filter .select-title{font-weight:600}.cont-filter .select-items{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}@keyframes fillAnimation{0%{transform:rotate(-45deg)}50%{transform:rotate(135deg)}}@keyframes fillGraphAnimation{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}}.recharts-responsive-container{display:grid;place-items:center}.vehicles{height:440px!important}.btn-delete{background-color:var(--primary)}.t-Travels{padding:2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.t-Travels .t-Travels-container{width:100%;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.t-Travels .t-Travels-container .Container-title{width:100%;display:flex;align-items:center;justify-content:space-between}.t-Travels .t-Travels-container .Container-title .D-title-name{display:flex;align-items:center;gap:.5rem}.t-Travels .t-Travels-container .Container-title .D-title-name div{display:grid;place-items:center}.t-Travels .t-Travels-container .Container-title .D-title-name div svg{height:1rem;fill:var(--red)}@media(min-width:611px){.t-Travels .t-Travels-container .Container-title .D-title-name div svg{height:1.1rem}.t-Travels .t-Travels-container .Container-title .D-title-name div{padding:.5rem}}.t-Travels .t-Travels-container .Container-title .D-title-name h2{color:var(--white);font-size:15px;font-weight:500}@media(min-width:611px){.t-Travels .t-Travels-container .Container-title .D-title-name h2{font-size:18px}}.t-Travels .t-Travels-container .Container-title .D-title-name h5{opacity:1;color:var(--grey)}.t-Travels .t-Travels-container .Container-title .D-title-more button{border-radius:5px;padding:.7rem 1rem;font-size:clamp(6px,8vw,12px);font-weight:700;color:var(--black-light-1);background-color:var(--red);display:flex;justify-content:center;align-items:center;gap:1rem;height:40px}.t-Travels .t-Travels-container .Container-title .D-title-more button svg{fill:var(--white);width:1em}.t-Travels .t-Travels-container .Container-title .D-title-more button:hover{background-color:var(--red);color:#000e1b;font-weight:400}.t-Travels .t-Travels-container .Container-title .D-title-more button:hover>svg{fill:#000e1b}@media(min-width:611px){.t-Travels .t-Travels-container .Container-title .D-title-more button{font-size:clamp(6px,8vw,13px);height:45px}}.t-Travels .t-Travels-container .t-traveles-filter{display:flex;justify-content:space-between;gap:1rem}.t-Travels .t-Travels-container .t-traveles-filter .t-t-f-btns{display:flex;gap:1rem}.t-Travels .t-Travels-container .t-traveles-filter .t-t-f-items{display:flex;gap:1rem;align-items:center}.Tselected{background-color:var(--primary)}.NTselected{background-color:var(--white);color:var(--black);border:1px solid var(--primary)}.sp-desact svg{fill:var(--grey)}.t-t-f-search{max-width:500px!important;width:100%}.t-t-f-search input{max-width:400px!important;width:100%}.modalCreate-backg{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:20;display:grid;place-items:center}.modalCreate-backg .mCreate-content{background-color:var(--white);width:100%;border-radius:15px;display:flex;flex-direction:column;position:relative;animation:bounceIn .35s}.modalCreate-backg .mCreate-content .mC-c-header{padding:1rem 2rem;border-bottom:1px solid var(--grey-light-22)}.modalCreate-backg .mCreate-content .mC-c-header .mC-h-title{display:flex;align-items:center;gap:1rem}.modalCreate-backg .mCreate-content .mC-c-header .mC-h-title .mC-c-title-icon{display:grid;place-items:center}.modalCreate-backg .mCreate-content .mC-c-header .mC-h-title .mC-c-title-icon img{width:1.8rem}@media(min-width:611px){.modalCreate-backg .mCreate-content .mC-c-header .mC-h-title .mC-c-title-icon img{width:2.5rem}}.modalCreate-backg .mCreate-content .mC-c-header .mC-h-title .mC-c-title-text h4{font-weight:400;color:var(--grey-2)}.modalCreate-backg .mCreate-content .mC-c-header .mC-h-close{position:absolute;top:15px;right:30px;width:25px;height:25px;border-radius:50%;background-color:var(--grey-light-1);cursor:pointer;display:grid;place-items:center;transition:all .3s ease-in-out;padding:0}.modalCreate-backg .mCreate-content .mC-c-header .mC-h-close img{width:.5rem}@media(min-width:611px){.modalCreate-backg .mCreate-content .mC-c-header .mC-h-close img{width:.6rem}}.modalCreate-backg .mCreate-content .mC-c-header .mC-h-close:hover{background-color:var(--grey-light-22)}@media(min-width:611px){.modalCreate-backg .mCreate-content .mC-c-header .mC-h-close{width:30px;height:30px;top:20px;right:40px}.modalCreate-backg .mCreate-content .mC-c-header{padding:1.5rem 2.5rem}}.modalCreate-backg .mCreate-content .mC-c-body{display:flex;flex-direction:column;gap:1rem;padding:1rem 2rem;overflow:auto;max-height:70vh}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-imputs{display:flex;flex-wrap:wrap;gap:.5rem}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-imputs .mC-imputs-item{flex:1 1 250px}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-imputs .mC-imputs-item label{font-size:clamp(5px,8vw,10px);font-weight:500}@media(min-width:611px){.modalCreate-backg .mCreate-content .mC-c-body .mC-b-imputs .mC-imputs-item label{font-size:clamp(6px,8vw,12px)}}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-imputs .mC-imputs-item .imputs-i-input{position:relative}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-imputs .mC-imputs-item .imputs-i-input img{position:absolute;top:50%;transform:translateY(-50%);left:15px;width:1rem}@media(min-width:611px){.modalCreate-backg .mCreate-content .mC-c-body .mC-b-imputs{gap:1rem 1.5rem}}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs{display:flex;flex-direction:column}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;border-radius:8px}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item .doc-i-info{display:flex;align-items:center;gap:1rem}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item .doc-i-info .doc-i-i-icon{background-color:var(--grey-light-22);height:40px;width:40px;border-radius:8px;display:grid;place-items:center}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item .doc-i-info .doc-i-i-icon img{width:.9rem}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item .doc-i-info .doc-i-i-name h4{font-size:clamp(6px,8vw,12px)}@media(min-width:611px){.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item .doc-i-info .doc-i-i-name h4{font-size:clamp(7px,8vw,14px)}}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item .doc-i-info .doc-i-i-name h5{color:var(--grey-2)}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item .doc-i-btns{display:flex;gap:.5rem}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item .doc-i-btns button{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background-color:var(--secondary);padding:0}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item .doc-i-btns button img{width:.5rem}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item .doc-i-btns button:first-child{background-color:var(--grey-light-1)}.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item:hover{background-color:var(--grey-light-22)}@media(min-width:611px){.modalCreate-backg .mCreate-content .mC-c-body .mC-b-docs .mC-b-doc-item{padding:1rem 1.5rem}.modalCreate-backg .mCreate-content .mC-c-body{padding:1.5rem 2.5rem}}.modalCreate-backg .mCreate-content .mC-c-footer{padding:1rem 2rem;border-top:1px solid var(--grey-light-22);display:flex;gap:1rem;transition:all .5s ease-out}.modalCreate-backg .mCreate-content .mC-c-footer .btn-cancel{background-color:var(--tertiary);color:var(--secondary)}.modalCreate-backg .mCreate-content .mC-c-footer .btn-cancel:hover{background-color:var(--primary);color:var(--white)}.modalCreate-backg .mCreate-content .mC-c-footer .btn-success{background-color:var(--secondary)}.modalCreate-backg .mCreate-content .mC-c-footer .btn-success:hover{background-color:var(--primary)}@media(min-width:611px){.modalCreate-backg .mCreate-content .mC-c-footer{padding:1.5rem 2.5rem}}@keyframes bounceIn{0%{transform:scale(1)}1%{transform:scale(.5)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}.mDelet{max-width:350px}@media(min-width:611px){.mDelet{max-width:400px}}.mCreate-2{max-width:380px}@media(min-width:611px){.mCreate-2{max-width:800px}}.btn-secund{background-color:#e1eeef;color:var(--secondary)}.btn-prima{background-color:var(--secondary)}.user-colum{flex:1 1 500px}.custom-select__control{background-color:var(--white)!important;color:var(--black)!important;height:40px!important;border:.5px solid var(--grey-light-2)!important}@media(min-width:611px){.custom-select__control{height:45px!important}}.custom-select__control:hover{border:.5px solid var(--secondary)!important}.custom-select__option{padding:10px 18px!important;font-size:clamp(6px,8vw,12px)!important}@media(min-width:611px){.custom-select__option{font-size:clamp(7px,8vw,14px)!important}}.custom-select__option:hover{background-color:var(--tertiary)!important}.custom-select__option.is-focused,.custom-select__option:active,.custom-select__option:checked{background-color:var(--tertiary)!important;color:var(--black)!important}.custom-select__option--is-selected{background-color:var(--tertiary)!important;color:var(--secondary)!important}.custom-select__single-value{font-size:clamp(6px,8vw,12px)}@media(min-width:611px){.custom-select__single-value{font-size:clamp(7px,8vw,14px)}}.custom-select__value-container{padding:0 18px!important;font-size:clamp(6px,8vw,12px);font-weight:400}@media(min-width:611px){.custom-select__value-container{font-size:clamp(7px,8vw,14px)}}.custom-select__menu{background-color:var(--white)!important;font-size:clamp(6px,8vw,12px);z-index:99!important;position:absolute!important}@media(min-width:611px){.custom-select__menu{font-size:clamp(7px,8vw,14px)}}.custom-select__indicators{padding:0 18px}.custom-select__indicator svg{width:12px;height:12px;fill:var(--grey-2)}@media(min-width:611px){.custom-select__indicator svg{width:16px;height:16px}}.custom-select__multi-value{background-color:var(--white)!important}.custom-select__multi-value .custom-select__multi-value__label{color:var(--black)!important}.custom-select__value-container{gap:.1rem .3rem}.mC-b-imputs-quotes{display:flex;flex-wrap:wrap;gap:.5rem;z-index:2}.mC-b-imputs-quotes .mC-imputs-item{flex:1 1 280px}.mC-b-imputs-quotes .mC-imputs-item label{font-size:clamp(5px,8vw,10px);font-weight:500}@media(min-width:611px){.mC-b-imputs-quotes .mC-imputs-item label{font-size:clamp(6px,8vw,12px)}}.mC-b-imputs-quotes .mC-imputs-item .imputs-i-input{position:relative}.mC-b-imputs-quotes .mC-imputs-item .imputs-i-input img{position:absolute;top:50%;transform:translateY(-50%);left:15px;width:1rem}.mC-b-imputs-quotes .mC-imputs-item .imputs-i-radio{display:flex;gap:1rem}.mC-b-imputs-quotes .mC-imputs-item .imputs-i-radio label{width:100%;position:relative;border:1px solid var(--grey-light-2);background-color:var(--white);padding:5px 20px;border-radius:8px;cursor:pointer;transition:all .4s ease;font-size:clamp(6px,8vw,12px);font-weight:400;color:var(--black);display:flex;align-items:center;height:40px}.mC-b-imputs-quotes .mC-imputs-item .imputs-i-radio label:before{content:"";border-radius:50%;height:10px;width:10px;border:1px solid var(--grey-light-2);margin-right:15px;transition:all .4s ease}@media(min-width:611px){.mC-b-imputs-quotes .mC-imputs-item .imputs-i-radio label{font-size:clamp(7px,8vw,14px);height:45px;padding:13px 20px}}.mC-b-imputs-quotes .mC-imputs-item .imputs-i-radio input[type=radio]:checked+label{background:var(--tertiary);border:1px solid var(--secondary);color:var(--secondary)}.mC-b-imputs-quotes .mC-imputs-item .imputs-i-radio input[type=radio]:checked+label:before{background-color:var(--secondary)}@media(min-width:611px){.mC-b-imputs-quotes{gap:1rem 1.5rem}}.mC-b-table,.search-products{display:flex;flex-direction:column;gap:1rem}.search-products{overflow:auto}.search-products .users-c-c-filters{display:flex;justify-content:space-between;align-items:center;gap:1rem}.search-products .users-c-c-filters .c-c-filters-search{display:flex;position:relative;max-width:300px;width:100%}.search-products .users-c-c-filters .c-c-filters-search img{position:absolute;top:50%;transform:translateY(-50%);left:15px;width:1rem}.search-products .users-c-c-filters .c-c-filters-items{display:flex;align-items:center;gap:.5rem;font-size:clamp(6px,8vw,12px)}@media(min-width:611px){.search-products .users-c-c-filters .c-c-filters-items{font-size:clamp(6px,8vw,13px)}}.search-products .users-c-c-table{display:flex;flex-direction:column;align-items:flex-start;overflow:auto}.search-products .users-c-c-table table{width:100%;color:var(--black);font-size:clamp(5px,8vw,12px);line-height:.7rem;font-weight:400;border-collapse:collapse;white-space:nowrap}@media(min-width:611px){.search-products .users-c-c-table table{font-size:clamp(6px,8vw,14px);line-height:1.1rem}}.search-products .users-c-c-table thead{color:var(--grey-1);text-align:left;background-color:var(--grey-light-1);font-size:clamp(6px,8vw,11px);position:-webkit-sticky;position:sticky;top:0;z-index:1}@media(min-width:611px){.search-products .users-c-c-table thead{font-size:clamp(6px,8vw,12px)}}.search-products .users-c-c-table th{padding:15px;font-weight:400!important}.search-products .users-c-c-table th div{display:flex;align-items:center;gap:.4rem}.search-products .users-c-c-table th div img{width:.5rem}@media(min-width:611px){.search-products .users-c-c-table th div img{width:.6rem}.search-products .users-c-c-table th div{gap:.5rem}}.search-products .users-c-c-table td{padding:13px 15px}@media(min-width:611px){.search-products .users-c-c-table td{padding:5px 15px}}.search-products .users-c-c-footer{display:flex;justify-content:space-between}.search-products .users-c-c-footer .c-c-footer-page{display:flex;align-items:center;gap:.5rem}.search-products .users-c-c-footer .c-c-footer-page button{height:30px;width:30px;padding:0;border:.5px solid var(--grey-light-2);display:grid;place-items:center;border-radius:5px}.search-products .users-c-c-footer .c-c-footer-page button img{width:.7rem}.search-products .users-c-c-footer .c-c-footer-page button:first-child img{transform:rotate(90deg)}.search-products .users-c-c-footer .c-c-footer-page button:nth-child(3) img{transform:rotate(270deg)}.search-products .users-c-c-footer .c-c-footer-page button:hover{background-color:#f3f3f4}.search-products .users-c-c-footer .c-c-footer-page span{display:flex;gap:.5rem;font-size:clamp(6px,8vw,12px)}@media(min-width:611px){.search-products .users-c-c-footer .c-c-footer-page span{font-size:clamp(6px,8vw,13px)}}.searchProduct-input{height:30px;width:40px;padding:0;text-align:center}@media(min-width:611px){.searchProduct-input{width:50px;height:35px}}.Pt-cart-max,.Pt-cart-min{padding:0;color:#0b8d8f;width:20px}.mSearch{max-width:380px}@media(min-width:611px){.mSearch{max-width:1200px}}.searchProduct-btn{background-color:var(--tertiary);border-radius:50%;display:grid;place-items:center;height:25px;width:25px;padding:0}.searchProduct-btn img{width:.7rem}.btn-more-product,.searchProduct-btn:hover{background-color:var(--secondary)}.btn-more-product:hover{background-color:var(--primary)}.Alert{background:var(--white);color:var(--black);font-size:12px;position:fixed;z-index:9;padding:1rem 2rem 1rem 1.5rem;border-radius:10px;border-left:8px solid var(--secondary);bottom:10vh;right:8vw;transition:all .25s;display:flex;justify-content:center;align-items:center;gap:.8rem;box-shadow:2px 1px 9px 6px rgba(11,141,143,.122);-webkit-box-shadow:2px 1px 9px 6px rgba(11,141,143,.122);-moz-box-shadow:2px 1px 9px 6px rgba(11,141,143,.122)}.Alert .Alert-icon{font-size:22px;background-color:var(--secondary);border-radius:50%;width:35px;height:35px;display:grid;place-items:center}.Alert .Alert-icon svg{fill:var(--secondary);width:1rem}.Alert .Alert-cont{display:flex;flex-direction:column;gap:.2rem}@media(min-width:611px){.Alert{bottom:7vh;right:4vw}}button{transition:all .35s ease-out;color:var(--white);text-align:center;border-radius:8px;font-size:clamp(5.5px,8vw,12px);background-color:var(--grey);padding:.7rem 1rem}@media(min-width:611px){button{padding:.8rem 1rem;font-size:clamp(6.5px,8vw,14px)}}.c-header{width:100px;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;background-color:#1e1d2a;padding:1rem;position:absolute;top:0;left:0;z-index:2;display:none}.c-header .logo{height:100px;display:grid;place-items:center;padding:0 1rem}.c-header .logo img{width:3rem;animation:glitch 6s ease-in-out infinite}@media(min-width:611px){.c-header .logo img{width:2.5rem;height:2.5rem}}.c-header .sem span{color:var(--white);position:relative}.c-header .sem span:before{position:absolute;left:120%;content:"";width:0;height:0;border-left:10px solid #dedee1;border-top:8px solid transparent;border-bottom:10px solid transparent}.c-header .navbar{height:calc(100% - 200px);max-width:1200px;width:100%;align-items:center;display:none}.c-header .navbar ul{width:100%;list-style-type:none;padding:0;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:.5rem}.c-header .navbar ul li{font-size:clamp(7px,8vw,14px);position:relative;border-radius:15px;transition:all .5s ease-in-out;cursor:pointer;height:55px;width:55px}.c-header .navbar ul li a{height:55px;width:55px;display:grid;place-items:center}.c-header .navbar ul li a svg{width:1.6rem;height:1.6rem;transition:all .5s ease-in-out}.c-header .navbar ul li:hover{background-color:hsla(0,0%,100%,.1)}@media(min-width:611px){.c-header .navbar{display:flex}}.c-header .admAvatar{height:100px;flex-direction:column;justify-content:center}.c-header .admAvatar,.c-header .admAvatar .avatar{display:flex;align-items:center;gap:.5rem}.c-header .admAvatar .avatar svg{width:2rem}.c-header .admAvatar .user span{color:var(--white);font-size:clamp(5px,8vw,12px);text-transform:uppercase}@media(min-width:611px){.c-header .admAvatar .user span{font-size:clamp(7px,8vw,14px)}}.c-header .admAvatar .user h5{color:var(--grey)}.c-header .admAvatar .menu{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;pointer-events:none;z-index:99}@media(min-width:611px){.c-header .admAvatar .menu{gap:.5rem}}.c-header .admAvatar .menu .dropdown{position:relative;display:inline-block;transition:all .5s ease-in-out;display:flex}.c-header .admAvatar .menu .dropdown .menu{width:.8em}.c-header .admAvatar .menu .dropdown .dropdownButton{color:#fff;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .35s ease-in-out}.c-header .admAvatar .menu .dropdown .dropdownButton svg{width:1.5rem;fill:var(--white)}@media(min-width:611px){.c-header .admAvatar .menu .dropdown .dropdownButton svg{width:1rem}}.c-header .admAvatar .menu .dropdown .dropdownButton span{color:var(--white);display:none}@media(min-width:611px){.c-header .admAvatar .menu .dropdown .dropdownButton span{display:flex}}.c-header .admAvatar .menu .dropdown .dropdownContent{display:none;position:absolute;background-color:#1d1a39;min-width:200px;top:0;right:0;box-shadow:inset 0 1px 2px #0a0a1f,0 20px 25px -5px rgba(0,0,0,.8),0 10px 10px -5px rgba(0,0,0,.9);z-index:1;transition:all .5s ease-in-out;border-radius:8px;padding:5px;opacity:0}.c-header .admAvatar .menu .dropdown .dropdownContent button{width:100%;cursor:pointer;color:var(--white);padding:10px 14px;border-radius:8px;text-decoration:none;display:block;font-size:clamp(5px,8vw,12px);text-align:right}@media(min-width:611px){.c-header .admAvatar .menu .dropdown .dropdownContent button{padding:12px 16px;font-size:clamp(5px,8vw,13.5px)}}.c-header .admAvatar .menu .dropdown .dropdownContent button:hover{background-color:#0d0d25;color:var(--red)}.c-header .admAvatar .menu .dropdown .dropdownContent .Logout{border-top:1px solid #05201e}@media(min-width:611px){.c-header .admAvatar .menu .dropdown .dropdownContent{min-width:200px}}.c-header .admAvatar .menu .dropdown:hover .dropdownContent{display:block;opacity:1}@media(min-width:611px){.c-header{position:static;display:block}}@keyframes glitch{0%{transform:translateX(0);animation-duration:1ms}1.5%{transform:translateX(-7px) rotateY(-10deg);animation-duration:.02s}2.5%{transform:translateX(6px) rotateY(8deg);animation-duration:25ms}4.5%{transform:translateX(-4px) rotateY(-6deg);animation-duration:.02s}6.5%{transform:translateX(3px) rotateY(4deg);animation-duration:25ms}9%,to{animation-duration:10s;transform:translateX(0)}}.sp-acti{position:relative;background-color:hsla(0,0%,100%,.1)}.sp-acti a{color:var(--white)}.sp-acti a svg{fill:var(--white)}.sp-acti:before{content:"";position:absolute;background-color:var(--primary);width:8px;height:8px;border-radius:50%;top:5px;right:5px}.sp-desact a{color:var(--grey)}.sp-desact a svg{fill:var(--grey)}.none{display:flex}@media(min-width:611px){.none{display:none}}.switch{position:relative;display:inline-block;width:60px;height:34px;pointer-events:none}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--background-2)}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff}input:checked+.slider{background-color:#33f321}input:focus+.slider{box-shadow:0 0 1px #33f321}input:checked+.slider:before{transform:translateX(26px)}.slider{border-radius:34px}.slider:before{border-radius:50%}.tooltip{position:relative;display:inline-block;cursor:pointer;transition:opacity .3s ease;z-index:99}.tooltip:hover:after{content:attr(data-tooltip);visibility:visible;opacity:1;background-color:#1e1d2a;color:#fff;border-radius:12px;width:100px;height:55px;z-index:99;transition:opacity .3s ease,transform .3s ease;display:flex;align-items:center;padding:0 25px}.tooltip:after,.tooltip:hover:after{position:absolute;top:50%;left:calc(100% + 25px);transform:translateY(-50%);white-space:nowrap}.tooltip:after{content:"";visibility:hidden;opacity:0;z-index:1;z-index:99}*{text-decoration:none;box-sizing:border-box}/*! locomotive-scroll v3.6.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}body,html{margin:0;height:100vh;font-family:__JetBrains_Mono_c4f6f4,__JetBrains_Mono_Fallback_c4f6f4;font-style:normal;font-weight:100}main{width:100%;height:100vh;display:flex}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}:root{--background:#f7f7f7;--background-2:#252737;--primary:#3a80fa;--secondary:linear-gradient(180deg,#f8e839,#f47630);--white:#fff;--grey:#777;--grey-light:#f2f2f2;--black:#1a1a1a;--black-light-1:#fff;--black-light-2:#d0d0d0;--green:#31ee61;--red:#f52840;--yellow:#fc0;--blue:#2e394d;--max-value:"1000";--scroll-color:#f7f7f7;--br-xl:15px;--br-s:12px;--bs:hsla(240,5%,41%,.116) 0px 1px 8px 0px}[data-theme=dark]{--background:#f7f7f7;--background-2:#252737;--primary:#3a80fa;--secondary:#4cc9f9;--white:#fff;--grey:#777 --grey-light:#dedee1;--black:#1a1a1a;--black-light-1:#fff;--black-light-2:#d0d0d0;--green:#31ee61;--red:#f52840;--yellow:#fc0;--blue:#2e394d;--max-value:"1000";--scroll-color:#f7f7f7}::-webkit-scrollbar{width:4px!important;height:4px!important}html[dir] .dark ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.16)}::-webkit-scrollbar-thumb{background-color:#dedee1;border-radius:50px}html[dir] .dark ::-webkit-scrollbar-track{background-color:initial}::-webkit-scrollbar-track{background:var(--scroll-color)}h1{color:var(--black);font-size:clamp(10px,8vw,25px);font-weight:700;line-height:1.6rem}@media(min-width:611px){h1{font-size:clamp(11px,8vw,28px);line-height:1.8rem}}h2{font-size:clamp(8px,8vw,20px)}@media(min-width:611px){h2{font-size:clamp(9px,8vw,24px)}}h3{color:var(--black);font-size:clamp(6px,8vw,15px);line-height:1rem;font-weight:600}@media(min-width:611px){h3{font-size:clamp(6px,8vw,15px);line-height:1rem}}h4{color:var(--black);font-size:clamp(5px,8vw,11px);font-weight:100}@media(min-width:611px){h4{font-size:clamp(6px,8vw,13px);line-height:1rem;font-weight:400}}h5{color:var(--black);font-size:clamp(4px,8vw,9px);line-height:1rem;font-weight:400}@media(min-width:611px){h5{font-size:clamp(5px,8vw,13px);color:var(--grey);font-weight:400;line-height:1rem}}h6{color:var(--black);font-size:clamp(4px,8vw,7px);line-height:1rem;font-weight:400}@media(min-width:611px){h6{font-size:clamp(5px,8vw,12px);line-height:.8rem}}p{color:var(--black);font-size:clamp(6px,8vw,10px);line-height:.9rem;font-weight:100}@media(min-width:611px){p{font-size:clamp(7px,8vw,12px);line-height:1.1rem}}input{box-sizing:border-box;outline:none;color:var(--black)}button,input,textarea{font-family:__Space_Grotesk_2272f2,__Space_Grotesk_Fallback_2272f2}button{cursor:pointer;border:none;background:transparent}button,svg{transition:all .5s ease-out}::selection{background-color:var(--black);color:var(--white)}section{width:100%;height:100vh;overflow:auto;background-color:var(--background)}@media(min-width:611px){section{width:calc(100% - 100px)}}.react-datepicker{padding:1rem;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2)!important;border:1px solid transparent!important;border-radius:12px!important}.react-datepicker__header{background-color:transparent!important;border-bottom:1px solid transparent!important}.react-datepicker-year-header{font-weight:500!important;padding-bottom:1rem}.react-datepicker-year-header,.react-datepicker__month-text{text-transform:capitalize;font-family:__Space_Grotesk_2272f2,__Space_Grotesk_Fallback_2272f2}.react-datepicker__month-text{padding:.5rem}.react-datepicker__month-text--selected{background-color:var(--primary)!important;font-weight:500!important;color:var(--white)!important;border-radius:8px!important}.react-datepicker__current-month{font-weight:500!important;padding-bottom:1rem}.react-datepicker__current-month,.react-datepicker__day-name{text-transform:capitalize;font-family:__Space_Grotesk_2272f2,__Space_Grotesk_Fallback_2272f2}.react-datepicker__day-name{color:var(--grey)!important}.react-datepicker__navigation{top:18px!important}.react-datepicker__navigation-icon:before{height:7px!important;width:7px!important;top:9px!important}.react-datepicker__navigation--previous{left:20px!important}.react-datepicker__navigation--next{right:20px!important}.react-datepicker__day{font-family:__Space_Grotesk_2272f2,__Space_Grotesk_Fallback_2272f2}.react-datepicker__day--selected{background-color:var(--primary)!important;font-weight:500!important}.react-datepicker__triangle:before{border-bottom-color:#fff!important}.selected{background-color:rgba(58,128,250,.137);border-radius:10px;border:1px solid hsla(240,4%,91%,.9)}.n-selected{background-color:var(--black-light-1);border-radius:10px}input{min-height:44px;background-color:transparent;border:none;transition:all .35s ease-in-out;padding:2.5px 15px;border-radius:10px;border:1px solid hsla(240,4%,91%,.9)!important}input:hover{border:1px solid var(--primary)!important}.custom-select__control{box-shadow:none!important;cursor:pointer!important;border-radius:8px!important;position:relative!important;min-height:40px!important;min-width:150px!important;background-color:transparent!important;transition:all .35s ease-in-out!important;border:1px solid hsla(240,4%,91%,.9)!important}.custom-select__control:active,.custom-select__control:hover{border:1px solid var(--primary)!important}.custom-select__indicator-separator{display:none}.custom-select__value-container{padding:0 2.5px 0 15px!important;min-height:40px!important;align-content:center!important}.custom-select__indicator{padding:0!important;align-items:center}.custom-select__indicator svg{width:15px;height:15px;fill:var(--grey)}@media(min-width:611px){.custom-select__indicator svg{width:15px;height:15px}}.custom-select__indicators{padding:0 15px 0 2.5px!important;min-height:40px!important;align-content:center!important}.custom-select__option{padding:10px 13px!important;background-color:var(--white)!important;cursor:pointer!important}.custom-select__option:hover{background-color:var(--grey-light)!important}.custom-select__option--is-focused{background-color:var(--white)!important;border-radius:8px!important}.custom-select__option--is-selected{background-color:var(--grey-light)!important;color:var(--primary)!important;border-radius:8px!important;position:relative;font-weight:500}.custom-select__option--is-selected:before{content:"";background-size:cover;background-repeat:no-repeat;position:absolute;right:15px;top:50%;transform:translateY(-50%);min-width:11px;height:9px}.custom-select__single-value{color:var(--black)!important;font-size:clamp(5.5px,8vw,12px)}@media(min-width:611px){.custom-select__single-value{font-size:clamp(6.5px,8vw,13.5px)}}.custom-select__placeholder{color:#41486b!important}.custom-select__menu{background-color:var(--black-light-1)!important;color:var(--black)!important;font-size:clamp(9px,8vw,18px);font-weight:100;padding:5px!important;border-radius:10px!important;font-size:clamp(5.5px,8vw,12px);font-weight:400;z-index:5!important;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2)!important}@media(min-width:611px){.custom-select__menu{font-size:clamp(6.5px,8vw,13.5px)}}.custom-select__menu-list{background-color:var(--black-light-1)!important;padding:0!important}.custom-select__control--menu-is-open .custom-select__indicators .custom-select__indicator svg{transform:rotate(180deg);fill:var(--primary)}.custom-select__option.is-focused,.custom-select__option:active,.custom-select__option:checked{background-color:var(--grey-light)!important;color:var(--primary)!important}.custom-select__multi-value{background-color:#0d0d25!important}.custom-select__multi-value .custom-select__multi-value__label{color:var(--white)!important;padding:10px 12px!important;font-size:clamp(5.5px,8vw,10px);font-weight:400}@media(min-width:611px){.custom-select__multi-value .custom-select__multi-value__label{font-size:clamp(6.5px,8vw,12px)}}.custom-select__multi-value__remove svg{color:var(--grey)}.custom-select__multi-value__remove:hover{background-color:#09091c!important}.custom-select__placeholder{font-size:clamp(5.5px,8vw,11px);font-weight:400}@media(min-width:611px){.custom-select__placeholder{font-size:clamp(6.5px,8vw,13.5px)}}.Container-table{max-width:2000px!important;width:100%;height:80vh;overflow:auto}.gaTwo{transform:rotate(180deg)}.gaTwo:after{border-color:rgba(0,0,0,.15) rgba(0,0,0,.15) #f3bd5a #f3bd5a!important}.semi-donut{--percentage:0;height:90px;position:relative;color:#fff;font-size:22px;font-weight:600;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.semi-donut,.semi-donut:after{width:180px;box-sizing:border-box}.semi-donut:after{content:"";height:180px;border-color:currentcolor;border-color:rgba(0,0,0,.15) rgba(0,0,0,.15) #598cf3 #598cf3;border-style:solid;border-width:25px;position:absolute;border-radius:50%;left:0;top:0;transform:rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));animation:fillAnimation 1s ease-in}.hour-left,.hour-right,.line-left,.line-right{position:absolute;top:50%;transform:translateY(-50%);font-weight:600;font-size:13px}.hour-left{left:-1%}.hour-right{right:2%}.line-left,.line-right{position:absolute;width:40px;height:1px;background-color:var(--black)}.line-left{left:39px}.line-right{right:39px}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/62328fecf9e80426-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c7eb187887c48af6-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/2d141e1a38819612-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/62328fecf9e80426-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c7eb187887c48af6-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/2d141e1a38819612-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/62328fecf9e80426-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c7eb187887c48af6-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/2d141e1a38819612-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/62328fecf9e80426-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c7eb187887c48af6-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Space_Grotesk_2272f2;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/2d141e1a38819612-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Space_Grotesk_Fallback_2272f2;src:local("Arial");ascent-override:88.82%;descent-override:26.36%;line-gap-override:0.00%;size-adjust:110.78%}.__className_2272f2{font-family:__Space_Grotesk_2272f2,__Space_Grotesk_Fallback_2272f2;font-style:normal}