:root {
  --primary-color: #001539;
  --secondary-color: #ec1c24;
  --dark-color: #171717;
  --gradient-primary: linear-gradient(135deg, #001539 0%, #023a9c 100%);
  --light-color: #f8f9fa;
  --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.bg-secundary-bagde {
  background: #ec1c23c0;
  border: 1px solid rgba(218, 165, 32, 0.355);
}
.text-bg-primary {
  background: #001539 !important;
}
.bg-black-50 {
  background: rgba(0, 0, 0, 0.5);
}
.bg-opacity-25 {
  background: #00153942;
}
body {
  font-family: "Campton", sans-serif;
  color: var(--dark-color);
  overflow-x: hidden;
}
/* Section Styling */
.section-padding {
  padding: 50px 0;
}
/* Estilos Modernos para a Navbar */
.navbar {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  /* padding: 1rem 0; */
  transition: all 0.3s ease;
  z-index: 1030;
  margin-top: 40px;
}

.navbar.scrolled {
  padding: 0.5rem 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: -0.5px;
}

.navbar-brand span:first-child {
  color: #001539 !important;
  position: relative;
}

.navbar-brand span:last-child {
  color: #ec1c24 !important;
}

/* Botão hamburguer personalizado */
.navbar-toggler {
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.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%2833, 37, 41, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  transform: rotate(0deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(90deg);
}

/* Links de navegação modernos */
.nav-link {
  color: #171717 !important;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin: 0 2px;
}

.nav-link:hover {
  color: #001539 !important;
  background-color: rgba(13, 110, 253, 0.05);
}

.nav-link.active {
  color: #001539 !important;
  font-weight: 600;
}

/* Indicador animado do link ativo */
.nav-link-indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #001539, #ec1c24);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
}

.nav-link:hover .nav-link-indicator,
.nav-link.active .nav-link-indicator {
  opacity: 1;
}

.nav-link.active .nav-link-indicator {
  width: 20px;
  border-radius: 10px;
}

/* Efeito de linha sutil no hover */
.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #001539, transparent);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.nav-link:hover::before {
  width: 80%;
}

/* Menu mobile */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .nav-link {
    padding: 0.75rem 1rem !important;
    margin: 0.25rem 0;
    border-radius: 8px;
  }

  .nav-link:hover {
    background-color: rgba(13, 110, 253, 0.08);
  }

  .nav-link-indicator {
    display: none;
  }

  .nav-link::before {
    display: none;
  }

  .btn-primary {
    margin-top: 1rem;
    width: 100%;
  }
}

