.elementor-85 .elementor-element.elementor-element-77b54d5 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-85 .elementor-element.elementor-element-c17f3b2 > .elementor-container{max-width:1314px;}.elementor-85 .elementor-element.elementor-element-c17f3b2{overflow:hidden;}.elementor-85 .elementor-element.elementor-element-3356d66{width:var( --container-widget-width, 102.318% );max-width:102.318%;margin:-96px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:102.318%;--container-widget-flex-grow:0;}.elementor-85 .elementor-element.elementor-element-66a196c{width:var( --container-widget-width, 93.216% );max-width:93.216%;--container-widget-width:93.216%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-25e2bdf *//* Welcome Section - Bienvenido */
.welcome {
    text-align: center;
    margin-bottom: 4rem;
    background-color: #FAF8F5;
    padding: 4rem 2rem;
}

.welcome h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #212529;
    font-weight: 700;
}

.welcome-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 3rem;
    line-height: 1.6;
}

/* Features Grid - Las 3 tarjetas */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Feature Card - Cada tarjeta individual */
.feature-card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.feature-card h3 {
    color: hsl(210, 85%, 50%);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-card p {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.7;
}

/* Responsive - Para dispositivos móviles */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .welcome h2 {
        font-size: 2rem;
    }

    .welcome-subtitle {
        font-size: 1rem;
    }

    .feature-card {
        padding: 2rem 1.5rem;
    }

    .feature-card h3 {
        font-size: 1.3rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3356d66 *//* Misión, Visión y Valores Section */
.mvv-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #FAF8F5 0%, #FAF8F5 100%);
}

.mvv-section .container {
    max-width: 0 auto;
    margin: 0 auto;
    padding: 0 auto;
}

.mvv-section .section-title {
    text-align: center;
}

.mvv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.mvv-card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

.mvv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, hsl(210, 85%, 50%), hsl(150, 70%, 60%));
}

.mvv-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.mvv-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.mvv-card h3 {
    font-size: 1.8rem;
    color: #212529;
    margin-bottom: 1.2rem;
    text-align: center;
    font-weight: 700;
}

.mvv-card p {
    color: #6c757d;
    line-height: 1.8;
    text-align: justify;
    font-size: 1rem;
}

/* Grid de Valores en 2 columnas */
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.value-item {
    padding: 0.9rem;
    color: #6c757d;
    line-height: 1.5;
    font-size: 0.9rem;
    background-color: rgba(248, 249, 250, 0.5);
    border-radius: 8px;
    transition: background-color 0.3s ease;
    text-align: justify;
}

.value-item:hover {
    background-color: rgba(210, 235, 250, 0.4);
}

.value-item strong {
    color: hsl(210, 85%, 50%);
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
}

