hr.topo{ border:0; border-bottom: 2px solid #00fe69;}

.hr-chamadas{ border-bottom: 1px solid #00fe69;}

.hr-chamadas::after{
  content: "";
  position: absolute;
  background: #05b24c;
  height: 5px;
  width: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 47px;
}


.bg-secundario{ background: #f4f7f8;}

.bg-cor{ background: #9b7966;}
.texto-cor-escuro{ color: #9b7966;}
.texto-cor-claro{ color: #eee7dc;}
.strong{ font-weight: 600;}


a:hover{ text-decoration: none; color: #05b24c;}

.text-padrao{color: #6b6969;}

hr.idiomahr{border:0; border-bottom: 2px solid #00fe69; margin-top: 20px;}
.idiomas-index{
    background: #fff;
    color: #05b24c;
    font-size: 20px;
    margin-top: -35px;
    padding: 0 0px;
}

.idiomas-index .texto{ padding: 0 10px;}

.idiomas-index ul{list-style-type: none;}
.idiomas-index li{display:inline-flex;}

.widget_polylang{ position: relative; background: #99D9F2; padding: 3px 5px;}
.widget_polylang ul{ list-style-type: none; margin-top: 0px; margin-bottom: 0;} 
.widget_polylang ul li{ display:inline; margin: 0 5px;}
.widget_polylang h3.widget-title{color:#66CAF2; margin: 0;}

.breadcrumbs, .breadcrumbs a {color: #05b24c !important;}

.multi_bg_esq{
  background: #fff center;  height: 150px;
}

.multi_bg_dir{
  background: #05b24c center;  height: 150px;
}
.multi_bg_md{
  background: url("inc/assets/img/topo.jpg") no-repeat center; width: 100%; height: 150px; position: absolute; margin-top: -150px;
}

.icones-index{ font-size: 55px; color: #05b24c;}

h1.entry-title {
  font-size: 1.31rem;
  color: #9b7966;
    text-transform: uppercase;
}
h2.entry-title {
  color: #9b7966;
    text-transform: uppercase;

}

h1.entry-title {
  font-size: 1.31rem;
  color: #9b7966;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  border-bottom: 1px solid#00fe69;
}

h1.entry-title::after {
  content: "";
  position: absolute;
  background: #05b24c;
  height: 5px;
  width: 25%;
  left: 0px;
  right: 15px;
  margin: 0 auto;
  margin-top: 33px;
}

.page-title {
  font-size: 1.31rem;
  color: #9b7966;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  border-bottom: 1px solid#00fe69;
}

.page-title::after {
  content: "";
  position: absolute;
  background: #05b24c;
  height: 5px;
  width: 25%;
  left: 0px;
  right: 15px;
  margin: 0 auto;
  margin-top: 33px;
}

/* notocias index ================================ */
.topo-noticias-index{
    background: #eee7dc;
    display: block;
    padding: 24px 13px 64px 24px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: -70px;
}

.topo-noticias-index .icone{
    font-size: 90px;
    color: #9b7966;
    margin: -60px 0 0 30px;
    display: block;
}
.topo-noticias-index .titulo{
    font-size: 28px;
    color: #ffffff;
    display: block;
    margin: -46px -13px 0px 130px;
    background-image: linear-gradient(to right, #9b796600, #9b7966 20%);
}

.border-noticias{ border: 1px solid #00fe69;}

.barra-titulo{
    position: relative;
    padding: 5px 30px;
    margin: 0px -15px 5px;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #9b7966;
  
  }
  
  .barra-titulo:before,
  .barra-titulo:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 100%;
    left: 0;
    border-width: 15px 15px 0px 0px;
    border-style: solid;
    border-color: transparent #503f35;
  }
  
  .barra-titulo:after {
    left: auto;
    right: 0;
    border-width: 15px 0px 0px 15px;
  }
  
  .imagem-post{ 
    position: relative;
    max-width: 100%;
    height: 200px;  
    overflow: hidden;
  }
  
  .imagem-post img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
     -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);   
  }
  
  .imagem-post img.portrait {
    width: 100%;
    height: auto;
  }

/* fim noticias index ============================= */

/* navegação categoria*/
.navigation.posts-navigation { width: 100%; padding: 0 15px; margin-top: 20px;}
.navigation.posts-navigation .nav-previous{ background: #6b574c; padding:10px 15px;}
.navigation.posts-navigation .nav-previous a{ color: #fff;}
.navigation.posts-navigation .nav-next{ background: #9b7966;padding:10px 15px;}
.navigation.posts-navigation .nav-next a{ color: #fff;}
/*fim navegação*/

.bordas-tumbs{ border-bottom: 1px dashed #00fe69; margin: 15px 0;}
.bordas-tumbs-in{border-left:1px solid #eee7dc; padding: 0 15px; height: 95%;}
.tumb-txt-left p{ text-align: left;}

.img-destaque { width: auto;}

.img-redonda {
  border-radius: 100%;
  height: 150px;
  object-fit: cover;
  width: 150px;
  border: 1px solid #00fe69;
  background: #ffffff;
  padding: 5px;
}

h3.chamada-sidebar{ color: #9b7966; border-bottom: 1px solid; margin-bottom: 0;}

.post-thumbnail .wp-post-image {margin: 0 auto; display: block; }

#recent-posts-2 li a, #pages-2 li a, #pages-3 li a {color: #6b6969;}