html,body,div{overscroll-behavior:none}*{margin:0;padding:0;box-sizing:border-box}html{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth;scrollbar-width:none}html::-webkit-scrollbar{width:0}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body,button,a,select{font-family:Roboto,sans-serif}select,a,button,input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0}a{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;outline:0;box-shadow:none;text-decoration:none;text-transform:none;display:block}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;outline:0;box-shadow:none;cursor:pointer}img{display:block}.flex{display:flex}.d-grid{display:grid}.d-block{display:block}.body{width:100vw;background-color:#fff;color:#111111;overflow-x:hidden;scrollbar-width:none}body::-webkit-scrollbar{width:0}ul{list-style:none;margin:0;padding:0!important}/*fin generales*/ 
:root{--brandColor:#FF0501}
/*HEADER*/
.headerMR *{box-sizing:border-box}.headerMR{position:fixed;top:0;left:0;width:100%;z-index:9999}.headerMR__ban-tx{width:100%;background:var(--brandColor);color:#FFFFFF;text-align:center;font-weight:700;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.6)}.headerMR__body{width:100%;background:#000000E5;box-shadow:0 26px 78px rgba(0,0,0,.2),0 12px 32px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.50),0 10px 26px rgba(255,255,255,.40)}.headerMR__container{width:95%;max-width:1500px;margin:0 auto;padding:24px 0}.headerMR__grid{display:grid;align-items:center}.headerMR__logo{display:inline-flex;align-items:center;justify-content:center}.headerMR__logo-img{width:17vw;max-width:240px;min-width:110px;height:auto}.headerMR a{text-decoration:none!important}
/*Buscador*/
.headerMR__search{position:relative}.headerMR__search-box{display:flex;align-items:center;gap:10px;border-radius:33px;border:2px solid rgba(255,255,255, 0.7);background:transparent;width:100%;height:34px;padding:5px 14px;transform:translateZ(0)}.headerMR__search-btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.headerMR__search-ico{display:block;fill:var(--brandColor)}
.headerMR__search-input{flex:1;min-width:0;font-weight:500;background:transparent;color:#a6a6a6;font-size:12px;line-height:12px;height:100%;padding:0;text-transform:none}.headerMR__search-input::placeholder{color:#999;opacity:1}
.headerMR__search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}
.headerMR__search-clear{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;width:24px;height:24px;border-radius:50%;background:transparent}
.headerMR__search-clear-ico{display:block;fill:var(--brandColor)}
.headerMR__search-clear:hover{background:rgba(255,5,1,.12)}
.headerMR__search-dropdown{position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:11000;width:100%;background:#FFFFFF;border-radius:33px;box-shadow:0 4px 20px rgba(12,12,13,.1);height:auto;min-height:60px;max-height:75vh;overflow:hidden;padding:24px 32px}.headerMR__search-dd-scroll{height:auto;min-height:36px;max-height:calc(75vh - 48px);overflow:auto}.headerMR__sr-item{display:block;font-size:14px;line-height:1.2;font-weight:700;padding:10px 0;text-decoration:none;text-align:left;color:#111111}.headerMR__sr-item:hover{color:var(--brandColor)}.headerMR__right{display:inline-flex;align-items:center;justify-content:flex-end}a.headerMR__cta{display:inline-flex;align-items:center;justify-content:center;width:61px;height:24px;font-size:10px;line-height:10px;border-radius:33px;background:#FFFFFF;color:#111111;font-weight:500;transition:color .2s ease,background-color .2s ease;text-decoration:none!important}a.headerMR__cta:hover{background:var(--brandColor);color:#FFFFFF}.headerMR__burger{display:inline-flex;cursor:pointer}.headerMR__burger-ico{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;line-height:0}.headerMR__burger-ln{display:block;width:18px;height:0;border-top:2px solid #fff;border-radius:2px}.headerMR__nav-item{position:relative}.headerMR__submenu{display:none;position:absolute;top:100%;left:0;z-index:10000;background:#000000F2;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:80vh;overscroll-behavior:auto}
.headerMR__submenu-link{color:#fff;padding:12px}.headerMR__submenu-link:hover{opacity:0.7;color:var(--brandColor)}
a.headerMR__submenu-title{display:block;color:var(--brandColor);font-weight:700;padding:12px 12px;text-decoration:none!important}a.headerMR__submenu-title:hover{opacity:0.7}.headerMR__submenu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0px 48px;padding-bottom:16px;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:none}.headerMR__submenu-grid a{pointer-events:auto}a.headerMR__link,button.headerMR__link{color:#fff;font-weight:500;padding:14px 10px;font-size:14px;text-transform:none;text-decoration:none!important}a.headerMR__link:not(.headerMR__link--has-sub):hover{opacity:.7;color:var(--brandColor)}
.headerMR__no-scroll{overflow:hidden}.headerMR__noScrollbar{scrollbar-width:none}.headerMR__noScrollbar::-webkit-scrollbar{width:0;height:0}.headerMR--navopen:before{content:"";position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:10040}
@media (max-width:1079.98px){ 
.headerMR__nav{position:fixed;top:0;right:0;width:100vw;height:100vh;z-index:10050;background:#000000F2;transform:translateX(100%);transition:transform .28s ease;will-change:transform;padding:100px 24px 24px 24px;overflow:auto}
.headerMR--navopen .headerMR__nav{transform:translateX(0)}.headerMR__nav-close{position:fixed;top:36px;right:30px;z-index:10060;width:34px;height:34px;border-radius:50%;background:var(--brandColor);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:26px;line-height:26px}.headerMR__submenu{position:static;padding:0 0 10px 10px;border:0;background:transparent}.headerMR__submenu-link{font-size:12px;padding:12px 14px}.headerMR__nav-item--has-sub .headerMR__submenu{display:none} .headerMR__nav-item--open .headerMR__submenu{display:block}button.headerMR__link--has-sub{position:relative;padding-right:36px;width:100%;text-align:left}button.headerMR__link--has-sub:after{content:"›";position:absolute;right:12px;top:50%;transform:translateY(-50%) rotate(90deg);color:var(--brandColor);font-size:34px;line-height:1}.headerMR__nav-item--open button.headerMR__link--has-sub:after{transform:translateY(-50%) rotate(-90deg)}}
@media (max-width:767.98px){.headerMR__ban-tx{padding:8px 20px;font-size:12px;min-height:30px}
.headerMR__container{padding:22px 12px}.headerMR__grid{grid-template-columns:1fr auto 1fr;grid-template-areas:"cta logo burger" "search search search";row-gap:14px;column-gap:10px}.headerMR__search{grid-area:search;width:100%; /*max-width:520px;*/  margin:0 auto}.headerMR__logo{grid-area:logo}.headerMR__right{display:contents}a.headerMR__cta{grid-area:cta;justify-self:start}.headerMR__burger{grid-area:burger;justify-self:end}.headerMR__nav{max-width:520px}
.headerMR__search-dropdown{max-height:60vh}.headerMR__search-dd-scroll{max-height:calc(60vh - 48px)}}
@media (min-width:520px) and (max-width:1079.98px){.headerMR__nav{max-width:270px;border-bottom-left-radius:18px;border-top-left-radius:18px}.headerMR--navopen .headerMR__nav{box-shadow:0 0 0 9999px rgba(0,0,0,.55)}}
@media (min-width:768px) and (max-width:1079.98px){.headerMR__ban-tx{padding:12px;font-size:14px;min-height:40px}.headerMR__grid{grid-template-columns:1fr auto 1fr;grid-template-areas:"search logo right";column-gap:14px}.headerMR__search{grid-area:search;max-width:260px}.headerMR__logo{grid-area:logo}.headerMR__right{grid-area:right;gap:24px}.headerMR__burger{display:inline-flex}
.headerMR__logo-img{max-width:135px}a.headerMR__cta{width:80px;height:34px;font-size:12px;line-height:12px}}
@media (min-width:1080px){
.headerMR__ban-tx{padding:14px;font-size:16px;min-height:47px}.headerMR__grid{grid-template-columns:auto 1fr auto auto;grid-template-areas:"logo search nav right";column-gap:18px}.headerMR__logo{grid-area:logo;justify-content:flex-start}
.headerMR__search{grid-area:search}
.headerMR__nav{grid-area:nav;display:inline-flex;justify-content:center;gap:16px;white-space:nowrap;align-items:stretch}
.headerMR__right{grid-area:right;gap:0}
.headerMR__burger,.headerMR__nav-close{display:none}
.headerMR__nav-item{display:inline-flex;align-items:center}
.headerMR__nav-item--has-sub{position:relative}
.headerMR__nav-item--has-sub:before{content:"";position:absolute;left:0;right:0;top:100%;height:16px} /*puente hover*/
button.headerMR__link--has-sub:hover{color:var(--brandColor)}
.headerMR__submenu{border-radius:33px;padding:12px 22px;top:calc(100% + 16px);left:-24px;border:1px solid rgba(255,255,255,.25);box-shadow:0 26px 78px rgba(0,0,0,.22),0 12px 32px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.10),0 10px 26px rgba(255,255,255,.50)}
#headerMR__submenu-motos{overflow:hidden;padding:24px}
.headerMR__submenu-scroll{max-height:calc(80vh - 48px);overflow-y:auto;-webkit-overflow-scrolling:touch;/*padding:12px 22px;OJO AGREGO:*/ overscroll-behavior:contain}
.headerMR__submenu-link{font-weight:700;font-size:14px}
.headerMR__submenu-grid{padding:0 48px 16px 0}
.headerMR__submenu-grid .headerMR__submenu-link{font-weight:400;padding:10px;font-size:12px}
a.headerMR__submenu-title{font-size:14px}
.headerMR--navopen:before{display:none}
#headerMR__submenu-accesorios{top:calc(100% + 10px);padding:12px 22px}}
@media (min-width:1080px) and (max-width:1299.98px){
.headerMR__logo-img{width:135px}
a.headerMR__link,button.headerMR__link{font-size:12px}
a.headerMR__cta{width:90px;height:38px;font-size:12px;line-height:12px}
.headerMR__search-box,.headerMR__search-dropdown{width:calc(100% - 4vw);margin-left:auto;min-width:220px}}
@media (min-width:1300px){
a.headerMR__link,button.headerMR__link{font-size:14px}
a.headerMR__cta{width:105px;height:40px;font-size:14px;line-height:14px}
.headerMR__search-box{width:100%;max-width:300px;height:44px;margin-left:auto;padding:14px 20px}
.headerMR__search-dropdown{width:100%;max-width:300px;top:calc(44px + 15px);margin-left:auto;padding:14px 20px 14px 44px}
.headerMR__search-input{font-size:14px;line-height:14px}}
@media (min-width:1080px) and (hover:hover) and (pointer:fine){
.headerMR__nav-item--has-sub:hover>.headerMR__submenu{display:block}
.headerMR__nav-item--has-sub:focus-within>.headerMR__submenu{display:block}
.headerMR__nav:hover .headerMR__nav-item--has-sub:focus-within>.headerMR__submenu{display:none}
.headerMR__nav-item--has-sub:hover:focus-within>.headerMR__submenu{display:block}}
@media (min-width:1080px) and ((hover:none) or (pointer:coarse)){.headerMR__nav-item--has-sub:focus-within .headerMR__submenu{display:block}}
@supports (-webkit-touch-callout:none){.headerMR__search-input{font-size:16px;line-height:16px}}
/*Footer*/
.footerMR{width:100%;background-color:#111111;align-items:center;font-size:12px;color:#FFFFFF;font-weight:400;line-height:1.2}.footerMR__container{width:95%;/*IMPORTANTE-ancho de página*/margin:auto;padding:32px 20px}.footerMR__body{display:flex;flex-wrap:wrap;padding:0 0 30px 0;gap:24px}.footerMR__sections{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:624px;gap:24px}.footerMR__section,.footerMR__logo-container{width:100%}.footerMR__section-menu{flex-direction:row;max-width:400px}.footerMR__menu-columns{justify-content:space-between}.footerMR__logo{width:21vw;max-width:240px;min-width:140px;height:auto;margin:2vw auto}h2.footerMR__h2{font-size:14px;font-weight:700;margin:0px;padding:0 0 16px 0;color:var(--brandColor)}hr{margin:1.5rem 0}p.footerMR__p{margin:0 0 8px 0;font-size:12px}a.footerMR__link{font-size:12px;color:#FFFFFF;margin:0 0 12px 0;text-decoration:none!important}a.footerMR__link:hover{color:rgba(255,255,255,0.7)}a.footerMR__contact{width:84px;height:30px;border-radius:33px;justify-content:center;align-items:center;text-align:center;background:#FFFFFF;border:0;color:#111111;font-weight:500;font-size:12px;line-height:12px;padding:0}a.footerMR__contact:hover{opacity:0.8}.footerMR__footer{padding-top:30px;text-align:center;border-top:3px solid #FFFFFF}ul.footerMR__list{list-style:none;margin:0;padding:0}li.footerMR__item{margin:0;padding:0}@media (min-width:768px){.footerMR{font-size:14px}.footerMR__container{padding:5vw 6vw}.footerMR__logo-container{margin-right:auto}.footerMR__logo{margin:0}.footerMR__sections{flex-wrap:nowrap;width:100%;max-width:100%}.footerMR__section{width:-webkit-max-content;width:-moz-max-content;width:max-content}.footerMR__menu-columns{gap:3.2vw}h2.footerMR__h2{font-size:16px;padding:0 0 24px 0}p.footerMR__p{font-size:14px;margin:0 0 12px 0}a.footerMR__link{font-size:14px;color:#FFFFFF;margin:0 0 12px 0}}@media (min-width:992px){.footerMR__container{width:85%;margin:0 6vw}/*ANCHO DE PAGINA*/}@media (min-width:1140px){.footerMR__logo-container{width:-webkit-max-content;width:-moz-max-content;width:max-content}h2.footerMR__h2{font-size:20px}.footerMR__sections{width:-webkit-max-content;width:-moz-max-content;width:max-content;gap:6vw}}
