﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding-top: 145px; /* CORREGIDO: Espacio para navbar fijo */
}

/* ===== TOP BAR FIJA - CORREGIDA ===== */
.top-bar {
    background-color: #000000;
    padding: 12px 0;
    border-bottom: 1px solid #333;
    font-size: 14px;
    position: fixed !important; /* CORREGIDO: Siempre fija */
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1001;
    width: 100%;
}

.top-bar-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #ffffff;
    flex: 1;
}

    .contact-info i {
        margin-right: 8px;
        color: #FFD700;
    }

    .contact-info span {
        display: flex;
        align-items: center;
        font-weight: 500;
    }

.address-link {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 500;
}

    .address-link:hover {
        color: #FFD700;
        background-color: rgba(255, 215, 0, 0.1);
        transform: translateY(-1px);
    }

.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .social-icons a {
        color: #ffffff;
        font-size: 18px;
        transition: all 0.3s ease;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
    }

        .social-icons a:hover {
            color: #000;
            background-color: #FFD700;
            transform: translateY(-2px);
        }

/* ===== NAVBAR PRINCIPAL FIJO - CORREGIDO ===== */
.main-navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed !important; /* CORREGIDO: Siempre fijo */
    top: 50px !important;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
    width: 100%;
}

.navbar-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 95px;
    justify-content: space-between;
}

.logo-container {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 140, 0, 0.1));
    border-radius: 15px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .logo-container:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
        border-color: rgba(255, 215, 0, 0.6);
    }

.logo-img {
    height: 75px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

    .logo-img:hover {
        transform: scale(1.05);
    }

.main-nav {
    display: flex;
    list-style: none;
    gap: 0;
    margin: 0 auto;
    flex: 1;
    justify-content: center;
    max-width: 500px;
}

.nav-item a {
    display: block;
    padding: 28px 25px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    position: relative;
    white-space: nowrap;
}

    .nav-item a:hover {
        background-color: #FFD700;
        color: #000;
        border-bottom-color: #000000;
    }

.nav-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-shrink: 0;
}

