.results-filter-container-mobile{column-gap:2rem;display:flex}.results-filter-mobile{color:#fff;background-color:var(--dark-main-color);border:var(--input-border);border-radius:2rem;flex-basis:calc(50% - 1rem);align-items:center;column-gap:.5rem;padding:.3rem 1.3rem;display:flex}.results-filter-mobile>svg{width:2.2rem}.results-filter-mobile>p{text-align:center;letter-spacing:.1rem;flex-grow:1;line-height:100%}.results-modal{width:80%;height:80%;box-shadow:var(--hud-shadow);background-color:#fff;border-radius:1rem;flex-direction:column;row-gap:1rem;padding:1.5rem 2rem;display:flex;overflow-y:auto}.results-modal-title{text-align:center;color:var(--dark-main-color);margin-bottom:2rem;font-size:2rem;font-weight:500;line-height:100%}.results-modal-subtitle{text-align:center;color:var(--main-color);margin-bottom:2rem;line-height:100%}.results-modal-subtitle.m-top{margin-top:3rem}.results-modal-body{flex-direction:column;flex-grow:1;row-gap:1rem;display:flex;overflow-y:auto}.results-modal-attributes{flex-direction:column;row-gap:1rem;display:flex}.results-filter-container-desktop{flex-direction:column;width:100%;display:flex}.results-filter-title{margin-bottom:3rem;margin-left:1rem}.results-filter-title.m-top{margin-top:3rem}.results-filter-subtitle{color:var(--main-color);text-align:center;margin-bottom:1.5rem;font-weight:500}.results-filter-subtitle.m-top{margin-top:3rem}.results-filter{flex-direction:column;row-gap:1rem;display:flex}.results-filter:not(:last-of-type){margin-bottom:1rem}.results-filter-header{background-color:var(--dark-main-color);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;padding:1rem;transition:background-color .2s linear;display:flex;position:relative}.results-filter-header:hover{background-color:var(--main-color)}.results-filter-header>p{color:#fff}.results-filter-header>svg{color:#fff;padding:0 1rem;transition:transform .3s linear;position:absolute;right:0}.results-filter-header.open>svg{transform:rotate(180deg)}.results-filter-body{flex-direction:column;row-gap:1.5rem;height:0;transition:height .3s linear;display:flex;overflow:hidden}.results-filter-header.open~.results-filter-body{height:23rem}.results-filter-input{padding:0 1rem;position:relative}.results-filter-input>input{text-align:center;border:var(--input-border);border-radius:.5rem;flex-grow:0;width:100%;min-width:0;padding:.5rem 2rem;font-size:1.6rem;line-height:100%}.results-filter-input-clear{width:2rem;height:100%;color:var(--light-grey);opacity:.3;z-index:2;justify-content:center;align-items:center;padding-right:.4rem;font-size:1.2rem;transition:color .2s,opacity .2s;display:flex;position:absolute;top:0;bottom:0;right:1rem}.results-filter-input-clear.active{color:var(--secondary-color);opacity:1;cursor:pointer}.results-filter-content{flex-direction:column;row-gap:1.5rem;padding:0 1rem;display:flex;overflow:auto}.results-filter-content::-webkit-scrollbar{width:1rem}.results-filter-content::-webkit-scrollbar-track{background:0 0}.results-filter-content::-webkit-scrollbar-thumb{background:#888;border-radius:1rem}.results-filter-content::-webkit-scrollbar-thumb:hover{background:var(--grey)}.results-filter-element>input{display:none}.results-filter-element>label{align-items:center;column-gap:.5rem;width:100%;display:flex}.results-filter-element>label>span{font-size:1.4rem;font-weight:300;line-height:100%}.results-filter-element>label>div{background-color:var(--input-grey);border-radius:.5rem;width:2rem;height:2rem;position:relative}.results-filter-element input:checked~label>div:after{content:"";background-color:var(--main-color);z-index:1;border-radius:.3rem;position:absolute;inset:.4rem}.results-filter-select{text-align:center;border:.2rem solid var(--dark-main-color);cursor:pointer;border-radius:.5rem;width:100%;margin-bottom:1rem;padding:.7rem 1rem}.results-filter-submit{color:#fff;background-color:var(--main-color);border-radius:.5rem;width:100%;margin-top:1rem;padding:1rem;transition:background-color .2s}.results-filter-submit.disabled{background-color:var(--light-main-color)}.results-filter-submit:disabled{background-color:var(--light-main-color)}.results-filter-submit:not(:disabled):hover{cursor:pointer;background-color:var(--dark-main-color)}.results-filter-price{flex-direction:column;margin-bottom:2rem;display:flex}.results-filter-price.m-bot{margin-bottom:1rem}.results-filter-price>p{font-size:1.2rem;line-height:100%}.results-filter-price-input{position:relative}.results-filter-price-input>input{text-align:center;border:var(--input-border);border-radius:.5rem;flex-grow:0;width:100%;min-width:0;padding:.7rem 2rem;font-size:1.6rem;line-height:100%}.results-filter-price-input>input::placeholder{font-size:1.4rem}.results-filter-price-clear{width:2rem;height:100%;color:var(--light-grey);opacity:.3;z-index:2;justify-content:center;align-items:center;padding-right:.4rem;font-size:1.2rem;transition:color .2s,opacity .2s;display:flex;position:absolute;top:0;bottom:0;right:0}.results-filter-price-clear.active{color:var(--secondary-color);opacity:1;cursor:pointer}
.profile-nav-container{width:var(--section-width);margin:var(--section-margin);flex-direction:column;display:flex}@media only screen and (min-width:768px){.profile-nav-container{flex-direction:column;grid-area:side;width:100%;margin:0;display:flex}}.profile-nav{border:var(--input-border);background-color:#fff;border-radius:1rem;flex-direction:column;width:100%;padding:0 1.5rem;display:flex}.profile-nav-element{color:#849caa;align-items:center;column-gap:1rem;padding:1.5rem 0;transition:color .2s linear;display:flex}.profile-nav-element:not(.active,.profile-nav-button):hover{color:var(--grey)}.profile-nav-element:not(:last-child){border-bottom:.1rem solid var(--input-grey)}.profile-nav-element.active{color:var(--soft-dark-main-color)}.profile-nav-button{color:var(--secondary-color);cursor:pointer;transition:color .2s linear}.profile-nav-button:hover{color:var(--dark-secondary-color)}.profile-nav-element>svg{flex-shrink:0;justify-content:center;align-items:center;min-width:3rem;font-size:1.9rem;display:flex}.profile-nav-element>p{text-align:start;flex-grow:1;line-height:100%}
.profile-data{flex-direction:column;row-gap:2.5rem;width:100%;display:flex}@media only screen and (min-width:768px){.profile-data{border:var(--input-border);background-color:#fff;border-radius:1rem;grid-template-columns:repeat(2,1fr);gap:5rem;padding:4rem 3rem;display:grid}}.profile-data-element{border:.1rem solid var(--grey);border-radius:2rem;width:100%;padding:.7rem 1rem;display:flex;position:relative}@media only screen and (min-width:768px){.profile-data-element{border:var(--input-border);background-color:#fff;border-radius:.5rem;padding:1rem}}.profile-data-element>span{color:var(--dark-main-color);text-transform:capitalize;background-color:#fff;padding:0 .3rem;font-size:1.2rem;font-weight:300;line-height:100%;position:absolute;top:-.8rem;left:2rem}@media only screen and (min-width:768px){.profile-data-element>span{background-color:#0000;font-size:1.4rem;top:-1.5rem}}.profile-data-element>p{text-align:center;width:100%;color:var(--main-color);font-size:1.4rem;font-weight:500;line-height:100%}.profile-data-element-button{height:100%;color:var(--input-grey);cursor:pointer;align-items:center;font-size:1.8rem;transition:color .2s linear;display:flex;position:absolute;top:0;right:1rem}.profile-data-element-button:hover{color:var(--dark-main-color)}@media only screen and (min-width:768px){.profile-data-element>p{font-size:1.6rem}}.profile-password-button-container{justify-content:center;margin-top:4rem;display:flex}@media only screen and (min-width:768px){.profile-password-button-container{grid-column:1/span 2;margin-top:3rem}}.profile-password-button{color:#fff;background-color:var(--secondary-color);border-radius:5rem;padding:.7rem 2rem;font-size:1.4rem;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.profile-password-button{color:var(--dark-main-color);border:.1rem solid var(--dark-main-color);cursor:pointer;background-color:#fff;padding:1rem 2rem;font-size:1.6rem;transition:background-color .2s linear,color .2s linear}.profile-password-button:hover{color:#fff;background-color:var(--dark-main-color)}}
.password-modal{width:80%;box-shadow:var(--hud-shadow);background-color:#fff;border-radius:2rem;flex-direction:column;row-gap:1rem;padding:1.5rem 2rem;display:flex}@media only screen and (min-width:768px){.password-modal{width:40%;max-width:50rem;padding:1.5rem 6rem}}.password-modal-title{text-align:center;color:var(--secondary-color);margin-bottom:2rem;font-weight:500;line-height:100%}.password-modal-separator{border-top:.1rem solid var(--light-grey);margin:1rem 0}.password-modal-input{flex-direction:column;display:flex}.password-modal-input>p{color:var(--light-grey);margin:0 0 .3rem .5rem;font-size:1.4rem;font-weight:300;line-height:100%;transition:color .1s linear}.password-modal-input>input{text-align:center;border:.1rem solid var(--light-grey);border-radius:.5rem;width:100%;padding:.5rem 1rem;line-height:100%;transition:color .1s linear,border-color .1s linear}.password-modal-input:focus-within>p{color:var(--dark-main-color)}.password-modal-input:focus-within>input{color:var(--main-color);border-color:var(--main-color)}.password-modal-response{text-transform:uppercase;text-align:center;color:var(--green);margin:1.5rem 0;font-size:1.8rem;font-weight:500;line-height:100%}.password-modal-response.error{color:var(--secondary-color)}.password-modal-button{color:#fff;background-color:var(--dark-main-color);letter-spacing:.05rem;border-radius:2rem;margin:2rem auto 0;padding:.5rem 1rem;font-weight:500}.password-modal-button:disabled{background-color:var(--light-main-color)}@media only screen and (min-width:768px){.password-modal-button:not(:disabled){cursor:pointer;transition:background-color .2s linear}.password-modal-button:not(:disabled):hover{background-color:var(--main-color)}}
.orders{flex-direction:column;row-gap:1rem;display:flex}@media only screen and (min-width:768px){.orders{background-color:#fff;row-gap:0}.orders>*{border-left:.1rem solid var(--dark-main-color)!important;border-right:.1rem solid var(--dark-main-color)!important}.orders>:first-child{border-start-start-radius:1rem;border-start-end-radius:1rem;border-top:.1rem solid var(--dark-main-color)!important}.orders>:last-child{border-end-end-radius:1rem;border-end-start-radius:1rem;border-bottom:.1rem solid var(--dark-main-color)!important}}.orders-header{color:#fff;background-color:var(--dark-main-color);grid-template-columns:1fr 1fr 1fr 1fr 1fr;width:100%;padding:1.5rem 0;display:none}@media only screen and (min-width:786px){.orders-header{display:grid}}.orders-header-element{text-align:center;width:100%;font-size:1.8rem;font-weight:300}.orders-loading{padding:10rem 0}.order-element{border:.1rem solid var(--grey);border-radius:1rem;flex-direction:column;row-gap:1rem;width:100%;padding:1rem 1.5rem;display:flex}@media only screen and (min-width:768px){.order-element{border:none;border-radius:0;grid-template-columns:1fr 1fr 1fr 1fr 1fr;padding:1.5rem 0;display:grid;position:relative}.order-element:not(:last-child):before{content:"";background-color:var(--input-grey);height:.1rem;position:absolute;bottom:0;left:2%;right:2%}.order-element>p{justify-content:center;align-items:center;font-size:1.8rem;font-weight:300;display:flex}}p.order-element-price,p.order-element-status{font-weight:400}p.order-element-status.green{color:var(--green)}p.order-element-status.blue{color:var(--light-main-color)}.order-element-buttons{justify-content:center;align-items:center;width:100%;display:flex}.order-element-button{cursor:pointer;border:.1rem solid #0000;align-items:center;column-gap:.5rem;padding:.5rem 1.5rem;font-size:1.8rem;transition:border-radius .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;display:flex}.order-element-button:hover{color:#fff;background-color:var(--main-color);border-radius:1.5rem}.order-element-button>p{line-height:100%}.order-element-row{justify-content:space-between;display:flex}.order-element-row p{font-size:1.4rem;font-weight:300;line-height:100%}.order-element-row span{font-weight:400;line-height:100%}.order-element-row span.red{color:var(--secondary-color)}.order-element-row span.blue{color:var(--main-color)}
.order-products-list{flex-direction:column;row-gap:1.5rem;display:flex}.order-product{display:flex}.order-product-images{flex-direction:column;width:30%;display:flex}@media only screen and (min-width:768px){.order-product-images{width:20%}}.order-product-image{width:100%;display:flex}.order-product-image.brand{width:80%;margin:0 auto}@media only screen and (min-width:768px){.order-product-image.brand{width:50%}}.order-product-image>img{width:100%}.order-product-data{flex-direction:column;width:70%;padding:.5rem 0;display:flex}@media only screen and (min-width:768px){.order-product-data{width:80%;padding:1rem 2rem}}.order-product-row{align-items:center;display:flex}.order-product-col{flex-direction:column;display:flex}.order-product-col *{line-height:100%}.order-product-col.grow{flex-grow:1}.order-product-col.data{margin-top:auto}.order-product-name{text-transform:uppercase;margin-bottom:.5rem}.order-product-details{color:var(--light-grey);font-size:1.4rem;font-weight:300}.order-product-quantity{flex-direction:column;align-items:center;row-gap:.5rem;display:flex}@media only screen and (min-width:768px){.order-product-quantity{flex-direction:row;column-gap:.5rem}}.order-product-quantity>p{background-color:var(--input-grey);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.order-product-quantity>span{color:var(--light-grey);font-size:1.2rem;font-weight:300}.order-product-info{grid-template-columns:min-content auto;gap:.2rem 1rem;font-size:1.4rem;display:grid}@media only screen and (min-width:768px){.order-product-info{grid-template-columns:auto min-content;gap:.5rem 1rem;font-size:1.4rem}}.order-product-info>span{text-align:end}.order-product-info>span.subtotal{color:var(--dark-main-color)}@media only screen and (min-width:768px){.order-product-info>span.subtotal{margin-top:.5rem}}.order-product-info>p{text-align:end}.order-product-price{color:var(--dark-main-color);font-weight:500}@media only screen and (min-width:768px){.order-product-price{margin-top:.5rem}}
.order-log{flex-direction:column;row-gap:3rem;display:flex}.order-status{flex-direction:column;row-gap:.5rem;width:100%;display:flex}.order-status-steps{justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;display:flex;position:relative}.order-status-step{border:.1rem solid var(--dark-main-color);width:4rem;height:4rem;color:var(--dark-main-color);z-index:1;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;transition:color .3s linear,background-color .3s linear;display:flex;position:relative}.order-status-step:before{content:attr(data-text);white-space:nowrap;color:var(--light-grey);font-size:1.4rem;position:absolute}.order-status-step:nth-child(odd):before{top:-2rem}.order-status-step:nth-child(2n):before{bottom:-2rem}.order-status-step.active:before{color:var(--dark-main-color)}.order-status-step.active[data-current="1"]:before{color:var(--main-color)}.order-status-step.active{color:#fff;background-color:var(--dark-main-color)}.order-status-bar{border:.1rem solid var(--light-grey);display:flex;position:absolute;inset:25% 2rem}.order-status-bar-gauge{background-color:var(--main-color);width:0;margin:-.1rem 0;transition:width .3s linear}.order-status-bar-gauge.step-2{width:20%}.order-status-bar-gauge.step-3{width:40%}.order-status-bar-gauge.step-4{width:60%}.order-status-bar-gauge.step-5{width:80%}.order-status-bar-gauge.step-6{width:100%}.order-status-data{flex-direction:column;justify-content:center;align-items:center;display:flex}.order-status-title{font-weight:300;line-height:100%}.order-status-current{color:var(--main-color);font-size:1.8rem;font-weight:500;line-height:100%}.order-data{border-top:.1rem solid var(--input-grey);border-bottom:.1rem solid var(--input-grey);flex-direction:column;row-gap:1rem;margin:-1rem 0;padding:1rem .5rem;display:flex}@media only screen and (min-width:768px){.order-data{margin:0;padding:2rem 1rem}}.order-data-row{justify-content:space-between;font-weight:300;display:flex}@media only screen and (min-width:768px){.order-data-row{font-weight:400}}.order-data-row p{line-height:100%}.order-data-row span{font-weight:400;line-height:100%}@media only screen and (min-width:768px){.order-data-row span{font-weight:500}}.order-data-row span.blue{color:var(--dark-main-color)}.order-data-row span.red{color:var(--dark-secondary-color)}.order-buttons-overflow{overflow:hidden}.order-buttons{-ms-overflow-style:none;scrollbar-width:none;justify-content:space-between;width:100%;padding:0 .5rem;display:flex;overflow-y:auto}.order-buttons::-webkit-scrollbar{display:none}.order-button{background-color:var(--input-grey);border-radius:2rem;flex-shrink:0;padding:.5rem 1rem;font-size:1.2rem;font-weight:300;line-height:100%;transition:color .1s linear,background-color .1s linear}@media only screen and (min-width:768px){.order-button{cursor:pointer;padding:.7rem 1.5rem;font-size:1.6rem}.order-button:hover{color:#fff;background-color:var(--main-color)}}.order-button:not(:first-child){margin-left:.5rem}.order-button:not(:last-child){margin-right:.5rem}.order-button.active{color:#fff;background-color:var(--dark-main-color)}.order-location{border:var(--input-border);background-color:#fff;border-radius:1rem;flex-direction:column;row-gap:1rem;padding:2rem 2.5rem;display:flex}@media only screen and (min-width:768px){.order-location{flex-direction:row;justify-content:space-between;gap:0 3rem}.order-location>*{max-width:33.3333%}}.order-location-element{text-transform:capitalize;justify-content:space-between;column-gap:1rem;font-size:1.4rem;display:flex}@media only screen and (min-width:768px){.order-location-element{flex-direction:column;justify-content:flex-start;align-items:center;gap:.5rem 0;font-size:1.6rem}}.order-location-element>p{color:var(--dark-main-color);line-height:100%}@media only screen and (min-width:768px){.order-location-element>p.p-hidden{display:none}}.order-location-element>span{text-align:end;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.order-location-element>span{text-align:center}.order-location-element>p.p-hidden~span{color:var(--main-color);margin-top:.5rem;font-weight:400}}.order-location-group{flex-direction:inherit;row-gap:inherit;column-gap:inherit;display:flex}@media only screen and (min-width:768px){.order-location-group{flex-direction:column}}.order-payment{flex-direction:column;row-gap:2rem;display:flex}.order-payment-row{border:var(--input-border);background-color:#fff;border-radius:1rem;flex-direction:column;justify-content:space-between;row-gap:1rem;padding:2rem 1.6rem;display:flex}@media only screen and (min-width:768px){.order-payment-row{flex-direction:row;padding:2rem 2.5rem}}.order-payment-element{flex-direction:row;justify-content:space-between;display:flex}@media only screen and (min-width:768px){.order-payment-element{flex-direction:column;align-items:center;row-gap:.5rem}}.order-payment-element>p{color:var(--dark-main-color);font-size:1.4rem;line-height:100%}@media only screen and (min-width:768px){.order-payment-element>p{text-align:center;font-size:1.6rem}}.order-payment-element>span{text-align:center;font-size:1.4rem;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.order-payment-element>span{font-size:1.6rem}}.order-payment-element>span.yellow{color:#fc0}.order-payment-element>span.green{color:var(--green)}.order-payment-element>span.red{color:var(--secondary-color)}.order-payment-buttons{justify-content:flex-end;gap:1.5rem;width:100%;display:flex}.order-payment-button,.order-payment-button-partial{letter-spacing:.05rem;color:#fff;background-color:var(--main-color);cursor:pointer;border-radius:.5rem;padding:.7rem 1.5rem;font-size:1.8rem;font-weight:500;transition:background-color .1s linear}.order-payment-button:hover{background-color:var(--dark-main-color)}.order-payment-button-partial{background-color:var(--dark-green)}.order-payment-button-partial:hover{background-color:var(--green)}.order-payment-data{border-radius:none;background-color:#0000;border:none;margin-top:0;padding:0}.order-payment-list{flex-direction:column;gap:2rem;width:100%;display:flex}.order-payment-list.grid{text-align:center;grid-template-columns:repeat(1,1fr);gap:1rem;width:100%;display:grid}.order-payment-list>h5{color:var(--dark-main-color);margin:0 auto;font-size:2rem}.order-payment-detail{border-top:1px solid #ddd;grid-template-columns:repeat(2,1fr);gap:.5rem;width:100%;padding:.8rem;display:grid}.order-payment-detail>div{flex-direction:column;display:flex}.order-payment-detail>div>.green{color:var(--green)}.order-payment-empty{text-align:center;font-style:italic}@media only screen and (min-width:768px){.order-payment-list.grid{text-align:center;grid-template-columns:repeat(5,1fr);gap:1rem;width:100%;display:grid}}.order-comments{border:var(--input-border);background-color:#fff;border-radius:1rem;padding:2rem 2.5rem;line-height:100%}.order-comments.empty{color:var(--light-grey)}.order-bills{flex-direction:column;row-gap:2rem;display:flex}.order-bills-row{background-color:var(--soft-grey);border:var(--input-border);border-radius:1rem;flex-direction:column;justify-content:space-between;row-gap:1rem;padding:2rem 2.5rem;display:flex}@media only screen and (min-width:768px){.order-bills-row{flex-direction:row}}.order-bills-element{flex-direction:row;justify-content:space-between;display:flex}@media only screen and (min-width:768px){.order-bills-element{flex-direction:column;align-items:center;row-gap:.5rem}}.order-bills-element>p{color:var(--dark-main-color);font-size:1.4rem;line-height:100%}@media only screen and (min-width:768px){.order-bills-element>p{text-align:center;font-size:1.6rem}}.order-bills-element>span{text-align:center;font-size:1.4rem;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.order-bills-element>span{font-size:1.6rem}}
.profile-grid{grid-template-columns:repeat(4,1fr);grid-template-areas:"xxxx titl titl titl""side main main main""side main main main""yyyy pgtn pgtn pgtn";gap:5rem;width:100%;max-width:130rem;margin:0 auto;display:grid}.profile-grid-titl{grid-area:titl}.profile-grid-side{grid-area:side}.profile-grid-main{grid-area:main}.profile-grid-pgtn{grid-area:pgtn}.profile-title{color:var(--secondary-color);margin:4rem auto 2rem;font-size:2rem;font-weight:500}@media only screen and (min-width:768px){.profile-title{color:var(--dark-main-color);font-size:2.8rem;font-weight:600}}
.warranties-nav-container{width:100%;margin:var(--section-margin);flex-direction:column;display:flex}@media only screen and (min-width:768px){.warranties-nav-container{flex-direction:column;grid-area:side;margin:0;display:flex}}.warranties-nav{border:var(--input-border);background-color:#fff;border-radius:1rem;flex-direction:column;width:100%;padding:0 1.5rem;display:flex}.warranties-nav-element{color:#849caa;align-items:center;column-gap:1rem;padding:1.5rem 0;transition:color .2s linear;display:flex}.warranties-nav-element:not(.active,.warranties-nav-button):hover{color:var(--grey)}.warranties-nav-element:not(:last-child){border-bottom:.1rem solid var(--input-grey)}.warranties-nav-element.active{color:var(--soft-dark-main-color)}.warranties-nav-button{color:var(--secondary-color);cursor:pointer;transition:color .2s linear}.warranties-nav-button:hover{color:var(--dark-secondary-color)}.warranties-nav-element>svg{flex-shrink:0;justify-content:center;align-items:center;min-width:3rem;font-size:1.9rem;display:flex}.warranties-nav-element>p{text-align:start;flex-grow:1;line-height:100%}
.warranties-data{flex-direction:column;row-gap:2.5rem;width:100%;display:flex;position:relative;overflow:hidden}@media only screen and (min-width:768px){.warranties-data{border:var(--input-border);background-color:#fff;border-radius:1rem;grid-template-columns:repeat(2,1fr);gap:3rem 5rem;padding:4rem 3rem;display:grid}}.warranties-group-container{flex-direction:column;row-gap:2rem;display:flex}@media only screen and (min-width:768px){.warranties-group-container{row-gap:5rem}}.warranties-form-title{text-align:center;color:var(--dark-main-color);grid-column:1/3;font-size:20px;font-weight:600}@media only screen and (min-width:768px){.warranties-form-title{font-size:22px}}.warranties-error{color:var(--secondary-color);grid-column:1/3;justify-content:center;align-items:center;font-weight:500;display:flex}.warranties-tac{color:var(--light-grey);flex-direction:column;row-gap:1rem;display:flex}.warranties-tac>ul{list-style:inside}.warranties-tac>ul>li{text-align:justify;text-justify:inter-word;font-size:1.4rem}.warranties-tac>ul>li:not(:last-child){margin-bottom:.5rem}.warranties-tac>ul>li::marker{color:var(--main-color)}.warranties-tac>label{align-items:center;column-gap:.5rem;margin:0 auto;display:flex}.warranties-tac>p{text-align:center;color:var(--dark-main-color);font-size:1.8rem;font-weight:500}.warranties-buttons{grid-column:1/3;justify-content:space-between;display:flex}.warranties-button{color:var(--light-grey);background-color:var(--soft-grey);border:1px solid var(--input-grey);border-radius:.5rem;padding:1rem 1.5rem;transition:color .1s linear,background-color .1s linear}.warranties-button:not(:disabled){cursor:pointer}.warranties-button:hover{color:var(--black);background-color:var(--lighter-grey)}.warranties-button[type=submit]{color:#fff;background-color:var(--main-color)}.warranties-button[type=submit]:hover{background-color:var(--dark-main-color)}.warranties-button[type=submit]:disabled{background-color:var(--light-main-color)}
.warranties-input-group{flex-direction:column;row-gap:.5rem;width:100%;display:flex}.warranties-input-group>label{color:var(--light-grey);margin-left:1rem;font-size:1.2rem;font-weight:300;line-height:100%;transition:color .1s linear}@media only screen and (min-width:768px){.warranties-input-group>label{font-size:1.4rem}}.warranties-input-group.error>label{color:var(--secondary-color)}.warranties-input-group>input,.warranties-input-group>select,.warranties-input-group>textarea{text-align:center;border:var(--input-border);border-radius:.5rem;padding:.7rem 1rem;font-weight:400;transition:border-color .1s linear,color .1s linear}.warranties-input-group>textarea{resize:none;text-align:start}.warranties-input-group>input[type=number]{appearance:textfield;-webkit-appearance:none}.warranties-input-group>input[type=number]::-webkit-outer-spin-button{appearance:textfield;-webkit-appearance:none}.warranties-input-group>input[type=number]::-webkit-inner-spin-button{appearance:textfield;-webkit-appearance:none}.warranties-input-group.error>input,.warranties-input-group.error>select,.warranties-input-group.error>textarea{border-color:var(--secondary-color);color:var(--secondary-color)}.warranties-input-group.error>.warranties-input-file{border-color:var(--secondary-color)}.warranties-input-group>input::placeholder,.warranties-input-group>textarea::placeholder,.warranties-input-group.placeholder-selected>select{color:var(--light-grey)}.warranties-input-group.placeholder-selected>select>option:not(:disabled){color:var(--black)}.warranties-input-group>p{text-align:left;width:100%;color:var(--secondary-color);margin-left:1rem;font-size:1.4rem;font-weight:300;line-height:100%}.full-row{grid-column:1/3}
.warranties-order{color:var(--light-grey);flex-direction:column;display:flex}@media only screen and (min-width:768px){.warranties-order{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}}.warranties-order-column{grid-template-columns:min-content 1fr;grid-auto-rows:auto;column-gap:1rem;display:grid}.warranties-order-column>b{white-space:nowrap;padding:1rem 0;font-weight:500}.warranties-order-column>p{text-align:end;padding:1rem 0}
.warranties-tracking-form{border:var(--input-border);border-radius:1rem;display:flex;overflow:hidden}.warranties-tracking-form>input{text-align:center;flex-grow:1;padding:1rem 1.5rem}.warranties-tracking-form>button{color:#fff;background-color:var(--main-color);cursor:pointer;align-items:center;column-gap:.5rem;padding:0 1rem;transition:background-color .2s;display:flex}.warranties-tracking-form>button:disabled{background-color:var(--light-main-color)}.warranties-tracking-form>button:not(:disabled):hover{cursor:pointer;background-color:var(--dark-main-color)}.warranties-tracking-form>button>svg{font-size:2rem}.warranties-tracking-form>button>p{line-height:100%}.warranties-tracking-info{text-align:center;color:var(--main-color);margin-top:1rem;font-size:2rem;font-weight:300}.warranties-tracking-info.error{color:var(--secondary-color)}.warranties-info{flex-direction:column;grid-column:1/3;gap:2rem;display:flex}@media only screen and (min-width:768px){.warranties-info{grid-template-columns:repeat(2,1fr);display:grid}}.warranties-info:not(:last-child){border-bottom:1px solid var(--input-grey);margin-bottom:3rem;padding-bottom:3rem}.warranties-info-text{justify-content:space-between;gap:.5rem 1rem;display:flex}.warranties-info-text.column{flex-direction:column;justify-content:normal;align-items:center}.warranties-info-text>span{color:var(--light-grey);font-size:1.2rem}@media only screen and (min-width:768px){.warranties-info-text>span{font-size:1.4rem}}.warranties-info-text>p{text-align:end;font-weight:500}.warranties-info-images{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.warranties-info-image{aspect-ratio:1;width:100%;display:flex}.warranties-info-image>img{aspect-ratio:1;object-fit:contain;width:100%}
.warranties-grid{width:100%}@media only screen and (min-width:992px){.warranties-grid{grid-template-columns:repeat(4,1fr);grid-template-areas:"xxxx titl titl titl""side main main main""side main main main""yyyy pgtn pgtn pgtn";gap:5rem;max-width:130rem;margin:0 auto;display:grid}}.warranties-grid-titl{grid-area:titl}.warranties-grid-side{grid-area:side}.warranties-grid-main{grid-area:main}.warranties-grid-pgtn{grid-area:pgtn}.warranties-title{color:var(--secondary-color);text-align:center;margin:4rem auto 2rem;font-size:2rem;font-weight:500}@media only screen and (min-width:768px){.warranties-title{color:var(--dark-main-color);font-size:2.8rem;font-weight:600}}
.offices{flex-direction:column;row-gap:3rem;display:flex}.offices-title{text-align:center;color:var(--grey);font-size:2rem;font-weight:500;line-height:100%}.offices-container{justify-content:space-between;column-gap:4rem;max-width:120rem;margin:0 auto;display:flex}.offices-container>*{flex-basis:55rem}.offices-modal{width:80%;height:70%;box-shadow:var(--hud-shadow);border:.1rem solid #00000040;border-radius:2rem;flex-direction:column;row-gap:1rem;display:flex;overflow:hidden}.offices-mobile{display:block}.offices-desktop{display:none}@media only screen and (min-width:768px){.offices-mobile{display:none}.offices-desktop{display:block}.offices-modal{width:80%;max-width:80rem;height:90%;max-height:60rem}}
.offices-list{border:.1rem solid var(--dark-main-color);background-color:#fff;border-radius:1rem;flex-direction:column;row-gap:1.5rem;width:100%;margin-bottom:2rem;padding:1.5rem 3rem 4rem;display:flex;position:relative}.offices-select{color:#fff;background-color:var(--dark-main-color);text-align:center;cursor:pointer;border-radius:2rem;width:100%;padding:.7rem 1.5rem;font-size:1.8rem;line-height:100%}.offices-select.open{color:#fff}.offices-data{flex-direction:column;align-items:center;row-gap:.5rem;width:100%;display:flex}.offices-data-title{color:var(--dark-main-color);font-weight:300;line-height:100%}.offices-data-info{background-color:#f3f3f3;border-radius:.5rem;flex-direction:column;align-items:center;row-gap:.7rem;width:100%;padding:.5rem 1rem;display:flex}.offices-data-info>span{text-align:center;color:var(--light-grey);font-size:1.4rem;font-weight:300;line-height:100%}.offices-data-info>p{text-align:center;color:var(--grey);line-height:100%}.offices-data-info>p:not(:last-child){margin-bottom:.5rem}.offices-button{justify-content:center;display:flex;position:absolute;bottom:-2rem;left:0;right:0}.offices-button>button{color:#fff;background-color:var(--dark-main-color);text-transform:uppercase;letter-spacing:.1rem;border-radius:2rem;padding:1rem 3rem;font-size:1.8rem;font-weight:500;line-height:100%;transition:background-color .2s ease-in-out}@media only screen and (min-width:768px){.offices-button>button{cursor:pointer;transition:background-color .2s ease-in-out}.offices-button>button:hover{background-color:var(--main-color)}}
.allies-select{flex-direction:column;align-items:center;row-gap:1rem;width:75%;margin:0 auto;display:flex}.allies-select>p{color:var(--light-grey);font-size:1.4rem;font-weight:300;line-height:100%}.allies-custom-select-container{text-align:center;width:100%;font-size:1.8rem;font-weight:300;line-height:100%}.allies-custom-select{border:var(--input-border);background-color:#fff;border-radius:2rem;padding:.5rem 1rem}.allies{flex-direction:column;row-gap:2rem;display:flex}.ally{border:var(--input-border);background-color:#fff;border-radius:1rem;flex-direction:column;align-items:center;row-gap:2rem;width:100%;padding:1rem 2rem;display:flex}.ally-title{text-align:center;color:var(--dark-main-color);font-size:1.8rem;font-weight:500}.ally-image{width:50%;min-height:200px;max-height:400px;display:flex;position:relative}.ally-image>img{aspect-ratio:3/2;object-fit:contain;border-radius:.5rem;width:100%}.ally-info{flex-direction:column;row-gap:1rem;width:100%;display:flex}.ally-info-col{flex-direction:column;display:flex}.ally-info-col>span{color:var(--dark-main-color);margin-bottom:.5rem;font-weight:500;line-height:100%}.ally-info-col>p{color:var(--light-grey);font-weight:300;line-height:100%}.ally-button{color:#fff;background-color:var(--dark-main-color);text-transform:uppercase;letter-spacing:.1rem;cursor:pointer;border-radius:2rem;padding:1rem 3rem;font-size:1.8rem;font-weight:500;line-height:100%;transition:background-color .2s ease-in-out}@media only screen and (min-width:768px){.ally-button{cursor:pointer;transition:background-color .2s ease-in-out}.ally-button:hover{background-color:var(--main-color)}}
.featured-brands-container{flex-direction:column;row-gap:2rem;display:flex}.featured-brands-title{color:var(--dark-main-color);letter-spacing:.1rem;text-align:center;font-size:2rem;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.featured-brands-title{font-size:2.6rem}}.featured-brands{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:1rem;width:100%;padding:0 5%;display:grid}@media only screen and (min-width:768px){.featured-brands{flex-wrap:wrap;justify-content:center;gap:2rem;padding:0;display:flex}}.featured-brand{border-radius:.5rem;align-items:center;width:100%;height:100%;min-height:4rem;display:flex}@media only screen and (min-width:768px){.featured-brand{max-width:12rem;min-height:7rem}}.featured-brand>img{aspect-ratio:4;object-fit:contain;width:100%}
.trust-info-container{flex-direction:column;row-gap:2rem;display:flex}.trust-info-title{color:var(--dark-main-color);letter-spacing:.1rem;text-align:center;font-size:2rem;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.trust-info-title{font-size:2.6rem}}.trust-info{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:2.5rem;display:grid}@media only screen and (min-width:992px){.trust-info{grid-template-columns:repeat(4,1fr);gap:10rem}}.trust-element{background-color:var(--dark-main-color);border-radius:1rem;flex-direction:column;align-items:center;row-gap:1rem;width:100%;max-width:22rem;margin:0 auto;padding:2rem;display:flex}.trust-element-icon{color:#fff;width:6rem;font-size:6rem;display:flex}.trust-element-text{text-align:center;color:#fff;width:100%;margin:auto 0;font-size:1.4rem;font-weight:500;line-height:100%}.trust-element-button{color:#fff;background-color:var(--main-color);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;column-gap:.5rem;width:100%;padding:.5rem 1rem;font-size:1.4rem;font-weight:300;line-height:100%;display:flex}.trust-element-button>p{text-align:center;flex-grow:1;line-height:100%}.trust-element-button>svg{font-size:1.2rem;line-height:100%}
.pagination{flex-direction:column;row-gap:1rem;width:100%;margin-top:3rem;display:flex}.pagination-pages-list{column-gap:1rem;width:100%;display:flex}@media only screen and (min-width:768px){.pagination-pages-list{justify-content:center;column-gap:2rem}}.pagination-page{width:11.1111%}@media only screen and (min-width:768px){.pagination-page{width:unset;min-width:4rem}}.pagination-page-button{border:.1rem solid var(--grey);width:100%;color:var(--grey);border-radius:.5rem;justify-content:center;padding:.9rem 0;font-size:1.4rem;font-weight:500;line-height:100%;transition:color .2s linear,background-color .2s linear,border-color .2s linear;display:flex}@media only screen and (min-width:768px){.pagination-page-button{padding:.9rem 1rem}.pagination-page-button:not(:disabled,.active){cursor:pointer}.pagination-page-button:not(:disabled,.active):hover{color:#fff;border-color:var(--dark-main-color);background-color:var(--dark-main-color)}}.pagination-page-button.active{color:#fff;background-color:var(--main-color);border-color:#0000}.pagination-page-button:disabled{color:var(--light-grey);background-color:var(--input-grey);border-color:#0000}.pagination-element{width:25%}@media only screen and (min-width:768px){.pagination-element{width:unset;min-width:8.3rem}}.pagination-button{border:.1rem solid var(--dark-main-color);width:100%;color:var(--dark-main-color);border-radius:.5rem;justify-content:center;padding:.9rem 0;font-size:1.4rem;font-weight:300;line-height:100%;transition:color .2s linear,background-color .2s linear,border-color .2s linear;display:flex}@media only screen and (min-width:768px){.pagination-button{padding:.9rem 1rem}.pagination-button:not(:disabled){cursor:pointer}.pagination-button:not(:disabled):hover{color:#fff;border-color:var(--dark-main-color);background-color:var(--dark-main-color)}}.pagination-button:disabled{color:var(--light-grey);background-color:var(--input-grey);border-color:#0000}
.search-bar-container{justify-content:center;align-items:flex-start;padding:2rem;transition:transform .3s linear;display:flex;transform:translateY(100%)}.modal-container.active>.search-bar-container{transform:translateY(0)}.search-bar{flex-direction:column;width:100%;display:flex}.search-bar-form{width:100%;display:flex;position:relative}.search-bar-form>input{border-radius:3rem;width:100%;padding:1rem 7.1rem 1rem 2rem}.search-bar-form>button{color:#fff;background-color:var(--main-color);border-radius:3rem;justify-content:center;align-items:center;width:5rem;font-size:2.2rem;display:flex;position:absolute;top:.1rem;bottom:.1rem;right:.1rem}
.footer-section{background-blend-mode:hue;background-color:#0009;background-image:url(/assets/images/footer/bg-footer.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;display:none}@media only screen and (min-width:768px){.footer-section{color:#fff;margin-top:4rem;display:block}}.footer-content{width:var(--section-width);max-width:var(--section-max-width);margin:0 auto}.footer{grid-template-columns:repeat(5,1fr);gap:2rem;padding:3rem 0;display:grid}.footer-col{flex-direction:column;row-gap:3rem;display:flex}.footer-link{font-size:1.4rem;font-weight:300;transition:color .2s linear}.footer-link:hover{color:var(--light-main-color)}.footer-brand{grid-column:span 2;gap:4rem}.footer-contact{flex-direction:column;display:flex}.footer-contact-row{align-items:center;column-gap:2rem;transition:color .2s linear;display:flex}a.footer-contact-row:hover{color:var(--light-main-color)}.footer-contact-row:not(:first-child){padding-top:2rem}.footer-contact-row:not(:last-child){border-bottom:.2rem solid var(--light-main-color);padding-bottom:2rem}.footer-contact-row>svg{min-width:2.4rem;font-size:2.4rem}.footer-contact-row>p{font-size:1.4rem;font-weight:300}.footer-social{justify-content:space-evenly;display:flex}.footer-social-element{font-size:3rem;transition:color .2s linear}.footer-social-element:hover{color:var(--light-main-color)}.footer-trust{justify-content:center;align-items:center;column-gap:1rem;display:flex}.footer-trust-image{width:17rem;display:flex}.footer-trust-image>img{width:100%}.footer-trust-body{flex-direction:column;width:calc(100% - 18rem);font-size:1.4rem;display:flex}.footer-trust-body>span{color:var(--light-grey);font-weight:300}.footer-copy{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.footer-copy-brand{width:10%;display:flex}.footer-copy-brand>img{width:100%}.footer-copy>p{font-size:1.4rem;font-weight:300}
.product-card-v2{background-color:#fff;border:.1rem solid #00000026;border-radius:1rem;width:100%;display:flex;position:relative}.product-card-v2-imgs{flex-direction:column;justify-content:center;align-items:center;width:25%;padding:1rem 0;display:flex;position:relative}.product-card-v2-img{aspect-ratio:1;width:100%;display:flex;position:relative}.product-card-v2-img>img{aspect-ratio:1;object-fit:contain;width:100%}.product-card-v2-recommended{color:#fff;background-color:var(--main-color);border-top-right-radius:1rem;border-bottom-left-radius:1rem;align-items:center;padding:.5rem 1rem;display:flex;position:absolute;bottom:-.1rem;left:-.1rem}@keyframes card-ribbon-v2{0%{scale:1}50%{scale:1.05}to{scale:1}}.product-card-v2-ribbon{font-weight:700;animation-name:card-ribbon-v2;animation-duration:1s;animation-iteration-count:infinite}.product-card-v2-attributes{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;row-gap:1rem;width:30%;padding:1rem;display:flex}.product-card-v2-brand{width:65%;display:flex}.product-card-v2-brand>img{aspect-ratio:4;object-fit:contain;width:100%}.product-card-v2-attributes-list,.product-card-v2-btns{flex-direction:column;row-gap:1rem;display:flex}.product-card-v2-btn{color:#fff;background-color:var(--soft-dark-main-color);cursor:pointer;border-radius:2rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:1.4rem;font-weight:300;line-height:100%;transition:color .2s linear,background-color .2s linear;display:flex}.product-card-v2-btn:hover{color:#fff;background-color:var(--main-color)}.product-card-v2-data{color:#fff;background-color:var(--dark-main-color);border-top-right-radius:1rem;border-bottom-right-radius:1rem;grid-template-columns:repeat(5,1fr);grid-template-areas:"titl titl titl titl titl""info info info tags tags""form form form form form";width:45%;max-width:50rem;padding:1rem 0 1rem 1rem;display:grid}.product-card-v2-name{text-transform:uppercase;flex-direction:column;grid-area:titl;row-gap:1rem;margin-bottom:1rem;padding-right:1rem;display:flex}.product-card-v2-name>p{font-size:2rem;font-weight:500}.product-card-v2-name>span{font-size:1.6rem;font-weight:300}.product-card-v2-info{flex-direction:column;grid-area:info;row-gap:.5rem;padding-right:1rem;display:flex}.product-card-v2-prices{flex-direction:column;row-gap:1rem;display:flex}.product-card-v2-price-group{flex-direction:column;row-gap:.5rem;display:flex}.product-card-v2-text{font-size:1.2rem;font-weight:300;line-height:100%}.product-card-v2-text>span{color:var(--yellow)}.product-card-v2-price{letter-spacing:.1rem;color:var(--light-grey);font-size:1.6rem;font-weight:400;line-height:100%}.product-card-v2-price.offer{letter-spacing:.1rem;color:#fff;font-size:2.8rem;font-weight:500;line-height:100%}.product-card-v2-price.offer-4x3{letter-spacing:.1rem;color:var(--light-main-color);font-size:3.4rem;font-weight:500;line-height:100%}.product-card-v2-price>span{font-size:1rem}.product-card-v2-price.offer>span{font-size:1.2rem}.product-card-v2-special-price{font-size:1.4rem;font-weight:300;line-height:100%}.product-card-v2-special-price>span{color:var(--yellow);font-weight:400}.product-card-v2-addons{background-color:var(--soft-dark-main-color);text-align:center;cursor:pointer;border-radius:1.5rem;align-self:center;margin-top:auto;padding:.7rem 1.5rem;font-size:1.4rem;line-height:100%;transition:background-color .1s linear}.product-card-v2-addons:hover{background-color:var(--main-color)}.product-card-v2-form{grid-area:form;align-items:center;margin-top:auto;padding-right:1rem;display:flex}.product-card-v2-input{width:50%;padding:0 5%;display:flex}.product-card-v2-input>button{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;transition:color .2s linear,background-color .2s linear;display:flex}.product-card-v2-input>button:hover{color:var(--dark-main-color);background-color:#fff}.product-card-v2-input>input{text-align:center;background-color:#0000;width:50%}.product-card-v2-input>input[type=number]{appearance:textfield;-webkit-appearance:none;-moz-appearance:textfield;margin:0}.product-card-v2-input>input::-webkit-outer-spin-button{appearance:textfield;-webkit-appearance:none;-moz-appearance:textfield;margin:0}.product-card-v2-input>input::-webkit-inner-spin-button{appearance:textfield;-webkit-appearance:none;-moz-appearance:textfield;margin:0}.product-card-v2-submit{background-color:var(--main-color);cursor:pointer;border-radius:2rem;align-items:center;column-gap:.5rem;width:50%;padding:.5rem 1rem;transition:background-color .1s linear;display:flex}.product-card-v2-submit:hover{background-color:var(--soft-dark-main-color)}.product-card-v2-submit>p{flex-grow:1;font-size:1.4rem}.product-card-v2-tags{flex-direction:column;grid-area:tags;align-items:flex-end;row-gap:1rem;display:flex}.product-card-v2-tag{background-color:var(--main-color);border-top-left-radius:.3rem;border-bottom-left-radius:.3rem;align-items:center;column-gap:.5rem;min-width:11rem;padding:.5rem .7rem;display:flex}.product-card-v2-tag>svg{width:1.8rem;font-size:1.8rem}.product-card-v2-tag>p{flex-grow:1;font-size:1.4rem;font-weight:300}.product-card-v2-offer{width:7.5%;display:flex;position:absolute;top:1rem;left:1rem}.product-card-v2-offer>img{aspect-ratio:1;object-fit:contain;width:100%}.product-card-v2-contact{justify-content:center;width:100%;display:flex}.product-card-v2-contact-button{background-color:var(--main-color);cursor:pointer;border-radius:2rem;justify-content:center;align-items:center;width:50%;padding:.5rem 1rem;transition:background-color .1s linear;display:flex;position:relative}.product-card-v2-contact-button:hover{background-color:var(--soft-dark-main-color)}.product-card-v2-contact-button>svg{position:absolute;left:1rem}.product-card-v2-contact-button>p{flex-grow:1;font-size:1.4rem}
.product-list-container{flex-direction:column;justify-content:flex-start;display:flex}.product-list{grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;display:grid}.product-list-empty{justify-content:center;align-items:center;column-gap:2rem;width:100%;padding:5rem 0;display:flex}.product-list-empty>svg{font-size:5.6rem}.product-list-empty-data{flex-direction:column;justify-content:center;align-items:center;row-gap:1rem;display:flex}.product-list-empty-data:not(.message)>p{text-align:center;font-size:2rem}.product-list-empty-data.message>p{text-align:center;font-size:2.4rem;font-weight:500}.product-list-empty-data:not(.message)>span{font-size:2.4rem;font-weight:500}.product-list-empty-data.message>span{font-size:2rem}
.results-grid{grid-template-columns:1fr 4fr;grid-template-areas:"filter search""filter result""xxxxxx result""xxxxxx pgtion";gap:5rem;max-width:130rem;margin:0 auto;display:grid}.results-grid.search{grid-template-areas:"filter result""filter result""xxxxxx result""xxxxxx pgtion"}.area-result{grid-area:result}.area-search{grid-area:search}.area-filter{grid-area:filter}.area-pgtion{grid-area:pgtion}
.page-spinner-container{min-height:100vh;z-index:var(--spinner-index);background-color:#fff;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fixed-spinner-container{-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);z-index:var(--spinner-index);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.fixed-spinner-container.fixed{position:fixed}.element-spinner-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.absolute-spinner-container{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.page-spinner{width:88px;height:88px;animation:5.6s infinite spinner-plncf9;display:grid}.page-spinner:before,.page-spinner:after{content:"";mix-blend-mode:darken;border:14.1px solid #001a70;border-color:#001a70 #001a70 #0000 #0000;border-radius:50%;grid-area:1/1;animation:1.4s linear infinite spinner-plncf9}.page-spinner:after{border-color:#0000 #0000 #699bf7 #699bf7;animation-direction:reverse}.page-spinner.tiny{width:44px;height:44px}.page-spinner.tiny:before,.page-spinner.tiny:after{border-width:7.05px}@keyframes spinner-plncf9{to{transform:rotate(1turn)}}.brand-spinner{padding:29vh 0}.offices-spinner{padding:20rem 0}.order-spinner{padding:15rem 0}.faq-spinner{padding:29vh 0}.tracking-spinner{padding:10rem 0}@media only screen and (min-width:768px){.generated-spinner{padding:20rem 0}}
.page-404{flex-direction:column;align-items:center;gap:2rem 0;display:flex}@media only screen and (min-width:768px){.page-404{flex-direction:row;justify-content:center;gap:0 4rem}}.page-404-img{width:50%;display:flex}@media only screen and (min-width:768px){.page-404-img{width:30%;max-width:40rem}}.page-404-img>img{width:100%}.page-404-text{flex-direction:column;align-items:center;gap:1rem 0;width:80%;display:flex}@media only screen and (min-width:768px){.page-404-text{gap:2rem 0;width:50%;max-width:40rem}}.page-404-text>p{text-align:center;font-size:2.4rem;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.page-404-text>p{font-size:2.8rem}}.page-404-text>span{text-align:center;color:var(--light-main-color);font-size:1.8rem;line-height:100%}@media only screen and (min-width:768px){.page-404-text>span{font-size:2rem}}.section-404{margin:var(--section-margin);width:var(--section-width);max-width:var(--section-max-width)}@media only screen and (min-width:768px){.section-404{margin-top:7rem}}
.product-addons-modal{width:80%;height:80%;box-shadow:var(--hud-shadow);background-color:#fff;border-radius:2rem;flex-direction:column;row-gap:2rem;padding:1.5rem 2rem;display:flex;position:relative}@media only screen and (min-width:768px){.product-addons-modal{width:40%;max-width:60rem;padding:1.5rem 6rem}}.product-addons-close{color:#fff;background-color:var(--secondary-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.4rem;line-height:80%;transition:background-color .2s;display:flex;position:absolute;top:1rem;right:1.5rem}@media only screen and (min-width:768px){.product-addons-close{width:3rem;height:3rem;font-size:2rem;top:1.5rem;right:2rem}}.product-addons-close:hover{background-color:var(--dark-secondary-color)}.product-addons-title{text-align:center;font-size:1.8rem;font-weight:500;line-height:100%}.product-addons-product{text-align:center;color:var(--main-color);margin-top:-1rem;font-size:1.4rem;font-weight:300}.product-addons-select{flex-direction:column;display:flex}.product-addons-select>label{margin-bottom:.3rem;margin-left:.5rem;font-size:1.4rem;font-weight:300;line-height:100%}.product-addons-select>select{border:.15rem solid var(--dark-main-color);cursor:pointer;background-color:#0000;border-radius:.5rem;padding:.5rem 1rem}.product-addons-results{flex-direction:column;flex-grow:1;row-gap:1rem;display:flex;overflow:hidden}.product-addons-results>p{border-bottom:.15rem solid var(--dark-main-color);padding-bottom:.5rem;line-height:100%}.product-addons-elements{flex-direction:column;flex-grow:1;row-gap:1rem;display:flex;overflow-y:auto}.product-addons-elements::-webkit-scrollbar{width:.3rem}@media only screen and (min-width:768px){.product-addons-elements::-webkit-scrollbar{width:.7rem}}.product-addons-elements::-webkit-scrollbar-thumb{background-color:var(--light-grey);border-radius:1rem}.product-addons-elements::-webkit-scrollbar-thumb:hover{background-color:var(--main-color)}.product-addons-element{border:.1rem solid var(--dark-main-color);border-radius:.5rem;align-items:center;gap:.5rem;padding:.3rem;display:flex}.product-addons-img{border-radius:.5rem;flex-shrink:0;width:35%;display:flex;overflow:hidden}.product-addons-img>img{aspect-ratio:3/2;object-fit:contain;width:100%}.product-addons-data{flex-direction:column;flex-grow:1;width:auto;display:flex}.product-addons-data>p{margin-bottom:.5rem;font-size:1.4rem;line-height:100%}.product-addons-row{display:flex}.product-addons-row>p{flex-shrink:0;font-size:1.2rem}.product-addons-row>p:first-child{width:55%;font-weight:300}.product-addons-row>p:last-child{width:45%}.product-addons-elements-disabled{height:100%;color:var(--main-color);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media only screen and (min-width:768px){.product-addons-elements-disabled{text-align:start;flex-direction:row}}.product-addons-elements-disabled>svg{flex-shrink:0;width:8rem}@media only screen and (min-width:768px){.product-addons-elements-disabled>svg{width:6rem}}.product-addons-elements-disabled>p{flex-shrink:1}.product-addons-elements-empty{height:100%;color:var(--secondary-color);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media only screen and (min-width:768px){.product-addons-elements-empty{text-align:start;flex-direction:row}}.product-addons-elements-empty>svg{flex-shrink:0;width:8rem;font-size:8rem}@media only screen and (min-width:768px){.product-addons-elements-empty>svg{width:6rem;font-size:6rem}}.product-addons-elements-empty>p{flex-shrink:1}
.order-confirmation-section{flex-direction:column;flex-grow:1;display:flex}.order-confirmation{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;row-gap:2rem;display:flex}.order-confirmation-element{flex-direction:column;align-items:center;column-gap:2rem;display:flex}@media only screen and (min-width:768px){.order-confirmation-element{flex-direction:row;column-gap:4rem;width:70%;max-width:75rem;margin:0 auto}}.order-confirmation-element>svg{color:var(--green);flex-shrink:0;font-size:8rem}@media only screen and (min-width:768px){.order-confirmation-element>svg{font-size:16rem}}.order-confirmation-element>svg.error{color:var(--secondary-color)}.order-confirmation-element-body{flex-direction:column;flex-grow:1;justify-content:center;row-gap:2rem;display:flex}.order-confirmation-element-body>p{font-size:2rem;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.order-confirmation-element-body>p{font-size:3.2rem}}.order-confirmation-links{flex-direction:column;row-gap:1rem;width:100%;display:flex}@media only screen and (min-width:768px){.order-confirmation-links{flex-direction:row;justify-content:center;column-gap:1rem}}.order-confirmation-link{background-color:var(--light-grey);color:#fff;text-align:center;cursor:pointer;border-radius:.5rem;padding:1rem 2rem;font-size:2rem;line-height:100%;transition:background-color .2s}@media only screen and (min-width:768px){.order-confirmation-link{padding:.5rem 2rem}}.order-confirmation-link:hover{background-color:var(--grey)}.order-confirmation-link.main{background-color:var(--main-color)}.order-confirmation-link.main:hover{background-color:var(--dark-main-color)}.order-confirmation-link.green{background-color:var(--green)}.order-confirmation-link.green:hover{background-color:var(--dark-green)}.order-confirmation-modal{width:80%;box-shadow:var(--hud-shadow);background-color:#fff;border-radius:2rem;flex-direction:column;gap:2rem;padding:1.5rem 2rem;display:flex;position:relative}.order-confirmation-modal .selected-date-container{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.order-confirmation-modal .selected-date-container .selected-date{text-align:center;color:var(--main-color);font-size:1.8rem}.order-confirmation-modal.checkout-2,.order-confirmation-modal.order{min-height:400px}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section{flex-direction:column;display:flex}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section>p{color:var(--main-color);text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section .disclaimer .mobile{background-color:#edf5fa;border:1px solid #11111163;border-radius:1rem;flex-direction:column;justify-content:space-around;gap:1rem;padding:1rem;display:flex}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section .disclaimer .mobile .icons-container{justify-content:center;gap:3rem;display:flex}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section .disclaimer .mobile .icons-container .icon{width:30px;height:auto}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section .disclaimer .mobile .icons-container .icon>*{width:100%;height:100%}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section .disclaimer .mobile .blue{color:var(--main-color)}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section .disclaimer .desktop{background-color:#edf5fa;border:1px solid #11111163;border-radius:1rem;justify-content:space-around;gap:1rem;padding:1rem;display:none}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section .disclaimer .desktop .icon{width:100px;height:auto}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section .disclaimer .desktop .icon>*{width:100%;height:100%}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section .disclaimer .desktop .blue{color:var(--main-color)}@media only screen and (min-width:700px){:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section .disclaimer .desktop{display:flex}:is(.order-confirmation-modal.checkout-2,.order-confirmation-modal.order)>.upper-section .disclaimer .mobile{display:none}}.order-confirmation-modal>p{color:var(--main-color);font-size:1.8rem;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.order-confirmation-modal>p{text-align:center}}.order-confirmation-close{color:#fff;background-color:var(--secondary-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.4rem;line-height:80%;transition:background-color .2s;display:flex;position:absolute;top:1rem;right:1.5rem}@media only screen and (min-width:768px){.order-confirmation-close{width:3rem;height:3rem;font-size:2rem;top:1.5rem;right:2rem}}.order-confirmation-modal-separator{border-top:var(--input-border);margin:.5rem 0}.order-confirmation-modal-body{flex-direction:column;row-gap:1rem;display:flex}.order-confirmation-modal-body>button{color:#fff;background-color:var(--main-color);border-radius:.5rem;margin-top:2rem;padding:1rem;font-size:1.8rem;transition:background-color .2s}.order-confirmation-modal-body>button:not(:disabled){cursor:pointer}.order-confirmation-modal-body>button:hover{background-color:var(--dark-main-color)}.order-confirmation-modal-body>button:disabled{background-color:var(--light-main-color)}.order-confirmation-modal-select{flex-direction:column;display:flex}.order-confirmation-modal-select>label{margin-bottom:.3rem;margin-left:.5rem;font-size:1.4rem;font-weight:300;line-height:100%}.order-confirmation-modal-select>select{border:.15rem solid var(--dark-main-color);cursor:pointer;background-color:#0000;border-radius:.5rem;padding:.5rem 1rem}.order-confirmation-modal-status{text-align:center;color:var(--main-color);margin:1.5rem 0;font-size:1.8rem;font-weight:500;line-height:100%}.order-confirmation-modal-status.error{color:var(--secondary-color)}.dispatch-coordination-modal{width:80%;box-shadow:var(--hud-shadow);background-color:#fff;border-radius:2rem;flex-direction:column;row-gap:2rem;padding:1.5rem 2rem;display:flex;position:relative}.order-confirmation-modal-body>table{grid-area:calendar;width:100%}.order-confirmation-modal-body>table .calendar-agenda-date{cursor:pointer;text-align:center;border-radius:1rem;width:30px;height:30px;padding:.8rem;transition:background .15s}.order-confirmation-modal-body>table .calendar-agenda-date:hover,.order-confirmation-modal-body>table .calendar-agenda-date.selected{background-color:var(--main-color);color:var(--input-grey)}.order-confirmation-modal-body>table .calendar-agenda-date.no-intervals{cursor:default;color:var(--input-grey)}.order-confirmation-modal-body>table .calendar-agenda-date.no-intervals:hover{background-color:#0000}.schedule-intervals{grid-area:intervals;width:100%}.schedule-intervals .title{text-align:center;margin:0;font-size:1.8rem}.schedule-intervals .intervals-grid{grid-template-columns:1fr 1fr;justify-items:center;gap:1rem;margin-top:1rem;display:grid}.schedule-intervals .intervals-grid .unselected{text-align:center;width:100%}.schedule-intervals .intervals-grid .intervals-hour{cursor:pointer;border:1px solid #7b7b7b;border-radius:1rem;width:fit-content;padding:.5rem 1rem;font-size:1.5rem;transition:background .15s;position:relative;overflow:hidden}.schedule-intervals .intervals-grid .intervals-hour>.tag{color:#000000c4;letter-spacing:1px;opacity:.6;align-content:center;justify-items:center;width:100%;height:100%;font-size:2rem;font-weight:900;display:grid;position:absolute;top:0;left:0;transform:rotate(-15deg)}.schedule-intervals .intervals-grid .intervals-hour.no-available{cursor:default;color:#fff;background-color:#d1d1d1}.schedule-intervals .intervals-grid .intervals-hour.no-available:hover,.schedule-intervals .intervals-grid .intervals-hour.no-available.selected{color:#fff;background-color:#d1d1d1}.schedule-intervals .intervals-grid .intervals-hour.readonly{cursor:default;color:#000000c4;background-color:#fff}.schedule-intervals .intervals-grid .intervals-hour.readonly:hover{color:#000000c4;background-color:#fff}.schedule-intervals .intervals-grid .intervals-hour:hover,.schedule-intervals .intervals-grid .intervals-hour.selected{background-color:var(--main-color);color:var(--input-grey)}.schedule-calendar-nav{gap:1rem;margin:auto;display:flex}.schedule-calendar-nav>.nav-month-button{background-color:var(--main-color);color:#fff;border-radius:40%;width:30px;height:30px;padding:.1rem;font-size:2rem;transition:background .15s}.schedule-calendar-nav>.nav-month-button:hover{cursor:pointer;background-color:var(--dark-main-color)}.schedule-calendar-nav>.nav-month-display{text-align:center;border:1px solid #0000006e;border-radius:1rem;align-items:center;height:30px;margin-bottom:1.5rem;padding:0 1.5rem;font-size:2.3rem;display:flex}.schedule-calendar-nav>.nav-month-display>.current-month{min-width:150px}.schedule-calendar-nav>.nav-month-display>.current-year{color:#0000008e;font-size:1.5rem}.schedule-buttons{flex-direction:column;grid-area:buttons;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.schedule-buttons .disclaimer{color:var(--dark-main-color);margin-top:1rem;font-size:1.8rem;font-weight:700}.schedule-buttons .contact-disclaimer{flex-direction:column;align-items:center;width:100%;display:flex}.schedule-buttons button,.schedule-buttons a{cursor:pointer;background-color:var(--main-color);color:#fff;border:1px solid #0000;border-radius:1rem;width:100%;padding:.6rem 1rem;font-size:2rem}:is(.schedule-buttons button,.schedule-buttons a).contact{text-align:center;background-color:var(--green);cursor:pointer}:is(.schedule-buttons button,.schedule-buttons a):disabled{cursor:default;color:var(--light-grey);border:1px solid var(--light-grey);background-color:#fff}@media only screen and (min-width:768px){.dispatch-coordination-modal{width:30%;max-width:50rem;padding:3rem 6rem}}@media only screen and (min-width:900px){.order-confirmation-modal-body{grid-template-columns:1fr 1fr;grid-template-areas:"calendar intervals""buttons buttons";gap:1rem;display:grid}.order-confirmation-modal{width:800px;max-width:80%}.order-confirmation-modal .intervals-grid{grid-template-columns:1fr 1fr 1fr;width:fit-content;margin:1rem auto auto}.schedule-buttons{flex-direction:row-reverse;gap:8rem;margin-top:5rem;display:flex}.schedule-buttons .contact-disclaimer{position:relative}.schedule-buttons .contact-disclaimer .disclaimer{margin:0;position:absolute;top:-25px}}
.search-suggestions{flex-direction:column;row-gap:1rem;margin-top:2rem;display:flex;overflow-y:auto}@media only screen and (min-width:768px){.search-suggestions{z-index:var(--header-index);background-color:#fff;border-radius:1.5rem;row-gap:0;margin-top:1rem;display:none;position:absolute;top:100%;left:0;right:0}.search-suggestions.active{border:var(--input-border);box-shadow:0 .2rem .5rem .2rem #0000001a}}.search-suggestion{background-color:#fff;border-radius:1rem;width:100%;padding:.5rem;display:flex}@media only screen and (min-width:768px){.search-suggestion{cursor:pointer;background-color:#0000;border-radius:0;padding:0;transition:background-color .2s}.search-suggestion:hover{background-color:var(--soft-main-color)}.search-suggestion:not(:last-child){border-bottom:var(--input-border)}}.search-suggestion-img{flex-shrink:0;width:30%;display:flex}@media only screen and (min-width:768px){.search-suggestion-img{width:25%;max-width:9rem}}.search-suggestion-img>img{aspect-ratio:1;object-fit:contain;mix-blend-mode:darken;width:100%}.search-suggestion-body{flex-direction:column;flex-grow:1;justify-content:space-between;display:flex}@media only screen and (min-width:768px){.search-suggestion-body{padding:1rem 1rem 1rem 0}}.search-suggestion-name{width:100%;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.search-suggestion-name{font-size:1.4rem;font-weight:400;transition:color .2s}.search-suggestion:hover .search-suggestion-name{color:var(--main-color)}}.search-suggestion-data{flex-direction:column;row-gap:.5rem;display:flex}.search-suggestion-sku{color:var(--light-grey);font-size:1.4rem;font-weight:300;line-height:100%}@media only screen and (min-width:768px){.search-suggestion-sku{font-size:1.2rem}}.search-suggestion-price{color:var(--dark-main-color);font-weight:500;line-height:100%}@media only screen and (min-width:768px){.search-suggestion-price{font-size:1.4rem;font-weight:400}}.search-suggestions-nav{color:#fff;background-color:var(--main-color);border-radius:2rem;justify-content:center;align-items:center;column-gap:3rem;padding:.7rem 0;transition:background-color .2s;display:flex}@media only screen and (min-width:768px){.search-suggestions-nav{cursor:pointer;border-radius:0;padding:.5rem 0}.search-suggestions-nav:hover{background-color:var(--dark-main-color)}}.search-suggestions-nav:disabled{background-color:var(--light-main-color)}.search-suggestions-nav>svg{font-size:2rem}@media only screen and (min-width:768px){.search-suggestions-nav>svg{font-size:1.6rem}}.search-suggestions-nav>p{font-size:1.8rem;line-height:100%}@media only screen and (min-width:768px){.search-suggestions-nav>p{font-size:1.4rem}}input:focus~.search-suggestions{display:flex}
.order-tracking-form{border:var(--input-border);border-radius:.5rem;margin:2rem auto 0;display:flex;overflow:hidden}@media only screen and (min-width:768px){.order-tracking-form{width:75%;max-width:100rem}}.order-tracking-form>input{text-align:center;flex-grow:1;padding:1rem 1.5rem}.order-tracking-form>button{color:#fff;background-color:var(--main-color);cursor:pointer;align-items:center;column-gap:.5rem;padding:0 1rem;transition:background-color .2s;display:flex}.order-tracking-form>button:disabled{background-color:var(--light-main-color)}.order-tracking-form>button:not(:disabled):hover{cursor:pointer;background-color:var(--dark-main-color)}.order-tracking-form>button>svg{font-size:2rem}.order-tracking-form>button>p{line-height:100%}.order-tracking-info{text-align:center;color:var(--main-color);margin:1rem auto 0;font-size:2rem;font-weight:300}@media only screen and (min-width:768px){.order-tracking-info{width:40rem}}.order-tracking-info.error{color:var(--secondary-color)}.order-tracking-section{flex-direction:column;row-gap:3rem;display:flex}@media only screen and (max-width:767px){.order-tracking-section{margin-top:5rem}}@media only screen and (min-width:768px){.order-tracking-section{width:75%;max-width:100rem;margin:0 auto}}
.event-nav{align-items:center;width:100%;display:flex}.event-nav-element{color:var(--dark-main-color);border:.2rem solid var(--dark-main-color);justify-content:center;align-items:center;width:50%;padding:.7rem 0;font-size:1.8rem;font-weight:500;line-height:100%;transition:color .1s linear,background-color .1s linear;display:flex}.event-nav-element:first-child{border-right:.1rem solid var(--dark-main-color);border-top-left-radius:1rem;border-bottom-left-radius:1rem}.event-nav-element:last-child{border-left:.1rem solid var(--dark-main-color);border-top-right-radius:1rem;border-bottom-right-radius:1rem}.event-nav-element.active{color:#fff;background-color:var(--dark-main-color)}.event-section{max-width:130rem}.event-banner{aspect-ratio:5/2;object-fit:contain;border-radius:1.5rem;width:100%;display:flex;overflow:hidden}@media only screen and (min-width:768px){.event-banner{aspect-ratio:5;object-fit:contain}}.event-banner>img{width:100%}@media only screen and (min-width:768px){.event-intro{font-size:1.8rem;line-height:140%}.event-intro:first-letter{margin-left:3rem}}.event-title{letter-spacing:.05rem;color:var(--dark-main-color);border-bottom:.1rem solid var(--dark-main-color);width:100%;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.8rem;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.event-title{margin-bottom:3rem;font-size:2.2rem}}.event-brands-container{overflow:hidden}.event-brands{-ms-overflow-style:none;scrollbar-width:none;grid-template-rows:repeat(2,1fr);grid-auto-columns:minmax(9rem,33%);grid-auto-flow:column;gap:2rem 1.5rem;display:grid;overflow-y:auto}@media only screen and (min-width:768px){.event-brands{grid-auto-columns:minmax(25rem,33%)}}.event-brands::-webkit-scrollbar{display:none}.event-brand{aspect-ratio:5/2;object-fit:contain;display:flex}.event-brand>img{object-fit:contain;width:100%}.event-steps{flex-direction:column;row-gap:1rem;display:flex}@media only screen and (min-width:768px){.event-steps{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}}.event-step{display:flex;position:relative}.event-step-number{z-index:2;aspect-ratio:1;width:20%;color:var(--dark-main-color);border:.1rem solid var(--dark-main-color);background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2.8rem;font-weight:500;line-height:100%;display:flex}@media only screen and (min-width:768px){.event-step-number{width:15%}}.event-step-body{color:#fff;background-color:var(--dark-main-color);border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;flex-grow:1;width:90%;height:100%;padding:.7rem .5rem .7rem calc(10% + .5rem);display:flex;position:absolute;left:10%}@media only screen and (min-width:768px){.event-step-body{padding:1rem .7rem 1rem calc(7.5% + .7rem);left:7.5%}}.event-step-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;width:100%;font-weight:500;line-height:100%;display:-webkit-box;overflow:hidden}@media only screen and (min-width:768px){.event-step-title{font-size:1.8rem}}.event-step-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;margin-top:auto;margin-bottom:auto;font-size:1.4rem;line-height:100%;display:-webkit-box;overflow:hidden}@media only screen and (min-width:768px){.event-step-description{font-size:1.6rem}}.event-faqs{flex-direction:column;row-gap:1rem;display:flex}.event-faq{border:.2rem solid var(--dark-main-color);border-radius:.5rem;flex-direction:column;display:flex;overflow:hidden}@media only screen and (min-width:768px){.event-faq{transition:border-color .3s}.event-faq:has(.event-faq-header:hover,.event-faq-header.open){border-color:var(--main-color)}}.event-faq-header{color:#fff;background-color:var(--dark-main-color);border:.1rem solid var(--dark-main-color);align-items:center;column-gap:1rem;padding:.5rem 1rem;display:flex}@media only screen and (min-width:768px){.event-faq-header{cursor:pointer;transition:background-color .3s,border-color .3s}.event-faq-header:is(:hover,.open){background-color:var(--main-color);border-color:var(--main-color)}}.event-faq-header>p{-webkit-line-clamp:1;-webkit-box-orient:vertical;flex-grow:1;width:100%;display:-webkit-box;overflow:hidden}.event-faq-header>svg{flex-shrink:0;transition:transform .3s;transform:rotate(0)}.event-faq-header.open>svg{transform:rotate(180deg)}.event-faq-body{height:0;transition:height .3s}.event-faq-body>p{white-space:pre-line;padding:1.5rem 1rem 1rem}.event-form{border:2px solid var(--main-color);border-radius:1.5rem;flex-direction:column;gap:1rem;min-width:100%;margin:0 auto;padding:1rem;display:flex}.event-form-row{grid-template-columns:1fr;gap:1rem;display:grid}.event-form-buttons{flex-direction:column;align-items:center;gap:1rem;padding:1rem 2rem;display:flex}.event-subscribe-button{background-color:var(--main-color);color:#fff;cursor:pointer;border-radius:.7rem;width:300px;padding:.5rem 1rem;transition:background .12s}.event-subscribe-button:hover{background-color:var(--light-main-color)}.event-subscribe-button:disabled{cursor:default;background-color:#aaa}@media only screen and (min-width:768px){.event-form{border:2px solid var(--main-color);border-radius:1.5rem;flex-direction:column;gap:2rem;min-width:300px;max-width:75%;margin:0 auto;padding:2rem;display:flex}.event-form-row{grid-template-columns:1fr 1fr;gap:3rem}}
.social-title{letter-spacing:.1rem;text-align:center;color:var(--main-color);font-size:2.4rem;font-weight:500;line-height:100%}.social-medias{justify-content:space-evenly;align-items:center;margin-top:2rem;display:flex}.social-medias>a{color:var(--light-main-color);font-size:5rem;transition:color .3s}@media only screen and (min-width:768px){.social-medias>a{font-size:8rem}}.social-medias>a:hover{color:var(--main-color)}
.page-construction-modal{background-color:#fff;border-radius:.5rem;flex-direction:column;align-items:center;padding:2rem;display:flex}@media only screen and (min-width:768px){.page-construction-modal{width:25%;max-width:50rem;padding:2rem}}.page-construction-image{width:50%;max-width:15rem;margin-top:0;margin-bottom:2rem;display:flex}.page-construction-image>img{width:100%}.page-construction-title{text-align:center;color:var(--dark-main-color);margin:.5rem 0;padding:0;font-size:1.6rem}.page-construction-text{text-align:center;text-transform:uppercase;color:var(--black);margin:.5rem 0;font-size:1.4rem}.page-construction-btns{flex-direction:row;column-gap:1rem;padding:0;display:flex}.page-construction-btn{background-color:var(--grey);color:#fff;cursor:pointer;border-radius:.5rem;flex:1 1 0;margin-left:0;margin-right:0;padding:1rem .5rem;font-size:1.6rem;line-height:100%;transition:filter .2s}.page-construction-btn:hover{filter:brightness(.9)}.page-construction-btn.link{background-color:var(--main-color)}
.generated-element{background-color:#fff;border:.1rem solid #0000;border-radius:.5rem;column-gap:1rem;padding:1rem .2rem;display:flex}.generated-element.error{border-color:var(--dark-secondary-color)}@media only screen and (min-width:992px){.generated-element{border:.1rem solid var(--input-grey);border-radius:1rem;grid-template-columns:1fr 2fr repeat(3,1fr);align-items:center;padding:.5rem 1rem;display:grid;position:relative}}@media only screen and (max-width:991px){.generated-element:not(:last-child){border-bottom:.1rem solid var(--input-grey)}}.generated-element-imgs{flex-direction:column;justify-content:center;width:calc(30% - .5rem);display:flex}@media only screen and (min-width:992px){.generated-element-imgs{width:100%}}.generated-element-img{width:100%;display:flex}.generated-element-img>img{aspect-ratio:1;object-fit:contain;width:100%}.generated-element-brand-img{width:70%;margin:0 auto;display:flex}.generated-element-brand-img>img{aspect-ratio:4;object-fit:contain;width:100%}.generated-element-data{flex-direction:column;row-gap:.5rem;width:calc(70% - .5rem);display:flex}.generated-element-info{flex-direction:column;justify-content:space-between;align-items:flex-start;row-gap:.5rem;width:100%;display:flex}.generated-element-info-text{flex-direction:column;row-gap:.5rem;width:100%;display:flex}.generated-element-info-text>a{letter-spacing:.05rem;text-transform:uppercase;line-height:100%}.generated-element-info-text>span{color:var(--light-grey);font-size:1.4rem;font-weight:300;line-height:100%}.generated-element-info-prices{flex-direction:column;display:flex}.generated-element-info-price{margin-bottom:1rem;font-size:1.6rem;font-weight:500;line-height:100%}@media only screen and (min-width:992px){.generated-element-info-price{text-align:center;font-weight:400}}.generated-element-info-price:has(>span){font-weight:400}.generated-element-info-price>span{font-weight:500}.generated-element-info-fee{column-gap:.5rem;font-size:1.4rem;display:flex}@media only screen and (min-width:992px){.generated-element-info-fee{flex-direction:column;align-items:center}}.generated-element-info-fee>span{color:var(--grey);line-height:100%}.generated-element-info-fee>p{font-weight:500;line-height:100%}.generated-element-input{justify-content:space-between;align-items:center;width:100%;margin-top:auto;display:flex}.generated-element-input-qty{align-items:center;column-gap:.5rem;display:flex}@media only screen and (min-width:992px){.generated-element-input-qty{justify-content:center}}.generated-element-input-qty>svg{color:#fff;background-color:var(--dark-main-color);border-radius:50%;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;padding:.5rem;display:flex}@media only screen and (min-width:992px){.generated-element-input-qty>svg{cursor:pointer;color:var(--black);border:.1rem solid var(--input-grey);background-color:#0000;transition:background-color .2s linear,color .2s linear,border-color .2s linear}.generated-element-input-qty>svg:hover{color:#fff;background-color:var(--dark-main-color);border-color:var(--dark-main-color)}}.generated-element-input-qty>p{text-align:center;width:3.5rem;font-size:1.8rem;font-weight:300;line-height:100%}.generated-element-subtotal{flex-direction:column;align-items:center;row-gap:.5rem;display:flex}.generated-element-subtotal>:is(p,span){line-height:100%}.generated-element-subtotal>span{color:var(--main-color);font-weight:500}.generated-element-buttons{justify-content:flex-end;align-items:center;display:flex}.generated-element-alert-text{color:var(--dark-secondary-color);margin-right:auto;font-size:1.2rem}.generated-element-input-delete{color:var(--secondary-color);font-size:1.4rem;font-weight:400;line-height:100%}@media only screen and (min-width:992px){.generated-element-input-delete{cursor:pointer;transition:color .2s linear;position:absolute;bottom:1rem;right:1rem}.generated-element-input-delete:hover{color:var(--dark-secondary-color)}}.generated-element-input-delete:has(>svg){color:#fff;background-color:var(--secondary-color);border-radius:1.5rem;align-items:center;column-gap:.5rem;padding:.5rem 1rem;display:flex}.generated-element-input-delete>svg{font-size:1.6rem}.generated-element-input-delete>p{line-height:80%}.generated-element-info-total{text-align:center;font-weight:500;line-height:100%}

.file-uploader-container{border:.2rem dashed var(--input-grey);border-radius:.5rem;padding:1rem;transition:border-color .1s;position:relative}.file-uploader-container.is-dragging{border-color:var(--main-color)}.file-uploader-container>input{display:none}.file-uploader{border:.1rem solid #0000;border-radius:.5rem;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;transition:border-color .1s;display:grid}@media only screen and (min-width:768px){.file-uploader{grid-template-columns:repeat(4,1fr)}}.is-dragging .file-uploader{border-color:var(--main-color)}.file-uploader-file{aspect-ratio:1;width:100%;display:flex;position:relative}.file-uploader-file>img{aspect-ratio:1;object-fit:contain;width:100%}.file-uploader-file>button{color:#fff;background-color:var(--light-secondary-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:2rem;transition:background-color .1s;display:flex;position:absolute;top:-1rem;right:-1rem}.file-uploader-file>button:hover{background-color:var(--secondary-color)}.file-uploader-add{aspect-ratio:1;width:100%;color:var(--light-grey);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;row-gap:1rem;transition:color .1s;display:flex}@media only screen and (min-width:768px){.file-uploader-add{color:var(--input-grey)}}.file-uploader-add:hover{color:var(--main-color)}.file-uploader-add>div{border:.1rem solid var(--light-grey);border-radius:50%;justify-content:center;align-items:center;width:70%;height:70%;transition:border-color .1s;display:flex}@media only screen and (min-width:768px){.file-uploader-add>div{border:.1rem solid var(--input-grey)}}.file-uploader-add:hover>div{border-color:var(--main-color)}.file-uploader-add>div>svg{font-size:5rem;transition:color .1s}.file-uploader-placeholder{aspect-ratio:4;cursor:pointer;color:var(--light-grey);flex-direction:column;grid-column:1/5;justify-content:center;align-items:center;row-gap:1rem;transition:color .1s;display:flex}.is-dragging .file-uploader-placeholder{color:var(--main-color)}.file-uploader-placeholder>p{text-align:center;font-size:1.8rem}.file-uploader-placeholder>span{text-align:center;font-size:1.4rem;font-weight:500}.file-uploader-hover{color:#fff;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);background-color:#0000;flex-direction:column;justify-content:center;align-items:center;row-gap:1rem;transition:opacity .1s,visibility .1s,background-color .3s;display:flex;position:absolute;inset:0}.file-uploader-hover.is-dragging{opacity:1;visibility:visible;background-color:#0000004d}.file-uploader-hover>p{text-align:center;font-size:2.4rem}.file-uploader-hover>span{text-align:center;font-size:1.4rem;font-weight:500}
.self-management-banner{justify-content:center;align-items:center;gap:3rem;margin-top:2rem;display:flex}.self-management-banner>.logo{height:120px;min-height:80px}.self-management-banner>.title{border-left:1px solid #aaa;width:fit-content;margin:auto 0;padding:2rem}.self-management{width:80%;min-width:360px;max-width:900px;margin:3rem auto 15rem;position:relative}.self-management .subtitle{text-align:center;margin:1rem;font-size:2rem}.self-management .steps{gap:1rem;max-height:fit-content;display:flex}.self-management .steps .step{text-align:center;border-radius:1rem;flex-direction:column;justify-content:space-between;align-items:center;max-width:280px;height:340px;display:flex}.self-management .steps .step h4{font-size:3rem;font-weight:700}.self-management .steps .step h5{margin-bottom:.5rem;font-size:1.6rem}.self-management .steps .step figcaption{flex-direction:column;height:100%;padding:1rem;display:flex}.self-management .steps .step img{height:150px;padding:1rem}.self-management-inputs-container{flex-direction:column;gap:2.5rem;width:100%;display:flex}.self-management-inputs-container>label{text-wrap:nowrap;background-color:#fff;border:1px solid #aaa;border-radius:1rem;align-items:center;padding-left:1rem;font-size:1.8rem;font-weight:700;display:flex;overflow:hidden}.self-management-inputs-container>label>*{background-color:#fff0;width:100%;min-width:10ch;margin-left:1rem;font-weight:400}.self-management-inputs-container>label>button[type=submit]{background-color:var(--main-color);color:#fff;cursor:pointer;gap:.7rem;width:fit-content;margin-left:auto;padding:1rem;transition:background .15s;display:flex}.self-management-inputs-container>label>button[type=submit]:disabled{cursor:default;color:#fff;background-color:#aaa}.self-management-subtitle{text-align:center;justify-content:space-around;align-items:center;gap:2rem;width:100%;margin:1rem 0;display:flex}.self-management-results-table-container{border:1px solid var(--dark-main-color);border-radius:1rem;flex-direction:column;margin-top:2rem;padding:2rem;display:flex}.self-management-results-table-title{text-align:center}.self-management-results-table{border-spacing:0 10px}.self-management-table-details>button{text-align:center;color:#fff;cursor:pointer;background-color:#06ac3e;border-radius:1rem;max-width:200px;margin:auto;padding:.5rem 1rem;transition:background .3s}.self-management-table-details>button:hover{background-color:#067e2e}.self-management-results-table>tbody>tr>td{border-top:1px solid #c4c4c4;padding-top:1rem}.self-management-table-data.data{grid-area:a}.self-management-table-agenda.agenda{grid-area:b}.self-management-table-details.details{grid-area:c}.self-management-table-info{grid-template-areas:"a a b""c c c";width:100%;display:grid}.self-management-table-info>div{flex-direction:column;justify-content:center;gap:.3rem;display:flex}.self-management-table-info{cursor:pointer;border-radius:1rem;padding:2rem;transition:background .15s,color}.self-management-table-info:hover{background-color:#0d00ff33}.self-management-table-info.selected{background-color:var(--dark-main-color);color:#fff}.self-management-table-detailed{color:var(--dark-main-color);background-color:#fff;border-radius:1rem;padding:.5rem}.self-management-table-detailed.footer{color:#111;border-top:2px solid #aaa;border-radius:0;justify-content:space-between;width:100%;padding:1rem;display:flex}.self-management-table-detailed>table{width:100%}.self-management-table-detailed>table>thead>tr>th{border-bottom:1px solid #aaa}.self-management-table-detailed>table>thead>tr>th,.self-management-table-detailed>table>tbody>tr>td{text-align:left;padding:.3rem 1rem}.anchor-hidden{width:100%}.self-management-form-bottom{background-color:var(--dark-main-color);border-top:1px solid #aaa;gap:2rem;width:100%;min-height:110px;margin-top:2rem;padding:3rem;display:flex;position:fixed;bottom:0;left:0}.self-management-form-bottom>.self-management-inputs-container{flex-direction:row;width:auto;display:flex}.self-management-form-bottom>.self-management-inputs-container>label{text-wrap:nowrap;border:1px solid #aaa;border-radius:1rem;align-items:center;min-height:45px;padding-left:1rem;font-size:1.8rem;font-weight:700;display:flex;overflow:hidden}.print-pdf-btn{background-color:var(--main-color);color:#fff;cursor:pointer;border-radius:1rem;margin-left:auto;padding:1rem 3rem;font-size:2rem;transition:background .15s}.print-pdf-btn:disabled{cursor:default;background-color:#aaa}.self-management-reset-values{background-color:var(--runflat-tag-color);color:#fff;opacity:1;border-radius:1rem;gap:1rem;padding:.5rem .7rem;font-size:1.5rem;transition:opacity .15s;display:flex}.self-management-reset-values.hidden{opacity:.4}.self-management-table-data>span{min-width:50ch;font-size:1.8rem}.self-management-table-agenda{border:2px solid var(--dark-main-color);color:#111;background-color:#fff;border-radius:1rem;align-items:center;min-height:85px;margin-left:1rem;padding:1rem}.agenda-title{color:var(--main-color);font-weight:700}.agenda-title.none{color:var(--runflat-tag-color)}.no-data{text-align:center;font-size:1.7rem;font-style:italic}.self-management-detailed-nv-container{border:1px solid var(--dark-main-color);background-color:var(--dark-main-color);color:#fff;border-radius:1rem;flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.self-management-detailed-nv{justify-content:space-between;display:flex}.self-management-detailed-nv-title{text-align:center;border-bottom:1px solid #aaa;padding:1rem}.self-management-detailed-nv-info{flex-direction:column;justify-content:center;gap:.3rem;padding-right:1rem;font-size:1.8rem;display:flex}.self-management-detailed-nv-agenda{color:var(--dark-main-color);background-color:#fff;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.self-management-detailed-nv-agenda-data{text-align:center;flex-direction:column;gap:.3rem;display:flex}.self-management-detailed-nv-agenda-data>h4{color:var(--main-color)}.self-management-detailed-nv-agenda-data.none{color:var(--runflat-tag-color)}.self-management-loading-patente{text-align:center;background-color:#fff;border-radius:1rem;justify-content:center;align-items:center;margin:0 auto;padding:1rem;font-size:2rem;font-weight:700;display:flex}.missing-field{animation:1.5s infinite flash}.self-management-select-comuna{min-width:300px}.self-management-select-comuna>select{text-align:left;width:100%}@keyframes flash{0%{background-color:#fff}50%{background-color:#faf43e}to{background-color:#fff}}
.self-management-modal-exit-container{border-radius:1rem;width:40%;height:20%;display:flex;position:relative;overflow:hidden}.self-management-modal-exit-container .content{background-color:#fff;flex-direction:column;align-items:center;gap:3rem;width:100%;padding:2rem;display:flex}.self-management-modal-exit-container .content .title{margin-top:2rem;font-size:3rem}.self-management-modal-exit-container .content .exit-form{justify-content:space-around;width:100%;display:flex}.self-management-modal-exit-container .content .code-input{flex-direction:column;display:flex}.self-management-modal-exit-container .content .code-input input{border:1px solid #333;border-radius:1rem;padding:.5rem 1rem;transition:border .2s}.self-management-modal-exit-container .content .code-input input:hover,.self-management-modal-exit-container .content .code-input input:focus{border:1px solid var(--main-color);border-radius:1rem;padding:.5rem 1rem}.self-management-modal-exit-container .content .btn-submit{background-color:var(--main-color);color:#fff;cursor:pointer;border-radius:1rem;height:fit-content;margin-top:auto;padding:.8rem 1rem;transition:background .2s}.self-management-modal-exit-container .content .btn-submit:hover{background-color:var(--dark-main-color)}.self-management-modal-exit-container .content .btn-submit:disabled{cursor:default;background-color:var(--light-grey)}.self-management-modal-exit-container .btn-close{cursor:pointer;background-color:var(--runflat-tag-color);color:#fff;border-radius:0 0 0 1rem;padding:.5rem 1rem;position:absolute;right:0}

.maintenance_container{text-align:center;background-color:var(--dark-main-color);color:#fff;border-radius:1rem;flex-flow:column wrap;justify-content:space-around;align-items:center;gap:5rem;max-width:80%;margin:5rem auto auto;padding:4rem;display:flex;box-shadow:2px 2px 6px #2222226a}.maintenance_message{margin-top:5rem;font-size:35px}.maintenance_message>h4{color:#ccc;margin-top:1rem;font-size:25px;font-weight:100}.chn_logo{border-radius:1rem;max-width:150px;height:auto;transition:background .2s}.chn_logo:hover{background-color:#1900ff22}.chileneumaticos_logo_container{width:100%;max-width:400px;height:auto;padding:1rem}.chileneumaticos_logo{width:100%;height:auto}.redirect_container{justify-content:space-evenly;align-items:center;display:flex}
.partial-payment-modal{width:90%;max-width:900px;max-height:90%;box-shadow:var(--hud-shadow);background-color:#fff;border-radius:2rem;flex-direction:column;row-gap:2rem;padding:1.5rem 2rem;display:flex;position:relative;overflow-y:auto}.partial-payment-close{color:#fff;background-color:var(--secondary-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.4rem;line-height:80%;transition:background-color .2s;display:flex;position:absolute;top:1rem;right:1.5rem}@media only screen and (min-width:768px){.partial-payment-close{width:3rem;height:3rem;font-size:2rem;top:1.5rem;right:2rem}}.partial-payment-title{color:var(--dark-main-color);margin-bottom:1rem;font-size:1.8rem;font-weight:500;line-height:100%}@media only screen and (min-width:768px){.partial-payment-title{text-align:center}}.partial-payment-info{flex-direction:column;row-gap:.5rem;display:flex}.partial-payment-order-num{text-align:center;align-self:center;line-height:100%}.partial-payment-header{text-align:center;color:var(--main-color);border-top:var(--input-border);padding-top:1rem;font-size:1.8rem;font-weight:500;line-height:100%}.partial-payment-form{border:1px solid var(--main-color);border-radius:1rem;justify-content:center;padding:1rem;display:flex}.partial-payment-form-inputs{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:300px;display:flex}.abono-payment-amount-input{width:100%;margin-top:1rem}
.free-installation-container{display:flex}.free-installation-tac{color:var(--grey);flex-direction:column;gap:.5rem;margin:0 auto;font-size:1.4rem;display:flex}@media only screen and (min-width:768px){.free-installation-tac{font-size:1.6rem}}.free-installation-tac>ul{flex-direction:column;gap:.5rem;display:flex}.free-installation-tac ul>li{padding-left:1rem}
.services-section{scroll-behavior:smooth;position:relative;overflow:auto}.nav-header{z-index:1;background-color:#fff;border-top:1px solid #999;flex-direction:column;gap:2rem;width:100vw;padding:5rem .5rem 1rem;display:flex;position:absolute}.nav-header .nav-list{flex-flow:wrap;justify-content:center;gap:1rem;display:flex}.nav-header .nav-list li{font-size:1.3rem;text-decoration:underline}.bg-services-container{width:100vw;height:825px;position:absolute;top:0}.bg-services-container img{height:100%;position:absolute;left:-140%;overflow-x:hidden}.services-info-container{flex-direction:column;height:auto;display:flex;position:static;top:10rem;overflow:hidden}.services-info-container article{z-index:3;min-height:800px;overflow:hidden}.services-info-container article.spacer{background-color:#fff;width:100%;height:10rem;min-height:0;position:relative;top:-10rem}.text-uppercase{text-transform:uppercase}@media only screen and (min-width:768px){#contact-section-title{text-align:center;grid-area:title;margin-bottom:2rem;font-size:3rem}.services-contact-visit{grid-template-areas:"title title""contact contact""why-pick-us why-pick-us""map map";width:80vw;margin:0 auto;padding-top:5rem;display:grid}.service-map{grid-area:map}}.services-home{z-index:1;flex-direction:column;align-items:center;gap:2rem;padding-top:15rem;display:flex;position:relative}.services-home .info-container{color:#fff;text-align:center;background-color:#1111118d;border-radius:1rem;flex-direction:column;gap:2.5rem;max-width:85vw;padding:2rem 1rem;display:flex;position:absolute}.services-home .info-container .first-line{letter-spacing:.5rem;font-size:1.7rem;font-weight:100}.services-home .info-container .second-line{font-size:4rem;font-weight:700}.services-home .info-container .third-line{font-size:1.8rem}.services-home .info-container .button-reserve{background-color:var(--runflat-tag-color);border-radius:10rem;width:fit-content;margin:0 auto;padding:1rem 4rem;font-size:1.5rem}.services-home .info-container .button-reserve:hover,.services-home .info-container .button-reserve:focus{background-color:#bc2424}.services-home .info-container .keep-scrolling{width:100%;font-weight:100;position:absolute;top:120%;left:0}.services-home .info-container .keep-scrolling .down-arrow{margin-top:3px;font-size:2rem;font-weight:700;animation:1.5s infinite bouncing}.added-info{z-index:1;background-color:#e6e6e6;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.added-info .added-info-content{text-align:center;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:85%;padding:5rem 3rem;display:flex}.added-info .added-info-content p{line-height:2.4rem}.added-info .added-info-content .title{font-size:2.4rem}.added-info .google-points{background-color:#fff;flex-direction:column;justify-content:center;padding:1rem;font-size:2rem;display:flex}.added-info .google-points span{color:var(--main-color);text-align:center;font-size:3.3rem;font-weight:700}.text-red{color:var(--runflat-tag-color)}.text-blue{color:var(--main-color)}@keyframes bouncing{0%{transform:translateY(10px)}50%{transform:translateY(0)}to{transform:translateY(10px)}}@media only screen and (min-width:768px){.bg-services-container{background-color:#111;height:800px}.bg-services-container img{opacity:.7;width:auto;height:auto;left:0%}.services-home .info-container .keep-scrolling{background-color:#1111118d;padding:1rem;top:140%}.services-home .info-container .keep-scrolling span{font-weight:bolder}.added-info{flex-flow:row;display:flex;position:relative}.added-info .bg-added-info-container{max-width:600px;height:auto;position:relative;top:3rem}.added-info .bg-added-info-container .workshop{z-index:2;width:100%;height:auto;position:relative}.added-info .bg-added-info-container .decorative-cross{z-index:1;position:absolute;top:-6rem;left:-6rem}.added-info .added-info-content{max-width:40dvw;position:relative}.added-info .added-info-content>.title{margin-top:2rem}.added-info .google-points{border:1px solid #ccc;width:200px;position:absolute;top:90%;left:90%;box-shadow:2px 2px 5px #ccc}}.breaks{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;display:flex;position:relative}.breaks .description{z-index:1;text-align:center;color:#fff;width:90%;font:1.2rem;word-spacing:.6rem;background-color:#11111171;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 3rem;line-height:2.2rem;display:flex}.breaks .description.first{margin-top:3rem}.breaks .description h4{font-size:2.5rem}.breaks .button-contact{background-color:var(--runflat-tag-color);color:#fff;border-radius:.5rem;width:fit-content;margin:0 auto 3rem;padding:1rem 4rem;font-size:1.5rem}.breaks .button-contact:hover,.breaks .button-contact:focus{background-color:#bc2424}@media only screen and (min-width:768px){.breaks{flex-direction:row;gap:0;margin-bottom:0;display:flex}.breaks .description{text-align:left;color:#444;background-color:#0000;max-width:50dvw;height:100%;padding:3rem 10rem;font-size:1.8rem;line-height:2.8rem}.breaks .img-container{width:50dvw;max-height:800px}}.oil-change{background-color:#111111ab;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:relative}.oil-change .description{z-index:1;text-align:center;color:#fff;width:90%;font:1.2rem;word-spacing:.6rem;background-color:#11111171;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 3rem;line-height:2.2rem;display:flex}.oil-change .description.first{margin-top:3rem}.oil-change .description h4{font-size:2.5rem}.oil-change .button-contact{background-color:var(--runflat-tag-color);color:#fff;border-radius:.5rem;width:fit-content;margin:0 auto 3rem;padding:1rem 4rem;font-size:1.5rem}.oil-change .button-contact:hover,.oil-change .button-contact:focus{background-color:#bc2424}@media only screen and (min-width:768px){.oil-change .content-grid{gap:3rem;width:70dvw;display:grid}.oil-change .two-col{gap:3rem;display:flex}.oil-change .description{z-index:2;border:1px solid #ffffff30;width:100%;margin-bottom:0;padding:3rem}.oil-change .description.first{margin-top:0}.oil-change .description p{max-width:800px}.oil-change .bg-oil-change-container{background-color:#111;position:absolute}.oil-change .bg-oil-change-container img{opacity:.5}}.alignment{background-color:#ffffffda;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.alignment .description{width:90%;text-align:lef;color:#3f3f3f;font:1.2rem;word-spacing:.6rem;background-color:#ffffff71;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1rem 3rem;line-height:2.2rem;display:flex}.alignment .description.first{margin-top:3rem}.alignment .description h4{font-size:2.5rem}.alignment .button-contact{background-color:var(--runflat-tag-color);color:#fff;border-radius:.5rem;width:fit-content;margin:2rem auto 0;padding:1rem 4rem;font-size:1.5rem;display:block}.alignment .button-contact:hover,.alignment .button-contact:focus{background-color:#bc2424}.alignment .alignment-caroussel-container{background-color:#151515;width:100%;padding:3rem}.alignment .alignment-caroussel-container .alignment-caroussel{border-radius:.5rem;gap:1rem;display:flex;position:relative;overflow-x:hidden}.alignment .alignment-caroussel-container .alignment-caroussel button{color:#fff;z-index:1;background-color:#1515153d;width:3rem;height:100%;font-size:1.5rem;transition:background .15s;position:absolute}.alignment .alignment-caroussel-container .alignment-caroussel button#right-slide{right:0}.alignment .alignment-caroussel-container .alignment-caroussel button:hover{background-color:#15151597}.alignment .alignment-caroussel-container .alignment-caroussel .caroussel-img{opacity:0;width:100%;transition:opacity .1s;position:absolute}.alignment .alignment-caroussel-container .alignment-caroussel .caroussel-img[active="1"]{opacity:1;position:relative}@media only screen and (min-width:768px){.alignment .content-grid{grid-template-columns:1fr 1fr;align-items:center;max-width:80vw;display:grid}.alignment .content-grid .description{line-height:2.5rem}.alignment .content-grid .description .first-line{margin-bottom:3rem}}.km-maintenance{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2.2rem;display:flex}.km-maintenance>img{width:100%;height:auto;padding:3rem 3rem 0}.km-maintenance .description{text-align:center;color:#151515;width:90%;font:1.2rem;word-spacing:.6rem;background-color:#3700ff09;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 3rem;line-height:2.2rem;display:flex}.km-maintenance .description.first{margin-top:3rem}.km-maintenance .description h4{font-size:2.5rem}.km-maintenance .button-contact{background-color:var(--runflat-tag-color);color:#fff;border-radius:.5rem;width:fit-content;margin:0 auto;padding:1rem 4rem;font-size:1.5rem;display:block}.km-maintenance .button-contact:hover,.km-maintenance .button-contact:focus{background-color:#bc2424}.km-maintenance .alignment-caroussel-container{background-color:#151515;width:100%;padding:3rem}.km-maintenance .alignment-caroussel-container .alignment-caroussel{border-radius:.5rem;gap:1rem;display:flex;position:relative;overflow-x:hidden}.km-maintenance .alignment-caroussel-container .alignment-caroussel button{color:#fff;z-index:1;background-color:#1515153d;width:3rem;height:100%;font-size:1.5rem;transition:background .15s;position:absolute}.km-maintenance .alignment-caroussel-container .alignment-caroussel button#right-slide{right:0}.km-maintenance .alignment-caroussel-container .alignment-caroussel button:hover{background-color:#15151597}.km-maintenance .alignment-caroussel-container .alignment-caroussel .caroussel-img{opacity:0;width:100%;transition:opacity .1s;position:absolute}.km-maintenance .alignment-caroussel-container .alignment-caroussel .caroussel-img[active="1"]{opacity:1;position:relative}@media only screen and (min-width:768px){.km-maintenance .content-grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.km-maintenance .content-grid>img{width:100%;height:800px}.km-maintenance .content-grid .description{background-color:#0000;justify-content:center;align-items:center;width:100%;margin-top:0;display:flex}.km-maintenance .content-grid .description .first-line{margin-bottom:3rem}.km-maintenance .content-grid .description>p{max-width:80%}}.other-services{background-color:#0000009f;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.other-services>img{width:100%;height:auto;padding:3rem 3rem 0}.other-services .description{text-align:center;color:#fff;width:90%;font:1.2rem;word-spacing:.6rem;background-color:#00000056;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 3rem;line-height:2.2rem;display:flex}.other-services .description.first{margin-top:3rem}.other-services .description.second{text-align:start;gap:1.2rem}.other-services .description.second p{width:100%;margin-bottom:0;font-size:1.5rem}.other-services .description.second{margin-bottom:2.5rem}.other-services .description h4{color:var(--main-color);font-size:2.5rem}.other-services .button-contact{background-color:var(--runflat-tag-color);color:#fff;border-radius:.5rem;width:fit-content;margin:0 auto;padding:1rem 4rem;font-size:1.5rem;display:block}.other-services .button-contact:hover,.other-services .button-contact:focus{background-color:#bc2424}.other-services .alignment-caroussel-container{background-color:#151515;width:100%;padding:3rem}.other-services .alignment-caroussel-container .alignment-caroussel{border-radius:.5rem;gap:1rem;display:flex;position:relative;overflow-x:hidden}.other-services .alignment-caroussel-container .alignment-caroussel button{color:#fff;z-index:1;background-color:#1515153d;width:3rem;height:100%;font-size:1.5rem;transition:background .15s;position:absolute}.other-services .alignment-caroussel-container .alignment-caroussel button#right-slide{right:0}.other-services .alignment-caroussel-container .alignment-caroussel button:hover{background-color:#15151597}.other-services .alignment-caroussel-container .alignment-caroussel .caroussel-img{opacity:0;width:100%;transition:opacity .1s;position:absolute}.other-services .alignment-caroussel-container .alignment-caroussel .caroussel-img[active="1"]{opacity:1;position:relative}@media only screen and (min-width:768px){.other-services{background-color:#f2f2f2;flex-direction:row;display:flex}.other-services .side-image-container{background-color:#151515;width:auto;height:400px;padding:2rem;position:relative;left:2%}.other-services .side-image-container>img{width:auto;height:100%}.other-services .content-flex{background-color:#fff;flex-direction:column;width:600px;padding:2rem 3rem;display:flex}.other-services .content-flex .description{color:#444;text-align:left;background-color:#0000;width:100%;line-height:2.5rem}.other-services .content-flex .description.first{margin-top:0}.other-services .content-flex .description .first-line{text-align:left;width:100%;margin-bottom:1rem}}.services-contact{background-color:#fffffff7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin-top:2rem;display:flex}.services-contact h4{color:#151515;font-size:2.6rem;font-weight:400}.services-contact .description{text-align:center;color:#484848;width:90%;font:1.2rem;word-spacing:.6rem;background-color:#ffffff56;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 3rem;line-height:2.2rem;display:flex}.services-contact .description.second{gap:1.2rem}.services-contact .description.second p{width:100%;margin-bottom:0;font-size:1.5rem}.services-contact .description.second{margin-bottom:2.5rem}.services-contact .description h5{font-size:2rem}.services-contact .contact-socials-nav{background-color:#0602ff0b;justify-content:center;gap:5rem;width:100vw;padding:1rem;font-size:4rem;display:flex}@media only screen and (min-width:768px){article#services-contact{grid-area:contact;grid-template-columns:1fr 1.5fr 1fr 1fr;min-height:0;padding:3rem;display:grid}article#services-contact .description{text-align:left;gap:1rem;margin-bottom:0;padding:0}article#services-contact .description.third{text-align:left;margin-bottom:0}article#services-contact .description.third p{width:100%}article#services-contact .contact-socials-nav{background-color:#0000;justify-content:left;gap:5rem;width:100%;padding:1rem;font-size:2rem;display:flex}}.why-pick-us{background-color:#fffffff7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin-top:2rem;display:flex}.why-pick-us h4{color:#151515;font-size:2.6rem;font-weight:400}.why-pick-us .description{z-index:1;text-align:center;width:90%;font:1.2rem;word-spacing:.6rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:0 3rem;line-height:2.2rem;display:flex}.why-pick-us .description.first{margin-top:3rem}.why-pick-us .dropdown-container{border:1px solid #ccc;border-radius:.5rem;flex-direction:column;margin:4rem;display:flex;position:relative}.why-pick-us .dropdown-container .dropdown-item{border-bottom:1px solid #ccc;padding:2rem}.why-pick-us .dropdown-container .dropdown-item.active{background-color:#02020210}.why-pick-us .dropdown-container .dropdown-item:last-child{border-bottom:none}.why-pick-us .dropdown-container .dropdown-item .dropdown-title{justify-content:space-between;font-size:1.8rem;display:flex}.why-pick-us .dropdown-container .dropdown-item .dropdown-title .dropdown-angle{transition:transform .3s}.why-pick-us .dropdown-container .dropdown-item .dropdown-title .dropdown-angle.active{transform:rotate(-180deg)}.why-pick-us .dropdown-container .dropdown-item .dropdown-description{grid-template-rows:0fr;height:0;line-height:2rem;transition:all .2s;display:grid;overflow:hidden}.why-pick-us .dropdown-container .dropdown-item .dropdown-description.active{opacity:1;grid-template-rows:1fr;height:auto;padding:2rem 0}@media only screen and (min-width:768px){#why-pick-us{grid-area:why-pick-us;max-width:800px;margin:auto}}.services-contact-form{background-color:#fffffff7;border-top:1px solid #999;flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin-top:2rem;display:flex}.services-contact-form h4{color:#151515;font-size:2.6rem;font-weight:400;line-height:2.6rem}.services-contact-form .description{text-align:center;color:#484848;width:90%;font:1.2rem;word-spacing:.6rem;background-color:#ffffff56;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 3rem;line-height:2.2rem;display:flex}.services-contact-form .form-container{flex-direction:column;gap:2rem;width:100vw;padding:1rem 3rem;display:flex}.services-contact-form .form-container .message-input{background-color:var(--input-grey);border:var(--input-border);text-align:center;border-radius:1rem;flex-grow:1;width:100%;padding:.7rem 0;font-size:1.8rem;font-weight:300;line-height:100%;transition:border-color .2s linear}.services-contact-form .form-container .message-input textarea{background-color:var(--input-grey);padding:0 1rem}.services-contact-form .button-contact{background-color:var(--runflat-tag-color);color:#fff;border-radius:.5rem;width:100%;margin:0 auto;padding:1rem 4rem;font-size:1.5rem;display:block}.services-contact-form .button-contact:hover,.services-contact-form .button-contact:focus{background-color:#bc2424}.services-contact-form .service-map{width:100dvw}.services-contact-form .service-map iframe{width:100%}@media only screen and (min-width:768px){article.services-contact-form{border:1px solid #44444434;grid-area:contact-form;align-self:center;height:fit-content;min-height:100px;box-shadow:2px 2px 5px #99999924}article.services-contact-form .form-container{width:100%;padding:2rem}}.services-footer{z-index:1;flex-direction:column;gap:2rem;height:810px;padding-top:2rem;padding-bottom:2rem;display:flex;position:relative;overflow:auto}.services-footer .info-container{color:#fff;border-radius:1rem;flex-direction:column;gap:2.5rem;padding:3rem;display:flex;position:absolute}.services-footer .info-container .line{border-bottom:1px solid #fff}.services-footer .info-container .line.red{border-color:var(--runflat-tag-color)}.services-footer .info-container .first-line{letter-spacing:.5rem;font-size:1.7rem;font-weight:100}.services-footer .info-container .second-line{font-size:4rem;font-weight:700}.services-footer .info-container .third-line{font-size:1.8rem}.services-footer .info-container .contact-socials-nav{background-color:#0602ff0b;justify-content:center;gap:5rem;padding:1rem;font-size:4rem;display:flex}.services-footer .footer-bg-container{background-color:var(--dark-main-color);width:100vw;height:825px;position:absolute;top:0}.services-footer .footer-bg-container img{opacity:.3;height:100%;position:absolute;left:-100%;overflow-x:hidden}.nav-menu{z-index:5;color:#000;background-color:#ffffffe3;width:50dvw;transition:all .2s;display:grid;position:fixed;left:100%}.nav-menu .side-menu-button{background-color:var(--dark-main-color);color:#fff;z-index:4;border-radius:1rem 0 0 1rem;align-items:center;gap:1rem;padding:1rem;font-size:2rem;display:flex;position:absolute;top:0;right:100%}.nav-menu .side-menu-button .icon{transition:all .3s}[data-open=true] :is(.nav-menu .side-menu-button .icon){transform:rotate(180deg)}.nav-menu[data-open=true]{left:50%}.nav-menu ul{flex-direction:column;padding:.2rem;display:flex}.nav-menu ul li{padding:.5rem 1rem}@media only screen and (min-width:768px){.nav-menu{width:300px}.nav-menu[data-open=true]{left:calc(100% - 250px)}}
.app-error{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.app-error>div{background-color:#fff;border:5px solid #0023bc;border-radius:1rem;flex-direction:column;justify-content:center;max-width:80%;padding:2rem;display:flex;box-shadow:0 5px 10px #0000004a}.app-error>div>img{width:auto;height:250px;margin:0 auto}.app-error>div>h2{color:var(--dark-main-color);font-size:2.6rem}.app-error>div>p{color:var(--runflat-tag-color);text-align:center;margin:1rem 0}.app-error>div>button{cursor:pointer;background-color:var(--main-color);color:#fff;border-radius:5px;margin:1rem 0;padding:.5rem;transition:background .15s}.app-error>div>button:hover{background-color:var(--dark-main-color)}.app-error>div>button:disabled{cursor:default;background-color:var(--soft-main-color);color:#bbb}

.globals-tienda-module__Gla2ZG__body{padding-top:122.23px}.globals-tienda-module__Gla2ZG__responsive-website{display:none}.globals-tienda-module__Gla2ZG__desktop-website{display:block}@media (max-width:768px){.globals-tienda-module__Gla2ZG__body{margin-top:15rem}.globals-tienda-module__Gla2ZG__responsive-website{display:block}.globals-tienda-module__Gla2ZG__desktop-website{display:none}}
