* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    font-family: New Century Schoolbook, TeX Gyre Schola, serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}
section {
    width: 100%; 
    height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0; 
    padding: 0; 
}


.menu-toggle{
    display: none;
    position: absolute;
    top: 15px; /* Ajuste para descer o botão */
    right: 20px; /* Mantém alinhado à direita */
}

/* Menu móvel */
.menu-mobile {
    display: none; /* Inicialmente escondido */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 110;
    padding-top: 60px;
}

.menu-mobile.menu-open {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Exibe os links como uma coluna no mobile */
.menu-mobile .links-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.menu-mobile .links-mobile a {
    font-size: 18px;
    padding: 15px;
}

/* Modificar o botão de menu */
.menu-mobile .nav-toggle {
    font-size: 30px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

nav {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    z-index: 120;
    padding-left: 20px;
    padding-right: 20px;
    transition: background 0.3s ease; 
}
nav.sobre {
    background-color: #0B112B; 
}

nav.contato {
    background-color: #0B112B; 
}
nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav ul li a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

nav .logo {
    max-height: 120px; /* Ajusta o tamanho da logo */
}

nav .links {
    display: flex;
    justify-content: center;
    flex-grow: 1; /* Faz com que os links ocupem o espaço disponível no centro */
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 10px;
    height: 30px;
}
.links a.active {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.8);
    transform: scale(1.1);
}

/* Estilo básico do link */
.links a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 10px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Estilo do botão com Efeito Neon */
.links a.active {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.8);
    transform: scale(1.1);
}

/* Hover */
.links a:hover {
    opacity: 0.8;
}

/* Animação de neon */
@keyframes neonPulse {
    0% {
        box-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.8);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 255, 255, 1), 0 0 30px rgba(0, 255, 255, 1), 0 0 40px rgba(0, 255, 255, 1), 0 0 50px rgba(0, 255, 255, 1);
    }
    100% {
        box-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.8);
    }
}

/* Aplica a animação ao link ativo */
.links a.active {
    animation: neonPulse 1.5s infinite alternate;
}



#inicio {
    position: relative;
    background: url('../img/fundo2.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh; /* Garante que a altura ocupe toda a tela */
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-inicio {
    position: absolute;;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.863);
    z-index: 1;
}

.conteudo {
    width: 100%;
    z-index: 2;
    text-align: center; /* Centraliza os textos e o botão */
    color: white;
    align-items: flex-start; /* Alinha os itens para o topo */
     
}

.conteudo h1 {
    margin: 10px 0; /* Espaço entre os textos */
    font-family: New Century Schoolbook, TeX Gyre Schola, serif;
    font-size: 90px; /* Tamanho do texto */
    color: #00D0DF;
}
.conteudo h2 {
    margin: 10px 0; /* Espaço entre os textos */
    font-family: New Century Schoolbook, TeX Gyre Schola, serif;
    font-size: 20px; /* Tamanho do texto */
    color: #00D0DF;
}
.conteudo h1{
    font-weight: bold; /* Deixa o texto em negrito */
    background: linear-gradient(45deg, #ffffff , #00D0DF); /* Gradiente de cores */
    -webkit-background-clip: text; /* Aplica o gradiente ao texto */
    background-clip: text; /* Para navegadores modernos */
    color: transparent; /* Faz o texto ficar transparente, mostrando o gradiente */
}
.conteudo h2{
    font-weight: bold; /* Deixa o texto em negrito */
    background: linear-gradient(45deg, #ffffff , #00D0DF); /* Gradiente de cores */
    -webkit-background-clip: text; /* Aplica o gradiente ao texto */
    background-clip: text; /* Para navegadores modernos */
    color: transparent; /* Faz o texto ficar transparente, mostrando o gradiente */
}


button {
    padding: 10px 20px;
    font-size: 1.2em;
    background-color: #3498db;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 100px;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #2980b9; /* Efeito de hover */
}

.custom-btn {
    width: 290px;
    height: 60px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: New Century Schoolbook, TeX Gyre Schola, serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }

/* 5 */
.btn-5 {
    width: 300px;
    height: 60px;
    line-height: 42px;
    padding: 0;
    border: none;
    background: rgb(38,186,203);
    background: linear-gradient(90deg, rgba(59,91,129,1) 0%, rgba(0,212,255,1) 100%);
  }
  .btn-5:hover {
    color: #00D0DF;
    background: transparent;
     box-shadow:none;
  }
  .btn-5:before,
  .btn-5:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #00D0DF;
    box-shadow:
     -1px -1px 5px 0px #fff,
     7px 7px 20px 0px #0003,
     4px 4px 5px 0px #0002;
    transition:400ms ease all;
  }
  .btn-5:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  .btn-5:hover:before,
  .btn-5:hover:after{
    width:100%;
    transition:800ms ease all;
  }
  

  #sobre {
    background: #ffffff;
    color: white;
    height: 100vh;
    display: flex;
    flex-direction: column; /* Flexbox para organizar os elementos */
    justify-content: flex-start; /* Garante que o conteúdo comece do topo */
    align-items: center;
    text-align: center;
    padding: 0;
    position: relative;
}


