:root{--primary-red: #FF151F;--primary-red-dark: #e0141d;--gold: #FFD700;--gold-dark: #8B7500;--light-gray: #f5f5f5;--medium-gray: #f8f8f8;--border-gray: #e0e0e0;--text-dark: #333;--text-medium: #666;--text-light: #999;--white: #ffffff;--shadow-light: 0 2px 8px rgba(0,0,0,.1);--shadow-medium: 0 4px 12px rgba(0,0,0,.15);--shadow-heavy: 0 10px 30px rgba(0,0,0,.5);--border-radius: 8px;--border-radius-sm: 6px;--transition: all .2s ease;--transition-slow: all .3s ease}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ofertas-container{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.ofertas-main{flex:1;max-width:1200px;margin:30px auto;width:100%;box-sizing:border-box}@media (max-width: 768px){.ofertas-main{margin:20px auto;padding:0 10px}}.subheader{background-color:var(--medium-gray);border-bottom:1px solid var(--border-gray);padding:20px 0}.subheader-mobile{padding:15px 0}.subheader-content{max-width:1200px;margin:0 auto;padding:0 15px}.subheader-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:15px}.subheader-top-mobile{margin-bottom:15px}.subheader-left{display:flex;align-items:center;flex:1}.subheader-right{display:flex;align-items:center;gap:12px;flex:0 0 auto}.subheader-right-mobile{flex:1 0 100%;margin-top:10px}.btn-primary{padding:10px 16px;background-color:var(--primary-red);color:var(--white);border:none;border-radius:var(--border-radius-sm);cursor:pointer;font-size:14px;font-weight:700;transition:var(--transition);white-space:nowrap;display:flex;align-items:center;gap:6px}.btn-primary:hover{background-color:var(--primary-red-dark)}.btn-outline{padding:5px 10px;background-color:transparent;color:var(--primary-red);border:0;border-radius:var(--border-radius-sm);cursor:pointer;font-size:15px;font-weight:700;transition:var(--transition);display:flex;align-items:center;gap:6px}.btn-outline:hover{background-color:#ff151f1a}.btn-category{padding:10px 12px;background-color:var(--white);color:var(--text-dark);border:1px solid #ddd;border-radius:var(--border-radius-sm);cursor:pointer;font-size:13px;font-weight:700;transition:var(--transition);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 0 auto}.btn-category-mobile{flex:1}.btn-category:hover:not(.btn-category-active){border-color:var(--primary-red);color:var(--primary-red)}.btn-category-active{background-color:var(--primary-red);color:var(--white);border-color:var(--primary-red)}.btn-filter-toggle{width:100%;padding:12px;background-color:var(--primary-red);color:var(--white);border:none;border-radius:var(--border-radius-sm);cursor:pointer;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:space-between}.btn-carousel{position:absolute;top:50%;transform:translateY(-50%);background-color:#fffc;color:var(--primary-red);border:none;border-radius:50%;width:50px;height:50px;font-size:24px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:var(--transition-slow);box-shadow:0 2px 8px #0000004d}.btn-carousel:hover{background-color:#fff;transform:translateY(-50%) scale(1.1)}.btn-carousel-prev{left:5px}.btn-carousel-next{right:5px}.btn-close-modal{position:absolute;top:20px;right:20px;background:#fff3;color:var(--white);border:none;border-radius:50%;width:50px;height:50px;font-size:24px;cursor:pointer;z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);display:flex;align-items:center;justify-content:center}.btn-close-modal:hover{background-color:#ffffff4d}.btn-indicator{width:10px;height:10px;border-radius:50%;border:none;background-color:#ffffff80;cursor:pointer;transition:background-color .3s ease}.btn-indicator-active{background-color:var(--primary-red)}.page-title{color:var(--primary-red);font-size:20px;margin:0;font-weight:600;padding:0 0 1px 10px;border-left:2px solid var(--primary-red)}.product-count{color:var(--text-medium);margin:0 0 20px;font-size:14px;font-style:italic;text-align:center}.section-title{color:var(--text-dark);font-size:16px;font-weight:700;margin-bottom:15px;text-align:center}.search-input{width:97%;padding:10px 0 10px 10px;border:1px solid #ddd;border-radius:var(--border-radius-sm);font-size:14px;outline:none;transition:var(--transition);background-color:var(--white)}.search-input:focus{border-color:var(--primary-red);box-shadow:0 0 0 2px #ff151f1a}.categories-grid{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.categories-grid-mobile{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:12px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px}.product-card{position:relative;width:100%;cursor:pointer;border-radius:var(--border-radius);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;box-shadow:var(--shadow-light);max-width:calc(100vw - 30px);min-height:200px;background-color:var(--light-gray);display:flex;flex-direction:column;align-items:center;justify-content:center}.product-card:hover{transform:scale(1.03);box-shadow:var(--shadow-medium)}.product-emphasis{position:absolute;top:0;left:0;right:0;background-color:var(--gold);color:var(--gold-dark);padding:8px 12px;font-size:12px;font-weight:700;text-align:center;z-index:2;text-transform:uppercase;letter-spacing:1px}.product-image{width:100%;height:auto;object-fit:contain;display:block;max-width:100%;transition:opacity .3s ease;opacity:0}.product-image-loaded{opacity:1}.product-image-emphasized{margin-top:30px}.carousel-container{position:relative;width:100%;height:0;padding-bottom:18.4%;border-radius:12px;overflow:hidden;margin:20px 0;box-shadow:var(--shadow-medium)}.carousel-container-mobile{padding-bottom:40%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;transition:opacity .5s ease}.carousel-image{width:100%;height:100%;object-fit:cover}.carousel-indicators{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;gap:15px}.loading-small{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 20px;gap:10px}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-red);border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-small{width:30px;height:30px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-red)}.loading-spinner-banner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-red)}.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--light-gray);display:flex;align-items:center;justify-content:center}.banner-loading{height:0;padding-bottom:18.4%;display:flex;align-items:center;justify-content:center;background-color:var(--light-gray);border-radius:12px;margin:20px 0;position:relative}.banner-loading-mobile{padding-bottom:80%}.empty-state{text-align:center;padding:60px 20px;color:var(--text-medium)}.empty-state-icon{font-size:48px;margin-bottom:16px}.empty-state-title{color:var(--text-dark);margin-bottom:8px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;box-sizing:border-box}.modal-content{max-width:calc(100vw - 80px);max-height:calc(100vh - 80px);position:relative;box-sizing:border-box}.modal-image{width:100%;height:auto;max-height:80vh;object-fit:contain;border-radius:var(--border-radius);box-shadow:var(--shadow-heavy)}.error-container{text-align:center;padding:20px;color:var(--text-light);width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f8f8;border-radius:var(--border-radius)}.error-container-modal{text-align:center;padding:40px;color:var(--white);background:#ffffff1a;border-radius:var(--border-radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.error-icon{font-size:24px;margin-bottom:8px}.error-icon-modal{font-size:48px;margin-bottom:16px}.error-message{margin:0;font-size:14px}.rotate-180{transform:rotate(180deg)}.hidden-mobile{display:none}@media (max-width: 768px){.hidden-mobile{display:flex}.btn-carousel{display:none}}.oxxo-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.oxxo-container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.oxxo-container-lg{max-width:1280px;margin:0 auto;padding:0;width:100%}.breadcrumb-container{display:flex;align-items:center;flex:1;margin-bottom:2rem}.breadcrumb-button{padding:8px 16px;background-color:transparent;color:#ff151f;border:0;border-radius:6px;cursor:pointer;font-size:15px;font-weight:700;transition:all .2s ease;display:flex;align-items:center;gap:6px}.breadcrumb-button:hover{background-color:#ff151f1a}.breadcrumb-title{color:#ff151f;font-size:20px;margin:0;font-weight:600;padding:0 0 1px 16px;border-left:2px solid #FF151F}.oxxo-hero-section{padding:2rem 0 4rem}.oxxo-hero-image{max-width:100%;height:auto;border-radius:15px}.oxxo-section-title-red{font-size:2.5rem;font-weight:700;color:#dc2626;text-align:center;margin-bottom:3rem;line-height:1.3}.oxxo-section-title-red-left{font-size:2.5rem;font-weight:700;color:#dc2626;margin-bottom:3rem;line-height:1.3}.oxxo-section-title-red-small{font-size:2rem;font-weight:700;color:#dc2626;text-align:center;margin-bottom:3rem}.oxxo-section-title-dark{font-size:2.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:1rem;line-height:1.3}.oxxo-section-title-dark-left{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.3}.oxxo-section-subtitle{text-align:center;color:#4b5563;font-size:1.125rem;margin-bottom:3rem}.oxxo-intro-section{padding:4rem 1rem}.oxxo-intro-grid{display:grid;grid-template-columns:1fr;gap:2rem}.oxxo-intro-text{color:#374151;font-size:1.125rem;line-height:1.75;margin:0}.oxxo-timeline-section{padding:4rem 1rem;background-color:#f9fafb}.oxxo-timeline-desktop{display:none}.oxxo-timeline-mobile{display:block}.oxxo-timeline-wrapper{position:relative;margin-bottom:2rem}.oxxo-timeline-items{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;position:relative}.oxxo-timeline-item{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.oxxo-timeline-card{width:100%;padding:0 .5rem;margin-bottom:1rem}.oxxo-timeline-image{width:100%;height:12rem;object-fit:cover;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a}.oxxo-timeline-circle{width:4rem;height:4rem;border-radius:50%;border:4px solid #DC2626;background-color:#fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.oxxo-timeline-year{font-size:.875rem;font-weight:700;color:#1f2937}.oxxo-timeline-line{position:absolute;bottom:2rem;left:0;right:0;height:4px;background-color:#dc2626;z-index:1}.oxxo-carousel-container{position:relative;margin:0 auto;max-width:400px}.oxxo-carousel-overflow{overflow:hidden;border-radius:12px;margin:0 20px}.oxxo-carousel-track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.oxxo-carousel-slide{width:100%;flex-shrink:0;padding:0 8px;display:flex;flex-direction:column;align-items:center}.oxxo-carousel-card{background-color:#fff;border-radius:12px;box-shadow:0 8px 25px #00000026;overflow:hidden;margin-bottom:1.5rem;width:100%;transition:transform .3s ease}.oxxo-carousel-card:hover{transform:translateY(-4px)}.oxxo-carousel-image{width:100%;height:200px;object-fit:cover;display:block}.oxxo-carousel-circle-container{display:flex;justify-content:center;padding:0 8px}.oxxo-carousel-circle{width:70px;height:70px;border-radius:50%;border:4px solid #DC2626;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #dc26264d}.oxxo-carousel-year{font-size:1.1rem;font-weight:700;color:#1f2937}.oxxo-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;border-radius:50%;width:48px;height:48px;box-shadow:0 4px 15px #0003;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.oxxo-carousel-btn:hover{background-color:#dc2626;transform:translateY(-50%) scale(1.1)}.oxxo-carousel-btn:hover svg{color:#fff}.oxxo-carousel-btn-left{left:0}.oxxo-carousel-btn-right{right:0}.oxxo-carousel-btn svg{color:#dc2626;transition:color .3s ease}.oxxo-carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem;padding:0 20px}.oxxo-carousel-dot{width:12px;height:12px;border-radius:50%;background-color:#d1d5db;border:none;cursor:pointer;padding:0;transition:all .3s ease;position:relative}.oxxo-carousel-dot:hover{background-color:#9ca3af;transform:scale(1.2)}.oxxo-carousel-dot.active{background-color:#dc2626;transform:scale(1.2)}.oxxo-carousel-dot.active:after{content:"";position:absolute;inset:-3px;border:2px solid #DC2626;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:0}}.oxxo-content-section{padding:4rem 1rem}.oxxo-content-section-gray{padding:4rem 1rem;background-color:#f9fafb}.oxxo-content-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.oxxo-content-text{display:flex;flex-direction:column;gap:1.5rem}.oxxo-text-content{color:#374151;font-size:1.125rem;line-height:1.75}.oxxo-text-content p{margin:0 0 1rem}.oxxo-text-content p:last-child{margin-bottom:0}.oxxo-text-content-large{display:flex;flex-direction:column;gap:1.5rem;color:#374151;font-size:1.125rem;line-height:1.75}.oxxo-text-content-large p{margin:0}.oxxo-video-container{display:flex;justify-content:center}.oxxo-video-wrapper{position:relative;width:100%;max-width:28rem;aspect-ratio:16 / 9;background-color:#e5e7eb;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px #0000001a}.oxxo-video-iframe{width:100%;height:100%;border:none}.oxxo-map-container{display:flex;justify-content:center}.oxxo-map-image{max-width:100%;height:auto;border-radius:8px}@media (min-width: 768px){.oxxo-section-title-red,.oxxo-section-title-dark,.oxxo-section-title-red-left,.oxxo-section-title-dark-left{font-size:3rem}.oxxo-intro-grid{grid-template-columns:repeat(2,1fr)}.oxxo-timeline-desktop{display:block}.oxxo-timeline-mobile{display:none}.oxxo-content-grid{grid-template-columns:repeat(2,1fr)}.breadcrumb-title{font-size:24px}}@media (min-width: 1024px){.oxxo-section-title-red,.oxxo-section-title-dark{font-size:3.5rem}}@media (max-width: 480px){.oxxo-carousel-container{max-width:100%}.oxxo-carousel-overflow{margin:0 10px}.oxxo-carousel-btn{width:40px;height:40px}.oxxo-carousel-image{height:180px}.oxxo-section-title-red,.oxxo-section-title-dark{font-size:2rem}}
