

.logos{
    height: 95px;
    background: #5c5a5e;
    width: 100%;
}
.social ul{
    margin: 10px 0;
    padding: 0;
}
.social ul li{
    cursor: pointer;
    display: inline-block;
    margin: 0;
    margin-left: -4px;
}
.social ul li i{
    font-size: 18px;
    color: rgb(198, 198, 198);
    transition: 0.3s;
}
.social ul li i:hover{
    color: rgb(255, 255, 255);
}
.fecha{
    color: #fff;
    text-align: center;
}
@media (max-width: 858px){
    .fecha{
        display: none;
    }
    .align{
        width: 100%;
        text-align: center
    }
    #img-logo-pj{
        height: 50px;
    }
}
.separador{
    height: 45px;
    width: 1px;
    background: rgb(184, 184, 184);
    margin-left: 15px;
    margin-right: 15px;
}
