.elementor-1002 .elementor-element.elementor-element-2612751{--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;}.elementor-1002 .elementor-element.elementor-element-ea622b8{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ea622b8 *//* ================== ABRANIX · ABOUT v2 (CSS) - TEMA CLaro SOBRE OSCURO ================== */

/* Tokens */
:root {
    --abx-header-h: 88px;
    --abx-hero-pt: 48px;

    /* Colores base del fondo (NO SE MODIFICAN) */
    --abx-bg-top: #000000;
    --abx-bg-mid: #020160;
    --abx-bg-bottom: #0e27be;

    /* Paleta de acentos y texto (COLOR PRINCIPAL CORREGIDO) */
    --abx-ink: #0a0f1f;
    --abx-text-on-dark: #fff;
    --abx-cyan: #26e4ff;
    --abx-primary: #0e27be; /* CORREGIDO */
    --abx-pink: #ff56d7;
    --abx-lime: #9dff57;

    /* Tokens para componentes claros */
    --abx-card-bg: #ffffff;
    --abx-card-stroke: rgba(0, 0, 0, 0.1);
    --abx-card-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

/* Full-bleed base y fondo principal */
body {
    margin: 0;

}

.abx-about,
.abx-about .abx-hero,
.abx-about .abx-section {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
}

.abx-about {
    color: var(--abx-text-on-dark);
    /* Fondo con gradiente y patrón de líneas diagonales */
    background: linear-gradient(180deg, var(--abx-bg-top), var(--abx-bg-mid) 50%, var(--abx-bg-bottom));
    overflow-x: clip;
    position: relative;
}.abx-about {
    color: var(--abx-text-on-dark);
    /* Fondo con gradiente y patrón de líneas diagonales */
    --abx-grid-size: 40px; /* Tamaño de la cuadrícula */
    --abx-grid-color: rgba(255, 255, 255, 0.07); /* Color y opacidad de las líneas */

    background: 
        /* Capa de la cuadrícula */
        linear-gradient(90deg, transparent calc(var(--abx-grid-size) - 1px), var(--abx-grid-color) calc(var(--abx-grid-size) - 1px), var(--abx-grid-color) var(--abx-grid-size)),
        linear-gradient(transparent calc(var(--abx-grid-size) - 1px), var(--abx-grid-color) calc(var(--abx-grid-size) - 1px), var(--abx-grid-color) var(--abx-grid-size)),
        
        /* Capa del degradado original */
        linear-gradient(180deg, var(--abx-bg-top), var(--abx-bg-mid) 50%, var(--abx-bg-bottom));
    
    background-size: var(--abx-grid-size) var(--abx-grid-size), var(--abx-grid-size) var(--abx-grid-size), 100% 100%;

    overflow-x: clip;
    position: relative;
}

/* Contenedor principal para alinear todo el contenido */
.abx-container {
    width: 100%;
    max-width: 1280px; /* Ancho máximo del contenido */
    margin-inline: auto; /* Centra el contenedor */
    padding-inline: 3rem; /* Margen lateral fijo y generoso (48px) */
    box-sizing: border-box;
}

/* Ajuste del margen para pantallas más pequeñas */
@media (max-width: 768px) {
    .abx-container {
        padding-inline: 1.5rem; /* Margen reducido para móviles (24px) */
    }
}


/* HERO */
.abx-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-top: var(--abx-hero-pt);
    padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

/* HERO · SOBRE NOSOTROS */
.abx-about .abx-hero--about-min {
    margin-top: 0 !important;
    padding-top: clamp(80px, 10vw, 148px) !important;
    padding-bottom: clamp(28px, 5vw, 56px) !important;
    min-height: clamp(320px, 40vh, 480px) !important;
    isolation: isolate;
}
.abx-hero__wrap-min { max-width: 980px; margin-inline: auto; }
.abx-hero__title-min {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.15;
    margin: .6rem 0 .6rem;
    text-wrap: balance;
}
.abx-hero__lead-min {
    color: #fff;
    opacity: .95;
    max-width: 760px;
    margin: 0 0 1rem 0;
}
.accent-gradient {
    background: linear-gradient(90deg, #26e4ff 0%, var(--abx-primary) 60%, #26e4ff 100%); /* CORREGIDO */
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: abxShineOnce 2600ms ease forwards;
}
@keyframes abxShineOnce {
    0% { background-position: 0% 50%; filter: saturate(1) }
    100% { background-position: 100% 50%; filter: saturate(1.05) }
}


/* Espaciado vertical entre secciones */
.abx-section {
    position: relative;
    padding-top: clamp(2.8rem, 5vw, 4.5rem);
    padding-bottom: clamp(2.8rem, 5vw, 4.5rem);
}

.abx-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent);
    opacity: .35;
}

.abx-section > .abx-container {
    position: relative;
    z-index: 1;
}

/* Grids */
.abx-grid {
    display: grid;
    gap: 1.5rem;
}

.abx-grid--2 { grid-template-columns: repeat(2, 1fr); }
.abx-grid--3 { grid-template-columns: repeat(3, 1fr); }
.abx-grid--2-1 { grid-template-columns: 2fr 1fr; }

@media (max-width:1024px) { .abx-grid--2-1 { grid-template-columns: 1fr; } }
@media (max-width:900px) { .abx-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width:640px) { .abx-grid--2, .abx-grid--3 { grid-template-columns: 1fr; } }

/* Componentes */
.abx-head {
    text-align: center;
    margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
    color: var(--abx-text-on-dark);
}

.abx-head .abx-title {
    color: var(--abx-text-on-dark);
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    margin: 0 0 0.5rem;
}

.abx-sub { 
    opacity: .95;
    max-width: 65ch;
    margin-inline: auto;
}

/* ESTILO BASE PARA TODOS LOS COMPONENTES TIPO "CAJA" */
.abx-card, .abx-step, .abx-member {
    background: var(--abx-card-bg);
    color: var(--abx-ink);
    border: 1px solid var(--abx-card-stroke);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: var(--abx-card-shadow);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.abx-card:hover, .abx-step:hover, .abx-member:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
    border-color: var(--abx-primary);
}

/* Títulos dentro de las cajas en azul */
.abx-card h3, .abx-member h4, .abx-step h4 {
    color: var(--abx-primary);
    margin-top: 0;
}

.abx-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .8rem;
}