/* Animação suave para o menu mobile */
.navbar-collapse {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Botão de contato moderno */
.btn-primary {
  background: linear-gradient(135deg, #001539f6, #013081f6);
  border: none;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.2);
  border-radius: 10px;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
  background: linear-gradient(135deg, #001539, #013081f6);
}

.btn-primary:active {
  transform: translateY(-1px);
}

/* Efeito de brilho no botão */
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.btn-primary:hover::after {
  left: 100%;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.8rem;
}

.navbar-brand span {
  color: var(--secondary-color);
}

.hero-section {
  min-height: calc(100vh + 100px);
  display: flex;
  align-items: center;
  color: white;
  position: relative;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fallback-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
}

.backdrop-blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bg-opacity-20 {
  --bs-bg-opacity: 0.2;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.animate-bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.border-hero {
  border-bottom: 3px solid var(--secondary-color);
  display: inline-block;
  line-height: 1.2;
}

.bagde-hero {
  background: rgba(244, 163, 0, 0.9);
  backdrop-filter: blur(5px);
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 10px;
  padding: 5px 10px !important;
  font-size: 14px;
  span {
    font-size: 14px;
  }
}

.hero-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle .lead {
    font-size: 1.25rem !important;
  }

  .hero-section {
    min-height: 80vh;
    padding: 120px 0 60px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .d-flex.flex-wrap.gap-2 {
    justify-content: center;
  }

  .d-flex.flex-wrap.gap-3 {
    justify-content: center;
  }

  .hero-section .container {
    text-align: center;
  }

  .d-flex.align-items-center.gap-4 {
    flex-direction: column;
    align-items: center !important;
    gap: 0.5rem !important;
  }
}

.fallback-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Conteúdo principal */
.hero-section .container {
  position: relative;
  z-index: 2;
}

.min-vh-80 {
  min-height: 80vh;
}

/* Títulos */
.hero-title {
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.text-gradient {
  background: linear-gradient(135deg, #ffffff 0%, #001539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-top: 0.5rem;
}

.hero-subtitle .lead {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

/* Text utilities */
.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.bagde-hero {
  background: linear-gradient(135deg, #001539 0%, #013081f6 100%);
}

/* Botões */
.hero-section .btn-primary {
  background: linear-gradient(135deg, #001539 0%, #013081f6 100%);
  border: none;
  padding: 1rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
}

.hero-section .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
  background: linear-gradient(135deg, #ec1c24 0%, #a11317 100%);
}

.hero-section .btn-outline-light {
  border-width: 2px;
  transition: all 0.3s ease;
}

.hero-section .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

/* Badges */
.badge {
  font-weight: 500;
  letter-spacing: 0.3px;
  background: linear-gradient(135deg, #001539f6, #013081f6) !important;
}

.bg-opacity-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-opacity-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* Card flutuante */
.floating-card {
  position: relative;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.floating-card .card {
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.95);
}

.icon-large {
  width: 80px;
  height: 80px;
}

/* Ícones */
.icon-wrapper {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* backdrop-filter: blur(5px); */
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Scroll indicator */
.scroll-indicator {
  z-index: 3;
}

.mouse-wrapper {
  width: 30px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.mouse {
  width: 4px;
  height: 10px;
  background-color: white;
  border-radius: 2px;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* Destaques */
.hero-section .row.g-4 > div {
  transition: transform 0.3s ease;
}

.hero-section .row.g-4 > div:hover {
  transform: translateY(-5px);
}

/* Responsividade */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle .lead {
    font-size: 1.5rem;
  }

  .floating-card {
    margin-top: 3rem;
    animation: none;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle .lead {
    font-size: 1.25rem;
  }

  .hero-section .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }

  .min-vh-80 {
    min-height: 90vh;
  }
}

/* Animações de entrada */
.hero-section .container > * {
  animation: fadeInUp 0.8s ease-out;
}

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

/* Delay nas animações */
.hero-section .hero-title {
  animation-delay: 0.2s;
}

.hero-section .hero-subtitle {
  animation-delay: 0.4s;
}

.hero-section .d-flex.flex-wrap.gap-3 {
  animation-delay: 0.6s;
}

.hero-section .row.g-4 {
  animation-delay: 0.8s;
}

.floating-card {
  animation-delay: 1s;
}

.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
}

.section-title.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

#valores {
  position: relative;
  overflow: hidden;
}

/* Efeito de fundo sutil */
#valores::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      circle at 20% 80%,
      rgba(39, 74, 70, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(71, 118, 66, 0.03) 0%,
      transparent 50%
    );
  z-index: 0;
}

#valores .container {
  position: relative;
  z-index: 1;
}

/* Cards Modernos */
.card-mvv {
  background: white;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

/* Efeito hover dos cards */
.shadow-hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.card-mvv:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Efeito de borda superior colorida nos cards */
.card-mvv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.card-mvv:hover::before {
  transform: scaleX(1);
}

/* Estilização do ícone */
.icon-wrapper {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.card-mvv:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  /* border-color: var(--primary-color); */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Títulos com gradiente sutil */
.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

/* Conteúdo dos cards */
.mvv-content {
  position: relative;
}

.mvv-content p {
  line-height: 1.8;
  font-size: 14px;
}

/* Lista de valores */
.mvv-content ul li {
  transition: transform 0.3s ease;
  font-size: 14px;
}

.mvv-content ul li:hover {
  transform: translateX(5px);
}

.mvv-content ul li i {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.mvv-content ul li:hover i {
  transform: scale(1.1);
}

/* Elementos decorativos */
.border-2 {
  border-width: 2px !important;
}

.opacity-25 {
  opacity: 0.25;
}

.line-separator {
  border-radius: 2px;
}

/* Animações de entrada */
.card-mvv {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease-out forwards;
}

.card-mvv:nth-child(1) {
  animation-delay: 0.1s;
}

.card-mvv:nth-child(2) {
  animation-delay: 0.3s;
}

.card-mvv:nth-child(3) {
  animation-delay: 0.5s;
}

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

/* Responsividade */
@media (max-width: 991.98px) {
  .card-body {
    padding: 2rem !important;
  }

  .display-5 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .row.g-5 {
    gap: 2rem !important;
  }

  .display-5 {
    font-size: 2rem;
  }

  .icon-wrapper {
    width: 60px !important;
    height: 60px !important;
  }

  .icon-wrapper i {
    font-size: 1.5rem !important;
  }
}

/* Efeitos de foco para acessibilidade */
.card-mvv:focus-within {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* Estilo para os ícones Bootstrap */
.bi {
  vertical-align: -0.125em;
}

/* Gradientes suaves para o background */
.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

/* Opacidades para backgrounds */
.bg-opacity-10 {
  background-color: rgba(39, 74, 70, 0.1) !important;
}

/* Para o background secundário */
.bg-secondary.bg-opacity-10 {
  background-color: rgba(71, 118, 66, 0.1) !important;
}

/* Para o background escuro */
.bg-dark.bg-opacity-10 {
  background-color: rgba(33, 37, 41, 0.1) !important;
}

.product-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  background: white;
  border: 1px solid rgba(157, 157, 157, 0.358);
}

.product-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-img {
  max-height: 450px;
  overflow: hidden;
  position: relative;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
  opacity: 1;
}
.text-muted {
  color: #171717 !important;
}

.feature-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-list li i {
  color: var(--secondary-color);
  margin-right: 10px;
}

.client-logo {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.client-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

.footer {
  background-color: var(--dark-color);
  color: white;
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer a:hover {
  color: var(--secondary-color);
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: var(--secondary-color);
  transform: translateY(-5px);
}

.stats-card {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
}

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

.stats-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.contact-form {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  color: var(--secondary-color);
  font-size: 2rem;
  margin-bottom: 15px;
}

.project-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.project-image img {
  transition: transform 0.5s ease;
}

.project-image:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .hero-section {
    padding: 80px 0;
  }

  .section-title {
    margin-bottom: 30px;
  }
}
.logo {
  max-width: 100px;
}
.lead {
  font-size: 16px;
}
.bg-light {
  background: #f5f5f5 !important;
}

/* Estilos para as imagens de fundo dos cards */
.service-card {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: white;
  z-index: 1;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  border-radius: 12px;
}

/* Overlay escuro para melhor contraste */
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  border-radius: 12px;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-card:hover::before,
.service-card:hover::after {
  opacity: 1;
}

/* Muda a cor do texto no hover para melhor legibilidade */
.service-card:hover .h6,
.service-card:hover .list-unstyled,
.service-card:hover .list-unstyled li,
.service-card:hover .list-unstyled .bi-check {
  color: white !important;
}

/* Ícones ficam mais visíveis no hover */
.service-card:hover .service-icon {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  transform: scale(1.1);
}

.service-card:hover .service-icon i {
  color: white !important;
}

/* Botão fica mais destacado no hover */
.service-card:hover .btn-primary {
  background: linear-gradient(135deg, #ec1c24 0%, #a11317 100%);
  border-color: #ec1c24 !important;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* Classes específicas para cada imagem de fundo */

/* Gestão da Qualidade & Regulação */
.card-gaps-regulatorios::before {
  background-image: url("img/diagnostico-de-gaps-regulatorios.jpg");
}
.card-iso-9001::before {
  background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-oleo-gas::before {
  background-image: url("https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-procedimentos::before {
  background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-auditorias::before {
  background-image: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-treinamento-auditores::before {
  background-image: url("https://images.unsplash.com/photo-1553877522-43269d4ea984?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}

/* SEPRO & SSO */
.card-gerenciamento-riscos::before {
  background-image: url("https://images.unsplash.com/photo-1614064641938-3bbee52942c7?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-analise-riscos::before {
  background-image: url("https://images.unsplash.com/photo-1560472354-b33ff0c44a43?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-auditorias-sso::before {
  background-image: url("https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-seguranca-processo::before {
  background-image: url("https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-seguranca-operacional::before {
  background-image: url("https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-procedimentos-seguranca::before {
  background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}

/* Gestão Ambiental */
.card-licenciamento::before {
  background-image: url("https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-condicionantes::before {
  background-image: url("https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-risco-ambiental::before {
  background-image: url("https://images.unsplash.com/photo-1614292278995-0b5e3aa1f8e5?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-recuperacao-areas::before {
  background-image: url("https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-desmobilizacao::before {
  background-image: url("https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}
.card-iso-14001::before {
  background-image: url("https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80");
}

/* Garantir que o conteúdo fique acima da imagem de fundo */
.service-card > * {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

/* Efeito de zoom sutil na imagem */
.service-card:hover::before {
  transform: scale(1.05);
  transition:
    transform 0.6s ease,
    opacity 0.4s ease;
}

/* Transições suaves para todos os elementos */
.service-card * {
  transition: all 0.3s ease;
}
/* Estilos para a seção da equipe */
.team-image-wrapper {
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.team-image-wrapper:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.team-image-wrapper img {
  transition: transform 0.6s ease;
}

.team-image-wrapper:hover img {
  transform: scale(1.05);
}

.team-overlay {
  z-index: 1;
  pointer-events: none;
}

.stats-overlay {
  z-index: 2;
}

/* Badges de estatísticas */
.stats-badge {
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(39, 74, 70, 0.1);
}

.stats-badge:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
  background-color: white !important;
}

.stats-badge .stats-number {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Para mobile */
@media (max-width: 991.98px) {
  .team-image-wrapper {
    height: 400px !important;
    margin-bottom: 2rem;
  }

  .stats-badge {
    padding: 1rem !important;
  }

  .stats-badge .stats-number {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 767.98px) {
  .team-image-wrapper {
    height: 350px !important;
  }

  .stats-badge {
    padding: 0.75rem !important;
  }

  .stats-badge .stats-number {
    font-size: 1.5rem !important;
  }
}

/* Efeito de animação para os badges */
@keyframes floatBadge1 {
  0%,
  100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-25px);
  }
}

@keyframes floatBadge2 {
  0%,
  100% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(15px);
  }
}

@keyframes floatBadge3 {
  0%,
  100% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(35px);
  }
}

.stats-badge:nth-child(1) {
  animation: floatBadge1 4s ease-in-out infinite;
}

.stats-badge:nth-child(2) {
  animation: floatBadge2 4s ease-in-out infinite;
  animation-delay: 1s;
}

.stats-badge:nth-child(3) {
  animation: floatBadge3 4s ease-in-out infinite;
  animation-delay: 2s;
}

.team-image-wrapper:hover .stats-badge {
  animation-play-state: paused;
}
/* Seção Nossos Serviços */
#nossos-servicos {
  position: relative;
  overflow: hidden;
}

/* Efeito de fundo sutil */
#nossos-servicos::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(39, 74, 70, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 30% 70%,
      rgba(71, 118, 66, 0.03) 0%,
      transparent 50%
    );
  z-index: 0;
}

#nossos-servicos .container {
  position: relative;
  z-index: 1;
}

/* Estilos para os textos */
.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}
.bg-secondary {
  background: var(--secondary-color) !important;
}

/* Badge de destaque */
.badge.bg-primary.bg-opacity-10 {
  background-color: rgba(39, 74, 70, 0.1) !important;
  border: 1px solid rgba(39, 74, 70, 0.2);
}

/* Ícones pequenos */
.icon-small {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-small i {
  font-size: 10px !important;
}
small {
  font-size: small;
}
.small-description {
  font-size: smaller;
}

/* Lista de características */
.features-list ul li {
  transition: transform 0.3s ease;
}

.features-list ul li:hover {
  transform: translateX(5px);
}

.features-list ul li i {
  transition: transform 0.3s ease;
}

.features-list ul li:hover i {
  transform: scale(1.2);
}

/* Botões */
.btn-primary {
  background: linear-gradient(135deg, #001539f6, #013081f6) !important;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(4, 2, 76, 0.3) !important;
  background: linear-gradient(135deg, #ec1c24 0%, #a11317 100%) !important;
}

.btn-outline-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: white;
  transform: translateY(-3px);
}

.shadow-hover {
  box-shadow: 0 5px 20px rgba(39, 74, 70, 0.15);
}

/* Imagens */
.service-image-main {
  position: relative;
  transition: all 0.4s ease;
}

.service-image-main:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}

.service-image-main:hover img {
  transform: scale(1.05);
}

.service-image-main img {
  transition: transform 0.6s ease;
}

.image-overlay {
  background: linear-gradient(
    135deg,
    rgba(39, 74, 70, 0.8),
    rgba(71, 118, 66, 0.6)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.service-image-main:hover .image-overlay {
  opacity: 1;
}

/* Cards flutuantes */
.floating-card {
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

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

/* Animações */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#nossos-servicos .col-lg-6:first-child {
  animation: fadeInLeft 0.8s ease-out;
}

#nossos-servicos .col-lg-6:last-child {
  animation: fadeInRight 0.8s ease-out;
}

.floating-card {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Responsividade */
@media (max-width: 991.98px) {
  .display-5 {
    font-size: 2.5rem;
  }

  .service-image-main {
    margin-bottom: 2rem;
  }

  .floating-card {
    position: absolute !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0.5rem;
    display: none;
  }

  .position-absolute.top-0.end-0,
  .position-absolute.bottom-0.start-0 {
    position: relative !important;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .display-5 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.1rem;
  }

  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }

  .service-image-main,
  .service-image-secondary {
    height: 300px !important;
  }
}

/* Efeito de brilho nos botões */
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.7s ease;
}

.btn-primary:hover::after {
  left: 100%;
}
/* Seção Entre em Contato */
#contato {
  position: relative;
  overflow: hidden;
}

/* Efeito de fundo sutil */
#contato::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      circle at 20% 80%,
      rgba(39, 74, 70, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(71, 118, 66, 0.03) 0%,
      transparent 50%
    );
  z-index: 0;
}

#contato .container {
  position: relative;
  z-index: 1;
}

/* Cards de contato */
.contact-info-card,
.contact-form-card,
.map-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-info-card:hover,
.contact-form-card:hover,
.map-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Ícones de contato */
.contact-icon {
  width: 56px !important;
  height: 56px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.d-flex:hover .contact-icon {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Formulário de contato */
.contact-form .form-control,
.contact-form .form-select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 10px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(39, 74, 70, 0.25);
}

.contact-form .form-control::placeholder {
  color: #adb5bd;
}

/* Mapa */
.map-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.map-container:hover {
  border-color: var(--primary-color);
}

.map-info {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
}

/* Ícones pequenos */
.icon-sm {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.quick-links a:hover .icon-sm {
  transform: translateY(-5px);
  background-color: rgba(39, 74, 70, 0.2) !important;
}

/* Botões */
.btn-primary {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(39, 74, 70, 0.3) !important;
}

.btn-success {
  transition: all 0.3s ease;
}

.btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(25, 135, 84, 0.3) !important;
}

.btn-outline-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: white;
  transform: translateY(-2px);
}

/* Efeito de brilho nos botões principais */
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.7s ease;
}

.btn-primary:hover::after {
  left: 100%;
}

/* Animações de entrada */
.contact-info-card,
.contact-form-card,
.map-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
}

.contact-info-card {
  animation-delay: 0.1s;
}

.contact-form-card {
  animation-delay: 0.3s;
}

.map-card {
  animation-delay: 0.5s;
}

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

/* Responsividade */
@media (max-width: 991.98px) {
  .display-5 {
    font-size: 2.5rem;
  }

  .contact-info-card,
  .contact-form-card,
  .map-card {
    margin-bottom: 2rem;
  }

  .map-container {
    height: 350px !important;
  }
}

@media (max-width: 767.98px) {
  .display-5 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.1rem;
  }

  .contact-icon {
    width: 48px;
    height: 48px;
    padding: 0.75rem !important;
  }

  .map-container {
    height: 300px !important;
  }
}

/* Links de contato */
a[href^="mailto:"],
a[href^="tel:"] {
  transition: color 0.3s ease;
}

a[href^="mailto:"]:hover,
a[href^="tel:"]:hover {
  color: var(--primary-color) !important;
}

/* Quick links */
.quick-links {
  transition: all 0.3s ease;
}

.quick-links:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
/* Footer com imagem de fundo */
.footer {
  position: relative;
  overflow: hidden;
}

/* Contêiner da imagem de fundo */
.footer-background {
  z-index: 1;
}

/* Imagem de fundo */
.footer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/banner-footer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(30%) brightness(0.7);
  transition: transform 0.6s ease;
}

.footer:hover .footer-image {
  transform: scale(1.05);
}

/* Overlay preto para melhor legibilidade */
.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

/* Conteúdo sobre a imagem */
.footer .container {
  z-index: 2;
}

/* Logo do footer */
.footer-logo {
  width: 300px;
  max-width: 100%;
  height: auto;
  filter: brightness(1.1);
  transition: all 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.02);
  filter: brightness(1.2);
}

/* Ajustes para melhor contraste com o fundo */
.text-white-80 {
  color: rgba(255, 255, 255, 0.9) !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.85) !important;
}

.text-white-60 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* Links do footer com melhor contraste */
.footer-link {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  position: relative;
  padding: 2px 0;
}

.footer-link:hover {
  color: white !important;
  transform: translateX(5px);
}

.footer-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--primary-color), transparent);
  transition: width 0.3s ease;
}

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

/* Redes sociais com efeito de vidro */
.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-icon:hover {
  background: var(--primary-color);
  transform: translateY(-5px) rotate(5deg);
  border-color: var(--primary-color);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Botões com efeito de vidro */
.btn-success {
  background: linear-gradient(
    135deg,
    rgba(25, 135, 84, 0.9),
    rgba(32, 201, 151, 0.9)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-success:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(25, 135, 84, 0.4);
  background: linear-gradient(135deg, #198754, #20c997);
}

.btn-primary {
  background: rgba(39, 74, 70, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(39, 74, 70, 0.3);
}

/* Newsletter com efeito de vidro */
.newsletter .form-control {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 50px 0 0 50px;
  border-right: none;
}

.newsletter .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(39, 74, 70, 0.25);
  color: white;
}

.newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter .btn-primary {
  border-radius: 0 50px 50px 0;
  border-left: none;
}

/* Ícones de contato */
.contact-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* background: rgba(255, 255, 255, 0.1); */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50%;
  /* padding: 6px; */
}

/* Linha divisória mais visível */
.border-white.border-opacity-10 {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Voltar ao topo */
.back-to-top {
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.back-to-top:hover {
  transform: translateY(-3px);
  background: var(--primary-color);
  color: white !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Animações de entrada */
.footer > .container > * {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
}

.footer > .container > *:nth-child(1) {
  animation-delay: 0.1s;
}
.footer > .container > *:nth-child(2) {
  animation-delay: 0.2s;
}
.footer > .container > *:nth-child(3) {
  animation-delay: 0.3s;
}

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

/* Responsividade */
@media (max-width: 991.98px) {
  .footer {
    padding: 3rem 0 !important;
  }

  .footer-logo {
    width: 250px;
  }

  .footer-links {
    margin-bottom: 1.5rem;
  }

  .footer-image {
    background-position: left center;
  }
}

@media (max-width: 767.98px) {
  .footer-logo {
    width: 350px;
    margin: 0 auto;
  }

  .social-icon {
    margin: 0 0.25rem;
  }

  /* .footer-link {
    justify-content: center;
  } */
  .footer-brand {
    display: flex;
    justify-content: center !important;
  }

  /* .contact-info li {
    justify-content: center;
    text-align: center;
  } */

  .contact-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .footer .btn-success {
    max-width: 250px;
    margin: 0 auto;
  }

  .newsletter .input-group {
    max-width: 300px;
    margin: 0 auto;
  }

  .d-flex.justify-content-md-end {
    justify-content: center !important;
    margin-top: 1rem;
  }

  .footer-image {
    background-position: center;
  }
}

/* Efeito parallax sutil no scroll */
@media (min-width: 992px) {
  .footer-image {
    transition: transform 0.5s ease-out;
  }
}
.border-primary {
  border-color: #ec1c2482 !important;
}
.border-primary:hover {
  border-color: #ec1c2482 !important;
}
.btn-primary {
  border: 0px solid !important;
}
/* Seção Nossos Sócios */
#socios {
  position: relative;
  overflow: hidden;
}

/* Efeito de fundo decorativo */
#socios::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(39, 74, 70, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(71, 118, 66, 0.03) 0%,
      transparent 50%
    );
  z-index: 0;
}

#socios .container {
  position: relative;
  z-index: 1;
}

/* Cards dos sócios */
.socio-card {
  background: white;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.socio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

/* Fotos dos sócios */
.socio-photo-placeholder {
  transition: all 0.3s ease;
}

.socio-card:hover .socio-photo-placeholder {
  transform: scale(1.05);
}

/* Informações rápidas */
.socio-quick-info {
  position: relative;
}

.socio-quick-info::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
}

/* Tags dos sócios */
.socio-tags {
  display: flex;
  flex-wrap: wrap;
}

.socio-tags .badge {
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.socio-tags .badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* Linha do tempo */
.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0px;
  width: 2px;
  background: var(--primary-color);
  opacity: 0.2;
  margin-top: 50px;
}

.timeline-icon {
  width: 32px;
  height: 32px;
  background: white;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
}

/* Formação acadêmica */
.education {
  position: relative;
}

.education::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--secondary-color);
  opacity: 0.2;
  margin-top: 50px;
}

.education-icon {
  width: 32px;
  height: 32px;
  background: white;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
}

/* Ícones pequenos */
.icon-sm {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.d-flex:hover .icon-sm {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Mensagem de integração */
.integration-message {
  border: 1px solid rgba(39, 74, 70, 0.1);
  transition: all 0.3s ease;
}

.integration-message:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Botões */
.btn-primary {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(39, 74, 70, 0.3);
}

.btn-outline-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: white;
  transform: translateY(-3px);
}

/* Animações de entrada */
.socio-card,
.socio-details {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease-out forwards;
}

.row.mb-5 .socio-card {
  animation-delay: 0.1s;
}

.row.mb-5 .socio-details {
  animation-delay: 0.3s;
}

.row:not(.mb-5) .socio-details {
  animation-delay: 0.1s;
}

.row:not(.mb-5) .socio-card {
  animation-delay: 0.3s;
}

.integration-message {
  animation: fadeInUp 0.6s ease-out 0.5s forwards;
  opacity: 0;
  transform: translateY(20px);
}

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

/* Responsividade */
@media (max-width: 991.98px) {
  .display-5 {
    font-size: 2.5rem;
  }

  .socio-card {
    margin-bottom: 2rem;
  }

  .timeline::before,
  .education::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .display-5 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.1rem;
  }

  .socio-photo {
    height: 300px !important;
  }

  .btn-mobile {
    width: 50%;
  }
}

/* Efeito de foco para acessibilidade */
.socio-card:focus-within,
.timeline-item:focus-within,
.education-item:focus-within {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* Cores específicas */
.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

/* Opacidades para backgrounds */
.bg-primary.bg-opacity-5 {
  background-color: rgba(39, 74, 70, 0.05) !important;
}

.bg-primary.bg-opacity-10 {
  background-color: rgba(39, 74, 70, 0.1) !important;
}

.bg-secondary.bg-opacity-5 {
  background-color: rgba(71, 118, 66, 0.05) !important;
}

.bg-secondary.bg-opacity-10 {
  background-color: rgba(71, 118, 66, 0.1) !important;
}
/* CORREÇÕES PARA EVITAR SCROLL HORIZONTAL */
body {
  overflow-x: hidden;
  max-width: 100vw;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* Correções para as tabelas */
.info-table {
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.info-table table {
  min-width: 600px;
}

/* Correções para os cards e seções */
.policy-section,
.policy-nav,
.highlight-box {
  max-width: 100%;
}

/* Correções para elementos com largura fixa */
.hero-policies h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Media queries para dispositivos móveis */
@media (max-width: 767.98px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .policy-section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 8px;
  }

  .policy-nav {
    margin-left: -5px;
    margin-right: -5px;
  }

  .d-flex.flex-wrap.gap-2 {
    margin-right: -5px;
  }

  /* Ajuste para o badge no mobile */
  .badge {
    white-space: normal;
    text-align: center;
  }
}

/* Garantir que imagens não causem overflow */
img,
video {
  max-width: 100%;
  height: auto;
}

/* Correção para o hero section */
.hero-policies {
  padding-left: 0;
  padding-right: 0;
}

.hero-policies .container {
  padding-left: 15px;
  padding-right: 15px;
}
.diferencial-card {
  background: linear-gradient(to top, #fff, #f5f5f5);
}
.diferencial-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.card-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.diferencial-card:hover .card-hover-bg {
  opacity: 1;
}

.diferencial-card:hover .card-body {
  background-color: rgba(0, 0, 0, 0.7);
}

.diferencial-card:hover .card-body * {
  color: white !important;
  border-color: white !important;
}

/* .diferencial-card:hover .icon-wrapper {
        background: var(--secondary-color) !important;
    }
    
    .diferencial-card:hover .icon-small {
        background: var(--secondary-color) !important;
    }
    
    .diferencial-card:hover .border-top {
        border-color: var(--secondary-color) !important;
    }
    
    .diferencial-card:hover .trust-badge {
        background: rgba(255, 255, 255, 0.15) !important;
    }
    
    .diferencial-card:hover .trust-badge i,
    .diferencial-card:hover .trust-badge strong {
        color: var(--secondary-color) !important;
    }
    
    .diferencial-card:hover .diferencial-number div {
        background: var(--secondary-color) !important;
    }
 */

.transition-all {
  transition: all 0.3s ease;
}

.z-1 {
  z-index: 1;
}

.shadow-hover {
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.shadow-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(30, 86, 49, 0.08);
}

.small-description {
  font-size: 0.75rem;
  line-height: 1.2;
}

/* Responsividade para mobile */
@media (max-width: 768px) {
  .diferencial-card .card-body {
    padding: 2rem !important;
  }

  .icon-wrapper {
    width: 60px !important;
    height: 60px !important;
  }

  .icon-wrapper i {
    font-size: 1.5rem !important;
  }

  .col-md-6 {
    width: 100% !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* Seção Nossos Clientes */
#clientes {
  background: linear-gradient(
    135deg,
    rgba(248, 249, 250, 0.95) 0%,
    rgba(233, 236, 239, 0.8) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Efeito de fundo decorativo */
#clientes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(39, 74, 70, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(71, 118, 66, 0.03) 0%,
      transparent 50%
    );
  z-index: 0;
}

#clientes .container {
  position: relative;
  z-index: 1;
}

/* Cards de clientes */
.client-card {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  min-height: 240px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.client-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-color: rgba(39, 74, 70, 0.2);
}

/* Wrapper das logos */
.client-logo-wrapper {
  width: 100%;
  height: 80px;
}

.client-logo {
  max-height: 70px;
  width: auto;
  max-width: 160px;
  filter: grayscale(20%);
  opacity: 0.9;
  transition: all 0.4s ease;
}

.client-card:hover .client-logo {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* Contatos (para Talent) */
.client-contacts {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #6c757d;
}

.client-contacts span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

/* Card de depoimento */
.testimonial-card {
  position: relative;
  border: 1px solid rgba(39, 74, 70, 0.1);
  transition: all 0.4s ease;
}

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

.testimonial-card .bi-quote {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0.2;
  font-size: 4rem;
}

/* Selos de confiança */
#clientes .d-flex.align-items-center {
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 50px;
}

#clientes .d-flex.align-items-center:hover {
  background-color: rgba(39, 74, 70, 0.05);
  transform: translateY(-3px);
}

/* Links */
.stretched-link {
  color: var(--primary-color);
  font-weight: 500;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.stretched-link:hover {
  opacity: 1;
  color: var(--primary-color);
}

/* Responsividade */
@media (max-width: 991.98px) {
  .display-5 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .display-5 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.1rem;
  }

  .client-card {
    min-height: 200px;
    padding: 1.5rem !important;
  }

  .client-logo-wrapper {
    height: 60px;
  }

  .client-logo {
    max-height: 50px;
  }

  .testimonial-card {
    padding: 2rem !important;
  }
}

@media (max-width: 575.98px) {
  .client-card {
    min-height: 180px;
  }

  .client-card h6 {
    font-size: 0.9rem;
  }

  .client-card p {
    font-size: 0.75rem;
  }
}

/* Animações */
.client-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease-out forwards;
}

.client-card:nth-child(1) {
  animation-delay: 0.1s;
}
.client-card:nth-child(2) {
  animation-delay: 0.2s;
}
.client-card:nth-child(3) {
  animation-delay: 0.3s;
}
.client-card:nth-child(4) {
  animation-delay: 0.4s;
}

.testimonial-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out 0.5s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.border-hero {
  border-bottom-color: goldenrod !important;
}
/* Cards */
.icon-box {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: 15px;
  transition: var(--transition);
  height: 100%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: var(--box-shadow);
}

.icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.icon-box i {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.shadow-hover {
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.shadow-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(30, 86, 49, 0.08);
}

.diferencial-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
}

.small-description {
  font-size: 0.75rem;
  line-height: 1.2;
}

/* .trust-badge {
  border-left: 4px solid var(--secondary-color);
  transition: all 0.3s ease;
} */

.trust-badge:hover {
  border-left-width: 6px;
}

/* Responsividade para mobile */
@media (max-width: 768px) {
  .diferencial-card .card-body {
    padding: 2rem !important;
  }

  .icon-wrapper {
    width: 60px !important;
    height: 60px !important;
  }

  .icon-wrapper i {
    font-size: 1.5rem !important;
  }

  .col-md-6 {
    width: 100% !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* Language Switcher */
.language-switcher {
  background: #fff;
  padding: 8px 0;
  text-align: right;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#google_translate_element {
  display: inline-block;
}

.goog-te-banner-frame {
  display: none !important; /* Remove a banner do Google */
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border-radius: 50px !important;
  padding: 2px 15px !important;
  font-size: 10px;
  z-index: 9999 !important;
  position: relative;
}
/* ===== ESTRUTURA PRINCIPAL DO FOOTER ===== */
.footer {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  color: white;
  overflow: hidden;
}

/* ===== FUNDO COM IMAGEM E OVERLAY ===== */
.footer-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/* ===== CONTEÚDO DO FOOTER ===== */
.footer .container {
  position: relative;
  z-index: 2;
}

/* ===== LOGO E DESCRIÇÃO ===== */
.footer-brand {
  margin-bottom: 1.5rem;
}

.footer-brand img {
  max-height: 60px;
  width: auto;
}

.footer-description {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* ===== CERTIFICAÇÕES ===== */
.certifications {
  margin-top: 1rem;
}

.cert-badge {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.105);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cert-badge i {
  font-size: 1.2rem;
  color: var(--secondary-color);
}

/* ===== TÍTULOS DAS SEÇÕES ===== */
.footer h5 {
  color: white;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
  font-size: 1.1rem;
}

.footer h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--secondary-color);
  border-radius: 2px;
}

/* ===== LINKS DO FOOTER ===== */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
  text-align: left !important;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
}

.footer-link i {
  margin-right: 0.5rem;
  color: white;
  font-size: 0.9rem;
  transition: var(--transition);
}

.footer-link:hover {
  color: white;
  transform: translateX(5px);
}

.footer-link:hover i {
  color: var(--secondary-color);
}

/* ===== INFORMAÇÕES DE CONTATO ===== */
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.contact-icon {
  margin-right: 1rem;
  flex-shrink: 0;
  min-width: 24px;
}

.contact-icon i {
  font-size: 1.2rem;
  color: white;
}

.contact-info .footer-link {
  color: white !important;
  font-weight: 500;
  font-size: 0.95rem;
}

.contact-info .footer-link:hover {
  color: var(--secondary-color) !important;
  transform: none;
}

.contact-info p {
  margin-bottom: 0;
  font-size: 0.85rem;
}

/* ===== BOTÃO WHATSAPP ===== */
.btn-whatsapp {
  background: #25d366;
  border: none;
  color: white;
  width: 100%;
  padding: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0.95rem;
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
  color: white;
}

.btn-whatsapp i {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

/* ===== LINHA DIVISÓRIA ===== */
.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
}

/* ===== PARTE INFERIOR DO FOOTER ===== */
.footer-bottom {
  margin-top: 1rem;
  padding-top: 1rem;
}

.copyright {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-size: 0.9rem;
}

.copyright strong {
  color: white;
  font-weight: 600;
}

/* ===== SELOS DE CONFIANÇA ===== */
.trust-badges {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.trust-badge {
  display: flex;
  align-items: center;
}

.trust-badge i {
  color: var(--secondary-color);
  font-size: 1.1rem;
  margin-right: 0.25rem;
}

.trust-badge span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

/* ===== BOTÃO VOLTAR AO TOPO ===== */
.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: var(--transition);
  color: white;
  text-decoration: none;
}

.back-to-top:hover {
  background: var(--secondary-color);
  transform: translateY(-5px);
}

.back-to-top:hover i {
  color: white !important;
}

.back-to-top i {
  font-size: 1.2rem;
  transition: var(--transition);
}

/* ===== CRÉDITOS ===== */
.footer-credits {
  margin-top: 1rem;
  text-align: center;
}

.footer-credits p {
  color: rgba(255, 255, 255, 0.865);
  font-size: 0.85rem;
  margin-bottom: 0;
  a {
    font-weight: 600;
    color: white;
  }
}

/* ===== UTILITÁRIOS DE TEXTO ===== */
.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-white-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 992px) {
  .footer {
    padding-top: 2.5rem;
  }

  .footer h5 {
    margin-bottom: 1.25rem;
  }

  .footer-brand img {
    max-height: 50px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 2rem;
  }

  .footer h5 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .contact-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .trust-badges {
    justify-content: center;
    margin-top: 1rem;
  }

  .back-to-top {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .footer-brand img {
    max-height: 45px;
  }

  .footer h5 {
    font-size: 1.1rem;
  }

  .footer-link {
    font-size: 0.9rem;
  }

  .copyright {
    font-size: 0.85rem;
  }

  .btn-whatsapp {
    padding: 0.6rem;
    font-size: 0.9rem;
  }
}

/* ===== ANIMAÇÕES ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer .fade-in {
  animation: fadeInUp 0.6s ease forwards;
}
/* Page sobre.html */

/* ========================================
   SEÇÕES DA PÁGINA SOBRE - BAHIA EXPORTS
   ======================================== */

/* ===== VARIÁVEIS ===== */
:root {
  --primary-color: #001539;
  --secondary-color: #ec1c24;
  --dark-color: #171717;
  --gradient-primary: linear-gradient(135deg, #001539 0%, #023a9c 100%);
  --light-color: #f8f9fa;
  --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --transition: all 0.3s ease;
}

/* ===== SEÇÃO CULTURAL ===== */
.cultural-section {
  padding: 80px 0;
  background: white;
}

.section-badge {
  display: inline-block;
  background: var(--gradient-primary);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.section-badge i {
  margin-right: 0.5rem;
  font-size: 1rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--secondary-color);
  border-radius: 2px;
}

.section-title-left {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.section-title-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--secondary-color);
  border-radius: 2px;
}

.lead-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 2rem;
}

/* ===== CULTURAL IMAGES GRID ===== */
.cultural-grid {
  margin: 3rem 0;
}

.cultural-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  background: white;
}

.cultural-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 21, 57, 0.15);
}

.cultural-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cultural-card:hover .cultural-image {
  transform: scale(1.05);
}

.cultural-caption {
  padding: 1.5rem;
  background: white;
}

.cultural-caption strong {
  display: block;
  color: var(--primary-color);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.cultural-caption p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ===== FEIRA DE SÃO JOAQUIM ===== */
.market-section {
  margin: 4rem 0;
}

.market-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  background: white;
}

.market-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 21, 57, 0.1);
}

.market-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.market-card:hover img {
  transform: scale(1.03);
}

.market-caption {
  padding: 1.5rem;
  background: white;
}

/* ===== DESTAQUE CULTURAL ===== */
.cultural-highlight {
  background: var(--light-color);
  padding: 3rem;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
}

.cultural-highlight:before {
  content: "“";
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 10rem;
  color: rgba(0, 21, 57, 0.05);
  font-family: serif;
}

.cultural-highlight p {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #444;
  font-style: italic;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/* ===== COMPANY OVERVIEW ===== */
.overview-section {
  padding: 80px 0;
  background: var(--light-color);
}

.overview-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.overview-image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.overview-image:hover img {
  transform: scale(1.02);
}

.overview-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--primary-color);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0, 21, 57, 0.3);
}

.overview-text {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* ===== MISSION & VISION CARDS ===== */
.mission-card {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 21, 57, 0.1);
}

.mission-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--gradient-primary);
}

.mission-icon {
  width: 70px;
  height: 70px;
  background: rgba(0, 21, 57, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.mission-icon i {
  font-size: 2rem;
  color: var(--primary-color);
}

.mission-card h4 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.mission-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
}

/* ===== TIMELINE ===== */
.timeline {
  position: relative;
  padding-left: 2rem;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gradient-primary);
  border-radius: 3px;
}

.timeline-item {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 2.5rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item:before {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--primary-color);
  border: 3px solid white;
  box-shadow: 0 0 0 2px var(--primary-color);
}

.timeline-item h4 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}

.timeline-item p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
}

/* ===== VALUES CARDS ===== */
.values-section {
  padding: 80px 0;
  background: #f8f9fa;
  color: white;
  position: relative;
  overflow: hidden;
}

.value-card {
  text-align: center;
  padding: 2.5rem;
  background: var(--gradient-primary);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  transition: var(--transition);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.value-card:hover {
  transform: translateY(-10px);
}

.value-card i {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

.value-card h4 {
  color: white;
  font-weight: 700;
  margin-bottom: 1rem;
}

.value-card p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 0;
}

/* ===== CTA SECTION ===== */
.cta-section {
  padding: 80px 0;
  background: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
}

.cta-text {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  background: white;
  color: var(--primary-color) !important;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
}

.cta-button:hover {
  background: transparent;
  color: white !important;
  border-color: white;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* ===== ANIMAÇÕES ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 992px) {
  .section-title {
    font-size: 2rem;
  }

  .cultural-image {
    height: 250px;
  }

  .market-card img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .cultural-section,
  .overview-section,
  .values-section,
  .cta-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .cultural-image {
    height: 220px;
  }

  .mission-card {
    padding: 2rem;
  }

  .cultural-highlight {
    padding: 2rem;
  }

  .cultural-highlight p {
    font-size: 1.1rem;
  }

  .timeline {
    padding-left: 1.5rem;
  }

  .timeline-item {
    padding-left: 1.5rem;
  }

  .cta-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .cultural-image {
    height: 200px;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .overview-badge {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .mission-icon {
    width: 60px;
    height: 60px;
  }

  .mission-icon i {
    font-size: 1.5rem;
  }
}
/* Força a visibilidade da classe fade-in */
.fade-in {
  opacity: 1 !important;
  transform: none !important;
} /* ========================================
   SEÇÕES PARA DISTRIBUIDORES - BAHIA EXPORTS
   ======================================== */

/* ===== SEÇÃO PADRÃO ===== */
.section-padding {
  padding: 80px 0;
}

.section-badge {
  display: inline-block;
  background: var(--gradient-primary);
  color: white;
  padding: 0.6rem 2rem;
  border-radius: var(--border-radius-badge);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(0, 21, 57, 0.2);
}

.section-badge i {
  margin-right: 0.5rem;
  font-size: 1rem;
}

/* ===== FEATURE CARDS ===== */
.feature-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: var(--border-radius-card);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--box-shadow-hover);
}

.feature-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 0;
  background: var(--gradient-primary);
  transition: height 0.4s ease;
}

.feature-card:hover:before {
  height: 100%;
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: rgba(0, 21, 57, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
  transition: var(--transition);
}

.feature-card:hover .feature-icon {
  background: var(--gradient-primary);
  transform: scale(1.1);
}

.feature-icon i {
  font-size: 2rem;
  color: var(--primary-color);
  transition: var(--transition);
}

.feature-card:hover .feature-icon i {
  color: white;
}

.feature-card h4 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  transition: var(--transition);
}

.feature-card p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* ===== PRODUCT CARDS ===== */
.products-grid {
  margin: 3rem 0;
}

.product-card-modern {
  background: white;
  border-radius: var(--border-radius-card);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.product-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: var(--box-shadow-hover);
}

.product-image-container {
  position: relative;
  height: auto;
  overflow: hidden;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--gradient-primary);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 5px 10px rgba(0, 21, 57, 0.2);
}

