
.background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('../img/futebol-bg.webp') no-repeat center bottom;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

.background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); /* Cor preta com 50% de opacidade */
    z-index: 1;
}

.conteudo{
    position: relative;
    color: white;
    z-index: 2;
}

 /* Desktop/Laptop: limita largura e centraliza, simulando tela mobile */
    @media (hover: hover) and (pointer: fine) {
      .conteudo {
        width: min(100%, 430px); /* ajuste 375–480px conforme seu gosto */
        margin-inline: auto;     /* centraliza horizontalmente */
        padding-inline: 16px;    /* respiro lateral */
        padding-block: 24px;     /* respiro vertical */
      }
    }

    /* Garante que mídia interna respeite a largura do container */
    .conteudo img, .conteudo video, .conteudo canvas, .conteudo iframe {
      max-width: 100%;
      height: auto;
    }

/* Estilos para dispositivos móveis */
@media (max-width: 668px) {
    .conteudo{
        margin-left: 10px;
        margin-right: 10px;
    }
}

header{
    text-align: center;
}

header h2{
    font-size: 20px;
}
.instrucao{
    display: block;
    font-weight: 300;
    color: gray;
    font-size: 12px;
    margin-bottom: 6px;
}
.linha{
    display: flex;
    flex-direction: row;
    text-align: center;
}
.opcoes-box {
    cursor: pointer;
    width: 90%;
    height: 25vh;
    margin-left: 5%;
    backdrop-filter: blur(2px) saturate(1%);
    -webkit-backdrop-filter: blur(2px) saturate(1%);
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}
.opcoes-sim{
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:  1px 1px 5px #69dd4b,
             -2px -2px 5px #75db5b;
}
.opcoes-nao{
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:  1px 1px 5px #dd4b4b,
             -2px -2px 5px #db5b5b;
}
.opcoes-box img{
    width: 70%;
    height: auto;
    max-height: 21vh;
    margin-top: 20%;
}
.opcoes-multi {
    cursor: pointer;
    width: 90%;
    height: auto;
    margin-left: 5%;
    backdrop-filter: blur(2px) saturate(1%);
    -webkit-backdrop-filter: blur(2px) saturate(1%);
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:  1px 1px 5px #7a7a7a,
             -2px -2px 5px #7a7a7a;
}
.opcoes-multi img{
    width: 100%;
    height: auto;
    margin: 0;
}
.opcoes-multi p{
    text-align: left;
    font-size: 13px;
    margin-left: 8px;
}
#q01{
    text-align: center;
}
#q02{
    text-align: center;
}
#q03{
    text-align: center;
}
#q03 input{
    color: white;
    width: 90%;
    height: 35px;
    backdrop-filter: blur(2px) saturate(1%);
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:  1px 1px 5px #7a7a7a,
             -2px -2px 5px #7a7a7a;
}
#q04{
    text-align: center;
}
#q04 input{
    color: white;
    width: 90%;
    height: 35px;
    backdrop-filter: blur(2px) saturate(1%);
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:  1px 1px 5px #7a7a7a,
             -2px -2px 5px #7a7a7a;
}
#q05{
    margin-top: -25px;
    text-align: center;
}