.card-post-timeline .title { font-weight: 700 }
.card-post-geobegra .bar-bt { padding-top: 12px; display: block; }
.card-post-geobegra .bar-bt .bt { display: flex; align-items: center; justify-content: space-between; width: 155px; height: 45px; background: #E8F0DF; color: #056449; font-size: 14px; font-weight: 500; border-radius: 100px; padding: 4px 16px; box-sizing: border-box; }
.card-post-geobegra .bar-bt .bt:after { content: ""; background: url(../img/seta-explorar.svg) no-repeat center; display: block; width: 12px; height: 10px; margin-left: 16px; transition: .2s }
.card-post-geobegra .bar-bt .bt:hover { background: #D7E1CB }
.card-post-geobegra .bar-bt .bt:hover:after { transform: translateX(5px); transition: .2s }

.header-default .menu-sanduba-desktop { display: none; }

.card-post-timeline .avatar { background: #E8F0DF }


@media ( max-width: 768px ) {

.header-default .menu-sanduba-desktop { display: block; }
.header-default .menu-nav-itens .btn_busca { display: none; }

}

/* single . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

.wrapper-post-default .compartilha-redes { margin-top: 23px; }
.bar-hints-post { display: flex; align-items: center; color: #1967D2 }
.bar-hints-post time:before { content: ""; width: 4px; height: 4px; border-radius: 100px; display: block;  margin: 0 4px; background: #1967D2 }
time .clock:before { content: ""; background: url(../img/ico-time.svg) no-repeat center; }
.autor a { color: #1967D2 }
.compartilha-redes a { background: #CBE1FF; margin-right: 13px }
.compartilha-redes .icon { transform: scale(.7); }
.compartilha-redes .icon g { fill: #1967D2; }
.like-button { background: #CBE1FF; color: #1967D2; border: 0 }
.comment-form { background: #CBE1FF }
.comment-form-comment textarea { background: #E0ECFD }
.comment-form .enviar { background: #1967D2; color: #fff }
.comment-list .comment-form-author:before { content: ""; border-bottom-color: #CBE1FF }
.link-categoria-pai { display: inline-flex; align-items: center; justify-content: space-between; height: 45px; background: #E8F0DF; color: #056449; font-size: 14px; font-weight: 500; border-radius: 100px; padding: 4px 16px; box-sizing: border-box; }
.link-categoria-pai:after { content: ""; background: url(../img/seta-explorar.svg) no-repeat center; display: block; width: 12px; height: 10px; margin-left: 16px; transition: .2s }
.link-categoria-pai:hover:after { transform: translateX(5px); transition: .2s }
.bar-categoria-pai { margin-bottom: 12px; display: block; }

.wrapper-post-sidebar { display: flex; justify-content: center; margin-top: 50px }
.wrapper-post-sidebar .content-post { max-width: 734px }
.wrapper-post-sidebar .sidebar { margin-left: 45px; margin-top: 180px }
.wrapper-post-sidebar .wrapper-sidebar { background: #EDEDED; border-radius: 20px; width: 290px; padding: 25px 15px 15px 15px; box-sizing: border-box; }

.wrapper-post-sidebar .sidebar .tit { font-size: 18px; font-weight: 700; display: block; margin-bottom: 25px }
.wrapper-post-sidebar .sidebar .card-post-min { flex-direction: column; width: 100%; align-items: flex-start; background: #fff; border-radius: 20px; margin-bottom: 15px; padding: 25px 15px }
.wrapper-post-sidebar .sidebar .card-post-min .title { font-size: 18px; line-height: 135%; font-weight: 700 }
.wrapper-post-sidebar .sidebar .card-post-min .subtitulo { font-size: 14px; line-height: 135%; font-weight: 400; display: block; margin-top: 6px }

@media ( max-width: 768px ) {

.wrapper-post-sidebar { flex-direction: column; margin-top: 0 }
.wrapper-post-sidebar .sidebar { margin-top:20px; margin-left: 0; padding: 0 16px }
.wrapper-post-sidebar .wrapper-sidebar { width: 100% }

}