/** Alterações 2017 START **/
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:64px;
    height:64px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    /*background:url(../../_imagens/status.GIF); /* path to your loading animation */*/
    background-repeat:no-repeat;
    background-position:center;
    margin:-64px 0 0 -25px; /* is width and height divided by two */
}


/*** INFORMATIVO ***/
#Informativo h2 {
    display: block;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}
#Informativo p {
    display: block;
    text-align: center;
    color: #000000;
}
#Informativo img {
    display: block;
    text-align: center;
    color: #000000;
    margin: 0 auto; 
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Paralaxe */
/** formataçao de elementos que tem backgrounds parallax **/
.bgParallax {
    color:#FFF;
    margin: 0 auto;
    width: 100%;
    max-width: 2560px;
    position: relative;
    min-height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
}

#header_top {
    display: block;
    width: 100%;
    height: auto;
    min-height: 50px;
    background-image: url(../_imagens/header_top.jpg);
}
    #header_top .programaAgora {
        color: #ffffff;
        display: block;
        font-size: 16px;
        height: auto;
        line-height: 25px;
        margin: 0 auto;
        width: 100%;
        text-shadow: 0px 3px 2px rgba(150, 150, 150, 1);
    }
.header_top_background {
    display: block;
    width: 100%;
    height: auto;
    min-height: 50px;
    background: rgba(126, 198, 242, 0.8);
    padding: 15px 0;
}
#form_search {
    margin-top: 30px;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
}

.article_locutor_home {
    padding: 0 20px;
}

.after_banner_facebook {
    display: block;
    margin: 30px auto;
}

