.scroll-container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:30px;scrollbar-width:thin;scrollbar-color:var(--color-deep-blue) transparent;max-width:calc(100% - 20px);margin:auto}@media(max-width:768px){.scroll-container{max-width:100%;padding-bottom:20px}}.scroll-container ::-webkit-scrollbar{height:6px;width:6px}.scroll-container ::-webkit-scrollbar-track{background:transparent}.scroll-container ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:3px}.scroll-container ::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.4)}.scroll-section .navigation-btn{transform:translateY(calc(50% - 30px));top:calc(50% - 15px)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.scroll-nav-btn{position:absolute;z-index:20;width:30px;height:30px;padding:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:9999px;top:calc(50% - 25px);background-color:var(--color-azul,var(--color-deep-blue));box-shadow:0 4px 8px rgba(0,0,0,.2);transition:filter .2s ease}.scroll-nav-btn:hover{filter:brightness(1.2)}.scroll-nav-btn.disabled{filter:brightness(.3);cursor:auto}.scroll-nav-btn.left{left:0}.scroll-nav-btn.right{right:0}.scroll-dots{display:flex;justify-content:center;gap:8px}.scroll-dot{width:10px;height:10px;border-radius:9999px;background-color:var(--dot-inactive,#dbeafe);transition:all .25s ease}.scroll-dot.active{background-color:var(--dot-active,var(--color-azul));transform:scale(1.1)}