.elementor-2618 .elementor-element.elementor-element-e09ef04{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-2618 .elementor-element.elementor-element-f7074b3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2618 .elementor-element.elementor-element-f7074b3 > .elementor-widget-container{padding:0px 16px 0px 16px;}}/* Start custom CSS for html, class: .elementor-element-f7074b3 */.proc-title-2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
        }

.services-section *, .services-section *::before, .services-section *::after {
            box-sizing: border-box;
        }
        
        
        /* --- Estructura de la Sección --- */
        .services-section {
            background: linear-gradient(135deg, #F8F9FF 0%, #FFFFFF 100%);
            padding: 5rem 1.5rem;
        }

        .services-section .section-header {
            text-align: center;
            margin-bottom: 4rem;
            max-width: 1024px;
            margin-left: auto;
            margin-right: auto;
        }

/*
        .services-section .section-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            background: linear-gradient(135deg, #7C3AED, #4F46E5);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
        }*/

        .services-section .section-header p {
            font-size: 1.25rem;
            color: #6B7280;
            margin-bottom: 2rem;
        }

        /* --- Grid de Tarjetas --- */
        .services-section .services-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2.5rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        @media (min-width: 992px) {
            .services-section .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .services-section .service-card {
            background: white;
            border-radius: 20px;
            padding: 3rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border: 2px solid transparent;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .services-section .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            border-color: #A855F7;
        }

        .services-section .service-card.popular {
            border-color: #7C3AED;
            transform: scale(1.02);
            box-shadow: 0 25px 50px -12px rgba(124, 58, 237, 0.4);
        }
        
        @media (max-width: 991px) {
             .services-section .service-card.popular {
                transform: scale(1);
             }
        }

        .services-section .popular-flag {
            position: absolute;
            top: .5rem;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #7C3AED, #4F46E5);
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 50px;
            font-size: 0.75rem;
            font-weight: 700;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .services-section .card-header {
            display: flex;
            flex-direction: column;
            text-align: center;
            margin-bottom: 2rem;
            position: relative;
            z-index: 2;
        }

        .services-section .card-icon {
            width: 4rem;
            height: 4rem;
            background: linear-gradient(135deg, #F3E8FF, #E9D5FF);
            color: #7C3AED;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            transition: all 0.3s ease;
        }
        
        .services-section .card-icon svg {
            width: 32px;
            height: 32px;
        }

        .services-section .popular .card-icon {
            background: linear-gradient(135deg, #7C3AED, #4F46E5);
            color: white;
        }

        .services-section .service-card:hover .card-icon {
            transform: scale(1.1);
        }

        .services-section .card-header h3 {
            font-size: 1.75rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--gray-900);
            text-align: center;
        }

        .services-section .card-subtitle {
            color: #6B7280;
            font-weight: 500;
            margin-bottom: 1rem;
            text-align: center;
        }

        .services-section .card-features {
            position: relative;
            z-index: 2;
            flex-grow: 1;
        }

        .services-section .feature-category {
            margin-bottom: 1rem;
        }

        .services-section .feature-category h4 {
            color: #7C3AED;
            font-weight: 600;
            font-size: 1rem;
        }

        .services-section .card-features ul {
            list-style: none;
            padding: 0;
            margin: 0 0 1.5rem 0;
        }

        .services-section .card-features li {
            display: flex;
            align-items: flex-start;
            gap: 0.5rem;
            margin-bottom: 0.75rem;
            font-size: 0.95rem;
            color: #374151;
            line-height: 1.5;
            text-align: left;
        }

        .services-section .check {
            color: #10B981;
            font-weight: 700;
            flex-shrink: 0;
        }

        .services-section .card-button {
            width: 100%;
            background: linear-gradient(135deg, #7C3AED, #4F46E5);
            color: white;
            border: none;
            padding: 0.875rem 1.5rem;
            border-radius: 12px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: block;
            text-align: center;
            margin-top: auto; /* Push to bottom */
            position: relative;
            z-index: 2;
        }

        .services-section .card-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.4);
        }
        
        
    /* FOOTER*/

.pricing-header {
    text-align: center;
    margin-bottom: 4rem;
}

.pricing-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1F2937;
}

.gradient-text {
    background: linear-gradient(135deg, #7C3AED, #4F46E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-header p {
    font-size: 1.25rem;
    color: #6B7280;
    margin-bottom: 2rem;
}

.pricing-guarantee {
    display: flex;
    justify-content: center;
}

.guarantee-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #D1FAE5, #A7F3D0);
    color: #047857;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.package-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .package-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .package-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
    overflow: hidden;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.02) 0%, rgba(79, 70, 229, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-color: #A855F7;
}

.pricing-card:hover::before {
    opacity: 1;
}

.pricing-card.popular {
    border-color: #7C3AED;
    transform: scale(1.05);
    box-shadow: 0 25px 50px -12px rgba(124, 58, 237, 0.4);
}

.popular-flag {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #7C3AED, #4F46E5);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.plan-badge {
    background: linear-gradient(135deg, #F3E8FF, #E9D5FF);
    color: #7C3AED;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.plan-header {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.plan-icon {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #F3E8FF, #E9D5FF);
    color: #7C3AED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.popular-icon {
    background: linear-gradient(135deg, #7C3AED, #4F46E5);
    color: white;
}

.pricing-card:hover .plan-icon {
    transform: scale(1.1);
}

.plan-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #7C3AED, #4F46E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.plan-subtitle {
    color: #6B7280;
    font-weight: 500;
    margin-bottom: 1rem;
}

.plan-value {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.currency {
    font-size: 0.875rem;
    color: #6B7280;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
}

.period {
    font-size: 0.875rem;
    color: #6B7280;
}

.savings {
    background: linear-gradient(135deg, #FEF3C7, #FDE68A);
    color: #92400E;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.plan-features {
    position: relative;
    z-index: 2;
}

.feature-category {
    margin-bottom: 1rem;
}

.feature-category h4 {
    color: #7C3AED;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.plan-features ul {
    list-style: none;
    margin-bottom: 1.5rem;
}

.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.5;
}

.check {
    color: #10B981;
    font-weight: 700;
    flex-shrink: 0;
}

.plan-highlights {
    background: rgba(124, 58, 237, 0.05);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.highlight-item {
    font-size: 0.875rem;
    color: #374151;
    margin-bottom: 0.5rem;
}

.highlight-item:last-child {
    margin-bottom: 0;
}

.highlight-item strong {
    color: #7C3AED;
}

.plan-button {
    width: 100%;
    background: linear-gradient(135deg, #7C3AED, #4F46E5);
    color: white;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.plan-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.4);
}

.popular-button {
    background: linear-gradient(135deg, #F59E0B, #D97706);
    box-shadow: 0 4px 6px -1px rgba(245, 158, 11, 0.4);
}

.popular-button:hover {
    box-shadow: 0 10px 25px -5px rgba(245, 158, 11, 0.6);
}

.elite-button {
    background: linear-gradient(135deg, #1F2937, #111827);
}

.elite-button:hover {
    box-shadow: 0 10px 25px -5px rgba(31, 41, 55, 0.4);
}

.money-back {
    text-align: center;
    font-size: 0.75rem;
    color: #10B981;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.pricing-footer {
    margin-top: 4rem;
    
}

.consultation-cta {
     background: linear-gradient(135deg, #7C3AED 0%, #4F46E5 100%) !important;
    border-radius: 20px;
    padding: 3rem;
    display: grid;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
}

@media (min-width: 768px) {
    .consultation-cta {
        grid-template-columns: 1fr auto;
    }
}

.cta-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.cta-content p {
    color: #fff;
    margin-bottom: 1.5rem;
}

.consultation-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background:#fff;
    color: #3001ff;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.consultation-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(16, 185, 129, 0.4);
    background:#fff;
    color: #3001ff;
}

.cta-stats {
    display: flex;
    gap: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.stat-label {
    font-size: 0.75rem;
    color: #fff;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px) {
    
    .services-section .service-card{
        padding: 3rem 1rem 1rem 1rem;
    }
    
    .pricing-header h2 {
        font-size: 2rem;
    }
    
    .pricing-card {
        padding: 1.5rem;
    }
    
    .consultation-cta {
        padding: 2rem;
        text-align: center;
    }
    
    .cta-stats {
        justify-content: center;
    }
}/* End custom CSS */