.product-badge.ambient {
  background: linear-gradient(135deg, #666, #999);
}

.product-badge.frozen {
  background: linear-gradient(135deg, #00a8cc, #0077b6);
}

.product-badge.gluten-free {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.product-badge.traditional {
  background: linear-gradient(135deg, #e67e22, #d35400);
}

.product-content {
  padding: 1.8rem;
}

.product-content h4 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
}

.product-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.product-preservation {
  font-size: 0.9rem;
  color: #777;
}

.product-preservation i {
  color: var(--primary-color);
  margin-right: 0.3rem;
}

.btn-product {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 0.5rem 1.2rem;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: var(--transition);
  display: inline-block;
}

.btn-product:hover {
  background: var(--gradient-primary);
  border-color: transparent;
  color: white;
  transform: translateX(5px);
}

/* ===== LOGISTICS CARDS ===== */
.logistics-card {
  background: white;
  padding: 2.5rem;
  border-radius: var(--border-radius-card);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.logistics-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-hover);
}

.logistics-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.logistics-card:hover:after {
  transform: scaleX(1);
}

.logistics-card h4 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 1rem;
}

.logistics-card h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--secondary-color);
  border-radius: 2px;
}

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

.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  color: #555;
  line-height: 1.5;
}

.icon-list i {
  color: var(--primary-color);
  margin-right: 1rem;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.icon-list li:hover i {
  color: var(--secondary-color);
  transform: scale(1.1);
  transition: var(--transition);
}

/* ===== PARTNER CARDS ===== */
.partner-card {
  padding: 2rem;
  border-radius: var(--border-radius-card);
  transition: var(--transition);
  height: 100%;
  background: white;
  box-shadow: var(--box-shadow);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.partner-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--box-shadow-hover);
}

