      .seccion-titulo {
        background-color: #e6e6e6;
        padding: 3rem 1rem;
        text-align: center;
      }
      .seccion-subtitulo {
        color: #6c757d;
      }
      .card-dark {
        background-color: #fff;
        color: #000;
        padding: 2rem;
        height: 100%;
      }
      .etiqueta {
        background-color: #0d2b52;
        color: #fff;
        padding: 0.5rem 1rem;
        display: inline-block;
        font-weight: bold;
        border-radius: 0.5rem 0.5rem 0 0;
        margin-bottom: 1rem;
      }
      footer {
        background-color: #222;
        color: #bbb;
        text-align: center;
        padding: 1rem;
        font-size: 0.875rem;
      }

      .visionValores{
        background-color: #48494B;
      }

      p{
        text-align: justify;
      }

      .texto-justificado{
          text-align: justify;
            line-height: 1.6;
            letter-spacing: 0.3px;
            font-size: 1rem; /* o el tamaño que estés usando */
            margin: 1rem;
      }