.tus-scope .bg-light {
    background-color: #24B3D8 !important;
}

.tus-scope .bg-light .imagenes_logo img {
    filter: brightness(0) invert(1);
    display: block;
    margin: auto;
}

.tus-scope .auvasa_logo {
    filter: brightness(0) invert(1);
    height: 50px !important;
}

.tus-scope .bg-light label {
    filter: invert(75%) sepia(42%) saturate(372%) hue-rotate(120deg) brightness(84%) contrast(91%);
    text-decoration: none !important;
}

.tus-scope .bg-light a {
    text-decoration: none !important;
}

.tus-scope h1 {
    color: #2E4038 !important;
}

.tus-scope h2 {
    font-size: 1.8rem;
    color: #2c3e50;
}

.tus-scope hr {
    filter: invert(75%) sepia(42%) saturate(372%) hue-rotate(120deg) brightness(84%) contrast(91%);
}

.tus-scope .btn-primary,
.tus-scope button {
    background-color: #24B3D8 !important;
    border-color: #24B3D8 !important;
}

.tus-scope .btn-outline-primary {
    color: #24B3D8 !important;
    border-color: #24B3D8 !important;
}

.tus-scope .btn-outline-primary:hover {
    color: #fff !important;
    background-color: #24B3D8;
    border-color: #24B3D8;
}

.tus-scope .btn-check:checked + .btn-outline-primary,
.tus-scope .btn-outline-primary.active {
    color: #fff !important;
    background-color: #24B3D8;
    border-color: #24B3D8;
}

.tus-scope .btn-main {
    background: #24B3D8;
    border: none;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.2s ease-in-out;
}

.tus-scope .btn-main:hover {
    background: #96CD1A;
    color: #fff;
    transform: scale(1.03);
}

.tus-scope .texto_card {
    font-size: 125% !important;
}

.tus-scope .texto_card_underlined {
    font-size: 125% !important;
    text-decoration: underline;
}

.tus-scope .alert p,
.tus-scope .alert h2 {
    text-align: center;
}

.tus-scope input[type="radio"] {
    transform: scale(1.5);
}

.tus-scope table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.tus-scope .no_text label {
    display: none;
}

.tus-scope .no_text input {
    place-items: center;
    text-align: center;
}

.tus-scope .center_text .texto_card_underlined label {
    place-items: center;
    text-align: center;
}

.tus-scope .no_radio input {
    display: none;
}

.tus-scope .pill-green .form-check {
    background-color: #d8f3dc;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 5px 0;
    transition: 0.2s;
}

.tus-scope .pill-green .form-check:hover {
    background-color: #b7e4c7;
}

.tus-scope .pill-red .form-check {
    background-color: #ffe5e5;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 5px 0;
    transition: 0.2s;
}

.tus-scope .pill-red .form-check:hover {
    background-color: #ffc9c9;
}

.tus-scope .emoji-scale {
    height: 70px;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.tus-scope .emoji-scale:hover {
    transform: scale(1.2);
}

.tus-scope .card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.tus-scope .card-header {
    background-color: #24B3D8;
    color: white;
    font-weight: 600;
    border-radius: 1rem 1rem 0 0 !important;
}

.tus-scope input,
.tus-scope select {
    border-radius: 50px !important;
    border: 1px solid #ddd !important;
    padding: 0.6rem 1rem !important;
}

.tus-scope input:focus,
.tus-scope select:focus {
    border-color: #24B3D8 !important;
    box-shadow: 0 0 0 0.2rem rgba(36, 179, 216, 0.25) !important;
}

.tus-scope .form-check-input:checked {
    background-color: #24B3D8;
    border-color: #24B3D8;
}

@media (max-width: 768px) {
    .tus-scope h1 {
        font-size: 1.6rem;
    }

    .tus-scope h2 {
        font-size: 1.25rem;
    }

    .tus-scope .btn-main {
        width: 100%;
        font-size: 1rem;
        padding: 0.75rem 1rem;
        min-height: 44px;
    }

    .tus-scope .btn,
    .tus-scope button {
        min-height: 44px;
    }

    .tus-scope input,
    .tus-scope select,
    .tus-scope textarea {
        font-size: 16px !important;
    }

    .tus-scope table {
        table-layout: auto;
    }

    .tus-scope th,
    .tus-scope td {
        white-space: normal;
        word-break: break-word;
        font-size: 0.92rem;
        padding: 0.45rem;
    }

    .tus-scope .card-body {
        padding: 0.75rem;
    }

    .tus-scope .texto_card,
    .tus-scope .texto_card_underlined {
        font-size: 1rem !important;
    }
}

@media (max-width: 576px) {
    .tus-scope .auvasa_logo {
        height: 40px !important;
    }

    .tus-scope .emoji-scale {
        height: 54px;
    }

    .tus-scope .alert {
        padding: 0.75rem;
    }
}
