body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #f9f9f9;
    
  }
  header {
    background-color: #fd6600;
    color: white;
    padding: 20px;
    text-align: center;
  }
  nav {
    background-color: #e05b02;
    padding: 10px;
    text-align: center;
  }
  nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
  }
  .container {
    display: flex;
    padding: 20px;
  }
  .main {
    flex: 3;
    margin-right: 20px;
  }
  .sidebar {
    flex: 1;
    background-color: #e0e0e0;
    padding: 15px;
    border-radius: 5px;
  }
  .post {
    background-color: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
  }
  footer {
    background-color: #004AAD;
    color: white;
    text-align: center;
    padding: 15px;
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .imagem-fundo {
    width: 100%;
    height: 300px;
    background-image: url('C:\Users\edson\OneDrive\Área de Trabalho\flashnet-site\imgem-apresentacao.png');
    background-size: cover;
    background-position: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f5f8fa;
  }

  .section {
    display: flex;
    flex-wrap: wrap;
    background-color: #f0f4f7;
    padding: 40px;
    justify-content: center;
    align-items: center;
  }

  .texto {
    flex: 1 1 500px;
    padding: 30px;
    color: #333;
  }

  .texto h1 {
    font-size: 28px;
    letter-spacing: 2px;
    color: #5c6b7a;
    margin-bottom: 20px;
  }

  .texto p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .imagem {
    flex: 1 1 400px;
    padding: 20px;
    text-align: center;
  }

  .imagem img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .section {
      flex-direction: column;
      padding: 20px;
    }
  }
  header {
    height: 200px; /* Altura do header */
    background-image: url('C:\Users\edson\OneDrive\Área de Trabalho\flashnet-site\templete.png'); /* Caminho da imagem */
    background-size: cover;       /* A imagem cobre toda a área */
    background-position: center;  /* Centraliza a imagem */
    background-repeat: no-repeat; /* Não repete a imagem */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2em;

  }

  body {
    margin: 0;
    font-family: Arial, sans-serif;
  }

  footer {
    background-color: #222;
    color: #fff;
    padding: 20px 40px;
    text-align: center;
  }

  footer a {
    color: #00aced;
    text-decoration: none;
  }

  footer a:hover {
    text-decoration: underline;
  }

  .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
  }

  .coluna {
    flex: 1 1 calc(25% - 40px); /* 4 colunas (25% cada) com espaço entre */
    max-width: 25%;
    text-align: center;
  }

  .coluna img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .coluna {
      max-width: 50%; /* 2 colunas em telas menores */
    }
  }

  @media (max-width: 480px) {
    .coluna {
      max-width: 100%; /* 1 coluna no celular */
    }
  }
  .nossosplanos{
    padding: 50px;
    align-content: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #e05b02;
  }
  .titulo-planos{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin: auto;
    width: 100%;

  }
    .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }
  
    .whatsapp-float:hover {
    transform: scale(1.1);
  }
  
    .whatsapp-float img {
    width: 35px;
    height: 35px;
  }
  