body { 
    font-family: 'Ubuntu', sans-serif;
    background-color: #0f0e17;
    color: #9e9e9e;
}
a, a:hover, a:focus {
    text-decoration: none !important;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition:    0.2s ease-in-out; 
    -o-transition:      0.2s ease-in-out;
    -ms-transition:     0.2s ease-in-out;
}
.nopadding{
	padding:0;
}
.nopadding-left{
    padding-left: 0;
}
.nopadding-right{
    padding-right: 0;
}
.nomargin{
	margin:0 !important;
}
.nomargin-left{
    margin-left:0 !important;
}
.nomargin-right{
    margin-right:0 !important;
}
.noradius{
	border-radius:0;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	height:5px;
}
.clearfix{
	clear:both;
	height:20px;
}
.reseta_css p{
    margin-bottom: 0;
    text-align: justify;
}
.error{
    background-color: #270000 !important;
}




/* SMARTPHONE */
@media screen and (max-width:768px) {
    
    .nopadding-xs{
        padding:0 !important;
    }
    .nopadding-left{
        padding: 0 !important;
    }
    .nopadding-right{
        padding: 0 !important;
    }
    .nomargin-left{
        margin:0 !important;
    }
    .nomargin-right{
        margin:0 !important;
    }
    .navbar-collapse{
        background-color: #010101;
    }
    .nav > li {
        width: initial !important;
    }
    .cabecalho{
        background-size: cover;
    }
    .navbar-inverse .navbar-nav>li>a {
        border:none !important;
    }
    .navbar-inverse .navbar-nav>li:first-child{
        border-left: none !important;
    }
    .banner span{
        font-size: 32px !important;
    }
    .banner h2{
        font-size: 18px !important;
    }
    .tit{
        width: 100% !important;
    }
    .p-item{
        margin-bottom: 20px !important;
    }
    #carousel-fotos .carousel-inner {
         width: initial !important; 
         left: initial !important; 
         height: initial !important; 
         padding: 20px !important;
    }
    #carousel-fotos .foto img {
        height: 224px !important;
    }
    #carousel-publicidade img {
        height: initial !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

}
/* TABLET */
@media screen and (min-width:768px) and (max-width:992px) {



}




/* TOPO */
.topo{
    background-color:#FAFAFA;
    min-height:110px;
    width: 100%;
    color: #9e9e9e;
    font-size: 12px;
}
.topo h1{
    margin: 0;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}
.cabecalho{
    min-height: 150px;
    padding-top: 14px;
    padding-bottom: 14px;

    background-image: url(../img/configuracoes/bg_cabecalho.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.div-line{
    height: 4px;
    background: linear-gradient(to left, #152a59, #0385cc, #152a59);
}
.navbar-inverse{
    background: #000 url(../img/bg_menu.png) center top repeat-x;
    height: 67px;
    border: none;
    z-index: 99;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition:    0.2s ease-in-out; 
    -o-transition:      0.2s ease-in-out;
    -ms-transition:     0.2s ease-in-out;
}
.menu{
    clear: both;
}
.navbar-nav{
    width: 100%;
}
.navbar-toggle{
    margin-top: 15px ;
    margin-bottom: 17px;
    border-color: #666 !important;
}
.nav > li {
    width: 12.5%;
    text-align: center;
}
.navbar-inverse .navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 21px;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-right: 1px solid #3b3a46;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition:    0.2s ease-in-out; 
    -o-transition:      0.2s ease-in-out;
    -ms-transition:     0.2s ease-in-out;
}
.navbar-inverse .navbar-nav>li:first-child{
    border-left: 1px solid #3b3a46;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background: #010101;
    color: #0385cc;
}
.navbar-inverse .navbar-nav>li>a i {
    font-size: 14px;
}
.navbar-collapse .navbar-nav {
    margin: 0 !important;
}
.player{
    padding: 18px;
    min-height: 85px;
    border-radius: 8px;
    border-bottom: 2px solid #0385cc;
    background: rgba(0,0,0,0.75) url(../img/bg_player.png) center bottom repeat-x;
    font-weight: 100;
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 7px;
}
.player img{
    float: left;
    margin-right: 10px;
}
.player span{
    font-size: 24px;
    font-weight: 700;
    color: #0385cc;
    display: block;
    line-height: 26px;
    margin-top: 2px;
}
.ouvir{
    height: 45px !important;
    font-size: 18px !important;
}
.ouvir i{
    margin-right: 5px;
    font-size: 32px;
    vertical-align: sub;
}

/* BANNER */
.slider_shadow {
    background: url(../img/sliderwrapper_border.png) repeat-x scroll center top transparent;
    height: 29px;
    position: relative;
    z-index: 2;
}
#carousel-banner{
    margin-top: -28px;
}
.banner{
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 255px;
    font-family: 'Viga', sans-serif;
}
.banner span{
    font-size: 60px;
    text-transform: uppercase;
    display: block;
}
.banner h2{
    font-size: 30px;
    margin-top: 8px;
    text-transform: uppercase;
}
#carousel-banner .carousel-inner > .item, 
#carousel-banner .carousel-inner > .item img{
    height: 470px;
}
#carousel-banner .carousel-control .fa-angle-left{
    top: 43% !important;
    left: 30%;
    position: absolute;
    padding: 8px 13px;
    font-size: 25px;
}
#carousel-banner .carousel-control .fa-angle-right{
    top: 43%;
    right: 30%;
    position: absolute;
    padding: 8px 13px;
    font-size: 25px;
}
#carousel-banner .carousel-indicators {
    background: url(../img/slider_navigation.png) no-repeat scroll center top transparent;
    height: 52px;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 8px;
}
#carousel-banner .carousel-indicators li {
    width: 20px !important;
    height: 17px !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    background: url(../img/bg_direction_nav.png) no-repeat !important;
}
#carousel-banner .carousel-indicators li:hover, 
#carousel-banner .carousel-indicators li.active { 
    background: url(../img/bg_direction_nav.png) bottom no-repeat !important;
}



