.seccion_blog{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.seccion_blog .seccion_blog_vacia{
    display: flex;
    width: 23%;
}

.seccion_blog .seccion_blog_2{
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.seccion_blog_2 .seccion_etiquetas{ 
    width: 100%;
    display: flex;
}

.seccion_blog_2 hr{
    width: 816px;
    border: 1px solid #C0C0C0;
    margin-bottom: 24px;
    opacity: 0.5;
}

.seccion_blog_2 .caja_comentarios{
    font-family: 'Alright Sans Ultra';
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.caja_comentarios #reply-title, .caja_comentarios .comment-notes, .caja_comentarios .logged-in-as{
    display: none;
}

.caja_comentarios h2{
    font-size: 32px;
    color: #D31145;
    text-align: center;
    margin-bottom: 24px;
}

.caja_comentarios .comment-respond{
    display: flex;
    justify-content: center;
}

.caja_comentarios label{
    font-size: 12px;
    color: #D31145;
    text-align: left;
}

.caja_comentarios #commentform{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.caja_comentarios input{
    width: 100%;
    height: 100%;
    max-width: 560px;
    max-height: 44px;
    margin-bottom: 5px !important;
    border: 1px solid #C0C0C0;
    font-size: 14px;
    font-family: 'Alright Sans';
}

.caja_comentarios textarea{
    width: 100%;
    height: 100%;
    max-width: 560px;
    max-height: 80px;
    border: 1px solid #C0C0C0;
    font-size: 14px;
    font-family: 'Alright Sans';
}


.caja_comentarios .form-submit{
    display: flex;
    justify-content: center;
}

.caja_comentarios #submit{
    font-family: 'Alright Sans Ultra';
    width: 176px;
    height: 42px;
    margin-top: 40px;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}

.m_comentarios{
    width: 100%;
    max-width: 560px;
    max-height: 310px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    /* justify-content: center;
    flex-direction: column; */
    margin-bottom: 50px;
    height: auto;
}
.m_comentarios hr {
    width: 560px;
    border: 1px solid #C0C0C0;
    margin-bottom: 24px;
    opacity: 0.5;
}


.m_comentarios .comentario{
    width: 100%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.m_comentarios .comentario .comment-meta{
    font-family: 'Alright Sans Ultra';
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #D31145;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.m_comentarios .comentario .comment-meta .fecha{
    font-size: 10px;
    color: #000000;
    font-family: 'Alright Sans Regular';
    text-transform: none;
}

.m_comentarios .comentario #comentario_p{
    font-size: 14px;
    color: #000;
    text-align: left;
    font-family: 'Alright Sans Regular';
    margin-bottom: 24px;
}

.post_relacionados{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
.post_relacionados h2{
    font-family: 'Alright Sans Ultra';
    font-size: 32px;
    color: #D31145;
    text-align: center;
}

.post_relacionados .content_post{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.post_relacionados .p_r_slider{
    display: none;
}

.post_relacionados .content_post .post_r{
    width: 100%;
    max-width: 260px;
    max-height: 412px;
    display: flex;
    flex-direction: column;
    padding: 16px 16px;
}


.post_relacionados .content_post .post_r:hover{
    box-shadow: 0px 4px 16px #5454541F;
}

.post_relacionados .content_post .post_r:first-child, 
.post_relacionados .content_post .post_r:nth-child(2){
    margin-right: 34px;
}

.post_relacionados .content_post .post_r .r-imagen{
    width: 100%;
    max-width: 228px;
    max-height: 228px;
    margin-bottom: 24px;
}

.post_relacionados .content_post .post_r .r-imagen img{
    width: 100%;
}

.post_relacionados .content_post .post_r .post_info{
    display: flex;
    flex-direction: column;
}

.post_relacionados .content_post .post_r .post_info .fecha_autor{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #000;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 16px;
    max-width: 228px;
}

.post_relacionados .content_post .post_r .post_info .fecha_autor p{
    font-family: 'Alright Sans Regular';
    font-size: 10px;
    margin: 0;
    opacity: 0.8;
}

.post_relacionados .content_post .post_r .post_info h5{
    max-width: 228px;
}

.post_relacionados .content_post .post_r .post_info h5 a{
    font-size: 18px;
    color: #000;
    text-transform: none;
    text-align: left;
    margin-bottom: 24px;
    overflow-wrap: break-word;
    font-family: 'Alright Sans';
    font-weight: bold;
}

.post_relacionados .content_post .post_r .post_info .link_r{
    font-family: 'Alright Sans Black';
    font-size: 12px;
    color: #CD123C;
    text-align: left;
    text-decoration: underline;
    margin-bottom: 24px;
    font-weight: 900;    
}

.seccion_blog_2 #hr_a,
.seccion_blog_2 #hr_a{
    width: 560px;
    border: 1px solid #C0C0C0;
    margin-bottom: 24px;
    opacity: 0.5;
}

@media screen and (max-width:1100px){
    .header_blog h1 {
        font-size: 40px;
    }

    .post_relacionados .content_post .post_r:first-child, .post_relacionados .content_post .post_r:nth-child(2) {
        margin-right: 10px;
    }

    .post_relacionados .content_post .post_r .post_info h5 a {
        font-size: 15px;
    }

    .post_relacionados .content_post .post_r .post_info .fecha_autor p {
        font-size: 8px;
    }
}

@media screen and (max-width: 980px){
    .header_blog h1 {
        font-size: 23px;
    }
    .contenido_b1 h2 {
        font-size: 18px;
    }
    .contenido_b1 .texto_blog p {
        font-size: 14px;
    }
    .header_blog .autor_fecha p {
        font-size: 11px;
    }
    .caja_comentarios h2 {
        font-size: 23px;
    }
    .post_relacionados h2 {
        font-size: 23px;
    }
}

@media screen and (max-width: 900px){
    .post_relacionados .content_post .post_r:first-child, .post_relacionados .content_post .post_r:nth-child(2) {
        margin-right: 3px;
    }

    .post_relacionados .content_post .post_r {
        padding: 10px 10px;
    }
}


@media screen and (max-width: 777px){
    .post_relacionados .content_post{
        display: none;
    }
    
    .post_relacionados .p_r_slider{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 350px;
    }
    
    .seccion_blog_2 #hr_a{
        width: 560px;
        border: 1px solid #C0C0C0;
        margin-bottom: 24px;
        opacity: 0.5;
    }
    .seccion_blog .seccion_blog_2{
        width: 100%;
        overflow: hidden;
    }
    
}



footer{
    position:  relative !important;
    margin-top: 0px !important;
}

.contenido_blog .heart-icon1, .contenido_blog .heart-icon2{
    display: none;
}

.contenido_blog .activado{
    display: flex;
}

.like_container button:focus{
    outline: none !important;
}

.share_like{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 816px;
}

.share_like .social_sharing{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.share_like .social_sharing p{
    font-size: 16px;
    color: #D31145;
    font-family: 'Alright Sans Black';
    padding: 8px;
    margin-bottom: 0px;
}

.share_like .social_sharing a{
    margin-left: 4px;
}

.share_like .social_sharing a img{
    width: 100%;
    max-width: 32px;
}

.like-button{
    display: flex;
    flex-direction: row;
    align-items:center;
}

.like-button .texto-like{
    font-size: 12px;
    font-family: 'Alright Sans Black';
    margin-top: 3px;
    margin-left: 5px;
    color: #000000;
    opacity: 0.25;
}

.like-button .activado{
    color: #CD123C;
    opacity: 1 !important;
}