.after_banner_noticias,
.after_portal_noticias {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.after_banner_noticias h2 {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 30px;
    text-shadow: 1px 1px #fff;
    padding: 0 20px; 
}
.after_portal_noticias h2 {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 30px;
    text-shadow: 1px 1px #fff;
    padding: 0 20px; 
    font-size: 26px;
}
.after_banner_noticias .barra {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 2px;
    background: #FFFFFF;
    margin: 20px auto;
}
.after_portal_noticias .barra {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 2px;
    background: #FFFFFF;
    margin: 20px auto;    
}

.Section_noticias_home {
    display: block;
    width: 100%;
    height: auto;
    background: url(../_imagens/crossword.png) repeat;
    padding: 2em;
}
.box_videos li,
.box_colunistas li,
.box_noticias li {
    transition: all ease 0.5s;
}
.banner_note li figure { margin: 0 auto!important; }
.banner_note li figure figcaption {
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #000000;
}
.box_videos li:hover,
.box_colunistas li:hover,
.box_noticias li:hover {
    box-shadow: 0px 0px 12px #ccc;
}
.title_videos_home,
.title_colunitas_home,
.title_cat_home {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    margin: 5px auto;
    color: #777;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.img_trans {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    min-height: 150px;
    margin: 0 auto;
    position: relative;
}
.img_trans_more {
    min-height: 200px!important;
}
.img_trans_locutores {
    min-height: 300px!important;
}
.img_trans .effect {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    transition: all ease 1s;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
    .box_videos li:hover .effect {
        display: flex;
    }
.img_trans .effect h3 {
    color: #FFF;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 0 15px;
}
.img_trans img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease; 
    transition: all 1s ease;
}
    .box_videos li:hover img,
    .box_colunistas li:hover img,
    .box_noticias li:hover img {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
     transform:scale(1.25);
}
.faixa_after_noticia {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0px;
    background-image: url(../_imagens/after_noticias.jpg);
    background-position: center;
}
.faixa_after_videos {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0px;
    background-image: url(../_imagens/after_videos.jpg);    
    background-position: center;
}
.data_noticia {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 5px auto 0;
    text-align: center;
    color: #777;
    font-weight: normal;
}
.article_noticia_home .title_noti_home {
    padding: 0.25em 0.75em 0.75em;
    line-height: 23px;
    font-weight: normal;
    margin: 0!important;
    min-height: 50px;
    font-size: 17px;
    text-align: center;
}
.collumns_video_colunista {
    display: block;
    width: 100%;
    height: auto;
    padding: 2em 0;
    min-height: 0px;
    background: url(../_imagens/crossword.png) repeat;
}
.box_icon_bottom {
    display: block;
    margin: 15px auto;
    width: 100%;
    height: 50px;
}
.box_icon_bottom .icon_arrow_bottom {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url(../_imagens/arrow_bottom.png) no-repeat!important;
}
.section_mensagem {
    display: block;
    width: 100%;
    height: auto;
    padding: 2em 0;
}
.link_mensagem_dia {
    display: block;
    width: 100%;
    height: auto.;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 70px auto 0 auto;
    text-align: center;
}
.icon_mensagem_dia {
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px auto 0 auto;
    background: url(../_imagens/arrow_right.png) no-repeat!important;
}   
.box_mensagem_link {
    display: block;
    border: transparent;
    width: 80%;
    transition: all ease 1s;
}
.box_mensagem_link:hover {
    border-bottom: 1px solid #000;

}
.content_footer {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0px;
    background-image: url("../_imagens/header_top.jpg");    
    background-position: center;
}
.article_noticia_home {
    color: #000000;
    padding-bottom: 10px;
}
.banner_home_noticias li figure {
    margin: 0 auto!important;
    min-height: 300px;
    position: relative;
}
.banner_home_noticias li figure img {
    /*-webkit-filter: grayscale(50%);
    filter: grayscale(50%);*/
}
.banner_home_noticias li figure .mask {
    display: block;
    /*display: flex;*/
    align-items: center;
    /*background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;*/
    background: rgba(126, 198, 242, 0.2) none repeat scroll 0 0;
    flex-flow: row wrap;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner_home_noticias li figure .mask h1 {
    display: block;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}
.banner_home_noticias li figure .mask article {
    display: block;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: auto;
    width: 100%;
    margin: 0 40px;
    padding: 20px 30px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px; 
    text-align: center;
}
.banner_home_noticias li figure .mask .data {
    display: block;
    color: #FFFFFF;
    margin: 0 30px 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
    /*background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;*/
}
.banner_home_noticias li figure .mask .button_view {
    display: block;
    border: 1px solid #FFFFFF;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
}
.figure_not_inter {
    margin: 0 auto!important;
}
/** Alterações 2017 END **/

body {
    font-family:'Segoe UI'; 
    font-size: 14px; 
    background-color: #ffffff; 
    font-weight: normal; 
}
.box { 
    width: 1200px; 
    margin: 0 auto; 
    position: relative; 
}
.a {
    outline: none!important;
}
.relative {
    position: relative;
}
.display_none {
    display: none;
}
.margin_auto {margin: 0 auto;}
.display_inline-block{
    display: inline-block;
    vertical-align: top;
}
.display_block { 
    display: block;
}
.not_padding {
    padding: 0!important;
}
/*Placeholders*/
/*::-webkit-input-placeholder {
   color: #ffffff!important;
}
::-moz-placeholder {
   color: #ffffff!important;
}
::-moz-placeholder {
   color: #ffffff!important;  
}
::-ms-input-placeholder {  
   color: #ffffff!important;  
}*/
ul{
    padding: 0em!important;
    margin: 0em!important;
}
.margin_pub1_home {
    margin-top: 30px;
}
#reduz_fonte {
    display: inline-block;
    vertical-align: top;
    background: url(../_imagens/fontediminui.jpg) no-repeat;
    width: 40px;
    height: 30px;
    margin-left: 20px;
}
#aumenta_fonte {
    display: inline-block;
    vertical-align: top;
    background: url(../_imagens/fonteaumenta.jpg) no-repeat;
    width: 40px;
    height: 30px;
}
#reduz_fonte:hover {
    background: url(../_imagens/fontdecreasehover.jpg) no-repeat!important;
}
#aumenta_fonte:hover {
    background: url(../_imagens/fonteicreasehover.jpg) no-repeat!important;
}
/*=======================================================*/
/**** HEADER ****/
/*=======================================================*/
.back_top {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 75px 50px;
    z-index: 9999;
}
.back_top img {
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0) url("../_imagens/top.png") repeat scroll 0 0 !important;
}
.white-popup-block {
    background: #fff;
}
.box_search::-webkit-input-placeholder {
   color: #FFFFFF!important;
}
.box_search:-moz-placeholder {
   color: #FFFFFF!important;
}
.box_search::-moz-placeholder {
   color: #FFFFFF!important;
}
.box_search:-ms-input-placeholder {
   color: #FFFFFF!important;
}
.box_search {
    background: transparent!important;
    color: #FFFFFF!important;
    min-height: 25px;
    line-height: 25px;
    text-align: center;
    border-style: none!important;
    box-shadow: none!important;
    margin: 0 auto!important;
    color: #FFF;
    text-shadow: 1px 1px #000;
    /*font-weight: bold;*/
    /*border-bottom: 1px solid #FFFFFF!important;*/
    /*border-right: none!important;*/
}
.bt_search {
    background: transparent!important;
    padding: 5px 0 0 0;
    width: 100%;
    font-weight: bold;
    min-height: 25px;
    line-height: 25px;
    color: #FFF;
    font-size: 14px!important;
    margin: 0 auto;
    /*border: 1px solid #FFFFFF!important;*/
    border-left: none!important;
    border-width: 0;
}
.bt_search:hover, .bt_search:active, .bt_search:focus {
    border-top: 1px solid #FFFFFF;
}
.box_search::-webkit-input-placeholder {
   color: #fff!important;
}
.box_search:-moz-placeholder {
   color: #fff!important;
}
.box_search::-moz-placeholder {
   color: #fff!important;  
}
.box_search:-ms-input-placeholder {  
   color: #fff!important;  
}
#header {
    display: block;
    width: 100%;
    height: auto;
    /*min-height: 120px;*/
    padding-top: 20px;
    margin-bottom: 20px;
}
    .aovivo {
        background-image: url('../_imagens/sprite.png');
        background-position: -51px -310px;
        width: 150px;
        height: 21px;
        margin: 0 auto;
        overflow: hidden;
        margin: 10px auto;
    }
    .aovivo_header {
        background-image: url('../_imagens/sprite.png');
        background-position: -51px -310px;
        width: 150px;
        height: 21px;
        margin: 0 auto;
        overflow: hidden;
        margin: 10px auto;
    }
    .play_header {
        display: inline-block;
        vertical-align: top;
        background-image: url('../_imagens/sprite.png');
        background-position: 0px -302px;
        width: 45px;
        height: 35px;
        overflow: hidden;
        margin: 0 auto;
        cursor: pointer;
    }
    .play {
        display: inline-block;
        vertical-align: top;
        background-image: url('../_imagens/sprite.png');
        background-position: 0px -303px;
        width: 45px;
        height: 35px;
        overflow: hidden;
        margin: 0 auto;
        cursor: pointer;
    }
    #header .programaAgora {
        display: block;
        width: 80%;
        text-align: center;
        height: 30px;
        margin: 10px auto auto;
        line-height: 25px;
        font-size: 16px;
        font-weight: normal;
        color: #a6d3ee;
    }
    .orbit-container .orbit-prev, .orbit-container .orbit-next { background: #000; }
    .content_box {
        padding: 10px 25px;
        text-align: center;
    }
    .content_box h1 {
        font-style: normal;
        font-size: 22px;
        line-height: 25px;
        font-weight: normal;
        font-family:'Segoe UI';
        color: #1e1e1e; 
    }
    .content_box .data {
        color: #999999;
        padding: 10px;
        margin: 5px auto 10px;
        border-bottom: 1px dashed #cccccc;
    }

/*** Menu Cabeçalho Redes Socias ***/
#header .header_menu_social .ul_menu_social {
    margin-top: 50px!important;
    margin-bottom: 30px!important;
}
    #header .header_menu_social .ul_menu_social li {
        display: inline-block; 
        vertical-align: top; 
        width: 40px; 
        height: 40px; 
        margin: 0 7px;
    }
        #header .header_menu_social .ul_menu_social li a {
            display: block; 
            text-decoration: none; 
            color: #ffffff; 
            width: 100%; 
            height: 100%;
        }
            #header .header_menu_social .ul_menu_social li a img {
                display: block; 
                width: 40px; 
                height: 40px; 
            }
            #header .header_menu_social .ul_menu_social li a .facebook { 
                background: url('../_imagens/sprite.png') -240px 0px;
            }
            #header .header_menu_social .ul_menu_social li a .twitter { 
                background: url('../_imagens/sprite.png') -375px 0px; 
            }
            #header .header_menu_social .ul_menu_social li a .youtube { 
                background: url('../_imagens/sprite.png') -320px -105px; 
            }
            #header .header_menu_social .ul_menu_social li a .instagram { 
                background: url('../_imagens/sprite.png') -375px -95px; 
            }


