body {
      font-family: Arial, sans-serif;
    }

    .bg-navy { background-color: #0D2149; }
    .text-gold { color: #C8A96A; }
    .bg-gold { background-color: #C8A96A; }

    .hero {
      min-height: 90vh;
      background: linear-gradient(135deg, #0D2149, #2A7090);
      color: white;
      display: flex;
      align-items: center;
    }

    .overlay {
      background: rgba(0,0,0,0.3);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }

    .pill-card:hover {
      transform: translateY(-5px);
      transition: 0.3s;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    footer a {
      text-decoration: none;
    }


    .bg-navy { background-color: #0D2149; }
    .text-gold { color: #C8A96A; }
    .bg-gold { background-color: #C8A96A; }

    .sobre-hero {
    background: linear-gradient(135deg, rgb(13 33 73 / 91%), rgb(42 112 144 / 88%)), url(/imagens/fundo2.jpg);
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    color: white;
    padding: 114px 0;
    text-align: center;
}

    .highlight-card:hover {
      transform: translateY(-5px);
      transition: 0.3s;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .blockquote-custom {
      border-left: 4px solid #C8A96A;
      padding-left: 15px;
      font-style: italic;
    }

    .bg-navy { background-color: #0D2149; }
    .text-gold { color: #C8A96A; }

    
    .servicos-hero {
    background: linear-gradient(135deg, rgb(13 33 73 / 91%), rgb(42 112 144 / 88%)), url(/imagens/fundo2.jpg);
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    color: white;
    padding: 100px 0;
    text-align: center;
}

    .servicos-card {
      border-radius: 12px;
      overflow: hidden;
      transition: 0.3s;
    }

    .servicos-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

    .servicos-img {
      height: 200px;
      object-fit: cover;
      transition: 0.4s;
    }

    .servicos-card:hover .servicos-img {
      transform: scale(1.05);
    }

    .servicos-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    }

    .servicos-icon {
      width: 40px;
      height: 40px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
    }

    .text-gold { color: #C8A96A; }

    /* escopo isolado */
    .blog-hero {
      background: linear-gradient(135deg, rgb(13 33 73 / 91%), rgb(42 112 144 / 88%)), url(/imagens/fundo2.jpg);
      background-size: cover;
      background-position: center 30%;
      background-repeat: no-repeat;
      color: white;
      padding: 100px 0;
      text-align: center;
    }

    .blog-card {
      border-radius: 12px;
      overflow: hidden;
      transition: 0.3s;
      background: white;
    }

    .blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

    .blog-img {
      height: 200px;
      object-fit: cover;
      transition: 0.4s;
    }

    .blog-card:hover .blog-img {
      transform: scale(1.05);
    }

    .blog-badge {
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 20px;
    }

    .cat-governanca { background: rgba(13,33,73,0.1); color: #0D2149; }
    .cat-cultura { background: rgba(26,58,107,0.1); color: #1a3a6b; }
    .cat-sucessao { background: rgba(200,169,106,0.15); color: #C8A96A; }
    .cat-estrategia { background: rgba(42,112,144,0.2); color: #2A7090; }

    .text-gold { color: #C8A96A; }

    /* escopo isolado */
    .contato-hero {
       background: linear-gradient(135deg, rgb(13 33 73 / 91%), rgb(42 112 144 / 88%)), url(/imagens/fundo2.jpg);
       background-size: cover;
       background-position: center 30%;
       background-repeat: no-repeat;
       color: white;
       padding: 100px 0;
       text-align: center;
    }

    .contato-card {
      background: white;
      border-radius: 12px;
      padding: 25px;
    }

    .contato-icon {
      width: 45px;
      height: 45px;
      background: #C8A96A;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
    }

    .contato-form input,
    .contato-form textarea {
      border-radius: 8px;
    }

    .contato-btn {
      background: #0D2149;
      color: white;
      font-weight: 600;
    }

    .contato-btn:hover {
      background: #2A7090;
    }

    .contato-whatsapp {
      background: #25D366;
      color: white;
      font-weight: 600;
      border-radius: 8px;
      display: inline-block;
      padding: 10px 18px;
      text-decoration: none;
    }

    .contato-whatsapp:hover {
      background: #1ebe5d;
    }

    .text-gold { color: #C8A96A; }

    /* escopo isolado */
    .servico-hero {
      background: linear-gradient(135deg, rgb(13 33 73 / 91%), rgb(42 112 144 / 88%)), url(/imagens/fundo2.jpg);
      background-size: cover;
      background-position: center 30%;
      background-repeat: no-repeat;
      color: white;
      padding: 100px 0;
      text-align: center;
    }

    .servico-card {
      background: white;
      border-radius: 12px;
      padding: 25px;
    }

    .servico-icon {
      width: 50px;
      height: 50px;
      background: #C8A96A;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
    }

    .servico-img {
      border-radius: 12px;
      overflow: hidden;
    }

    .servico-img img {
      width: 100%;
      height: 350px;
      object-fit: cover;
    }

    .servico-btn {
      background: #0D2149;
      color: white;
      font-weight: 600;
    }

    .servico-btn:hover {
      background: #2A7090;
    }

    .servico-outline {
      border: 1px solid #0D2149;
      color: #0D2149;
      font-weight: 600;
    }

    .servico-outline:hover {
      background: #0D2149;
      color: white;
    }

     /* CSS TOTALMENTE ISOLADO */
    .blogpost-hero {
      background: linear-gradient(135deg, rgb(13 33 73 / 91%), rgb(42 112 144 / 88%)), url(/imagens/fundo2.jpg);
      background-size: cover;
      background-position: center 30%;
      background-repeat: no-repeat;
      color: white;
      padding: 100px 0;
      text-align: center;
    }

    .blogpost-container {
      max-width: 800px;
      margin: auto;
    }

    .blogpost-image img {
      width: 100%;
      border-radius: 12px;
      margin-bottom: 25px;
    }

    .blogpost-meta {
      font-size: 14px;
      color: #888;
      margin-bottom: 15px;
    }

    .blogpost-title {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 15px;
      color: #1b2a4e;
    }

    .blogpost-text {
      color: #555;
      line-height: 20px;
      margin-bottom: -104px;
    }

    .blogpost-back {
      text-decoration: none;
      color: #c8a96a;
      font-weight: 600;
    }

    .blogpost-back:hover {
      text-decoration: underline;
    }

    .home-anim {
  opacity: 0;
  transform: scale(0.95);
  animation: homeFadeZoom 0.8s ease forwards;
}

@keyframes homeFadeZoom {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.sobre-anim {
  opacity: 0;
  transform: translateX(-40px);
  animation: sobreSlide 0.8s ease forwards;
}

@keyframes sobreSlide {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.servico-detalhe-anim {
  opacity: 0;
  transform: translateY(20px);
  animation: detalheFade 0.9s ease forwards;
}

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



body.loaded {
  opacity: 1;
 
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  color: #0D2149;
}

/* CORES */
.bg-navy { background: #0D2149; }
.text-navy { color: #0D2149; }
.text-gold { color: #C8A96A; }

/* CARDS */
.pill-card {
  transition: all 0.4s ease;
  border-radius: 14px;
  background: #fff;
}

.pill-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}



@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.btn.bg-navy {
  background: #0D2149;
  border: none;
  padding: 12px 26px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn.bg-navy:hover {
  background: #2A7090;
  transform: translateY(-2px);
}

.display-4.fw-bold.ka{
  color: #fff;
}

.display-5.fw-bold.mt-3{
  color: #fff !important;
}

/* LOGO */
.logo {
  height: 160px;
  width: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}


.logo-text {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

/* efeito hover */
.logo:hover {
  transform: scale(1.05);
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .logo {
    height: 160px;
  }

  .logo-text {
    font-size: 16px;
  }
}

.navbar {
  padding: 12px 0;
  transition: all 0.3s ease;
}


.bg-gold {
  background-color: #c9a96e;
}

.bg-navy {
  background-color: #032145;
}

/* hover links */
.nav-link {
  position: relative;
  transition: 0.3s;
}

.nav-link:hover {
  color: #c9a96e !important;
}

/* underline animado */
.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #c9a96e;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

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

/* HERO BASE */
.hero-bg {
  position: relative;
}

/* SLIDE */
.hero-slide {
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

/* OVERLAY GRADIENT SUAVE */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 33, 73, 0.85) 0%, rgb(13 33 73 / 82%) 40%, rgba(42, 112, 144, 0.2) 100%);
}

/* TEXTO NA FRENTE */
.hero-slide .container {
  position: relative;
  z-index: 2;
}

/* TIPOGRAFIA */
.hero-slide h1 {
  font-family: 'Playfair Display', serif;
}

.hero-slide p {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
}


.bg-gold {
  background-color: #c9a96e;
}

.text-gold {
  color: #c9a96e;
}



/* SETAS MAIS BONITAS */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.4);
  border-radius: 50%;
  padding: 20px;
  /* margin-top: 253px; */
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .hero-slide {
    text-align: center;
    padding: 60px 20px;
  }
}

.carousel-item {
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

/* FADE leve junto com slide */
.carousel-item-next,
.carousel-item-prev {
  opacity: 0.6;
}

.carousel-item.active {
  opacity: 1;
}


.display-4.fw-bold{
  color: #fff;
}

.kakat{
    color: #fff;
}

.card-rh {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.card-rh:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.icon-box {
  width: 45px;
  height: 45px;
  background: #0D2149;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px;
}

.service-pill {
  background: rgb(13 33 73);
  padding: 34px;
  border-radius: 8px;
  font-size: 16px;
  transition: 0.3s;
}

.service-pill:hover {
  background: #c9a96e;
  color: #000;
  transform: scale(1.05);
}

.fw-bold.mt-2{
  color: #032145;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #c9a96e;
    --bs-btn-border-color: #c9a96e;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #2a7090;
    --bs-btn-hover-border-color: #2a7090;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #173254;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #313131;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgb(201 169 110) !important;
}

.icon-box:hover {
    background: #c9a96e;
}
.highlight-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

/* EFEITO AO PASSAR O MOUSE */
.highlight-card:hover {
  transform: scale(1.08);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* EFEITO SUAVE NO TEXTO */
.highlight-card h4 {
  transition: 0.3s;
}

.highlight-card:hover h4 {
  color: #c9a96e; /* sua cor gold */
}

/* OPCIONAL: leve subida */
.highlight-card:hover {
  transform: translateY(-8px) scale(1.08);
}
.highlight-card {
  position: relative;
  overflow: hidden;
}

.highlight-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent);
  top: 0;
  left: -100%;
  transition: 0.5s;
}

.highlight-card:hover::before {
  left: 100%;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: #fff ;
}

.py-5 {
    padding-top: 8rem !important;
    padding-bottom: 10rem !important;
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 3rem;
    }
  }

  @media (min-width: 1200px) {
    .h3, h3 {
        font-size: 2.75rem;
    }
}

.h5, h5 {
    font-size: 25px;
}

.hero-slide {
  min-height: 810px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}


.hero-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;

  animation: zoomBg 10s ease-in-out infinite;
}


.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(13, 33, 73, 0.85) 0%,
    rgba(13, 33, 73, 0.82) 40%,
    rgba(42, 112, 144, 0.2) 100%
  );
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}


@keyframes zoomBg {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: rgb(255 255 255 / 92%);
    text-decoration: none;
    background: 0 0;
    border: 0;
 } 
 
 @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 18px;
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    }

 .btn.bg-gold.text-white.ms-3.kaki{
    color: #000 !important;
 }

 @media (min-width: 1200px) {
    .display-4 {
        font-size: 4.5rem;
    }
}

 .btn.bg-gold.text-white.ms-3.kaki:hover{
    color: #fff !important;
    background: #2a7090;
 }

 .bg-light.kat{
     background: linear-gradient(135deg, #0D2149, #2A7090);
 }

 .fw-bold.mt-2.taki{
    color: #fff;

 } 

 .py-5.bg-light.text-center{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
 }

 .mt-3.fw-bold.jaja{
  color: #fff;
 }

 .mt-3.gou{
  color: #fff;
 }


 .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(13 33 73) !important;
}  

.sobre-bg {
    position: relative;
    color: white;
    padding: 200px 0;
    text-align: center;
    z-index: 1;
}

.sobre-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/imagens/fundo.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -2;
}

.sobre-bg::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(135deg, rgba(13, 33, 73, 0.85), rgba(42, 112, 144, 0.85));

    z-index: -1;
}

.col-md-6{
  margin-top: 20px;
}

/* ================= NUMEROS ================= */
.numeros-section {
    background: linear-gradient(135deg, #0d2b4d, #15436f);
    padding: 140px 0;
}

.numero-card {
    border: 1px solid rgba(255,255,255,0.2);
    padding: 25px;
    border-radius: 10px;
    transition: 0.3s;
}

.numero-card:hover {
    transform: translateY(-5px);
    border-color: #f5a623;
}

.numero-card h3 {
    color: #c9a96e;
    font-weight: bold;
    font-size: 32px;
}

.numero-card p {
    font-size: 14px;
    margin: 0;
}

/* ================= METODOLOGIA ================= */
.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 5%;
    width: 90%;
    height: 2px;
    background: #c4a264;
}

.step {
    text-align: center;
    width: 23%;
    position: relative;
}

.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #c4a264;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-weight: bold;
}

.step h6 {
    font-weight: 600;
}

.step p {
    font-size: 13px;
    color: #666;
}

/* RESPONSIVO */
@media (max-width: 992px) {
    .timeline {
        flex-direction: column;
    }

    .timeline::before {
        display: none;
    }

    .step {
        width: 100%;
        margin-bottom: 30px;
    }
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* delays */
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }
.delay-4 { transition-delay: 0.8s; }
.delay-5 { transition-delay: 1s; }

.numero-card {
    border: 1px solid rgba(255,255,255,0.2);
    padding: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    transform: scale(1);
}

/* HOVER ZOOM */
.numero-card:hover {
    transform: scale(1.08);
    border-color: #f5a623;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.fw-bold.mb-5.fade-up.delay-1{
  color: #fff;
}


.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 5%;
    width: 90%;
    height: 2px;
    background: #c4a264;
    z-index: 1;
}

.step {
    text-align: center;
    width: 23%;
    position: relative;
    z-index: 2;
}

/* CIRCULO CORRIGIDO */
.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #c4a264;
    background: #fff; /* ESSENCIAL */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-weight: bold;
    position: relative;
    z-index: 3; /* FICA NA FRENTE DA LINHA */
}

.circle i {
    font-size: 18px;
    color: #c4a264;
}

.circle span {
    font-size: 12px;
    margin-top: 2px;
}

/* RESPONSIVO */
@media (max-width: 992px) {
    .timeline {
        flex-direction: column;
    }

    .timeline::before {
        display: none;
    }

    .step {
        width: 100%;
        margin-bottom: 30px;
    }
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgb(201 169 110) !important;
}

.badge.bg-gold.mb-3{
  color: #032145;
}
.nav-link i {
  font-size: 18px;
  transition: 0.3s;
}

.nav-link:hover i {
  color: #c9a96e;
  transform: scale(1.2);
}

.btn-whats {
  background: #c9a96e;
  color: #000;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-whats i {
  font-size: 18px;
}

.btn-whats:hover {
  background: #2a7090;
  color: #fff;
  transform: translateY(-2px);
}

.tag-bar {
  margin-top: 40px;
  text-align: center; /* centraliza tudo */
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centraliza as tags */
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 8px 1px 20px 0;
}

.tag-list li span {
  font-weight: 600;
  margin-right: 8px;
}

.tag-list li a {
  display: inline-block;
  padding: 6px 14px;
  background: #f1f1f1;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.tag-list li a:hover {
  background: #032145;
  color: #fff;
}
.tag-title {
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: -130px;
}

.tag-description {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-size: 16px;
  line-height: 1.6;
}

/* GRID */
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

/* CARD */
.single-blog-item {
  width: 280px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}

.single-blog-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.single-blog-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* CONTEÃƒÆ’Ã†â€™Ãƒâ€¦Ã‚Â¡DO */
.blog-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-content h3 {
  font-size: 16px;
  margin: 10px 0;
  flex-grow: 1;
}

.blog-content a {
  text-decoration: none;
}

/* DATA */
.blog-content ul {
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #777;
}

/* BOTÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢O */
.read-more {
  margin-top: 10px;
  font-weight: 500;
  color: #007bff; 
}

.p-4 {
    padding: 42px !important;
}