.partner-icon-wrapper {
  width: 90px;
  height: 90px;
  background: rgba(0, 21, 57, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: var(--transition);
}

.partner-card:hover .partner-icon-wrapper {
  background: var(--gradient-primary);
  transform: rotate(360deg);
}

.partner-icon-wrapper i {
  font-size: 2.5rem;
  color: var(--primary-color);
  transition: var(--transition);
}

.partner-card:hover .partner-icon-wrapper i {
  color: white;
}

.partner-card h5 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
}

/* ===== CONTACT CARDS ===== */
.contact-card {
  background: var(--gradient-primary);
  padding: 2.5rem 2rem;
  border-radius: var(--border-radius-card);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  text-align: center;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--box-shadow-hover);
}

.contact-card i {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1.2rem;
  transition: var(--transition);
}

.contact-card:hover i {
  transform: scale(1.1);
}

.contact-card h5 {
  color: white;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.contact-card a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: var(--transition);
  display: block;
  margin-bottom: 0.5rem;
  span {
    border-bottom: 1px solid #ffffff47;
  }
}

.contact-card a:hover {
  color: white !important;
}

/* ===== ALERT INFO ===== */
.alert-future {
  background: rgba(0, 21, 57, 0.03);
  border-left: 4px solid var(--secondary-color);
  padding: 1.5rem;
  border-radius: 12px;
  margin-top: 2rem;
}

