.menu-blog li a{

color: #868E96;
}
.logo-regna{
    color: #009892 !important;
}
.header{
    border: 1px solid #E7E7E7;
    margin-bottom: 64px;
}
.img-rounded-fixed{
    border-radius: 0px 0px 8px 8px;
}

.categories-posts ul{
    padding: 0;
    margin: 0;

}
.categories-posts ul li{
    list-style-type: none;
    display: inline-block !important;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #868E96;
    border: 1px solid #94D89F;
    box-sizing: border-box;
    padding: 2px 8px;
}
.fixed-title a{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #343A40;
}
.fixed-description{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
}
.more-link{
    position: relative;
    z-index: 999;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #002238;
}
.more-link:hover{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #009892;
    text-decoration: none;
}
.more-link img{
    margin-left: 5px;
    margin-top: -2px;
}
.hover{
    display: none;
}
.more-link:hover .ahover{

    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}
.more-link:hover .hover{
    display: inline-block !important;
    margin-left: 1px;

    animation: fadein 1.5s;
    animation-fill-mode: forwards;
}

@keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeOut{
    from { opacity: 1; }
    to   { opacity: 0; }
}
.line-divider{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E7E7E7;
}
.more-views-title{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #343A40;
}
.recentes-title{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 34px;
    color: #343A40;
}
.recentes-title span{
    color: #009892;
}
.post-item{
    position: relative;
    margin-bottom: 32px;
}
.post-item p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #343A40;
    padding: 8px 15px;
    margin-bottom: 64px;
}
.post-item p a{
    color: #343A40;
}
.date-enter{
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px;
    color: #868E96;
}
.date-post img{
    margin-top: -4px;
    display: inline-block;
}
.enter-post{
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.posts-more-views .card{
    position: relative;
    padding: 8px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 8px;
}
.posts-more-views .card img{
    box-sizing: border-box;
    border-radius: 8px;
}
.posts-more-views .card .thumb-post{

    width: 90px;
    height: 90px;

    display: inline-block;
}
.title-views{
    position: absolute;
    left: 106px;
   
}
.autor{
    color: #3FB1AD;
    text-decoration:none;
    position: relative;
}
.autor svg{
    position: absolute;
    right: -32px ;
    top: 0;
}
.number-view{
    background-color: #DEE2E6;
    padding: 0 16px 25px 9px;
    width: 16px;
    height: 16px;
    border-radius: 25px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;
    color: #343A40;
}
.title-more-views{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
    color: #343A40;
}
.title-post h3{
    margin-top: 16px;

    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #343A40;
}
.post-text{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    /* or 112% */


    /* 4cinza */

    color: #868E96;
}