.abx-badge {
    padding: .35rem .6rem;
    font-size: .8rem;
    border: 1px solid rgba(14, 39, 190, .35);
    border-radius: 999px;
    background: rgba(14, 39, 190, .12);
    color: var(--abx-primary);
    font-weight: 600;
}

.abx-list {
    list-style: none;
    padding: 0;
    margin: .4rem 0 0;
    color: var(--abx-ink);
}

.abx-list li {
    position: relative;
    padding-left: 1.2rem;
    margin: .35rem 0;
}

.abx-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--abx-primary);
    font-weight: bold;
}

/* Proceso */
.abx-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: .9rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.abx-step { padding: 1rem; position: relative; }

.abx-step__num {
    position: absolute;
    right: .8rem;
    top: .6rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--abx-primary);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
}

/* ====== BANDA DE MÉTRICAS ====== */
.abx-metrics-band {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 40px;
}

.abx-metrics-wrapper {
    background: #ffffff;
    color: var(--abx-ink);
    padding-block: clamp(3rem, 6vw, 4.5rem);
}

.abx-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    text-align: center;
}

.abx-metric-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 1rem;
}

@media (min-width: 769px) {
    .abx-metric-item:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10%;
        bottom: 10%;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 768px) {
    .abx-metrics-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .abx-metric-item:not(:first-child)::before {
        content: '';
        position: absolute;
        top: -1.5rem;
        left: 25%;
        right: 25%;
        height: 1px;
        width: 50%;
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.abx-metric-item .abx-metric-number {
    font-size: clamp(2.8rem, 6vw, 4rem);
    font-weight: 700;
    color: var(--abx-primary);
    line-height: 1;
    margin: 0;
}

.abx-metric-item .abx-metric-title {
    color: var(--abx-ink);
    font-size: 1.1rem;
    margin: 0.75rem 0 0.5rem;
    font-weight: 600;
}

.abx-metric-item .abx-metric-desc {
    color: var(--abx-ink);
    opacity: 0.7;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    max-width: 320px;
}


/* SECCIÓN FAQ */
.abx-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
    align-items: start;
}

@media (max-width: 768px) {
    .abx-faq-grid {
        grid-template-columns: 1fr;
    }
}

.abx-qa-card {
    background: var(--abx-card-bg);
    border: 1px solid var(--abx-card-stroke);
    border-radius: 16px;
    padding: 1.2rem 1.5rem;
    transition: border-color .3s ease;
    color: var(--abx-ink);
}

.abx-qa-card[open] {
    border-color: var(--abx-primary);
}

.abx-qa-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    color: var(--abx-ink);
    font-size: 1.1rem;
}

.abx-qa-question::-webkit-details-marker,
.abx-qa-question::marker {
    display: none;
}

.abx-qa-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 1rem;
}

.abx-qa-icon::before,
.abx-qa-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--abx-primary);
    transition: transform .3s ease-out;
}

.abx-qa-icon::before {
    width: 18px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.abx-qa-icon::after {
    width: 2px;
    height: 18px;
    transform: translate(-50%, -50%);
}

.abx-qa-card[open] .abx-qa-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.abx-qa-answer {
    padding-top: 1rem;
    color: var(--abx-ink);
    opacity: 0.85;
    line-height: 1.6;
}

/* ====== ESTILO PARA FUNDADORES ====== */
.abx-team .abx-member {
    position: relative;
    text-align: center;
    padding: 0;
    padding-top: 80px;
    margin-top: 80px;
    overflow: visible;
    border: none;
    background: linear-gradient(180deg, #ffffff, #f7f9fc);
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
}

.abx-team .abx-member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: radial-gradient(ellipse at top, hsla(231, 100%, 55%, 0.15), transparent 70%);
    border-radius: 18px 18px 0 0;
    z-index: 0;
}

.abx-team .abx-member img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.abx-member__content {
    padding: 1.5rem;
    padding-top: 1rem;
    position: relative;
    z-index: 1;
}

.abx-member h4 {
    font-size: 1.4rem;
    margin-block: 0 0.25rem;
    color: var(--abx-ink);
}

.abx-member__role {
    color: var(--abx-primary);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 1rem;
}

.abx-member__bio {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 45ch;
    margin-inline: auto;
    margin-bottom: 1.5rem;
}

.abx-member__social {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    border-top: 1px solid var(--abx-card-stroke);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.abx-member__social a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #f0f4f8;
    color: var(--abx-ink);
    transition: all 0.2s ease-in-out;
}

.abx-member__social a:hover {
    background-color: var(--abx-primary);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(14, 39, 190, 0.2);
}

.abx-member__social a svg {
    width: 18px;
    height: 18px;
}

/* Reveal on scroll animation */
[data-reveal] {
    opacity: 0;
    transform: translateY(16px) scale(.98);
    transition: .6s ease;
    will-change: opacity, transform;
}
.is-in {
    opacity: 1 !important;
    transform: none !important;
}

@media (prefers-reduced-motion:reduce) {
    [data-reveal] { 
        transition: none;
        opacity: 1;
        transform: none;
    }
    .accent-gradient {
        animation: none !important;
    }
}/* End custom CSS */