#grupo_apoiadores li {
    list-style: none;
    margin: 20px auto;
}
#grupo_apoiadores li:nth-child(1){
    margin: 0 auto;
}
.fb_page,
.pub_home_aside {
    margin: 20px 0 20px 0;
}
    /*Locutor Header*/
    .box_locutor_header {
        display: block;
        width: 50%;
        height: 120px;
        border: 4px solid #ccc;
        overflow: hidden;
        margin: 0 auto 5px;
    }
    .aovivo_box {
        display: block;
    }
/*** Menu Principal ***/
#menu {
    display: block;
    height: auto;
    min-height: 50px;
    width: 100%;
}
    #menu .menu_ul {
        list-style: none;
        text-align: center;
    }
        #menu .menu_ul li {
            display: inline-block;
            vertical-align: top; 
            line-height: 50px; 
            box-sizing: border-box; 
            width: auto;
            padding: 0 1em;
        }
        #menu .menu_ul li:hover {
            background-color: #777777;
            opacity: 0.5px;
            /*background-color: #a6d3ee;*/
        }
            #menu .menu_ul li a {
                display: block;
                width: 100%;
                height: 100%;
                color:#fff;
                text-transform: uppercase;
            }
.menu_drop {
    display: block;
    width: 40px;
    height: 40px;
    min-height: 50px; 
    line-height: 50px;
    background-image: url('../_imagens/sprite.png');
    background-position: -320px -50px;
    margin: 7px auto 0 auto;
}
#drop1 {
    background-color: #7ec6f2;
    top: 50px!important;
}
#drop1 li:hover {
    background-color: #a6d3ee;
}
#drop1 li a {
    text-transform: uppercase;
    color: #fff;
}
.f-dropdown::before {display: none;}
.f-dropdown::after {display: none;}
/*** Popup do Streaming***/
.caixa_player {
    display: block;
    width: 480px;
    height: 400px;
}
    .caixa_player .caixa_radio {
        display: block;
        background-color: #000;
        width: 100%;
        height: 40px;
        position: fixed;
        bottom: 0;
    }
    .caixa_player .caixa_publicidade {
        display: block;
        background-color: #eee;
        width: 100%;
        height: 360px;
    }

