.skills {
 max-width: 1020px; /*antes 980px*/ 
  margin: 0 auto;
}


.skills-title {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;

}

.skills-skill {
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 42px;
  padding: 0.5em 0.7em;
  margin: 10px;

}

.skills-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*

**** pantalla ancha *****

*/

@media(min-width:950px) {
  .skills-title {
    font-size: 30px;

  }

  .skills-skill {
    font-size: 24px;
    margin: 20px;

  }

  .skills-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }



}