.cancelacion-container{width:800px;height:auto;margin:auto;max-height:95vh;background:#efefef;padding:2rem;position:relative}.cancelacion-container h3{color:#000;line-height:130%;font-weight:700;font-size:32px}.contact-title-container{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid #949494;align-items:center;align-content:center;text-transform:uppercase;padding-block:12px}.descripcion{font-size:16px;font-weight:500;color:#000;margin-top:1rem;margin-bottom:1.5rem}.descripcion a{color:#e06c2e;text-decoration:underline}.close-button{position:absolute;top:1rem;right:1rem;font-size:1.2rem;background:none;border:none;cursor:pointer}.submit-button{background-color:#e06c2e;color:#fff;border:none;padding:.8rem 1.5rem;margin-top:1.5rem;align-items:center;cursor:pointer;font-weight:700;width:180px}.submit-button:hover{background-color:#d4541a}.textarea input{height:100px}@media(max-width:700px){.cancelacion-container{width:calc(100% - 40px)}.cancelacion-container h3{margin-top:20px;font-size:15px}.descripcion{font-size:12px;font-weight:500;color:#000;margin-top:12px;margin-bottom:20px}.descripcion a{color:#e06c2e;text-decoration:underline}}.contenedorMenuMobile{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#fff;display:flex;flex-direction:column;z-index:9999;align-items:center;justify-content:flex-start;padding:6%;color:#000;overflow:auto;transform:translateX(100%);transition:transform .1s ease-in-out}@media screen and (min-width:1100px){.contenedorMenuMobile{display:none}}.contenedorMenuMobile.open{transform:translateX(0)}.contenedorMenuMobile.close{transform:translateX(100%)}.contenedorMenuMobile .headerMenu{width:100%;display:flex;justify-content:space-between;align-items:center}.contenedorMenuMobile .menuMobile{width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:0 2%;margin-top:37px}.contenedorMenuMobile .menuMobile .searchbar{display:flex;align-items:center;justify-content:center;padding:0 15px 0 10px;border:1px solid #282828;width:100%;height:43px;position:relative}.contenedorMenuMobile .menuMobile .searchbar input{background-color:rgba(0,0,0,0);border:none;color:#000;width:100%;height:100%;padding-left:10px;font-size:16px}.contenedorMenuMobile .menuMobile .searchbar input:focus{outline:none}.contenedorMenuMobile .menuMobile .searchbar button{background-color:rgba(0,0,0,0);border:none;padding-top:5px}.contenedorMenuMobile .menuMobile .searchbar button img{width:20px;height:25px}.contenedorMenuMobile .menuMobile .itemMenu{border-bottom:1px solid gray;width:100%;padding:10px 0}.contenedorMenuMobile .menuMobile .itemMenu.show{border-bottom:none}.contenedorMenuMobile .menuMobile .itemMenu a{color:#282828;font-size:14px;line-height:21px;width:100%;font-weight:600;display:flex;align-items:center}.contenedorMenuMobile .menuMobile .itemMenu a img{margin-right:10px}.contenedorMenuMobile .menuMobile .itemMenu.contenedorProductosMobile{margin-top:1rem}.contenedorMenuMobile .menuMobile .itemMenu[aria-disabled=true]{pointer-events:none;opacity:.7}.contenedorMenuMobile .menuMobile .userMenu{margin-top:1rem;width:100%;display:none;flex-direction:column;align-items:flex-start;gap:14px;padding-bottom:2rem;border-bottom:1px solid gray}.contenedorMenuMobile .menuMobile .userMenu.show{display:flex}.contenedorMenuMobile .menuMobile .userMenu a{color:#282828;font-size:14px;line-height:21px;width:100%;font-weight:600;display:flex;align-items:center}.contenedorMenuMobile .menuMobile .userMenu a img{margin-right:10px}.contenedorMenuMobile .menuMobile .userMenu li:last-child{margin-top:3rem}.contenedorMenuMobile .menuMobile .listaCategoriasMobile{display:flex;flex-direction:column;gap:18px;padding:1rem}.contenedorMenuMobile .menuMobile .listaCategoriasMobile .categoriaItemMobile a{color:#e06c2e;font-size:14px}.contenedorMenuMobile .menuMobile .listaCategoriasMobile .categoriaItemMobile .categoriaLinkContainer{display:flex;justify-content:space-between;align-items:center;width:100%}.contenedorMenuMobile .menuMobile .listaCategoriasMobile .categoriaItemMobile .categoriaLinkContainer img{transition:all .3s ease}.contenedorMenuMobile .menuMobile .listaCategoriasMobile .categoriaItemMobile .categoriaLinkContainer img.active{transform:rotate(90deg)}.contenedorMenuMobile .menuMobile .listaCategoriasMobile .categoriaItemMobile .subcategoriasMobile{padding:10px;display:flex;flex-direction:column;gap:10px}.contenedorMenuMobile .menuMobile .listaCategoriasMobile .categoriaItemMobile .subcategoriasMobile li a{color:gray}.buscador-predictivo{position:absolute;background-color:#fff;border:1px solid #ccc;z-index:9999;max-height:300px;overflow-y:auto;box-shadow:0 2px 10px rgba(0,0,0,.15);font-family:MavenPro,sans-serif;left:0;top:39px;width:300px;padding:15px}.buscador-predictivo::-webkit-scrollbar{width:3px}.buscador-predictivo::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.buscador-predictivo::-webkit-scrollbar-thumb{background:#e06c2e;border-radius:10px}.buscador-predictivo::-webkit-scrollbar-thumb:hover{background:#e06c2e}.buscador-predictivo .categoria{background-color:#f5f5f5;margin-top:1rem}.buscador-predictivo .categoria,.buscador-predictivo .categoria-sugerida-titulo{font-weight:700;padding:8px 12px;border-bottom:1px solid #cacdd8;font-size:12px;color:#6c6a6a;text-transform:uppercase;font-family:Next,sans-serif}.buscador-predictivo .item{padding:8px 12px 8px 20px;cursor:pointer;font-size:14px;color:#080808;transition:background-color .2s ease}.buscador-predictivo .item:hover{background-color:#cecece}.buscador-predictivo .item mark.highlight{background-color:rgba(0,0,0,0);color:#e06c2e;font-weight:700}@media screen and (max-width:1100px){.buscador-predictivo{width:102%;left:-3px;top:44px;border:none;max-height:75dvh;box-shadow:none}}.logout-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5)}.logout-container,.logout-modal{z-index:1000;display:flex;align-items:center;justify-content:center}.logout-container{width:592px;height:485px;flex-direction:column;background-color:#efefef;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.logout-container .warning{margin-bottom:1rem}.logout-container .logout-text{color:#282828;font-size:20px;font-weight:600;margin-bottom:3rem}.logout-container .logout-button{color:#fff;display:flex;height:32.881px;padding:0 12.595px 0 14.1px;justify-content:center;align-items:center;background-color:#e06c2e;border:none;width:227px;cursor:pointer;margin-bottom:1rem}.logout-container .cancel-button{background-color:rgba(0,0,0,0);border:none;color:#e06c2e;cursor:pointer}@media screen and (max-width:1100px){.logout-container{width:100%;height:100vh}}