/*** Noticiais Destaques Home ***/
#noticias_home {
    background: url(../_imagens/crossword.png) repeat;
    padding: 2em;
}
.box_eventos {
    margin-top: 2em!important;
}
#noticias_home .box_noticias li {
    padding: 10px;
    margin-top: 10px!important;
}
#noticias_home .box_noticias li .box_news{
    margin: 20px auto;
    /*border: 1px solid #e5e5e5;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    min-height: 370px;    */
}
#noticias_home .box_noticias li .box_news:hover {
    /*-webkit-box-shadow: 0px 0px 10px -7px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 10px -7px rgba(0,0,0,1);
    box-shadow: 0px 0px 10px -7px rgba(0,0,0,1);*/
}
#noticias_home .box_noticias li .box_news .title_cat_home {
    /*padding: 0.5em 0em;
    width: auto;*/
}
#noticias_home .box_noticias li .box_news .title_cat_home span {
    /*display: block;
    width: auto;
    padding: 0.5em;
    text-align: center;
    background: #7ec6f2;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;*/
}
#noticias_home .box_noticias li a article {
    /*color: #393738;*/
    color: #000000;
}
#noticias_home .box_noticias li .box_news .title_noti_home {
    /*padding: 0.75em;
    line-height: 23px;
    font-weight: normal;
    margin: 0!important;
    min-height: 80px;
    font-size: 17px;
    text-align: center*/;
}
#noticias_home .box_noticias li .box_news p {
    /*padding: 0em 1em;
    margin: 0!important;*/
}
/*tela fonte*/
#noticias_home .box_noticias li a article .font_less1 {
    font-size: 22px;
}
#noticias_home .box_noticias li a article .font_less {
    font-size: 20px;
}
#noticias_home .box_noticias li a article .font_less2 {
    font-size: 17px;
}
#noticias_home .box_noticias li a article p {
    /*display: none; 
    width: 100%;
    height: 60px;
    line-height: 20px;
    font-weight: normal;
    font-size: 15px;
    text-align: justify;
    overflow: hidden;
    margin-top: 7px;*/
}
.img_noticia_home {
    /*overflow: hidden;
    width: 100%; 
    height: auto;
    border-radius: 2px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);*/
}
#noticias_home li:hover .img_noticia_home {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}
/*#img_trans_home {overflow: hidden;}*/

/*** Home Recados ***/
#formulario_recado label {
    font-size: 15px;
    line-height: 24px;
}
.box_text_recado {
    font-size: 1em;
    font-weight: bold;
}
.recados {
    display: block;
    width: 100%;
    height: auto;
    background: url(../_imagens/crossword.png) repeat;
    background-position:center;
    padding: 30px 0;
}
.faixa_after_banner{
    display: block;
    width: 100%;
    height: auto;
    min-height: 0px;
    background-repeat:no-repeat;
    background-position:center;
    background-image: url(../_imagens/after_banner.jpg);
}
    .shadow_box {
        display: block;
        width: 100%;
        height: 100%;
    }
    .shadow_box1 {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(126, 198, 242, 0.5);
    }
    .shadow_box2 {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(126, 198, 242, 0.3);    
    }
    .shadow_box3 {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(126, 198, 242, 0.2);    
    }
.botao_recado {
    margin-top: 1em;
}
.botao_recado button {
    background: #7ec6f2; 
    font-weight: bold;
}
/*Musicas*/
.pos_musicas {
    display: block;
    width: auto;
    height: auto;
    background: #7ec6f2;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    padding: 5px 10px;
}
.title_musicas {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}
.artisita_musicas {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}
.link_musicas {
    display: block;
}
/*Mensagens*/
.mensagem_home {
    min-height: 200px;
}
    .title_mensagem_home {
        font-style: normal;
        font-size: 20px;
        font-weight: bold;
        font-family:'Segoe UI';
        color: #1e1e1e; 
    }
    .texto_mensagem_home {
        font-style: normal;
        font-size: 14px;
        font-weight: normal;
        font-family:'Segoe UI';
        color: #5b5b5b;
    }
    .title_mensagem_interna {
        font-style: normal;
        font-size: 24px;
        font-weight: normal;
        font-family:'Segoe UI';
        color: #1e1e1e;
    }
    .title_linkmsg_interna {
        font-style: normal;
        font-size: 16px;
        font-weight: normal;
        font-family:'Segoe UI';
        color: #5b5b5b;
    }
    /*Mensagem Page*/
    .margin_mensagem {
        margin: 15px auto!important;
    }
    .margin_right {
        margin-right: 20px!important;
    }
