 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "Poppins", sans-serif;
      /* font-family: 'Montserrat', sans-serif */
    }

    h1, h2, h3,p {
        font-family: "Montserrat", sans-serif;
    }

    body {
      scroll-behavior: smooth;
      color: #333;
      background-color: #fff;
    }

    /* Cabeçalho */
    header {
      width: 100%;
      background-color: #FFD500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 40px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    header h1 {
      font-size: 1.5rem;
      font-weight: 600;
    }

    header img {
      height: 50px;
    }

    nav a {
      /* margin-left: 10px; */
      margin-left: 5px;
      text-decoration: none;
      color: #333;
      font-weight: 500;
      transition: color 0.3s;
    }

    nav a:hover {
      color: #000;
    }

    section {
      padding: 100px 10%;
     scroll-margin-top: 70px;
    }
    
    /* HERO */
    #hero {
      /* padding-top: 1000px;  */
      height: 100vh;
     
       background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.3)),
    url("../img/familia_aposente.jpeg") center/cover no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff;
      flex-direction: column;
      padding: 0 20px;
      /* padding: 20 20px; */
    }
   
     
    #hero h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

  

    #hero p {
      font-size: 1.2rem;
      margin-bottom: 30px;
      max-width: 700px;
    }

    #hero a {
      display: inline-block;
      padding: 15px 30px;
      background-color: #FFD500;
      color: #000;
      border-radius: 5px;
      text-decoration: none;
      font-weight: 600;
      transition: background-color 0.3s;
    }

    #hero a:hover {
      background-color: #ffcc00;
    }

    .hero-box {
  width: 90%;    
  max-width: 800px; /* mas não passa de 800 */
  margin: 0 auto;
  background: rgba(0,0,0,0.35);
  padding: 30px 25px;
  border-radius: 10px;
}

    /* Seção Sobre */
    /* #sobre {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px;
    }

    #sobre img {
      flex: 1 1 400px;
      max-width: 100%;
      border-radius: 10px;
    }

    
    #sobre .texto {
      flex: 1 1 400px;
    }

    #sobre h2 {
      color: #FFD500;
      margin-bottom: 20px;
    } */


        #sobre {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px;
      padding: 100px 10%;
    }

    #sobre .imagem {
      flex: 1 1 400px;
    }

    #sobre .imagem img {
      width: 100%;
      border-radius: 10px;
    }

    #sobre .texto {
      flex: 1 1 400px;
    }
    /* Seção Serviços */
    #servicos {
      background-color: #f9f9f9;
      text-align: center;
     
       padding-top: 0px; /* ou 0 se quiser colar no header */
  scroll-margin-top: 80px; /* para o menu não cortar o conteúdo */
    }

    #servicos h2 {
      color: #141206;
      margin-bottom: 40px;
    }

    .servicos-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .servico {
      background: #fff;
      border-radius: 10px;
      padding: 20px 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }

    .servico:hover {
      transform: translateY(-5px);
    }

    .servico i {
      font-size: 40px;
      color: #FFD500;
      margin-bottom: 15px;
    }

    .servico h3 {
      margin-bottom: 10px;
    }

    .servico a {
      display: inline-block;
      margin-top: 10px;
      padding: 10px 20px;
      background-color: #FFD500;
      color: #000;
      border-radius: 5px;
      text-decoration: none;
      font-weight: 500;
      transition: background-color 0.3s;
    }

    .servico a:hover {
      background-color: #ffcc00;
    }

    /* Seção Contato */
    /* #contato {
      text-align: center;
      background-color: #fff;
    }

    #contato h2 {
      color: #FFD500;
      margin-bottom: 30px;
    }

    #contato form {
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    #contato input, #contato textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 1rem;
      outline: none;
    }

    #contato button {
      background-color: #FFD500;
      color: #000;
      padding: 12px;
      border: none;
      border-radius: 5px;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    #contato button:hover {
      background-color: #ffcc00;
    } */
     /* Contato */

     

  #botao-servicos {
  margin-top: 2%;
  background-color: #ffcc00;
  width: 35%;
  height: 50px;
  border-radius: 10px;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-left: auto;
  margin-right: auto; /* centraliza o botão */
  transition: 0.2s ease;
}

#botao-servicos:hover {
  background-color: #e6b800;
  transform: scale(1.02);
}

/* estilo do link */
#botao-servicos a {
  text-decoration: none;
  color: black;
  font-size: 1.1rem;
  font-weight: 600;

  display: flex;
  align-items: center;
  gap: 8px; /* espaço entre ícone e texto */
}

/* estilo do ícone */
#botao-servicos a img {
  width: 22px;
  height: 22px;
}

/* Título da seção */
#contato h2 {
  color: #FFD500;
  text-align: center;
  margin-bottom: 40px;
}

/* Container interno para dois blocos */
#contato .contato-container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; /* permite empilhar no mobile */
}

/* Bloco do endereço */
#contato .contato-endereco {
  flex: 1 1 400px; /* ocupa metade da largura, mas não fica menor que 400px */
}

#contato .contato-endereco h3 {
  margin-bottom: 15px;
}

#contato .contato-endereco p {
  margin-bottom: 10px;
}
#contato .contato-endereco i {
 color: #FFD500
}
#contato .contato-endereco a {
  text-decoration: none; /* remove underline */
  color: #333;           /* cor do texto dos links */
  transition: color 0.3s;
}

/* Bloco do formulário */
#contato .contato-formulario {
  flex: 1 1 400px;
}

/* Formulário */
#contato form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#contato input,
#contato textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  outline: none;
}

#contato button {
  background-color: #FFD500;
  color: #000;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

#contato button:hover {
  background-color: #ffcc00;
}

    footer {
      background-color: #FFD500;
      text-align: center;
      padding: 20px;
      font-weight: 500;
    }



    #nossos_clientes {
      padding: 40px 20px;
    }

    #nossos_clientes h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    .mySwiper {
      width: 100%;
    }

    /* .mySwiper img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    } */

    .mySwiper img {
  width: 50%;
  height: 350px; /* limite de altura do carrossel */
  object-fit: cover;
  border-radius: 10px;
}


    /* Ajuste para mobile */
    @media (max-width: 768px) {
      header {

        flex-direction: column;
        text-align: center;
      }



      nav {
        margin-top: 10px;
        margin-bottom: 5px;
      }
      
      #hero h2 {
        margin-top: 10px;
        font-size: 2rem;
      }

      #hero p {
        font-size: 1rem;
      }
      
       /* #hero h2 {
     
        font-size: 1.6rem; 
        padding: 0 15px; 
    }

    #hero p {
        font-size: 1rem;
        padding: 0 15px; 
    } */
    }

    