/* =========================================================
   FONTES PRINCIPAIS
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700&display=swap');

/* =========================================================
   RESET & CONFIGURAÇÕES GERAIS
   ========================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #f8f9fa;
  color: #fff;
}

h1, h2, h3, h4 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar {
  border-radius: 10px;
  margin: 20px auto;
  width: 90%;
  background: linear-gradient(100deg, #ffffff, #E7EDF2, #136e94, #0a2c40);
}

.navbar-brand {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Links */
.custom-navbar .nav-link {
  color: #ffffff !important;
  margin: 0 10px;
  font-weight: 600;
  position: relative;
  transition: color 0.3s;
}

/* Efeito hover (linha azul neon) */
.custom-navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00bfff;
  transition: width 0.3s;
}

.custom-navbar .nav-link:hover::after {
  width: 100%;
}

.custom-navbar .nav-link:hover {
  color: #00bfff !important;
}

/* =========================================================
   BOTÃO WHATSAPP FLUTUANTE
   ========================================================= */
.btn-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: linear-gradient(180deg, #0A2C40, #0D1A24);
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: all 0.3s ease;
}

.btn-whatsapp:hover {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 0 20px #136e94;
  color: #fff;
}

/* ===========================
   Layout geral
=========================== */

.hero-servicos {
  height: 90vh;
  background-image: url("../img/bg/caminhoes_patio_07.jpeg");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #E7EDF2;
  object-fit: cover;
}

.hero-servicos .container {
  position: absolute;
  top: 35%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  /* transform: translateY(-50%); */
}

/* ===========================
   LADO ESQUERDO (SLIDER)
=========================== */



.hero-left {
  width: 100%;
  height: 100%;
}

.hero-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Divisor suave entre os lados */
.hero-divider {
  width: 8px; /* ajuste como quiser */
  height: 100%;
  background: linear-gradient(
    to bottom,
    #0a2c40,
    #136e94,
    #208cb8
  );
  backdrop-filter: blur(6px);
  z-index: 5;
}


/* ===========================
   LADO DIREITO (IMAGEM FIXA)
=========================== */

.hero-right {
  width: 40%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

/* Imagem de fundo fixa com blur */

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0,0,0,0.8);
}

.hero-content h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Faixa azul abaixo */
.brand-line {
  width: 80px;
  height: 5px;
  background: #208cb8;
  margin: 0 auto 15px auto;
  border-radius: 10px;
}

.hero-content p {
  font-size: 1.2rem;
  opacity: 0.9;
}


/* =========================================================
   SEÇÃO DE SERVIÇOS
   ========================================================= */
.servicos {
  background: #E7EDF2;
}

.servicos h2 {
  color: #0a2c40;
}

.servicos h4 {
  color: #ffffff;
}

.servicos p {
  color: #ffffff;
}

.infos-servicos{
  /* background-color: #E7EDF2; */
  background: linear-gradient(180deg, #0A2C40, #0D1A24);  
}

.infos-servicos h2 {
  color: #ffffff;
}

.infos-servicos p {
  color: #ffffff;
}

.hrcor {
  border-color: #0a2c40;
}




/* Botão */
/* .servicos .btn-primary {
  background: linear-gradient(180deg, #0A2C40, #0D1A24);
  border: none;
  transition: all 0.3s ease;
}

.servicos .btn-primary:hover {
  transform: scale(1.08);
  box-shadow: 0 0 15px #208cb8;
} */

/* faixa de servicos */
.faixa {
  width: 28%;
  height: 18%;
  background: #0a2c40;
  border-radius: 14px;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 20px #0a2c40;
  border: 1px solid #0D1A24;

  position: absolute;
  left: 0;
  top: 43%;
  transform: translateY(-50%);
}

/* Faixa azul de fundo na seção Serviços */
.servicos-faixa {
  position: absolute;
  top: 0px; /* mesmo valor usado no certificado */
  left: 0;
  width: 100%;
  height: 100px;
  background: #e5e5e5;
  /* opacity: 0.15; */
  z-index: 1;
}

/* Garantir que o conteúdo fique acima da faixa */
.servicos .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}

.introducao {
  background: #E7EDF2;
}

/* =========================================================
   SEÇÃO DE CERTIFICADOS
   ========================================================= */
.certificado {
  background: #E7EDF2;
  color: #000;
}

.certificado h2 {
  color: #0a2c40;
}

.certificado p {
  color: #0a2c40;
}

/* Botão */


.certificado-bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 18%;
  background: #e5e5e5;
  transform: skewY(0deg);
  z-index: 0;
}


/* =========================================================
   SEÇÃO SOBRE
   ========================================================= */
