.clientes-section {
  background-color: #ffffff;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.badge-clientes {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #198754;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.logos-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 30px 0;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logos-track {
  display: flex;
  width: max-content;
  animation: scroll 50s linear infinite;
}

.logo-item {
  flex-shrink: 0;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  height: 60px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-item img:hover {
  transform: scale(1.1);
}

.logos-slider:hover .logos-track {
  animation-play-state: paused;
}

.titulo-clientes {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1a3d2e;
  margin-bottom: 20px;
}

.destaque-verde {
  color: #198754;
}

.divisor-clientes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.divisor-clientes .linha {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #198754;
  opacity: 0.4;
}

.divisor-clientes i {
  color: #198754;
  font-size: 1.4rem;
  opacity: 0.8;
}

.servicos-section {
  background-color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.badge-servicos {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #198754;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.titulo-servicos {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1a3d2e;
  margin-bottom: 20px;
}

.divisor-servicos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.divisor-servicos .linha {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #198754;
  opacity: 0.4;
}

.divisor-servicos i {
  color: #198754;
  font-size: 1.4rem;
  opacity: 0.8;
}

.card-servico {
  display: flex;
  align-items: stretch;
  gap: 0;
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 0;
}

.card-servico:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(25, 135, 84, 0.15);
  border-color: #198754;
  text-decoration: none;
  color: inherit;
}

.card-servico-img {
  flex-shrink: 0;
  width: 220px;
  height: auto;
  border-radius: 0;
  overflow: hidden;
}

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

.card-servico-content {
  flex: 1;
  min-width: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-servico-content h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a3d2e;
  margin-bottom: 8px;
  margin-top: 0;
}

.card-servico-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #198754;
  font-weight: 600;
  font-size: 0.95rem;
  transition: gap 0.3s ease;
}

.card-servico:hover .card-servico-link {
  gap: 12px;
}

.hero-section {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-top: 73px;
  overflow: hidden;
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #e8f5ee;
  color: #198754;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.hero-tagline i {
  font-size: 1rem;
}

.hero-titulo {
  font-size: 3rem;
  font-weight: 700;
  color: #1a3d2e;
  line-height: 1.15;
  margin-bottom: 24px;
}

.hero-descricao {
  font-size: 1.15rem;
  color: #5a6c64;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 540px;
}

.hero-botoes {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.btn-hero-primario {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #198754;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(25, 135, 84, 0.25);
}

.btn-hero-primario:hover {
  background-color: #0f5132;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(25, 135, 84, 0.35);
  color: #ffffff;
}

.btn-hero-secundario {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  color: #1a3d2e;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #1a3d2e;
  transition: all 0.3s ease;
}

.btn-hero-secundario:hover {
  background-color: #1a3d2e;
  color: #ffffff;
  gap: 14px;
}

.hero-prova-social {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #5a6c64;
  font-size: 0.95rem;
}

.estrelas {
  display: inline-flex;
  gap: 2px;
  color: #ffc107;
}

.hero-imagem {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(26, 61, 46, 0.08);
  height: 480px;
}

.hero-imagem img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.footer-section {
  background-color: #2d5f4a;
  color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 2rem;
  width: 100%;
}

.footer-logo {
  max-width: 180px;
  height: auto;
  margin-bottom: 20px;
}

.footer-sobre-texto {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #d4e5dc;
  margin-bottom: 24px;
  max-width: 280px;
}

.footer-titulo {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #d4e5dc;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-links a i {
  font-size: 0.75rem;
  color: #7dcea0;
}

.footer-contato-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: #d4e5dc;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-contato-item i {
  color: #7dcea0;
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #7dcea0;
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 3rem;
  padding-top: 2rem;
  text-align: center;
}

.footer-bottom p {
  color: #d4e5dc;
  font-size: 0.9rem;
  margin: 0;
}

