body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-image: url('imagem/cole.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  transition: background-image 2s ease-in-out;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

nav {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #111;
  padding-top: 20px;
}

nav a {
  display: block;
  color: white;
  padding: 16px;
  text-decoration: none;
}

nav a:hover {
  background-color: #575757;
}

.conteudo {
  
  margin-left: 270px;
  padding: 20px;
  animation: aparecer 0.8s ease-out forwards;
}
#painel-config {
  display: none;
  position: absolute;
  top: 70px;
  right: 20px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}


header h1 {
  font-size: 25px;
}

.pesquisa {
  margin-top: 20px;
}

#barraPesquisa {
  padding: 8px;
  width: 90%;
  max-width: 400px;
  font-size: 16px;
}

button {
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
}

@keyframes aparecer {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  nav {
    width: 80%;
  }

  .conteudo {
    margin-left: 0;
    padding: 10px;
  }
}

.redes a {
  margin: 10px;
  font-size: 32px;
  color: white;
  font-family: bold, sans-serif;
}

#painel-config {
  display: none;
  background: rgba(255,255,255,0.95);
  color: black;
  padding: 20px;
  border-radius: 8px;
  position: fixed;
  top: 60px;
  right: 20px;
  z-index: 10;
}
.mudar{
   display: inline-block;
margin-top: 10px;
padding: 10px 25px;
font-size: 16px;
background-color: transparent;
border: 2px solid #109;
color: #00ccff;
border-radius: 30px;
text-decoration: none;
transition: all 0.3s ease;
 
}

.inscri{

display: inline-block;
margin-top: 10px;
padding: 9px 25px;
font-size: 10px;
background-color: transparent;
border: 2px solid #101;
color: #111;
border-radius: 40px;
text-decoration: none;
transition: all 0.3s ease;
top:10px;
right:15px;


}
.inscri:hover {
  background-color: rgb(165, 156, 156);
  color: rgb(10, 0, 0);
}
.config-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 11;
  background: #110;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}

.dark {
  background-color: #111 !important;
  color: white !important;
}
.btn-classico {
display: inline-block;
margin-top: 10px;
padding: 10px 25px;
font-size: 16px;
background-color: transparent;
border: 2px solid #109;
color: #00ccff;
border-radius: 30px;
text-decoration: none;
transition: all 0.3s ease;
}
.btn-classico:hover {
background-color: #111;
color: white;
}

#menuToggle {
position: fixed;
top: 10px;
left: 40px;
z-index: 1100; /* maior que o nav e outros elementos */
background: black;
color: white;
border: none;
padding: 8px 10px;
cursor: pointer;
border-radius: 10px;
font-size: 16px;
border:5px solid rgb(46, 42, 42);
height:45px;
}


@keyframes bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
}

#painel-config {
display: none;
position: absolute;
top: 60px;
right: 30px;
background: #f4f4f4;
border: 1px solid #ccc;
padding: 15px;
z-index: 1000;
}
.menunavegacao {
background-color: #000000; /* preto por padrão */
border-bottom: 4px solid #222;
padding: 10px;
left:2px ;
}

.menunavegacao a {
color: #fff;
margin: 0 10px;
text-decoration: none;
font-weight: bold;
}

.tema-escuro .menunavegacao {
background-color: #4d1617; /* marrom claro */
border-bottom: 4px solid #3e2723;
}

.tema-escuro .menunavegacao a {
color: white;
}
body {
margin: 0;
font-family: Arial, sans-serif;
background-image: url('imagem/cole.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
color: white;
transition: background-image 2s ease-in-out;
}

body::before {
content: "";
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: -1;
}

nav {
width: 250px;
position: fixed;
top: 0;
left: 0;
height: 100%;
background-color: #111;
padding-top: 20px;
}

nav a {
display: block;
color: white;
padding: 16px;
text-decoration: none;
}

nav a:hover {
background-color: #575757;
}

.conteudo {

margin-left: 270px;
padding: 20px;
animation: aparecer 0.8s ease-out forwards;
}
#painel-config {
display: none;
position: absolute;
top: 70px;
right: 20px;
background-color: white;
border: 1px solid #ccc;
border-radius: 10px;
padding: 15px;
z-index: 999;
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}


header h1 {
font-size: 36px;
}

.pesquisa {
margin-right:60px;
}


button {
padding: 8px 12px;
font-size: 16px;
cursor: pointer;
border-radius:6px;
}

@keyframes aparecer {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
nav {
width: 80%;
}

.conteudo {
margin-left: 0;
padding: 10px;
}
}

.redes a {
margin: 10px;
font-size: 16px;
color: white;
font-family: bold, sans-serif;
}

#painel-config {
display: none;
background: rgba(255,255,255,0.95);
color: black;
padding: 20px;
border-radius: 8px;
position: fixed;
top: 60px;
right: 10px;
z-index: 10;

}
.mudar{
display: inline-block;
margin-top: 10px;
padding: 10px 25px;
font-size: 16px;
background-color: transparent;
border: 2px solid #109;
color: #00ccff;
border-radius: 30px;
text-decoration: none;
transition: all 0.3s ease;

}

.inscri{


padding: 8px 15px;
font-size: 8px;
background-color: transparent;
border: 2px solid #101;
color: #111;
border-radius: 60px;
text-decoration: none;
transition: all 0.3s ease;
margin-right:11px;


}
.inscri:hover {
background-color: rgb(165, 156, 156);
color: rgb(10, 0, 0);
}
.config-btn {
position: fixed;
top: 10px;
right: 10px;
z-index: 11;
background: #333;
color: white;
border: none;
padding: 10px 15px;
cursor: pointer;
border-radius: 5px;
}

.dark {
background-color: #111 !important;
color: white !important;
}
.btn-classico {
display: inline-block;
margin-top: 10px;
padding: 10px 25px;
font-size: 16px;
background-color: transparent;
border: 2px solid #109;
color: #00ccff;
border-radius: 30px;
text-decoration: none;
transition: all 0.3s ease;
}
.btn-classico:hover {
background-color: #111;
color: white;
}
nav.menunavegacao {
position: fixed;
top: 0;
left: 0;
width: 250px;
height: 100%;
background-color: #111;
transform: translateX(-100%);
transition: transform 0.3s ease;
z-index: 1000;
}

nav.menunavegacao.aberto {
transform: translateX(0);
}

.pesquisa {

display: flex;
align-items: center;
max-width: 400px;
margin: auto;
margin-left:30px;
border: 1px solid #ccc;
border-radius: 25px;
overflow: hidden;
background-color: #fff;
}

.pesquisa input {
flex: 1;
padding: 10px;
border: none;
outline: none;
}

.pesquisa button {
background-color: #111;
border: none;
padding: 10px 15px;
color: white;
cursor: pointer;
}

.pesquisa button i {
font-size: 16px;
}
.rodape-copy {
text-align: center;
padding-top: 15px;
border-top: 1px solid #333;
font-size: 12px;
}