@font-face {
    font-family: 'Sequel100Black-96';
    src: url('Sequel100Black-96.woff2') format('woff2'),
        url('Sequel100Black-96.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-75';
    src: url('Sequel100Black-75.woff2') format('woff2'),
        url('Sequel100Black-75.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-65';
    src: url('Sequel100Black-65.woff2') format('woff2'),
        url('Sequel100Black-65.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-76';
    src: url('Sequel100Black-76.woff2') format('woff2'),
        url('Sequel100Black-76.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-95';
    src: url('Sequel100Black-95.woff2') format('woff2'),
        url('Sequel100Black-95.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-105';
    src: url('Sequel100Black-105.woff2') format('woff2'),
        url('Sequel100Black-105.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-85';
    src: url('Sequel100Black-85.woff2') format('woff2'),
        url('Sequel100Black-85.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-45';
    src: url('Sequel100Black-45.woff2') format('woff2'),
        url('Sequel100Black-45.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-66';
    src: url('Sequel100Black-66.woff2') format('woff2'),
        url('Sequel100Black-66.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-46';
    src: url('Sequel100Black-46.woff2') format('woff2'),
        url('Sequel100Black-46.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-106';
    src: url('Sequel100Black-106.woff2') format('woff2'),
        url('Sequel100Black-106.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-86';
    src: url('Sequel100Black-86.woff2') format('woff2'),
        url('Sequel100Black-86.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-55';
    src: url('Sequel100Black-55.woff2') format('woff2'),
        url('Sequel100Black-55.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel 100 Black 45';
    src: url('Sequel100Black-45.woff2') format('woff2'),
        url('Sequel100Black-45.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-56';
    src: url('Sequel100Black-56.woff2') format('woff2'),
        url('Sequel100Black-56.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-116';
    src: url('Sequel100Black-116.woff2') format('woff2'),
        url('Sequel100Black-116.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-115';
    src: url('Sequel100Black-115.woff2') format('woff2'),
        url('Sequel100Black-115.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/*
font-family: "Asap",Helvetica Neue,Helvetica,Arial,sans-serif;
font-family: "Asap", sans-serif;
*/
html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-top: -1px;
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #000!important;
    font-family: "Sequel100Black-96", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    overflow: hidden;
}

.mobile {
    display: none !important;
}

button:focus {
    outline: none !important;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    font-family: inherit;
    margin: 0px;
    padding: 0px;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

b {
    font-weight: 600;
}
ol
{
    margin-left: 20px;
}
button {
    cursor: pointer;
}
a, .container a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    text-decoration: none !important;
    color: #000;
}

a, button {
    outline: 0;
}

img {
    border: 0px;
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.space-3 {
    width: 100%;
    display: table;
    height: 3px;
}

.space-5 {
    width: 100%;
    display: table;
    height: 5px;
}

.space-10 {
    width: 100%;
    display: table;
    height: 10px;
    transition-duration: .5s;
}

.space-15 {
    width: 100%;
    display: table;
    height: 15px;
    transition-duration: .5s;
}

.space-20 {
    width: 100%;
    display: table;
    height: 20px;
    transition-duration: .5s;
}

.space-30 {
    width: 100%;
    display: table;
    height: 30px;
    transition-duration: .5s;
}

.space-40 {
    width: 100%;
    display: table;
    height: 40px;
    transition-duration: .5s;
}
.space-60 {
    width: 100%;
    display: table;
    height: 60px;
    transition-duration: .5s;
}
.space-100 {
    width: 100%;
    display: table;
    height: 100px;
    transition-duration: .5s;
}

.margin5 {
    margin: 5px;
}

.padding0 {
    padding: 0px;
}

.padding3 {
    padding: 3px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding30 {
    padding: 30px;
}

.padding40 {
    padding: 40px;
}

.padding50 {
    padding: 50px;
}
.padding50-70lateral {
    padding: 50px;
    padding-left: 70px;
    padding-right: 70px;
}

.justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.nohover:hover {
    color: inherit !important;
}
.nopadding
{
    padding: 0px;
}
.nodeco {
    text-decoration: none !important;
}

.block {
    display: block;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.branco {
    color: #fff;
}

.preto {
    color: #000;
}

.txt12 {
    font-size: 12px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
}

.txt20 {
    font-size: 20px;
}

.txt32 {
    font-size: 32px;
}

.azul {
    color: #95c520;
}

.vermelho {
    color: #EB2027;
}

.amarelo {
    color: #FDDD00;
}

.verde {
    color: #2AB674;
}

.branco {
    color: #fff;
}

/*/////////////////////////////////////////////// HEADER ////////////////////////////////////*/
.form-check-input {
    cursor: pointer;
}
.form-check-input:checked {
    background-color: #000;
    border-color: white;
}
.form-check-label
{
    font-family: 'Opel Next Hebrew';
    font-size:14px;
    font-weight: 400;
}
.form-label
{
    font-family: 'Opel Next Hebrew';
    font-size:22px;
    font-weight: 400;
}
.verticalHeightBox
{
    height: 70vh;
}
.footer-text
{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}
.labelCheck
{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    cursor: pointer;
}
.labelCheck span
{
    font-weight: 300;
}
.checkbox
{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 5px;
}
.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 0, 0.25)
}

.botEnviar
{
    font-family: 'Opel Next Hebrew';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 0px;
    border: 0px;
    padding: 10px;
    padding-right: 30px;
    padding-left: 30px;
    transition: .5s;
	border-radius: 20px;
}
.botEnviar:hover
{
    background: #D9D9D9;
    color: #000;
    transition: .5s;
}
.form-control
{
    font-size: 20px;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #fff;
    text-indent: 10px;
	background-color: rgba(0,0,0,.5);
	color:#fff;
}
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff!important;
    opacity: 1; /* Firefox */
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox + standard */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.fullscreen-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    object-fit: cover;
    object-position: top;
    background-size: cover;
    background-color: #000;
}
.fullscreen-bg-black {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -90;
    object-fit: cover;
    object-position: top;
    background-color: rgba(0,0,0,.3);
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -95;
}
.text1
{
    color: #AFAFAF;
    text-align: center;
    font-family: "Opel Next Hebrew";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 45px;
}
.text1 b
{
    color: #DFC298;
    text-align: center;
    font-family: "Opel Next Hebrew Extra";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 45px;
}
.smalltext
{
    color: #AFAFAF;
    text-align: justify;
    font-family: "Opel Next Hebrew";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.divbottom
{
    width: 100%;
    position: absolute;
    bottom: 5%;
}
.textquestion
{
    color: #EAEAEA;
    text-align: center;
    font-family: "Opel Next Hebrew Bold";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;

}
button
{
    background: transparent;
    border: 0;
}
.textanswer
{
    color: #EAEAEA;

    font-family: "Opel Next Hebrew";
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    display: block;
    text-transform: uppercase;
}
.textanswer input[type="radio"] {
    /* scale it up 1.5× (150%) */
    transform: scale(1.5);
    /* make sure it doesn’t overlap your text */
    margin-right: 0.5em;
    /* on some browsers you need vendor-prefixes: */
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
}
.textresult1
{
    color: #AFAFAF;

    text-align: center;
    font-family: "Opel Next Hebrew";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 125% */
}
.textresult2
{
    color: #DFC298;
    font-family: "Opel Next Hebrew Bold";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}
.textresult3
{
    color: #EAEAEA;
    text-align: justify;
    font-family: "Opel Next Hebrew";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.textresult3 span
{
    color: #333;
    font-family: "Opel Next Hebrew Bold";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.textresult3 b
{
    color:#DFC298;
}

.form-control {
    transition: box-shadow 0.3s ease-in-out,
    border-color   0.3s ease-in-out;
    border-radius: 0;
    background-color: transparent;
}

/* glow on focus */
.form-control {
    outline: none; /* remove default browser outline */
    border-color: #fff; /* match your glow color if you like */
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 4px rgba(0, 200, 83, 0.4);
    }
    50% {
        box-shadow: 0 0 16px rgba(0, 200, 83, 0.8);
    }
    100% {
        box-shadow: 0 0 4px rgba(0, 200, 83, 0.4);
    }
}

.form-control.pulse {
    animation: pulseGlow 2s infinite ease-in-out;
}
.toplogo
{
    position: absolute;
    top: 5%;
    left: 0px;
}
.content
{
    position: absolute;
    top: 50%;
    left: 0px;
}
.content-bg
{
    width: 70%;
    margin: auto;
    padding: 40px;
    /*background-color: rgba(51,51,51,.9);*/
    background-image: url(../img/set18.png);
    background-position: bottom;
    background-repeat: repeat-y;
    background-size: cover;
}
.content-bgresult
{
    width: 70%;
    margin: auto;
    padding: 40px;
    /*background-color: rgba(51,51,51,.9);*/
    background-image: url(../img/set17.png);
    background-position: bottom;
    background-repeat: repeat-y;
    background-size: cover;
}

.bottomDiv
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 200;
}

/* Quiz — ecrã 1 (landing) */
.quiz-screen1 {
    overflow-x: hidden;
}

.quiz-screen1-hero {
    min-height: 100vh;
    min-height: 100dvh;
    box-sizing: border-box;
    background:
        linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
        url(../img/screen1-bg.jpg) center / cover no-repeat;
}

.quiz-screen1-cta {
    max-width: min(92vw, 914px);
    line-height: 0;
    color: inherit;
    text-decoration: none;
}

.quiz-screen1-cta:hover {
    color: inherit;
    text-decoration: none;
}

.quiz-screen1-text {
    width: 100%;
    height: auto;
    display: block;
}

.quiz-screen1-cta:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 6px;
    border-radius: 4px;
}

/* Quiz — ecrã 2 */
.quiz-screen2 {
    overflow-x: hidden;
}

.quiz-screen2-hero {
    min-height: 100vh;
    min-height: 100dvh;
    box-sizing: border-box;
    background:
        linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
        url(../img/screen2-bg.jpg) center / cover no-repeat;
}

.quiz-screen2-cta {
    max-width: min(92vw, 866px);
    line-height: 0;
    color: inherit;
    text-decoration: none;
}

.quiz-screen2-cta:hover {
    color: inherit;
    text-decoration: none;
}

.quiz-screen2-text {
    width: 100%;
    height: auto;
    display: block;
}

.quiz-screen2-cta:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 6px;
    border-radius: 4px;
}

/* Quiz — ecrã 3 (timer — arrancar) */
.quiz-screen3 {
    overflow-x: hidden;
}

body.quiz-screen3 .quiz-top-tap,
body.quiz-page5 .quiz-top-tap,
body.quiz-screen6 .quiz-top-tap,
body.quiz-screen7 .quiz-top-tap,
body.quiz-screen8 .quiz-top-tap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 10;
    cursor: pointer;
}

.quiz-screen3-hero {
    min-height: 100vh;
    min-height: 100dvh;
    box-sizing: border-box;
    background:
        linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
        url(../img/screen3-bg.jpg) center / cover no-repeat;
}

.quiz-screen3-header {
    padding-top: clamp(3.75rem, 12vh, 7rem);
    padding-bottom: 0.5rem;
}

.quiz-screen3-logo {
    width: auto;
    height: auto;
    max-width: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.quiz-screen3-timer {
    color: #fff;
    text-align: center;
    font-family: "Sequel100Black-65", sans-serif;
    font-size: clamp(4.5rem, 18vw, 12.5rem);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}

/* Altura só do timer — sem ocupar o espaço vertical todo, para o footer ficar mais acima */
.quiz-screen3 .quiz-screen3-center {
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 0;
    padding-top: clamp(1rem, 4vh, 2.5rem);
    padding-bottom: clamp(0.5rem, 2vh, 1.25rem);
}

.quiz-screen3-footer {
    margin-top: 0;
    padding-top: clamp(0.25rem, 1.5vh, 1rem);
    padding-bottom: clamp(1.5rem, 6vh, 3.5rem);
}

.quiz-screen3-btn-start {
    line-height: 0;
    border-radius: 999px;
    transition: opacity 0.2s ease;
}

.quiz-screen3-btn-start:hover {
    opacity: 0.92;
}

.quiz-screen3-btn-img {
    display: block;
    width: 228px;
    height: auto;
    max-width: min(90vw, 228px);
}

.quiz-screen3-btn-start:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
    border-radius: 999px;
}

/* Quiz — ecrã 6 (tempo + trava) */
.quiz-screen6 {
    overflow-x: hidden;
}

.quiz-screen6-center {
    gap: 0;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 0;
    padding-top: clamp(1rem, 4vh, 2.5rem);
    padding-bottom: clamp(0.5rem, 2vh, 1.25rem);
}

.quiz-screen6-timer {
    margin-bottom: 0;
}

.quiz-screen6-text-img {
    display: block;
    width: min(100%, 684px);
    height: auto;
    margin-top: clamp(1rem, 3vh, 2rem);
}

.quiz-screen6-btn-img {
    display: block;
    width: 191px;
    height: auto;
    max-width: min(90vw, 191px);
}

.quiz-screen6-footer {
    padding-top: clamp(0.25rem, 1.5vh, 1rem);
}

/* Quiz — ecrã 7 (formulário lead) */
.quiz-screen7 {
    overflow-x: hidden;
}

.quiz-screen7-hero,
.quiz-screen8-hero {
    min-height: 100vh;
    min-height: 100dvh;
    box-sizing: border-box;
    background:
        linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
        url(../img/screen7-bg.jpg) center / cover no-repeat;
}

.quiz-screen7-inner {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.quiz-screen7-text-img {
    display: block;
    width: min(100%, 640px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(1.25rem, 3vh, 2rem);
}

.quiz-screen7-form .quiz-screen7-input {
    border-radius: 50rem;
    background-color: #fff;
    border: none;
    padding: 1rem 1.25rem;
    height: 56px;
    box-sizing: border-box;
    color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}

.quiz-screen7-form .quiz-screen7-input::placeholder,
.quiz-screen7-form .form-control.quiz-screen7-input::placeholder {
    color: #757575 !important;
    opacity: 1 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.quiz-screen7-form .quiz-screen7-input::-webkit-input-placeholder,
.quiz-screen7-form .form-control.quiz-screen7-input::-webkit-input-placeholder {
    color: #757575 !important;
    opacity: 1 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.quiz-screen7-form .quiz-screen7-input::-moz-placeholder,
.quiz-screen7-form .form-control.quiz-screen7-input::-moz-placeholder {
    color: #757575 !important;
    opacity: 1 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.quiz-screen7-form .quiz-screen7-input:-ms-input-placeholder,
.quiz-screen7-form .form-control.quiz-screen7-input:-ms-input-placeholder {
    color: #757575 !important;
    opacity: 1 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.quiz-screen7-form .quiz-screen7-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.35);
    outline: none;
}

.quiz-screen7-error {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.quiz-screen7-privacy-row {
    display: flex;
    justify-content: center;
}

.quiz-screen7-privacidade {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
    max-width: 100%;
    margin: 0;
    color: #f9f8f7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    cursor: pointer;
    text-align: start;
}

.quiz-screen7-privacidade-text {
    flex: 1;
    min-width: 0;
}

.quiz-screen7-privacidade .quiz-screen7-check {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin: 0.14rem 0 0;
    cursor: pointer;
    accent-color: #ba0816;
}

.quiz-screen7-privacidade a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.quiz-screen7-privacidade a:hover {
    opacity: 0.92;
}

.quiz-screen7-btn-enviar {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    line-height: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.quiz-screen7-btn-enviar:hover {
    opacity: 0.9;
}

.quiz-screen7-btn-enviar:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
    border-radius: 999px;
}

.quiz-screen7-btn-enviar img {
    display: block;
    width: 109px;
    height: auto;
    max-width: min(90vw, 109px);
}

/* Quiz — ecrã 8 (classificação) */
.quiz-screen8 {
    overflow-x: hidden;
}

.quiz-screen8-center {
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 0;
}

.quiz-screen8-inner {
    max-width: 640px;
}

.quiz-screen8 .quiz-leaderboard-wrap {
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.quiz-screen8 .quiz-leaderboard-scroll {
    max-height: min(50vh, 22rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.quiz-screen8 .quiz-leaderboard {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #f9f8f7;
    --bs-table-bg: transparent;
    --bs-table-color: #f9f8f7;
    border-color: rgba(255, 255, 255, 0.22);
    margin-bottom: 0;
}

.quiz-screen8 .quiz-leaderboard thead th {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
}

.quiz-screen8 .quiz-leaderboard th,
.quiz-screen8 .quiz-leaderboard td {
    padding: 0.55rem 0.65rem;
    border-color: rgba(255, 255, 255, 0.15);
    vertical-align: middle;
}

.quiz-screen8 .quiz-leaderboard tbody tr:last-child td {
    border-bottom-color: transparent;
}

.quiz-screen8 .quiz-leaderboard th:nth-child(3),
.quiz-screen8 .quiz-leaderboard th:nth-child(4),
.quiz-screen8 .quiz-leaderboard td:nth-child(3),
.quiz-screen8 .quiz-leaderboard td:nth-child(4) {
    text-align: center;
}

.quiz-screen8 .quiz-leaderboard tr.quiz-row-current {
    background-color: rgba(186, 8, 22, 0.28);
    font-weight: 700;
    font-size: 1.05em;
}

.quiz-screen8 .quiz-leaderboard td.quiz-name-blur {
    filter: blur(6px);
    user-select: none;
}

.quiz-screen8 .quiz-leaderboard td.quiz-name-visible {
    filter: none;
    font-size: 1.3em;
}

.quiz-screen8 .quiz-leaderboard-empty {
    color: rgba(249, 248, 247, 0.85);
}

.quiz-screen8-footer {
    margin-top: 0;
    padding-top: clamp(0.25rem, 1.5vh, 1rem);
    padding-bottom: clamp(1.25rem, 5vh, 2.75rem);
}

.quiz-screen8-btn-inicio {
    line-height: 0;
    border-radius: 999px;
    transition: opacity 0.2s ease;
}

.quiz-screen8-btn-inicio:hover {
    opacity: 0.9;
}

.quiz-screen8-btn-inicio:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
    border-radius: 999px;
}

.quiz-screen8-btn-inicio-img {
    display: block;
    width: 213px;
    height: auto;
    max-width: min(90vw, 213px);
    margin-left: auto;
    margin-right: auto;
}