#titulo h2{
    padding: 0px;
    border: 0px;
    font-size: 2em;
    text-align: center;
    font-weight: 100;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #69A021;
}


#img-section img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 140px;
    max-height: 140px;
    margin-top: 20px;
}

#img-section h3{
    text-align: center;
    color: #69A021;
    margin-top: 5px;
    margin-bottom: 20px;
}

#imagenes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#imagenes h3{
    margin: 0px, 0px, 10px, 0px;
    color: #69A021;  
    text-align: center;
}



#imagenes img {
    
    max-width: 140px;
    max-height: 140px;
    padding: 20px;
    
}