#sobre {
    background: #e0e0e0;
    color: white;
    height: 100vh;
    display: flex;
    justify-content: center; /* Centraliza o conteúdo horizontalmente */
    align-items: center; /* Centraliza o conteúdo verticalmente */
    padding: 0;
    position: relative;
}

.onda {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.footer {
    background-color: #0B112B; /* Cor de fundo do footer */
    padding: 10px 0; /* Espaçamento dentro do footer */
    width: 100%; /* Faz o footer ocupar toda a largura */
    position: absolute;
    bottom: 0;
}

.conteudo-sobre {
    display: flex;
    flex-direction: row; /* Organiza a imagem e o conteúdo lado a lado */
    align-items: center; /* Alinha a imagem e o conteúdo verticalmente ao centro */
    z-index: 2;
    max-width: 1200px;
}


.conteudo-sobre .texto {
    display: flex;
    flex-direction: column; /* Empilha o título e o texto verticalmente */
    align-items: center; /* Centraliza os itens horizontalmente */
    margin-top: -100px;
    text-align: center; /* Centraliza o texto dentro do contêiner */
}

.somos h2 {
    font-size: 50px;
    color: #0B112B;
    margin-bottom: 10px;
    text-align: center; /* Centraliza o título */
}

.somos p {
    margin: 0 auto; /* Centraliza o parágrafo */
    color: #000000;
    font-size: 12px;
    text-align: center; /* Centraliza o texto */
    line-height: 1.2; /* Ajusta o espaçamento entre as linhas */
    max-width: 600px; /* Define a largura máxima do parágrafo */
}
.dif h2 {
    font-size: 40px;
    color: #0B112B;
    margin-bottom: 10px;
}

.dif p {
    margin: 0;
    color: #000000;
    font-size: 20px;
}

.dif {
    margin-top: 50px; /* Ajuste o valor conforme necessário */
}

.dif ul {
    list-style-type: none; /* Remove os marcadores da lista */
    padding: 0;
    display: grid; /* Usando grid para organizar os itens */
    grid-template-columns: repeat(3, 1fr); /* Três colunas para diminuir o tamanho dos itens */
    grid-gap: 10px; /* Reduz o espaçamento entre os cards */
}

.dif li {
    font-size: 12px; /* Diminui o tamanho da fonte */
    padding: 10px; /* Ajusta o padding para diminuir o tamanho dos cards */
    border-radius: 8px; /* Ajusta as bordas arredondadas */
    background: linear-gradient(90deg, rgba(59,91,129,1) 0%, rgba(0,212,255,1) 100%); /* Fundo com gradiente */
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Reduz a sombra */
    overflow: hidden;
    text-align: center; /* Centraliza o texto */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dif li:hover {
    opacity: 0.8; /* Efeito de desvanecimento no hover */
    transform: scale(1.05); /* Leve aumento de tamanho ao passar o mouse */
}

/* Efeito de brilho similar ao estilo do botão */
.dif li:before {
    content: '';
    position: absolute;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

@keyframes shiny-btn1 {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}





#servicos { 
    position: relative;
    background: url('../img/engrenagem.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh; /* Garante que a altura ocupe toda a tela */
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-navegacao {
    display: none;
}

.page-service {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b112bd8;
    z-index: 1;
}

.conteudo {
    display: flex;
    flex-direction: column; /* Coloca os itens (texto e cards) um abaixo do outro */
    align-items: center; /* Centraliza horizontalmente */
    justify-content: center; /* Centraliza verticalmente */
    gap: 50px;
    margin-top: 10px;
}

.titulo-topo {
    margin-top: 20px; /* Distância do topo da página */
    text-align: center;
}

.titulo-topo h1 {
    font-size: 45px;
    color: #ffffff;
    margin: 0;
}

.titulo-topo p {
    font-size: 20px;
    color: #cfcfcf;
    margin: 0;
}


.grade2 {
    display: flex;
    gap: 30px; /* Espaçamento entre os quadrados */
    align-items: center;
    justify-content: center;
}


.card {
    position: relative; /* Define o card como contêiner de posicionamento */
    width: 200px; /* Ajusta a largura dos cards */
    height: 300px; /* Ajusta a altura dos cards */
    padding: 10px; /* Ajusta o padding interno dos cards */
    margin: 5px; /* Reduz a margem externa dos cards */
    background-color: #eae9e9; /* Cor de fundo dos cards */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra dos cards */
    border-radius: 10px; /* Bordas arredondadas dos cards */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Centraliza verticalmente */
    text-align: center;
    overflow: hidden; /* Garante que o conteúdo não ultrapasse os limites do card */
    background-size: cover; /* Ajusta o tamanho da imagem de fundo para cobrir o card */
    background-position: center; /* Centraliza a imagem de fundo */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.card button {
    position: absolute; /* Posiciona os elementos de forma absoluta */
    flex-shrink: 0; /* Garante que o texto e o botão não encolham */
    margin: 10px 0; /* Espaçamento entre os elementos */
}

.card h2 {
    width: 90%;
    top: 20%; /* Posiciona o título no meio do card */
    left: 50%; /* Centraliza horizontalmente */
    transform: translate(-50%, -50%); /* Ajusta a posição para centralizar */
    position: absolute; /* Posiciona o título de forma absoluta */
}

.card p {
    width: 80%;
    top: 50%; /* Posiciona o parágrafo abaixo do título */
    left: 50%; /* Centraliza horizontalmente */
    transform: translate(-50%, -50%); /* Ajusta a posição para centralizar */
    position: absolute;
}

.card:hover {
    transform: scale(1.2); /* Aumenta o tamanho do cartão */
    box-shadow: 0 8px 16px rgb(0, 0, 0); /* Aumenta a sombra no hover */
}


.cont {
    width: 100%; 
    height: 100%; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    text-align: center;
}

.cont h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0B112B;
}

.cont p {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px; /* Espaço entre o texto e o botão */
}



.card button {
    position: absolute; /* Posiciona o botão de forma absoluta */
    bottom: 10px; /* Posiciona o botão na parte inferior do card */
    left: 50%; /* Centraliza horizontalmente */
    transform: translateX(-50%); /* Ajusta a posição para centralizar */
    width: 100px; /* Largura fixa */
    height: 30px; /* Altura fixa */
    background-color: #0B112B;
    color: #fcfcfc;
    border: none;
    padding: 5px 10px; /* Remova o padding extra para garantir o tamanho fixo */
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
    cursor: pointer;
    z-index: 1;
}

.btn-2 {
    background: #0B112B;
    border: none;
    
  }
  .btn-2:before {
    height: 0%;
    width: 2px;
  }
  .btn-2:hover {
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .5), 
      inset -4px -4px 6px 0 rgba(255,255,255,.2),
      inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
  }



#contato {
    position: relative;
    background: #f3f4f5;
    
}

#contato {
    position: relative; /* Para que o SVG seja posicionado em relação à section */
    padding-bottom: 40px; /* Espaço extra para que o conteúdo não fique encostado na onda */
}

.onda-contato {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    max-height: 230px;
}


.titulo-contato {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    transition: color 0.3s ease;
}
/* Estilo do texto de fundo */
.texto-fundo {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; /* Coloca o texto atrás do título */
    color: rgb(133, 133, 133); /* Cor do texto de fundo */
    font-size: 50px; /* Ajuste o tamanho conforme necessário */
    text-align: center;
    opacity: 0.2; /* Torna o texto de fundo mais discreto */
    height: 100px; /* Ajusta a altura do texto de fundo */
}

/* Estilo do título */
.titulo-contato h2 {
    position: relative;
    z-index: 1; /* Garante que o título fique sobre o texto de fundo */
}

.titulo-contato h2 {
    font-size: 30px;
    color: #0B112B;
}

.titulo-contato p {
    font-size: 18px;
    color: #adadad;
}

.contato-conteudo {
    display: flex;
    flex-direction: row;
    gap: 200px; /* Espaço entre as divs */
    margin-top: 190px; /* Adiciona espaçamento superior */
}

/* Adicionando uma largura maior para as divs e mantendo a altura igual */
.info-contato {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 600px; /* Aumentando a largura para 48% de cada div */
    height: 600px; /* Ajustando a altura para ser a mesma */
    z-index: 100;
}

/* Centralizando as divs pai (contato-conteudo) */
.contato-conteudo {
    display: flex;
    flex-direction: row; /* Mudando para flex-direction: row para manter as divs lado a lado */
    gap: 40px;
    margin-top: 180px;
    justify-content: center; /* Centralizando as divs */
}
/* Estilo para as informações de contato */
.info-contato {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 160px; /* Aumenta o espaço entre as divs */
    margin-top: 30px;
    width: 700px;
    height: 300px;
}

.info-contato h3 {
    font-size: 20px;
    color: #0B112B;
    margin-bottom: 10px;
}
.info-contato h1 {
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
}

.info-contato p {
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
    text-align: left;
}
.info-contato strong {
    font-size: 16px;
    color: #0B112B;
    margin-bottom: 10px;
}

.info-contato {
    margin-top: 50px;
    text-align: center;
}

.info-contato i {
    font-size: 15px; /* Tamanho do ícone */
    display: block; /* Faz o ícone ficar em linha com o texto */
    margin-bottom: 0px; /* Espaço entre o ícone e o texto */
}

.info-contato p {
    font-size: 10px;
}

.info-contato a {
    color: #0077b5; /* Cor do link (LinkedIn) */
    text-decoration: none; /* Remover sublinhado do link */
}

.info-contato a:hover {
    text-decoration: underline; /* Sublinha quando o link for clicado */
}

/* Configuração da grade */
.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 2 colunas de tamanho igual */
    gap: 20px; /* Espaço entre os itens */
    margin-top: 10px;
    z-index: 101;
}

