body{
    position: relative;
    background: linear-gradient(236.85deg, #0166eb 27.26%,rgb(148, 226, 125),  #ee7d7d, #01ebc4 96.03%);
}
/*Início do cabeçalho*/
header{
    width: 100%;
    position: relative;
    background: #d8d0d0d3;
    padding: 10px 0;
    color: #1c1c1c;
}

.tema button {
    color: #1c1c1c;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid #f7f7f7;
  }

.caixa{
    padding: 10px;
    height: 55px;
    border-radius: 20px;
}

.logo{
    width: 60px;
    height: 67px ;
    margin-left: 25px;
}

.cabecalho{
    width: 100%;
    position: relative;
    padding: 10px 0;
    color: #1c1c1c;  
}

nav {
    position: absolute;
    top: 40px;
    right: 0;
    margin-right: 35px;
}

nav li {
    display: inline;
    margin: 0 0 0 15px;
}

nav a {
    text-transform: uppercase;
    /*deixa tudo maiusculo*/
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
}

nav a:hover {
    /*quando o mouse estiver por cima dos link de navegação*/
    color: #a202c2;
    text-decoration: underline;
}
/*Fim do cabeçalho*/

.principal{
    width: 800px;
	padding: 30px;
    font-size: 18px;
    background-color: #fffefed3;
    text-align: justify;
    margin: auto; /*centraliza*/
    line-height: 1.5;
}

.titulo-principal{
    top: 192px;
    font-style: bold;
    font-weight: 800px;
    font-size: 42px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 20px;
    text-align: center;
}

h6{
    font-size: 14px;
}

h6:hover{
    color:rgb(179, 89, 197)
}

b{
    font-weight: bold;
    font-size: 20px;
}

strong{
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    text-decoration: underline;
}

iframe{
    text-align: center;
    margin: 30px;
    display: block;
    width: 560px;
    height: 430px;
    margin: 2em auto;
}

#missao {
	font-style: italic;
    text-align: center;
    margin-bottom: 15px;
}

.titulo-secundario{
    font-weight: bold;
    font-size: 28px;
    margin: 30px 15px 15px 15px;
}

.conteudo{
    margin-left: 30px;
}

.itens{
    line-height: 1.5;
    margin: 30px 0;
}

.itens:before{
    content: "♟️";
}

.online{
    margin-top: 15px;
}

.nome--preparacao{
    text-decoration: underline;
    margin-bottom: 10px;
}

.modo-jogar{
    font-size: 24px;
    font-weight: bolder;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.comoJogar{
    text-align: center;
    border: solid #cabebe;
    margin: 0px auto;
    padding: 10px 20px;
    text-align: justify;
}
.comoJogar:hover {
    border: #dfffea solid ;
    text-align: justify;
}

.fala{
    border: solid 0.3px;
    padding: 5px 15px;
    border-radius: 46px;
    width: 320px;    
    margin: 15px;
    background-color: #d9dfdb;
}

span{
    font-size: 16px;
    padding: 20px;
}

.parte2{
    margin: 15px;
}

a{
    text-decoration: none;
    font-size: 20px;
    color:#8d2bed;
}

footer {
    text-align: center;
    background: url("../imagem/bg.jpg");
    padding: 40px 0;
    color: #ffffff;
    
}

.copyright {
    color: #ffffff;
    font-size: 13px;
    margin: 20px 0 0;
}

/*Tema escuro*/

.dark {
    background: linear-gradient(236.85deg, #044dac 27.26%,rgb(91, 160, 70),  #b64646, #1a9681 96.03%);
  }
  
  .dark header{
    background: #2d2e35a9;
    text-shadow: #f6f6f6;
  }

  .dark .cabecalho{
      color: #f6f6f6;
  }

  .dark .principal{
    background: #333439;
    color: #f6f6f6;
  }

  
  .dark .projetos {
    color: #1c1c1c;
  }
  
  .dark .conquistas {
    color: #1c1c1c;
  }
  
  .dark .tema button {
    color: #ffffff;
    background: #1c1c1c;
    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid #f7f7f7;
  }

  .dark .caixa ul{
      color: #f6f6f6;
  }

  .dark .fala{
      color: #181616;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #1c1c1c;
    border: 1.8px solid #1c1c1c;
    border-radius: 100px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #ecf4ff;
  }
  
  ::-webkit-scrollbar-track {
    background: #ecf4ff;
    border-radius: 100px;
    box-shadow: inset 0px 0px 0px 0px #f0f0f0;
    margin: 15px 0px;
  }

  /*celular */
@media screen and (max-width: 800px) {

    .logo{
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 10px;
    }
    .caixa{
        width: 90%;
        display: inline;
        position: relative;
        text-align: center;
        padding-top: 10px;
    }
    
    .principal, .inicio, .titulo-principal, .estrutura, .titulo-secundario, .objetivo, .conteudo, .preparacao, .conteudo-preparacao, .nome--preparacao, .online,.jogo, .modo-jogar,.conteudo-comoJogar,.fala, .parte2, .mapa-conteudo{
        width: 90%;
    }

    h1{
        text-align: center;
        width: auto;
    }

    nav{
        position: static;
    }
    
    nav li {
        display: inline;
        margin: 0 0 0 15px;
    }

    .lista-estrutura, .imagem-beneficios {
        width: 100%
    }

    iframe{
        text-align: center;
        margin: 0 auto;
        display: block;
        width: auto;
        height: auto;
    }

    .itens {
        width: auto;
        margin: 0 auto;
        padding: 50px 0;
        display: list-item;
        text-align: center;
        width: auto;
        vertical-align: top;
        margin: 1.5% 0;
        padding: auto;
        box-sizing: border-box;
        border: auto solid #000000;
        border-radius: 10px;
    }

    .comoJogar{   
        margin: 0 auto;
        display: block;
        width: 90%;

    }
    
}