* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
strong {
    color: rgb(25, 153, 238);
}

body {
  background: #fff;
  color: #333;
  overflow-x: hidden;
  min-height: 200vh;
}
.logo {
    & img {
        width: auto;
        position: absolute;
        top: -12px;
        height: 90px;
    }
}

/* Navbar */
/* 1. Ajusta o elemento principal da Navbar (para 50% e centralizado) */


/* Navbar */
/* 1. Ajusta o elemento principal da Navbar (para 50% e centralizado) */

.navbar {
    /* Efeito Glassmorphism: Aplica a todos os tamanhos */
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: fixed;
    z-index: 10;
    top: 5px; /* Mantém o espaçamento do topo */
    left: 0;
    max-width: 750px;
    border-radius: 30px;
    display: flex;
  margin: 0 auto;
    right: 0;
    width: 100%; /* Por padrão, ocupa 100% da tela (Mobile First) */
    border-radius: 25px; /* Remove o border-radius no mobile */
}


.navbar:hover {
    /* Opcional: Aumentar a opacidade no hover */
    background: rgba(255, 255, 255, 0.1); /* Um pouco menos transparente no hover */
    opacity: 1;
}
.fw-bold {
  font-size: 2.5em;
}
#sobre p {
  font-size: 1.3em;
}
#sobre li {
  font-size: 1.2em;
}
/* 2. Ajusta o container interno (div.container) para usar space-around */
/* O Bootstrap já aplica display: flex no .container dentro da navbar,
   mas vamos forçar o space-around entre os elementos filhos (Logo, Button, Links) */
.navbar .container {
    width: 100% !important; /* Preenche os 50% da .navbar */
    
    /* Garante a distribuição uniforme de espaço entre a Logo e o Menu */
    justify-content: space-around !important; 
    padding: 0 15px; /* Adiciona um pequeno padding nas laterais */
}

/* 3. Ajuste para o menu de links */
.navbar-collapse {
    /* O Bootstrap geralmente usa justify-content-end. Removemos para o space-around funcionar */
    justify-content: flex-start !important; 
    /* Garante que o menu de links fique o mais compacto possível */
    flex-grow: 0 !important; 
}
.navbar nav a {
  margin: 0 15px;
  color: #ffffff!important;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.navbar nav a:hover {
  color: #00b4d8;
}
.navlink {
    color: #000000!important;
}
.btn-contato {
  background: #00b4d8;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 8px;
}

