.margin-bottom-20px{
	margin-bottom: 20px;
}

.this-blog{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 20px;
}

.cimage-this-post{
	width: 100%;
}

.cimage-this-post img{
	width: 100%;
}

.infpoxts{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dinv-uno,
.dinv-dos,
.dinv-tres{
	margin-right: 10px;
}

.dinv-uno span svg,
.dinv-dos span svg,
.dinv-tres a svg{
	margin-right: 2px;
}

.dinv-tres a{
    color: #333;
}

.dinv-tres a:hover{
    color: #b70030;
    text-decoration: none;
    cursor: pointer;
}

.dinv-cuatro a{
    color: #333;
}

.dinv-cuatro a:hover{
    color: #333;
    text-decoration: none;
}

.dinv-cuatro svg:hover{
    color: #b70030;
    cursor: pointer;
}

.infptitle{
	margin-bottom: 5px;
}

.tags-this-post{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
        margin-top: 15px;
}

.title-siconsthis{
	    font-size: 15px;
    margin-top: 6px;
}

.tags-this-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.tags-this-list a{
    border: 1px solid gray;
    background: #b70030;
    color: white;
    font-weight: bold;
    font-size: 11px;
    margin: 5px;
    padding: 5px 3px;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75);
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.tags-this-list a:hover{
    text-decoration: none;
    color: white;
    opacity: .7;
}

.infpcomment{
	margin-top: 10px;
	margin-bottom: 10px;
}

.for-opacity{
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background: #80808085;
}

/*========= Lista de comentarios principales =============*/
.allinone-thscomm{
	display: flex;
    flex-direction: row;
    margin-right: 20px;
    margin-top: 20px;
        /*margin-bottom: 15px;*/
}

.cont-image-usercomm{
    margin-right: 10px;
}

.cont-image-usercomm img{
	    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.32);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.32);
}

.contn-commt h6{
	    color: #585f69;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0px;
}

.contn-commt h6:hover{
	color: #b70030;
}

.contn-commt > span{
	font-size: 13px;
}

.ccontent-this-post > .contn-post,
.comentario-txt p,
.comentariosub-txt p
	text-align: justify;
}

/*================= Para movil o table ==============*/
.otherm-res{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contnresp-commt{
	margin-top: 17px;
}

.contnresp-commt h6{
	    color: #585f69;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0px;
}

.contnresp-commt h6:hover{
	color: #b70030;
}

.contnresp-commt > span{
	font-size: 13px;
}
/*================= End Para movil o table ==============*/

.comentario-txt{
	    position: relative;
    background: #f2f3f5;
    padding-left: 5px;
    padding-top: 5px;
}

.comentario-txt p{
	color: black;
	padding: 0px 10px 10px 0px;
	margin: 0px;
}

.cnt-likes-replies{
    position: absolute;
    right: 0;
    top: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 5px;
}

.ths-count-cmmlike{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 18px;
    width: auto;
    padding: 2px;
    line-height: 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
        color: #b70030;
}

.ths-count-cmmlike a{
	color: #333;
	    font-size: 11px;
}

.ths-count-cmmlike a:hover{
	color: #333;
	text-decoration: none;
}

.ths-count-replies{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 18px;
    width: auto;
    padding: 2px;
    line-height: 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
        color: #b70030;
}

.ths-count-replies a{
	color: #333;
	    font-size: 11px;
}

.ths-count-replies a:hover{
	color: #333;
	text-decoration: none;
}

.like-reply{
	padding-top: 5px;
}

.like-reply a{
	color: #333;
	margin-right: 5px;
	font-size: 12px;
}

.like-reply a:hover,
.like-reply a:focus{
	color: #b70030;
	text-decoration: none;

}

.like-reply a svg{
	margin-right: 2px;
}

/*======== Subcomentarios =========*/

.allinone-subcomm{
	display: flex;
    flex-direction: row;
    margin-right: 20px;
    padding-top: 20px;
	margin-bottom: 15px;
	margin-left: 11%;
}

.cont-imagesub-usercomm{
    margin-right: 10px;
}

.cont-imagesub-usercomm img{
	    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.32);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.32);
}

.contnsub-commt h6{
	    color: #585f69;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0px;
}

.contnsub-commt h6:hover{
	color: #b70030;
}

.contnsub-commt > span{
	font-size: 13px;
}

.comentariosub-txt{
	position: relative;
    background: #f2f3f5;
    padding-left: 5px;
    padding-top: 5px;
}

.comentariosub-txt p{
	color: black;
	padding: 0px 10px 10px 0px;
	margin: 0px;
}

.cnt-likessub-replies{
    position: absolute;
    right: 0;
    top: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 5px;
}

.ths-countsub-cmmlike{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 18px;
    width: auto;
    padding: 2px;
    line-height: 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
        color: #b70030;
}

.ths-countsub-cmmlike a{
	color: #333;
	    font-size: 11px;
}

.ths-countsub-cmmlike a:hover{
	color: #333;
	text-decoration: none;
}

.ths-countsub-replies{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 18px;
    width: auto;
    padding: 2px;
    line-height: 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.32);
        color: #b70030;
}

.ths-countsub-replies a{
	color: #333;
	    font-size: 11px;
}

.ths-countsub-replies a:hover{
	color: #333;
	text-decoration: none;
}

.likesub-reply{
	padding-top: 5px;
}

.likesub-reply a{
	color: #333;
	margin-right: 5px;
	font-size: 12px;
}

.likesub-reply a:hover{
	color: #b70030;
	text-decoration: none;

}

.likesub-reply a svg{
	margin-right: 2px;
}

.hr-style1tn{
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
        width: 95%;
    margin-left: 1%;
}

/*================ Para agregar un comentario principal ==============*/
.contenedor-new-compri{
    margin-top: 25px;
}

.contenedor-new-compri h4{
letter-spacing: 2px;
    font-weight: normal;
}

.ctnnuevo-comm2{
	width: 85.6%;
}

.ctnnuevo-comm{
	width: 100%;
}

.div-newcommm h6{
	    color: #585f69;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0px;
}

.div-newcommm h6:hover{
	color: #b70030;
}

.div-newcommm > span{
	font-size: 13px;
}

.newcomm-cntnt{
	margin-top: 10px;
}

.newcomm-cntnt textarea{
	width: 100%;
}

.txt-agregar-comment{
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.txt-subcomment:focus,
.txt-agregar-comment:focus{
    border-color: #b70030 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #b70030d6 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #b70030d6 !important;
}

.new-submentario{
	    display: flex;
    flex-direction: row;
    margin-left: 10.5%;
    margin-top: 10px;
}

.otdivsub-comm{
    width: 100%;
}