* {
    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: 100%;
    overflow: hidden;
    background: rgba(13, 193, 82, 1);
    border-radius: 5px;
    color: #FFF;
    margin: auto;
}

.box-fale-conosco .icone {
    width: 18%;
    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-home-email {
    width: 100%;
    overflow: hidden;
    background: #125688;
    border-radius: 5px;
    color: #FFF;
    margin: auto;
    margin-top: 8px;
}

.box-home-email .icone {
    width: 18%;
    height: auto;
    font-size: 36px;
    float: left;
    padding: 1px 15px 3px 15px;
    background: rgba(0, 0, 0, 0.05);
}

.box-home-email .descricao {
    width: 75%;
    height: auto;
    font-size: 16px;
    float: left;
    padding: 4px 0;
    padding-left: 15px;
    font-weight: bold;
}

.box-home-email .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;
}

/* Títulos Gerais */
h3.titulo {
    border-bottom: 1px solid var(--main-color-titulo-detalhes);
    margin: 10px 0 15px 0;
    padding-bottom: 5px;
    margin-top: 30px;
}

h3.titulo span {
    width: auto;
    min-height: 36px;
    font-size: 19px;
    background: var(--main-color-titulo);;
    color: #FFF;
    padding: 6px 15px;
    overflow: hidden;
}

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: 0px 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 .imagem .categoria {
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    padding: 3px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.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: 2px 2px;
    margin: 0px;
}

.home-list-mais-noticia .imagem {
    width: 100%;
    height: 178px;
    overflow: hidden;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-list-mais-noticia .imagem .categoria {
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    padding: 3px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.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;
}


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: 200px;
    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: 18px;
    color: rgba(0, 0, 0, 0.8);
}


.home-list-categoria-noticias .item .bloco-p {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.home-list-categoria-noticias .item .bloco-p .imagem {
    width: 28%;
    height: 80px;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 5px;
    background-size: cover;
    float: left;
}

.home-list-categoria-noticias .item .bloco-p .descricao {
    width: 69%;
    height: 90px;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 5px;
    background-size: cover;
    float: right;
}

.home-list-categoria-noticias .item .bloco-p .descricao .categoria {
    font-size: 13px;
    padding: 5px 0px;
    color: var(--main-color-titulo);
}

.home-list-categoria-noticias .item .bloco-p .descricao .titulo {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
}


.home-list-noticia-aleatorias .item {

}

.home-list-noticia-aleatorias .item .bloco {
    width: 100%;
    overflow: hidden;
}

.home-list-noticia-aleatorias .item .bloco .imagem {
    width: 100%;
    height: 200px;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 5px;
    background-size: cover;
}

.home-list-noticia-aleatorias .item .bloco .categoria {
    font-size: 13px;
    padding: 5px 0px;
    color: var(--main-color-titulo);
}

.home-list-noticia-aleatorias .item .bloco .titulo {
    font-size: 18px;
    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: auto;
    height: auto;
    overflow: hidden;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    padding: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
}

ul.list-links li .descricao {
    overflow: hidden;
    float: left;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: bold;
    padding: 4px 4px;
}

.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: 120px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    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-home {
    list-style: none;
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 0px;
    margin: 0px;
}

ul.list-social-home li {
    width: 50%;
    float: left;
    padding: 3px;
}

ul.list-social-home li a {
    display: block;
    padding: 10px;
    color: #FFF;
}

ul.list-social-home li a .icone {
    float: left;
    width: 40px;
    text-align: center;
}

ul.list-social-home li a.facebook {
    background: #3b5998;
}

ul.list-social-home li a.twitter {
    background: #55acee;
}

ul.list-social-home li a.instagram {
    background: #125688;
}

ul.list-social-home li a.youtube {
    background: #bb0000;
}


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;
}


/* Formulário de Busca */

.formulario-busca {
    position: absolute;
    top: 100%;
    /*right: 0;*/
    margin-top: 54px;
    margin-left: -47px;
    width: 230px;
    background-color: var(--main-bg-secundaria);
    padding: 9px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    z-index: 9999;
}

.formulario-busca input[type="search"] {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    color: #3a3d41;
    padding: 10px 12px;
    border: none;
    width: 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #ffffff;
    border-radius: 3px;
    position: relative;
    z-index: 2;
}

.formulario-busca button {
    background: #ffffff;
    border: none;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
    position: relative;
    z-index: 3;
}

.formulario-busca button i {
    color: #3a6341;
    font-size: 16px;
}

.formulario-busca.active {
    visibility: visible !important;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.bt-busca-topo {
    margin: 0px;
    background: rgba(0, 0, 0, 0.16);
    padding: 15px;
    border: 0px;
    color: #FFF;
}

.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);
}
