:root {
  --orange: #F36C21;
  --dark: #1f1f1f;
  --gray: #3e3b3b;
}

body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: var(--gray);
  color: #222;
}

.header {
  position: relative;
  height: 520px;
  overflow: hidden;
}

.header-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-glass {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  height: 340px;
  padding: 25px;
  background: rgba(224, 217, 217, 0.45);
  /* fundo escuro translúcido */
  border-radius: 18px;
  box-shadow:
    0 0 30px rgba(243, 108, 33, 0.8),
    0 0 60px rgba(243, 108, 33, 0.4);
  backdrop-filter: blur(4px);
  animation: fadeDown 1s ease;
}


.menu-principal{
   background: var(--orange);
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 18px;
}

.menu-principal a {
  text-decoration: none;
  font-weight: 600;
  color: rgba(236, 229, 229, 0.984);
}

.contatos-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 15px;
}

.contatos-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 10px 15px;
  background: #F36C21;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.2s;
}

.sumario {
  max-width: 400px;
  border-radius: 18px;
  box-shadow:
    0 0 30px rgba(243, 108, 33, 0.8),
    0 0 60px rgba(243, 108, 33, 0.4);
  backdrop-filter: blur(4px);
  animation: fadeDown 1s ease;
}

.contatos-links img {
  height: 20px;
}

.contatos-links a:hover {
  background: #ff8a3c;
}



.layout {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  padding: 60px 30px;
}


.content section {
  background: rgba(224, 217, 217, 0.45);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}


.sidebar {
  max-height: 2075px;
  background: rgba(224, 217, 217, 0.45);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.sidebar video {
  width: 100%;
  border-radius: 12px;
  border: 3px solid var(--orange);
  margin-bottom: 20px;
  border-radius: 18px;
  box-shadow:
    0 0 30px rgba(243, 108, 33, 0.8),
    0 0 60px rgba(243, 108, 33, 0.4);
  backdrop-filter: blur(4px);
  animation: fadeDown 1s ease;
}


h1 {
  max-width: 300px;
  font-size: 48px;
  margin-bottom: 10px;
  color: rgba(236, 229, 229, 0.984);
  box-shadow:
    0 0 30px rgba(243, 108, 33, 0.8),
    0 0 60px rgba(243, 108, 33, 0.4);
  backdrop-filter: blur(4px);
  animation: fadeDown 1s ease;
}

h2 {
  max-width: 240px;
  font-size: 32px;
  color: rgba(236, 229, 229, 0.984);
  box-shadow:
    0 0 30px rgba(243, 108, 33, 0.8),
    0 0 60px rgba(243, 108, 33, 0.4);
  backdrop-filter: blur(4px);
  animation: fadeDown 1s ease;
}

h3 {
  max-width: 380px;
  font-size: 26px;
  color: rgba(236, 229, 229, 0.984);
  box-shadow:
    0 0 30px rgba(243, 108, 33, 0.8),
    0 0 60px rgba(243, 108, 33, 0.4);
  backdrop-filter: blur(4px);
  animation: fadeDown 1s ease;
}

h4 {
  max-width: 380px;
  font-size: 22px;
  color: rgba(236, 229, 229, 0.984);
  box-shadow:
    0 0 30px rgba(243, 108, 33, 0.8),
    0 0 60px rgba(243, 108, 33, 0.4);
  backdrop-filter: blur(4px);
  animation: fadeDown 1s ease;
}

p,
li {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(236, 229, 229, 0.984);
}


.footer {
  width: 100%;
  background: linear-gradient(to right, #524c4c);
  padding: 18px 0;
  margin: 0;
  border-radius: 0px;
  box-shadow:
    0 0 30px rgba(243, 108, 33, 0.8),
    0 0 60px rgba(243, 108, 33, 0.4);
  backdrop-filter: blur(4px);
  animation: fadeDown 1s ease;
}

.footer-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo img {
  height: 150px;
}

.footer-text {
  font-size: 15px;
  color: #F36C21;
  text-align: right;
}

.footer a {
  text-decoration: none;
  font-weight: 600;
  color: rgba(236, 229, 229, 0.984);
}

#inicio {
  text-decoration: none;
  font-weight: 600;
  color: rgba(236, 229, 229, 0.984);
}

.brasil-box {
  margin-top: 30px;
  background: rgba(224, 217, 217, 0.45);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.brasil-box iframe {
  width: 100%;
  height: 220px;
  border: none;
  border-radius: 12px;
  margin-bottom: 15px;
}

.orgulho {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 600;
  color: rgba(19, 156, 35, 0.984);
}

.orgulho img {
  height: 28px;
}

/* ================= MOBILE LAYOUT PROFISSIONAL ================= */
@media (max-width: 700px) {

  body {
    overflow-x: hidden;
  }

  .header {
    height: 240px;
  }

  .logo {
    height: 150px;
    padding: 12px;
  }

  .menu-principal {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .menu-principal a {
    font-size: 14px;
  }

  .layout {
    grid-template-columns: 1fr;
    padding: 20px 12px;
    gap: 20px;
  }

  .content section {
    padding: 18px;
    margin-bottom: 20px;
  }

  .sidebar {
    order: -1;
    max-height: none;
    padding: 18px;
  }

  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }
  h4 { font-size: 16px; }

  p, li {
    font-size: 14px;
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-logo img {
    height: 80px;
  }

  iframe, video {
    max-width: 100%;
    height: auto;
  }
}

