/* === Sección Sectores General === */
#sectores_items {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
}


/* === Media Queries === */
@media (min-width: 1200px) {
    .mwm-sectores .container {
        width: 1170px;
    }
}

@media (max-width: 992px) {
    .mwm-sectores .sector-row {
        gap: 30px;
    }
    .mwm-sectores .sector-item {
        width: 180px;
        padding: 12px;
    }
    .mwm-sectores .sector-item img {
        width: 120px;
        height: 120px;
    }
    .mwm-sectores .sector-item p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .mwm-sectores .sector-row {
        gap: 20px;
    }
    .mwm-sectores .sector-item {
        width: 150px;
        padding: 10px;
    }
    .mwm-sectores .sector-item img {
        width: 100px;
        height: 100px;
    }
    .mwm-sectores .sector-item p {
        font-size: 14px;
    }
    
    .mwm-sectores #owl-certificados-sectores {
        padding: 0 40px;
        height: 180px;
    }
    
    .mwm-sectores #owl-certificados-sectores .item img {
        max-width: 80%;
        max-height: 120px;
    }
}

@media (max-width: 480px) {
    .mwm-sectores #sectores_items {
        padding: 20px 10px;
    }
    .mwm-sectores .sector-row {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .mwm-sectores .sector-item {
        width: 90%;
        padding: 8px;
    }
    .mwm-sectores .sector-item img {
        width: 80px;
        height: 80px;
    }
    .mwm-sectores .sector-item p {
        font-size: 14px;
    }
    
    .mwm-sectores #owl-certificados-sectores {
        padding: 0 30px;
        height: 160px;
    }
    
    .mwm-sectores #owl-certificados-sectores .item img {
        max-width: 60%;
        max-height: 100px;
    }
}

.sectores-section {
    padding: 60px 0 100px 0;
    background: #f3f3f3;
    border-bottom: 1px solid #e3e3e3;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.sectores-section .container {
    margin-right: auto;
    margin-left: auto;
    width: 940px;
    max-width: 100%;
}


.sectores-section .icon-works {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.sectores-section .icon-works::before,
.sectores-section .icon-works::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #d3d3d3;
    margin: 0 20px;
}

.sectores-section .icon-works img {
    width: 100px;
    height: auto;
}

.sectores-section .lead strong {
    color: #999;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .sectores-section .container {
        width: 1170px;
    }
}
