.titulo-legales {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #1E3A5F;
  }
  
  .subtitulo-legales {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .texto-legales {
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
    text-align: justify;
  }
  
  .section-legales {
    background-color: #f8f9fa;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  