  /* Estilos Gerais */
  
  body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #ffffff;
      line-height: 1.6;
      margin: 0;
      padding: 0;

      font-family: "Inter", sans-serif; 
    }
  

    .inter-uniq {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

    .container {
      width: 90%;
      max-width: 1200px;
      margin: auto;
      padding: 40px 0;

      #frase {
        color: #ffffff;
      }
    }

    
    h1, h2, h3 {
      color: #e67e22;
    }
    
    /* Header */
    header {
      background-color: #000000;
      color: #ffffff;
      padding: 0 0;
    }
    
    header .container {
      display: flex;
      justify-content: end;
      align-items: center;
      height: 0px;
    }

    section p, section li {
      color: #1c1c1c;
    }
    
    header h1 {
      font-size: 1.8rem;
    }
    
    nav ul {
      list-style: none;
      display: flex;
      gap: 20px;
      padding: 0;
      margin: 0;
    }
    
    nav ul li a {
      color: white;
      text-decoration: none;
      font-weight: 500;
    }
    
    nav ul li a:hover {
      color: #e67e22;
    }

    .cards {
      margin-top: -40px;
  display: flex;
  flex-direction: row;
      
  color: white;
  text-align: center;
  column-gap: 2%;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 100vw;

      section {
        padding: 80px 50px 160px 50px;
      }

      h2 {
        color: white;
        text-decoration: underline;
        text-underline-offset: 10px; 
        text-transform: uppercase;
      }
    }

    #sobre {
      word-wrap: break-word;
      border-radius: 10px;
      max-width: 42vw;
      background-image: url("../imagens/fundoEsquerda.png");
      background-color: #cf711f;
      background-size: cover;
      background-repeat: repeat;
      text-align: start;
      p {
        color: white;
        font-size: 24px;
      }

       h2 {
        text-transform: uppercase;
       }
    }

    #compromisso {
      word-wrap: break-word;
      border-radius: 10px;
      max-width: 42vw ;
      background-image: url("../imagens/fundoDireita.png");
      background-size: cover;
      background-color: #cf711f;
      background-repeat: repeat;
      text-align: start;
      p { 
        color: white;
        font-size: 24px;
      }
    }

    #missao {
        margin-top: -100px !important;
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        row-gap: 30px;
        max-width: 100vw !important;

        span {
          font-size: 24px;
          font-weight: bold;
          text-decoration: underline;
          text-decoration-color: #f18425;
          text-underline-offset: 10px; 
        }

        h2 {
          font-size: 42px !important;
        }

        .left-content {
          width: 42vw;

          p {
            font-size: 24px;
          }

          li {
            list-style: none;
            font-size: 24px;
          }
        }

        .right-content {  

          img {
            border-radius: 10px;
            max-width: 100%;
          }
        }
    }

    .contatoDiv {
      display: flex;
      flex-direction: column;
      row-gap: 10px;
    }

    .contato-item {
      column-gap: 10px;
      justify-content: start;
      display: flex;
      align-items: center;

      strong {
        font-size: 22px;
      }

      a {
        text-decoration: underline;
        text-underline-offset: 6px;
        color: black;
      }
    }

    #diferenciais {
      column-gap: 120px;
      display: flex;
      flex-direction: row;
      align-items: center;
      max-width: initial;

      .btn-laranja {
        margin-top: 5%;
      }
    }

    #diferenciais .left-content {
      width: 42vw;

      p {
        font-size: 24px;
      }

      span {
        font-size: 22px;
        font-weight: bold;
        text-decoration: underline;
          text-decoration-color: #f18425;
          text-underline-offset: 10px; 
      }

      ul li {
        font-size: 24px;
      }
    }
    
    /* Hero Section */
    #hero {
      background:
    linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)),
    url('/imagens/Principais-maquinas-usadas-na-terraplenagem.png') center/cover no-repeat;
      background-size: cover;
      background-position: center;
      color: white;
      padding: 50px 20px;
      text-align: center;
      display: block;
    }
    
    .btn {
      height: 30px;
      width: 40%;
      display: inline-block;
      background-color: #F59025; /* cor laranja igual à da imagem */
      color: white;
      font-weight: 600;
      font-size: 18px;
      padding: 14px 32px;
      border: none;
      border-radius: 5px;
      text-decoration: none;
      text-align: center;
      transition: background-color 0.3s ease;
    }
    
    .btn:hover {
      background-color: #cf711f;
    }
    
    /* Seções Gerais */
    section {
      margin-bottom: 50px;
    }
    
    section h2 {
      margin-bottom: 20px;
      font-size: 2rem;
    }
    
    section p, section li {
      font-size: 1.1rem;
    }

    
    
    /* Serviços */
    #servicos {
      text-align: center;
      max-width: initial;
    }

    .servicos-com-img {
      display: flex;
      flex-direction: row;  
      gap: 110px;
      align-items: stretch !;
    }
    
    .servico-item {
      text-align: start;
      max-width: 42vw;
      min-width: 42vw;
     h3 {
      color: black;
      font-size: 22px;
      font-weight: bold;
      text-decoration: underline;
          text-decoration-color: #f18425;
          text-underline-offset: 10px; 
     }

     p { 
      color: rgb(0, 0, 0);
      font-size: 24px;
    }
    }

    .btn-laranja {
      margin-left: 25%;
      height: 60px;
      width: 40%;
      display: inline-block;
      background-color: #F59025; /* cor laranja igual à da imagem */
      color: white;
      font-weight: 600;
      font-size: 18px;
      padding: 14px 32px;
      border: none;
      border-radius: 5px;
      text-decoration: none;
      text-align: center;
      transition: background-color 0.3s ease;
    }
    
    .btn-laranja:hover {
      background-color: #cf711f; /* tom um pouco mais escuro ao passar o mouse */
    }

    .btn-zap {
      display: block;
      margin: 1.5rem auto 0;    /* distância em cima e auto para centrar */
      width: 80%;               /* você pode ajustar (80%, 90%, fixo px) */
      max-width: 370px;         /* largura máxima para telas grandes */
      height: auto;             /* deixa a altura crescer com o padding */
      padding: 14px 0;          /* só padroniza top/bottom, remove padding lateral */
      background-color: #F59025;
      color: white;
      font-weight: 600;
      font-size: 18px;
      border: none;
      border-radius: 5px;
      text-decoration: none;
      text-align: center;
      transition: background-color 0.3s ease;
    }
    .btn-zap:hover {
      background-color: #cf711f;
    }
    
    
    .servico-item img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .locacao-img {
      width: 100%;
      max-width: 600px;
      margin: 20px auto;
      display: block;
      border-radius: 10px;
    }
    
    /* CTA */
    .cta {
      text-align: center;
      padding: 50px;
      background-color: #f8f8f8;
      margin-top: 40px;
    }
    
    .cta h2 {
      color: white;
    }
    
    /* Footer */
    footer {
      background-color: #1c1c1c;
      color: white;
      padding: 40px 20px;
      text-align: center;
      font-family: "Inter", sans-serif;
    }
    
    .footer-container {
      max-width: 1200px;
      margin: auto;
    }
    
    .footer-container .versiculo {
      font-style: italic;
      margin-bottom: 30px;
      font-size: 16px;
      color: #F59025;
    }
    
    .footer-container .versiculo span {
      font-weight: bold;
      display: block;
      margin-top: 5px;
      color: #ffffff;
    }
    
    .footer-info {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 50px;
      margin-bottom: 30px;
    }

    
    .footer-col h4 {
      font-size: 18px;
      color: #F59025;
      margin-bottom: 10px;
    }
    
    .footer-col p,
    .footer-col a {
      color: #fff;
      font-size: 14px;
      line-height: 1.6;
      text-decoration: none;
    }
    
    .footer-col a:hover {
      text-decoration: underline;
      color: #F59025;
    }
    
    .copy {
      font-size: 12px;
      color: #aaaaaa;
    }
    

    section {
      opacity: 0;
      transform: translateY(20px);
    }

    /* Regras globais do mapa */
