html, body {
    margin: 0;
    padding: 0;
}

details {
    max-width: 800px;
    margin: 0 auto 15px auto;
    background-color: #ffffff;
    border-left: 6px solid #0D9488;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
}

summary {
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: '+';
    float: right;
    color: #0D9488;
}

details[open] summary::after {
    content: '-';
}

details p {
    padding: 0 20px 20px;
    margin: 0;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_oquehe
{
   position: absolute;
   left: 10px;
   top: 596px;
   width: 20px;
   height: 20px;
   z-index: 1;
}
#Html1
{
   position: absolute;
   left: 18px;
   top: 32px;
   width: 100%;
   height: 41px;
   z-index: 2;
}
#oquehe
{
   visibility: hidden;
}
#Html2
{
   position: absolute;
   left: 15px;
   top: 4px;
   width: 372px;
   height: 28px;
   z-index: 3;
}
@media only screen and (max-width: 768px)
{
body
{
   background-color: #AFAFAE;
   background-image: none;
}
#BuildWith1
{
   left: 441px;
   top: 967px;
   width: 88px;
   height: 31px;
   visibility: visible;
   display: inline;
}
}
.darktheme body
{
   background-color: #000000;
}
    /* Estilo do Fundo da Página */
    body {
        background-color: #AFAFAF;
        margin: 0;
        padding: 20px;
        font-family: sans-serif;
    }

    /* Estilo do Container do FAQ */
    details {
        max-width: 800px;
        margin: 15px auto 0px auto;
        background-color: #ffffff; /* Fundo branco para os cards */
        border-left: 6px solid #0D9488; /* Sua cor de destaque */
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    /* Estilo do Título (Pergunta) */
    summary {
        padding: 20px;
        cursor: pointer;
        color: #0F172A; /* Azul escuro */
        font-weight: bold;
        list-style: none; /* Remove a setinha padrão em alguns browsers */
        outline: none;
    }

    /* Estilo da Setinha Personalizada (Opcional) */
    summary::-webkit-details-marker {
        display: none;
    }

    summary::after {
        content: '+';
        float: right;
        color: #0D9488;
        font-size: 1.2em;
    }

    details[open] summary::after {
        content: '-';
    }

    /* Estilo do Conteúdo (Resposta) */
    details p {
        padding: 0 20px 20px 20px;
        margin: 0;
        color: #334155;
        line-height: 1.6;
    }
