.banner-container{display:flex;align-items:center;justify-content:center;margin-bottom:25px}.banner-container .banner{position:relative;flex:1 1 250px;border-radius:5px;margin:10px;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;box-shadow:0 5px 10px #0005;overflow:hidden}.background-brands{background:linear-gradient(-55deg,#ff7675 29%,#d63031 29.1%,#d63031 68%,#ff7675 68.1%)}.banner-container .banner .brand-logo{flex:0 0 auto;padding:15px;text-align:left}.banner-container .banner .brand-logo img{width:300px;height:96px;display:block}.banner-container .banner .content{flex:0 0 auto;text-align:right}.banner-container .banner .content img{max-width:100%;height:auto;display:block}@media (max-width:768px){.banner-container .banner{flex-direction:column;align-items:stretch;justify-content:center}.banner-container .banner .brand-logo{text-align:left;padding-bottom:10px}.banner-container .banner .content{text-align:right;padding-top:10px;align-self:flex-end}.banner-container .banner .content img{margin-left:auto}}.container_box{margin-bottom:40px}.products-scroller-wrapper{position:relative;width:100%;margin-bottom:20px}.products-scroller{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0 16px 0;scroll-behavior:smooth}.products-scroller::-webkit-scrollbar{display:none}.products-scroller>.articulos{display:block;float:none;width:190px;flex:0 0 190px;padding:12px 6px;scroll-snap-align:start;animation:scrollerCardFadeIn .3s ease-out}@media (max-width:767px){.products-scroller>.articulos{width:180px;flex:0 0 180px;padding:12px 5px}}.products-scroller>.scroller-loading-item{display:flex!important;align-items:center;justify-content:center;width:120px;flex:0 0 120px;padding:12px 6px;scroll-snap-align:start}.scroller-loading-placeholder{width:100%;height:100%;min-height:220px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.02);border-radius:8px;border:1px dashed rgba(0,0,0,.1)}.scroller-arrow{position:absolute;top:calc(50% - 6px);transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#fff;color:#4b2f69;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 14px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;padding:0;transition:transform .2s cubic-bezier(.16, 1, .3, 1),background-color .2s ease,opacity .25s ease,box-shadow .2s ease;outline:0}.scroller-arrow .svg-icon{width:15px;height:15px;pointer-events:none}.scroller-arrow:hover{background:#fbf9fd;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 18px rgba(0,0,0,.22);color:#2b1344}.scroller-arrow:active{transform:translateY(-50%) scale(.95)}.scroller-arrow-prev{left:-20px}.scroller-arrow-next{right:-20px}.scroller-arrow.is-disabled{opacity:0;pointer-events:none;transform:translateY(-50%) scale(.85)}@media (max-width:991px),(hover:none) and (pointer:coarse){.scroller-arrow{display:none!important}}@keyframes scrollerCardFadeIn{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}