* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: poppins, sans-serif;
}

.espaco {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: white;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.topo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

#botao_whats_baixo {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

/* Header */
header {
  display: flex;
  flex-direction: column;
  background: url(../assets/caminhoes_capa.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: color;
  height: 800px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* Navbar */
nav {
  background-color: #2d3751;
  width: 100%;
  height: 180px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.div_12_anos {
  width: 500px;
  height: 500px;
  display: flex;
  position: relative;
  left: 680px;
  top: -60px;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.logo_12_anos {
  width: 280px;
  height: 280px;
}

.div_logo {
  display: flex;
  margin-top: 50px;
  margin-left: 150px;

  img {
    width: 250px;
    height: 250px;
  }
}

.div_links {
  display: flex;
  margin-top: 50px;
  margin-left: 60px;
  flex-wrap: wrap;
  align-items: center;

  a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 16px;
    transition: color 0.3s ease;

    &:hover {
      color: #f0f0f0;
    }
  }
}

/* Seção Empresa */
.div_empresa {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  margin-top: -60px;
  margin-right: 850px;
  opacity: 0.9;
  background-color: #4d6bb9;
  height: 300px;
  width: 850px;
  border-radius: 0 5px 0 0;
  opacity: 0;
  transform: translateY(80px);
  animation: fadeIn 1s ease forwards;
  animation-delay: 0.5s;
  box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);

  h1 {
    font-size: 48px;
    margin-bottom: 20px;
    margin-left: 150px;
    animation-duration: 3s;
    animation-name: slidein;
  }

  p {
    font-weight: 600;
    font-size: 14px;
    width: 600px;
    line-height: 118%;
    letter-spacing: 0%;
    text-align: justify;
    margin-left: 150px;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Seção Equipe */
.div_equipe {
  display: flex;
  opacity: 0;
  transform: translateY(80px);
  animation: fadeIn 1s ease forwards;
  animation-delay: 0.5s;
}

.div_equipe_imagem {
  display: flex;
  background-color: white;
  width: 800px;
  height: 420px;
  margin-left: 320px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px 0 0 0;
  box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
}

.caminhao {
  width: 550px;
  height: 380px;
  border-radius: 20px 20px 0 0;
}

.div_texto_equipe {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -80px;
  left: -260px;
  background-color: white;
  margin-left: 260px;
  border-radius: 20px 20px 0 0;
  width: 750px;
  height: 520px;
  box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);

  h1 {
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 800;
  }

  p {
    font-weight: 600;
    font-size: 14px;
    width: 290px;
    line-height: 118%;
    letter-spacing: 0%;
    text-align: justify;
  }
}

/* Seção Estrutura */
section {
  background-color: white;
}

.estruturacao {
  display: flex;
  margin-top: 20px;
  width: 100%;
}

.div_estrutura {
  display: flex;
  flex-direction: column;
  width: 500px;
  height: 320px;
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  left: -150px;
  top: -50px;
  box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
  transform: translateX(-200%);
  animation: slideInLeft 1s ease-out forwards;
}

.titulo_estrutura {
  font-weight: 800;
  font-size: 60px;
  line-height: 118%;
  letter-spacing: 0%;
  color: #4d6bb9;
  margin-bottom: 20px;
}

.texto_estrutura {
  font-weight: 600;
  font-size: 14px;
  width: 400px;
  letter-spacing: 0%;
  text-align: justify;
}

.imagem_estrutura {
  width: 100%;
  height: 650px;
  border-radius: 20px;
  box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  margin-left: 300px;
  transform: translateX(200%);
  animation: slideInRight 1s ease-out forwards;
}

.predio {
  width: 1600px;
  height: 650px;
  border-radius: 20px;
  box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
}

@keyframes slideInLeft {
  to {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  to {
    transform: translateX(0);
  }
}

/* Seção Visão */
.div_visao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #4d6bb9;
  width: 500px;
  height: 400px;
  border-radius: 20px;
  box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  left: 350px;
  top: -90px;
  padding: 20px;
  transform: translateY(100vh);
  animation: slideUp 1s ease-out forwards;
}

.titulo_visao {
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

.texto_visao {
  font-weight: 600;
  font-size: 14px;
  width: 400px;
  letter-spacing: 0%;
  text-align: justify;
  color: white;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}

/* Seção Frota */
.frota {
  height: 850px;
  opacity: 0;
  transform: translateX(-60px) scale(0.9);
  filter: blur(10px);
  transition: all 0.8s ease;
}

.frota.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.section_frota {
  background-color: #4d6bb9;
  width: 100%;
  height: 220px;
  padding: 1px;
  margin-top: 80px;
}

.titulo_frota {
  font-weight: 800;
  font-size: 60px;
  line-height: 118%;
  letter-spacing: 0%;
  color: white;
  margin-top: 60px;
  margin-left: 200px;
}

.div_frota {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 260px;
  width: 820px;
  height: 560px;
  background-color: white;
  padding: 20px;
  position: relative;
  top: -50px;
  border-radius: 20px;
  border: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.imagem_frota {
  width: 800px;
  height: 540px;
  border-radius: 20px;
}

.div_texto_frota {
  display: flex;
  position: relative;
  top: -390px;
  left: 1000px;
  background-color: white;
  border-radius: 20px;
  width: 340px;
  height: 250px;
  padding: 20px;
  border: none;
  box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.3);
}

.texto_frota {
  font-weight: 400;
  font-size: 23px;
  width: 400px;
  text-align: justify;
}

.div_button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -280px;
}

.button_contato {
  background-color: #4d6bb9;
  color: white;
  font-weight: 600;
  font-size: 20px;
  width: 450px;
  height: 60px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.button_contato_equipe {
  background-color: #4d6bb9;
  color: white;
  font-weight: 600;
  font-size: 14px;
  width: 300px;
  height: 40px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  margin-top: 70px;
  border: none;
}

.whats {
  text-decoration: none;
  color: white;
}

/* Seção Regiões */
.regioes {
  background-color: #f2f2f2;
  width: 100%;
}

.div_regioes_atendidas {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.titulo_regioes {
  font-weight: 800;
  font-size: 60px;
  line-height: 118%;
  letter-spacing: 0%;
  margin-top: 70px;
  color: #4d6bb9;
}

.infos_regioes {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}

.logo_rs {
  width: 850px;
  height: 700px;
  margin-bottom: 50px;
}

.tabela_de_cidades {
  border: 2px solid black;
  border-collapse: collapse;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  margin-left: 50px;
}

.div_button_pdf {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.button_pdf {
  background-color: #4d6bb9;
  color: white;
  font-weight: 600;
  font-size: 20px;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.div_contagem {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  width: 100%;
  height: 200px;
  gap: 50px;
}

.div_contagem_clientes {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid white;
  padding: 20px;
  margin-left: -30px;
}

.div_contagem_viagens {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titulo_contagem {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: white;
}

.contador {
  font-weight: 600;
  font-size: 100px;
  color: white;
}

/* Seção Diferenciais */
.diferenciais {
  display: flex;
  background-color: #2d3751;
  width: 100%;
  padding: 1px;
  height: 440px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.div_diferenciais {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  margin-left: 260px;
  width: 720px;
  height: 340px;
}

.titulo_diferenciais {
  font-weight: 800;
  font-size: 60px;
  line-height: 118%;
  letter-spacing: 0%;
  color: white;
  margin-top: 10px;
  margin-bottom: 20px;
}

.texto_diferenciais {
  font-weight: 400;
  font-size: 25px;
  width: 400px;
  text-align: start;
  color: white;
}

.div_check {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  text-align: start;
  gap: 10px;
}

.diferenciais_check {
  font-size: 18px;
  color: white;
  margin-right: 10px;
}

.notebook {
  width: 440px;
  height: 440px;
  border-radius: 20px;
}

/* Seção Contato */
.section_contato {
  display: flex;
  background-color: black;
  width: 100%;
  height: 450px;
  padding: 20px;
}

.contato {
  display: flex;
  flex-direction: column;
}

.titulo_contato {
  font-weight: 800;
  font-size: 60px;
  line-height: 118%;
  letter-spacing: 0%;
  color: white;
  margin-top: 10px;
  margin-left: 180px;
}

.numero_whats {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-left: 140px;
  color: white;
  text-decoration: none;
}

.fa-brands {
  margin-right: 10px;
}

.form_contato {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-left: 140px;
  transition: all 0.8s ease;
  opacity: 0;
  transform: translateX(-100px);
}

.form_contato.show {
  transform: translateX(0);
  opacity: 1;
}

#nome,
#telefone {
  width: 300px;
  height: 40px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

#email {
  width: 600px;
  height: 40px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

textarea {
  width: 600px;
  height: 100px;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.submit {
  background-color: #4d6bb9;
  color: white;
  font-weight: 600;
  font-size: 20px;
  width: 600px;
  height: 50px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  margin-bottom: 50px;
}

.div_iframe {
  border-left: 1px solid white;
  height: 400px;
  margin-left: 50px;
  display: flex;
  transition: all 0.8s ease;
  opacity: 0;
  transform: translateX(100px);
}

.div_iframe.show {
  transform: translateX(0);
  opacity: 1;
}

.local {
  width: 600px;
  height: 400px;
  border-radius: 20px;
  margin-left: 120px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.div_local {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}

.titulo_local {
  color: white;
  width: 40px;
  font-size: 30px;
  text-align: start;
}

/* Footer */
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-weight: 200;
  font-size: 12px;
}

/* MEDIA QUERIES - Apenas ajustes responsivos sem quebrar o layout */
@media screen and (max-width: 1400px) {
  .div_logo {
    margin-left: 100px;
  }
  .div_links {
    margin-left: 30px;
  }
  .div_empresa {
    width: 700px;
    margin-left: 50px;
  }
  .div_empresa h1 {
    margin-left: 80px;
  }
  .div_empresa p {
    margin-left: 80px;
    width: 500px;
  }

  .div_equipe_imagem {
    width: 800px;
    margin-left: 100px;
  }
  .caminhao {
    width: 100%;
  }
  .div_texto_equipe {
    width: 600px;
    left: -180px;
  }

  .div_estrutura {
    margin-left: 100px;
    left: -300px;
  }
  .imagem_estrutura {
    width: 800px;
    margin-left: 200px;
  }
  .predio {
    width: 100%;
  }

  .div_visao {
    left: 400px;
  }

  .titulo_frota {
    margin-left: 100px;
  }
  .div_frota {
    margin-left: 150px;
  }
  .div_texto_frota {
    left: 800px;
  }

  .logo_rs {
    margin-left: 50px;
    width: 600px;
  }

  .div_diferenciais {
    margin-left: 150px;
  }

  .titulo_contato {
    margin-left: 100px;
  }
  .form_contato {
    margin-left: 80px;
  }
  .local {
    margin-left: 50px;
    width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .div_logo {
    margin-left: 50px;
  }
  .div_links {
    margin-left: 20px;
  }
  .div_empresa {
    width: 600px;
  }
  .div_empresa h1 {
    margin-left: 40px;
    font-size: 40px;
  }
  .div_empresa p {
    margin-left: 40px;
    width: 450px;
  }

  .div_equipe_imagem {
    width: 700px;
    margin-left: 50px;
    height: 380px;
  }
  .div_texto_equipe {
    width: 550px;
    height: 450px;
    left: -150px;
    top: -60px;
  }
  .div_texto_equipe h1 {
    font-size: 50px;
  }

  .div_estrutura {
    width: 450px;
    margin-left: 50px;
    left: -250px;
  }
  .imagem_estrutura {
    width: 700px;
    margin-left: 150px;
    height: 400px;
  }

  .div_visao {
    left: 300px;
    width: 450px;
  }

  .titulo_frota {
    margin-left: 50px;
    font-size: 50px;
  }
  .div_frota {
    margin-left: 100px;
    width: 600px;
  }
  .imagem_frota {
    width: 100%;
  }
  .div_texto_frota {
    left: 700px;
    width: 300px;
  }

  .logo_rs {
    width: 500px;
    height: auto;
  }
  .tabela_de_cidades {
    margin-right: 20px;
  }

  .div_diferenciais {
    margin-left: 100px;
    width: 500px;
  }
  .notebook {
    width: 350px;
    height: 350px;
  }

  .titulo_contato {
    margin-left: 50px;
    font-size: 50px;
  }
  .form_contato {
    margin-left: 40px;
  }
  #email,
  textarea,
  .submit {
    width: 500px;
  }
  .local {
    width: 400px;
    height: 350px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 992px) {
  nav {
    height: auto;
    flex-direction: column;
    padding: 10px;
  }
  .div_logo {
    margin: 10px 0;
  }
  .div_links {
    margin: 10px 0;
    justify-content: center;
  }

  header {
    height: 600px;
  }
  .div_empresa {
    margin-top: 230px;
    width: 90%;
    max-width: 550px;
    position: relative;
    left: -50px;
  }
  .div_empresa h1 {
    margin-left: 0;
    font-size: 36px;
  }
  .div_empresa p {
    margin-left: 0;
    width: 90%;
    text-align: center;
  }

  .div_equipe {
    flex-direction: column;
    align-items: center;
  }
  .div_equipe_imagem {
    width: 90%;
    margin: 20px auto;
    height: auto;
  }
  .caminhao {
    height: auto;
  }
  .div_texto_equipe {
    position: static;
    width: 90%;
    margin: -30px auto 0;
    height: auto;
    padding: 30px;
  }
  .div_texto_equipe p {
    width: 100%;
    text-align: center;
  }

  .estruturacao {
    flex-direction: column;
    align-items: center;
  }
  .div_estrutura {
    position: static;
    width: 90%;
    margin: 20px auto;
    left: 0;
    top: 0;
  }
  .texto_estrutura {
    width: 100%;
  }
  .imagem_estrutura {
    position: static;
    width: 90%;
    margin: 20px auto;
  }
  .predio {
    width: 100%;
    height: auto;
  }

  .div_visao {
    position: static;
    width: 90%;
    margin: 20px auto;
  }
  .texto_visao {
    width: 100%;
  }

  .section_frota {
    height: auto;
    padding-bottom: 100px;
  }
  .titulo_frota {
    margin-left: 0;
    text-align: center;
    font-size: 40px;
  }
  .div_frota {
    margin: 20px auto;
    width: 90%;
    height: auto;
    top: -100px;
  }
  .imagem_frota {
    height: auto;
  }
  .div_texto_frota {
    position: static;
    width: 90%;
    margin: -120px auto 10px;
    height: auto;
  }
  .texto_frota {
    width: 100%;
    text-align: center;
  }
  .div_button {
    position: static;
    margin: 20px auto;
  }
  .button_contato {
    width: 90%;
    max-width: 450px;
  }

  .regioes {
    margin-top: 40px;
  }

  .infos_regioes {
    flex-direction: column;
    align-items: center;
  }
  .logo_rs {
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
  .tabela_de_cidades {
    margin: 20px auto;
    width: 90%;
  }

  .diferenciais {
    flex-direction: column;
    height: auto;
    padding: 30px;
  }
  .div_diferenciais {
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
  .titulo_diferenciais {
    margin-top: 0;
    text-align: center;
    font-size: 40px;
  }
  .texto_diferenciais {
    width: 100%;
    text-align: center;
  }
  .notebook {
    margin: 20px auto;
    width: 90%;
    max-width: 440px;
    height: auto;
  }

  .section_contato {
    flex-direction: column;
    height: auto;
  }
  .contato {
    display: flex;
    width: 100%;
  }
  .titulo_contato {
    margin-left: 0;
    text-align: center;
    font-size: 40px;
  }
  .form_contato {
    margin: 20px auto;
    width: 90%;
  }
  #nome,
  #telefone,
  #email,
  textarea,
  .submit {
    width: 100%;
    max-width: 600px;
  }
  .div_iframe {
    border-left: none;
    border-top: 1px solid white;
    margin: 30px 0 0;
    padding-top: 30px;
    height: auto;
    justify-content: center;
  }
  .local {
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
    height: 350px;
  }
  .div_local {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .div_empresa h1 {
    font-size: 30px;
  }
  .div_texto_equipe h1 {
    font-size: 40px;
  }
  .titulo_estrutura {
    font-size: 40px;
  }
  .titulo_visao {
    font-size: 40px;
  }
  .titulo_frota {
    font-size: 36px;
  }
  .titulo_regioes {
    font-size: 40px;
  }
  .titulo_diferenciais {
    font-size: 36px;
  }
  .texto_frota {
    font-size: 18px;
  }

  .titulo_contato {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .logo {
    margin-top: 10px;
  }

  .div_iframe {
    flex-direction: column;
    align-items: center;
  }

  .div_local {
    align-items: center;
    justify-content: center;
  }

  .titulo_local {
    width: 100%;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 400;
  }
}

@media screen and (max-width: 480px) {
  .div_links a {
    font-size: 14px;
    margin-right: 10px;
  }

  nav {
    height: 150px;
    padding: 20px;
  }

  .logo {
    margin-top: 10px;
  }

  .div_empresa h1 {
    font-size: 20px;
    width: 75%;
  }
  .div_texto_equipe h1 {
    font-size: 32px;
  }
  .div_texto_equipe {
    padding: 20px;
  }
  .titulo_estrutura {
    font-size: 32px;
  }
  .titulo_visao {
    font-size: 32px;
  }

  .frota {
    height: auto;
  }

  .titulo_frota {
    font-size: 30px;
  }
  .button_contato {
    font-size: 16px;
    height: 50px;
  }

  .div_regioes_atendidas {
    flex-direction: column;
    align-items: center;
  }

  .titulo_regioes {
    font-size: 32px;
  }
  .titulo_diferenciais {
    font-size: 30px;
  }
  .titulo_contato {
    font-size: 32px;
    font-weight: 400;
  }
  .submit {
    font-size: 16px;
  }

  .div_iframe {
    display: flex;
    flex-direction: column;
  }

  .titulo_local {
    width: 100%;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 400;
  }

  footer {
    font-size: 10px;
  }
}

/* Adicione isso no final do seu CSS, antes das media queries existentes */

/* Estilos para o menu mobile */
.menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background-color: black;
  z-index: 1001;
  transition: right 0.3s ease;
  padding: 80px 20px 20px;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
}

.menu-mobile.active {
  right: 0;
}

.menu-mobile a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px 0;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: padding-left 0.3s ease;
}

.menu-mobile a:hover {
  padding-left: 10px;
  color: #4d6bb9;
}

/* Botão hambúrguer */
.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
  position: fixed;
  top: 60px;
  right: 20px;
}

.hamburger-btn span {
  width: 100%;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease;
  border-radius: 3px;
}

/* Animação do botão quando ativo */
.hamburger-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-btn.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Overlay escuro quando menu está aberto */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  display: block;
  opacity: 1;
}

/* Media Query para mobile */
@media screen and (max-width: 768px) {
  /* Esconde os links originais */
  .div_links {
    display: none !important;
  }

  /* Mostra o botão hambúrguer */
  .hamburger-btn {
    display: flex;
  }

  /* Mostra o menu mobile */
  .menu-mobile {
    display: block;
  }

  /* Ajusta o nav para mobile */
  nav {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }

  .div_logo {
    margin: 0;
  }

  .div_logo img {
    width: 120px;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .hamburger-btn {
    top: 50px;
  }

  .menu-mobile {
    width: 85%;
  }
}

/* Substitua a tabela_de_cidades existente por este código */

.tabela_de_cidades {
  border: 2px solid black;
  border-collapse: collapse;
  padding: 15px;
  text-align: center;
  margin-right: 50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  width: auto;
  min-width: 300px;
  max-width: 500px;
  font-size: 16px;
}

.tabela_de_cidades td,
.tabela_de_cidades th {
  padding: 12px 20px;
  border: 1px solid black;
}

.tabela_de_cidades th {
  background-color: #4d6bb9;
  color: white;
  font-weight: 600;
}

.tabela_de_cidades tr:nth-child(even) {
  background-color: #f9f9f9;
}

.tabela_de_cidades tr:hover {
  background-color: #f0f0f0;
}

/* Ajustes responsivos para a tabela */
@media screen and (max-width: 1200px) {
  .tabela_de_cidades {
    margin-right: 30px;
    min-width: 280px;
    font-size: 15px;
  }

  .tabela_de_cidades td,
  .tabela_de_cidades th {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 992px) {
  .tabela_de_cidades {
    margin: 20px auto;
    min-width: 260px;
    max-width: 450px;
    font-size: 14px;
  }

  .tabela_de_cidades td,
  .tabela_de_cidades th {
    padding: 8px 12px;
  }
}

@media screen and (max-width: 768px) {
  .tabela_de_cidades {
    min-width: 240px;
    max-width: 400px;
    font-size: 13px;
  }

  .tabela_de_cidades td,
  .tabela_de_cidades th {
    padding: 6px 10px;
  }
}

@media screen and (max-width: 480px) {
  .tabela_de_cidades {
    min-width: 200px;
    max-width: 300px;
    font-size: 12px;
  }

  .tabela_de_cidades td,
  .tabela_de_cidades th {
    padding: 5px 8px;
  }
}

/* Ajustes no menu mobile para combinar */

.menu-mobile {
  display: none;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background-color: black;
  z-index: 1001;
  transition: right 0.3s ease;
  padding: 100px 30px 30px; /* Aumentado o padding superior */
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
}

.menu-mobile a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 18px 0; /* Aumentado o padding */
  font-size: 20px; /* Aumentado */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  font-weight: 500;
}

.menu-mobile a:hover {
  padding-left: 15px;
  color: #4d6bb9;
}

/* Botão hambúrguer ajustado */
.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 35px; /* Aumentado */
  height: 24px; /* Aumentado */
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
  position: fixed;
  top: 45px; /* Ajustado para alinhar com o logo */
  right: 20px;
}

.hamburger-btn span {
  width: 100%;
  height: 4px; /* Aumentado */
  background-color: white;
  transition: all 0.3s ease;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .hamburger-btn {
    display: flex;
    top: 35px; /* Ajustado */
  }

  .menu-mobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .hamburger-btn {
    top: 30px;
    width: 32px;
    height: 22px;
  }

  .menu-mobile {
    padding: 80px 20px 20px;
  }

  .menu-mobile a {
    padding: 15px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 390px) {
  .div_empresa {
    margin-top: 330px;
    width: 100%;
    height: 170px;
    max-width: 400px;

    h1 {
      font-size: 15px;
    }

    p {
      font-size: 10px;
    }
  }

  .imagem_estrutura {
    height: 263px;
  }

  .div_estrutura {
    margin-top: -40px;
    height: 230px;
  }

  .texto_visao {
    font-size: 12px;
  }

  .regioes {
    height: 90%;
    padding: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .tabela_de_cidades {
    min-width: 120px;
    max-width: 220px;
    font-size: 10px;
  }

  .tabela_de_cidades td,
  .tabela_de_cidades th {
    padding: 3px 5px;
  }

  .texto_diferenciais {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  nav {
    height: 150px;
  }

  .div_logo {
    img {
      width: 170px;
      height: 170px;
    }
  }

  .botao_whats_baixo {
    font-size: 40px;
  }

  .div_12_anos {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 5px;
    top: 15px;
    opacity: 0.7;
  }

  .logo_12_anos {
    width: 200px;
    height: 200px;
  }

  .div_empresa {
    margin-top: 130px;
    width: 100vw;
    height: 170px;
    max-width: 400px;
    margin-left: 950px;
    padding: 20px;

    h1 {
      font-size: 15px;
    }

    p {
      font-size: 10px;
    }
  }

  .imagem_estrutura {
    height: 263px;
  }

  .div_estrutura {
    margin-top: -40px;
    height: 230px;
  }

  .texto_visao {
    font-size: 12px;
  }

  .regioes {
    height: 90%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .tabela_de_cidades {
    min-width: 120px;
    max-width: 220px;
    font-size: 10px;
  }

  .tabela_de_cidades td,
  .tabela_de_cidades th {
    padding: 3px 5px;
  }

  .div_button_pdf {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .button_pdf {
    background-color: #4d6bb9;
    color: white;
    font-weight: 600;
    font-size: 10px;
    width: auto;
    height: 50px;
    border-radius: 5px;
    border: none;
    cursor: pointer;

    padding: 15px;
  }

  .texto_diferenciais {
    font-size: 17px;
  }

  .diferenciais_check {
    font-size: 14px;
  }

  .numero_whats {
    font-size: 14px;
    margin-left: 50px;
  }

  .fa-brands {
    margin-right: 5px;
    font-size: 14px;
  }
}