/* Hero */
.hero {
  background: url('img/banner.jpg') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero .overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero-content {
  position: relative;
  text-align: center;
  color: white;
  z-index: 1;
  max-width: 800px;
}
.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
.btn {
  background: #00b4d8;
  color: #fff;
  padding: 12px 28px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.btn:hover {
  background: #0096c7;
}

/* Serviços */
/* Nova Seção de Serviços - Inspirada na imagem */
/* Nova Seção de Serviços - Inspirada na imagem */
/* --- SEÇÃO DE SERVIÇOS (Corrigido) --- */
/* --- SEÇÃO DE SERVIÇOS (CORRIGIDO FORÇA MÁXIMA) --- */
/* --- SEÇÃO DE SERVIÇOS (Corrigido Definitivo) --- */


.servicos-novo {
    padding-top: 50px;
    /* padding-bottom: 50px; */
    position: relative;
    z-index: 3;
    padding-bottom: 50px;
    /* O conteúdo que rola DEVE ter um fundo para sobrepor a imagem sticky */
    background-color: #ffffff; /* Use a cor de fundo real do seu layout */
    /* Garante que esta seção sobreponha o .hero (z-index: 1) */
    position: relative; 
    z-index: 2;
    margin: auto 0;
    /* height: 100vh; */
}
@keyframes color-slide {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 100% center;
    }
}

/* Adiciona o pseudo-elemento que será a faixa animada, centralizado */
.servicos-novo::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 150px; /* Altura de 100px */
    z-index: 1;

    /* PROPRIEDADES DE CENTRALIZAÇÃO VERTICAL */
    top: 50%; 
    transform: translateY(-50%); /* Move o elemento para cima metade da sua própria altura */

    /* Gradiente de Cores para Animar */
    background: linear-gradient(to right, #145d6b, #12585a, #166777); 
    background-size: 300% 100%; 

    /* Aplicar a Animação */
    animation: color-slide 2s ease-in-out infinite alternate;
}
.servicos-novo .container-fluid { 
    background: #06536d; /* Verde Escuro como fundo da seção */
    color: #fff;
    border-radius: 80px;
    padding: 50px 50px; 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    /* Manter a largura generosa para acomodar o col-md-3 */
    max-width: 1150px; 
    margin: 0 auto;     
    /* border: #0d476d 5px solid; */

    position: relative;
    z-index: 3; /* Deve ser maior que o z-index da faixa animada (z-index: 1) */
    /* ... mantenha os outros estilos (background: #06536d;, etc.) ... */
}


/* CLASSE DE CORREÇÃO: Força o alinhamento de 4 colunas em telas médias e grandes */
@media (min-width: 768px) { /* Aplica apenas em telas de tablet (md) e maiores */
    .servicos-novo .row-fix {
        display: flex;
        flex-wrap: nowrap !important; /* Força que as colunas fiquem na mesma linha */
        overflow-x: auto; /* Adiciona scroll horizontal se for o caso extremo */
    }
    .servicos-novo .row-fix > .col-md-3 {
        /* Garante que o col-md-3 tenha exatamente 25% da largura da row */
        flex: 0 0 25% !important; 
        max-width: 25% !important;
    }
}
.sobre h2 {
  font-size: 4.5em!important;
}
/* O restante do seu CSS de layout e estilo */

.servicos-novo .row {
/* Mantém o espaçamento mínimo */
--bs-gutter-x: 1.5rem; 
}
.servicos-novo h2 {
color: #fff !important; 
}
.servicos-novo .badge {
font-weight: 600;
padding: 8px 20px;
border-radius: 40px;
/* background-color: #fff !important; */
color: #fff !important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.servicos-novo .card-feature {
    border: 20px solid #ffffff!important;
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-radius: 20px !important;
text-align: left;
 border: 3px rgb(255, 255, 255) solid!important;

/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

/* Card Claro (Rapidez, Confiança) */
.servicos-novo .card-feature:not(.bg-dark) {
background-color: transparent;
/* border: 20px solid #06536d!important; */
    border: 2px rgb(255, 255, 255) solid!important;


}
.servicos-novo .card-feature:not(.bg-dark) .icon-wrap {
/* background-color: #e6ffe6 !important;  */
color: #1486e4 !important;

}
.servicos-novo .card-feature:not(.bg-dark) h4 {
color: #1395ff !important;
font-size: 1.6em!important;
}
.servicos-novo .card-feature:not(.bg-dark) p {
    color: #fff !important;
    font-size: 1em!important;
}
/* Card Escuro (Inovação, Segurança) */
.servicos-novo .card-feature.bg-dark {
background-color: transparent !important; 
color: #ffffff;
    border: 3px rgb(255, 255, 255) solid!important;

}
.servicos-novo .card-feature.bg-dark .icon-wrap {
/* background-color: #fff !important;  */
color: #1fadff !important; 
font-size: 4em;
}
.servicos-novo .card-feature.bg-dark h4 {
color: #1395ff !important;
font-size: 1.6em!important;

}
.servicos-novo .card-feature.bg-dark p {
color: #fff !important;
font-size: 1.1em!important;

}
/* Efeito Hover */
.servicos-novo .card-feature:hover {
transform: translateY(-8px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
background: rgb(3, 67, 104)!important;
/* border: 20px solid #6d0606!important; */
transition: all 1s;
}
.servicos-novo .card-feature{
    border: 2px rgb(255, 255, 255) solid!important;
}
.servicos-novo .icon-wrap {
display: inline-flex;
padding: 5px !important;
border-radius: 8px !important;
}
/* Estilo do botão "Saiba Mais" */
.servicos-novo .btn-primary {
background-color: #6cbf4d !important;
border-color: #6cbf4d !important;
}
.servicos-novo .btn-primary:hover {
background-color: #5aa13f !important;
border-color: #5aa13f !important;
}

/* --- RESPONSIVIDADE PADRÃO DO BOOTSTRAP (Mantenha assim) --- */

@media (max-width: 576px) {
    /* Garante 1 card por linha em celulares */
    .servicos-novo .col-sm-6 {
        width: 100%; 
    }
}
.ladodireito {
  align-items: center;
  margin-top: 100px;
}

.sobre {
    position: relative;
    z-index: 3;
}
/* Atendimento */
#atendimento {
   /* position: relative; */
   display: flex;
   z-index: 2;
   height: auto;
   & .container {
    /* width: 30%; */
    /* display: flex; */
   /* background-color:  #06536d; */
   max-width: 1200px;

   }
   & .mapa {
    /* width: 70%; */
   }
   & h2 {
    color: #333333;
    font-size: 2.5em;
   }
   & p {
    color: #333333;
    font-size: 1.3em;
   }
   & form {
    border: 2px solid white;
   }
}
.regional {
  background: #e9f8fc;
  padding: 100px 20px;
  text-align: center;
}
.regional h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: ;
}
.regional p {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #444;
}
.mapa img {
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
}

/* Contato */
#contato {
  padding: 100px 20px;
 background: #06536d;
 & h2{ 
  color: #1395ff;
 }
 & p{
  color: #ffffff;
 }
 & a {
  color: #ffffff;
 }

}
.contato-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.formulario, .contato-info {
  flex: 1;
  min-width: 300px;
}
form input, form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
form button {
  border: none;
  cursor: pointer;
}
.navbar-toggler{
  background-color: #00b4d8;
}
/* Footer */
.footer {
  background: #002b36;
  color: #fff;
  text-align: center;
  padding: 20px;
   & a {
    color: rgb(69, 249, 255)!important;
 }
  & .fw-bold {
    font-size: 1.5rem;
    text-align: center;
  }
  p {
    color: #ffffff;
  }
}
.footer .redes a {
  color: #fff;
  margin: 0 8px;
  font-size: 1.2rem;
  text-decoration: none;
}
body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  background-color: #fff;
  z-index: 2;
}