.sst-section {
  background-color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.badge-sst {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #198754;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.titulo-sst {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1a3d2e;
  margin-bottom: 12px;
}

.descricao-sst {
  font-size: 1.1rem;
  color: #5a6c64;
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.card-sst {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.card-sst:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(25, 135, 84, 0.12);
  border-color: #198754;
}

.card-sst-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.card-sst-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

.card-sst-overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #198754;
  color: #ffffff;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.card-sst-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-sst-titulo {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a3d2e;
  margin-bottom: 10px;
  margin-top: 0;
}

.card-sst-texto {
  font-size: 0.95rem;
  color: #5a6c64;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.card-sst-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #198754;
  border: 2px solid #198754;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.card-sst-btn:hover {
  background-color: #198754;
  color: #ffffff;
  gap: 12px;
}

.navbar-examed {
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.navbar-examed .navbar-brand img {
  max-height: 45px;
  width: auto;
}

.navbar-examed .navbar-brand span {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.navbar-examed .nav-link {
  color: #1a3d2e;
  font-weight: 500;
  font-size: 0.95rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  transition: color 0.3s ease;
  position: relative;
}

.navbar-examed .nav-link:hover {
  color: #198754;
}

.navbar-examed .nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 1.2rem;
  right: 1.2rem;
  height: 2px;
  background-color: #198754;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.navbar-examed .nav-link:hover::after {
  transform: scaleX(1);
}

.navbar-examed .nav-link.active {
  color: #198754;
  font-weight: 600;
}

.navbar-examed .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-examed .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 8px;
  margin-top: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.navbar-examed .dropdown-item {
  color: #1a3d2e;
  font-size: 0.9rem;
  border-radius: 6px;
  padding: 8px 14px;
  transition: all 0.2s ease;
}

.navbar-examed .dropdown-item:hover {
  background-color: #e8f5ee;
  color: #198754;
}

.navbar-examed .btn-contato {
  background-color: #198754;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.navbar-examed .btn-contato:hover {
  background-color: #0f5132;
  color: #ffffff;
  transform: translateY(-2px);
}

.navbar-examed .navbar-toggler {
  border: 1px solid #1a3d2e;
  padding: 6px 10px;
}

.navbar-examed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2826, 61, 46, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.aso-hero {
  background-color: #2d5f4a;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  min-height: 420px;
}

.aso-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.aso-hero-breadcrumb a {
  color: #7dcea0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.aso-hero-breadcrumb a:hover {
  color: #ffffff;
}

.aso-hero-breadcrumb span {
  color: #d4e5dc;
}

.aso-hero-breadcrumb i {
  color: #7dcea0;
  font-size: 0.75rem;
}

.aso-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(125, 206, 160, 0.2);
  border: 1px solid #7dcea0;
  color: #7dcea0;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.aso-hero-titulo {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 20px;
  max-width: 700px;
}

.aso-hero-descricao {
  font-size: 1.1rem;
  color: #d4e5dc;
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 0;
}

.aso-content {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.aso-intro-titulo {
  font-size: 1.9rem;
  font-weight: 700;
  color: #1a3d2e;
  margin-bottom: 16px;
}

.aso-intro-texto {
  font-size: 1.05rem;
  color: #5a6c64;
  line-height: 1.8;
  margin-bottom: 16px;
}

.aso-info-card {
  background-color: #f8faf9;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  transition: all 0.3s ease;
}

.aso-info-card:hover {
  border-color: #198754;
  box-shadow: 0 8px 24px rgba(25, 135, 84, 0.1);
}

.aso-info-icone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #e8f5ee;
  color: #198754;
  border-radius: 12px;
  font-size: 1.4rem;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.aso-info-card:hover .aso-info-icone {
  background-color: #198754;
  color: #ffffff;
}

.aso-info-titulo {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a3d2e;
  margin-bottom: 10px;
  margin-top: 0;
}

.aso-info-texto {
  font-size: 0.95rem;
  color: #5a6c64;
  line-height: 1.6;
  margin-bottom: 0;
}

.aso-cta {
  background-color: #2d5f4a;
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  margin-top: 4rem;
}

.aso-cta h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.aso-cta p {
  font-size: 1.05rem;
  color: #d4e5dc;
  margin-bottom: 28px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.aso-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #7dcea0;
  color: #1a3d2e;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.aso-cta-btn:hover {
  background-color: #ffffff;
  color: #1a3d2e;
  transform: translateY(-2px);
}

.sobre-split-section {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 73px;
}

.sobre-split-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #e8f5ee;
  color: #198754;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.sobre-split-titulo {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a3d2e;
  line-height: 1.2;
  margin-bottom: 20px;
}

.sobre-split-texto {
  font-size: 1.05rem;
  color: #5a6c64;
  line-height: 1.8;
  margin-bottom: 16px;
}

.sobre-split-lista {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.sobre-split-lista li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #3a5a4a;
}

.sobre-split-lista li i {
  color: #198754;
  font-size: 1rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.sobre-split-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #198754;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(25, 135, 84, 0.25);
}

.sobre-split-btn:hover {
  background-color: #0f5132;
  color: #ffffff;
  transform: translateY(-2px);
}

.sobre-split-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(26, 61, 46, 0.08);
  height: 520px;
}

.sobre-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.nr-section {
  background-color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.nr-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #198754;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.nr-header-titulo {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1a3d2e;
  margin-bottom: 12px;
}

.nr-header-descricao {
  font-size: 1.1rem;
  color: #5a6c64;
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.nr-card {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.nr-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(25, 135, 84, 0.12);
  border-color: #198754;
}

.nr-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.nr-card-icone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #e8f5ee;
  color: #198754;
  border-radius: 10px;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.nr-card:hover .nr-card-icone {
  background-color: #198754;
  color: #ffffff;
}

.nr-card-numero {
  font-size: 0.8rem;
  font-weight: 700;
  color: #198754;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.nr-card-titulo {
  font-size: 1rem;
  font-weight: 700;
  color: #1a3d2e;
  margin: 0;
}

.nr-card-texto {
  font-size: 0.95rem;
  color: #5a6c64;
  line-height: 1.6;
  margin-bottom: 0;
  flex: 1;
}

