
body h1.entry-title{
    max-width:100%!important;
}

.entry-meta>div.vce-share-bar:before{
    display:none;
}

.entry-meta .vce-share-items .meks_ess{
    margin-bottom:0!important;
    display:flex;
}
.entry-meta .vce-share-items{
    padding-top: 7px!important;
    text-align: left;
}
.entry-meta .vce-share-bar{
    padding-left:0!important;
}


.global_footer{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;    
}

.global_footer a{
    color:#ffffff!important;
    padding:10px 20px;
    margin-left:10px;
    margin-right:10px;
    font-size: 17px;
    line-height: 1.2;
    background: rgba(0,0,0,.15);
    text-align: center;
}

.global_footer a:hover{
    text-decoration:none!important;
    background-color:#ffffff!important;
    color:#272727!important;
}

@media only screen and (max-width: 1024px) {
    .global_footer{
        flex-direction:column;
    }
    .global_footer a{
        margin-bottom:20px;
    }    
}

#revistas-id .widget-title{
    text-transform:uppercase;
}

#subscrever_newsletter.dh{
    border-top: 1px solid #ed1c24;
    border-bottom: 1px solid #ed1c24;  
}
#subscrever_newsletter.dh a{
    background-color: #ed1c24!important;  
}
#subscrever_newsletter.sustentavel{
    border-top: 1px solid #20b57b;
    border-bottom: 1px solid #20b57b;  
}
#subscrever_newsletter.sustentavel a{
    background-color: #20b57b!important;  
}

#subscrever_newsletter{
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;

}
#subscrever_newsletter h2{
    text-align: center;
    font-size: 22px;
}


#subscrever_newsletter a{
    font-size: 17px;
    text-decoration:none;
    padding: 10px 20px;
    line-height: 1.2;
    border: none;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    background-color: #aaa;
    box-sizing: border-box;
    transition: all 0.23s ease-in-out 0s;
    text-align: center;
    margin-top:10px;
    display:inline-block;
}



/*Sticky footer*/

.sticky_footer{
    position:fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom:0;
    max-width: 100vw;
    z-index: 99999;
}
.footer_details{
    background-color: #d6d6d6;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding: 4px 6px 4px 3px;
    font-family: Arial;
    font-size: 12px;
    line-height: 1.2;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.footer_details span{
    padding-right:5px;
}
.footer_details img{
    cursor:pointer;
}
/*Sticky footer fim*/











