hr.topo{ border:0; border-bottom: 2px solid #d9cc04;}

.hr-chamadas{ border-bottom: 1px solid#d9cc04;}

.hr-chamadas::after{
  content: "";
  position: absolute;
  background: #a78b04;
  height: 5px;
  width: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 46px;
}


.bg-secundario{ background:#f3f3f3;}

.bg-cor{ background: #a78b04;}
.bg-cor-dois{ background: #d9cc04;}
.bg-cor-tres{ background: #ffeea6;}
.texto-cor-escuro{ color: #a78b04;}
.texto-cor-claro{ color:#d9cc04;}
.strong{ font-weight: 600;}


a:hover{ text-decoration: none;}

.text-padrao{color: #6b6969;}

hr.idiomahr{border:0; border-bottom: 2px solid #d9cc04; margin-top: 20px;}
.idiomas-index{
    background: #fff;
    color: #a78b04;
    font-size: 20px;
    margin-top: -35px;
    padding: 0 5px;
}

.idiomas-index ul{list-style-type: none;}
.idiomas-index li{display:inline-flex;}

.widget_polylang{ position: relative; background: #d9cc04; 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:#d9cc04; margin: 0;}

.breadcrumbs, .breadcrumbs a {color: #a78b04 !important;}

.multi_bg_esq{
  background: #fff center;  height: 150px;
}

.multi_bg_dir{
  background: #402301 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: #735703;}

h1.entry-title {
  font-size: 1.31rem;
  color: #a78b04;
  text-align: center;
  text-transform: uppercase;
  text-shadow:none;
  border-bottom: 1px solid#d9cc04;
}

h1.entry-title::after{
  content: "";
  position: absolute;
  background: #a78b04;
  height: 5px;
  width: 25%;
  left: 0px;
  right: 15px;
  margin: 0 auto;
  margin-top: 33px;
}

.page-title{
  color: #a78b04;
  text-align: center;
  text-transform: uppercase;
  text-shadow:none;
  border-bottom: 1px solid#d9cc04;
}

.page-title::after{
  content: "";
  position: absolute;
  background: #a78b04;
  height: 5px;
  width: 25%;
  left: 0px;
  right: 15px;
  margin: 0 auto;
  margin-top: 46px;
}

.bordas{
  border: 3px solid #d9cc04;
  border-right: none;
  position: absolute;
  width: 100%;
  height: 115%;
  margin: -61px 0px 0 -35px;
  border-radius: 3px;
}
.bordas-atras{
  border-right: 3px solid #d9cc04;
  position: absolute;
  width: 100%;
  height: 115%;
  margin: -61px 0px 0 -35px;
  z-index: -1;
  border-radius: 3px;
}
/* notocias index ================================ */

.container-noticias{ min-height: 150px; margin-top: 100px;}

.topo-noticias-index{
    background:#f5f1b0;
    display: block;
    padding: 24px 13px 64px 24px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: -70px;
}

.topo-noticias-index .icone{
    font-size: 90px;
    color: #a78b04;
    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, #03658c00, #a78b04 20%);
}

.border-noticias{ border: 1px solid #d9cc04;}

.barra-titulo{
    position: relative;
    padding: 5px 30px;
    margin: 0px -15px 5px;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    color: #5c4d03;
    background:#d9cc04;
  
  }
  
  .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 #a78b04;
  }
  
  .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 ============================= */

.img-destaque { width: auto;}



.img-redonda{
  border-radius: 100%;
  height: 150px;
  object-fit: cover;
  width: 150px;
  border: 1px solid #a78b04;
  background: #ffffff;
  padding: 5px;  
}

h3.chamada-sidebar{ color:#a78b04; 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;}