
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

a:hover {
  color: #CCCCCC; /* Um branco mais claro ou cinza */
  text-decoration: underline; /* Adiciona sublinhado ao passar o mouse */
}

/* Link visitado */
a:visited {
  color: white; /* Mantém a cor branca */
}

/* Link ativo (quando clicando) */
a:active {
  color: white; /* Um branco bem claro */
}
.fx-laranja-topo{
  height: 4px;
  background-color:  #FF7F00;
}
.logo{
  margin-top: 10px;
}
.bt-zap-topo {
  background-color: #008617; /* Cor de fundo azul */
  color: white;             /* Cor do texto */
  padding: 11px 21px 13px;       /* Espaçamento interno */
  border: none;             /* Sem borda */
  border-radius: 5px;       /* Bordas arredondadas */
  font-size: 14px;          /* Tamanho da fonte */
  cursor: pointer;          /* Muda o cursor para mãozinha */
  transition: background-color 0.3s ease; /* Transição suave */
  margin-top: 36px;
  width: 386px;
}
.banner{
  margin-top: 20px;
}
.fundo_menu{
  background-color: #FF7F00;
  height: 60px;
}
.active{
  background-color: #000000;
  height: 60px;
}
.fundo-referencia{
  background-color: #F5F5F5;
  height: 191px;
}
.txt-geral{
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  color: black;
  text-align: center;
}
.tit_1{
  font-family: "Blinker", sans-serif;
  color: black;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 50px;
  text-decoration: underline;
}
.fundo-missao{
  background-color: #F5F5F5;
  height: 450px;
  margin-top: 10px;
}
.tit-missao{
  font-family: "Blinker", sans-serif;
  color: black;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  margin-top: 10px;
}
.txt-institucional{
  font-family:sans-serif;
  font-size: 15px;
  text-align: justify;
  color: black;
}
.subtxt-institucional{
  font-family:sans-serif;
  font-size: 18px;
  text-align: justify;
  color: black;
  font-weight: bold;
}
.subtxt-tradicao{
  font-family:sans-serif;
  font-size: 15px;
  text-align: justify;
  color: black;
}
.subtxt-institucional1{
  font-family:sans-serif;
  font-size: 18px;
  text-align: justify;
  color: black;
  font-weight: bold;
  margin-top: 65px;
}
.txt-empresa{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: black;
}
.subtxt-empresa{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: black;
  margin-top: 20px;
  font-style: italic;
  text-decoration: underline;
}
.txt-aventureiro{
  font-family: "Blinker", sans-serif;
  color: black;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 50px;
  margin-top: 20px;
}
.txt-especialistas{
  font-family: "Blinker", sans-serif;
  color: #FF7F00;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 50px;
  margin-top: -32px;
}
.fundo-aventureiro{
  background-color: #F5F5F5;
  height: 150px;
  margin-top: 20px;
}
.fundo-rodape{
  background-color: #322E2A;
  height: 340px;
}
.txt-frota{
  font-family: "Blinker", sans-serif;
  color: white;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 50px;
}
.fundo-aventureiro{
  background-color: #F5F5F5;
  height: 150px;
  margin-top: 20px;
}
.txt-rodape{
  font-family:sans-serif;
  font-size:25px;
  text-align: center;
  color: white;
}
.bt-zap-rodape {
  background-color: #008617; /* Cor de fundo azul */
  color: white;             /* Cor do texto */
  padding: 14px 24px 16px;       /* Espaçamento interno */
  border: none;             /* Sem borda */
  border-radius: 5px;       /* Bordas arredondadas */
  font-size: 14px;          /* Tamanho da fonte */
  cursor: pointer;          /* Muda o cursor para mãozinha */
  transition: background-color 0.3s ease; /* Transição suave */
  margin-top: 23px;
  width: 406px;
  /* text-align: center; */
  margin-left: 275px;
}
.fx-laranja-rodape{
  height: 4px;
  background-color:  #FF7F00;
  margin-top: 31px;
}
.fx-rodape{
  background-color: #F5F5F5;
  height: 150px;
}
.endereco{
  font-family:sans-serif;
  font-size: 15px;
  text-align: center;
  color: black;
  margin-top: 20px;
    /* width: 241px; */
    /* margin-left: 72px; */
}
.direitos-rodape{
  font-family:sans-serif;
  font-size: 15px;
  text-align: center;
  color: black;
}
.redes-sociais{
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 798px) {
  .logo {
    text-align: center;
  }
  .bt-zap-topo {
    background-color: #008617; /* Cor de fundo azul */
    color: white;             /* Cor do texto */
    padding: 8px 26px 16px;       /* EspaÃ§amento interno */
    border: none;             /* Sem borda */
    border-radius: 5px;       /* Bordas arredondadas */
    font-size: 14px;          /* Tamanho da fonte */
    cursor: pointer;          /* Muda o cursor para mÃ£ozinha */
    transition: background-color 0.3s ease; /* TransiÃ§Ã£o suave */
    margin-top: 36px;
    width: 436px;
    margin-right: 68px;
  }
  .bt-zap-rodape {
    background-color: #008617; /* Cor de fundo azul */
    color: white;             /* Cor do texto */
    padding: 8px 26px 16px;       /* Espaçamento interno */
    border: none;             /* Sem borda */
    border-radius: 5px;       /* Bordas arredondadas */
    font-size: 14px;          /* Tamanho da fonte */
    cursor: pointer;          /* Muda o cursor para mãozinha */
    transition: background-color 0.3s ease; /* Transição suave */
    margin-top: 13px;
    width: 413px;
    text-align: center;
    margin-left: -13px;
  }
  .fundo_menu{
    background-color: #FF7F00;
    height: 60px;
  }
  .pic-pecas{
    text-align: center;
  }
  .txt-aventureiro{
    font-family: "Blinker", sans-serif;
     color: black;
     text-align: center;
     font-style: italic;
     font-weight: bold;
     font-size: 30px;
     margin-top: 19px;
  }
  .txt-especialistas{
    font-family: "Blinker", sans-serif;
    color: #FF7F00;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 33px;
    margin-top: -18px;
  }
  .fx-rodape{
    background-color: #F5F5F5;
    height: 350px;
  }
  .txt-frota{
    font-family: "Blinker", sans-serif;
    color: white;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 35px;
  }
  .tit_1{
    font-family: "Blinker", sans-serif;
    color: black;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1380px) {
}
