h1 {
    padding: 32px;
  }
  body {
    font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
    color: #ffffff;
    background-color: #000000;
    margin: 0px;
    padding: 0px;
  }
  .info-title {
    height: 32px;
    width: auto;
    color: rgb(230, 194, 249);
    clip-path: polygon(
      86% 0,
      100% 24%,
      100% 60%,
      100% 100%,
      0 98%,
      0% 60%,
      0 0
    );
    background: linear-gradient(126.68deg, #012241 15.92%, #000711 91.09%);
    border-radius: 5px;
    padding: 0px 22px 0px 22px;
    width: fit-content;
    height: auto;
    top: -28px;
    left: -10px;
    position: absolute;
  }
  .info-box {
    border: 2px solid #f057f8;
    position: relative;
    padding: 30px;
    max-width: 500px;
    height: fit-content;
    margin: 32px 12px 12px 32px;
    border-radius: 8px;
    color: #ffffff;
  }
  .container-grupo1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  /* Estilos responsivos */
  @media (max-width: 768px) {
    .info-box {
      width: 100%; /* Ocupa toda a largura da tela em dispositivos menores */
      max-width: 700px; /* Define um tamanho máximo */
    }
  }

  .main-header {
    background-color: #0d1b2a;
    padding: 15px 30px;
    border-bottom: 2px solid #f057f8;
  }

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

  .nav-bar {
    display: flex;
    align-items: center;
  }

  .menu-toggle img {
    width: 25px;
    cursor: pointer;
    margin-right: 20px;
  }

  .logo img {
    width: 60px;
  }

  .nav-links {
    display: flex;
    gap: 20px;
  }

  .nav-link {
    color: #d7f9ff;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding: 10px;
  }

  .nav-link:hover {
    color: #f057f8;
  }

  .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #f057f8;
    transition: width 0.3s ease;
  }

  .nav-link:hover::after {
    width: 100%;
  }

  .menu-open {
    display: none;
  }

  .menu-close {
    display: none;
  }
  .img-logo {
    filter: invert();
  }
  .arte-central img {
    width: 320px;
  }

  .rectangle {
    position: absolute;
    background-color: #000;
    z-index: 10; /* Colocar na frente dos pilares */
  }
  .container-anima {
    display: flex;
    height: 100vh;
  }
  
  .animated-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  
  .pillar-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  
  .pillar {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    color: #ffffff;
    font-size:4em;
    opacity: 1;
    transition: transform 0.2s ease;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .footer-section {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
  }
  