.footer {
    background-color: #006891;
    color: white;
    padding: 2rem 0;
  }
  
  .footer h5.fw-bold {
  font-weight: 500 !important;
}

/* Footer Mobile - Correções para todas as páginas */
@media (max-width: 768px) {
  .footer {
    padding: 2rem 0 !important;
  }
  
  .footer .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .footer .row {
    margin: 0 !important;
  }
  
  .footer .col-lg-4 {
    padding: 0 10px !important;
    margin-bottom: 30px !important;
  }
  
  .footer h5.fw-bold {
    font-size: 1.1rem !important;
    margin-bottom: 15px !important;
  }
  
  .footer p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }
  
  .footer ul.list-unstyled li {
    margin-bottom: 10px !important;
  }
  
  .footer ul.list-unstyled li a {
    font-size: 0.9rem !important;
  }
  
  .footer .disclaimer-box {
    margin: 0 10px 20px 10px !important;
    padding: 15px !important;
  }
  
  .footer .disclaimer-box p {
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
  }
  
  .footer hr {
    margin: 30px 15px !important;
  }
  
  .footer .col-12 {
    padding: 0 10px !important;
  }
  
  /* Logo e seção sobre */
  .footer .d-flex.align-items-start.gap-3 {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 15px !important;
  }
  
  .footer .d-flex.align-items-start.gap-3 img {
    height: 40px !important;
    width: auto !important;
  }
  
  /* Links rápidos */
  .footer ul.list-unstyled {
    text-align: center !important;
  }
  
  /* Contato */
  .footer .d-flex.align-items-center {
    justify-content: center !important;
  }
  
  .footer .bi {
    font-size: 1rem !important;
  }
}

/* Correções para telas muito pequenas */
@media (max-width: 480px) {
  .footer {
    padding: 1.5rem 0 !important;
  }
  
  .footer .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .footer .col-lg-4 {
    padding: 0 5px !important;
    margin-bottom: 25px !important;
  }
  
  .footer h5.fw-bold {
    font-size: 1rem !important;
    margin-bottom: 12px !important;
  }
  
  .footer p {
    font-size: 0.85rem !important;
  }
  
  .footer ul.list-unstyled li {
    margin-bottom: 8px !important;
  }
  
  .footer ul.list-unstyled li a {
    font-size: 0.85rem !important;
  }
  
  .footer .disclaimer-box {
    margin: 0 5px 15px 5px !important;
    padding: 12px !important;
  }
  
  .footer .disclaimer-box p {
    font-size: 0.8rem !important;
  }
  
  .footer hr {
    margin: 25px 10px !important;
  }
  
  .footer .col-12 {
    padding: 0 5px !important;
  }
  
  /* Logo e seção sobre */
  .footer .d-flex.align-items-start.gap-3 {
    gap: 10px !important;
  }
  
  .footer .d-flex.align-items-start.gap-3 img {
    height: 35px !important;
  }
  
  /* Links rápidos */
  .footer ul.list-unstyled li {
    margin-bottom: 6px !important;
  }
  
  /* Contato */
  .footer .bi {
    font-size: 0.9rem !important;
  }
}