.valores{
    background: #69A021;
}

.valores h1{
    font-family: calibri;
    font-weight: 700;
    font-size: 3em;
    color: #0E0933;
    text-align: center;
    margin-top: 0;
    padding: 50px 0px 50px 0px;
}

#valores_img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}

#valores_img img{
    width: 15vh;
    margin: 0px 50px 0px 50px;
}

#valores_img p{
    font-family: calibri;
    font-weight: 700;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    

    
}
