:root {
    --azul-escuro: #2e4f83;
    --azul-claro: #3da5ca;
    --cinza-claro: #a5a7a7;
    --cinza-escuro: #666667;
    --off-white: #f8f9fa;
    --verde-suave: #b6d9c5;
    --lavanda-claro: #d6d3e5;
  }

  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--off-white);
    color: var(--cinza-escuro);
    line-height: 1.6;
    overflow-x: hidden;
  }
  
  a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
  }
  
  ul {
    list-style: none;
  }
  
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .btn-primary {
    background-color: var(--azul-claro);
    color: white;
    border: 2px solid var(--azul-claro);
  }
  
  .btn-primary:hover {
    background-color: transparent;
    color: var(--azul-claro);
  }
  
  .btn-secondary {
    background-color: transparent;
    color: var(--azul-escuro);
    border: 2px solid var(--azul-escuro);
  }
  
  .btn-secondary:hover {
    background-color: var(--azul-escuro);
    color: white;
  }
  
  /* Header */
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
  }
  
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
  
  .logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--azul-escuro);
  }
  
  .logo span {
    color: var(--azul-claro);
  }
  
  .nav-menu {
    display: flex;
    gap: 30px;
  }
  
  .nav-link {
    font-weight: 500;
    position: relative;
  }
  
  .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--azul-claro);
    transition: width 0.3s ease;
  }
  
  .nav-link:hover::after {
    width: 100%;
  }
  
  .menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: var(--azul-escuro);
  }
  
  /* Hero Section */
  #home {
    height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    /*background: linear-gradient(rgba(46, 79, 131, 0.7), rgba(61, 165, 202, 0.7)), url('/api/placeholder/1920/1080') center/cover;*/
    background-image: url("image/fundo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  transition: background-size 0.5s ease;
  border-radius: 12px;
  overflow: hidden;
    color: white;
    text-align: center;
  }
  
  .hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 70px;
  }
  
  .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-weight: 300;
  }
  
  .hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  /* Sobre o Projeto */
  #sobre {
    padding: 100px 0;
  }
  
  .section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    color: var(--azul-escuro);
    position: relative;
  }
  
  .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--azul-claro);
    margin: 15px auto;
  }
  
  .section-subtitle {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    color: var(--cinza-escuro);
    font-size: 1.1rem;
  }
  
  .sobre-content {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  
  .sobre-text {
    flex: 1;
  }
  
  .sobre-text p {
    margin-bottom: 20px;
    text-align: justify;
  }
  
  .sobre-image {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .sobre-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* Humaniza Section */
  #blindacao {
    padding: 100px 0;
    background-color: var(--verde-suave);
    position: relative;
    overflow: hidden;
  }
  
  .humaniza-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0l28-28v2L54 40h-2zm4 0l24-24v2L58 40h-2zm4 0l20-20v2L62 40h-2zm4 0l16-16v2L66 40h-2zm4 0l12-12v2L70 40h-2zm4 0l8-8v2l-6 6h-2zm4 0l4-4v2l-2 2h-2z'/%3E%3C/g%3E%3C/svg%3E");
  }
  
  .humaniza-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
  }
  
  .humaniza-card {
    flex: 1 1 300px;
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }
  
  .humaniza-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
  
  .card-icon {
    font-size: 2.5rem;
    color: var(--azul-claro);
    margin-bottom: 20px;
  }
  
  .card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--azul-escuro);
  }
  
  /* --- ESTILOS ESPECÍFICOS PARA OS BOTÕES DAS ABAS DENTRO DE `.section-humaniza-tabs` --- */
  .section-humaniza-tabs{
  padding: 60px 0px 60px 0px;
  }
  
  /* Contêiner dos botões: `ul` com classes `.nav-tabs` DENTRO de `.section-humaniza-tabs` */
  .section-humaniza-tabs .nav-tabs {
  border-bottom: none; /* Remove a borda inferior padrão do Bootstrap */
  margin-bottom: 30px; /* Espaço abaixo dos botões */
  display: flex; /* Garante que os itens internos fiquem em linha */
  justify-content: center; /* Centraliza os botões dentro da sua área */
  flex-wrap: nowrap; /* Impede que os botões quebrem para a próxima linha em telas maiores */
  width: auto; /* Permite que o contêiner se ajuste ao conteúdo */
  }
  
  /* Os itens da lista dos botões: `li` com classe `.nav-item` DENTRO de `.section-humaniza-tabs` */
  .section-humaniza-tabs .nav-item {
  margin: 0 7.5px; /* Adiciona espaçamento entre os botões, resultando em 15px entre eles */
  }
  
  
  /* Os botões individuais: `button` com classe `.nav-link` DENTRO de `.section-humaniza-tabs` */
  .section-humaniza-tabs .nav-link {
  padding: 10px 20px;
  background-color: var(--lavanda-claro);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--texto-escuro);
  border: none; /* Removendo bordas padrão do Bootstrap */
  flex-shrink: 0; /* Impede que o item encolha abaixo do seu conteúdo */
  white-space: nowrap; /* Garante que o texto não quebre em várias linhas */
  font-weight: bold;
  text-align: center;
  user-select: none;
  }
  
  /* Estilo para o botão ativo e ao passar o mouse */
  .section-humaniza-tabs .nav-link.active,
  .section-humaniza-tabs .nav-link:hover {
  background-color: var(--azul-escuro);
  color: white;
  transform: translateY(-2px); /* Efeito sutil ao passar o mouse */
  }
  
  /* Assegurar que o botão ativo não tenha o efeito de hover */
  .section-humaniza-tabs .nav-link.active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* --- SEUS ESTILOS PARA `.tab-content` E SEUS FILHOS DENTRO DE `.section-humaniza-tabs` --- */
  
  .section-humaniza-tabs .tab-content {
  margin-top: 30px;
  background-color: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--borda-clara);
  }
  
  .section-humaniza-tabs .tab-pane.fade {
  animation: fadeIn 0.5s ease-out;
  }
  
  @keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
  }
  
  .section-humaniza-tabs .tab-pane h3 {
  color: var(--azul-escuro);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.8em;
  text-align: center;
  }
  
  .section-humaniza-tabs .tab-pane p {
  line-height: 1.6;
  color: var(--texto-escuro);
  margin-bottom: 15px;
  }
  
  .section-humaniza-tabs .tab-pane ul {
  list-style-type: disc;
  margin-left: 25px;
  padding-left: 0;
  color: var(--texto-escuro);
  }
  
  .section-humaniza-tabs .tab-pane li {
  margin-bottom: 8px;
  }
  
  .section-humaniza-tabs .tab-pane img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  /* Responsividade para as abas - Agora também específico */
  @media (max-width: 768px) {
  .section-humaniza-tabs .nav-tabs {
      flex-direction: column; /* Empilha os botões em telas menores */
      align-items: center; /* Centraliza os botões empilhados */
  }
  .section-humaniza-tabs .nav-link {
      width: 100%; /* Botões ocupam a largura total em telas menores */
      max-width: 200px; /* Limita a largura máxima para não ficarem muito grandes */
  }
  .section-humaniza-tabs .nav-item {
      margin: 5px 0; /* Ajusta a margem para espaçamento vertical quando empilhados */
  }
  .section-humaniza-tabs .tab-content {
      padding: 15px;
  }
  }    
  .tab-content {
    margin-top: 30px;
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  }
  
  .tab-pane {
    display: none;
  }
  
  .tab-pane.active {
    display: block;
  }
  
  .tab-pane img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    border-radius: 10px;
  }
  
  /* Rede de Apoio */
  #rede-apoio {
    padding: 100px 0;
    background-color: white;
  }
  
  .apoio-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 50px 0;
    flex-wrap: wrap;
  }
  
  .apoio-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 150px;
  }
  
  .apoio-icon i {
    font-size: 2.5rem;
    color: var(--azul-claro);
    margin-bottom: 15px;
    background-color: var(--lavanda-claro);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  
  .apoio-icon:hover i {
    background-color: var(--azul-escuro);
    color: white;
  }
  
  .apoio-name {
    font-weight: 600;
    color: var(--azul-escuro);
  }
  
  .contatos-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
  }
  
  .contato-card {
    flex: 1 1 calc(33.333% - 20px);
    background-color: var(--off-white);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  
  .contato-nome {
    font-weight: 600;
    color: var(--azul-escuro);
    margin-bottom: 10px;
  }
  
  .contato-info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  
  .contato-info i {
    margin-right: 10px;
    color: var(--azul-claro);
  }
  
  /* Palestra Section */
  #saudeintegral {
    padding: 100px 0;
    background-color: var(--lavanda-claro);
  }
  
  .palestra-content {
    display: flex;
    gap: 50px;
    align-items: center;
  }
  
  .palestra-info {
    flex: 1;
  }
  
  .palestra-video {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .palestra-video img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .info-box {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  
  .info-box h4 {
    font-weight: 600;
    color: var(--azul-escuro);
    margin-bottom: 10px;
  }
  
  .info-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .info-row i {
    margin-right: 10px;
    color: var(--azul-claro);
  }
  
  .depoimentos-slider {
    margin: 50px 0;
    position: relative;
  }
  
  #autores-orientador .contato-card {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  flex: 1 1 200px;
  }
  
  .slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--cinza-claro);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .dot.active {
    background-color: var(--azul-claro);
    transform: scale(1.3);
  }
  
  /* Formulário */
  .form-container {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
  }
  
  .form-title {
    text-align: center;
    font-size: 1.5rem;
    color: var(--azul-escuro);
    margin-bottom: 30px;
  }
  
  /* Footer */
  footer {
    background-color: var(--azul-escuro);
    color: white;
    padding: 50px 0 20px;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
  }
  
  .footer-col {
    flex: 1 1 250px;
  }
  
  .footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .footer-logo span {
    color: var(--azul-claro);
  }
  
  .footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }
  
  .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  
  .social-icon:hover {
    background-color: var(--azul-claro);
  }
  
  .footer-heading {
    font-size: 1.2rem;
    margin-bottom: 20px;
    position: relative;
  }
  
  .footer-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: var(--azul-claro);
    margin-top: 10px;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links a:hover {
    color: var(--azul-claro);
  }
  
  .copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  
  /* Back to Top Button */
  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--azul-claro);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
  }
  
  .back-to-top.show {
    opacity: 1;
    visibility: visible;
  }
  
  .back-to-top:hover {
    background-color: var(--azul-escuro);
  }
  
  /* Responsive Styles */
  @media (max-width: 992px) {
    .hero-title {
      font-size: 2.8rem;
    }
    
    .hero-subtitle {
      font-size: 1.3rem;
    }
    
    .sobre-content, .palestra-content {
      flex-direction: column;
    }
    
    .sobre-image, .palestra-video {
      margin-top: 30px;
    }
    
    .contato-card {
      flex: 1 1 calc(50% - 20px);
    }
  }
  
  @media (max-width: 768px) {
    .header-container {
      padding: 15px;
    }
    
    .menu-toggle {
      display: block;
    }
    
    .nav-menu {
      position: fixed;
      top: 70px;
      left: -100%;
      width: 80%;
      height: calc(100vh - 70px);
      background-color: white;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding-top: 50px;
      transition: all 0.4s ease;
      box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    }
    
    .nav-menu.show {
      left: 0;
    }
    
    .hero-title {
      font-size: 2.3rem;
    }
    
    .hero-subtitle {
      font-size: 1.1rem;
    }
    
    .hero-cta {
      flex-direction: column;
    }
    
    .section-title {
      font-size: 2rem;
    }
    
    .contato-card {
      flex: 1 1 100%;
    }
  }
  
  @media (max-width: 576px) {
    .hero-title {
      font-size: 2rem;
    }
    
    .hero-subtitle {
      font-size: 1rem;
    }
    
    .apoio-icons {
      gap: 15px;
    }
    
    .apoio-icon {
      width: 120px;
    }
    
    .footer-content {
      flex-direction: column;
      gap: 30px;
    }
  }
  .table-custom {
          box-shadow: 0 4px 8px rgba(0,0,0,0.05);
          border-radius: 8px;
          overflow: hidden; /* Garante que o border-radius seja aplicado no thead */
      }
      .table-custom thead {
          background-color: #e9ecef;
          color: #495057;
      }
      .table-custom td, .table-custom th {
          padding: 1rem;
          vertical-align: middle;
          border: #979797 solid 1px;
      }
      .day-title {
          font-weight: bold;
          font-size: 1.1em;
          color: #2e4f83;
      }
      .texto-centralizado-custom {
      text-align: center !important;
    }
    /* CSS para o Spacer Hack */
  
    /* Cria um espaçamento VERTICAL */
    .spacer-vertical {
      height: 50px; /* Defina a altura do espaço que você quer */
      width: 100%;  /* Ocupa toda a largura para garantir o espaçamento */
    }
  
    /* Cria um espaçamento HORIZONTAL (menos comum, mas possível) */
    .spacer-horizontal {
      display: inline-block; /* Precisa ser inline-block para ter largura */
      width: 50px; /* Defina a largura do espaço */
    }
  
    /* Você pode criar variações */
    .spacer-vertical.pequeno {
      height: 20px;
    }
    .spacer-vertical.grande {
      height: 100px;
    }
  /* ==============================================
      CSS EXCLUSIVO PARA O ALERTA BLINDAMENTE
      ============================================== */
  
    /* A seção que envolve o alerta, para dar um espaçamento geral */
    .secao-alerta {
      padding: 2rem 0; /* Espaçamento vertical para a seção não ficar colada em outros conteúdos */
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
  
    /* O contêiner principal do alerta */
    .alerta-custom-blindamente {
      display: flex; /* Usa flexbox para alinhar o ícone e o texto */
      align-items: flex-start; /* Alinha os itens no topo */
      background-color: #fffbe6; /* Um amarelo bem claro e discreto */
      color: #664d03; /* Cor do texto escura para bom contraste */
      padding: 1.5rem; /* Espaçamento interno generoso */
      border-radius: 8px; /* Cantos arredondados suaves */
      border: 1px solid #ffecb5; /* Borda fina na mesma paleta de cor */
      
      /* A "mágica" para chamar a atenção de forma discreta */
      border-left: 5px solid #ffc107; /* Borda esquerda mais espessa e forte */
      
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Sombra sutil para "elevar" o card */
    }
  
    /* O ícone do alerta */
    .alerta-icone {
      flex-shrink: 0; /* Impede que o ícone seja espremido */
      margin-right: 1rem; /* Espaço entre o ícone e o texto */
      color: #ffc107; /* Cor do ícone igual à da borda */
    }
    
    .alerta-icone svg {
      width: 24px;
      height: 24px;
    }
  
    /* O texto do alerta */
    .alerta-texto {
      font-size: 1rem;
      line-height: 1.6;
    }
  
    .alerta-texto strong {
      font-weight: 600; /* Deixa o "BlindaMente adverte:" com mais destaque */
    }
  
    /* Ajustes para telas pequenas (Responsividade) */
    @media (max-width: 576px) {
      .alerta-custom-blindamente {
        padding: 1rem; /* Diminui o padding em telas menores */
      }
      
      .alerta-texto {
        font-size: 0.95rem; /* Diminui um pouco a fonte */
      }
    }
/* ==========================================================
    CSS PERFEITO PARA TABELA SUPER RESPONSIVA (VERSÃO REFINADA)
========================================================== */

@media (max-width: 768px) {

    .table-responsive {
        /* Remove a rolagem horizontal, já que não será mais necessária */
        overflow-x: hidden;
    }

    /* Remove bordas e sombras da tabela original para não interferir no novo layout */
    .table-custom {
        border: none;
        box-shadow: none;
    }

    /* Esconde o cabeçalho original, pois vamos recriá-lo em cada linha */
    .table-custom thead {
        display: none;
    }

    /* Transforma a linha (tr) em um card */
    .table-custom tr {
        display: block;
        margin-bottom: 1.5rem; /* Espaço entre os cards */
        background-color: #ffffff; /* Fundo branco para o card */
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Sombra mais suave */
        padding: 1rem;
        border: none;
    }

    /* Transforma a célula (td) em uma linha dentro do card */
    .table-custom td {
        display: flex; /* Usa flexbox para alinhamento perfeito */
        flex-direction: column; /* Itens empilhados: título em cima, texto embaixo */
        align-items: flex-start; /* Alinha tudo à esquerda */
        text-align: left; /* Garante que o texto comece à esquerda */
        padding: 0.75rem 0; /* Espaçamento vertical interno */
        border-bottom: 1px solid #f0f0f0; /* Linha sutil entre as seções do card */
        padding-left: 0; /* Reseta o padding desnecessário */
    }

    /* Remove a borda da última célula do card */
    .table-custom tr td:last-child {
        border-bottom: none;
    }

    /* Cria o título da seção do card (a partir do data-label) */
    .table-custom td::before {
        content: attr(data-label);
        font-weight: 600;
        color: var(--azul-escuro);
        margin-bottom: 0.5rem; /* Espaço entre o título e o texto */
        font-size: 0.8rem; /* Tamanho de fonte menor para o título */
        text-transform: uppercase; /* Deixa o título em maiúsculas */
        letter-spacing: 0.5px;
    }

    /* Garante que a div com o dia da semana não cause quebra de linha indesejada */
    .table-custom td .day-title {
        display: inline; /* Faz o título do dia ficar na mesma linha que o resto do texto */
        margin-right: 0.5em; /* Pequeno espaço depois do dia */
    }
}
/* ==============================================
    PLAYER DE VÍDEO CUSTOMIZADO E RESPONSIVO
============================================== */

.sobre-video {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    
    /* Regras de altura e alinhamento */
    max-height: 400px; 
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-compacto {
    max-width: 600px; /* << AJUSTE A LARGURA MÁXIMA AQUI */
    flex-grow: 0; /* Impede que o vídeo tente preencher todo o espaço */
    margin: 0 auto; /* Centraliza o container do vídeo na página */
}
  
/* Cores customizadas para o player Plyr */
:root {
    --plyr-color-main: var(--azul-claro);
}
  /* ==============================================
    PLAYER DE ÁUDIO CUSTOMIZADO E BOTÃO DE DOWNLOAD
============================================== */

.audio-player-container {
    margin: 25px auto; /* Centraliza o player com margens */
    max-width: 500px; /* Define uma largura máxima para o player */
}

.download-button-container {
    text-align: center; /* Centraliza o botão */
    margin-top: 20px;
}

/* Ajusta o ícone dentro do botão */
.download-button-container .btn i {
    margin-right: 8px;
}
/* ==============================================
    ESTILOS DO MODAL PARA CARREGAR PÁGINA HTML
============================================== */

.modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2000; display: flex; justify-content: center; align-items: center;
    opacity: 0; visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.modal-overlay.active {
    opacity: 1; visibility: visible;
    transition: opacity 0.3s ease;
}

.modal-content {
    background: #fff;
    width: 90%;
    max-width: 1100px;
    height: 90vh; /* Ocupa 90% da altura da tela */
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    display: flex; flex-direction: column; /* Organiza header e body */
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
}

.modal-header {
    padding: 15px 25px;
    border-bottom: 1px solid #ddd;
    background-color: var(--azul-escuro); color: white;
    border-top-left-radius: 10px; border-top-right-radius: 10px;
    display: flex; justify-content: space-between; align-items: center;
}

.modal-title {
    margin: 0; font-size: 1.3rem;
}

.close-button {
    background: none; border: none; font-size: 2.5rem;
    cursor: pointer; color: white; line-height: 1; padding: 0;
}

/* O corpo do modal agora é flexível para o iframe preencher o espaço */
.modal-body {
    padding: 0;
    flex-grow: 1; /* Faz esta área crescer e ocupar o espaço restante */
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modal-body iframe {
    width: 100%; height: 100%; border: 0;
}

body.modal-open {
    overflow: hidden;
}