#pie{

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    justify-content: space-around;
}

#textoPie{
    width: 400px;
    text-align: justify;
}

.pie-legal {
    margin-top: 0.75rem;
    font-size: 0.9rem;
}

.pie-legal a {
    color: #ffd35f;
    text-decoration: none;
}

.pie-legal a:hover,
.pie-legal a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.hrr{
    width: 1px;
    height: 90%;
}

#iconosPie{

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    justify-content: center;
}

.imgPie{
    width: 15%;
    padding: 10px;
}

@media screen and (max-width: 800px) {
    
    #textoPie{
        width: 50%;
    }

    .imgPie{
        width: 12%;
        padding: 5px;
    }

}
