.container-post{
    background-color:#FFF;
    padding:50px 15px 68px;
}

body.tmtl-has-app-topbar .page-post .container-post{
    margin-top:0;
}
.page-post .container-post{
    background-color:#FFF;
    margin-top:54px;
    margin-bottom:70px;
    padding-top:25px;
    padding-bottom:1px;
}

.page-post .container-post .item-post{
    margin:0 25px 25px 25px;
    width:calc(100% - 50px);
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border:1px solid #EEEEED;
    border-radius:2px;
}
.page-post .container-post .item-post .img-post img{
    width:100%;
    border-radius:2px 2px 0 0;
}
.page-post .container-post .item-post .title-post h3{
    font-size:14px;
    color:#004694;
    padding:10px 20px 5px;
    text-align:center;
    border-bottom: 1px solid #004694;
    margin:0 10px 10px;
}
.page-post .container-post .item-post .description-post{
    font-size:10px;
    color:#004694;
    padding:0 20px 5px 20px;
}
.page-post .container-post .item-post .description-post span p{
    margin-bottom:10px;
}
.page-post .container-post .footer{
    padding:0 25px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.page-post .container-post .footer div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-post .container-post .footer .number-likes-post::after{
    content:'Me gustas';
    margin-left:5px;
    color:#004694;
    font-size:10px;
}
.page-post .container-post .footer div span{
    color:#004694;
    font-size:10px;
}
.page-post .container-post .footer div i{
    margin-right:5px;
    background-color:#004694;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width:20px;
    height:20px;
    border-radius:50%;
    color:#FFF;
    font-size:8px;
}
