
body {
  font-family: Arial, sans-serif;
  color: #2c3e50;             /* azul petróleo para texto */
  background-color: #f4f4f4;  /* cinza muito claro para fundo */
}


h1, h2, h5 {
  font-weight: bold;
}

header {
  background: linear-gradient(90deg, #004080, #0073e6);
}

header {
  background: linear-gradient(90deg, #004080, #0073e6);
  color: #f0f8ff; /* texto claro para contraste */
  padding: 5rem 1rem;
  text-align: center;
}

header h1,
header p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* sombra para destacar sobre o gradiente */
}

/*Carrousel*/

.bg-gradiente-azul {
  background: linear-gradient(90deg, #004080, #0073e6);
  padding: 3rem 1rem;
  color: #f0f8ff;
}

.bg-gradiente-azul .carousel-inner {
  padding: 2rem 0;
}

.bg-gradiente-azul .carousel-item img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* opcional: destaque nas imagens */
}

.curso-hero {
  background: linear-gradient(90deg, #004080, #0073e6);
  color: #f0f8ff; /* texto claro para contraste */
  padding: 5rem 1rem;
  text-align: center;
}

.curso-hero h1,
.curso-hero p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.video-container {
  border: 5px solid #ddd;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
}

.carousel-item img {
  max-height: 500px;   /* ajuste o valor (200px, 250px, 300px) até ficar bom */
  object-fit: cover;   /* corta o excesso sem distorcer */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.5); /* fundo preto semitransparente */
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.secao-destaque img {
  width: 100%;        /* ocupa toda a largura da coluna */
  height: 200px;      /* altura fixa, ajuste como preferir (200, 250, 300px) */
  object-fit: cover;  /* corta o excesso e mantém a proporção */
  border-radius: 8px; /* bordas arredondadas (opcional) */
}

/*zgestao-financeira*/

h2 {
  color: #004080;
}

ul li {
  margin-bottom: 8px;
}

/*zlideranca*/

#carouselLideranca img {
  height: 300px;     /* altura fixa */
  width: auto;       /* mantém a proporção */
  object-fit: cover; /* garante que não distorça */
}


/* Estilo dos cards de publicações */
.publication-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  overflow: hidden;
  transition: transform 0.2s;
}

.publication-card:hover {
  transform: scale(1.02);
}

.publication-card img {
  width: 220px;
  height: 160px;
  object-fit: cover;
}

.publication-content {
  padding: 20px;
}

.publication-content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #6b1d1d; /* tom vinho */
}

.publication-content p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

/* Responsividade */
@media (max-width: 768px) {
  .publication-card {
    flex-direction: column;
    text-align: center;
  }

  .publication-card img {
    width: 100%;
    height: auto;
  }

  .publication-content {
    padding: 15px;
  }
  
}

* { font-family: "Poppins", sans-serif; }

/* CARDS */
.service-card {
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 1.4rem 1.3rem;
  transition: .18s;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  border-color: #c7dbe8;
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(15,23,42,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.service-card p {
  color: #6b7280;
  font-size: 0.9rem;
}

.btn-details {
  border-radius: 999px;
  padding: 6px 20px;
  font-size: 0.85rem;
}

footer {
  text-align: center;
  font-size: 0.85rem;
  color: #9ca3af;
  padding: 25px 0;
  margin-top: 20px;
}

/* DIFERENCIAIS */
.feature-card {
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 1.2rem 1.3rem;
  height: 100%;
  font-size: 0.9rem;
  color: #4b5563;
}


    /* HERO */
.hero {
  background: radial-gradient(circle at top left, #004080 0, #034281 45%, #020617 100%);
  color: #f9fafb;
  padding: 80px 0 70px;
}
  

.hero-title {
  font-size: clamp(2.2rem, 3.5vw + 1rem, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
}

.hero-title span {
  background: linear-gradient(120deg, #facc15, #f97316);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1rem;
  max-width: 36rem;
  color: #e2e8f0;
}

.hero-img {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0,0,0,0.45);
  border: 1px solid rgba(148,163,184,0.5);
}

.hero-cta-note {
  font-size: 0.8rem;
  color: #cbd5f5;
}


    /* CTA FINAL */
.cta-final {
  background: radial-gradient(circle at top left, #004080, #034281 40%, #020617 120%);
  color: #ebe9e5;
  border-radius: 1.4rem;
  padding: 2rem 1.8rem;
}


