#howwork{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    margin: 30px auto;
}

#howwork div#work1{
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 30px;
}

#howwork div.circulo{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: white;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#howwork div.circulo img#uno{
    width: 50%;
    padding-top: 15px;
}

#howwork div.circulo img#dos{
    width: 50%;
}

#howwork div.circulo img#tres{
    width: 60%;
    padding-top: 20px;
}

#howwork div.circulo img#cuatro{
    width: 50%;
    
}

#howwork div.circulo img#cinco{
    width: 70%;
}

#howwork div.texto{
    font-size: 18px;
    text-align: center;
    background: rgba(255,255,255,0.3);
    padding: 20px;
    border-radius: 16px;
}