body::before {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    color: #fff;
    content: "Debug";
    font-size: 12px;
    left: 5px;
    padding: 4px 8px;
    position: fixed;
    top: 5px;
    z-index: 9999;
}

/* Solo para el clases que aplica para todo mobile (xs, sm, md) */
@media (max-width: 991.98px) {

    #wheelTab {
        flex-direction: column;
    }

    #wheelTab-wheel {
        width: 100%;
    }

    #wheelTab-content {
        width: 100%;
    }

    .contenedor-principal.pagina-leccion {
        margin-right: 0;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {

    body::before {
        content: "Extra small";
        background: rgba(0, 0, 0, 0.3);
    }

    .header-texto {
        font-size: 48px;
    }

    .contenedor-texto-bienvenida span,
    .contenedor-texto-bienvenida span.texto-mora-presunta {
        font-size: 32px;
    }

    .tab-contenedor .titulo {
        font-size: 28px;
    }

    .tab-contenedor .descripcion {
        font-size: 24px;
    }

    .tab-contenedor .presentacion-fila-leccion .icono {
        width: 50px;
    }

    .tab-contenedor .presentacion-fila-leccion .icono img {
        width: 30px;
    }

    .tab-contenedor .presentacion-fila-leccion span {
        font-size: 20px;
    }

    .titulo-leccion {
        gap: 10px;
    }

    .titulo-leccion span {
        font-size: 16px;
    }

    .titulo-leccion img {
        width: 24px;
    }

    .contenedor-leccion .bajada {
        font-size: 22px;
        text-align: start;
    }

    .contenedor-leccion .titulo {
        font-size: 24px;
    }

    .contenedor-leccion .subtitulo {
        font-size: 22px;
    }

    .contenedor-caso-encontrado span {
        font-size: 16px;
        text-align: start;
    }

    .contenedor-caso-encontrado a {
        width: 50px;
    }

    .scorm-wrapper {
        aspect-ratio: 1 / 1;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    body::before {
        content: "Small";
        background: rgba(0, 0, 0, 0.3);
    }

    .titulo-leccion span {
        font-size: 24px;
    }

    .titulo-leccion img {
        width: 32px;
    }

    .contenedor-leccion .bajada {
        font-size: 22px;
        text-align: start;
    }

    .contenedor-leccion .titulo {
        font-size: 24px;
    }

    .contenedor-leccion .subtitulo {
        font-size: 22px;
    }

    .contenedor-caso-encontrado span {
        font-size: 16px;
        text-align: start;
    }

    .contenedor-caso-encontrado a {
        width: 50px;
    }

    .scorm-wrapper {
        aspect-ratio: 1 / 1;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    body::before {
        content: "Medium";
        background: rgba(0, 0, 0, 0.3);
    }

    .titulo-leccion span {
        font-size: 28px;
    }

    .titulo-leccion img {
        width: 32px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    body::before {
        content: "Large";
        background: rgba(0, 0, 0, 0.3);
    }

    #wheelTab {
        flex-direction: column;
    }

    #wheelTab-wheel {
        width: 100%;
    }

    #wheelTab-content {
        width: 100%;
    }
}

/* Extra large devices */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    body::before {
        content: "Extra large";
        background: rgba(0, 0, 0, 0.3);
    }

    .tab-contenedor .presentacion-fila-leccion .icono {
        width: 50px;
    }

    .tab-contenedor .presentacion-fila-leccion .icono img {
        width: 30px;
    }

    .tab-contenedor .presentacion-fila-leccion span {
        font-size: 22px;
    }
}


/* Extra extra large */
@media (min-width: 1400px) and (max-width: 1919.98px) {
    body::before {
        content: "Extra extra large";
        background: rgba(0, 0, 0, 0.3);
    }
}