
.content-pie-new{
    text-align: center;
    background: #232323;
    color: #FF8A16;
    height: 1300px;
    justify-content: center;
    align-items: center;
    padding: 30px 10px 20px 10px;
}

.content-logos-descripcion{
    /* border: 1px solid white;*/
    justify-content: center;
    align-items: center;
}

.content-dinamico{
    padding: 30px
}

@media screen and (min-width: 700px){
    .content-pie-new{
        text-align: center;
        background: #232323;
        color: #FF8A16;
        height: 555px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .content-logos-descripcion{
        /*border: 1px solid white;*/
        justify-content: center;
        align-items: center;
        display: flex;
        margin-top: 20px
    }
}

