*{
    text-decoration: none!important;
}
main .container{
    padding: 0px 25px;
}

.box-topo-logo .logo{

}
.box-topo-logo .logo img{
    width: 220px;
    padding: 10px
}


.box-fale-conosco{
    width: 270px;
    overflow: hidden;
    background: rgba(13, 193, 82, 1);
    border-radius: 5px;
    color: #FFF;
    margin: auto;
}
.box-fale-conosco .icone{
    width: 22%;
    height: auto;
    font-size: 36px;
    float: left;
    padding: 1px 15px 3px 15px;
    background: rgba(0,0,0, 0.05);
}
.box-fale-conosco .descricao{
    width: 75%;
    height: auto;
    font-size: 16px;
    float: left;
    padding: 4px 0;
    padding-left: 15px;
    font-weight: bold;
}
.box-fale-conosco .descricao span{
    display: block;
    font-size: 13px;
    color: rgba(255,255,255, 0.9);
    font-weight: 400;
}

.box-no-ar{
    background: rgba(0,0,0, 0.08);
    border-radius: 5px;
    color: #3D3D3D;
    padding: 5px 10px;
    overflow: hidden;
    margin: auto;
}
.box-no-ar .image{
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background-size: cover;
    float: left;
    margin-right: 5px;
}
.box-no-ar .descricao{
    width: 77%;
    float: right;
}
.box-no-ar .descricao .titulo{
    font-size: 12px;
}
.box-no-ar .descricao .titulo span{
    font-size: 16px;
    display: block;
    margin-top: -6px;
    margin-bottom: -4px;
}
.box-no-ar .descricao .horario{
    font-size: 12px;
    color: rgba(0,0,0, 0.5);
}

.box-topo-menu{
    background: var(--main-bg-primaria);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.4);
    z-index: 9999;
}
.box-topo-menu ul.nav li a{
    color: rgba(255,255,255, 0.9);
    font-weight: bold;
    padding: 15px 15px;
    transition: 0.2s;
}
.box-topo-menu ul.nav li a:hover{
    background: rgba(0,0,0, 0.06);
    color: rgba(255,255,255, 1);
}
.box-topo-menu .nav-esquerda{
    float: right;
}

.home-list-banner{
    margin: 20px 0px;
}

#home-topo-banner-anuncieaqui{
    padding: 10px 0;
}
#home-topo-banner-anuncieaqui .bloco{
    width: 100%;
    height: 69px;
    background-size: cover!important;
    margin-top: 12px;
}

/* Títulos Gerais */
h3.titulo{
    border-bottom: 1px solid var(--main-color-titulo-detalhes);
    margin: 10px 0 15px 0;
    padding-bottom: 3px;
    margin-top: 30px;
}
h3.titulo span{
    font-size: 25px;
    background: transparent;
    color: var(--main-color-titulo);
    padding: 5px 0px;
    overflow: hidden;
    border-radius: 0 10px 0 0;
}
h3.titulo span:hover svg{
    font-size: 22px!important;
}
h3.titulo span svg{
    font-size: 17px!important;
    margin-right: 5px;
    transition: 0.2s;
}


.box-noticia-home{
    padding: 40px 0px 20px 0px;
}

