.enlaces-seo {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 250px;
    list-style: none;
  }

  .enlaces-seo a{
    color: var(--azul1);
    text-align: left;
    font-size: 18px;
  }

  .enlaces-seo a:hover{
    color: #074c77;
  }

  .parrafo{
    color: slategrey;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    text-decoration: none;
  }