
/* Fundo específico para a página de serviços */
body {
      font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
      font-size:12px;
    color: #111827;
    line-height: 1.6;
  background: #111827; /* Cor de fundo específica para a página de serviços */
  color: white;
}

/* Estilo aprimorado para o menu */
.topo {
    background: #0a233a; /* verde petróleo escuro */
  padding: 15px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.topo__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.topo__brand img {
  max-height: 50px; /* Ajuste do tamanho da logo */
}

.topo__menu {
  display: flex;
  gap: 20px;
}

.topo__link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.topo__link:hover,
.topo__link--ativo {
  color: #ffb400; /* Cor de destaque ao passar o mouse */
  border-bottom: 2px solid #ffb400;
  padding-bottom: 2px;
}

/* Estilos para o menu dropdown */
.topo__dropdown {
  position: relative;
  display: inline-block;
}

.topo__link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 10px;
}

.topo__link:hover,
.topo__link--ativo {
  color: #ffb400; /* Cor de destaque ao passar o mouse */
  border-bottom: 2px solid #ffb400;
  padding-bottom: 2px;
}

/* Estilos para o menu dropdown */
.topo__dropdown {
  position: relative;
  display: inline-block;
}

/* Links principais do menu */
.topo__link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Efeito de hover nos links principais */
.topo__link:hover,
.topo__link--ativo {
  color: #ffb400; /* Cor de destaque ao passar o mouse */
  border-bottom: 2px solid #ffb400;
  padding-bottom: 2px;
}

/* Dropdown Content (escondido por padrão) */
.topo__dropdown-content {
  display: none;
  position: absolute;
  background-color: #0b3c5d;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  top: 100%;
  left: 0;
}

/* Exibe o dropdown quando o mouse passa sobre o item de menu */
.topo__dropdown:hover .topo__dropdown-content {
  display: block;
  opacity: 1;
}

/* Estilo dos links dentro do dropdown */
.topo__dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Efeito de hover nos links dentro do dropdown */
.topo__dropdown-content a:hover {
  background-color: #ffb400;
  color: #0b3c5d;
}


/* Hero Section aprimorado */
.page-hero {
  background: var(--hero-bg, url('/assets/img/default-bg.jpg')) center/cover no-repeat; /* Fallback de imagem */
  color: white;
  padding: 80px 0;
  text-align: center;
  transition: background 1s ease-in-out; /* Suavizar transições de fundo */
}

.page-title {
  font-size: 42px;
  font-weight: 700;
}

/* Estilo aprimorado para o subtítulo na Hero Section */
.page-subtitle {
  font-size: 20px;  /* Aumenta o tamanho da fonte */
  font-weight: 600;  /* Deixa a fonte mais forte */
  letter-spacing: 1px;  /* Aumenta o espaçamento entre as letras */
  color: rgba(255, 255, 255, 0.9);  /* Deixa o texto em um tom suave de branco */
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);  /* Adiciona uma sombra suave ao texto */
  opacity: 0.85;  /* Ajusta a opacidade para suavizar o contraste */
  margin-top: 20px;  /* Ajusta o espaço acima do texto */
  line-height: 1.5;  /* Melhora o espaçamento entre as linhas */
  max-width: 80%;  /* Limita a largura do subtítulo */
  margin: 0 auto;  /* Centraliza o texto */
  text-align: center;  /* Garante que o texto fique centralizado */
}
.page-section__inner p {
  font-size: 19px;
  line-height: 1.7;
}