.home-list-noticia{
    padding: 2px;
}
.home-list-noticia .item .base{
    overflow: hidden;
    transition: 0.2s;
    padding: 3px 0;
}
.home-list-noticia .item .base:hover{
    opacity: 0.9;
}
.home-list-noticia .item .base .imagem{
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.home-list-noticia .item .base .descricao{
    width: 100%;
    height: auto;
    background: rgba(0,0,0, 0.9);
    padding: 10px 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.home-list-noticia .item .base .titulo{
    height: auto;
    font-size: 21px;
    color: #FFF;
}
.home-list-noticia .item .base .categoria{
    font-size: 13px;
    color: rgba(255,255,255, 0.8);
}


.home-list-mais-noticia{
    width: 100%;
    height: auto;
    padding: 5px 5px;
    margin: 0px;
}
.home-list-mais-noticia .imagem{
    width: 100%;
    height: 175px;
    overflow: hidden;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.home-list-mais-noticia .descricao{
    width: 100%;
    height: auto;
    background: rgba(0,0,0, 0.7);
    padding: 5px 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.home-list-mais-noticia .descricao .titulo{
    color: #FFF;
    min-height: auto;
    font-size: 15px;
}
.home-list-mais-noticia .descricao .categoria{
    font-size: 13px;
    color: rgba(255,255,255, 0.7);
}


ul.home-list-noticia{
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.home-list-noticia li{
    width: 100%;
    height: auto;
    padding: 10px;
    background: rgba(0,0,0, 0.03);
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.2s;
}
ul.home-list-noticia li:hover{
    background: rgba(0,0,0, 0.06);
}
ul.home-list-noticia li a{
    text-decoration: none;
}
ul.home-list-noticia li .imagem{
    width: 100%;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
}
ul.home-list-noticia li .titulo{
    color: #3D3D3D;
    min-height: 70px;
    font-size: 21px;
}
ul.home-list-noticia li .data{
    font-size: 13px;
    color: rgba(0,0,0, 0.6);
}
ul.home-list-noticia li .informacoes{
    font-size: 13px;
    color: rgba(0,0,0, 0.6);
}


.home-list-categoria-noticias .item{

}
.home-list-categoria-noticias .item .bloco{
    width: 100%;
    overflow: hidden;
}
.home-list-categoria-noticias .item .bloco .imagem{
    width: 100%;
    height: 180px;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 5px;
    background-size: cover;
}
.home-list-categoria-noticias .item .bloco .categoria{
    font-size: 13px;
    padding: 5px 0px;
    color: var(--main-color-titulo);
}
.home-list-categoria-noticias .item .bloco .titulo{
    font-size: 16px;
    color: rgba(0,0,0, 0.8);
}


.home-list-galeria .item .imagem {
    width: 100%;
    height: 165px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
}
.home-list-galeria .item .descricao {
    color: #3D3D3D;
    font-size: 15px;
    text-align: center;
}


.box-enquete{
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background: rgba(0,0,0, 0.03);
    border-radius: 4px;
    overflow: hidden
}
.box-enquete .titulo{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    color: rgba(0,0,0, 0.95);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    padding-bottom: 10px;
}
.box-enquete ul.opcoes{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.box-enquete ul.opcoes li {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgba(0,0,0, 0.02);
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 5px;
}
.box-enquete ul.opcoes li .input{
    width: 10%;
    float: left;
}
.box-enquete ul.opcoes li .resposta{
    width: 90%;
    float: left;
    font-size: 13px;
    color: rgba(0,0,0, 0.6);
}
.box-enquete .box-enquete-bt{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0, 0.08);
}


.box-estatistica{
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background: rgba(0,0,0, 0.03);
    border-radius: 4px;
    overflow: hidden
}
.box-estatistica .box-info{
    padding: 5px 0;
}

ul.list-musicas-tocadas{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.list-musicas-tocadas li{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid rgba(0,0,0, 0.06);
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 5px;
}
ul.list-musicas-tocadas li .imagem {
    width: 50px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    float: left;
}
ul.list-musicas-tocadas li .descricao {
    overflow: hidden;
    float: left;
    color: #3D3D3D;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 3px;
}


ul.list-links{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.list-links li{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid rgba(0,0,0, 0.06);
    background: rgba(0,0,0, 0.03);
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 5px;
}
ul.list-links li .descricao {
    overflow: hidden;
    float: left;
    color: #3D3D3D;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 3px;
}

.home-videos{
    margin-bottom: 10px;
}

/**
    ---- Internas ----
**/

/* breadcrumb */
.barra-breadcrumb{
    background: #E9ECEF;
    margin-bottom: 15px;
}
.breadcrumb{
    margin-bottom: 0px!important;
}

/* titulos */
.barra-titulo-internas{
    background: var(--main-bg-secundaria);
    padding: 20px 0px;
    z-index: 0;
}
.barra-titulo-internas .titulo{
    color: #FFF;
    font-size: 32px;
    padding: 0 15px;
}

h3.titulo-internas{
    color: #313131;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    padding: 30px 0 20px 0;
    font-size: 21px;
}

/* noticia - show */
.noticia{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.noticia h3{
    color: #313131;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    padding: 30px 0 0px 0;
    font-size: 32px;
}
.noticia h5{
    color: rgba(0,0,0, 0.6);
    font-weight: 500;
    font-family: 'Open Sans',sans-serif;
    padding: 0px 0 10px 0;
}
.noticia ul.informacoes{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.noticia ul.informacoes li{
    float: left;
    color: #313131;
    font-weight: 300;
    font-size: 13px;
    margin-right: 0px;
}
.noticia ul.informacoes li span{
    float: left;
    color: rgba(0,0,0, 0.5);
    font-weight: 300;
    margin-right: 2px;
}
.noticia ul.informacoes li::after {
    margin-right: .5rem;
    content: "\b7";
    margin-left: .5rem;
    color: rgba(0,0,0, 0.3);
}
.noticia .imagem{
    margin-bottom: 15px;
}

ul.anuncie-aqui{
    padding: 0px;
    margin-top: 0px;
    list-style: none;
    margin-top: 20px;
}
ul.anuncie-aqui li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
ul.anuncie-aqui li a {
    display: block;
}

.anuncie-aqui img {
    height: 120px;
}

.leia-mais{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 12px 15px;
    background: rgba(0,0,0, 0.01);
    border-radius: 5px;
    margin-bottom: 10px;
    transition: 2s;
    border: 1px solid rgba(0,0,0, 0.03);
}
.leia-mais .imagem{
    width: 25%;
    float: left;
    margin-top: 10.2%;
}
.leia-mais .box-conteudo{
    width: 71%;
    float: right;
}
.leia-mais .publicacao{
    width: 100%;
    height: auto;
    overflow: hidden;
    color: rgba(0,0,0, 0.45);
    font-size: 12px;
    font-weight: 300;
    text-align: right;
}
.leia-mais .titulo{
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #313131;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    padding: 10px 0 5px 0;
    font-size: 18px;
}
.leia-mais .sub-titulo{
    width: 100%;
    height: auto;
    overflow: hidden;
    color: rgba(0,0,0, 0.8);
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    margin-top: -3px;
}
.leia-mais:hover{
    background: rgba(0,0,0, 0.05);
}

.noticia .bt-compartilar-social{
    margin-bottom: 20px;
}


/* Links */
.list-link{
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.list-link li{
    float: left;
    margin: 5px;
    background: rgba(0,0,0, 0.03);
    padding: 10px 20px;
    border-radius: 4px;
}
.list-link li a{
    font-size: 16px;
    overflow: hidden;
}


/* vídeos */
.videos{
    margin-bottom: 25px;
}
.videos iframe{
    border: none!important;
}

/* Parceiros */
.parceiros{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.parceiros .imagem{
    width: 100%;
    height: 100%;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #CCC;
}
.parceiros .titulo{
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

/* contato */
ul.contato-list{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.contato-list li{
    margin-bottom: 10px;
}

/* Locutores */
.lecutores{
    width: 100%;
    height: auto;
    min-height: 270px;
    position: relative;
    margin-bottom: 20px;
    background-color: rgba(0,0,0, 0.03);
    border-radius: 10px;
    margin-top: 65px;
}
.lecutores .imagem {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 130px;
    background-size: cover;
    background-position: center;
    background-color: #CCC;
    border: 5px solid rgba(255,255,255, 0.4);
    position: absolute;
    top: -55px;
    left: 34%;
    right: 34%;
}
.lecutores .descricao{
    width: 100%;
    height: auto;
    min-height: 210px;
    padding-top: 60px;
    text-align: center;
}
.lecutores .descricao .titulo{
    font-size: 22px;
    margin-bottom: 5px;
}
.lecutores .descricao .social{
    font-size: 13px;
    color: rgba(0,0,0, 0.6);
}
.lecutores .descricao .social a{
    font-size: 13px;
    color: rgba(0,0,0, 0.6);
}

@media (max-width: 990px) {

    .col-fale-conosco{
        display: none!important;
    }
    .col-no-ar{
        display: none!important;
    }
    .col-nav{
        display: none!important;
    }
    ul.home-list-mais-noticia li .titulo {
        font-size: 14px;
    }
    .home-list-noticia .item .base .imagem {
        width: 100%;
        height: 240px;
    }
}

.twitter-share-button{
    margin-bottom: -6px;
}

.bt-chat-flutuante{
    width: 62px;
    height: 62px;
    position: fixed;
    right: 15px;
    bottom: 50px;
    background: #007FC2;
    color: #FFF;
    border-radius: 50px;
    transition: 0.2s;
}
.bt-chat-flutuante:hover{
    background: #036ca4;
}
.bt-chat-flutuante a{
    color: #FFF;
    font-size: 40px;
    display: block;
    text-align: center;
}

ul.list-social-topo {
    list-style: none;
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 0px;
    margin: 0px;
}

ul.list-social-topo li {
    float: right;
    padding: 8px 10px;
}

ul.list-social-topo li a {
    color: var(--main-color-menu-topo);
    font-size: 20px;
}


ul.list-busca{
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
}
ul.list-busca li{
    width: 100%;
    margin-bottom: 15px;
}
ul.list-busca li a{
    display: block;
    padding: 10px 0;
    overflow: hidden;
}
ul.list-busca li a .titulo{
    color: #1a0dab;
    font-size: 18px;
    transition: 0.2s;
}
ul.list-busca li a .sub-titulo{
    color: rgba(0,0,0, 0.6);
    font-size: 14px;
}
ul.list-busca li:hover a .titulo{
    text-decoration: underline!important;
    color: #372af7;
}

.header-busca {
    background: var(--main-bg-primaria);
    padding: 10px;
    border-radius: 4px;
}
.header-busca-input {
    width: 100%!important;
}
.header-busca button {
    float: right;
    color: #FFF;
    margin-right: 3px;
}

.box-programacao-internas {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    margin-bottom: 10px;
}

.box-programacao-internas .titulo {
    font-size: 25px;
    margin-bottom: 10px;
}

.box-programacao-internas .dias {
    width: 100%;
}

.box-programacao-internas .dias .dias-item {
    width: auto;
    padding: 6px 15px;
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.65);
    font-size: 15px;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
}

.box-programacao-internas .imagem-apresentador {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-size: cover;
    margin: auto;
    float: left;
    margin-right: 30px;
    border: 3px solid rgba(255, 255, 255, 0.4);
}
