/* Reset simples */
*{margin:0;padding:0;box-sizing:border-box}

body,html{
    width:100%;
    height:100%;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
}

.page{
    width:100%;
    min-height: 100vh;
    background-size:cover;
    background-position:center;
    background-color: #000;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:2rem;
}

/* Cabeçalho fixo */
header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    padding:1rem 0;
}

nav a{
    color:#fff;
    text-decoration:none;
    margin-left:1.2rem;
    font-weight:bold;
    transition:opacity .3s;
}

nav a:hover{opacity:.7}

/* Botão genérico */
.btn{
    display:inline-block;
    margin-top:1.5rem;
    padding:.8rem 1.8rem;
    background:#ff0055;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    transition:background .3s;
}

.btn:hover{background:#d40045}

/* Caixa de texto principal */
.content{
    max-width:900px;
    background:rgba(0,0,0,.55);
    padding:2rem;
    border-radius:6px;
    text-align: justify;
    margin-top: 80px;
}

body.manifesto-page {
    font-family: 'Rubik', sans-serif;
}

/* Fonte exclusiva da página Sobre */
body.sobre-page {
    font-family: 'Rubik', sans-serif;
}

body.faixasdrone-page {
    font-family: 'Rubik', sans-serif;
}

body.dronegaleria-page {
    font-family: 'Rubik', sans-serif;
}

body.produtos-page {
    font-family: 'Rubik', sans-serif;
}

body.album-page {
    font-family: 'Rubik', sans-serif;
}

body.vitrine-page {
    font-family: 'Rubik', sans-serif;
}

body.apoio-page {
    font-family: 'Rubik', sans-serif;
}

body.index-page {
    font-family: 'Rubik', sans-serif;
}

.content h3 {
    margin-top: 2rem; /* ou ajuste o valor como preferir */
}

.content a {
    color: #ff0055;
    text-decoration: none;
    font-weight: bold;
    transition: opacity 0.3s;
}

.content a:hover {
    opacity: 0.7;
}

/* Estilo alternativo para botões em páginas com fundo escuro */
body.manifesto-page .btn,
body.faixasdrone-page .btn,
body.apoio-page .btn,
body.dronegaleria-page .btn {
    background: #000;
    color: #ff0055;
    border: 1px solid #ff0055;
}

body.manifesto-page .btn:hover,
body.faixasdrone-page .btn:hover,
body.apoio-page .btn:hover,
body.dronegaleria-page .btn:hover {
    background: #1a1a1a;
}

header {
  background: transparent !important; /* Remove fundo escuro do cabeçalho */
}

header nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem 0;
  background: transparent !important;
}

header nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

header nav a:hover {
  text-decoration: underline;
}

body {
  margin: 0;
  font-family: 'Rubik', Arial, sans-serif;
  background: url('img/MBentrardrone.jpg') no-repeat center center fixed;
  background-size: cover;
  color: white;
}

h1 {
  padding-left: 34px;
  margin-top: 42px;
  text-align: left;
}

/* style.css (no fim) */
header      { margin-bottom: 20px; }
#banner-rotativo img { max-width: 1600px; width: 70%; }

/* Ajuste do banner no cabeçalho */
.banner-cabecalho {
  margin-top: 15px; /* Isso empurra o banner para baixo do menu */
  width: 100%;
  overflow: hidden;
}

.banner-cabecalho img {
  width: 100%;
  height: auto; /* Mantém proporção */
  max-height: 1600px; /* Você pode ajustar para 500px, 600px... */
  object-fit: cover; /* Corta excesso e centraliza bem */
  display: block;
  border-radius: 0;
}

.drone-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 80px); /* deixa espaço pro header */
  padding: 2rem;
}

.drone-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  transform: translateY(100px); /* move tudo para baixo */
}

.drone-card {
  background-color: rgba(0,0,0,0.6);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0,0,0,0.7);
}

.drone-card img {
  max-width: 550px;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.drone-card h3 {
  margin: 1rem 0 0.5rem;
}

.drone-card p {
  max-width: 420px;
  margin: 0 auto 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #ddd;
  text-align: justify;
}

.drone-card button {
  background: #ffcc00;
  border: none;
  padding: 10px 28px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.drone-card button:hover {
  background: #e6b800;
}

/* ============================
   MEDIA QUERY – Responsivo (tablet e celular)
============================ */
@media (max-width: 768px) {
  html, body {
    height: auto;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  body {
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
  }

  header nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem 0;
  }

  .menu {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center !important;
    gap: 8px;
    width: 100%;
    padding: 1rem 0;
  }

  .menu a {
    display: block;
    padding: 0.5rem 0.8rem;
    font-size: 13px;
    white-space: nowrap;
  }

  .page {
    padding: 1.5rem 1rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .content {
    width: 100%;
    max-width: 95%;
    margin-top: 100px;
    padding: 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .banner-topo,
  .player-banner {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
  }

  .bio-box,
  .text-box {
    width: 95%;
    margin: 0 auto;
    padding: 1rem;
    font-size: 0.9rem;
    text-align: justify;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