.title_recados {
    font-weight: normal;
    margin: 1em auto;
    text-shadow: 2px 2px #fff;
}
.barr_recados {
    display: block;
    background: #7ec6f2;
    height: 3px;
    width: 70%;
    margin: -10px auto 0 auto;
}

/*** Home Colunistas ***/
.bxslider li {
    padding: 10px;
}
.bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
}
.img_noticia_homeC {overflow: hidden;}

#colunitas_home .title_colunista {
    padding: 5px;
    background: #7ec6f2;
    color: #fff;
}
.button_col {
    border-top: 1px solid #7ec6f2;
    border-bottom: 1px solid #7ec6f2;
    background: white;
    color: #838383;
    text-align: center;
    padding: 4px;
    transition: background 0.5s ease;
}
.button_col:hover {
    background: #7ec6f2;
    color: #fff;
    border-color: transparent;
}
.img_noticia_homeC {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 2px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
#colunitas_home li:hover .img_noticia_homeC {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*===========================*/
.background_videos {
    background: url(../_imagens/crossword.png) repeat;
    padding: 1.50em 0em 0em;
}
/*** Home TV Comunidade ***/
.link_comunidade_tv img {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    font-weight: normal;
    margin-right: 2em;
    background: url('../_imagens/sprite.png') -262px -46px;
}
.link_all_videos {
    color: #838383;
    /*border-bottom: 3px solid transparent;*/
    border: 1px solid #7ec6f2;
    background: white;
    padding: 5px 0;
}
.link_all_noticias {
    margin-bottom: 30px;
}

.link_all_videos:hover {
    width: 100%;
    border-color: #7ec6f2;
    color: #fff;
    background: #7ec6f2 none repeat scroll 0 0;
}
/*=======================================================*/
/**** FOOTER ****/
/*=======================================================*/

#footer {
    display: block; 
    width: 100%; 
    height: auto; 
    background-color: #7ec6f2;
    margin: 20px 0 20px; 
}
#footer .footer_top {
    height: auto; 
    width: 100%;
    padding: 3em 0em 2em 0em;
}
.line_white { 
    background: #ffffff; 
    height: auto;
    padding: 1em 0;
}
.line_default { 
    display: block;
    width: 100%;
    height: 30px;
    background: transparent;
}

/*** Footer Previsão do Tempo ***/
#footer #footer_top .box .forecast {
    display: inline-block; 
    vertical-align: top; 
    width: 300px; 
    height: 300px;
}
.tempo_agora {
    display: block;
    width: 100%;
    height: auto;
    line-height: 50px;
    color: #ffffff;
}
.tempo_celcius {
    display: inline-block;
    vertical-align: top;
    font-size: 100px;
    line-height: 65px;
    color: #ffffff;
}
.tempo_celcius_icon {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    color: #ffffff;
}
.tempo_atualizado {
    font-size: 12px;
    color: #ffffff;
}
.tempo_condicao {
    display: inline-block;
    overflow: hidden;
    width: 87px;
    height: 80px;
    vertical-align: top;
    background-image: url('../_imagens/tempo.png');
    color: #ffffff;
}
    .tempestade {
        background-position: -3px -3px;
    }
    .granizo {
        background-position: -273px -3px;
    }
    .chuva {
        background-position: -93px -3px;
    }
    .sol {
        background-position: -2px -85px;
    }
    .nublado {
        background-position: -182px -85px;
    }
    .procurando {
        background-position: -93px -85px;
    }
/*** Footer Endereço ***/
    .footer_address p {
        font-size: 18px; 
        font-weight: normal; 
        margin-top: 50px; 
        line-height: 30px;
        color: #fff;
    }
/*** Menu Rodapé Redes Socias ***/
.footer_menu_social .ul_menu_social {
    margin-top: 50px!important;
}
.footer_menu_social .ul_menu_social li {
        display: inline-block; 
        vertical-align: top; 
        width: 40px; 
        height: 40px; 
        margin: 0 7px;
    }
.footer_menu_social .ul_menu_social li a {
            display: block; 
            text-decoration: none; 
            color: #ffffff; 
            width: 100%; 
            height: 100%;
        }
.footer_menu_social .ul_menu_social li a img {
                display: block; 
                width: 40px; 
                height: 40px; 
            }
.footer_menu_social .ul_menu_social li a .facebook { 
                background: url('../_imagens/sprite.png') 0px 0px;
            }
            .footer_menu_social .ul_menu_social li a .twitter { 
                background: url('../_imagens/sprite.png') -40px 0px; 
            }
            .footer_menu_social .ul_menu_social li a .youtube { 
                background: url('../_imagens/sprite.png') -80px 0px; 
            }
            .footer_menu_social .ul_menu_social li a .instagram { 
                background: url('../_imagens/sprite.png') -120px 0px; 
            }