.nav-icon {
    width: 45px;
    height: 45px;
    background-color: #f8f8f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .nav-icon:hover {
        background-color: #FFD700;
        color: #000;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    }

    .nav-icon a {
        color: inherit;
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .nav-icon a:hover {
            color: inherit;
            text-decoration: none;
        }

/* ===== BOTÓN MÓVIL MEJORADO ===== */
.mobile-menu-btn {
    display: none;
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    border: 2px solid #000;
    border-radius: 10px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    position: relative;
    z-index: 1001;
    font-weight: 700;
}

    .mobile-menu-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
        border-color: #FFD700;
    }

/* ===== MENÚ MÓVIL FUNCIONAL ===== */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

    .mobile-menu.active {
        display: flex !important;
        opacity: 1 !important;
    }

.mobile-menu-content {
    background: #ffffff;
    width: 85%;
    max-width: 300px;
    height: 100vh;
    margin-left: auto;
    padding: 80px 0 40px 0;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    transform: translateX(100%);
    transition: all 0.3s ease;
}

.mobile-menu.active .mobile-menu-content {
    transform: translateX(0) !important;
}

.mobile-menu-header {
    padding: 0 30px 30px 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.mobile-menu-logo {
    height: 60px;
    width: auto;
    max-width: 200px;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FFD700;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    color: #000;
    transition: all 0.3s ease;
    z-index: 10000;
}

    .mobile-menu-close:hover {
        background: #FF8C00;
        transform: scale(1.1);
    }

.mobile-nav-list {
    list-style: none;
    padding: 30px 0;
    margin: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-link {
    display: block;
    padding: 20px 30px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
}

    .mobile-nav-link:hover {
        background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 140, 0, 0.1));
        color: #000;
        padding-left: 40px;
        text-decoration: none;
    }

    .mobile-nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0;
        background: linear-gradient(135deg, #FFD700, #FF8C00);
        transition: width 0.3s ease;
    }

    .mobile-nav-link:hover::before {
        width: 4px;
    }

.mobile-social {
    padding: 30px;
    text-align: center;
    border-top: 1px solid #eee;
}

.mobile-social-title {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.mobile-social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.mobile-social-icon {
    width: 40px;
    height: 40px;
    background: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .mobile-social-icon:hover {
        background: linear-gradient(135deg, #FFD700, #FF8C00);
        color: #000;
        transform: translateY(-2px);
        text-decoration: none;
    }

/* Prevención de scroll cuando el menú está abierto */
body.menu-open {
    overflow: hidden !important;
    height: 100vh !important;
}

.video-hero {
    position: relative;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .video-background video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(26, 26, 26, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.video-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.video-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}

.video-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

    .video-title .highlight {
        background: linear-gradient(135deg, #FFD700, #FF8C00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.video-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.video-stats {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
    justify-content: center;
}

    .video-stats .stat-item {
        text-align: center;
    }

    .video-stats .stat-number {
        display: block;
        font-size: 2.5rem;
        font-weight: 800;
        color: #FFD700;
        line-height: 1;
    }

    .video-stats .stat-label {
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }

.news-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 3rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1rem;
}

    .section-title .highlight {
        background: linear-gradient(135deg, #FFD700, #FF8C00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.news-carousel {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.news-track {
    position: relative;
    height: 500px;
}

.news-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateX(30px);
}

    .news-slide.active {
        opacity: 1;
        transform: translateX(0);
    }

.news-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    align-items: stretch;
}

.news-text {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.news-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.news-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.news-image {
    height: 100%;
    background: linear-gradient(135deg, #000 0%, #333 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.contact-info-news {
    margin: 15px 0;
    padding: 15px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 140, 0, 0.05));
    border-radius: 12px;
    border-left: 4px solid #FFD700;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 12px;
}

    .info-item:last-child {
        margin-bottom: 0;
    }

    .info-item i {
        color: #FFD700;
        font-size: 1.1rem;
        min-width: 20px;
        flex-shrink: 0;
    }

    .info-item span {
        color: #333;
        font-weight: 600;
        font-size: 1rem;
    }

.schedule {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .schedule span {
        color: #333;
        font-weight: 600;
        font-size: 0.95rem;
    }

.address-display {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 12px;
}

    .address-display i {
        color: #FFD700;
        font-size: 1.1rem;
        min-width: 20px;
        flex-shrink: 0;
    }

    .address-display span {
        color: #333;
        font-weight: 600;
        font-size: 1rem;
    }

.anniversary-design {
    text-align: center;
    color: #FFD700;
    position: relative;
    z-index: 2;
}

.big-number {
    font-size: 8rem;
    font-weight: 900;
    line-height: 0.8;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}

.anniversary-text {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
}

.news-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding: 0 20px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .indicator.active {
        background: #FFD700;
        transform: scale(1.2);
    }

.news-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    padding: 0 20px;
}

.news-prev, .news-next {
    width: 50px;
    height: 50px;
    background: #FFD700;
    border: none;
    border-radius: 50%;
    color: #000;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .news-prev:hover, .news-next:hover {
        background: #FF8C00;
        transform: scale(1.1);
    }

.ver-mas-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    color: #000;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

    .ver-mas-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
        background: linear-gradient(135deg, #FF8C00, #FFD700);
        color: #000;
        text-decoration: none;
    }

    .ver-mas-btn i {
        font-size: 0.8rem;
        transition: transform 0.3s ease;
    }

    .ver-mas-btn:hover i {
        transform: translateX(3px);
    }

/* ===== SECCIÓN LLANTAS DESTACADAS - CON VIDEO BACKGROUND ===== */
.llantas-destacadas {
    padding: 80px 0;
    background: transparent !important;
    position: relative;
    overflow: hidden;
}

.llantas-title-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.llantas-main-title {
    font-size: 3rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .llantas-main-title .highlight {
        background: linear-gradient(135deg, #FFD700, #FF8C00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.llantas-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quality-badge-banner {
    display: none !important;
}

.llantas-banner {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 60px 40px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-shadow: none !important;
}

.llantas-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .llantas-video-background video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.llantas-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 135deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 215, 0, 0.1) 30%, rgba(255, 140, 0, 0.1) 70%, rgba(0, 0, 0, 0.4) 100% );
    z-index: 2;
}

.llantas-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    gap: 50px;
}

.llanta-item-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    transition: all 0.4s ease;
    cursor: pointer;
}

.llanta-img-banner {
    width: 320px !important;
    height: 320px !important;
    object-fit: contain;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.3));
}

.llanta-item-banner:hover .llanta-img-banner {
    transform: scale(1.15) rotate(-8deg) !important;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
}

.marca-hover-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.4s ease;
    text-align: center;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border: 3px solid #FFD700 !important;
    backdrop-filter: blur(10px);
}

