.mod-megamenu>.mod-megamenu--item:last-child {
    margin-left: auto;
}

.mod-megamenu>.mod-megamenu--item:last-child>.mod-megamenu--item-anchor {
    padding-right: 0;
}


/* Artículos */
/* ========================================
   CAPACITACIÓN - Paleta Alive Visions
   ======================================== */

.cap-container {
    font-family: 'Segoe UI', Roboto, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.cap-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.cap-hero img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.cap-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    padding: 60px 30px 30px;
}

.cap-hero h2 {
    color: #fff;
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.cap-hero p {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.5;
}

.cap-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.cap-feature {
    background: #f5f5f5;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cap-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.cap-feature-icon {
    width: 56px;
    height: 56px;
    background: #e72249;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    padding: 0;
}

.cap-feature-icon svg {
    width: 28px;
    height: 28px;
}

.cap-feature-icon i {
    font-size: 24px;
    color: #fff;
    line-height: 56px;
    display: block;
    text-align: center;
    width: 100%;
}

.cap-feature h4 {
    color: #1a1a1a;
    font-size: 1rem;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.cap-feature p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.cap-bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #1a1a1a;
    padding: 30px;
    color: #fff;
}

.cap-bottom-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: #f08f34;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.cap-bottom-icon svg {
    width: 40px;
    height: 40px;
}

.cap-bottom-icon i {
    font-size: 36px;
    color: #fff;
    line-height: 80px;
    display: block;
    text-align: center;
    width: 100%;
}

.cap-bottom-content h3 {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #f08f34;
}

.cap-bottom-content p {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .cap-bottom {
        flex-direction: column;
        text-align: center;
    }
    .cap-hero h2 {
        font-size: 1.4rem;
    }
    .cap-hero p {
        font-size: 1rem;
    }
}

p.cap-feature-icon {
    width: 56px;
    height: 56px;
    background: #e72249;
    margin: 0 auto 15px;
    padding: 0;
    line-height: 56px;
    text-align: center;
}

p.cap-feature-icon i {
    font-size: 24px;
    color: #fff;
}

p.cap-bottom-icon {
    width: 80px;
    height: 80px;
    background: #f08f34;
    margin: 0;
    padding: 0;
    line-height: 80px;
    text-align: center;
}

p.cap-bottom-icon i {
    font-size: 36px;
    color: #fff;
}

/*  VIRTUEMART  */

 /* Estilos generales para productos - Alive Visions */
        .product-container {
            font-family: 'Arial', 'Helvetica', sans-serif;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            color: #333;
            line-height: 1.6;
        }

        .product-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .product-title {
            font-size: 3.5rem;
            font-weight: 900;
            color: #000;
            margin: 0;
            letter-spacing: -2px;
        }

        .product-title span {
            color: #000;
        }

        .product-intro {
            background: #000;
            color: white;
            padding: 40px;
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .product-intro p {
            font-size: 1.1rem;
            margin: 0 0 20px 0;
            text-align: justify;
        }

        .product-intro p:last-child {
            margin-bottom: 0;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 25px;
            margin: 40px 0;
        }

        .feature-card {
            background: white;
            border: 2px solid #000;
            padding: 30px 20px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
        }

        .feature-icon {
            font-size: 3rem;
            margin-bottom: 15px;
            color: #000;
        }

        .feature-title {
            font-size: 1.3rem;
            font-weight: bold;
            color: #000;
            margin: 0 0 10px 0;
        }

        .feature-title:last-child {
            margin-bottom: 0;
        }

        .applications-section {
            margin: 50px 0;
        }

        .section-title {
            font-size: 2rem;
            font-weight: bold;
            color: #000;
            margin-bottom: 30px;
            padding-bottom: 10px;
            border-bottom: 2px solid #000;
        }

        .applications-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 50px;
        }

        .app-card {
            background: #000;
            color: white;
            padding: 25px;
            text-align: center;
            font-weight: bold;
            font-size: 1.1rem;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
        }

        .app-card:hover {
            transform: scale(1.05);
        }

        .app-card i {
            display: block;
            font-size: 2rem;
            margin-bottom: 10px;
        }

        .specs-section {
            margin: 50px 0;
        }

        .specs-table {
            width: 100%;
            border-collapse: collapse;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            margin-bottom: 30px;
        }

        .specs-table thead {
            background: #000;
            color: white;
        }

        .specs-table th {
            padding: 20px;
            font-size: 1.1rem;
            font-weight: bold;
            text-align: center;
        }

        .specs-table td {
            padding: 15px;
            border-bottom: 1px solid #f0f0f0;
            text-align: center;
        }

        .specs-table tbody tr:nth-child(odd) {
            background-color: #f9f9f9;
        }

        .specs-table tbody tr:hover {
            background-color: #e5e5e5;
        }

        .specs-table td:first-child {
            background: #000;
            color: white;
            font-weight: bold;
            text-align: left;
            padding-left: 25px;
        }

        .note-box {
            background: #f0f0f0;
            border-left: 2px solid #000;
            padding: 20px;
            margin: 30px 0;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }

        .note-box strong {
            color: #000;
            display: block;
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .note-box i {
            color: #000;
            margin-right: 8px;
        }

        .highlight-box {
            background: white;
            border: 2px solid #000;
            padding: 30px;
            margin: 40px 0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .highlight-box p {
            font-size: 1.1rem;
            margin: 0 0 15px 0;
            text-align: justify;
            line-height: 1.8;
        }

        .highlight-box p:last-child {
            margin-bottom: 0;
        }

        @media (max-width: 768px) {
            .product-title {
                font-size: 2.5rem;
            }
            
            .specs-table {
                font-size: 0.9rem;
            }
            
            .specs-table th,
            .specs-table td {
                padding: 10px;
            }

            .features-grid {
                grid-template-columns: 1fr;
            }
        }