.info-item {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 130px;
}

/* Adicionando estilos para o hover */
.info-item:hover {
    transform: scale(1.05); /* Aumenta levemente o item quando hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Aumenta a sombra no hover */
}

.cnpj {
    text-align: center; /* Centraliza o texto */
    margin-top: 20px; /* Espaço acima do CNPJ */
}

.cnpj p {
    font-size: 14px; /* Tamanho da fonte do CNPJ */
    color: #0B112B; /* Cor do texto do CNPJ */
}








@media (max-width: 930px) {
    
    body {
        overflow-x: hidden;
    }
    nav .links {
        display: none; /* Esconde links no mobile */
    }
    .nav-mobile {
        background: #00d0df00;
    }
    .menu-toggle {
        display: block;
        position: fixed;
        top: 10px;
        right: 20px;
        z-index: 200;
    }

    .nav-toggle {
        font-size: 16px;
        color: white;
        background: #4b68eb;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .nav-toggle:hover {
        background: #1A237E;
    }

    .menu-mobile {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 110;
        padding-top: 100px; /* Move os links mais para baixo */
        padding-right: 45px;
    }

    .menu-mobile .links-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-end; /* Alinha os links à direita */
        gap: 20px;
    }

    .menu-mobile .links-mobile a {
        color: white;
        font-size: 18px;
        text-decoration: none;
        padding: 15px 30px;
        background: #0B112B;
        border-radius: 5px;
        width: 270px; /* Largura fixa para os botões */
        height: 50px; /* Altura fixa para os botões */
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: background 0.3s ease;
    }

    .menu-mobile .links-mobile a:hover {
        background: #2a3a80;
    }

    .menu-toggle.active + .menu-mobile {
        display: block; /* Exibe o menu quando a classe 'active' for adicionada ao botão */
    }


    .conteudo h1 {
        font-size: 40px; /* Tamanho do texto */
    }
    .conteudo h2 {
        font-size: 15px; /* Tamanho do texto */
    }
 
    
    .conteudo-sobre .texto {
        margin-top: -10px;
    }

    .onda {
        display: none;
    }

    .footer {
        height: 50px;
    }
    

    .dif h2 {
        font-size: 30px;
    }
    
    .dif ul {
        grid-template-columns: repeat(2, 1fr); /* Três colunas para diminuir o tamanho dos itens */
    }
    
    .dif li {
        width: 170px;
        height: 50px;
    }
    
    .titulo-topo {
        margin-top: 20px; /* Distância do topo da página */
        text-align: center;
    }
    
    .titulo-topo h1 {
        font-size: 25px;
    }
    
    .titulo-topo p {
        font-size: 14px;
    }
    
    .btn-navegacao{
        display: flex;
    }
    
    .grade2 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card {
        display: none;
        width: 200px;
        height: 350px;
        max-width: 350px;
        text-align: center;
        opacity: 0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card.ativo {
        display: block;
        opacity: 1;
    }

    .btn-navegacao {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        background-color: #00D0DF;
        color: white;
        border: none;
        padding: 10px;
        font-size: 20px;
        cursor: pointer;
        bottom: -70px;
    }

    .btn-anterior {
        left: 10px;
    }

    .btn-proximo {
        right: 10px;
    }



    .onda-contato{
        display: none;
    }
    .titulo-contato {
        top: 75px;
        width: 400px;
    }

    .texto-fundo {
        top: 50px;
        height: 100px; /* Ajusta a altura do texto de fundo */
    }
    
    .titulo-contato h2 {
        font-size: 30px;
        color: #0B112B;
    }
    
    /* Removendo o h1 */
    .info-contato h1 {
        display: none;
    }

    /* Ajuste do conteúdo de contato */
    .contato-conteudo {
        flex-direction: column;
        gap: 30px; /* Reduz o espaço entre as divs */
        margin-top: 260px; /* Ajusta a margem superior */
        justify-content: center;
    }

    /* Ajuste do estilo das divs de informações */
    .info-contato {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .info-contato h3 {
        font-size: 18px;
    }

    .info-contato p {
        font-size: 10px;
    }

    .info-contato strong {
        font-size: 14px;
    }

    /* Ajuste da grid de informações */
    .info-grid {
        grid-template-columns: 1fr; /* Alinha os itens em uma coluna */
        gap: 20px;
    }

    .info-item {
        height: auto; /* Deixa a altura ajustável conforme o conteúdo */
    }

    /* Ajuste do CNPJ */
    .cnpj p {
        font-size: 12px;
    }

    /* Ajuste da onda */
    .onda-contato {
        max-height: 150px; /* Reduz a altura da onda */
    }
  }