/* Card com efeito de sombra */
.card {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}
.card .p {
  font-size: 0.8 rem;   /* aumente para 1.15rem ou 1.2rem se quiser mais impacto */
  line-height: 1.7;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.callout__text {
  font-size: 0.80rem;   /* ~50% maior que textos mínimos */
  line-height: 1.0;     /* 👈 exatamente o ponto que você citou */
  opacity: .95;
}
.callout__title
{
  font-size: 1.3rem;   /* ~50% maior que textos mínimos */
  line-height: 2.0;     /* 👈 exatamente o ponto que você citou */
  opacity: .95;
}
.col-side .card--sticky .p {
  font-size: 0.85rem;     /* ajuste fino: 1.15rem se quiser mais conforto */
  line-height: 1.75;
}
.rotina-svg{
  margin-top: 10px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 10px;
  background: rgba(255,255,255,.03);
}
.rotina-svg svg{ display:block; width:100%; height:auto; }

/* ==========================================================
   RODAPÉ – Verde escuro
   ========================================================== */

.rodape {
    background: #0c2f30;
    padding: 1.5rem;
    color: #e5f6f5;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.rodape__info {
    font-size: 0.9rem;
    margin-top: 0.3rem;
}
/* NR-20: texto à esquerda + figura à direita */
.mini-grid.nr20-hero{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr; /* texto maior que a imagem */
  gap: 1.2rem;
  align-items: center;
}

.nr20-hero__figure{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nr20-hero__figure img{
  width: 100%;
  max-width: 420px;     /* limite da imagem no desktop */
  height: auto;
  border-radius: 12px;  /* combina com cards */
  display: block;
}

/* Responsivo: no celular vira 1 coluna (imagem vai pra baixo) */
@media (max-width: 768px){
  .mini-grid.nr20-hero{
    grid-template-columns: 1fr;
    .rotina-svg--compact{
    padding: 6px;
  }
  }

  .nr20-hero__figure{
    justify-content: center;
  }

  .nr20-hero__figure img{
    max-width: 520px;
  }
}
/* =========================
   MENU RESPONSIVO (SERVICOS)
   Mantém Desktop como estava
   Mobile vira hamburger/painel
   ========================= */

/* evita rolagem lateral */
html, body { overflow-x: hidden; }

/* DESKTOP (padrão): menu normal e botão escondido */
.topo__toggle { display: none; }
.topo__toggle-text { display: none; }  /* texto MENU só no mobile */

.topo__menu{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;          /* evita estourar e criar rolagem horizontal */
}

/* Dropdown no desktop pode continuar como estava (hover) */
/* Se seu CSS atual já controla .topo__dropdown-content, mantenha */

/* MOBILE: transforma em hamburger e painel */
@media (max-width: 860px){

  .topo__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  /* botão hamburger aparece no mobile */
  .topo__toggle{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    padding: 10px 12px;
    cursor: pointer;
    color: #fff;
  }

  /* mostra o texto MENU somente no mobile */
  .topo__toggle-text{
    display: inline;
    font-weight: 800;
    letter-spacing: .08em;
    font-size: 12px;
    opacity: .95;
  }

  .topo__toggle-ico{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .topo__toggle .bar{
    display:block;
    width: 22px;
    height: 2px;
    background: rgba(255,255,255,.85);
    border-radius: 2px;
  }

  /* menu vira painel fechado por padrão */
  .topo__menu{
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 10px);
    background: #0a233a; /* fundo do topo */
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 14px 40px rgba(0,0,0,.35);
    z-index: 9999;
  }

  /* quando abrir, aparece */
  .topo__menu.topo__menu--open{
    display: block;
  }

  /* links em coluna */
  .topo__link{
    display: block;
    padding: 10px 10px;
    border-radius: 12px;
  }

  /* dropdown vira “abre/fecha” no mobile */
  .topo__dropdown-content{
    position: static !important;
    display: none;
    margin-top: 6px;
    padding: 6px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
  }

  .topo__dropdown.topo__dropdown--open .topo__dropdown-content{
    display: block;
  }

  .topo__dropdown > .topo__link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }

  .topo__dropdown > .topo__link::after{
    content: "▾";
    opacity: .85;
    font-weight: 800;
  }

  .topo__dropdown.topo__dropdown--open > .topo__link::after{
    content: "▴";
  }
}
/* ===== FIX MOBILE MENU (cole no FINAL do servicos.css) ===== */

/* garante referência para o painel absoluto */
.topo { position: relative; }
.topo__inner { position: relative; }

/* no mobile: desliga hover e usa somente a classe .topo__dropdown--open */
.nr12-pillars{margin-top:14px}
.nr12-pillars__row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.nr12-pillars__item{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  border-radius:16px;
  padding:12px 12px 10px;
  position:relative;
  overflow:hidden;
}
.nr12-pillars__icon{
  width:38px;height:38px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  margin-bottom:8px;
}
.nr12-pillars__label{
      font-size: 17px;     /* antes ~14–15 */

  font-weight:900;
  letter-spacing:.02em;
  color:#fff;
  margin-bottom:2px;
}
.nr12-pillars__text{
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.25;
}
.nr12-pillars__bar{
  height:4px;border-radius:999px;
  background:linear-gradient(90deg, rgba(255,255,255,.10), rgba(255,255,255,.65));
  margin-top:10px;
}
.nr12-pillars__flow{
  margin-top:10px;
  opacity:.95;
}
@media (max-width: 768px) {
  .nr12-pillars__label {
    font-size: 16px;
  }
  .nr12-pillars__text {
    font-size: 15px;
  }
}


@media (max-width: 820px){
  .nr12-pillars__row{grid-template-columns:1fr}
  .nr12-pillars__flow{display:none}
}



@media (max-width: 860px){

  /* impede que o :hover “vença” no toque */
  .topo__dropdown:hover .topo__dropdown-content{
    display: none !important;
    opacity: 0;
  }

  /* só abre quando o JS coloca a classe */
  .topo__dropdown.topo__dropdown--open .topo__dropdown-content{
    display: block;
    opacity: 1;
  }
}
 /* botão não deve parecer botão */
  .topo__dropdown-btn{
    background: transparent;
    border: 0;
    color: inherit;
    width: 100%;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; /* remove o amarelo */
  }
/* =========================
   HERO SERVIÇOS — MOBILE
   Redução de altura (~35%)
   ========================= */
@media (max-width: 860px){

  .page-hero{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .page-hero__inner{
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-title{
    font-size: 1.4rem;      /* menor que desktop */
    margin-bottom: 6px;
    line-height: 1.2;
  }

  .page-subtitle{
    font-size: 0.95rem;
    line-height: 1.35;
    margin-bottom: 0;
  }
}

@media (max-width: 860px){

  /* O painel do menu não pode cortar o submenu */
  .topo__menu{ overflow: visible !important; }

  /* Botão do dropdown */
  .topo__dropdown-btn{
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  /* Submenu: por padrão escondido */
  #nrDropdownContent{
    display: none !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 6px;
    padding: 6px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
  }

  /* Quando abrir: aparece */
  #nrDropdown.topo__dropdown--open #nrDropdownContent{
    display: block !important;
  }

  /* Desliga o hover no mobile (porque toque “simula hover”) */
  .topo__dropdown:hover .topo__dropdown-content{
    display: none !important;
  }
}
@media (max-width: 860px){
  #nrDropdownContent{ display:none; }
  #nrDropdown.topo__dropdown--open #nrDropdownContent{ display:block; }

  /* evita “amarelo” do toque e mantém aspecto de link */
  .topo__dropdown-btn{ -webkit-tap-highlight-color: transparent; }
}
/* Sidebar: Como usar este comparativo */
.howflow { margin: 10px 0 12px; }

.howsteps {
  display: grid;
  gap: 10px;
}

.howstep{
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 10px 10px;
}

.howstep__tag{
  display: inline-block;
  font-weight: 900;
  font-size: 13.5px;
  letter-spacing: .02em;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  margin-bottom: 6px;
  color: #fff;
}

.howstep__text{
  font-size: 15.5px;
  line-height: 1.35;
  color: rgba(255,255,255,.90);
}

/* Mobile: esconde o SVG se ficar apertado */
@media (max-width: 820px){
  .howflow{ display: none; }
}
/* ===== Passos – Comparativo de Normas ===== */
.howsteps {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.howstep {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  border-radius: 16px;
  padding: 12px 14px;
  transition: transform .15s ease, box-shadow .15s ease;
}

.howstep:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

.howstep__tag {
  display: inline-block;
  font-weight: 900;
  font-size: 14.5px;
  letter-spacing: .02em;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  margin-bottom: 8px;
}

.howstep__text {
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255,255,255,.92);
}

/* Mobile */
@media (max-width: 768px) {
  .howstep__text {
    font-size: 15.5px;
  }
}
/* ===== Passos em caixas ===== */
.steps-box {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.step-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 14px 16px;
}

.step-box__title {
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 6px;
  color: #ffffff;
}

.step-box__text {
  font-size: 15.8px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

/* Ajuste mobile */
@media (max-width: 768px) {
  .step-box__text {
    font-size: 15.3px;
  }
}
/* Centralizar CTA no desktop */
@media (min-width: 992px){
  .cta-row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
}

