.barra-banner {
    width: 100%;
    height: 500px;
    float: left;
    margin: 0;
    background: #235b87;
    position: relative;
}
.barra-banner .owl-theme .owl-controls .owl-page span {
    position: relative;
}
.barra-banner .owl-theme .owl-controls {
    margin-top: -40px;
}
.barra-banner .owl-theme .owl-controls .owl-page.active span {
    background-color: #fff;
    border: 2px solid #fff;

}
.barra-banner .owl-theme .owl-controls .owl-page span {
    border: 2px solid #fff;
}
.barra-banner .bloco {
    width: 100%;
    height: 500px;
    margin: 0 0 8px 0;
    position: relative;
    overflow: hidden;
}
.barra-banner .bloco .imagem {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
}
.barra-banner .bloco .imagem .base-left {
    width: 100%;
    height: 500px;
    float: left;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 82%, rgb(139, 139, 139) 100%);
}
.barra-banner .bloco .imagem .base-right {
    width: 100%;
    height: 500px;
    float: right;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 82%, rgb(139, 139, 139) 100%);
}
.barra-banner .bloco .imagem .texto {
    left: 0;
    bottom: 0;
    padding: 0px 40px;
    line-height: 1.3em;
    font-size: 20px;
    color: #FFF;
}
.barra-banner .bloco .imagem .texto .titulo-noticia {
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin-top: 130px;
    text-align: left;
    width: 361px;
    letter-spacing: 2px;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
}
.barra-banner .bloco .imagem .texto .titulo-noticia .texto-link {
    text-transform: uppercase;
    font-size: 12px;
    color: #CEB539;
    margin-top: 20px;
}
.barra-banner .bloco .imagem  .texto .titulo-noticia .texto-link:before {
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    background: #CEB539;
    border-bottom: 1px solid;
    border-style: none;
}
.barra-banner .bloco .imagem .texto .descricao-noticia {
    float: right;
    text-align: right;
    width: 250px!important;
    margin-top: 130px;
}
#owl-noticias .owl-dots {
    margin-top: -48px!important;
    z-index: 99999999!important;
    position: relative!important;
}




/* Mais Noticias */

#maisnoticias item bloco a{
    width: 100%;
    height: 285px;
    display: block;
    text-decoration: none;
}
#maisnoticias item bloco a:hover{
    background-color: #f5f4f4;
    transition: 0.3s;
}
#maisnoticias item bloco a .imagem{
    width: 100%;
    height: auto;
}
#maisnoticias item bloco a .box-conteudo{
    width: 100%;
    height: auto;
    padding: 10px 12px;
}
#maisnoticias item bloco a .box-conteudo .titulo-barra{
    font-size: 16px;
    color: #1B1B1B;
    font-weight: 500;
}
#maisnoticias item bloco a .box-conteudo .data-barra{
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}

.sp-thumbnail-title{
    background: #ececec;
    font-size: 10.5px;
    padding: 1px 4px;
    color: #316AA2!important;
    border-radius: 3px;
}
.sp-thumbnail-description{
    margin-top: 5px;
}