.tab{position:relative;z-index:1}.tab::after{position:absolute;content:"";width:0;height:100%;top:0;left:0;z-index:-1;background:#525252;transition:all 0.5s ease}.tab.active::after{width:100%}.tab.active.right::after,.tab.prev.left::after{left:0;right:unset}.tab.active.left::after,.tab.prev.right::after{left:unset;right:0}.fade-enter-active,.fade-leave-active{transition:opacity 0.5s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-left-enter-active,.slide-left-leave-active,.slide-right-enter-active,.slide-right-leave-active{transition-duration:0.5s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.55,0,.1,1)}.slide-left-enter,.slide-right-leave-active{opacity:0;transform:translateX(40px)}.slide-left-leave-active,.slide-right-enter{opacity:0;transform:translateX(-40px)}#app .container{min-height:calc(100vh - 4.5rem)}@media (min-width:1024px){#app .container{height:calc(100vh - 4.5rem)}#app .content{height:calc(100% - 214px);overflow:auto}}.spinner{animation:rotate 1.4s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}.spinner circle{stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}100%{stroke-dashoffset:187;transform:rotate(450deg)}}.modal-mask{background-color:rgba(0,0,0,.5);display:flex;height:100%;left:0;padding:20px;position:fixed;top:0;transition:opacity 0.3s ease;width:100%;z-index:9998}.modal-container{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.33);margin:auto;max-width:500px;position:relative;transition:all 0.3s ease;width:100%}.modal-header{padding:10px 20px;border-bottom:1px solid #c2c2c2}.modal-header h3{font-weight:600;font-size:1.5rem}.modal-header h3 .code{color:#d4002a}.modal-body{padding:10px 20px;margin:20px 0;display:grid;gap:10px}.modal-footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px 20px;border-top:1px solid #c2c2c2}.modal-enter-from{opacity:0}.modal-leave-to{opacity:0}.modal-enter-from .modal-container,.modal-leave-to .modal-container{-webkit-transform:scale(1.1);transform:scale(1.1)}.patata{display:none}._wisywig-custom h1,._wisywig-custom h2,._wisywig-custom h3{color:#D30229}._wisywig-custom h3{font-size:1.1rem}._wisywig-custom p{color:#9E9E9E}._wisywig-custom p strong,._wisywig-custom p b{color:#000}