.aks_favoritos--close{transform:translate(233px)}.aks_favoritos{position:fixed;top:150px;right:0;z-index:99999;transition:300ms ease-in-out;box-shadow:0 0 6px 2px rgba(0,0,0,.1)}.aks_favoritos__tab{position:absolute;display:flex;align-items:center;gap:10px;right:230px;top:0;background-color:#15616d;transform:rotate(270deg);padding:10px;min-width:180px;transform-origin:100% 100%;user-select:none;cursor:pointer}.aks_favoritos__tab span{display:block;color:#fff;transition:transform 300ms ease-in-out;white-space:nowrap}.aks_favoritos__content{background-color:#fff;display:flex;flex-direction:column;width:230px;height:450px;overflow-y:scroll;overscroll-behavior:contain}.aks_favoritos__content .aks_favorito{height:150px;min-height:150px;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.aks_favoritos__content .aks_favorito__text{background-color:rgba(0,0,0,.5);color:#fff;display:flex;flex-direction:column;padding:10px 5px;height:150px;position:absolute;width:100%;bottom:-90px;transition:all 300ms ease-in-out}.aks_favoritos__content__empty{padding:10px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#5c5c5c;font-size:1rem;gap:20px}.aks_favoritos__content__empty .fa-exchange-alt{color:#15616d;font-size:1.5rem}.aks_favoritos__content .aks_favorito__text .aks_favorito__text__top{display:flex;flex-direction:column}.aks_favoritos__content .aks_favorito__text .aks_favorito__text__bottom{margin-top:auto;display:flex;flex-direction:column}.aks_favorito:hover>.aks_favorito__text{bottom:0}.aks_favoritos__buttons{display:flex}.aks_favoritos__buttons button{flex-grow:1;padding:10px;cursor:pointer;background-color:#15616d;color:#fff}.aks_favoritos__buttons button:first-child{border-right:2px solid rgba(255,255,255,.3)}@media screen and (max-width:1300px){.aks_favoritos{display:none}}