
  footer {
  background: #c0392b; /* o tu color corporativo */
  color: white;
  text-align: center;
   padding: 0.5rem 0 !important;
  width: 100%;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}



  /* Ajusta tamaño de textos */
  .footer-section h4 {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
  }
  
  .footer-section p {
    font-size: 0.8rem;
    margin: 0.1rem 0;
    line-height: 1.2;
  }
 
  .footer-section {
    flex: 1;
    min-width: 180px; /* Reduce ancho mínimo */
    margin: 5px 0;   /* Reduce espacio entre secciones */
    padding: 5px;     /* Reduce espacio interno */
  }

