 

/* Estilo de la sección de industrias */
.global-block10-section {
    position: relative !important;
    width: 100% !important;
       overflow: hidden !important  ;

}
.global-block10-section-bg {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.global-block10-container {
     max-width: 1300px !important;
            padding: 0 20px !important;
        margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Cabecera de la sección */
.global-block10-section-header {
    text-align: left !important;
    max-width: 700px !important;
    margin-bottom: 3rem !important;
}

.global-block10-section-title {
    font-size: 42px !important; 
    line-height: 42px !important;
    font-weight: 800 !important;
    color: #161632 !important;
    margin-bottom: 40px !important;
}

.global-block10-section-description {
    font-size: 16px !important;  
    color: #525F7F !important;
    
}

/* Grilla de tarjetas */
.global-block10-industries-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
}

/* Estilo de cada tarjeta */
.global-block10-industry-card {
    background-color: #FFFFFF !important;
    padding: 2rem !important;
    border-radius: 16px !important;
    display: flex !important;
    gap: 1.5rem !important;
    align-items: flex-start !important;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out !important;
}

.global-block10-industry-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 35px rgba(175, 178, 207, 0.2) !important;
}

.global-block10-icon {
    flex-shrink: 0 !important;
    color: #8A7DC8 !important; /* Color por defecto */
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.global-block10-icon-image,
.global-block10-icon-placeholder {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain !important;
}

.global-block10-content {
    flex-grow: 1 !important;
}

.global-block10-industry-title {
    margin: 0 0 0.5rem 0 !important;
    font-size: 24px !important; 
    font-weight: 700 !important;
    color: #161632 !important;
}

.global-block10-industry-description {
    margin: 0 !important;
    font-size: 16px !important;  
    color: #434771 !important;
    
}

/* Space Classes */
.global-block10-section.space-top-1x {
    margin-top: 20px !important;
}

.global-block10-section.space-top-2x {
    margin-top: 40px !important;
}

.global-block10-section.space-top-3x {
    margin-top: 60px !important;
}

.global-block10-section.space-top-4x {
    margin-top: 80px !important;
}

.global-block10-section.space-top-5x {
    margin-top: 100px !important;
}

.global-block10-section.space-bottom-1x {
    margin-bottom: 20px !important;
}

.global-block10-section.space-bottom-2x {
    margin-bottom: 40px !important;
}

.global-block10-section.space-bottom-3x {
    margin-bottom: 60px !important;
}

.global-block10-section.space-bottom-4x {
    margin-bottom: 80px !important;
}

.global-block10-section.space-bottom-5x {
    margin-bottom: 100px !important;
}

/* Responsive Design */
 @media (max-width: 768px) {
    /* Responsive styles for global block10 headings and text */
    .global-block10-section-title {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    
    .global-block10-section-description {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .global-block10-industry-title {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    .global-block10-industry-description {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* Responsive styles for global block10 layout */
    .global-block10-industries-grid {
        grid-template-columns: 1fr !important;
    }
    
    .global-block10-industry-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: start !important;
        gap: 20px !important;
        padding: 1rem !important;
    }
}
