     @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
    body {
      font-family: 'Inter Tight', sans-serif;
      background-color: #f4f4f4;
      margin: 0;
      padding: 0;
    }

    header {
      background: linear-gradient(90deg, #060d1f 0%, #1c2d6c 100%);
      padding: 20px 60px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .logo img {
      height: 60px;
    }

    .logo span {
      color: white;
      font-weight: bold;
      font-size: 20px;
    }

    .menu-toggle {
      display: none;
      background: none;
      border: none;
      font-size: 24px;
      color: white;
      cursor: pointer;
    }

    .nav-wrapper {
      display: flex;
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 30px;
      margin: 0;
      padding: 0;
    }

    nav a {
      text-decoration: none;
      color: white;
      font-weight: 500;
      font-size: 22px;
      transition: opacity 0.3s;
    }

    nav a:hover {
      opacity: 0.8;
    }

    .banner, .banner-alt {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      padding: 60px 40px;
    }

    .banner {
      background-color: #1c2d6c;
      color: white;
    }

    .banner-alt {
      background-color: #f5f5f5;
      color: #1c2d6c;
    }

    .banner-text {
      flex: 1;
    }

    .banner-image {
      flex: 1;
      text-align: center;
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .banner-image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .carousel {
      display: flex;
      animation: slide 10s infinite;
    }

    .carousel-item {
      min-width: 100%;
      box-sizing: border-box;
    }

    @keyframes slide {
      0%, 25% { transform: translateX(0); }
      30%, 55% { transform: translateX(-100%); }
      60%, 100% { transform: translateX(0); }
    }

    .oportunidades {
      padding: 60px 40px;
      background-color: #fff;
      text-align: center;
    }

    .oportunidades h2 {
      font-size: 32px;
      color: #1c2d6c;
      margin-bottom: 40px;
    }

    .vagas-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .vaga-card {
      background-color: #f5f5f5;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      text-align: left;
    }

    .vaga-card h3 {
      margin-top: 0;
      color: #1c2d6c;
    }

    .vaga-card p {
      font-size: 16px;
      color: #333;
    }

    .container {
      max-width: 600px;
      margin: 100px auto;
      background: white;
      padding: 55px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    h1 {
      text-align: center;
    }

    label {
      display: block;
      margin: 10px 0 5px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="file"],
    select,
    textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 4px;
      transition: box-shadow 0.3s, border-color 0.3s;
    }

    input[type="text"]:hover,
    input[type="email"]:hover,
    input[type="tel"]:hover,
    input[type="file"]:hover,
    select:hover,
    textarea:hover,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="file"]:focus,
    select:focus,
    textarea:focus {
      border-color: #f83d3d !important;
      box-shadow: 0 0 3px rgba(248, 61, 61, 0.3);
    }

    input[type="submit"] {
      background-color: #28a745;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 4px;
      cursor: pointer;
    }

    input[type="submit"]:hover {
      background-color: #218838;
    }

    footer {
      background: linear-gradient(90deg, #060d1f 0%, #1c2d6c 100%);
      color: #fff;
      padding: 40px 60px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    footer div {
      flex: 1 1 200px;
      margin-bottom: 20px;
    }

    footer h3 {
      margin-top: 0;
    }

    footer a {
      color: #fff;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }
    .footer-fm {
  margin-right: 450px;
}


    @media (max-width: 768px) {
      .banner,
      .banner-alt {
        flex-direction: column;
        text-align: center;
      }

      .menu-toggle {
        display: block;
        

      }

      .nav-wrapper {
        flex-direction: column;
        width: 100%;
      }

      nav {
        display: none;
        width: 100%;
      }

      nav.show {
        display: block;
      }

      nav ul {
        flex-direction: column;
        background-color: rgba(144,  203,  44,  0);
        padding: 10px 0;
      }

      nav ul li {
        padding: 10px 0;
        text-align: center;
      }
    }
    .logo-link {
      display: flex;
      align-items: center;
      gap: 30px;
    }

    .logo-link img {
      height: 25px;
      align-items: center;
    }

    .logo-link span {
      color: white;
      font-weight: bold;
      font-size: 20px;
    }
    .logo-link h3{
      text-align: center ();
    }
    .icons {
  display: flex;
  gap: 20px; /* Espaçamento entre os ícones */
  align-items: center;
}

.icons a img {
  height: 30px; /* Ajuste o tamanho dos ícones */
  cursor: pointer;
}
    .menu-toggle button{
      align-items: right;
    }
    .menu-toggle img{
      height: 40px;
      align-items: right;
    }
    /* === RODAPÉ RESPONSIVO === */
@media (max-width: 1024px) {
  footer {
    justify-content: center;
    gap: 40px;
  }

  footer div {
    flex: 1 1 45%;
    max-width: 45%;
    text-align: left;
  }
}

@media (max-width: 200px) {
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer div {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .logo-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }

  .logo-link img {
    margin: 0 5px;
  }
  .icons {
  display: flex;
  gap: 20px; /* Espaçamento entre os ícones */
  align-items: center;
}

.icons a img {
  height: 30px; /* Ajuste o tamanho dos ícones */
  cursor: pointer;
}
}
@media (max-width: 768px) {
  footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Alinha à esquerda */
    padding: 40px 20px;
  }

  footer > div {
    width: 100%;
    max-width: 300px; /* Largura controlada como nos outros blocos */
    text-align: left;
    margin-bottom: 20px;
  }

  .logo-link {
    justify-content: flex-start; /* Alinha os ícones sociais à esquerda */
  }
  .icons {
  display: flex;
  gap: 20px; /* Espaçamento entre os ícones */
  align-items: center;
}

.icons a img {
  height: 30px; /* Ajuste o tamanho dos ícones */
  cursor: pointer;
}
}