#iframeDiv {
  padding: 0 4%;
  background-color: #1c1c1c;
}
#iframeDiv p {
  padding: 20px 0 10px;
  text-align: center;
}
#iframeDiv a {
  display: inline-block;
  color: #F59025;
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  /* evita scroll horizontal */
  body {
    overflow-x: hidden;
  }

  /* Header empilhado */
  header .container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    padding: 10px;
  }
  /* Se quiser esconder o nav, basta manter; caso contrário remova */
  nav {
    display: none;
  }

  /* Hero com menos padding */
  #hero {
    padding: 60px 10px;
  }

  /* Cards em coluna */
  .cards {
    flex-direction: column;
    height: auto;
  }

  /* Ajuste dos blocos de serviço */
  .servicos-com-img {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
    align-items: flex-start;
  }

  /* Texto sobre/compromisso ocupa quase toda a largura */
  #sobre,
  #compromisso {
    max-width: 90% !important;
    margin-bottom: 20px;
  }

  /* Missão vira coluna */
  #missao {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
  }
  #missao .left-content,
  #missao .right-content {
    width: 100%;
  }

  /* Diferenciais vira coluna */
  #diferenciais {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }
  #diferenciais .left-content {
    width: 100%;
  }

  /* Itens de serviço 100% */
  .servico-item {
    max-width: 100%;
    min-width: 100%;
  }

  /* Botões laranja */
  .btn-laranja {
    width: 100%;
    margin: 20px 0;
  }

  /* CTA padding mais compacto */
  .cta {
    padding: 30px 15px;
  }

  /* Botões gerais */
  .btn {
    width: 90%;
    min-height: max-content;
    padding: 12px 16px;
    font-size: 16px;
    box-sizing: border-box;
  }


  /* Mapa mais baixo */
  #iframeDiv iframe {
    height: 400px;
  }
}





    @media (max-width: 1024px) {
      .cards {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 20px;
      }
    
      .cards section {
        max-width: 90% !important;
        width: 100%;
        padding: 20px;
      }

      #missao {
        flex-direction: column;
        margin: 0 20px;
      }
    
      #missao .left-content,
      #missao .right-content {
        width: 100%;
      }
    
      #missao img {
        margin-top: 20px;
        width: 100%;
        height: auto;
      }

      .servicos-com-img {
        flex-direction: column;
        align-items: center;
        gap: 30px;
      }
    
      .servico-item {
        max-width: 100%;
        min-width: 100%;
      }
    
      .servico-item img {
        width: 100%;
        height: auto;
      }

      #diferenciais {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
      }
    
      #diferenciais .left-content {
        width: 100%;
      }
    }
    
    