.elementor-934 .elementor-element.elementor-element-7da71b49{--display:flex;--min-height:900px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.67;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:100;}.elementor-934 .elementor-element.elementor-element-7da71b49:not(.elementor-motion-effects-element-type-background), .elementor-934 .elementor-element.elementor-element-7da71b49 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8E8E8;background-image:url("https://bc-technologies.com/wp-content/uploads/2026/05/teamfondo-scaled-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-934 .elementor-element.elementor-element-7da71b49::before, .elementor-934 .elementor-element.elementor-element-7da71b49 > .elementor-background-video-container::before, .elementor-934 .elementor-element.elementor-element-7da71b49 > .e-con-inner > .elementor-background-video-container::before, .elementor-934 .elementor-element.elementor-element-7da71b49 > .elementor-background-slideshow::before, .elementor-934 .elementor-element.elementor-element-7da71b49 > .e-con-inner > .elementor-background-slideshow::before, .elementor-934 .elementor-element.elementor-element-7da71b49 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#0079FFAB;--background-overlay:'';}.elementor-934 .elementor-element.elementor-element-69ffeb44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-934 .elementor-element.elementor-element-69ffeb44:not(.elementor-motion-effects-element-type-background), .elementor-934 .elementor-element.elementor-element-69ffeb44 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8E8E8;}@media(min-width:768px){.elementor-934 .elementor-element.elementor-element-7da71b49{--content-width:1440px;}.elementor-934 .elementor-element.elementor-element-69ffeb44{--content-width:1440px;}}@media(max-width:1024px){.elementor-934 .elementor-element.elementor-element-7da71b49{--justify-content:center;}}@media(max-width:767px){.elementor-934 .elementor-element.elementor-element-7da71b49{--justify-content:center;--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-934 .elementor-element.elementor-element-7da71b49:not(.elementor-motion-effects-element-type-background), .elementor-934 .elementor-element.elementor-element-7da71b49 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}}/* Start custom CSS for html, class: .elementor-element-5e38c18f */<style>
/* ==========================================================================
   (1440px x 900px)
   ========================================================================== */
.bc-people-section-container {
    width: 100%;
    max-width: 1440px;
    height: 900px;
    position: relative;
    margin: 0 auto !important;
    box-sizing: border-box;
    background: transparent !important;
    overflow: hidden;
}

/* ==========================================================================
   SECTOR IZQUIERDO ESTÁTICO (ALTURA Y COORDENADAS CONGELADAS)
   ========================================================================== */
.bc-people-static-box {
    position: absolute;
    width: 475px;
    height: 282px;
    left: 16px;
    top: 196px;
    display: flex;
    flex-direction: column;
    /* Cambiado a flex-start para que el título no baile verticalmente tras borrar el botón */
    justify-content: flex-start; 
    align-items: flex-start;
    gap: 0; 
    z-index: 20;
}

.bc-people-main-title {
    width: 443px;
    font-size: 64px;
    font-weight: 300;
    line-height: 90%;
    letter-spacing: 0.04em;
    color: #FDFDFD;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* ==========================================================================
   3. SECTOR DERECHO
   ========================================================================== */
.bc-people-carousel-track {
    position: absolute;
    width: calc(100% - 491px);
    min-width: 949px;
    height: 666px;
    left: 491px;
    top: 184px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 10;
    font-family: 'Inter', sans-serif;
}

.bc-people-carousel-track::-webkit-scrollbar {
    display: none;
}
.bc-people-carousel-track {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bc-people-card-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 340px;
    height: 666px;
    flex-shrink: 0;
    border-left: 1px solid #BEBEBE;
}

.bc-people-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 16px 64px 24px;
    width: 139px;
    height: 666px;
    box-sizing: border-box;
    flex-grow: 1;
}

.bc-people-card-desc {
    width: 100%;
    max-width: 305px;
    font-size: 32px;
    font-weight: 380;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #FDFDFD;
    margin: 0;
}

.bc-people-card-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
}

.bc-people-card-concept {
    font-size: 36px;
    font-weight: 380;
    line-height: 41px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FDFDFD;
    margin: 0;
}

.bc-people-card-number {
    font-size: 96px;
    font-weight: 300;
    line-height: 90%;
    letter-spacing: 0.04em;
    color: #FDFDFD;
}

/* ==========================================================================
   GUÍA INFERIOR 
   ========================================================================== */
.bc-people-scroll-way {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px 8px;
    gap: 8px;
    position: absolute;
    width: 152px;
    height: 24px;
    left: calc(50% - 152px / 2 - 321px);
    top: 828px;
    z-index: 25;
}

.bc-scroll-way-text {
    width: 112px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'DM Mono', Consolas, monospace;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #B2B2B2;
    white-space: nowrap;
}

.bc-scroll-way-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* ==========================================================================
   RESPONSIVE MÓVIL
   ========================================================================== */
