.elementor-241 .elementor-element.elementor-element-63b4b5f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-afbf1f6 *//* BLINDAJE DE ESTILOS */
#SECTION_GESTION_ULTRA_FINE, 
#SECTION_GESTION_ULTRA_FINE * {
    box-sizing: border-box !important;
    margin: 0; padding: 0;
    font-family: 'Montserrat', sans-serif !important;
}

#SECTION_GESTION_ULTRA_FINE .gest-core {
    background-color: #ffffff !important; /* FONDO BLANCO PURO */
    padding: 120px 5% !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
}

#canvasPlexusGestion {
    position: absolute !important;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}

#SECTION_GESTION_ULTRA_FINE .gest-container {
    position: relative !important;
    z-index: 2 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* TIPOGRAFÍA EXTRA FINA (PESO 300) */
#SECTION_GESTION_ULTRA_FINE .gest-title,
#SECTION_GESTION_ULTRA_FINE .gest-card p,
#SECTION_GESTION_ULTRA_FINE .gest-card h3 {
    font-weight: 300 !important;
}

#SECTION_GESTION_ULTRA_FINE .gest-header { text-align: center; margin-bottom: 80px; }
#SECTION_GESTION_ULTRA_FINE .gest-tag { color: #fdb913; font-size: 11px; letter-spacing: 5px; font-weight: 700 !important; display: block; margin-bottom: 15px; }
#SECTION_GESTION_ULTRA_FINE .gest-title { font-size: 34px; color: #004a99; letter-spacing: 1px; text-transform: uppercase; }
#SECTION_GESTION_ULTRA_FINE .gest-title strong { font-weight: 700 !important; }
#SECTION_GESTION_ULTRA_FINE .gest-divider { width: 40px; height: 2px; background: #fdb913; margin: 20px auto; }

/* GRILLA */
#SECTION_GESTION_ULTRA_FINE .gest-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px !important;
}

#SECTION_GESTION_ULTRA_FINE .gest-card {
    background: #ffffff !important;
    padding: 50px 40px !important;
    border-radius: 20px !important;
    text-align: left !important;
    border: 1px solid rgba(0, 74, 153, 0.05) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02) !important;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#SECTION_GESTION_ULTRA_FINE .gest-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 25px 50px rgba(0, 74, 153, 0.08) !important;
    border-color: #fdb913 !important;
}

/* BLINDAJE DE ICONOS */
#SECTION_GESTION_ULTRA_FINE .gest-icon-wrap {
    width: 60px !important;
    height: 60px !important;
    background: rgba(0, 74, 153, 0.03) !important;
    border-radius: 12px !important;
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.4s !important;
}

#SECTION_GESTION_ULTRA_FINE .gest-icon-wrap i {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Solid" !important;
    font-weight: 900 !important;
    font-size: 24px !important;
    color: #004a99 !important;
    display: inline-block !important;
}

#SECTION_GESTION_ULTRA_FINE .gest-card:hover .gest-icon-wrap {
    background: #fdb913 !important;
    border-radius: 50% !important;
}

#SECTION_GESTION_ULTRA_FINE .gest-card:hover .gest-icon-wrap i {
    color: #ffffff !important;
}

#SECTION_GESTION_ULTRA_FINE .gest-card h3 {
    font-size: 19px !important;
    color: #004a99 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

#SECTION_GESTION_ULTRA_FINE .gest-card p {
    font-size: 14px !important;
    color: #777 !important;
    line-height: 1.8 !important;
}

/* RESPONSIVE */
@media (max-width: 992px) { #SECTION_GESTION_ULTRA_FINE .gest-grid { grid-template-columns: 1fr !important; } }
@media (max-width: 768px) { #SECTION_GESTION_ULTRA_FINE .gest-core { padding: 80px 20px !important; } }/* End custom CSS */