.elementor-3198 .elementor-element.elementor-element-3e1de78{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e2688c1 *//* ============================================ */
/* ABOUT US PAGE - CLEAN INDUSTRIAL STYLE */
/* !IMPORTANT FLAGS: Override Elementor Global Theme Settings */
/* ============================================ */

/* HERO SECTION */
.about-hero {
    position: relative !important;
    height: 100vh !important;
    min-height: 600px !important;
    background: linear-gradient(135deg, #0A192F 0%, #1a2942 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        repeating-linear-gradient(0deg,
            transparent,
            transparent 2px,
            rgba(0, 119, 200, 0.03) 2px,
            rgba(0, 119, 200, 0.03) 4px);
    animation: scanlines 8s linear infinite;
}

@keyframes scanlines {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(20px);
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(0, 119, 200, 0.1) 0%, transparent 50%);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1000px;
    padding: 0 2rem;
}

.hero-tag {
    display: inline-block !important;
    padding: 8px 20px !important;
    background: rgba(0, 119, 200, 0.2) !important;
    border: 1px solid #0077C8 !important;
    color: #0077C8 !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: 0.9rem !important;
    letter-spacing: 2px !important;
    margin-bottom: 2rem !important;
    border-radius: 20px !important;
    line-height: 1.4 !important;
}

.hero-title {
    font-family: 'Orbitron', sans-serif !important;
    font-size: clamp(2.5rem, 6vw, 5rem) !important;
    font-weight: 900 !important;
    color: white !important;
    line-height: 1.1 !important;
    margin-bottom: 1.5rem !important;
    text-transform: uppercase !important;
}

.hero-subtitle {
    font-family: 'Barlow', sans-serif !important;
    font-size: clamp(1.1rem, 2vw, 1.4rem) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #0077C8;
    font-size: 2rem;
    cursor: pointer;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* INTRO SECTION */
.about-intro {
    padding: 100px 5%;
    background: white;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: center;
}

.intro-text h2 {
    font-family: 'Orbitron', sans-serif !important;
    font-size: clamp(1.8rem, 3vw, 2.5rem) !important;
    color: #0A192F !important;
    margin-bottom: 2rem !important;
    line-height: 1.3 !important;
}

.intro-text p {
    font-family: 'Barlow', sans-serif !important;
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
    color: #4A5568 !important;
    margin-bottom: 1.5rem !important;
}

.intro-stats-mini {
    display: grid;
    gap: 30px;
}

.stat-mini {
    background: #F9F9F9;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #0077C8;
}

.stat-mini .stat-number {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 3rem !important;
    font-weight: 900 !important;
    color: #0077C8 !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.stat-mini .stat-label {
    font-family: 'Barlow', sans-serif !important;
    font-size: 0.95rem !important;
    color: #718096 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    line-height: 1.4 !important;
    display: block !important;
    visibility: visible !important;
}

/* TIMELINE SECTION */
.timeline-section {
    padding: 100px 5%;
    background: #F9F9F9;
}

.section-title {
    font-family: 'Orbitron', sans-serif !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    text-align: center !important;
    color: #0A192F !important;
    margin-bottom: 60px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    line-height: 1.2 !important;
}

.section-subtitle {
    text-align: center !important;
    font-size: 1.2rem !important;
    color: #718096 !important;
    margin-top: -40px !important;
    margin-bottom: 60px !important;
    line-height: 1.6 !important;
    font-family: 'Barlow', sans-serif !important;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #0077C8 0%, #0077C8 100%);
    z-index: 0;
}

.timeline-item {
    position: relative;
    text-align: center;
}

.timeline-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background: white;
    border: 3px solid #0077C8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #0077C8;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-icon {
    background: #0077C8;
    color: white;
    transform: scale(1.1);
}

.timeline-year {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #0077C8 !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}

.timeline-content h4 {
    font-family: 'Barlow', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #0A192F !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
}

.timeline-content p {
    font-family: 'Barlow', sans-serif !important;
    font-size: 0.95rem !important;
    color: #718096 !important;
    line-height: 1.6 !important;
}

/* STRENGTHS SECTION */
.strengths-section {
    padding: 100px 5%;
    background: white;
}

.strengths-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.strength-card {
    background: #F9F9F9 !important;
    padding: 40px 30px !important;
    border-radius: 12px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
    position: relative !important;
    /* Fix for overlapping */
    z-index: 1 !important;
}

.strength-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(0, 119, 200, 0.15) !important;
    border-color: #0077C8 !important;
    z-index: 2 !important;
}

