.elementor-230 .elementor-element.elementor-element-c582e98{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6592e1a *//* RESET LOCAL Y ESPECIFICIDAD MÁXIMA */
#SECTION_ORGANIGRAMA_INTERACTIVE, 
#SECTION_ORGANIGRAMA_INTERACTIVE * {
    box-sizing: border-box !important;
    margin: 0; padding: 0;
    font-family: 'Montserrat', sans-serif !important;
}

#SECTION_ORGANIGRAMA_INTERACTIVE .org-fine-section {
    position: relative !important;
    background-color: #ffffff !important; /* FONDO BLANCO PURO */
    padding: 120px 5% !important;
    overflow: hidden !important;
    width: 100% !important;
}

/* CANVAS PLEXUS */
#canvasPlexusOrgImg {
    position: absolute !important;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}

#SECTION_ORGANIGRAMA_INTERACTIVE .org-fine-container {
    position: relative !important;
    z-index: 2 !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
}

/* TIPOGRAFÍA EXTRA FINA (PESO 300) */
#SECTION_ORGANIGRAMA_INTERACTIVE .nw-w-300 { font-weight: 300 !important; }
#SECTION_ORGANIGRAMA_INTERACTIVE .nw-w-700 { font-weight: 700 !important; }

#SECTION_ORGANIGRAMA_INTERACTIVE .org-fine-header { text-align: center; margin-bottom: 70px; }
#SECTION_ORGANIGRAMA_INTERACTIVE .org-fine-tag { color: #fdb913; font-size: 11px; letter-spacing: 5px; display: block; margin-bottom: 15px; }
#SECTION_ORGANIGRAMA_INTERACTIVE .org-fine-title { font-size: clamp(26px, 5vw, 40px) !important; color: #004a99; letter-spacing: 2px; text-transform: uppercase; }
#SECTION_ORGANIGRAMA_INTERACTIVE .org-fine-divider { width: 50px; height: 2px; background: #fdb913; margin: 20px auto; }

/* FRAME DE IMAGEN PREMIUM */
#SECTION_ORGANIGRAMA_INTERACTIVE .org-image-frame {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

#SECTION_ORGANIGRAMA_INTERACTIVE .org-image-inner {
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 74, 153, 0.08);
    border: 1px solid rgba(0, 74, 153, 0.03);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#SECTION_ORGANIGRAMA_INTERACTIVE .org-img-main {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: filter 0.4s ease;
}

/* OVERLAY AL PASAR EL MOUSE */
#SECTION_ORGANIGRAMA_INTERACTIVE .org-img-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 74, 153, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    cursor: pointer;
}

#SECTION_ORGANIGRAMA_INTERACTIVE .org-image-inner:hover {
    transform: translateY(-10px);
}

#SECTION_ORGANIGRAMA_INTERACTIVE .org-image-inner:hover .org-img-overlay {
    opacity: 1;
}

#SECTION_ORGANIGRAMA_INTERACTIVE .org-overlay-content {
    text-align: center;
    color: #ffffff;
}

#SECTION_ORGANIGRAMA_INTERACTIVE .org-overlay-content i {
    font-size: 40px;
    margin-bottom: 15px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* DETALLES DE SOPORTE */
#SECTION_ORGANIGRAMA_INTERACTIVE .org-footer-details {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

#SECTION_ORGANIGRAMA_INTERACTIVE .org-detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #666;
    font-size: 14px;
}

#SECTION_ORGANIGRAMA_INTERACTIVE .org-detail-item i {
    color: #fdb913 !important;
    font-size: 18px !important;
    display: inline-block !important;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Solid" !important;
    font-weight: 900 !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #SECTION_ORGANIGRAMA_INTERACTIVE .org-footer-details { flex-direction: column; align-items: center; gap: 20px; }
    #SECTION_ORGANIGRAMA_INTERACTIVE .org-image-inner { padding: 10px; border-radius: 20px; }
}/* End custom CSS */