.first{
    padding-top: 75px;
}
.grupolenguajes {
    display: flex;
    flex-direction: row;
}
.lenguajes{
    position: relative;
    padding: 12px;
    cursor: pointer;
}
.lenguajes:hover{
    background-color: #EAEAEA;
}
.lenguajes img {
    height: 290px;
    width: 290px;
}
.lenguajes p{
    width: 300px;
}
.certificaciones{
    display: flex;
    flex-direction: row;
    padding: 12px;
    margin: 0px auto;
}
.certificaciones img{
    height: 100px;
    width: 100px;
}
.textcertificaciones{
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}
.textcertificaciones p{
    margin-top: 5px;
}

@media (max-width: 700px) {

    #servicios{
        display: flex;
        flex-direction: column;
    }
    .programacionweb{
        display: flex;
        flex-direction: column;
        margin: 0px auto;
        justify-content: center;
        align-items: center;
    }
    .grupolenguajes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        }
  .containerservicios{
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  #titless p{
    width: 350px;
}
}