/* Responsive - Para dispositivos móviles */
@media (max-width: 768px) {
    .mvv-section {
        padding: 3rem 0;
    }

    .mvv-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .mvv-card {
        padding: 2rem 1.5rem;
    }

    .mvv-icon {
        font-size: 3rem;
    }

    .mvv-card h3 {
        font-size: 1.5rem;
    }

    /* En móviles, los valores se apilan en 1 columna */
    .values-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .value-item {
        padding: 0.8rem;
        font-size: 0.85rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66a196c *//* Why Choose Us Section */
.why-us-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #FAF8F5 0%, #FAF8F5 100%);
}

.why-us-section .container {
    max-width: 1081px;
    margin: 0 auto;
    padding: 0 2rem;
}

.why-us-section .section-title {
    text-align: center;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 3rem;
}

.why-us-card {
    background: var(--color-white);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.why-us-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.why-us-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.why-us-card h3 {
    font-size: 1.3rem;
    color: var(--color-text);
    margin-bottom: 1rem;
    font-weight: 600;
}

.why-us-card p {
    color: var(--color-text-light);
    line-height: 1.7;
    font-size: 0.95rem;
    text-align: justify;
}

/* Responsive - Para dispositivos móviles */
@media (max-width: 768px) {
    .why-us-section {
        padding: 3rem 0;
    }

    .why-us-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .why-us-card {
        padding: 2rem 1.5rem;
    }

    .why-us-icon {
        font-size: 2.5rem;
    }

    .why-us-card h3 {
        font-size: 1.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b48163f *//* Service Cards Section - Nuevo diseño */
.service-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.service-cards-grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.service-card {
    background: var(--color-white);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid var(--color-primary);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.service-card-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.1) 0%, rgba(33, 150, 243, 0.05) 100%);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.service-card h3 {
    font-size: 1.4rem;
    color: var(--color-text);
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-card p {
    color: var(--color-text-light);
    line-height: 1.7;
    font-size: 1rem;
}

/* Responsive para tarjetas de servicio */
@media (max-width: 1024px) {
    .service-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .service-cards-grid-two {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-cards-grid-two {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    
    .service-card {
        padding: 2rem 1.5rem;
    }
    
    .service-card-icon {
        font-size: 3rem;
        width: 80px;
        height: 80px;
    }
    
    .service-card h3 {
        font-size: 1.2rem;
    }
    
    .service-card p {
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1750430 *//* Modules Section - Nuevo diseño */
.modules-section {
    background-color: var(--color-white);
    padding: 5rem 0;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.module-card {
    background: var(--color-background);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    border-top: 4px solid var(--color-secondary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-top-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-top-color: var(--color-primary);
}

.module-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-card h3 {
    color: var(--color-text);
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.module-card p {
    color: var(--color-text-light);
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
    flex-grow: 1;
}

/* Responsive para módulos */
@media (max-width: 1024px) {
    .modules-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .modules-section {
        padding: 3rem 0;
    }
    
    .modules-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .module-card {
        padding: 2rem 1.5rem;
    }
    
    .module-icon {
        font-size: 3rem;
    }
    
    .module-card h3 {
        font-size: 1.2rem;
    }
    
    .module-card p {
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae13c8e *//* Process Section Styles */
.pricing-section {
    padding: 5rem 0;
    background: var(--color-white);
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.process-step {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 2.5rem 1.5rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid var(--color-primary);
    position: relative;
}

.process-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.process-step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.4);
}

.process-step-icon {
    font-size: 3rem;
    margin: 2rem 0 1rem;
}

.process-step h3 {
    color: var(--color-text);
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.process-step p {
    color: var(--color-text-light);
    line-height: 1.7;
    font-size: 1rem;
}

/* Sección "¿Necesitas un plan a tu medida?" */
.process-custom-plan {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.process-custom-plan h3 {
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.process-custom-plan p {
    color: var(--color-text-light);
    margin-bottom: 2rem;
    font-size: 1.1rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.process-custom-plan p strong {
    color: var(--color-text);
}

/* Sección "¿Listo para Empezar?" */
.process-ready-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.process-ready-box h3 {
    color: var(--color-primary);
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.process-ready-box p {
    color: var(--color-text-light);
    margin-bottom: 2rem;
    font-size: 1.05rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btn-secondary {
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background 0.3s ease, transform 0.3s ease;
}

.cta-btn-secondary:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
}

/* Responsive para sección de proceso */
@media (max-width: 1024px) {
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 3rem 0;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .process-step {
        padding: 3rem 1.5rem 2rem;
    }
    
    .process-step-number {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .process-step-icon {
        font-size: 2.5rem;
    }
    
    .process-step h3 {
        font-size: 1.2rem;
    }
    
    .process-step p {
        font-size: 0.95rem;
    }
    
    .process-custom-plan,
    .process-ready-box {
        padding: 2rem 1.5rem;
    }
    
    .process-custom-plan h3,
    .process-ready-box h3 {
        font-size: 1.5rem;
    }
    
    .process-custom-plan p,
    .process-ready-box p {
        font-size: 1rem;
    }
}/* End custom CSS */