:root{--shell-yellow:#F4BF17;--shell-yellow-btn:#FDC400;--shell-red:#DD1B1F;--shell-red-dark:#B4171A;--shell-blue:#005696;--charcoal:#595957;--charcoal-card:#373736;--btn-gray:#595957;--whatsapp:#25D366;--ink:#23262B;--ink-soft:#6B6B6B;--paper:#FFFFFF;--paper-soft:#F7F5EF;--border:#ECE6D6;--pink-bg:#FDEBEC;--blue-bg:#EAF2FF;--steps-bg:#E9E9E9;--card-alt-bg:#F4F4F4}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--ink:#F0EEE8;--ink-soft:#B9B4A8;--paper:#141311;--paper-soft:#1C1A15;--border:#332F23;--steps-bg:#232323;--card-alt-bg:#201E1A}}:root[data-theme=dark]{--ink:#F0EEE8;--ink-soft:#B9B4A8;--paper:#141311;--paper-soft:#1C1A15;--border:#332F23;--steps-bg:#232323;--card-alt-bg:#201E1A}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Nunito,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:clip}h1,h2,h3,h4,.rounded-font{font-family:"Baloo 2",sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:1180px;margin:0 auto;padding:0 24px;min-width:0}.section-pad{padding:56px 0}.h2{font-size:clamp(1.35rem,2.8vw,1.9rem);font-weight:700;text-align:center;color:var(--shell-red);margin:0 0 8px}.sub{text-align:center;color:var(--ink-soft);max-width:680px;margin:0 auto 34px;font-size:.98rem;font-weight:600}.topbar{background:var(--shell-yellow);position:sticky;top:0;z-index:60}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 24px;max-width:1180px;margin:0 auto;flex-wrap:wrap}.logo{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--shell-blue);font-size:1.3rem;white-space:nowrap}.logo img{height:46px;width:auto}nav.mainnav{display:flex;align-items:center;gap:2px;flex-wrap:wrap}nav.mainnav a{font-weight:600;font-size:.92rem;color:#4a4a4a;padding:9px 18px;border-radius:999px;transition:background .15s,color .15s;font-family:"Baloo 2",sans-serif}nav.mainnav a.active{background:var(--shell-red);color:#fff}nav.mainnav a:not(.active):hover{background:#00000014}.wa-float{position:fixed;right:20px;bottom:20px;z-index:80;background:var(--whatsapp);color:#fff;border-radius:999px;display:flex;align-items:center;gap:12px;padding:12px 22px 12px 14px;box-shadow:0 8px 20px #00000047;max-width:300px}.wa-float .wa-icon{background:#ffffff38;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wa-float b{font-size:.95rem;font-family:"Baloo 2",sans-serif;font-weight:700;white-space:nowrap}.hero{position:relative;overflow:hidden;color:#fff;min-height:560px;display:flex;align-items:center;background-size:cover;background-position:center;background-color:#fdc400}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#050505d1 8%,#05050580 40%,#05050514 75%)}.hero-content{position:relative;z-index:2;padding:60px 24px;max-width:1180px;margin:0 auto;width:100%}.hero-content h1{font-size:clamp(1.5rem,3.6vw,2.4rem);font-weight:700;line-height:1.2;max-width:600px;margin:0 0 14px}.hero-content h1 .yellow-line{color:var(--shell-yellow-btn);display:block}.hero-content h1 .white-line{color:#fff;font-weight:600;display:block}.hero-content p{max-width:580px;font-size:.98rem;line-height:1.55;color:#f2f2f2;margin:0 0 12px;font-weight:600}.hero-content p.small{font-size:.92rem;color:#e2e2e2;margin:0 0 26px}.hero-btns{display:flex;gap:12px;flex-wrap:wrap}.btn{border:none;cursor:pointer;font-family:"Baloo 2",sans-serif;font-weight:700;font-size:.9rem;padding:13px 22px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;transition:transform .15s}.btn:hover{transform:translateY(-2px)}.btn-yellow{background:var(--shell-yellow-btn);color:#33342e}.btn-gray{background:var(--btn-gray);color:#fff}.hero-dots-bar{position:absolute;left:0;right:0;bottom:18px;z-index:5;background:transparent;padding:0;display:flex;justify-content:center;gap:8px}.hero-dots-bar span{width:9px;height:9px;border-radius:50%;background:var(--shell-red);opacity:.35}.hero-dots-bar span.on{opacity:1}.steps-outer{background:var(--steps-bg);border-radius:22px;padding:34px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{border-radius:16px;padding:24px 22px;color:var(--ink)}.step-card.yellow{background:var(--shell-yellow-btn)}.step-card.red{background:var(--shell-red);color:#fff}.step-num-row{display:flex;justify-content:center;margin-bottom:16px}.step-num{width:36px;height:36px;border-radius:50%;border:2px solid var(--shell-red);color:var(--shell-red);font-weight:800;display:flex;align-items:center;justify-content:center;font-family:"Baloo 2",sans-serif;font-size:1.05rem;background:transparent;flex-shrink:0}.step-card.red .step-num{border-color:#fff;color:#fff}.step-card h3{font-size:1.02rem;margin:0 0 10px;font-weight:700;color:var(--ink);display:flex;align-items:center;gap:8px}.step-card.red h3{color:var(--shell-yellow-btn)}.step-card h3 .step-icon-inline{flex-shrink:0;color:var(--shell-red)}.step-card.red h3 .step-icon-inline{color:var(--shell-yellow-btn)}.step-card p{font-size:.88rem;line-height:1.5;margin:0 0 16px;color:#333;font-weight:600}.step-card.red p{color:#fff;font-weight:500}.step-card .tag{font-size:.8rem;font-weight:800;color:var(--shell-red)}.step-card.red .tag{color:#fff}.attempts-bar{background:var(--charcoal);border-radius:16px;margin-top:22px;display:flex;flex-wrap:wrap;color:#fff;overflow:hidden;padding:22px 26px;gap:16px;align-items:center}.attempts-label{font-weight:700;font-size:1.05rem;color:var(--shell-yellow-btn);flex:1 1 260px;font-family:"Baloo 2",sans-serif;line-height:1.3}.attempts-item{flex:1 1 190px;text-align:center;padding:14px 10px;border:2px solid var(--shell-yellow-btn);border-radius:12px}.attempts-item b{display:block;font-size:.85rem;margin-bottom:6px;font-weight:600}.attempts-item span{font-weight:800;font-size:.95rem;font-family:"Baloo 2",sans-serif}.co-strip{position:relative;display:flex;height:230px;overflow:hidden}.co-strip img{flex:1 1 20%;width:20%;height:100%;object-fit:cover}.co-strip-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000006b;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 20px}.co-strip-overlay h2{color:#fff;font-size:clamp(1.3rem,3.4vw,2.1rem);font-weight:700;margin:0}.co-strip-overlay h2 .accent{color:var(--shell-yellow-btn)}.prize-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:6px}.prize-card{border:2px solid var(--shell-red);border-radius:18px;padding:30px 26px;text-align:center;background:var(--card-alt-bg)}.prize-icon{width:52px;height:52px;margin:0 auto 14px;color:var(--shell-red)}.prize-card h3{color:var(--shell-red);font-weight:700;font-size:1.05rem;margin:0 0 8px}.prize-card p{color:var(--ink-soft);font-size:.92rem;line-height:1.5;margin:0;font-weight:600}.skill-banner{position:relative;border-radius:60px;overflow:hidden;margin-top:26px;min-height:150px;display:flex;align-items:center;background-size:cover;background-position:center}.skill-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a0806e0 30%,#0a080659)}.skill-banner-content{position:relative;z-index:1;padding:24px 40px;max-width:640px}.skill-banner-content h4{color:var(--shell-yellow-btn);font-weight:700;font-size:1.05rem;margin:0 0 8px}.skill-banner-content p{margin:0;font-size:.9rem;color:#f0f0f0;line-height:1.5;font-weight:500}.skill-banner-content p b{color:#fff;font-weight:800}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border-radius:16px;overflow:hidden;box-shadow:0 8px 22px #0000001f;aspect-ratio:1/1}.product-card img{width:100%;height:100%;object-fit:cover}.countdown-box{background:var(--charcoal);border-radius:20px;padding:30px 32px;color:#fff;margin:18px 0 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.countdown-left{flex:1 1 340px}.countdown-left h3{margin:0 0 10px;font-size:1.3rem;font-weight:700}.countdown-left p{margin:0;font-size:.86rem;color:#cfcfcf;line-height:1.5;font-weight:500;max-width:480px}.countdown-left p b{color:#fff}.countdown-timer{display:flex;gap:12px;flex-wrap:wrap}.countdown-timer div{background:var(--charcoal-card);border-radius:12px;padding:14px 20px;min-width:76px;text-align:center}.countdown-timer div b{display:block;font-size:1.7rem;font-weight:800;font-family:"Baloo 2",sans-serif}.countdown-timer div.days b{color:var(--shell-yellow-btn)}.countdown-timer div.hours b,.countdown-timer div.mins b{color:#fff}.countdown-timer div.secs b{color:var(--shell-red)}.countdown-timer div span{font-size:.66rem;text-transform:uppercase;letter-spacing:.07em;color:#a8a8a8;font-weight:700}.winner-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:22px;margin-bottom:20px}.winner-card{border-radius:18px;border:2px solid var(--shell-red);background:var(--paper);padding:22px}.winner-card.silver{border-color:var(--shell-yellow-btn)}.winner-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.puesto-tag{background:var(--shell-red);color:#fff;font-weight:800;font-size:.72rem;padding:6px 14px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;font-family:"Baloo 2",sans-serif}.winner-card.silver .puesto-tag{background:var(--shell-yellow-btn);color:#3a2f00}.ganador-pill{background:var(--pink-bg);color:var(--shell-red);font-weight:700;font-size:.72rem;padding:6px 14px;border-radius:999px;display:inline-flex;align-items:center;gap:5px}.winner-card .cat{color:var(--ink-soft);font-size:.8rem;text-align:center;font-weight:700;margin-bottom:2px}.winner-card h4{margin:2px 0 4px;font-size:1.15rem;font-weight:700;text-align:center}.winner-card .loc{color:var(--ink-soft);font-size:.82rem;margin-bottom:16px;text-align:center;font-weight:600}.winner-meta{display:flex;border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:14px}.winner-meta div{flex:1;text-align:center;padding:12px;border-right:1px solid var(--border)}.winner-meta div:last-child{border-right:none}.winner-meta div small{display:block;color:var(--ink-soft);font-size:.72rem;font-weight:700;margin-bottom:4px}.winner-meta div b{font-size:1rem;font-family:"Baloo 2",sans-serif;color:var(--shell-red)}.winner-meta div.vol b{color:var(--ink)}.winner-foot{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;flex-wrap:wrap;gap:8px}.winner-foot span.lbl{color:var(--ink-soft);font-weight:600}.elegible-pill{background:var(--pink-bg);color:var(--shell-red);font-weight:700;font-size:.76rem;padding:5px 12px;border-radius:999px}.winner-card.silver .elegible-pill{background:#fff6dc;color:#8a6d00}.tables-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;min-width:0}.table-card{min-width:0}.table-card h4{margin:0 0 14px;font-size:1.15rem;font-weight:700;color:var(--shell-red);text-align:left}.week-filter{display:flex;align-items:center;gap:8px;margin:-4px 0 14px}.week-filter label{font-size:.78rem;font-weight:700;color:var(--ink-soft)}.week-filter select{font-family:inherit;font-size:.78rem;font-weight:700;color:var(--ink);background:var(--paper-soft);border:1px solid var(--border);border-radius:10px;padding:6px 10px;cursor:pointer}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:14px;max-width:100%}table{width:100%;border-collapse:collapse;font-size:.78rem;min-width:460px}th{text-align:left;padding:12px 10px;color:var(--ink-soft);font-weight:800;border-bottom:1px solid var(--border);font-size:.62rem;text-transform:uppercase;letter-spacing:.02em;background:var(--paper-soft)}td{padding:11px 10px;border-bottom:1px solid var(--border);color:var(--ink);vertical-align:middle}tr:last-child td{border-bottom:none}.pos{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-weight:800;font-size:.72rem;color:#fff}.pos.p1{background:var(--shell-red)}.pos.p2{background:var(--shell-yellow-btn);color:#3a2f00}.pos.p3plus{background:#b9b9b9;color:#fff}.pname{font-weight:800}.pcat{display:block;color:var(--ink-soft);font-weight:600;font-size:.72rem}.ploc-zone{font-weight:700}.ploc-city{display:block;color:var(--ink-soft);font-size:.72rem;font-weight:600}.time-badge{display:inline-block;max-width:100%;box-sizing:border-box;background:var(--pink-bg);color:var(--shell-red);font-weight:800;padding:4px 9px;border-radius:8px;font-size:.76rem}.estado-badge{display:inline-block;max-width:100%;box-sizing:border-box;font-weight:700;font-size:.72rem;padding:5px 10px;border-radius:999px}.estado-badge.premio{background:var(--pink-bg);color:var(--shell-red)}.estado-badge.auditado{background:var(--blue-bg);color:#1b4a8a}footer{background:var(--shell-yellow);padding:44px 24px 30px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px;max-width:1180px;margin:0 auto}.footer-logo{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--shell-blue);font-size:1.25rem;margin-bottom:10px}.footer-logo img{height:42px}.footer-grid p.tag{font-size:.82rem;color:#3a2f00;max-width:260px;font-weight:600}.footer-grid h5{font-size:1rem;font-weight:700;color:var(--shell-blue);margin:0 0 14px;font-family:"Baloo 2",sans-serif}.footer-grid ul{list-style:none;margin:0;padding:0}.footer-grid li{margin-bottom:10px;font-size:.9rem;font-weight:600;color:#2a2200}.footer-grid li.bold-link{font-weight:800;margin-top:14px}.footer-grid li a:hover{text-decoration:underline}@media(max-width:900px){nav.mainnav{order:3;width:100%;justify-content:center}.steps-grid,.prize-grid,.products-grid,.tables-grid,.winner-cards,.footer-grid{grid-template-columns:1fr}.countdown-box{flex-direction:column;align-items:stretch}.countdown-timer{justify-content:center}.co-strip{height:170px}.wa-float b{display:none}.section-pad{padding:44px 0}}@media(max-width:640px){.topbar-inner{padding:10px 16px;justify-content:center}.logo{font-size:1.05rem}.logo img{height:36px}.wrap{padding:0 16px}.hero{min-height:auto}.hero-content{padding:44px 16px}.hero-btns{flex-direction:column;align-items:stretch}.hero-btns .btn{justify-content:center;text-align:center}.attempts-bar{flex-direction:column;align-items:stretch;padding:18px}.attempts-item{flex:1 1 auto}.co-strip{height:130px}.co-strip-overlay h2{font-size:1.05rem}.countdown-timer div{min-width:64px;padding:10px 12px;flex:1 1 64px}.countdown-timer div b{font-size:1.3rem}.prize-card,.step-card{padding:22px 18px}table{font-size:.72rem}th,td{padding:8px 10px}.winner-meta{flex-direction:column}.winner-meta div{border-right:none;border-bottom:1px solid var(--border)}.winner-meta div:last-child{border-bottom:none}.footer-grid{gap:26px}}:root{color-scheme:light;--shell-red:#DD1F25;--ink:#595957;--ink-soft:#595957;--paper:#fff;--paper-soft:#fafafa;--border:#e8e8e8;--steps-bg:#E9E9E9;--card-alt-bg:#F4F4F4}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--ink:#595957;--ink-soft:#595957;--paper:#fff;--paper-soft:#fafafa;--border:#e8e8e8;--steps-bg:#E9E9E9;--card-alt-bg:#F4F4F4}}body{font-family:Shell,Arial,sans-serif;font-weight:400;color:#595957}h1,h2,h3,h4,h5,.rounded-font,.btn,nav.mainnav a,.wa-float b,.step-num,.attempts-label,.attempts-item span,.countdown-timer div b,.puesto-tag,.winner-meta div b{font-family:Shell,Arial,sans-serif}.wrap{max-width:1920px;padding:0 84px}.section-pad{padding:72px 0}.h2{font-size:49px;line-height:1.25;font-weight:700;margin-bottom:24px}.sub{font-size:35px;line-height:1.35;max-width:1660px;font-weight:400;margin-bottom:64px}.topbar{position:relative}.topbar-inner{max-width:1920px;min-height:178px;padding:32px 90px;gap:32px;flex-wrap:nowrap}.logo{font-size:40px;gap:32px}.logo img{height:88px}.mainnav{gap:8px!important}nav.mainnav a{font-size:30px;font-weight:400;padding:10px 22px}nav.mainnav a.active{font-weight:700}.hero{min-height:880px;background-size:cover;background-position:center}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:24px;background:#fdc400;pointer-events:none;z-index:2}.hero:before{background:none}.hero-content{max-width:1420px;padding:65px 0}.hero-content:before{content:"";position:absolute;z-index:-1;left:-90px;top:10px;bottom:10px;width:740px;background:#12160f99}.hero-content h1{font-size:40px;max-width:720px;line-height:1.22;margin-bottom:35px}.hero-content h1 .white-line{font-weight:400}.hero-content p{font-size:22px;line-height:1.3;font-weight:400;max-width:675px;margin-bottom:24px}.hero-content p.small{font-size:22px;margin-bottom:110px}.hero-btns{gap:32px}.btn{font-size:20px;padding:12px 25px}.hero-btns .btn svg{display:none}.hero-dots-bar{padding:26px 0;gap:28px}.hero-dots-bar span{width:28px;height:28px;opacity:1}.wa-float{padding:18px 30px 18px 18px;gap:15px;box-shadow:none;background:#16d916}.wa-float b{font-size:25px}.wa-float .wa-icon{width:50px;height:50px;background:transparent;border:2px solid white}.wa-float{max-width:none}#como-participar{padding-top:35px;padding-bottom:90px}#como-participar .h2{margin-bottom:65px!important}.steps-outer{margin:0 -84px;padding:40px 170px;border-radius:65px}.steps-grid{gap:58px}.step-card{border-radius:72px;padding:40px 45px;min-height:480px}.step-num-row{margin-bottom:24px}.step-num{width:66px;height:66px;font-size:48px;background:#fdc400;color:#fff;border-color:#fff;font-weight:400}.step-card.red .step-num{color:#fdc400;background:transparent;border-color:#fdc400}.step-card h3{font-size:27px;line-height:1.2;min-height:70px;margin-bottom:20px}.step-card h3 .step-icon-inline{width:40px;height:40px}.step-card p{font-size:29px;line-height:1.35;font-weight:400}.step-card.red p{font-weight:400}.step-card .tag{font-size:25px;margin-top:34px}.attempts-bar{margin:50px -84px 0;border-radius:80px;padding:45px 95px;gap:24px;min-height:225px;flex-wrap:nowrap}.attempts-label{font-size:40px;flex:1.65}.attempts-item{flex:1;padding:20px 12px;border-width:2px;border-radius:36px}.attempts-item b,.attempts-item span{font-size:30px;font-weight:400}.co-strip{height:255px;border-bottom:20px solid #FDC400}.co-strip-overlay{background:#00000026}.co-strip-overlay h2{font-size:48px}.co-strip-overlay h2 .accent{color:#fff}#premios{padding-top:72px;padding-bottom:70px}#premios .h2{font-size:40px}.prize-grid{gap:55px}.prize-card{min-height:500px;border:1px solid #dd1f25;border-radius:96px;padding:80px 48px 60px;box-shadow:0 4px 12px #0003}.prize-icon{width:205px;height:115px;margin-bottom:36px}.prize-card h3{font-size:40px}.prize-card p{font-size:38px;line-height:1.3;font-weight:400}.skill-banner{min-height:250px;border-radius:140px;margin-top:60px;box-shadow:0 4px 12px #0003}.skill-banner:before{background:linear-gradient(90deg,#160b05bd,#160b0580 45%,#fff5)}.skill-banner-content{padding:38px 125px;max-width:1160px}.skill-banner-content h4{font-size:37px}.skill-banner-content p{font-size:30px;line-height:1.2;font-weight:400}#productos{padding-top:0;padding-bottom:0}#productos .wrap{padding-top:55px;padding-bottom:85px;position:relative}#productos .wrap:before,#productos .wrap:after{content:"";position:absolute;left:9%;right:9%;height:1px;background:#dedede}#productos .wrap:before{top:0}#productos .wrap:after{bottom:0}#productos .h2{margin-bottom:65px!important}.products-grid{gap:55px}.product-card{border-radius:45px;box-shadow:none}#ranking{padding-top:75px;padding-bottom:175px}#ranking .sub{max-width:1510px}.countdown-box{border-radius:80px;padding:50px 70px;min-height:285px;gap:60px;margin:85px 15px 50px;flex-wrap:nowrap}.countdown-left{flex:1}.countdown-left h3{font-size:30px;color:#fdc400}.countdown-left p{font-size:27px;line-height:1.25;max-width:870px;color:#fff;font-weight:400}.countdown-timer{flex-wrap:nowrap;gap:26px}.countdown-timer div{border-radius:26px;min-width:120px;padding:24px 12px}.countdown-timer div b{font-size:32px}.countdown-timer div span{font-size:18px;text-transform:none;letter-spacing:0;color:#fff}.winner-cards{max-width:1000px;margin:0 auto 70px;gap:24px;background:#fafbff;padding:14px}.winner-card{border-radius:24px;padding:22px;box-shadow:0 4px 8px #0001}.winner-head{margin-bottom:16px}.puesto-tag,.ganador-pill{font-size:13px}.winner-card .cat,.winner-card .loc{font-size:15px;font-weight:400}.winner-card h4{font-size:20px}.winner-meta{margin:18px 0}.winner-meta div{padding:14px 10px}.winner-meta div small{font-size:13px}.winner-meta div b{font-size:19px}.winner-foot,.elegible-pill{font-size:13px}.tables-grid{gap:80px;padding:0 55px}.table-card h4{text-align:center;font-size:49px;margin-bottom:45px}.table-scroll{border-radius:70px;box-shadow:0 0 12px #0003}table{font-size:16px}th{font-size:12px;padding:24px 15px}td{padding:20px 15px}.pname{font-size:17px}.pcat,.ploc-city{font-size:15px}.pos{width:29px;height:29px;font-size:15px}.time-badge,.estado-badge{font-size:14px}footer{background:#fdc400;padding:75px 90px 90px}.footer-grid{max-width:1740px;grid-template-columns:1fr 1fr 1fr;gap:80px}.footer-logo{font-family:Shell,Arial,sans-serif;font-size:40px;gap:28px}.footer-logo img{height:90px}.footer-grid h5{font-size:35px;margin-bottom:40px;color:#595957}.footer-grid li{font-size:29px;line-height:1.35;margin-bottom:0;font-weight:400;color:#595957}.footer-grid li.bold-link{margin-top:35px}section[id]{scroll-margin-top:24px}@media(min-width:901px)and (max-width:1700px){.topbar-inner{min-height:120px;padding:25px 4%}.logo{font-size:28px;gap:16px}.logo img{height:60px}nav.mainnav a{font-size:21px;padding:9px 15px}.hero{min-height:720px}.hero-content{padding:50px 10%;max-width:none}.hero-content:before{left:6%;width:660px}.steps-outer{padding:40px 6%}.steps-grid{gap:30px}.step-card{padding:30px;border-radius:48px}.step-card p,.step-card h3{font-size:23px}.step-card .tag{font-size:20px}.attempts-bar{padding:35px 6%}.attempts-label{font-size:30px}.attempts-item b,.attempts-item span{font-size:23px}.countdown-box{padding:40px;gap:30px}.countdown-timer{gap:12px}.countdown-timer div{min-width:85px}.countdown-left p{font-size:23px}.footer-logo{font-size:27px}.footer-grid li{font-size:23px}.footer-logo img{height:65px}.tables-grid{padding:0;gap:40px}.table-card h4{font-size:35px}.skill-banner-content{padding-left:65px}}@media(max-width:1100px)and (min-width:901px){.topbar-inner{flex-wrap:wrap;justify-content:center}nav.mainnav{width:100%;justify-content:center}.countdown-box{flex-wrap:wrap}.countdown-timer{margin:auto}.footer-grid{gap:25px}.footer-logo{font-size:22px}}@media(max-width:900px){.wrap{padding:0 24px}.section-pad{padding:44px 0}.h2,#premios .h2{font-size:30px}.sub{font-size:19px;margin-bottom:32px}.topbar-inner{min-height:0;padding:18px 20px;flex-wrap:wrap;justify-content:center;gap:15px}.logo{font-size:26px;gap:15px}.logo img{height:50px}nav.mainnav{width:100%;gap:3px!important}nav.mainnav a{font-size:16px;padding:8px 11px}.hero{min-height:650px;background-position:60% center}.hero:after{height:10px}.hero-content{padding:40px 28px}.hero-content:before{left:0;top:0;bottom:0;width:100%;background:linear-gradient(90deg,#12160fe0,#12160f70)}.hero-content h1{font-size:32px}.hero-content p{font-size:19px;max-width:570px}.hero-content p.small{font-size:18px;margin-bottom:40px}.btn{font-size:17px;padding:13px 20px}.hero-btns{gap:15px}.hero-dots-bar{padding:18px;gap:15px}.hero-dots-bar span{width:15px;height:15px}#como-participar{padding:25px 0 45px}#como-participar .h2{margin-bottom:30px!important}.steps-outer{margin:0;padding:26px;border-radius:32px}.steps-grid{gap:24px}.step-card{min-height:0;border-radius:35px;padding:30px}.step-num{width:45px;height:45px;font-size:31px}.step-card h3{font-size:23px;min-height:0}.step-card h3 .step-icon-inline{width:30px;height:30px}.step-card p{font-size:19px}.step-card .tag{font-size:17px;margin-top:20px}.attempts-bar{margin:25px 0 0;min-height:0;padding:28px;border-radius:32px;flex-direction:column;align-items:stretch;gap:18px}.attempts-label{flex:0 0 auto;font-size:25px}.attempts-item{flex:0 0 auto;padding:17px;border-radius:22px}.attempts-item b,.attempts-item span{font-size:21px}.co-strip{height:175px;border-bottom-width:10px}.co-strip-overlay h2{font-size:27px}#premios{padding:45px 0}.prize-grid{gap:25px}.prize-card{min-height:0;padding:35px;border-radius:45px}.prize-icon{width:125px;height:75px;margin-bottom:20px}.prize-card h3{font-size:28px}.prize-card p{font-size:23px}.skill-banner{border-radius:40px;margin-top:30px;min-height:210px}.skill-banner-content{padding:30px;max-width:600px}.skill-banner-content h4{font-size:25px}.skill-banner-content p{font-size:20px}#productos .wrap{padding-top:40px;padding-bottom:45px}#productos .h2{margin-bottom:30px!important}.products-grid{gap:25px}.product-card{border-radius:30px;max-width:550px;width:100%;margin:auto}#ranking{padding:45px 0 60px}.countdown-box{margin:35px 0;min-height:0;padding:28px;border-radius:32px;gap:26px;flex-direction:column}.countdown-left{flex:0 0 auto}.countdown-left h3{font-size:24px}.countdown-left p{font-size:18px}.countdown-timer{gap:10px;flex-wrap:nowrap}.countdown-timer div{min-width:0;flex:1;padding:15px 5px;border-radius:15px}.countdown-timer div b{font-size:27px}.countdown-timer div span{font-size:12px}.winner-cards{padding:0;background:none;gap:24px;margin-bottom:40px}.winner-card{padding:24px;border-radius:28px}.winner-card h4{font-size:24px}.winner-card .cat,.winner-card .loc{font-size:15px}.winner-meta{flex-direction:row}.winner-meta div{padding:16px 6px}.winner-meta div small{font-size:13px}.winner-meta div b{font-size:21px}.puesto-tag,.ganador-pill{font-size:12px}.winner-foot,.elegible-pill{font-size:13px}.tables-grid{padding:0;gap:40px}.table-card h4{font-size:28px;margin-bottom:25px}.table-scroll{border-radius:25px}table{font-size:15px}th{font-size:11px}td{padding:16px 12px}.pname{font-size:15px}.pcat,.ploc-city{font-size:13px}footer{padding:40px 28px}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-logo{font-size:28px;gap:15px}.footer-logo img{height:60px}.footer-grid h5{font-size:24px;margin-bottom:20px}.footer-grid li{font-size:19px}.footer-grid li.bold-link{margin-top:20px}.wa-float{right:15px;bottom:15px;padding:10px}.wa-float .wa-icon{width:34px;height:34px}.wa-float b{display:none}}@media(max-width:450px){.wrap{padding:0 18px}.hero-content{padding:35px 24px}.hero-content h1{font-size:28px}.hero-content p{font-size:17px}.hero-content p.small{font-size:16px}.hero-btns{flex-direction:column}.hero-btns .btn{justify-content:center}.h2,#premios .h2{font-size:27px}.steps-outer{padding:18px}.step-card{padding:25px}.step-card h3{font-size:21px}.step-card p{font-size:18px}.prize-card p{font-size:21px}.co-strip-overlay h2{font-size:24px}.winner-meta div b{font-size:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}a:focus-visible{outline:3px solid #005696;outline-offset:5px}.hero{background-position:center bottom}.logo,.footer-logo{font-weight:400}@media(min-width:1701px){.step-card{padding:35px 40px}.step-card p{font-size:26px}.step-card h3{font-size:25px;min-height:60px}.step-card .tag{font-size:22px;margin-top:25px}}@media(max-width:900px){.topbar-inner{gap:10px;padding:14px 16px}.logo{font-size:23px}.logo img{height:42px}nav.mainnav a{font-size:14px;padding:7px 9px}.hero{background-position:65% bottom}}@media(max-width:450px){.hero-content h1{font-size:24px}.step-card h3{font-size:19px}.step-card .tag{font-size:15px}}:root{--header-height:178px}.topbar{position:sticky;top:0;z-index:60}section[id]{scroll-margin-top:calc(var(--header-height) + 20px)}.hero-content{max-width:1920px;padding:40px clamp(24px,8.3vw,160px)}.hero-content:before{display:none}.hero-panel{width:min(100%,830px);padding:50px 60px;background:#12160f99}.hero-panel h1,.hero-panel p{max-width:100%;overflow-wrap:break-word}.hero-panel .hero-btns{gap:20px}.hero-panel .btn{max-width:100%;text-align:center;justify-content:center;white-space:normal}@media(min-width:901px)and (max-width:1700px){.hero-content{padding:30px 5.5%}.hero-panel{width:min(100%,740px);padding:40px}.hero-panel h1{font-size:36px}.hero-panel p{font-size:21px}.hero-panel p.small{font-size:20px;margin-bottom:65px}}@media(max-width:900px){.hero-content{padding:28px 24px}.hero-panel{width:min(100%,650px);padding:30px;background:#12160fb3}.hero-panel p.small{margin-bottom:32px}}@media(max-width:450px){.hero-content{padding:20px 16px}.hero-panel{padding:24px 18px}.hero-panel h1{font-size:23px}.hero-panel .btn{font-size:16px;padding:13px 12px}}@media(min-width:901px){.topbar-inner{min-height:76px;padding:14px 4%;gap:24px;flex-wrap:nowrap}.logo{font-size:26px;gap:16px}.logo img{height:46px}nav.mainnav{width:auto}nav.mainnav a{font-size:18px;padding:8px 14px}.wrap{max-width:1440px;padding-left:48px;padding-right:48px}.section-pad{padding:36px 0}.h2,#premios .h2{font-size:30px;margin-bottom:14px}.sub{font-size:20px;max-width:1120px;margin-bottom:26px}.hero{min-height:0;min-height:calc(100svh - var(--header-height))}.hero:after{height:10px}.hero-content{padding:24px 5.5%}.hero-panel{width:min(100%,650px);padding:28px 32px}.hero-panel h1{font-size:30px;margin-bottom:22px}.hero-panel p{font-size:18px;line-height:1.35;margin-bottom:18px}.hero-panel p.small{font-size:17px;margin-bottom:28px}.hero-panel .btn{font-size:16px;padding:12px 20px}.hero-dots-bar{padding:14px;gap:16px}.hero-dots-bar span{width:14px;height:14px}#como-participar{padding:30px 0}#como-participar .h2{margin-bottom:24px!important}.steps-outer{margin:0;padding:22px;border-radius:32px}.steps-grid{gap:24px}.step-card{min-height:0;padding:22px;border-radius:32px}.step-num-row{margin-bottom:14px}.step-num{width:42px;height:42px;font-size:30px}.step-card h3{font-size:20px;min-height:48px;margin-bottom:12px}.step-card h3 .step-icon-inline{width:27px;height:27px}.step-card p{font-size:18px;line-height:1.3;margin-bottom:12px}.step-card .tag{font-size:16px;margin-top:15px}.attempts-bar{min-height:0;margin:20px 0 0;padding:22px 26px;border-radius:30px;gap:16px}.attempts-label{font-size:23px}.attempts-item{padding:12px 8px;border-radius:18px}.attempts-item b,.attempts-item span{font-size:18px}.co-strip{height:180px;border-bottom-width:10px}.co-strip-overlay h2{font-size:30px}#premios{padding:32px 0}.prize-grid{gap:28px}.prize-card{min-height:0;padding:28px 35px;border-radius:44px}.prize-icon{width:110px;height:65px;margin-bottom:18px}.prize-card h3{font-size:26px}.prize-card p{font-size:23px;line-height:1.3}.skill-banner{min-height:0;margin-top:25px;border-radius:60px}.skill-banner-content{padding:25px 48px;max-width:850px}.skill-banner-content h4{font-size:25px}.skill-banner-content p{font-size:19px}#productos .wrap{padding-top:32px;padding-bottom:40px}#productos .h2{margin-bottom:28px!important}.products-grid{gap:30px}.product-card{border-radius:28px}#ranking{padding:35px 0 60px}.countdown-box{min-height:0;margin:30px 0;padding:28px 35px;border-radius:35px;gap:30px}.countdown-left h3{font-size:24px}.countdown-left p{font-size:18px}.countdown-timer{gap:12px}.countdown-timer div{min-width:76px;padding:16px 10px;border-radius:16px}.countdown-timer div b{font-size:27px}.countdown-timer div span{font-size:13px}.winner-cards{max-width:1050px;margin-bottom:40px}.table-card h4{font-size:30px;margin-bottom:24px}.tables-grid{padding:0;gap:35px}footer{padding:40px 48px}.footer-grid{max-width:1344px;gap:40px}.footer-logo{font-size:27px;gap:16px}.footer-logo img{height:55px}.footer-grid h5{font-size:25px;margin-bottom:22px}.footer-grid li{font-size:20px}.wa-float{right:16px;bottom:16px;padding:10px;gap:0}.wa-float b{display:none}.wa-float .wa-icon{width:34px;height:34px}}@media(min-width:901px)and (max-height:720px){.topbar-inner{min-height:64px;padding-top:9px;padding-bottom:9px}.logo img{height:42px}.hero-content{padding-top:18px;padding-bottom:18px}.hero-panel{padding:22px 28px}.hero-panel h1{font-size:27px;margin-bottom:16px}.hero-panel p{font-size:17px;margin-bottom:14px}.hero-panel p.small{font-size:16px;margin-bottom:22px}#como-participar{padding:22px 0}#como-participar .h2{margin-bottom:18px!important}.steps-outer{padding:16px}.step-card{padding:18px}.step-card p{font-size:17px}.step-card h3{font-size:18px;min-height:42px}.step-card .tag{font-size:15px}.step-num{width:34px;height:34px;font-size:25px}.step-num-row{margin-bottom:10px}.attempts-bar{padding:15px 20px;margin-top:15px}.attempts-label{font-size:20px}.attempts-item b,.attempts-item span{font-size:16px}#premios{padding:24px 0}.prize-card{padding:20px 28px}.prize-icon{height:48px;margin-bottom:12px}.prize-card h3{font-size:23px}.prize-card p{font-size:20px}.skill-banner-content{padding:20px 35px}.skill-banner-content h4{font-size:22px}.skill-banner-content p{font-size:17px}}@media(min-width:901px)and (max-width:1100px){.logo{font-size:21px}nav.mainnav a{font-size:15px;padding:8px 10px}.topbar-inner{gap:15px}}#como-participar>.wrap{max-width:none;padding-left:0;padding-right:0}#como-participar .h2{padding-left:24px;padding-right:24px}#como-participar .steps-outer,#como-participar .attempts-bar{margin-left:0;margin-right:0;width:100%}@media(min-width:901px){#como-participar .steps-outer,#como-participar .attempts-bar{padding-left:max(48px,calc((100% - 1344px)/2));padding-right:max(48px,calc((100% - 1344px)/2))}}.wa-float{gap:8px;padding:9px 14px 9px 10px;max-width:calc(100vw - 24px);right:12px;bottom:12px}.wa-float b{display:block;font-size:14px;line-height:1.2;white-space:normal}.wa-float .wa-icon{width:30px;height:30px;flex-shrink:0}@media(max-width:450px){.wa-float{gap:7px;padding:8px 12px 8px 9px}.wa-float b{font-size:12px}.wa-float .wa-icon{width:27px;height:27px}}@font-face{font-family:Shell;src:url(/assets/font-shell-book-Cl753xUQ.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Shell;src:url(/assets/font-shell-bold-B_xpPdpE.ttf) format("truetype");font-weight:700;font-display:swap}.logo .brand-lockup,.footer-logo .brand-lockup{width:255px;height:auto;max-width:100%}nav.mainnav a{font-size:16px;padding:8px 11px}.co-strip img.destinations-original{width:100%;height:100%;flex:0 0 100%;object-fit:cover}.step-icon-inline{object-fit:contain}.step-redeem{font-size:13px;padding:8px 15px;margin-top:12px}.step-num{color:#dd1f25;font-weight:700}.step-card.red .step-num{color:#fdc400}.verification-note{max-width:1050px;margin:-25px auto 32px;padding:0 18px;font-size:14px}.social-block{margin-top:28px;color:#005696}.social-block p,.social-block small{font-size:13px;font-weight:700}.social-icons{display:flex;gap:20px;margin:18px 0}.social-icons img{width:32px;height:32px}.slide-dot{width:12px;height:12px;border:0;border-radius:50%;padding:0;background:#dd1f25;opacity:.55;cursor:pointer;box-shadow:0 0 0 2px #ffffffd9}.slide-dot[aria-pressed=true]{opacity:1}.slide-dot:focus-visible{outline:3px solid #005696;outline-offset:4px}[hidden]{display:none!important}.hero.second-slide{background-image:none!important;background:#fdc400}.hero-slide-two{width:100%;display:grid;grid-template-columns:46% 54%;align-self:stretch}.slide-two-copy{padding:45px 10%;display:flex;flex-direction:column;justify-content:center;color:#dd1f25}.slide-two-copy h2{font-size:32px;line-height:1.2;margin:0 0 25px}.slide-two-copy p{font-size:26px;line-height:1.15}.slide-two-copy strong{font-size:60px;color:#595957}.slide-two-copy .btn{font-size:14px;padding:10px 15px}.hero-slide-two>img{width:100%;height:100%;object-fit:cover;min-height:0}dialog{max-width:min(90vw,600px);border:0;border-radius:24px;padding:32px;color:#595957}dialog::backdrop{background:#0008}@media(max-width:1100px)and (min-width:901px){.logo .brand-lockup{width:210px}nav.mainnav a{font-size:14px;padding:8px}}@media(max-width:900px){.logo .brand-lockup{width:240px}.hero-slide-two{grid-template-columns:1fr}.slide-two-copy{padding:32px 25px}.slide-two-copy h2{font-size:27px}.slide-two-copy p{font-size:23px}.slide-two-copy strong{font-size:48px}.hero-slide-two>img{height:260px}.verification-note{margin:-20px 0 30px}nav.mainnav a{font-size:13px;padding:7px 9px}.step-redeem{font-size:14px}}@media(max-width:800px){.table-scroll{overflow-x:visible;border:none;border-radius:0}table{width:100%;min-width:0;font-size:.85rem}thead{display:none}tbody,tr,td{display:block;width:100%}tr{background:var(--paper);border:1px solid var(--border);border-radius:14px;padding:14px 16px;margin-bottom:12px}td{border-bottom:none;padding:6px 0;display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:right}td:before{content:attr(data-label);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--ink-soft);text-align:left;flex-shrink:0}td:first-child{justify-content:flex-start;padding-bottom:10px;margin-bottom:6px;border-bottom:1px solid var(--border)}td:first-child:before{display:none}.pname,.ploc-zone,.pcat,.ploc-city{text-align:right}}@media(min-width:1301px){.table-scroll{border-radius:14px}table{font-size:.78rem}th{font-size:.62rem;padding:12px 10px}td{padding:11px 10px}.pname{font-size:inherit}.pcat,.ploc-city{font-size:.72rem}.pos{width:24px;height:24px;font-size:.72rem}.time-badge{font-size:.76rem;padding:4px 9px}.estado-badge{font-size:.72rem;padding:5px 10px}}@media(min-width:901px)and (max-width:1300px){.table-scroll{border-radius:14px}table{font-size:.56rem;min-width:0}th{font-size:.45rem;padding:7px 5px}td{padding:6px 5px}.pname{font-size:inherit}.pcat,.ploc-city{font-size:.51rem}.pos{width:16px;height:16px;font-size:.51rem}.time-badge{font-size:.54rem;padding:2px 5px}.estado-badge{font-size:.51rem;padding:2px 5px}}
