body {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  color: #084d91;
  background-color: #ffffff;
}

/* =========== CABEÇALHO ======== */

header {
  background-color: #0f172a;
  color: #f9ff00;
  padding: 1px 0;
  margin: -10px -8px 0px;
  text-align: center;
  background-image: url(Fundo\ NAV\ 1p.png);
  background-size: cover;
  
}


/* Id criado para ficar encaixado com a img do header */
#home {
 
  background-color: #0f172a;
  color: #f9ff00;
  padding: 1px 0;
  margin: -10px -8px 0px;
  text-align: center;
  background-image: url(Fundo\ NAV\ 1p.png);
  background-size: cover;
  background-position: 0px -161px;
}

header h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  /* Font Honk */
  font-family: "Honk", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

header h2 {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  font-style: normal;
}
header p {
  font-size: 1.2em;
}
header img {
  position: absolute;
  top: 11px;
  left: 10px;
}

/* ========== NAVEGAÇÃO ========== */
nav {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: sticky;
  top: 0;
  margin: -10px -8px 0px;
  background-color: #0f172a;
  padding: 1px 0;
  text-align: center;
  z-index: 1;
  background-image: url(Fundo\ NAV\ 1p.png);
  background-size: cover;
}

nav img {
  position: absolute;
  top: 5px;
  left: 0px;
}

nav h1 {
  font-size: 2.5em;
  font-family: "Honk", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

nav a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0 5px;
  display: inline-block;
}
nav a:hover {
  background-color: #2c3e50;
  border-radius: 5px;
}

/* ========== CONTEÚDO PRINCIPAL ========== */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.servico-item h3 {
  color: #2c3e50;
  margin-bottom: 10px;
}
.servico-item ul {
  list-style-position: inside;
  color: #666;
}
.servico-item ul li {
  margin: 5px 0;
}

/* ========== JOGOS  ========== */
.produtos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.jogos {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background-color: #f9f9f9;
  transition: transform 0.3s;
}
.jogos:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.jogos h3 {
  color: #2c3e50;
  margin: 15px 0;
}
.jogos p {
  color: #666;
  margin: 10px 0;
}


.preco {
  font-size: 1.35em;
  color: #22c55e;
  font-weight: bold;
  margin: 15px 0;
}

/* ========== Serviços ========== */

.servicos-lista {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.servico-item {
  background-color: #ecf0f1;
  color: #7d899a;
  padding: 20px;
  border-radius: 10px;
  border-left: 5px solid #3498db;
}
.servico-item h3 {
  color: #2c3e50;
  margin-bottom: 10px;
}
.servico-item ul {
  list-style-position: inside;
  color: #666;
}
.servico-item ul li {
  margin: 5px 0;
}

/* ========== CONTATO =========== */

.formulario {
  max-width: 600px;
  margin: 0 auto;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
}
.formulario label {
  display: block;
  margin: 15px 0 5px;
  color: #2c3e50;
  font-weight: bold;
}
.formulario input,
.formulario textarea,
.formulario select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1em;
}
.formulario textarea {
  resize: vertical;
  min-height: 100px;
}

/* ========== RODAPÉ ========== */
footer {
  background-color: #2c3e50;
  font-weight: bold;
  color: #f9ff00;
  font-weight: bolder;
  text-align: center;
  padding: 20px 0;
  margin: 20px -10px -10px;
  background-image: url(Fundo\ NAV\ 1p.png);
  background-size: cover;
}
