.logo_head{
    position: fixed;
    top: 20px;
    /* left: 15px; */
}

.menusiglePost {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 8vw;
    background: var(--color-gradient);
}
.logo_head img{
    width: 90px;
}
img{
    width: 100%;
}
.comeback{
    border: 1px solid  var(--color-blue);
    padding: 7px 40px 7px 15px;
    border-radius: 4px;
}
.comeback i {
    margin-right:11px ;
}
.comeback a{
    color:  var(--color-blue);
}
ul.share{
    display: flex;
    list-style: none;
    padding-left: 0;
    align-items: center;
}
ul.share li:nth-child(2) i {
    color: var(--color-blue);
}
ul.share li:nth-child(3) i {
    color: #dc4a38
}
ul.share li:nth-child(4) i {
    color: #007ab5;
}
ul.share li:nth-child(6) i {
    color: red;
}
ul.share li{
    margin-left: 8px;
    width: 32px;
    height: 32px;
    background: #F6F6F6;
    border-radius:50% ;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.share li:nth-child(1){
    width: max-content;
    margin-right: 8px;
    background: none;
}
ul.share li:nth-child(n+2):hover{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1)
}
.detailPost .contentNews .--title{
    transform: none;
    opacity: 1;
    margin-bottom: 0;
    position: relative;
}
.detailPost .contentNews .--title::before{
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--color-title);
    bottom: -1rem
}
.detailPost .listNews{
    margin-top: 2.5rem;
}
.detailPost .homeNews{
    margin: 0 8rem;
}
.detailPost .listNews .item .content h5{
    color: #1b1a1a;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.detailPost .listNews .item .content article{
     color: #000;
     padding: 0;
     margin-top: .75rem;
     opacity: .8;
}
.detailPost .listNews .btnnRead{
    color: var(--color-title);
}
.detailPost{
    /* overflow-y: scroll; */
    overflow-x: hidden;
    height: 100%;
    background: #e3b9c7;
}
.detailPost .content .future{
    height: 380px;
}
.detailPost .content .text{
    padding: 15px 3rem;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
.detailPost .content .title{
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-body);
    margin: 2rem 0;
    font-weight: bold;
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.detailPost .content .future img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.detailPost .content article{
    text-align: justify;
    padding: 0 6rem;
    font-size: 14px;
}
.detailPost .content .wp-block-image img{
    padding: 12px 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
    background: white;
    /* width: 50%; */
    display: block;
    margin: 1rem auto;
    object-fit: cover;
}
.detailPost .content .wp-block-image{
    text-align: center;
}
.detailPost .home__desc {opacity: 1;filter: none;margin-top: 2rem;}
.listNews .item .btnnRead a:after {
    content: '';
    width: 50%;
    height: 4px;
    background: var(--color-gradient);
    display: block;
    transition: var(--transition-smooth);
}
.listNews{
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listNews .item {
    color: #fff;
    transition: all .25s ease-out;
}

.section.active .listNews .item {
    color: var(--color-dark);
}
.listNews .item:focus{
    outline: none;
}
.listNews .item a:focus{
    outline: none;
}
.listNews .item .img{
    height: 200px;
    /* width: 350px; */
    margin-bottom: 1.5rem;
}

.listNews .item .content {
    display: block;
    align-items: initial;
    min-height: initial;
    margin-bottom: 2rem;
}

.listNews .item .content a {
    color: inherit;
}
.listNews .item .img a:focus{
    outline: none;
}
.listNews .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.listNews .item .img img:focus{
    outline: none;
}
.listNews .item .content a:hover{
    text-decoration: none !important;
}
.listNews .item .content h5{
    font-family: var(--font-avanmd);
    /* color: var(--color-title); */
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
}
.listNews .item .content article{
    /* font-family: var(--font-avanbook); */
    font-size: 14px;
    margin: 0 0 1rem;
    text-align: left;
    opacity: .5;
}
.listNews .item .btnnRead{
    font-family: var(--font-avanmd);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    /* color: var(--color-pink); */
}

.listNews .item .btnnRead a {
    font-weight: 700;
}
.listNews .item .btnnRead a{
    color: inherit;
    padding-bottom: .5rem;
    display: inline-block;
}

.listNews .item .btnnRead a svg {
    display: none;
}

.listNews .item .btnnRead a:after {content: '';width: 50%;height: 4px;background: var(--color-gradient);display: block;transition: var(--transition-smooth);}

.listNews .item .btnnRead a:hover:after {
    width: 80%;
}
.listNews .item .btnnRead a:hover{
    text-decoration: none;
}
.--button{
    border-bottom: 1px solid #aaa;
    padding-bottom: 2rem;
}
ul.headerPost{
    padding: 0;
    margin-top: 7rem;
}
ul.headerPost li{
    width: 7px;
    height: 7px;
    /* margin-bottom: 5px; */
    background: #FFFFFF;
    border-radius: 50%;
    margin: 13px 0;
    cursor: pointer;
    position: relative;
}

ul.headerPost li:hover a {
    opacity: 1;
}
ul.headerPost li a{
 color: #fff;
 width: max-content;
 white-space: nowrap;
 font-size: 15px;
 transform: translate(0, -50%);
 position: absolute;
 top: 50%;
 background: #4724b1;
 left: 16px;
 padding: 5px 15px;
 border-radius: 25px;
 z-index: 18;
 opacity: 0;
 transition: all .5s ease;
}
@media(max-width: 768px){
    .menu_mobile p{
        top: 30px;
    }
    .menusiglePost{
        background: none;
    }
    ul.headerPost{
        display: none;
    }
    .logo_head{
        right: 15px;
    }
    .--button{
        border: none;
    }
    .--button{
        flex-flow: column;
        align-items: center;
    }
    .comeback{
        margin-bottom: 1rem;
    }
}
@media(max-width: 640px){
    .listNews {
        opacity: 1;
    }

    .listNews .item {
        width: 100%;
        padding: 0;
        color: initial;
    }
    .listNews .item .img{
        width: 100%;
    }
    .detailPost {
        padding: 0;
    }

    .detailPost .content .future {
        height: 240px;
    }

    .detailPost .content .text {
        padding: 0 1rem;
        text-align: left;
    }

    .detailPost .homeNews {
        margin: 0;
    }

    .detailPost .content .wp-block-image img {
        padding: 8px;
    }

    .detailPost .content article {padding: 0;}

    .detailPost .content .title {
        text-align: center;
        font-size: 24px;
    }
}