.sobre {
  background: linear-gradient(180deg, #0A2C40, #0D1A24);
  color: white;
}

.sobre h2 {
  color: #ffffff;
}

.sobre-empresa {
  background: #E7EDF2;
}

/* .sobre .btn-primary {
  background: linear-gradient(90deg, #0a2c40, #136e94);
  border: none;
  transition: all 0.3s ease;
} */

/* .sobre .btn-primary:hover {
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(46, 184, 215, 0.6);
} */

/* CULTURA E PROPOSITO */
.cultura {
  background: #E7EDF2;
}


/* =========================================================
   SEÇÃO VALORES
   ========================================================= */
.valores {
  background: linear-gradient(135deg, #0055cc, #002b66);
  color: white;
}



/* =========================================================
   SEÇÃO CLIENTES
   ========================================================= */
.clientes {
  background: #E7EDF2;
}

.clientes h2 {
  color: #0a2c40;
}

.icon-lg {
  font-size: 50px !important;
}

/* .clientes .btn-primary {
  background: linear-gradient(90deg, #136e94, #0a2c40);
  border: none;
  transition: all 0.3s ease;
}

.clientes .btn-primary:hover {
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(46, 184, 215, 0.6);
} */

.clientes-empresa img {
  border-radius: 15px;
  transition: transform 0.4s ease;
}

.clientes-empresa img:hover {
  transform: scale(1.03);
}

/* Fundo diagonal cinza */
.clientes-bg {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 80%;
  background: #e5e5e5;
  transform: skewY(-5deg);
  z-index: 0;
}

.clientes .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

/* =========================================================
   TRABALHE CONOSCO
   ========================================================= */
.trabalhe {
  background: #E7EDF2;
}

.formulario {
  background: linear-gradient(145deg, #2eb8d7, #136e94);
  border: 1px solid #dbe9ff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.formulario:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 100, 255, 0.25);
}

.formulario input,
.formulario select,
.formulario textarea {
  border-radius: 10px;
  border: 1px solid #cce0ff;
}

.formulario input:focus,
.formulario select:focus,
.formulario textarea:focus {
  border-color: #2eb8d7;
  box-shadow: 0 0 5px #136E94;
}

/* .formulario .btn-primary {
  background: linear-gradient(90deg, #2eb8d7, #136E94);
  border: none;
  transition: all 0.3s ease;
}

.formulario .btn-primary:hover {
  background: linear-gradient(90deg, #2eb8d7, #136E94);
  box-shadow: 0 5px 15px #136E94;
} */

/* =========================================================
   IMG EQUIPE
   ========================================================= */
.equipe-img {
  width: 100% !important;
  height: 500px !important; /* ajuste como quiser */
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 25px #0D1A24;
  transition: transform 0.4s ease;
}

/* Zoom suave opcional ao passar o mouse */
.equipe-img:hover {
  transform: scale(1.05);
}

/* =========================================================
   HERO MENOR (PÁGINAS INTERNAS)
   ========================================================= */
.hero-small {
  height: 60vh;
  background: linear-gradient(120deg, #0044cc, #007bff, #33ccff);
  background-size: 300% 300%;
  animation: gradientShift 10s ease infinite;
  position: relative;
}

.hero-small .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 80, 0.2);
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: linear-gradient(180deg, #E7EDF2, #E7EDF2, #E7EDF2, #E7EDF2, #136e94, #0a2c40, #0D1A24);
  color: #0a2c40;
  position: relative;
  z-index: 10;
}

.footer h5 {
  color: #208cb8;
}

.footer p{
  color: #0a2c40;
}

.footer hr {
  border-color: #ffffff;
  margin: 20px 0;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #2eb8d7;
  text-decoration: underline;
}

.footer img {
  filter: drop-shadow(0 0 8px rgba(0,0,0,0.3));
}
/* ============================================================
   FIX – IMAGENS DAS SEÇÕES (VERSÃO FINAL)
   ============================================================ */

/* Garante que os containers das imagens não distorçam  */
.service-box,
.sobre .content,
.sobre-img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Imagens padronizadas – sem distorção ao dar zoom */
.service-img,
.tall,
.sobre img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

/* Versão mobile */
@media (max-width: 768px) {
  .service-img,
  .tall,
  .sobre img {
    max-height: 250px;
  }
}

/* img com leve movimento */
.img-moov:hover {
  transform: scale(1.05);
}

.img-moov {
  width: 100%;
  /* object-fit: cover;
  object-position: center; */
  border-radius: 16px;
  transition: transform 0.4s ease;
  /* box-shadow: 0 6px 25px #0D1A24; */
}



/* ===========================
   HERO - QUEM SOMOS
=========================== */

/* HERO QUEM SOMOS */
.quem-somos-hero {
  height: 75vh;
  background-image: url("../img/bg/equipe_02.png");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.quem-somos-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
  rgba(10,44,64,0.88),
  rgba(19,110,148,0.75)
  );
}

/* HERO SERVICOS */
.servicos-hero {
  height: 75vh;
  background-image: url("../img/bg/caminhao_conserto.jpg") ;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.servicos-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
  rgba(10,44,64,0.88),
  rgba(19,110,148,0.75)
  );
}

/* HERO TRABALHE CONOSCO */
.trabalhe-hero {
  height: 75vh;
  background-image: url("../img/bg/trabalhador.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.trabalhe-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(10,44,64,0.88),
    rgba(19,110,148,0.75)
  );
}

/* TEXTOS */
.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0a2c40;
}