/* CONTEUDO */
.conteudo {
    background-image: url(../img/shadow_banner.png), url(../img/shadow_rodape.png);
    background-position: center top, center bottom;
    background-repeat: repeat-x, repeat-x;
    padding-top: 30px;
    padding-bottom: 150px;
}
.tit{
    font-family: 'Viga', sans-serif;
    color: #0385cc;
    font-size: 30px;
    height: 50px;
    width: 70%;
    border-bottom: 2px solid #25232c;
    margin-bottom: 22px;
}
.tit div{
    border-bottom: 4px solid #0385cc;
    display: inline-block;
    padding-right: 25px;
    padding-bottom: 16px;
    height: 52px;
}
.tit i{
    font-size: 21px;
    margin-right: 5px;
    color: #fff;
    vertical-align: middle;
    margin-top: -2px;
}
.tit span{
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
    color: #9e9e9e;
    margin-left: 5px;
}
.tit-center{
    text-align: center;
    height: 74px !important;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
    margin-bottom: 35px;
}
.tit-center div{
    padding-right: 20px;
    padding-left:  20px;
    padding-bottom: 16px;
    height: 76px !important;
    min-width: 275px;
}
.tit-center span{
    display: block;
    font-size: 16px;
    margin: 0;
    margin-top: 9px;
}
.tit-interna{
    margin-top: 40px;
}
.locutor-online{
    border-radius: 6px;
    padding: 20px;
    background: linear-gradient(to bottom, #0385cc, #024f79);
    border: 1px solid #0385cc;
    color: #fff;
    min-height: 146px;
}
.locutor-online img{
    border-radius: 4px;
    border: 3px solid #fff;
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
}
.locutor-online h3{
    font-family: 'Viga', sans-serif;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}
.locutor-online h4{
    font-family: 'Viga', sans-serif;
    font-size: 24px;
    margin-bottom: 7px;
    padding: 0;
    text-transform: uppercase;
}
.locutor-online span{
    font-size: 13px;
    font-weight: 100;
}
.divi{
    clear: both;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    margin-top: 14px;
    margin-bottom: 8px;
}
.ver{
    font-family: 'Viga', sans-serif;
    font-size: 14px;
    color: #fff;
    float: right;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out; 
    -o-transition:      all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
}
.ver:hover{
    color: #0385cc;
    text-decoration: none;
}
.v-btn{
    border-radius: 3px;
    padding: 5px 10px;
    background: linear-gradient(to bottom, #0385cc, #024f79);
    border: 1px solid #0385cc;
    margin-top: 15px;
    height: 31px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out; 
    -o-transition:      all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
}
.v-btn:hover{
    background: linear-gradient(to bottom, #024f79, #0385cc);
    color: #fff;
}
.peca{
    border-radius: 6px;
    padding: 13px;
    background: #27272f;
    border: 1px solid #333333;
    color: #fff;
    min-height: 152px;
}
.form-peca input{
    background-color: #0f0e17;
    border-radius: 3px;
    padding: 5px 10px;
    height: 34px;
    width: 100%;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 100;
    border:none;
    margin-bottom: 11px;
}
.top10 iframe{
    border: 10px solid #9e9e9e;
    border-radius: 20px;
}
.top10 .top-item{
    background-color: #353540;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #9e9e9e;
    font-weight: 100;
    line-height: 17px;
    margin-bottom: 4px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out; 
    -o-transition:      all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
}
.top10 .top-item:hover, .top10 .top-item.ativo{
    background-color: #202026;
}
.top10 .top-item i{
    display: block;
    float: left;
    height: 26px;
    width: 26px;
    background: linear-gradient(to bottom, #ff471b, #851c01);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-style: normal;
    padding-top: 5px;
    margin: 4px 10px 5px 2px;
    font-size: 14px;
    font-weight: 500;
}
.top10 .top-item img{
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 33px;
}
.top10 .top-item div{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.v-item{
    background-color: #27272f;
    margin-bottom: 25px;
    border-radius: 6px !important;
}
.v-item iframe{
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}
.v-item div{
    background-color: #27272f;
    padding: 8px 20px 15px 20px;
    border-radius: 6px !important;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition:    0.2s ease-in-out; 
    -o-transition:      0.2s ease-in-out;
    -ms-transition:     0.2s ease-in-out;
}
.v-item:hover div{
    background-color: #202026;
}
.v-item span{
    font-size: 11px;
    font-weight: 300;
    color: #0385cc;
    text-transform: uppercase !important;
}
.v-item h3{
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
.v-item-interno{
    background-color: transparent !important;
}
.v-item-interno span{
    font-size: 16px !important;
}
.v-item-interno h3{
    font-size: 26px !important;
}
.p-item div{
    padding: 12px 20px 17px 20px;
}
.p-item img{
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}
.p-item h3{
    font-size: 18px !important;
}
.p-item:hover{
    opacity: 0.7;
}
#carousel-fotos {
    overflow: hidden;
}
#carousel-fotos .carousel-inner {
    width: 100vw;
    left: 0;
    height: 356px;
}
#carousel-fotos .carousel-indicators {
    bottom: 0;
}
#carousel-fotos .carousel-indicators li {
    background-color: #9e9e9e;
    border:none;
}
#carousel-fotos .carousel-indicators li:hover, 
#carousel-fotos .carousel-indicators li.active { 
    background-color: #0385cc;
}
#carousel-fotos .foto {
    background-color: transparent !important;
}
#carousel-fotos .foto div{
    background-color: initial;
    /*position: absolute;*/
    width: 100%;

    bottom: 0;
    padding: 10px 10px;
    background: rgba(39, 39, 47, 0.3);
    border-radius: 0 !important;
}
#carousel-fotos .foto span{
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
}
#carousel-fotos .foto h3{
    font-size: 16px !important;
}
#carousel-fotos .foto img{
    height: 233px;
    width: 100%;
    opacity: 0.7;
}
#carousel-fotos .foto:hover img{
    opacity: 1.0; 
}
.noticias .n-item {
    position: relative;
    height: 596px;
}
.noticias .n-item p {
    position: relative;
    height: 504px;
    margin-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.noticias .n-item div{
   /* position: absolute;*/
    width: 100%;
    /*bottom: 0;*/
    padding: 10px 40px;
    height: 90px;
}
.noticias .n-item span{
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
}
.noticias .n-item h3{
    font-size: 19px !important;
    line-height: 24px;
}
.noticias .n-item:hover{
    opacity: 0.7;
}
.noticias .n-interna {
    height: 290px !important;
}
.noticias .n-item-p {
    margin-bottom: 14px;
    position: relative;
    height: 290px;
}
.noticias .n-item-p p {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.noticias .n-item-p div {
    padding: 10px 40px;
    height: 90px;
}
.noticias .n-item-p h3 {
    font-size: 16px !important;
    line-height: 20px !important;
}
#carousel-publicidade img {
    height: 225px;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}
#carousel-publicidade img:hover {
    opacity: 0.7;
}
#carousel-publicidade .left.carousel-control {
    width: 30px;
    left: -25px;
    background: initial;
}
#carousel-publicidade .right.carousel-control {
    width: 30px;
    right: -25px;
    background: initial;
}
#carousel-publicidade .carousel-control .fa-angle-left{
    top: 43% !important;
    left: 0;
    position: absolute;
    padding: 8px 13px;
    font-size: 25px;
}
#carousel-publicidade .carousel-control .fa-angle-right{
    top: 43%;
    right: 0;
    position: absolute;
    padding: 8px 13px;
    font-size: 25px;
}
.bloco {
    background-color: #27272f;
    padding: 30px 20px;
    border-top: 4px solid #0385cc;
    margin-bottom: 30px;
    border-radius: 6px;
    min-height: 720px;
}
.bloco h2{
    font-size: 24px;
    height: initial;
    width: 100%;
    border-bottom: 1px solid #393940;
    margin: 0;
    margin-bottom: 25px;
    padding-bottom: 33px;
    padding-top: 5px;
}
.recado p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.recado h4{
    font-size: 18px;
    color: #0385cc;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px !important;
}
.recado h4 span{
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 100;
    margin-left: 5px;
    text-transform: none;
}
.recado div{
    font-size: 12px;
    color: #9e9e9e;
    font-weight: 100;
    margin-top: 14px;
    margin-bottom: 24px;
}
.ouvinte {
    margin-bottom: 20px;
}
.ouvinte div{
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
}
.ouvinte h4{
    font-size: 14px;
    color: #0385cc;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    margin-top: 10px;
}
.ouvinte span{
    font-size: 12px;
    color: #9e9e9e;
    font-weight: 100;
    margin: 0;
}
.ouvinte:hover{
    opacity: 0.7;
}
.enquete{
    font-size: 14px;
    color: #9e9e9e;
}
.enquete h2{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    border:none;
    padding: 0;
    margin-bottom: 35px;
}
.radio {
    margin-bottom: 35px;
}
.radio label {
    padding-left: 25px;
}
.radio label:hover {
    opacity: 0.7;
}
.radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: -25px;
}
.nav-tabs {
    padding: 10px !important;
    border-radius: 4px !important;
    background-color: #000 !important;
    border-bottom: 1px solid #0385cc !important;
    color: #ffffff !important;
}
}
.nav-tabs > li > a {
    color: #ffffff !important;
    border-radius: 4px !important;
    border: none !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover{
    color: #fff !important;
    background-color: #0385cc !important;
    font-weight: bold !important;
    border-radius: 4px 4px 4px 4px !important;
    border: none !important;
}

.programacao-item{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition:    0.3s ease-in-out; 
    -o-transition:      0.3s ease-in-out;
    -ms-transition:     0.3s ease-in-out;
}
.programacao-item:hover{
    background-color: #000 !important;
}
.programacao-item td{
    vertical-align: middle !important;
    border: none !important;
    padding: 15px !important;
}

.programacao-item .img-prog img{
    width: 150px;
    border-radius: 4px;
}
.programacao-item .img-locutor img {
    width: 100px;
    border-radius: 4px;
}
.programacao-item h2 {
    font-family: 'Viga', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin:0;
    color: #0385cc;
}
.programacao-item .locutor {
    font-family: 'Viga', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.contatos .widget-title {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 29px;
    font-size: 18px;
    font-weight: 900;
    text-transform: none;
    border-bottom: 2px solid #0385cc;
}
.contatos .widget-title:after {
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 10px;
  position: absolute;
}
.contatos .menu {
  font-size: 0;
}
.contatos .menu li {
  vertical-align: top;
  margin-bottom: 10px;
  list-style-type: none;
}
.contatos .menu li:hover {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
}
.contatos .menu li:before {
  content: "\f101";
  margin-right: 10px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.contatos .textwidget {
  font-size: 19px;
}
.contatos .textwidget i {
  margin-right: 10px;
  font-size: 23px;
  width: 20px;
  color: #0385cc;
}
.pagination > li > a, .pagination > li > span {
    color: #ffffff;
    border: 1px solid #585363;
    padding: 8px 14px;
    font-weight: 300;
    background-color: #26232d;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: #e8c100;
    border-color: #e8c100;
    font-weight: 600;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e8c100;
    border-color: #e8c100;
    font-weight: 600;
}
.progress-bar {
    background-color: #282837 !important;
}
.panel-info h4{
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.panel-default h4{
    font-size: 16px;
    margin: 0;
}
.panel-default > .panel-heading {
    background-color: #e0e0e0;
}
.player-tv{
    width: 540px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 31px 53px 29px 54px;
}


/* RODAPE */
.rodape {
    min-height: 625px;
    overflow: hidden;

    background-image: url(../img/configuracoes/bg_rodape.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.rodape h2{
    font-family: 'Viga', sans-serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 45px;
    margin-top: 46px;
    border-bottom: 3px solid #0385cc !important;
    padding-bottom: 10px;
    padding-right: 18px;
    display: inline-block;
}
.rodape .contato{
    font-size: 18px;
    color: #fff;
    font-weight: 600px;
    margin-bottom: 35px;
}
.rodape .contato i{
    font-size: 30px;
    margin-right: 10px;
    vertical-align: sub;
}
.crop_rodape {
    background: url(../img/crop_rodape.png) no-repeat scroll center top transparent;
    height: 52px;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 8px;
}
footer {
    min-height: 115px;
    width: 100%;
    background-color: #000;
    color: #9e9e9e;
    font-size: 12px;
    line-height: 45px;
    padding-top: 37px;
    padding-bottom: 37px;
}
footer img{
    max-height: 40px;
}




/* Validation */
.form-control.error {
  border-color: #e74c3c !important;
}
label.error, label span.error {
  color: #e74c3c;
  margin: 5px 0 0 0;
  font-weight: 400;
  text-transform: none;
}
label span.error {
  margin-left: 5px;
}
label.error:before {
  content: "\f071";
  font-family: 'FontAwesome';
  margin: 0 4px;
}