.bloque-apps {
    font-size: 11px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 500px)
{
    .bloque-apps {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 500px)
{
    .bloque-apps .bloque-app {
        width: 50%;
        padding: 5px;
    }

}

@media (max-width: 768px)
{
    .bloque-apps .bloque-app {
        width: 44.3333%;
    }
}

.mine{
    font-weight: 700;
    font-size: 10pt;
    color: black;
    padding-top: 5px;
}
.mine-developer{
    font-weight: 700;
    font-size: 10pt;
    color: #03a9f4;
}



.bloque-app {
    font-weight: 400;
    padding: 3px;
    text-align: center;
    width: 13.667%;
}

.bloque-app a {
    box-shadow: 2px 2px 2px 0 #e3e3e3;
    background: #fff;
    position: relative;
    display: block;
    padding: 15px 15px 65px;
    border-radius: 20px;
    height: 180px;
}

.bloque-app a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(29,34,45,.33);
    opacity: 0;
    z-index: 9;
    border-radius: 2px 2px 0 0;
    border-bottom: 2px solid #1bbc9b;
}

.bloque-app a:before, .bloque-app-second, html #footer, html .bld_ico, html .bloque-blog, html .spinvt .snv {
    border-color: #4caf50;
}

.bloque-app .px-postmeta, .relacionados .bloque-app .px-postmeta {
    background: #fafafa;
    border-top: 1px solid #eaeaea;
    padding: 10px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 7px;
    left: 0;
    border-bottom: 2px solid #1bbc9b;
}

.bloque-app .bloque-imagen img {
    /*position: absolute;*/
    /*left: 0;*/
    /*display: block;*/
    /*height: 0;*/
    /*max-height: 100%;*/
    /*max-width: 100%;*/
    /*min-height: 100%;*/
    /*min-width: 100%;*/
    /*width: 0;*/
    /*margin: auto;*/
}

.bloque-imagen>img {
    border-radius: 20px;
}

.bloque-app a:after {
    content: '+';
    position: absolute;
    right: 0;
    left: 0;
    font-size: 33px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0;
    z-index: 9;
    background: #1bbc9b;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


#comments ol.comment-list {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

#comments ol.comment-list .comment {
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments ol.comment-list .comment .comment-body {
    position: relative;
    padding: 20px 0;
    padding-left: 70px;
}

#comments ol.comment-list .comment {
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments ol.comment-list .comment .comment-body {
    position: relative;
    padding: 20px 0;
    padding-left: 70px;
}

#comments ol.comment-list .comment .comment-body .comment-author {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

#comments ol.comment-list .comment .comment-body .comment-author img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    position: absolute;
    left: 0;
}
#comments ol.comment-list .comment .comment-body .comment-author .fn {
    font-weight: 700;
}
#comments ol.comment-list .comment .comment-body .comment-meta {
    display: inline-block;
    float: right;
}

#comments ol.comment-list .comment .comment-body .comment-meta a {
    font-size: 12px;
    opacity: .4;
}

#comments ol.comment-list .comment .comment-body .comment-content p {
    line-height: 21px;
    color: #444;
    font-size: 14px;
    margin-top: 10px;
}

.commentmetadata > a {
    color: #000000;
}
