.actividad-match {
    display: flex;
    gap: 40px;
    max-width: 900px;
    margin: auto;
}

.col {
    flex: 1;
}

.col ul {
    list-style: none;
    padding: 0;
}

.col li {
    background: #dcbdf5;
    margin: 8px 0;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    color: black;
}

.col li:hover {
    background: #e5e7eb;
}

.seleccionado {
    background: #dbeafe;
    transform: scale(1.03);
}

.concepto-correcto {
    color: white;
    animation: pop 0.4s ease;
}

.concepto-incorrecto {
    color: white;
    animation: shake 0.4s ease;
}

.desaparecer {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
}
.opcion {
    cursor: pointer;
    padding: 3px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: inline-block;
}

.opcion:hover {
    background: var(--secundary-color);
}

.opcion.seleccionada {
    background: #dbeafe;
    color:var(--primary-color);
    transform: scale(1.05);
}

.opcion.correcta {
    background: var(--success-color);
    color: white;
    animation: pop 0.4s ease;
    pointer-events: none;
}

.opcion.incorrecta {
    background: var(--red-color);
    color: white;
    animation: shake 0.4s ease;
}
#actividad07{
    font-size: 1.2em;
}
/*--ACTIVIDAD 01--*/
#paragraph{
    font-size: 1.1em;
    line-height: 1.5em;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.7em;
    border-radius: 0.5em;
}
.bank {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.word {
    padding: 6px 12px;
    background: #e0e0e0;
    border-radius: 6px;
    cursor: grab;
    user-select: none;
    touch-action: none;
    -webkit-user-drag: none;
    color: var(--primary-color);
}

.blank {
    display: inline-block;
    margin: 0 4px;
    border-bottom: 2px solid #555;
}

.blank * {
    pointer-events: none;
}

.blank.correct {
    width: auto !important;
    border: none;
}

.blank.error {
    border-color: var(--red-color);
}

#feedback {
    margin-top: 20px;
    font-weight: bold;
    color: var(--success-color);
}

button {
    margin-top: 20px;
    padding: 8px 16px;
}

.word.used {
    background: #b9f6ca;
    color: #1b5e20;
    cursor: default;
}
.d-none{
    display: none;
}

@keyframes pop {
    0% { transform: scale(0.8); }
    70% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}
#form-12 h4{
    color: white;
    text-transform: uppercase;
}
.container-form12 {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
}
.container-form12 .col {
    flex: 1;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.dropzone {
    border: 2px dashed #9ca3af;
    min-height: 100px;
}

.col ul {
    list-style: none;
    padding: 0;
}

#items ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
}

/* Items */
#items li,
.dropzone li {
    background: #dcbdf5;
    padding: 10px;
    border-radius: 8px;
    cursor: grab;
    user-select: none;
    touch-action: none;
    margin: 4px 0;
    font-size: 0.95em;
}

.dragging {
    position: fixed !important;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.9;
    cursor: grabbing;
    width: 180px; /* opcional */
}
#form-12 .correct { background: #bbf7d0 !important; }
#form-12 .incorrect { background: #fecaca !important; }

@media screen and (max-width:60em) {
    .container-form12 {
        display: flex;
        gap: 3px;
        margin-bottom: 5px;
    }
    .scroll{
        max-height: 100vh;
        overflow-y: auto;
    }
    .container-form12 .col{
        padding: 10px 5px;
    }
    .form-container > div.actividad.scroll{
        padding: 0.5em 1em; 
    }
    .consigna-ampliada{
        font-size: 0.95em;
    }
    .consigna{
        font-size: 0.9em;
    }
    .scroll .consigna-ampliada{
        font-size:0.9em;
        text-align: center;
    }
    .scroll .consigna{
        font-size: 0.95em;
    }
    .scroll #items li, .scroll .col li{
        font-size: 0.8em;
    }
    .logos img:nth-child(1) {
        max-width: 150px;
    }
    .logos img:nth-child(2) {
        max-width: 100px;
    }
    .inicio h3 {
        font-size: 1.1em;
    }
    .inicio h3.mb-2.mt-2 {
        margin-bottom: 0.2em;
        margin-top: 0.5em;
    }
    .icono-enlace.mb-2.mt-2{
        margin-bottom: 0.6em;
        margin-top: 0.6em;
    }
    .inicio .contenido{
        max-width: 95%;
    }
    .inicio .btn{
        margin-bottom: 0.5em;
    }
    .texto-placa{
        font-size: 1.1em;
    }
    #placaTextoVideo04 .texto-placa{
        font-size: 1em;
    }
    #placaTextoVideo04 .placa{
        padding: 0.5em 0.5em;
    }
    .img-placa.mb-2 {
        max-width: 100%;
        margin-bottom: 0em;
    }
    .container-placa{
        width: 95%;
        box-sizing: border-box;
    }
    .form-container > div{
        width: 95%;
        box-sizing: border-box;
        max-height: 100vh;
        overflow-y: auto;
    }
    .form-container > div.actividad
    {
        padding:1em;
    }
    .btn{
        margin-top: 0.5em;
    }
    .mt-4{
        margin-top: 1em;
    }
    .mb-2{
        margin-bottom: 0.5em;
    }
    .datos{
        font-size: 0.9em;
    }
    .actividad-match{
        gap: 20px;
    }
    .actividad-match li{
        font-size: 0.9em;
    }
    #actividad07{
        font-size: 1em;
    }
    #paragraph{
        font-size: 1em;
    }
    .word{
        font-size: 0.95em;
    }
    .flex-start{
        gap: 10px;
    }
    .respuestas.mb-4{
        margin-bottom: 0em;
    }
}