/***Apoiadores**/
.background_apoi {
    background: #eaecec;
    padding: 3em 0em;
}
.background_apoiC {
    padding: 0.75em 0em;
    background: url(../_imagens/brushed.png) repeat;
}
/***EVENTOS**/
.breadcrumbs {
    min-height: 30px;
    margin-top: 1em!important;
    padding: 8px!important;
}
.breadcrumbs li {
}
.title_eventos {
    background: #7ec6f2;
    color: #fff;
    font-weight: normal;
    line-height: 26px;
    padding: 10px;
    margin: 0px!important;
    text-align: center;
}
.img_eventos {
    overflow: hidden;
    width: 100%; 
    border-radius: 2px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
#eventos_img_home li:hover .img_eventos {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.paragrafo_eventos {
    background: #efefef;
    box-sizing: border-box;
    padding: 10px 10px 5px 10px;
    color: #4f4d4d;
    font-size: 1em;
    line-height: 20px;
}


#evento {
    display: block;
    margin-top: 3em;
}
#evento span,
#evento p {
    margin-top: 1em;
    color: #222!important;
}

.box_info_menu {
    margin-bottom: 1em!important;
}
.title_fotos {
    background: #7ec6f2 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 0.5em 2em;
    text-transform: uppercase;
    width: auto;
    margin-bottom: 1em;
}
#noticias {
    display: block;
    margin-top: 3em;
}
#noticias #menu_noticias h5 {
    background: #7ec6f2;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
#noticias #menu_noticias ul {
    list-style: none;
}