.strength-icon {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto 20px !important;
    background: linear-gradient(135deg, #0077C8 0%, #00A8E8 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 2rem !important;
    color: white !important;
}

.strength-card h3 {
    font-family: 'Barlow', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #0A192F !important;
    margin-bottom: 15px !important;
    line-height: 1.4 !important;
    position: relative !important;
    z-index: 3 !important;
    /* Ensure title stays on top */
}

.strength-card p {
    font-family: 'Barlow', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
    color: #4A5568 !important;
    position: relative !important;
    z-index: 3 !important;
}

/* STATS SECTION */
.stats-section {
    padding: 80px 5% !important;
    background: #0A192F !important;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.stat-box {
    text-align: center !important;
    color: white !important;
}

.stat-box i {
    font-size: 3rem !important;
    color: #0077C8 !important;
    margin-bottom: 20px !important;
}

.stat-box .stat-number {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 4rem !important;
    font-weight: 900 !important;
    color: white !important;
    line-height: 1 !important;
    display: inline-block !important;
    min-height: 4rem;
    /* Prevent layout shift during animation */
}

.stat-box .stat-plus {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 2rem !important;
    color: #F05A00 !important;
    display: inline-block !important;
    margin-left: 5px !important;
    line-height: 1 !important;
}

.stat-box .stat-label {
    font-family: 'Barlow', sans-serif !important;
    font-size: 1rem !important;
    color: rgba(255, 255, 255, 0.85) !important;
    /* Changed from 0.7 to 0.85 for better readability */
    margin-top: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    line-height: 1.4 !important;
}

/* CERTIFICATIONS */
.certifications-section {
    padding: 100px 5%;
    background: white;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.cert-card {
    background: #F9F9F9;
    padding: 50px 30px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #E2E8F0;
    transition: all 0.3s ease;
}

.cert-card:hover {
    border-color: #0077C8;
    transform: translateY(-5px);
}

.cert-badge {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto 20px !important;
    background: white !important;
    border: 3px solid #0A192F !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Orbitron', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 900 !important;
    color: #0A192F !important;
    line-height: 1 !important;
}

.cert-badge i {
    font-size: 3rem !important;
    color: #F05A00 !important;
}

.cert-card h4 {
    font-family: 'Barlow', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #0A192F !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
}

.cert-card p {
    font-family: 'Barlow', sans-serif !important;
    color: #718096 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

/* MANUFACTURING SECTION */
.manufacturing-section {
    padding: 100px 5%;
    background: #F9F9F9;
}

.manufacturing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.mfg-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.mfg-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 119, 200, 0.2);
}

.mfg-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.mfg-card h4 {
    font-family: 'Barlow', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #0A192F !important;
    padding: 20px 20px 10px !important;
    line-height: 1.4 !important;
}

.mfg-card p {
    font-family: 'Barlow', sans-serif !important;
    font-size: 0.95rem !important;
    color: #4A5568 !important;
    line-height: 1.7 !important;
    padding: 0 20px 25px !important;
}

/* CTA SECTION */
.cta-section {
    padding: 100px 5% !important;
    background: linear-gradient(135deg, #0A192F 0%, #1a2942 100%) !important;
    text-align: center !important;
    color: white !important;
}

.cta-section h2,
.cta-section .cta-section h2 {
    font-family: 'Orbitron', sans-serif !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    margin-bottom: 20px !important;
    color: #FFFFFF !important;
    /* White color with extra specificity */
    line-height: 1.2 !important;
}

.cta-section p {
    font-family: 'Barlow', sans-serif !important;
    font-size: 1.2rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 40px !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.8 !important;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-block !important;
    padding: 15px 40px !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 2px solid !important;
    line-height: 1.4 !important;
}

.btn-primary {
    background: #F05A00 !important;
    color: white !important;
    border-color: #F05A00 !important;
}

.btn-primary:hover {
    background: transparent !important;
    color: #F05A00 !important;
}

.btn-secondary {
    background: transparent !important;
    color: white !important;
    border-color: white !important;
}

.btn-secondary:hover {
    background: white !important;
    color: #0A192F !important;
}

/* ============================================ */
/* RESPONSIVE DESIGN */
/* ============================================ */

@media (max-width: 1200px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .strengths-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-hero {
        min-height: 500px !important;
        height: 80vh !important;
    }

    .hero-content {
        padding: 0 1.5rem !important;
    }

    .about-intro,
    .timeline-section,
    .strengths-section,
    .certifications-section,
    .manufacturing-section,
    .cta-section {
        padding: 60px 5% !important;
    }

    .strengths-grid,
    .cert-grid,
    .manufacturing-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
        padding: 0 10px !important;
    }

    .stat-box {
        padding: 20px 10px !important;
    }

    .stat-box .stat-number {
        font-size: 3rem !important;
        display: block !important;
        margin-bottom: 5px !important;
    }

    .stat-box .stat-plus {
        font-size: 1.5rem !important;
    }

    .stat-box .stat-label {
        font-size: 0.85rem !important;
    }

    .timeline {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .timeline-icon {
        width: 80px !important;
        height: 80px !important;
        font-size: 2rem !important;
    }

    .cta-buttons {
        flex-direction: column !important;
        align-items: center !important;
    }

    .btn-primary,
    .btn-secondary {
        width: 100% !important;
        max-width: 300px !important;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.8rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .intro-text h2 {
        font-size: 1.5rem;
    }

    .stat-mini .stat-number {
        font-size: 2.5rem;
    }

    .strength-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .cert-badge {
        width: 100px;
        height: 100px;
        font-size: 1.5rem;
    }
}/* End custom CSS */
/* Start custom CSS */.seccion-suscripcion {
    display: none !important;
}/* End custom CSS */