/* ===== VARIABLES ===== */
.metallink-network {
    --green: #4c7766;
    --cream: #ebe6e0;
    --dark: #364153;
    --white: #ffffff;
    --shadow-sm: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
    --shadow-lg: 0px 25px 50px -12px #00000040;
    --font-regular: "Inter-Regular", Helvetica;
    --font-medium: "Inter-Medium", Helvetica;

    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: 12px;
    position: relative;
    background-color: var(--white);
    overflow-x: hidden;
}

/* ===== HEADER ===== */
.metallink-network .header {
    display: inline-flex;
    align-items: center;
    gap: 286px;
    position: relative;
    flex: 0 0 auto;
}

.metallink-network .container {
    display: flex;
    width: 150px;
    height: 150px;
    align-items: center;
    position: relative;
}

.metallink-network .container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.metallink-network .link {
    position: relative;
    flex: 1 1 auto;
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
}

/* ===== NAVEGACIÓN ===== */
.metallink-network .navigation {
    position: relative;
    width: 456.49px;
    height: 60px;
    background-color: #4c7766ed;
    border-radius: 26843500px;
    overflow: hidden;
}

.metallink-network .div {
    position: absolute;
    top: 0;
    left: 0;
    width: 456px;
    height: 60px;
    opacity: 0.1;
    background-size: cover;
    background-position: 50% 50%;
}

.metallink-network .div-wrapper,
.metallink-network .link-2,
.metallink-network .link-3,
.metallink-network .link-4 {
    position: absolute;
    top: 16px;
    height: 28px;
    display: flex;
    text-decoration: none;
}

.metallink-network .div-wrapper { left: 40px; width: 43px; }
.metallink-network .link-2 { left: 123px; width: 69px; }
.metallink-network .link-3 { left: 232px; width: 73px; }
.metallink-network .link-4 { left: 344px; width: 72px; }

.metallink-network .text-wrapper,
.metallink-network .text-wrapper-2,
.metallink-network .text-wrapper-3 {
    margin-top: -1.4px;
    height: 28px;
    font-family: var(--font-regular);
    font-weight: 400;
    color: var(--white);
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
}

.metallink-network .text-wrapper { width: 45px; }
.metallink-network .text-wrapper-2 { width: 78px; }
.metallink-network .text-wrapper-3 { width: 79px; }

/* ===== BOTÓN CTA ===== */
.metallink-network .button {
    all: unset;
    box-sizing: border-box;
    margin-top: 10px;
    width: 171.71px;
    height: 60px;
    display: flex;
    background-color: #4c7766;
    border-radius: 26843500px;
    box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.metallink-network .text-wrapper-4 {
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
}

/* ===== CONTENIDO PRINCIPAL ===== */
.metallink-network .about-page {
    position: relative;
    width: 100%;
    min-height: 1419px;
    background-color: #ffffff;
}

.metallink-network .about-background {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: url(../img/backgroud-3.png);
    background-size: cover;
    background-position: 50% 50%;
    pointer-events: none;
    z-index: 0;
}

.metallink-network .about-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: 80px 24px;
    gap: 64px;
}

/* Introducción de la empresa */
.metallink-network .about-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.metallink-network .about-header,
.metallink-network .about-intro-text,
.metallink-network .about-team-header,
.metallink-network .about-team-text {
    width: 100%;
    display: flex;
    justify-content: center;
}

.metallink-network .about-title {
    max-width: 760px;
    margin: 0;
    font-family: var(--font-medium);
    font-weight: 500;
    color: var(--green);
    font-size: 48px;
    line-height: 1;
    text-align: center;
}

.metallink-network .about-description,
.metallink-network .about-team-description {
    max-width: 768px;
    margin: 0;
    font-family: var(--font-regular);
    font-weight: 400;
    color: var(--dark);
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

/* Cifras clave y texto de apoyo */
.metallink-network .about-overview {
    display: grid;
    grid-template-columns: minmax(320px, 2fr) minmax(0, 3fr);
    gap: 48px;
    align-items: start;
    width: 100%;
}

.metallink-network .about-stats-panel {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    background-color: var(--cream);
    border-radius: 16px;
}

.metallink-network .about-section-heading {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.metallink-network .about-section-title {
    margin: 0;
    font-family: var(--font-medium);
    font-weight: 500;
    color: var(--green);
    font-size: 24px;
    line-height: 32px;
}

.metallink-network .about-stats-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
}

.metallink-network .about-stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.metallink-network .about-stat-value-wrap,
.metallink-network .about-stat-label-wrap,
.metallink-network .about-copy-paragraph,
.metallink-network .about-value-text-wrap {
    width: 100%;
}

.metallink-network .about-stat-value {
    margin: 0;
    font-family: var(--font-regular);
    font-weight: 400;
    color: var(--green);
    font-size: 36px;
    line-height: 40px;
}

.metallink-network .about-stat-label,
.metallink-network .about-copy-text,
.metallink-network .about-value-text,
.metallink-network .about-values-text {
    margin: 0;
    font-family: var(--font-regular);
    font-weight: 400;
    color: var(--dark);
    font-size: 16px;
    line-height: 24px;
}

.metallink-network .about-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
}

.metallink-network .about-copy-text {
    font-size: 18px;
    line-height: 28px;
}

/* Misión, visión y valores */
.metallink-network .about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    width: 100%;
}

.metallink-network .about-value-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 355px;
    padding: 33.6px;
    background-color: var(--white);
    border: 1.6px solid #4c776633;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
}

.metallink-network .about-card-icon-wrap {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green);
    border-radius: 999px;
}

.metallink-network .about-card-icon {
    width: 32px;
    height: 32px;
    position: relative;
}

.metallink-network .about-card-icon-image {
    position: absolute;
}

.metallink-network .about-card-icon-check {
    width: 91.67%;
    height: 91.67%;
    top: 8.33%;
    left: 8.33%;
}

.metallink-network .about-card-icon-vision {
    width: 66.67%;
    height: 66.67%;
    top: 33.33%;
    left: 33.33%;
}

.metallink-network .about-card-icon-heart {
    width: 91.67%;
    height: 83.33%;
    top: 16.67%;
    left: 8.33%;
}

.metallink-network .about-values-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.metallink-network .about-values-item {
    width: 100%;
}

/* Equipo de trabajo */
.metallink-network .about-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.metallink-network .about-team-title {
    margin: 0;
    font-family: var(--font-medium);
    font-weight: 500;
    color: var(--green);
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

/* ===== FOOTER ===== */
.metallink-network .footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 48px 229.6px 48px 229.6px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: #4c7766;
}

.metallink-network .container-50 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 32px;
    padding: 0;
    width: 100%;
}

.metallink-network .container-51 {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.metallink-network .infraestructura-y-wrapper {
    position: relative;
    align-self: stretch;
    width: 100%;
    opacity: 0.9;
}

.metallink-network .infraestructura-y {
    width: 281px;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #ebe6e0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.metallink-network .container-52 {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.metallink-network .text-wrapper-41 {
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
}

.metallink-network .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.metallink-network .text-wrapper-42 {
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #ebe6e0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
    text-decoration: none;
}

.metallink-network .container-53 {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.metallink-network .container-54 {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 4 / 5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    font-style: normal;
}

.metallink-network .list-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.metallink-network .list-3 {
    display: flex;
    flex-direction: column;
    height: 88px;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
}

.metallink-network .container-20 {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 4 / 5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.metallink-network .paragraph-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24.8px 0px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-top-width: 0.8px;
    border-top-style: solid;
    border-color: #ffffff33;
}

.metallink-network .element-metallink {
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #ebe6e0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}