.background_blue {border-bottom: 2px solid #7ec6f2!important;}
#noticias #menu_noticias .box_info_menu li {
            display: block;
            width: 100%;
            max-height: auto!important;
            min-height: 40px;
            box-sizing: border-box;
            line-height: 40px;
            border-bottom: 1px solid #393738;
        }
            #noticias #menu_noticias .box_info_menu li:hover {
                border-bottom: 2px solid #7ec6f2;
            }
            #noticias #menu_noticias .box_info_menu li a {
                display: block;
                width: 100%;
                height: 100%;
                margin: 0 auto!important;
            }
                #noticias #menu_noticias .box_info_menu li a figure {
                    margin: 0 auto!important;
                }
                #noticias #menu_noticias .box_info_menu li a img {
                    width: 25px;
                    height: 25px;
                    margin-right: 15px;
                    margin-left: 10px;
                }
                #noticias #menu_noticias .box_info_menu li a span {
                    color: #393738;
                    font-size: 18px;
                    line-height: 40px;
                    min-height: 40px;
                }
                #noticias #menu_noticias .box_info_menu li a .agricultura {
                    background: url('../_imagens/sprite.png') 0px -204px; 
                }
                #noticias #menu_noticias .box_info_menu li a .educacao {
                    background: url('../_imagens/sprite.png') -25px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .tecnologia {
                    background: url('../_imagens/sprite.png') -50px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .lazer {
                    background: url('../_imagens/sprite.png') -75px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .economia {
                    background: url('../_imagens/sprite.png') -100px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .cidade {
                    background: url('../_imagens/sprite.png') -125px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .esporte {
                    background: url('../_imagens/sprite.png') -150px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .seguranca {
                    background: url('../_imagens/sprite.png') -175px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .politica {
                    background: url('../_imagens/sprite.png') -200px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .saude {
                    background: url('../_imagens/sprite.png') -225px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .colunistas {
                    background: url('../_imagens/sprite.png') -400px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .clima {
                    background: url('../_imagens/sprite.png') -424px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .transito {
                    background: url('../_imagens/sprite.png') -450px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .receita {
                    background: url('../_imagens/sprite.png') -475px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .rcinfo {
                    background: url('../_imagens/sprite.png') -250px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .agricultura {
                    background: url('../_imagens/sprite.png') 0px -234px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .educacao {
                    background: url('../_imagens/sprite.png') -25px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .tecnologia {
                    background: url('../_imagens/sprite.png') -50px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .lazer {
                    background: url('../_imagens/sprite.png') -75px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .economia {
                    background: url('../_imagens/sprite.png') -100px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .cidade {
                    background: url('../_imagens/sprite.png') -125px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .esporte {
                    background: url('../_imagens/sprite.png') -150px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .seguranca {
                    background: url('../_imagens/sprite.png') -175px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .politica {
                    background: url('../_imagens/sprite.png') -200px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .saude {
                    background: url('../_imagens/sprite.png') -225px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .colunistas {
                    background: url('../_imagens/sprite.png') -400px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .clima {
                    background: url('../_imagens/sprite.png') -424px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .transito {
                    background: url('../_imagens/sprite.png') -450px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .receita {
                    background: url('../_imagens/sprite.png') -475px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .rcinfo {
                    background: url('../_imagens/sprite.png') -250px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li a .diversos,
                #noticias #menu_noticias .box_info_menu li a .all {
                    background: url('../_imagens/sprite.png') -375px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .imoveis {
                    background: url('../_imagens/sprite.png') -275px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .emprego {
                    background: url('../_imagens/sprite.png') -300px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .veiculos {
                    background: url('../_imagens/sprite.png') -325px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .servico {
                    background: url('../_imagens/sprite.png') -350px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li a .rcinfo {
                    background: url('../_imagens/sprite.png') -250px -205px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .imoveis {
                    background: url('../_imagens/sprite.png') -275px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .emprego {
                    background: url('../_imagens/sprite.png') -300px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .veiculos {
                    background: url('../_imagens/sprite.png') -325px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .servico {
                    background: url('../_imagens/sprite.png') -350px -235px; 
                }
                #noticias #menu_noticias .box_info_menu li:hover .rcinfo {
                   background: url('../_imagens/sprite.png') -250px -235px;;  
                }
                #noticias #menu_noticias .box_info_menu li:hover .diversos,
                #noticias #menu_noticias .box_info_menu li:hover .all {
                    background: url('../_imagens/sprite.png') -375px -235px; 
                }
.box_info_noticias li {
    height: auto;
    margin-bottom: 40px;
    padding: 0!important;
}
.box_info_noticias li a:hover {
    /*-webkit-box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.75); */
}
.box_info_noticias li a {
    display: block;
    width: 90%;
    height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    overflow: hidden;
}
.box_info_noticias li a h5 {
    padding: 5px;
    text-transform: capitalize;
    font-size: 18px;
    color: #393738;
    font-weight: normal;
    border-bottom: 2px solid #7ec6f2;
    margin: 0!important;
}
.box_info_noticias li a .desc_noticia {
    box-sizing: border-box;
    color: #393738;
    font-size: 14px!important;
    font-weight: normal;
    padding: 10px;
}
.box_info_noticias li a .desc_noticia p {
    margin: 0 0 10px 0!important;
}
.box_info_noticias li a .desc_noticia .box_data time {
    font-weight: bold;
}
.box_info_noticias li a .desc_noticia .box_data .link_noticia {
    background: gainsboro;
    border: 2px solid #ccc;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 0.5em;
    box-sizing: border-box;
}
.box_info_noticias li a .desc_noticia .box_data .link_noticia:hover {
    border: 2px solid gainsboro;
}
.img_noticia {
    overflow: hidden;
    width: 100%; 
    border-radius: 2px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.box_info_noticias li:hover .img_noticia {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#img_trans {overflow: hidden;}

/*Noticia*/
#box_noticia {margin-top: 3em;}
#box_noticia .picture_noticia {
    margin-bottom: 1em;
}
#box_noticia .info_noticia {
    margin-bottom: 1em;
    margin-top: 1em;
}
.dados_noticia {
    list-style: none;
    /*margin-bottom: 2em!important;*/
}
.text_noticia {
    text-align: justify;
    margin-top: 2em;
}
.text_noticia p {
    text-indent: 3em;
}
.box_views img {
    display: inline-block;
    vertical-align: top;
    width: 20px; 
    height: 20px;
    margin-top: 2px;
    background: url('../_imagens/sprite.png') -465px 0px;
}
.noticias_data img {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    background: url('../_imagens/sprite.png') -455px -44px;
}
#relacionar {
    margin-top: 3em;
    padding-left: 2em;
}
#relacionar header {
    border-top: 1px solid #7ec6f2;
    height: 40px; 
    line-height: 40px;
}
#relacionar header h4,
#relacionar header h5 {
    color: #7ec6f2;
}
#relacionar .ul_noticias {
    list-style: none;
}
#relacionar .ul_noticias li {
    padding: 0 10px;
}
#relacionar .ul_noticias img,
#relacionar .ul_noticias article {
    padding: 0!important;
}
.banner_note {
    list-style: none;
}
#relacionar .ul_noticias article p {
    color: #393738;
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
    margin: 0 auto!important;
}
.data_aside {
    color: #000;
}
#relacionar .ul_noticias article .mote_noticias_link {
    background: #7ec6f2 none repeat scroll 0 0;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 18px;
    margin: 5px auto 0;
    text-align: center;
    width: 100px;
}
#relacionar .ul_noticias li:hover {
    -webkit-box-shadow: 0px 0px 10px -7px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 10px -7px rgba(0,0,0,1);
    box-shadow: 0px 0px 10px -7px rgba(0,0,0,1); 
}

/*Apoiadores*/
#apoiadores {
    margin-top: 3em;
}
#apoiadores ul li a{
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #3c3b3b;
}
#apoiadores .info_apoiadores {
    border-top: 2px solid #7ec6f2; 
}
#apoiadores .info_apoiadores p:nth-child(1) {
    border: none;
}
#apoiadores .info_apoiadores p {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
}

/*Locutores*/
#locutores {margin-top: 3em;}
#locutores ul li .locutor_margin {
    padding: 15px;
    /*border: 2px solid gainsboro;*/
}
#locutores figure {margin: 0 auto!important; }

#locutores figure img {height: auto;}
.box_social_apoiadores {
    margin-top: 0.7em!important;
}
.box_social_apoiadores li {
    margin: 0 auto!important;
}
.box_social_apoiadores a {
    display: block!important;
    width: unset!important;
    padding: 10px;
    margin: 0 auto!important;
}
.text_email {margin-top: 0.5em!important;}
.icone_email {
    width: 40px;
    height: 40px;
    background: url('../_imagens/sprite.png') -195px 0px; 
}
.icone_facebook {
    width: 40px;
    height: 40px;
    background: url('../_imagens/sprite.png') -240px 0px; 
}
.icone_youtube {
    width: 40px;
    height: 40px;
    background: url('../_imagens/sprite.png') -420px 0px; 
}
.icone_twitter {
    width: 40px;
    height: 40px;
    background: url('../_imagens/sprite.png') -375px 0px; 
}

/*Contato*/
#contato,
#contato_title,
#mapa,
#text_radio{
    margin-top: 3em;
}
#contato_title h2,
#text_radio h2,
#mapa h2,
#contato_title h3{
    color: #4d4c4d;
    font-family: "Segoe UI";
    font-weight: normal;
}
#text_radio article p {text-align: justify;}
.info_contato h5 {
    color: #393738;
    font-size: 20px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    font-family: "Segoe UI";
    margin-bottom: 1em;
}
.info_contato_telefone, .info_contato_email {
    list-style: none;
    margin-top: 1em!important;
}
.info_contato_telefone h6, .info_contato_email h6 {
    color: #7ec6f2;
}
#mapcanvas {
    display: block;
    width: 100%;
    height: 390px;
}

/*Classificados*/
#box_classificados {
    margin-bottom: 2em;
}
.title_clas {
    background: #7ec6f2;
    color: #fff!important;
    font-weight: bold;
}
.border_classificado {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin:10px 0px;
}
.border_classificado span {
    font-weight: bold;
    font-size: 1em;
    color: #000;
}
.classificado .orbit-container {
    background-color: #e5e5e5;
}
.classificado h5 {
    margin: 2em 0em 1.5em 0em;
}



/*=======================================================*/
/**** MAIN PROGRAMACAO ****/
#programacao #box_programacao {
        margin-top: 1em;
}
/*
    display: block;
    width: 100%;
    height: auto;
    min-height: 400px;
}
*/
.dias {
    background: transparent!important;
}
    #programacao #box_programacao .programacao_dias {
        list-style: none;
        width: 100%;
        max-height: auto;
        min-height: 42px;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        margin: 2em 0px!important;
        background: #dfdede;
    }
        #programacao #box_programacao .programacao_dias li {
            display: inline-block;
            vertical-align: top;
            width: 130px;
            height: 40px;
            line-height: 40px;
            cursor: pointer;
        }
        #programacao #box_programacao .programacao_dias li:hover {
            background: #dfdede;
        }
            #programacao #box_programacao .programacao_dias li span {
                width: 100%;
                text-align: center;
                height: 100%;
                color: #393738;
                font-size: 16px;
                font-weight: normal;
            }
    #programacao #box_programacao .programacao_info {
    
        margin: 1em 0em 0em 0em!important;
    }
        /*
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #ebebeb;
    }
*/
        #programacao #box_programacao .programacao_info dt {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #3a3838;
            font-size: 16px;
            font-weight: normal;
            margin: 0!important;
        }
            #programacao #box_programacao .programacao_info dt:nth-child(1),
            #programacao #box_programacao .programacao_info dt:nth-child(4) {
                background: #dfdede;
            }
    #programacao #box_programacao .all_programacao {
        
        width: 100%;
        height: auto;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        box-sizing: border-box;
    }
        #programacao #box_programacao .all_programacao li {
            display: block;
            width: 100%;
            height: auto;
            border: 1px solid #e5e5e5;
            margin: 0px!important;
            box-sizing: border-box;
        }
            #programacao #box_programacao .all_programacao li .box_all_programacao {
                border-left: 1px solid #e5e5e5;
                padding: 5px 0px!important
            }
                #programacao #box_programacao .all_programacao li .box_all_programacao span {
                    color: #3a3838;
                    font-size: 1em;
                    font-weight: normal;
                }
/*=======================================================*/
/**** Paginação ****/
.paginacao {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 30px auto!important;
    text-align: center;
}
    .paginacao li {
        display: inline-block;
        vertical-align: top;
        width: auto;
        height: 30px;
        margin: 0px 10px;
    }
        .paginacao li a {
            background: #efefef none repeat scroll 0 0;
            color: #000;
            display: block;
            font-size: 18px;
            font-weight: normal;
            height: 100%;
            padding: 10px;
            width: 100%;
            padding: 0px 10px !important
        }
        .paginacao li a:hover,
        .current1 {
            background: #7ec6f2!important;
            color:#fff!important;
        }

.videos {
    list-style: none!important;
    margin-top: 3em!important;
}
.videos li {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.videos li h5 {
    font-weight: bolder;
}