* {
    text-decoration: none !important;
}

main .container {
    padding: 0px 25px;
}

.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;
}


/* Títulos Gerais */
h3.titulo {
    border-bottom: 2px solid var(--main-color-titulo-detalhes);
    margin: 10px 0 15px 0;
    padding-bottom: 3px;
    margin-top: 30px;
}

h3.titulo span {
    font-size: 25px;
    background: var(--main-color-titulo-detalhes);
    color: var(--main-color-titulo);
    padding: 5px 15px 3px 15px;
    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;
}

.home-list-noticia {
    padding: 2px;
}

.home-list-noticia .item .base {
    overflow: hidden;
    transition: 0.2s;
}

.home-list-noticia .item .base:hover {
    opacity: 0.9;
}

.home-list-noticia .item .base .imagem {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
}

.home-list-noticia .item .base .descricao {
    width: 100%;
    height: 180px;
    background: var(--main-color-titulo-detalhes);
    padding: 10px 15px;
}

.home-list-noticia .item .base .titulo {
    height: 130px;
    font-size: 21px;
    color: #FFF;
}

.home-list-noticia .item .base .data {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}


ul.home-list-mais-noticia {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.home-list-mais-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-mais-noticia li:hover {
    background: rgba(0, 0, 0, 0.06);
}

ul.home-list-mais-noticia li a {
    text-decoration: none;
}

ul.home-list-mais-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-mais-noticia li .titulo {
    color: #3D3D3D;
    min-height: 70px;
    font-size: 21px;
}

ul.home-list-mais-noticia li .data {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}

ul.home-list-mais-noticia li .informacoes {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}

.home-list-galeria .item .imagem {
    width: 100%;
    height: 120px;
    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,
.box-lateral {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    overflow: hidden
}

.box-estatistica .box-info,
.box-lateral .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: 22px;
    padding: 0 15px;
}

.titulo-search {
 display: flex;
 justify-content: space-between;
 padding: 20px 10px;
}

.input-search {
   border: 1px solid #cecece;
   border-radius: 4px;
   padding: 0 10px;
}

h3.titulo-internas {
    color: #313131;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}

/* 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 {
    height: auto;
    width: 200px;
    overflow: hidden;
}

.videos a {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 5px;
}

.p4 {
    background-color: #3d3d3d;
}

.p2 {
    color: #ffffff !Important;
}

.imgIcon {
    width: 70px;
    height: 70px;
    padding: 15px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 2;
    border-radius: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    transition-duration: 0.3s;
    font-size: 23px !important;
    line-height: 38px;
}

.fa-play:before {
    content: "\f04b";
}

.video-box {
    width: 100%;
    display: block;
    height: 120px;
    position: relative;
}

.module-title {
    padding: 13px 15px !important;
    margin-bottom: 10px !important;
    line-height: 1 !important;
    border-radius: 0px;
    font-weight: 700 !important;
    font-size: 21px !important;
    float: left;
    width: 160px;
}

.divGalerias .mp-content-container {
    -webkit-line-clamp: 2 !important;
}
.mp-content-container {
    font-size: 17px !important;
    font-weight: 700;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
    cursor: pointer;
}

.f-right {
    float: right !important;
    padding-left: 10px !important;
    padding-right: 0px;
}

.more-videos-bar {
    padding-top: 0 !important;
    padding-left: 0!important;
}

.menu-content {
    float: left;
    width: 100%;
}

.mp-container .mp-post-nr {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    line-height: 51px;
    text-align: center;
    font-size: 31px !important;
    font-weight: 700;
    font-style: italic;
    margin-top: 1px;
    cursor: pointer;
}

.ratio-content {
    transition: all .4s;
    background-size: cover;
    border-radius: 5px;
}

.ratio-content:hover {
    transform: scale(1.2);
}

.divTema {
    background: transparent;
    border: 0px solid;
    padding: 0 5px;
    margin: 0;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
    height: auto;
}

.divTema a {
    overflow: hidden;
    display: block;
    position: relative;
}


.divTema:hover .video-bg {
  transform: scale(1.2);
  border-radius: 5px;
}

.divTema:hover .imgIcon {
    max-height: 100px;
    margin-top: 72px;
}

.video-bg {
    background-position: center !important;
    background-size: 107% !important;
    transition: all .4s;
    height: 110px !important;
    border-radius: 5px;
    background-position: center;
    background-size: 100%;
}

.video-bg::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 73, 94, 0.75);
  }

.video-description {
    width: 100%;
    padding: 0;
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 15px !important;
    color: #1f1f1f;
    overflow: hidden;
}

/* .video-bg:hover {
    transform: scale(1.2);
}

.imgIcon:hover {
    margin-top: 50px;
} */


.video-tag {
    margin: 0 auto;
    padding: 0;
    background-size: cover;
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

.social-buttons svg {
  margin-right: 5px;
}

.mp-container {
    margin-bottom: 0px;
    margin-top: 0px !important;
    float: left;
    width: 100%;
}

.social-buttons .whatsapp {
    background-color: #1D9E11 !important;
}

.social-buttons .social-thing {
    padding: 4px 6px;
}

.social-buttons .social-thing {
    display: inline-block;
    margin-right: 12px;
    line-height: 24px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.social-buttons a:hover {
    background-color: #333 !important;
}

.social-buttons a {
    margin: 2px 5px 2px 0;
    color: #fff !important;
    text-decoration: none;
    font-size: 100%;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-buttons a {
    box-shadow: inset 0 -4px 0 rgb(0 0 0 / 15%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%);
    font-weight: bold;
}

a {
    transition: all 0s !important;
}

.social-buttons .facebook {
    background-color: #3a579a !important;
}

.social-buttons .twitter {
    background-color: #00abf0 !important;
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.module-title {
padding: 13px 15px !important;
margin-bottom: 10px !important;
line-height: 1 !important;
border-radius: 0px;
font-weight: 700 !important;
font-size: 21px !important;
float: left;
padding-top: 0px;
padding-bottom: 28px;
margin-bottom: 6px;
font-size: 16px;
}

.f-right .video-list a {
    margin: 0 !important;
    padding: 0px 7px;
    padding-left: 0;
    display: block;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.social-buttons .social-thing .counter:before {
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-left: inherit;
    border-bottom: inherit;
    content: '';
    top: 8px;
    left: -4px;
    background: inherit;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 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;
}

.bt-webtv {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 103px;
    background: #001f3f;
    color: #FFF;
    border-radius: 50px;
    transition: 0.2s;
    padding-top: 6px;
}

.bt-webtv:hover {
    background: #093664;
}

.bt-webtv a {
    color: #FFF;
    font-size: 25px;
    display: block;
    text-align: center;
}

.box-webtv-home {
    margin-top: 20px;
}

.box-apresentador-internas .imagem {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background-size: cover;
    margin: auto;
    border: 3px solid rgba(255, 255, 255, 0.4);
}

.box-apresentador-internas ul.redes-sociais-internas {
    width: 100%;
    float: right;
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
    display: block;
    margin-top: 30px;
}

.box-apresentador-internas ul.redes-sociais-internas li {
    float: left;
    margin: 0 6px;
}

.box-apresentador-internas ul.redes-sociais-internas li a {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    display: block;
    text-align: center;
    padding: 5px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 30px;
    color: rgba(0, 0, 0, 0.6);
    transition: 0.2s;
}

.box-apresentador-internas ul.redes-sociais-internas li:hover a {
    color: rgba(0, 0, 0, 0.85);
}

ul.list-apresentadores-internas {
    width: 100%;
    float: right;
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
    display: block;
}

ul.list-apresentadores-internas li {
    float: left;
    margin: 0 6px;
}

ul.list-apresentadores-internas li a {
    display: block;
}

ul.list-apresentadores-internas li a .imagem {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    transition: 0.2s;
    background-size: cover;
    opacity: 0.4;
}

ul.list-apresentadores-internas li.active a .imagem {
    opacity: 1;
}

.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);
}