.alert-future i {
  color: var(--primary-color);
  margin-right: 0.8rem;
  font-size: 1.2rem;
}

.alert-future p {
  margin-bottom: 0;
  color: #555;
}

.btn-outline-light {
  border: 2px solid white;
  background: transparent;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: var(--border-radius-badge);
  font-weight: 600;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
}

.btn-outline-light:hover {
  background: white;
  color: var(--primary-color) !important;
  transform: translateY(-3px);
}

.btn-light {
  background: white;
  color: var(--primary-color);
  border: none;
  padding: 0.75rem 2rem;
  border-radius: var(--border-radius-badge);
  font-weight: 600;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
}

.btn-light:hover {
  background: var(--secondary-color);
  color: white;
  transform: translateY(-3px);
}

/* ===== ANIMAÇÕES ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 992px) {
  .section-padding {
    padding: 60px 0;
  }

  .product-image-container {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 50px 0;
  }

  .feature-card,
  .logistics-card,
  .contact-card {
    padding: 2rem 1.5rem;
  }

  .product-image-container {
    height: 200px;
  }

  .product-content {
    padding: 1.5rem;
  }

  .partner-card {
    padding: 1.5rem;
  }

  .partner-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .partner-icon-wrapper i {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .product-image-container {
    height: 180px;
  }

  .product-content h4 {
    font-size: 1.1rem;
  }

  .product-content p {
    font-size: 0.9rem;
  }

  .btn-product {
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
  }

  .logistics-card h4 {
    font-size: 1.1rem;
  }

  .icon-list li {
    font-size: 0.9rem;
  }
}

/* ===== HERO SECTION ===== */
.product-hero {
  position: relative;
  background: var(--gradient-primary);
  padding: 100px 0 60px;
  color: white;
  overflow: hidden;
}