/* HERO */
.hero {
background: url('img/banner.jpg') center/cover no-repeat fixed;
  height: 100vh;
 position: relative;
 z-index: 1;
 /* top: 0; */
}
.hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.hero .container {
  z-index: 1;
}
.hero h1, .hero p {
  position: relative;
  z-index: 2;
}

/* Navbar */
.navbar-brand {
  font-size: 1.4rem;
}
.nav-link {
  font-weight: 1000;
  transition: color .3s;
  color: rgb(69, 249, 255);
  font-size: 1.1em;
}
.nav-link:hover {
  color: #0d6efd !important;
}

/* Cards */
.card {
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-6px);
}

/* Responsivo */
@media (max-width: 991px) {
  .hero {
    height: 80vh;
  }
  .mapa {
justify-content: center;
display: flex;
    & img {
      width: 50%;
    }
  }
  .ladodireito {
    margin-top: 10px;
  }

  .hero h1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .hero {
    background-size: cover;
background-position: 60% center;
  }
  .navbar .btn {
    width: 100%;
    margin-top: 10px;
  }
  .navbar {
    width: 90%;
  }
  .textoexc {
    /* width: 95%; */
margin: 25px auto;

  }
  #atendimento {
    & .btn {
      padding: 12px 0px;
    }
    & .row {
      /* width: 90%; */
    }
  }
  .row {
    width: 97%;
  }
  .card {
    padding: 1.5rem;
  }
& .container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navbar .container
{
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: row;
}
}



/* ================================
   SEÇÃO DIFERENCIAIS – ESTILO FINAL
   ================================ */
/* ============================================
   SEÇÃO DIFERENCIAIS (CSS COMPLETO)
   ============================================ */

#diferenciais {
    position: relative;
    height: 100vh;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* ================================
   CARROSSEL DE FUNDO
   ================================ */

#diferenciais .carousel-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

/* Faixa infinita com loop perfeito */
#diferenciais .carousel-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    height: 100%;
    animation: slideLeft 18s linear infinite; /* velocidade ajustável */
}

/* Imagens do carrossel */
#diferenciais .carousel-track img {
    width: 100vw;        /* Cada imagem ocupa largura total da tela */
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    opacity: 0.55;       /* leve escurecimento para contraste */
}

/* Animação: desliza 3 imagens (3 x 100vw) */
@keyframes slideLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-300vw);
    }
}

/* Overlay escuro acima do fundo */
#diferenciais::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

/* ================================
   CONTEÚDO DA SEÇÃO
   ================================ */

#diferenciais .container {
    position: relative;
    z-index: 3;
    text-align: left;
}

/* Título */
#diferenciais h2 {
    color: white;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Botão */
#diferenciais .btn {
    margin-top: 50px;
}

/* ================================
   BOX: GLASSMORPHISM
   ================================ */

.box-numero {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

/* Hover */
.box-numero:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
}

/* Número */
.box-numero .numero {
    font-size: 3.5rem;
    font-weight: 700;
    color: #00b4d8;
    letter-spacing: 1px;
}

/* texto abaixo do número */
.box-numero .lead {
    font-family: "Poppins", sans-serif;
    color: rgb(69, 249, 255);
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
}

/* ================================
   RESPONSIVIDADE
   ================================ */

@media (max-width: 768px) {

    #diferenciais {
        height: auto;
        padding: 60px 0;
    }

    .box-numero {
        text-align: center;
    }

    .box-numero .numero {
        font-size: 2.5rem;
    }
}