main {
    border-bottom: 5px double blue;
    padding: 2px;
}
.figureAbout img
{
    background-color: gray;
    width: 100%;
    height: auto;
    position: relative;
}
.contenedorAbout
{
    width: 95%;
    height: auto;
    /*margin-top: 125px;*/
    margin-left: 5px;
    position: relative;
}
.contenedorAbout div {
    padding-bottom: 15px;
}
.Valores
{
    display: flex;
    flex-direction: column;
}
.Nosotros a
{
    text-align: center;
    font-style: italic;
}
h1
{
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
    font-style: italic;
    background: #005aa3;
    color: #fff;
    border-style:double;
    padding-top:5px;
    padding-bottom: 5px;
    width: 100%;
}
h3
{
    font-size: 20px;
    padding-right: 10px;
    width: 155px;
    margin-top: 5px;
    
}
.textoNormal
{
    padding: 0;
    border: none;
    padding: 0px;
    font-size: 15px;
}
#valor
{
    margin-left: 5px;
    font-size: 15px;
}
@media(min-width:1024px)
{
    figure{
        height: 400px;
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
    }
    
    .contenedorAbout
    {
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }
    .Valores h3 {
        display: inline;
        margin-left: 2px;
    }
}