@media (max-width: 1024px) {
    .bc-people-section-container {
        height: auto !important;
        width: 100% !important;
        max-width: 100vw !important;
        padding: 40px 0 !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .bc-people-static-box {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        left: 0 !important;
        top: 0 !important;
        padding: 0 16px !important;
        gap: 0 !important; /* Eliminamos separación al no haber botón */
        margin-bottom: 32px !important;
        box-sizing: border-box !important;
    }

    .bc-people-main-title {
        width: 100% !important;
        font-size: 38px !important;
        line-height: 100% !important;
    }

    .bc-people-carousel-track {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100vw !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        height: 400px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        background: rgba(255, 255, 255, 0.2) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        box-sizing: border-box !important;
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
    }

    .bc-people-carousel-track::-webkit-scrollbar {
        display: none !important;
    }

    .bc-people-card-wrapper {
        width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
        height: 100% !important;
        flex-shrink: 0 !important;
        border-left: 1px solid #BEBEBE !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-end !important;
        box-sizing: border-box !important;
        scroll-snap-align: start !important;
    }

    .bc-people-card-inner {
        width: 100% !important;
        height: 100% !important;
        padding: 20px 16px 32px 20px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        flex-grow: 1 !important;
    }

    .bc-people-card-desc {
        font-size: 20px !important;
        font-weight: 380 !important;
        line-height: 120% !important;
        letter-spacing: 0.04em !important;
        color: #FDFDFD !important;
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
        margin: 0 !important;
    }

    .bc-people-card-footer {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
    }

    .bc-people-card-concept {
        font-size: 24px !important;
        line-height: 120% !important;
        margin: 0 !important;
    }

    .bc-people-card-number {
        font-size: 64px !important;
        line-height: 90% !important;
        display: block !important;
    }

    .bc-people-scroll-way {
        display: flex !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: auto !important;
        justify-content: flex-start !important;
        padding: 12px 16px 0 !important;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef57f5d */<style>
/* ==========================================================================
   1. DISEÑO DE ESCRITORIO (Figma Estricto 1440px)
   ========================================================================== */
.bc-jobs-section {
    width: 100%;
    background-color: #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    
}

.bc-jobs-wrapper {
    width: 100%;
    max-width: 1440px;
    height: 900px;
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    
}

/* CABECERA */
.bc-jobs-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 16px 0;
    margin-top: 96px;
    width: 100%;
    
}

.bc-jobs-header-texts {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    
}

.bc-jobs-subtitle {
    font-size: 32px;
    font-weight: 380;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #535353;
    font-family: 'Inter', sans-serif;
}

.bc-jobs-title {
    font-size: 64px;
    font-weight: 300;
    line-height: 90%;
    letter-spacing: 0.04em;
    color: #0A0A0A;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.bc-jobs-description {
    width: 576px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'DM Mono', Consolas, monospace;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #535353;
    margin: 0;
    align-self: flex-end;
}

/* CONTENIDO INFERIOR */
.bc-jobs-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 64px;
    width: 100%;
    gap: 32px;
}

/* LISTA */
.bc-jobs-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 439px;
    flex-shrink: 0;
    
}

/* FILA — línea vertical izquierda fina, sin separador horizontal */
.bc-jobs-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 0 0 0 16px;
    border-left: 1px solid #8E8E8E;
    min-height: 37px;
    
}

.bc-jobs-name {
    font-size: 16px;
    font-weight: 500;
    font-family: 'DM Mono', Consolas, monospace;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0A0A0A;
}

/* BOTÓN */
.bc-jobs-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 8px;
    height: 24px;
    min-width: 115px;
    background: #33A6FD;
    border-radius: 4px;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.2s ease;
    box-sizing: border-box;
}

.bc-jobs-btn:hover {
    background: #1B95F2;
}

.bc-jobs-btn span {
    font-size: 12px;
    font-weight: 500;
    font-family: 'DM Mono', Consolas, monospace;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FDFDFD;
    white-space: nowrap;
}

/* IMAGEN */
.bc-jobs-image {
    width: 583px;
    height: 394px;
    flex-shrink: 0;
    object-fit: cover;
}

/* ==========================================================================
   2. CONTROL RESPONSIVE (Móviles y Tablets por debajo de 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
    /* Desbloqueamos el alto estricto de la pantalla completa */
    .bc-jobs-wrapper {
        height: auto !important;
        padding: 40px 16px !important;
    }

    /* Reducimos márgenes agresivos superiores de escritorio */
    .bc-jobs-header {
        margin-top: 24px !important;
        gap: 24px !important;
    }

    .bc-jobs-header-texts {
        gap: 20px !important;
    }

    /* Escala tipográfica armónica para pantallas pequeñas */
    .bc-jobs-subtitle {
        font-size: 20px !important;
    }

    .bc-jobs-title {
        font-size: 42px !important;
        line-height: 100% !important;
    }

    /* Rompemos el empuje a la derecha para que el párrafo lea continuo abajo */
    .bc-jobs-description {
        width: 100% !important;
        max-width: 100% !important;
        align-self: flex-start !important;
        font-size: 14px !important;
    }

    /* El bloque inferior pasa a ser una sola columna vertical limpia */
    .bc-jobs-bottom {
        flex-direction: column !important;
        margin-top: 40px !important;
        gap: 40px !important;
    }

    /* La lista de ofertas usa todo el ancho disponible */
    .bc-jobs-list {
        width: 100% !important;
        gap: 24px !important;
    }

    /* Forzamos que si el móvil es muy angosto, la fila rompa en columna sin pisarse */
    .bc-jobs-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding-left: 12px !important;
    }

    /* La imagen se vuelve adaptativa al contenedor inferior */
    .bc-jobs-image {
        width: 100% !important;
        height: auto !important;
        max-height: 300px !important; /* Limita la altura en móviles para que no sea infinita */
        object-fit: cover !important;
    }
}
</style>/* End custom CSS */