/*entradas*/
#ast-commentform {
    overflow: hidden;
}
.single-post #primary {
    max-width: 1400px;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.single-post .entry-title {
    font-weight: 600;
    font-size: 2rem !important;
}
.single-post .entry-content h2 {
    font-size: 1.6rem;
}
.single-post .entry-content h3 {
    font-size: 1.3rem;
}
.single-post .entry-content ul, .single-post .entry-content ol {
    margin: 0 0 1.4em 1.5em;
}
.imagen-post-h {
    margin-bottom: .6em;
}
.post-fin {
    background-color: #f4f6f8;
    border-left: 5px solid #31a6b9;
    padding: 25px 20px;
    margin-top: 30px;
    border-radius: 5px;
    margin-bottom: 40px;
}
a.ver-categoria-blog {
    padding: 6px 18px;
    background: #31a6b9;
    border-radius: 10px;
    color: #fff;
    margin: 15px auto 0;
    display: block;
    width: max-content;
}
a.ver-categoria-blog:hover {
    background: #222;
    color: #fff;
}
.imagen-post-h figcaption.uagb-image-caption {
    color: rgb(0 0 0 / .6) !important;
}
@media screen and (max-width: 921px) {
.imagen-post-h figcaption.uagb-image-caption {
    font-size: 12px;
    line-height: 17px;
}
.ast-grid-common-col {
    width: 100% !important;
}
.ast-row.comment-textarea, .ast-comment-formwrap.ast-row p {
    margin-bottom: 1em !important;
}
}
/*entradas*/