.back-blog {
    text-transform: uppercase;
    color: #8e7c4c;
    font-size: 1.8rem;
    margin-bottom: 4rem;
    display: block;
}
.single-container .row {
    max-width: 90rem!important;
}
.figure-single .row {
    max-width: 144rem!important;
}
.header-single__content {
    flex: 0 1 100%;
    text-align: center;
}
.header-single__title {
    color: #212121;
    font-weight: 500;
}
.header-single__category {
    color: #8e7c4c;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: .04em;
}

.text-single {
    text-align: center;
    padding: 0 2rem;
}
.text-single__text {
    color: #212121;
}
.figure-single__content {
    width: 100%;
}

@media only screen
and (min-width:768px){
    .header-single {
        padding-top: 6rem;
        margin-bottom: 6rem;
    }
    .header-single__title {
        font-size: 3.6rem;
        line-height: 1.4em;
        margin-bottom: 3rem;
    }
    .header-single__category {
        font-size: 1.6rem;
        line-height: 1.4em;
    }
    .text-single {
        margin-bottom: 3rem;
    }
    .text-single__content p {
        font-size: 1.6rem;
        line-height: 2em;
    }
    .figure-single {
        margin-bottom: 6rem;
    }
    .single-container {
        margin-bottom: 8rem;
    }
}
@media only screen
and (max-width:767px){
    .header-single {
        padding-top: 3rem;
        margin-bottom: 3rem;
    }
    .header-single__title {
        font-size: 3rem;
        line-height: 1.4em;
        padding: 0 2rem;
        max-width: 40rem;
        margin: 0 auto 2.5rem;
    }
    .header-single__category {
        font-size: 1.6rem;
        line-height: 1.4em;
    }
    .text-single {
        margin-bottom: 3rem;
    }
    .text-single__content p {
        font-size: 1.6rem;
        line-height: 2em;
    }
    .figure-single {
        margin-bottom: 6rem;
    }
    .single-container {
        margin-bottom: 14rem;
    }
    .back-blog {
        font-size: 1.2rem;
        margin-bottom: 4rem;
    }   
}
.share-container {
    padding: 3rem 0 8rem 0;
}
.shares-list {
    display: flex;
    align-items: center;
    justify-content: center;    
}
.shares-list li {
    margin: 0 1rem;  
    box-sizing: border-box;
    font-size: 0;
}
.shares-list li a {
    display: inline-block;
    height: 3rem;
}
.shares-list li i {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-image: url('https://www.openpinamar.com.ar/wp-content/themes/openpinamar/img/layout/shares-icons.png'); 
    background-size: auto 3rem;
    background-repeat: no-repeat;
    background-position-y: center;
    transition: opacity .7s;
}
.shares-list li i:hover {
    opacity: .7;
}

.twiter-share {
    background-position-x: -3.7rem;
}
.facebook-share {
    background-position-x: -.2rem;
}
.copy-share {
    background-position-x: -6.9rem;
}