.text-justify{
    text-align: justify;
}

.enlaces-seo {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 540px;
    list-style: none;
    line-height: 30px;
  }

  .enlaces-seo::-webkit-scrollbar-track,
  textarea::-webkit-scrollbar-track {
      background-color: #d72323;
  }
  
  .enlaces-seo::-webkit-scrollbar,
  textarea::-webkit-scrollbar {
      width: 5px;
  }
  
  .enlaces-seo::-webkit-scrollbar-thumb,
  textarea::-webkit-scrollbar-thumb {
      background-color: #80808c;
  }

  .enlaces-seo ul li a{
    margin-bottom: 15px;
}

.enlaces-seo a{
    color: #fff;
}

.enlaces-seo a:hover{
    color: #d72323;
    transition: 1.5s;
}

.parrafo{
    text-decoration: none;
    text-align: justify;
    font-size: 16px;
    color: slategray;
    line-height: 30px;
    font-weight: normal;
}

.parrafo-2{
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    color: #d72323;
    line-height: 30px;
    font-weight: normal; 
}

.tittle-seo{
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    color: #d72323;
    line-height: 30px;
    font-weight: normal; 
}

.radius{
    border-radius: 30px;
}