.product-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("img/Produtos/camaroes-secos-dred-prawns.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

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

.hero-title {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* ===== PRODUCT SECTION ===== */
.section-padding {
  padding: 80px 0;
}

.product-image-large {
  border-radius: var(--border-radius-card);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  height: auto;
}

.product-image-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-image-large:hover img {
  transform: scale(1.05);
}

.product-badge-large {
  display: inline-block;
  background: var(--gradient-primary);
  color: white;
  padding: 0.4rem 1.2rem;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.product-badge-large i {
  margin-right: 0.5rem;
  color: var(--secondary-color);
}

.product-title {
  color: var(--primary-color);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.product-subtitle {
  color: var(--secondary-color);
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.product-description {
  color: #555;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* ===== FEATURE CARD ===== */
.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.feature-icon-small {
  width: 30px;
  height: 30px;
  background: rgba(0, 21, 57, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.feature-icon-small i {
  font-size: 0.9rem;
  color: var(--primary-color);
}

.feature-item span {
  color: #555;
}

/* ===== INFO CARD ===== */
.info-card {
  background: white;
  padding: 2rem;
  border-radius: var(--border-radius-card);
  box-shadow: var(--box-shadow);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: var(--transition);
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-hover);
}

.info-card h4 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.info-card h4 i {
  margin-right: 0.8rem;
  color: var(--secondary-color);
  font-size: 1.3rem;
}

.info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-card ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  color: #666;
}

.info-card ul li i {
  color: var(--primary-color);
  margin-right: 0.8rem;
  font-size: 0.9rem;
  margin-top: 0.2rem;
}

/* ===== APPLICATION CARD ===== */
.application-card {
  background: white;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  text-align: center;
  transition: var(--transition);
  height: 100%;
}

.application-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-hover);
}

.application-icon {
  width: 60px;
  height: 60px;
  background: rgba(0, 21, 57, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.application-icon i {
  font-size: 1.5rem;
  color: var(--primary-color);
}

.application-card h5 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.application-card p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* ===== ACTION BUTTONS ===== */
.action-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.btn-action {
  flex: 1;
  padding: 1rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: var(--transition);
}

.btn-download {
  background: var(--gradient-primary);
  color: white;
}

.btn-download:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 21, 57, 0.3);
  color: white;
}

.btn-samples {
  background: white;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-samples:hover {
  background: var(--gradient-primary);
  border-color: transparent;
  color: white;
  transform: translateY(-3px);
}

/* ===== RELATED PRODUCTS ===== */
.related-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  text-decoration: none;
  display: block;
}

.related-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--box-shadow-hover);
}

.related-image {
  height: auto;
  overflow: hidden;
}

.related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.related-content {
  padding: 1.5rem;
}

.related-content h5 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.related-content p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.contact-info i {
  margin-right: 1rem;
  color: var(--secondary-color);
  font-size: 1.1rem;
  margin-top: 0.2rem;
}

.contact-info span {
  color: rgba(255, 255, 255, 0.7);
}

.social-links {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: var(--transition);
  color: white;
  text-decoration: none;
}

.social-links a:hover {
  background: var(--secondary-color);
  transform: translateY(-3px);
}

/* ===== ANIMAÇÕES ===== */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 992px) {
  body {
    padding-top: 70px;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .product-title {
    font-size: 2rem;
  }

  .product-image-large {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .product-title {
    font-size: 1.8rem;
  }

  .product-image-large {
    height: 350px;
  }

  .action-buttons {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .product-title {
    font-size: 1.5rem;
  }

  .product-image-large {
    height: 300px;
  }
}
.policies-container {
  max-width: 1000px;
  margin: 0 auto;
}

.policy-card {
  background: white;
  border-radius: var(--border-radius-card);
  box-shadow: var(--box-shadow);
  margin-bottom: 2rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: var(--transition);
}

.policy-card:hover {
  box-shadow: var(--box-shadow-hover);
}

.policy-header {
  background: linear-gradient(
    135deg,
    rgba(0, 21, 57, 0.03) 0%,
    rgba(236, 28, 36, 0.03) 100%
  );
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition);
}

.policy-header:hover {
  background: linear-gradient(
    135deg,
    rgba(0, 21, 57, 0.05) 0%,
    rgba(236, 28, 36, 0.05) 100%
  );
}

.policy-header h2 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.policy-header h2 i {
  color: var(--secondary-color);
  margin-right: 1rem;
  font-size: 1.5rem;
}

.policy-toggle {
  color: var(--primary-color);
  font-size: 1.2rem;
  transition: var(--transition);
}

.policy-content {
  padding: 2rem;
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.policy-content.active {
  display: block;
}

.policy-content h3 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.2rem;
  margin: 1.5rem 0 1rem;
}

.policy-content h3:first-of-type {
  margin-top: 0;
}

.policy-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.policy-content ul,
.policy-content ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.policy-content li {
  color: #555;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.policy-content strong {
  color: var(--primary-color);
}

.policy-content .highlight {
  background: rgba(236, 28, 36, 0.05);
  padding: 1rem;
  border-radius: 10px;
  border-left: 4px solid var(--secondary-color);
  margin: 1.5rem 0;
}

.policy-content .highlight i {
  color: var(--secondary-color);
  margin-right: 0.5rem;
}

.policy-footer {
  padding: 1rem 2rem;
  background: rgba(0, 21, 57, 0.02);
  font-size: 0.9rem;
  color: #777;
  text-align: right;
}

.policy-footer i {
  color: var(--secondary-color);
  margin-right: 0.3rem;
}

.policy-index {
  background: white;
  border-radius: var(--border-radius-card);
  box-shadow: var(--box-shadow);
  padding: 2rem;
  margin-bottom: 2rem;
  position: sticky;
  top: 100px;
}

.policy-index h4 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.policy-index h4 i {
  color: var(--secondary-color);
  margin-right: 0.8rem;
}

.policy-index ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy-index li {
  margin-bottom: 0.8rem;
}

.policy-index a {
  color: #555;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: var(--transition);
  padding: 0.5rem;
  border-radius: 8px;
}

.policy-index a:hover {
  color: var(--primary-color);
  background: rgba(0, 21, 57, 0.05);
  padding-left: 1rem;
}

.policy-index a i {
  color: var(--secondary-color);
  margin-right: 0.8rem;
  font-size: 0.9rem;
}

.policy-index a.active {
  color: var(--primary-color);
  font-weight: 600;
  background: rgba(0, 21, 57, 0.05);
}

.last-updated {
  background: var(--light-color);
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
}

.last-updated i {
  color: var(--secondary-color);
}
/* ===== RESPONSIVIDADE ===== */
@media (max-width: 992px) {
  body {
    padding-top: 70px;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .policy-index {
    position: static;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .policy-header h2 {
    font-size: 1.3rem;
  }

  .policy-header h2 i {
    font-size: 1.2rem;
  }

  .policy-content {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .policy-header {
    padding: 1rem;
  }

  .policy-header h2 {
    font-size: 1.1rem;
  }

  .policy-header h2 i {
    margin-right: 0.5rem;
  }

  .policy-content {
    padding: 1rem;
  }
}
.cookie-simple {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 800px;
  background: white;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  padding: 12px 20px;
  display: none;
  border: 1px solid rgba(0, 21, 57, 0.1);
  animation: slideUp 0.5s ease;
}

.cookie-simple.show {
  display: block;
}

.cookie-simple-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cookie-simple-text {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 250px;
}

.cookie-simple-text i {
  font-size: 24px;
  color: #ec1c24;
}

.cookie-simple-text span {
  color: #001539;
  font-size: 0.95rem;
  line-height: 1.5;
}

.cookie-simple-btn {
  background: linear-gradient(135deg, #001539 0%, #023a9c 100%);
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 5px 15px rgba(0, 21, 57, 0.3);
}

.cookie-simple-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 21, 57, 0.4);
}

@keyframes slideUp {
  from {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .cookie-simple {
    border-radius: 30px;
    padding: 15px 20px;
  }

  .cookie-simple-content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-simple-text {
    justify-content: center;
    text-align: center;
  }

  .cookie-simple-btn {
    width: 100%;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-simple {
    bottom: 15px;
    padding: 12px 15px;
  }

  .cookie-simple-text {
    flex-direction: column;
    gap: 8px;
  }

  .cookie-simple-text i {
    font-size: 28px;
  }

  .cookie-simple-text span {
    font-size: 0.9rem;
  }
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1180px;
}
/* Parallax Background */
.parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%; /* Altura extra para o efeito */
  z-index: 0;
  overflow: hidden;
}

.parallax-image {
  width: 100%;
  height: 100%;
  background-image: url("img/banner-principal.webp");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  will-change: transform; /* Otimização de performance */
  transform: translateY(0);
  transition: transform 0.1s ease-out; /* Suave e contínuo */
}

/* Efeito de zoom suave na imagem */
@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.parallax-image {
  animation: slowZoom 10s infinite ease-in-out;
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--box-shadow-hover);
}

.testimonial-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.testimonial-card:hover:before {
  opacity: 1;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #023a9c 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testimonial-avatar span {
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
}

.testimonial-info {
  flex: 1;
}

.testimonial-info h4 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
}

.testimonial-info p {
  color: #666;
  margin-bottom: 0.1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.testimonial-info .business {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 12px;
}

.testimonial-info small {
  color: #999;
  font-size: 0.8rem;
}

.testimonial-content {
  position: relative;
}

.quote-icon {
   color: var(--primary-color);
  font-size: 1.5rem;
  opacity: 0.3;
  margin-bottom: 0.5rem;
}

.testimonial-content p {
  color: #555;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
}

.testimonial-rating {
  display: flex;
  gap: 0.3rem;
}

.testimonial-rating i {
  color: #ffc107;
  font-size: 1rem;
}

/* Responsividade */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-avatar {
    width: 50px;
    height: 50px;
  }

  .testimonial-avatar span {
    font-size: 1.5rem;
  }

  .testimonial-info h4 {
    font-size: 1.1rem;
  }

  .testimonial-content p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .testimonial-header {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-rating {
    justify-content: center;
  }
}
