/* ============================================ */
/* NOSOTROS PAGE - Migrado de WP Nosotros.html  */
/* ============================================ */

/* SECTION 1: INTRODUCTION (QUIENES SOMOS) */
.nosotros-intro-section {
    display: flex;
    align-items: center;
    min-height: auto;
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.nosotros-intro-container {
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.nosotros-intro-image {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.nosotros-image-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(296deg, #FFE288 16%, #FFCC1E 83%);
    border-radius: 0 0 32px 32px;
    padding: 0;
    box-shadow: none;
}

.nosotros-image-hero .elementor-shape-top {
    top: -1px;
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.nosotros-image-hero .elementor-shape-top svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(237% + 1.3px);
    height: 485px;
}

.nosotros-image-hero .elementor-shape-fill {
    fill: #ffffff;
}

.nosotros-intro-photo {
    width: 100%;
    max-width: 760px;
    height: auto;
    border-radius: 0 24px 0 24px !important;
    position: relative;
    z-index: 2;
    object-fit: contain;
    display: block;
}

.nosotros-intro-content {
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.nosotros-intro-content h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 64px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: left;
}

.nosotros-intro-content p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #111111;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

/* SECTION 2: STATISTICS */
.nosotros-stats-section {
    padding: 80px 40px;
    background: linear-gradient(135deg, #FFE288 0%, #FFCC1E 100%);
    text-align: center;
}

.nosotros-stats-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    align-items: center;
}

.nosotros-stat-item {
    padding: 30px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.nosotros-stat-item:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-5px);
}

.nosotros-stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 56px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1;
}

.nosotros-stat-label {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    line-height: 1.3;
}

.nosotros-stats-footnote {
    margin-top: 40px;
    font-size: 14px;
    color: #333333;
    font-style: italic;
}

/* SECTION 3: OUR TEAM */
.nosotros-team-section {
    display: flex;
    align-items: center;
    min-height: auto;
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.nosotros-team-container {
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.nosotros-team-content {
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.nosotros-team-content h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: left;
}

.nosotros-team-content p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #111111;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.nosotros-team-image {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.nosotros-team-image-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(296deg, #FFE288 16%, #FFCC1E 83%);
    border-radius: 32px 0px 0px 32px;
    padding: 0;
    box-shadow: none;
}

.nosotros-team-image-hero .elementor-shape-bottom {
    bottom: -1px;
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.nosotros-team-image-hero .elementor-shape-bottom svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%) rotate(180deg);
    width: calc(237% + 1.3px);
    height: 485px;
}

.nosotros-team-image-hero .elementor-shape-fill {
    fill: #ffffff;
}

.nosotros-team-photo {
    width: 100%;
    max-width: 760px;
    height: auto;
    position: relative;
    z-index: 2;
    object-fit: contain;
    display: block;
}

/* SECTION 4: LEADERSHIP */
.nosotros-leadership-section {
    display: flex;
    align-items: center;
    min-height: auto;
    padding: 80px 0;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.nosotros-leadership-container {
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.nosotros-leadership-image {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.nosotros-leadership-image-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(296deg, #FFE288 16%, #FFCC1E 83%);
    border-radius: 0 0 32px 32px;
    padding: 0;
    box-shadow: none;
}

.nosotros-leadership-image-hero .elementor-shape-top {
    top: -1px;
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.nosotros-leadership-image-hero .elementor-shape-top svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(237% + 1.3px);
    height: 485px;
}

.nosotros-leadership-image-hero .elementor-shape-fill {
    fill: #f8f9fa;
}

.nosotros-leadership-photo {
    width: 100%;
    max-width: 760px;
    height: auto;
    border-radius: 0 24px 0 24px !important;
    position: relative;
    z-index: 2;
    object-fit: contain;
    display: block;
}

.nosotros-leadership-content {
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.nosotros-leadership-content h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: left;
}

.nosotros-leadership-content p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #111111;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

/* SECTION 5: COMMITMENTS */
.nosotros-commitments-section {
    padding: 80px 40px;
    background: #fff;
    text-align: center;
}

.nosotros-commitments-container {
    max-width: 1000px;
    margin: 0 auto;
}

.nosotros-commitments-container h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.3;
}

.nosotros-commitments-container p {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    color: #111111;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: center;
}

/* SECTION 6: CALL TO ACTION */
.nosotros-cta-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #FFE288 0%, #FFCC1E 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.nosotros-cta-container {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    padding: 60px 40px;
}

.nosotros-cta-container h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.3;
}

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

.nosotros-btn-primary {
    background: #000000;
    color: #ffffff;
    padding: 18px 40px;
    border: 2px solid #000000;
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.nosotros-btn-primary:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.nosotros-btn-secondary {
    background: #ffffff;
    color: #000000;
    padding: 18px 40px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.nosotros-btn-secondary:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.nosotros-btn-tertiary {
    background: transparent;
    color: #000000;
    padding: 18px 40px;
    border: 2px solid #000000;
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.nosotros-btn-tertiary:hover {
    background: #000000;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .nosotros-intro-container,
    .nosotros-team-container,
    .nosotros-leadership-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .nosotros-intro-content,
    .nosotros-team-content,
    .nosotros-leadership-content {
        padding: 30px;
        margin: 20px;
    }

    .nosotros-intro-content h1 {
        font-size: 3rem;
        text-align: center;
    }

    .nosotros-team-content h2,
    .nosotros-leadership-content h2,
    .nosotros-commitments-container h2,
    .nosotros-cta-container h2 {
        font-size: 2.5rem;
        text-align: center;
    }

    .nosotros-stats-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .nosotros-intro-section,
    .nosotros-team-section,
    .nosotros-leadership-section,
    .nosotros-stats-section,
    .nosotros-commitments-section,
    .nosotros-cta-section {
        padding: 40px 16px;
    }

    .nosotros-intro-container,
    .nosotros-team-container,
    .nosotros-leadership-container {
        gap: 24px;
        padding: 0;
    }

    .nosotros-intro-image,
    .nosotros-team-image,
    .nosotros-leadership-image {
        justify-content: center;
    }

    .nosotros-image-hero,
    .nosotros-team-image-hero,
    .nosotros-leadership-image-hero {
        width: 100%;
        margin: 0 auto;
    }

    .nosotros-intro-photo,
    .nosotros-team-photo,
    .nosotros-leadership-photo {
        max-width: none;
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 16px;
    }

    .nosotros-image-hero .elementor-shape-top svg,
    .nosotros-team-image-hero .elementor-shape-bottom svg,
    .nosotros-leadership-image-hero .elementor-shape-top svg {
        width: 140%;
        height: 160px;
    }

    .nosotros-intro-content,
    .nosotros-team-content,
    .nosotros-leadership-content {
        padding: 20px;
        margin: 0;
    }

    .nosotros-intro-content h1 {
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: 24px;
    }

    .nosotros-team-content h2,
    .nosotros-leadership-content h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 24px;
    }

    .nosotros-commitments-container h2,
    .nosotros-cta-container h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .nosotros-intro-content p,
    .nosotros-team-content p,
    .nosotros-leadership-content p,
    .nosotros-commitments-container p {
        font-size: 1rem;
        text-align: left;
    }

    .nosotros-stat-number {
        font-size: 40px;
    }

    .nosotros-stat-label {
        font-size: 16px;
    }

    .nosotros-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .nosotros-btn-primary,
    .nosotros-btn-secondary,
    .nosotros-btn-tertiary {
        width: 100%;
        max-width: 320px;
        padding: 16px 32px;
        font-size: 16px;
    }
}
