@media (max-width: 768px) {
    #tabla-efectividad {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #tabla-efectividad table {
        min-width: 600px;
        width: max-content;
    }

    .select-tipo {
        min-width: 120px;
        font-size: 0.9rem;
    }
}