.llanta-item-banner:hover .marca-hover-overlay {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.marca-logo-hover {
    max-width: 120px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.marca-name-hover {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.modelo-badge-hover {
    background: linear-gradient(135deg, #FFD700, #FF8C00) !important;
    color: #000 !important;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* VERSIÓN MÓVIL - MEJORADA */
.llantas-banner-mobile {
    display: none;
    position: relative;
    background: transparent !important;
    border-radius: 20px;
    overflow: visible !important;
    min-height: 500px !important;
    box-shadow: none !important;
    margin: 0 15px !important;
    padding: 20px 0 !important;
}

    .llantas-banner-mobile::before {
        display: none !important;
    }

.mobile-carousel-track {
    position: relative !important;
    height: 450px !important;
    overflow: visible !important;
}

.mobile-carousel-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    transform: translateX(30px) !important;
    transition: all 0.5s ease !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 30px 15px !important;
    z-index: 5 !important;
}

    .mobile-carousel-slide.active {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }

    .mobile-carousel-slide .llanta-img-banner {
        width: 220px !important;
        height: 220px !important;
        margin-bottom: 20px !important;
        transition: all 0.4s ease !important;
        flex-shrink: 0 !important;
    }

    .mobile-carousel-slide:hover .llanta-img-banner {
        transform: scale(1.05) rotate(-3deg) !important;
    }

.mobile-info {
    text-align: center !important;
    margin-top: 15px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 15px !important;
    border-radius: 15px !important;
    border: 2px solid #FFD700 !important;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2) !important;
    width: 100% !important;
    max-width: 280px !important;
    flex-shrink: 0 !important;
}

.mobile-marca-name {
    font-size: 1.4rem !important;
    font-weight: 900 !important;
    color: #000 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
}

.mobile-modelo-badge {
    background: linear-gradient(135deg, #FFD700, #FF8C00) !important;
    color: #000 !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3) !important;
}

.mobile-nav {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    display: none !important;
    justify-content: center !important;
    gap: 15px !important;
    z-index: 10 !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}

.mobile-nav-btn {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #FFD700, #FF8C00) !important;
    border: none !important;
    border-radius: 50% !important;
    color: #000 !important;
    font-size: 1.2rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3) !important;
}

    .mobile-nav-btn:hover {
        background: linear-gradient(135deg, #FF8C00, #FFD700) !important;
        transform: scale(1.1) !important;
        box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4) !important;
    }

.mobile-indicators {
    display: none !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 20px !important;
}

.mobile-indicator {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: rgba(255, 215, 0, 0.4) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

    .mobile-indicator.active {
        background: #FFD700 !important;
        transform: scale(1.3) !important;
        box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4) !important;
    }

/* ===== SECCIÓN DE CATEGORÍAS PRODUCTOS ===== */
.categorias-productos {
    padding: 100px 0;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.categorias-carousel-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 25px;
    z-index: 2;
}

.categorias-carousel {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 300%;
}

.categoria-slide {
    width: 33.333%;
    flex-shrink: 0;
    padding: 0 15px;
}

.categoria-item {
    position: relative;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease;
    background: #000;
    border: 3px solid transparent;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

    .categoria-item:hover {
        transform: translateY(-10px) scale(1.02);
        border-color: #FFD700;
        box-shadow: 0 25px 50px rgba(255, 215, 0, 0.3);
    }

.categoria-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
    filter: brightness(0.7) contrast(1.1);
    z-index: 1;
}

.categoria-item:hover .categoria-image {
    transform: scale(1.1);
    filter: brightness(0.8) contrast(1.2);
}

.categoria-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 30%, rgba(255,215,0,0.1) 70%, rgba(255,140,0,0.1) 100% );
    transition: all 0.5s ease;
    z-index: 2;
}

.categoria-item:hover .categoria-overlay {
    background: linear-gradient( 135deg, rgba(255,215,0,0.2) 0%, rgba(0,0,0,0.6) 30%, rgba(255,140,0,0.2) 70%, rgba(0,0,0,0.4) 100% );
}

.categoria-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 30px;
    color: white;
    z-index: 3;
    transition: all 0.5s ease;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
}

.categoria-item:hover .categoria-content {
    padding: 50px 30px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
}

.categoria-icon {
    font-size: 3.5rem;
    color: #FFD700;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    text-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    display: block;
}

.categoria-item:hover .categoria-icon {
    color: #ffffff;
    transform: scale(1.3) rotateY(10deg);
    text-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
}

.categoria-title {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.categoria-item:hover .categoria-title {
    color: #FFD700;
    transform: translateY(-8px);
    text-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.categoria-description {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.6;
    transition: all 0.5s ease;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.categoria-item:hover .categoria-description {
    opacity: 1;
    transform: translateY(-5px);
    color: #ffffff;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 25px;
    z-index: 3;
    position: relative;
}

.carousel-btn {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    color: #000;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    border: 3px solid transparent;
    font-weight: 700;
}

    .carousel-btn:hover {
        transform: scale(1.15);
        background: linear-gradient(135deg, #FF8C00, #FFD700);
        box-shadow: 0 15px 35px rgba(255, 215, 0, 0.6);
        border-color: #ffffff;
    }

    .carousel-btn:active {
        transform: scale(1.05);
    }

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    z-index: 3;
    position: relative;
}

    .carousel-indicators .indicator {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        transition: all 0.4s ease;
        border: 2px solid transparent;
        position: relative;
    }

        .carousel-indicators .indicator.active {
            background: linear-gradient(135deg, #FFD700, #FF8C00);
            border-color: #ffffff;
            transform: scale(1.3);
            box-shadow: 0 4px 15px rgba(255, 215, 0, 0.6);
        }

        .carousel-indicators .indicator:hover {
            background: rgba(255, 215, 0, 0.6);
            transform: scale(1.1);
        }

/* SECCIÓN DE EXPERIENCIA JORDAN */
.experiencia-jordan-section {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative;
}

.experiencia-jordan-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.experiencia-jordan-text {
    padding-right: 20px;
}

.experiencia-jordan-years {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

.jordan-years-number {
    font-size: 4rem;
    font-weight: 800;
    color: #000000;
    line-height: 1;
    margin-right: 10px;
    font-family: Arial, sans-serif;
}

.jordan-years-label {
    font-size: 2rem;
    font-weight: 800;
    color: #000000;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.experiencia-jordan-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.experiencia-jordan-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 40px;
    text-align: justify;
    font-family: Arial, sans-serif;
}

.experiencia-jordan-image {
    position: relative;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.experiencia-jordan-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.jordan-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 140, 0, 0.1));
    opacity: 0;
    transition: all 0.3s ease;
}

.experiencia-jordan-image:hover .experiencia-jordan-img {
    transform: scale(1.05);
}

.experiencia-jordan-image:hover .jordan-image-overlay {
    opacity: 1;
}

.experiencia-jordan-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 50px rgba(255, 215, 0, 0.2);
}

/* SECCIÓN DE CONTACTO JORDAN */
.jordan-contact-clean-section {
    padding: 40px 0;
    background: #ffffff;
}

.jordan-contact-clean-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.jordan-form-section {
    background: #ffffff;
    padding: 1.5rem;
}

.jordan-form-header {
    margin-bottom: 1.5rem;
}

.jordan-form-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.3rem;
}

.jordan-form-subtitle {
    font-size: 1.4rem;
    font-weight: 800;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.jordan-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.jordan-row {
    display: flex;
    gap: 1rem;
}

.jordan-input, .jordan-select, .jordan-textarea {
    padding: 0.8rem;
    border: none;
    border-bottom: 2px solid #ddd;
    background: transparent;
    font-size: 0.9rem;
    font-family: inherit;
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
}

    .jordan-input:focus, .jordan-select:focus, .jordan-textarea:focus {
        border-bottom-color: #FFD700;
    }

    .jordan-input::placeholder, .jordan-textarea::placeholder {
        color: #888;
        font-weight: 500;
    }

.jordan-select {
    cursor: pointer;
    color: #888;
}

    .jordan-select option {
        color: #000;
    }

.jordan-textarea {
    resize: vertical;
    min-height: 80px;
}

.jordan-submit-btn {
    background: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    max-width: 150px;
    margin-top: 0.5rem;
}

    .jordan-submit-btn:hover {
        background: linear-gradient(135deg, #FFD700, #FF8C00);
        color: #000;
        transform: translateY(-1px);
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    }

.jordan-info-section {
    background: #f8f8f8;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.jordan-info-block {
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

    .jordan-info-block:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.jordan-info-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
}

.jordan-social-links {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.jordan-social-icon {
    width: 30px;
    height: 30px;
    background: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

    .jordan-social-icon:hover {
        background: linear-gradient(135deg, #FFD700, #FF8C00);
        color: #000;
        text-decoration: none;
        transform: translateY(-2px);
    }

.jordan-info-details {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

    .jordan-info-details .jordan-info-item {
        display: flex;
        align-items: flex-start;
        gap: 0.6rem;
    }

        .jordan-info-details .jordan-info-item i {
            color: #FFD700;
            font-size: 1rem;
            margin-top: 0.1rem;
            min-width: 16px;
        }

        .jordan-info-details .jordan-info-item span {
            color: #333;
            font-weight: 600;
            font-size: 0.85rem;
            line-height: 1.3;
        }

            .jordan-info-details .jordan-info-item span a {
                color: inherit;
                text-decoration: none;
                transition: all 0.3s ease;
            }

                .jordan-info-details .jordan-info-item span a:hover {
                    color: #FFD700;
                }

                .jordan-info-details .jordan-info-item span a[href^="https://wa.me"]:hover {
                    color: #25D366;
                }

/* FOOTER SIMPLE */
.footer-rights-simple {
    background: #000000;
    color: white;
    padding: 20px 0;
    border-top: 3px solid #FFD700;
    text-align: center;
    position: relative;
}

    .footer-rights-simple::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #FFD700, #FF8C00, #FFD700);
    }

.rights-main-text {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== RESPONSIVE MEJORADO ===== */

/* Tablets */
@media (max-width: 1024px) {
    .main-nav {
        display: none !important;
    }

    .mobile-menu-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .navbar-content {
        justify-content: space-between;
    }

    .logo-img {
        height: 65px;
        max-width: 220px;
    }

    .nav-icons {
        margin-right: 15px;
    }

    .video-title {
        font-size: 3rem;
    }

    .news-content {
        grid-template-columns: 1fr;
    }

    .llanta-img-banner {
        width: 250px !important;
        height: 250px !important;
    }

    .llantas-container {
        gap: 30px;
    }

    .llantas-main-title {
        font-size: 2.5rem;
    }

    .categoria-item {
        height: 400px;
    }

    .categoria-content {
        padding: 35px 25px;
    }

    .categoria-icon {
        font-size: 3rem;
    }

    .categoria-title {
        font-size: 1.7rem;
    }

    .carousel-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .llantas-video-background {
        display: block;
    }

    .mobile-nav {
        display: none !important;
    }

    .mobile-indicators {
        display: none !important;
    }

    .experiencia-jordan-content {
        gap: 40px;
    }

    .jordan-years-number {
        font-size: 3.5rem;
    }

    .jordan-years-label {
        font-size: 1.8rem;
    }

    .experiencia-jordan-title {
        font-size: 2.8rem;
    }
}

/* Móviles medianos - NAVBAR FIJO CORREGIDO */
@media (max-width: 768px) {
    .top-bar {
        padding: 8px 0 !important;
        font-size: 12px !important;
        position: fixed !important;
        top: 0 !important;
        z-index: 1001 !important;
    }

    body {
        padding-top: 115px !important; /* top-bar (35px) + navbar (80px) */
    }

    .main-navbar {
        position: fixed !important;
        top: 35px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }

    .navbar-content {
        height: 80px;
        padding: 0 15px;
    }

    .logo-container {
        padding: 8px 15px;
        border-radius: 12px;
    }

    .logo-img {
        height: 55px;
        max-width: 180px;
    }

    .nav-icon {
        width: 40px;
        height: 40px;
    }

    .mobile-menu-btn {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .video-title {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .news-track {
        height: auto;
        min-height: 680px;
    }

    .news-content {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .news-text {
        padding: 35px 30px;
        order: 1;
    }

    .news-image {
        order: 2;
        height: 200px;
        min-height: 200px;
    }

    .contact-info-news {
        margin: 20px 0;
        padding: 18px;
    }

    .info-item {
        margin-bottom: 14px;
        gap: 10px;
    }

        .info-item span {
            font-size: 0.95rem;
        }

    .schedule span {
        font-size: 0.9rem;
    }

    .address-display {
        margin-bottom: 14px;
        gap: 10px;
    }

        .address-display span {
            font-size: 0.95rem;
            line-height: 1.3;
        }

    .ver-mas-btn {
        padding: 10px 16px;
        font-size: 0.85rem;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    /* MOSTRAR CARRUSEL MÓVIL Y OCULTAR DESKTOP */
    .llantas-banner {
        display: none !important;
    }

    .llantas-video-background {
        display: none !important;
    }

    .llantas-banner-mobile {
        display: block !important;
    }

    .mobile-nav {
        display: flex !important;
    }

    .mobile-indicators {
        display: flex !important;
    }

    .llantas-main-title {
        font-size: 2.2rem;
    }

    .llantas-subtitle {
        font-size: 1rem;
    }

    .categorias-productos {
        padding: 80px 0;
    }

    .categoria-item {
        height: 350px;
    }

    .categoria-content {
        padding: 30px 20px;
    }

    .categoria-icon {
        font-size: 2.8rem;
        margin-bottom: 15px;
    }

    .categoria-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }

    .categoria-description {
        font-size: 1rem;
    }

    .carousel-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .carousel-indicators .indicator {
        width: 12px;
        height: 12px;
    }

    .experiencia-jordan-section {
        padding: 60px 0;
    }

    .experiencia-jordan-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .experiencia-jordan-text {
        padding-right: 0;
    }

    .jordan-years-number {
        font-size: 3rem;
    }

    .jordan-years-label {
        font-size: 1.5rem;
    }

    .experiencia-jordan-title {
        font-size: 2.5rem;
    }

    .experiencia-jordan-description {
        font-size: 1rem;
        text-align: left;
    }

    .experiencia-jordan-image {
        height: 350px;
    }

    .jordan-contact-clean-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .jordan-form-section {
        order: 2;
    }

    .jordan-info-section {
        order: 1;
    }

    .jordan-contact-clean-section {
        padding: 30px 0;
    }

    .jordan-contact-clean-layout {
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .jordan-form-section, .jordan-info-section {
        padding: 1rem;
    }

    .jordan-form-title {
        font-size: 1.5rem;
    }

    .jordan-form-subtitle {
        font-size: 1.2rem;
    }

    .jordan-row {
        flex-direction: column;
        gap: 0.5rem;
    }

    .jordan-submit-btn {
        max-width: 100%;
    }

    .jordan-social-links {
        justify-content: center;
    }

    .jordan-info-title {
        font-size: 1.1rem;
    }

    /* ===== MANTENER ENLACES FUNCIONALES EN MÓVIL ===== */
    .contact-info-news .info-item span a,
    .address-display span a,
    .jordan-info-details .jordan-info-item span a {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
        /* QUITAMOS pointer-events: none para permitir clics */
    }

        /* Efecto hover para enlaces de WhatsApp en móvil */
        .jordan-info-details .jordan-info-item span a[href^="https://wa.me"]:hover,
        .jordan-info-details .jordan-info-item span a[href^="https://wa.me"]:active {
            color: #25D366 !important; /* Color verde de WhatsApp */
        }

        /* Efecto hover para otros enlaces */
        .jordan-info-details .jordan-info-item span a:hover {
            color: #FFD700 !important;
        }

        /* Hacer enlaces de WhatsApp más visibles */
        .jordan-info-details .jordan-info-item span a[href^="https://wa.me"] {
            color: #25D366 !important;
            font-weight: 700;
            padding: 4px 8px;
            border-radius: 6px;
            background: rgba(37, 211, 102, 0.1);
            border: 1px solid rgba(37, 211, 102, 0.3);
            display: inline-block;
            min-height: 44px; /* Tamaño mínimo para touch iOS */
            line-height: 36px;
            text-align: center;
        }
}

/* Móviles pequeños */
@media (max-width: 480px) {
    .top-bar {
        padding: 6px 0 !important;
        font-size: 11px !important;
        position: fixed !important;
        top: 0 !important;
    }

    .top-bar-content {
        padding: 0 10px;
    }

    .contact-info {
        gap: 15px;
    }

        .contact-info span {
            font-size: 11px;
        }

    .address-link {
        padding: 4px 8px;
        font-size: 11px;
    }

    .social-icons {
        gap: 8px;
    }

        .social-icons a {
            width: 28px;
            height: 28px;
            font-size: 14px;
        }

    body {
        padding-top: 100px !important; /* top-bar (30px) + navbar (70px) */
    }

    .main-navbar {
        position: fixed !important;
        top: 30px !important;
    }

    .navbar-content {
        height: 70px;
        padding: 0 10px;
    }

    .logo-container {
        padding: 6px 12px;
        margin-right: 10px;
    }

    .logo-img {
        height: 45px;
        max-width: 150px;
    }

    .nav-icons {
        gap: 10px;
        margin-right: 10px;
    }

    .nav-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .mobile-menu-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .mobile-menu-content {
        width: 90%;
        max-width: 280px;
    }

    .video-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .news-text {
        padding: 25px 20px;
    }

    .news-track {
        min-height: 720px;
    }

    .news-image {
        height: 180px;
        min-height: 180px;
    }

    .contact-info-news {
        margin: 18px 0;
        padding: 16px;
    }

    .info-item {
        margin-bottom: 12px;
        gap: 10px;
    }

        .info-item span {
            font-size: 0.9rem;
            line-height: 1.4;
        }

    .schedule span {
        font-size: 0.85rem;
        line-height: 1.3;
    }

    .address-display {
        margin-bottom: 12px;
        gap: 10px;
    }

        .address-display span {
            font-size: 0.9rem;
            line-height: 1.4;
        }

    .news-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .news-description {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .ver-mas-btn {
        padding: 8px 14px;
        font-size: 0.8rem;
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100%;
        justify-content: center;
    }

    .llantas-destacadas {
        padding: 60px 0;
    }

    .llantas-banner-mobile {
        margin: 0 10px !important;
        min-height: 480px !important;
        padding: 15px 0 !important;
    }

    .mobile-carousel-track {
        height: 420px !important;
    }

    .mobile-carousel-slide .llanta-img-banner {
        width: 180px !important;
        height: 180px !important;
        margin-bottom: 15px !important;
    }

    .mobile-info {
        padding: 12px !important;
        max-width: 250px !important;
    }

    .mobile-marca-name {
        font-size: 1.2rem !important;
        margin-bottom: 6px !important;
    }

    .mobile-modelo-badge {
        font-size: 0.9rem !important;
        padding: 6px 16px !important;
    }

    .llantas-main-title {
        font-size: 1.8rem;
    }

    .llantas-subtitle {
        font-size: 0.9rem;
    }

    .mobile-nav {
        margin-top: 20px !important;
        gap: 12px !important;
    }

    .mobile-nav-btn {
        width: 45px !important;
        height: 45px !important;
        font-size: 1.1rem !important;
    }

    .categorias-productos {
        padding: 60px 0;
    }

    .categoria-item {
        height: 300px;
    }

    .categoria-content {
        padding: 25px 15px;
    }

    .categoria-icon {
        font-size: 2.4rem;
        margin-bottom: 12px;
    }

    .categoria-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .categoria-description {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .carousel-controls {
        margin-top: 40px;
        gap: 20px;
    }

    .carousel-indicators {
        margin-top: 30px;
        gap: 15px;
    }

        .carousel-indicators .indicator {
            width: 10px;
            height: 10px;
        }

    .experiencia-jordan-section {
        padding: 60px 0;
    }

    .experiencia-jordan-content {
        gap: 30px;
        padding: 0 15px;
    }

    .jordan-years-number {
        font-size: 2.5rem;
    }

    .jordan-years-label {
        font-size: 1.3rem;
    }

    .experiencia-jordan-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .experiencia-jordan-description {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .experiencia-jordan-image {
        height: 300px;
        border-radius: 15px;
    }

    .jordan-form-section, .jordan-info-section {
        padding: 0.8rem;
    }

    .jordan-form-title {
        font-size: 1.3rem;
    }

    .jordan-form-subtitle {
        font-size: 1.1rem;
    }

    .jordan-info-title {
        font-size: 1rem;
    }

    .jordan-social-icon {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }

    .jordan-info-details .jordan-info-item span {
        font-size: 0.8rem;
    }

    .footer-rights-simple {
        padding: 15px 0;
    }

    .rights-main-text {
        font-size: 0.85rem;
        line-height: 1.3;
        padding: 0 15px;
    }

    /* ===== ENLACES FUNCIONALES EN MÓVIL PEQUEÑO ===== */
    .contact-info-news .info-item span a,
    .address-display span a,
    .jordan-info-details .jordan-info-item span a {
        color: inherit;
        text-decoration: none;
        /* QUITAMOS pointer-events: none para permitir clics */
        cursor: pointer; /* Cursor de enlace en móvil */
    }

        /* Hacer que los enlaces de WhatsApp sean más fáciles de tocar en móvil pequeño */
        .jordan-info-details .jordan-info-item span a[href^="https://wa.me"] {
            display: inline-block;
            padding: 8px 12px;
            border-radius: 8px;
            background: rgba(37, 211, 102, 0.15);
            border: 1px solid rgba(37, 211, 102, 0.4);
            color: #25D366 !important;
            font-weight: 700;
            min-height: 48px;
            line-height: 32px;
            text-align: center;
            font-size: 16px; /* Evitar zoom en iOS */
            margin: 2px 0;
            width: 100%;
        }

    /* Hacer todos los enlaces de contacto más grandes */
    .jordan-info-details .jordan-info-item span a {
        min-height: 48px;
        line-height: 40px;
        padding: 4px 12px;
        display: inline-block;
        border-radius: 8px;
        margin: 2px 0;
        width: 100%;
        text-align: center;
        font-size: 16px; /* Evitar zoom en iOS */
    }

    /* Separación entre elementos tocables */
    .jordan-info-details .jordan-info-item {
        margin-bottom: 16px;
    }
}

/* Móviles muy pequeños */
@media (max-width: 360px) {
    .top-bar {
        padding: 4px 0 !important;
        font-size: 10px !important;
    }

    .contact-info span {
        font-size: 10px;
    }

    .social-icons a {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    body {
        padding-top: 85px !important;
    }

    .main-navbar {
        position: fixed !important;
        top: 25px !important;
    }

    .navbar-content {
        height: 60px;
        padding: 0 8px;
    }

    .logo-img {
        height: 38px;
        max-width: 120px;
    }

    .mobile-menu-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* ===== MODIFICACIONES PARA OCULTAR TOP-BAR EN MÓVIL ===== */

/* Ocultar top-bar en tablets y móviles */
@media (max-width: 1024px) {
    .top-bar {
        display: none !important;
    }

    /* Ajustar body sin top-bar */
    body {
        padding-top: 95px !important; /* Solo navbar (95px) */
    }

    /* Navbar desde arriba sin top-bar */
    .main-navbar {
        position: fixed !important;
        top: 0 !important;
    }
}

/* Responsive ajustado sin top-bar */
@media (max-width: 768px) {
    .top-bar {
        display: none !important;
    }

    body {
        padding-top: 80px !important; /* Solo navbar móvil (80px) */
    }

    .main-navbar {
        position: fixed !important;
        top: 0 !important;
    }

    .navbar-content {
        height: 80px !important;
    }
}

@media (max-width: 480px) {
    .top-bar {
        display: none !important;
    }

    body {
        padding-top: 70px !important; /* Solo navbar móvil pequeño (70px) */
    }

    .main-navbar {
        position: fixed !important;
        top: 0 !important;
    }

    .navbar-content {
        height: 70px !important;
    }
}

@media (max-width: 360px) {
    .top-bar {
        display: none !important;
    }

    body {
        padding-top: 60px !important; /* Solo navbar muy pequeño (60px) */
    }

    .main-navbar {
        position: fixed !important;
        top: 0 !important;
    }

    .navbar-content {
        height: 60px !important;
    }
}

/* ===== CLASES PARA MOSTRAR/OCULTAR SEGÚN DISPOSITIVO ===== */
.desktop-only {
    display: inline;
}

.mobile-only {
    display: none;
}

/* Ocultar top-bar en tablets y móviles */
@media (max-width: 1024px) {
    .top-bar {
        display: none !important;
    }

    /* Ajustar body sin top-bar */
    body {
        padding-top: 95px !important; /* Solo navbar (95px) */
    }

    /* Navbar desde arriba sin top-bar */
    .main-navbar {
        position: fixed !important;
        top: 0 !important;
    }

    /* Mostrar contenido móvil, ocultar desktop */
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: inline !important;
    }
}

@media (max-width: 768px) {
    .top-bar {
        display: none !important;
    }

    body {
        padding-top: 80px !important; /* Solo navbar móvil (80px) */
    }

    .main-navbar {
        position: fixed !important;
        top: 0 !important;
    }

    .navbar-content {
        height: 80px !important;
    }
}

@media (max-width: 480px) {
    .top-bar {
        display: none !important;
    }

    body {
        padding-top: 70px !important; /* Solo navbar móvil pequeño (70px) */
    }

    .main-navbar {
        position: fixed !important;
        top: 0 !important;
    }

    .navbar-content {
        height: 70px !important;
    }
}

@media (max-width: 360px) {
    .top-bar {
        display: none !important;
    }

    body {
        padding-top: 60px !important; /* Solo navbar muy pequeño (60px) */
    }

    .main-navbar {
        position: fixed !important;
        top: 0 !important;
    }

    .navbar-content {
        height: 60px !important;
    }
}

/* ===== MENÚ MÓVIL - ESTILOS DEFINITIVOS ===== */

/* Botón hamburguesa */
.mobile-menu-btn {
    display: none !important;
    background: linear-gradient(135deg, #FFD700, #FF8C00) !important;
    border: 2px solid #000 !important;
    border-radius: 10px !important;
    color: #000 !important;
    font-size: 20px !important;
    cursor: pointer !important;
    width: 50px !important;
    height: 50px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3) !important;
    position: relative !important;
    z-index: 1001 !important;
    font-weight: 700 !important;
    align-items: center !important;
    justify-content: center !important;
}

    .mobile-menu-btn:hover {
        transform: scale(1.1) !important;
        box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4) !important;
        border-color: #FFD700 !important;
    }

/* Mostrar botón en móvil */
@media (max-width: 1024px) {
    .mobile-menu-btn {
        display: flex !important;
    }

    .main-nav {
        display: none !important;
    }
}

/* Contenedor del menú móvil */
.mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.9) !important;
    z-index: 9999 !important;
    display: none !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
}

    .mobile-menu.active {
        display: flex !important;
        opacity: 1 !important;
    }

/* Contenido del menú */
.mobile-menu-content {
    background: #ffffff !important;
    width: 85% !important;
    max-width: 300px !important;
    height: 100vh !important;
    margin-left: auto !important;
    padding: 80px 0 40px 0 !important;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3) !important;
    overflow-y: auto !important;
    transform: translateX(100%) !important;
    transition: all 0.3s ease !important;
}

.mobile-menu.active .mobile-menu-content {
    transform: translateX(0) !important;
}

/* Header del menú */
.mobile-menu-header {
    padding: 0 30px 30px 30px !important;
    border-bottom: 1px solid #eee !important;
    text-align: center !important;
}

.mobile-menu-logo {
    height: 60px !important;
    width: auto !important;
    max-width: 200px !important;
}

/* Botón cerrar */
.mobile-menu-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: #FFD700 !important;
    border: none !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    cursor: pointer !important;
    color: #000 !important;
    transition: all 0.3s ease !important;
    z-index: 10000 !important;
}

    .mobile-menu-close:hover {
        background: #FF8C00 !important;
        transform: scale(1.1) !important;
    }

/* Lista de navegación */
.mobile-nav-list {
    list-style: none !important;
    padding: 30px 0 !important;
    margin: 0 !important;
}

.mobile-nav-item {
    border-bottom: 1px solid #f0f0f0 !important;
}

.mobile-nav-link {
    display: block !important;
    padding: 20px 30px !important;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

    .mobile-nav-link:hover {
        background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 140, 0, 0.1)) !important;
        color: #000 !important;
        padding-left: 40px !important;
        text-decoration: none !important;
    }

    .mobile-nav-link::before {
        content: '' !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 0 !important;
        background: linear-gradient(135deg, #FFD700, #FF8C00) !important;
        transition: width 0.3s ease !important;
    }

    .mobile-nav-link:hover::before {
        width: 4px !important;
    }

/* Sección social */
.mobile-social {
    padding: 30px !important;
    text-align: center !important;
    border-top: 1px solid #eee !important;
}

.mobile-social-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #666 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 20px !important;
}

.mobile-social-icons {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
}

.mobile-social-icon {
    width: 40px !important;
    height: 40px !important;
    background: #000 !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

    .mobile-social-icon:hover {
        background: linear-gradient(135deg, #FFD700, #FF8C00) !important;
        color: #000 !important;
        transform: translateY(-2px) !important;
        text-decoration: none !important;
    }

/* Prevenir scroll cuando menú está abierto */
body.menu-open {
    overflow: hidden !important;
    height: 100vh !important;
}

/* Responsive específico */
@media (max-width: 768px) {
    .mobile-menu-content {
        width: 90% !important;
        max-width: 280px !important;
    }

    .mobile-nav-link {
        font-size: 15px !important;
        padding: 18px 25px !important;
    }
}

@media (max-width: 480px) {
    .mobile-menu-content {
        width: 95% !important;
        max-width: 260px !important;
    }

    .mobile-nav-link {
        font-size: 14px !important;
        padding: 16px 20px !important;
    }

    .mobile-social-icon {
        width: 35px !important;
        height: 35px !important;
        font-size: 14px !important;
    }
}