.section-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}

.form-label {
  color: #ffffff;
}


/* CARTÕES MISSÃO/VISÃO/VALORES */

/* LISTA POR QUE ESCOLHER */
.why-list {
  list-style: none;
  padding-left: 0;
}

.why-list li {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #000000;
}

.why-list i {
  margin-right: 10px;
  font-size: 1.3rem;
  color: #208cb8;
}

/* GALERIA */
.equipe-gallery-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.25);
  transition: 0.35s;
}

.equipe-gallery-img:hover {
  transform: scale(1.04);
}

/* CERTIFICADOS */

.certificado-qs {
  background: #E7EDF2;
  color: #000;
}

.certificado-qs h2 {
  color: #0a2c40;
}

/* Cards */
.card {
  border-radius: 10px;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #0A2C40, #0D1A24);
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px #136E94;
}

.card h3,
.card p {
  color: #ffffff;
}

.card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Botão */
.btn-primary {
  background: linear-gradient(180deg, #0A2C40, #0D1A24);
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 0 15px #136e94;
}

.btn-animado {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  font-weight: 600;
  color: #E7EDF2;
  border: none;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(180deg, #0A2C40, #0D1A24);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.btn-animado::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #136e94, #208cb8, #2eb8d7);
  transition: width 0.45s ease;
  z-index: -1;
  border-radius: 12px;
}

.btn-animado:hover::before {
  width: 100%;
}

.btn-animado:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 0 15px #136e94;
}



.certificado-qs {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 18%;
  background: #e5e5e5;
  transform: skewY(0deg);
  z-index: 0;
}

.certificado-qs p {
  color: #000000;
}


/* SEÇÃO DE RESULTADOS */
.resultados-section {
  background: #f8f9fa;
}

.counter-box {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  transition: transform .3s ease, box-shadow .3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.counter-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.counter {
  font-size: 3rem;
  font-weight: 700;
  color: #208cb8; /* azul principal */
  margin-bottom: 10px;
}

.section-title {
  font-weight: 700;
  color: #0a2c40;
}

/* equipe/acao social */

.equipe-ac {
  background: #E7EDF2 !important;
  color: #000;
}

.equipe-ac h2 {
  color: #0a2c40;
}

/* .equipe-ac .btn-primary {
  background: linear-gradient(90deg, #136e94, #0a2c40);
  border: none;
  transition: all 0.3s ease;
}

.equipe-ac .btn-primary:hover {
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(46, 184, 215, 0.6);
} */

.equipe-ac {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 18%;
  background: #e5e5e5;
  transform: skewY(0deg);
  z-index: 0;
}

.equipe-ac p {
  color: #000000;
}


/* ========================
   BASE DO TIMELINE
======================== */

#timeline-section {
  position: relative;
  background: #E7EDF2;
}

.timeline-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
}

/* Linha vertical */
.timeline-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 0;
  background: #136e94;
  transition: height 1.2s ease-out;
}

/* Cada item */
.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}

/* Bolinha (ponto do timeline) */
.timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #0a2c40;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.timeline-marker.show {
  opacity: 1;
}

.timeline-end-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #0a2c40;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.4s ease;
}


/* Caixa do conteúdo */
.timeline-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  width: 45%;
}

.timeline-box:hover {
  transform: translateY(-8px) scale(1.01) !important;
  box-shadow: 0 10px 20px #136e94;
}

/* Alternância esquerda / direita */
.timeline-item:nth-child(odd) .timeline-box {
  margin-left: 55%;
}

.timeline-item:nth-child(even) .timeline-box {
  margin-right: 55%;
  margin-left: 0;
}

/* Imagens */
.timeline-box img {
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
}

/* ========================
   RESPONSIVO
======================== */

@media (max-width: 768px) {
  .timeline-line {
    left: 8px;
    transform: none;
  }

  .timeline-marker {
    left: 8px;
    transform: none;
  }

  .timeline-box {
    width: calc(100% - 40px);
    margin-left: 40px !important;
    margin-right: 0 !important;
  }
}

/* ========================
   ANIMAÇÕES
======================== */

/* Elementos que devem sumir inicialmente */
.fade-element {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Os CARDS descem */
.timeline-box.fade-element {
  transform: translateY(20px);
}

/* Os PONTOS NÃO descem — mantêm posição fixa */
.timeline-marker.fade-element {
  transform: none;
}

/* Quando aparece */
.fade-element.show {
  opacity: 1;
  transform: translateY(0);
}
