body,html{
    padding: 0;
    margin: 0;
    font-family: 'Avenir LT Std';
}
a{
    text-decoration: none;
    cursor: pointer;
}
h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
}
input,textarea,select,a{
    outline: none;
    resize: none;
}
.inner{
    width: 100%;
    max-width: 1400px;
    display: table;
    margin: 0 auto;
    position: relative;
}
.backimage{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
.sessao{
    width: 100%;
    float: left;
    clear: left;
    display: table;
}
#frameSite{
    position: absolute;
    top:80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    border: none;
    background: none;
    transition: 0.5s;
}
#frameSite.full{
    transition: 0.5s;
    height: 100%;
    top: 0px;
}
#playerTopo{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background: rgba(255,255,255,0.9);
    z-index: 10;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    display: none;
}
#playerTopo #playRadio{
    float: left;
    background: url("../images/play-black.png") no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
}
#playerTopo #playRadio.playing{
    background-image: url("../images/play-black-pause.png");
}
#playerTopo #programaNoAr{
    width: calc(100% - 190px);
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin: 3px 0 0 0;
}
#playerTopo #locutorNoAr{
    width: calc(100% - 190px);
    float: left;
    font-size: 17px;
}
#playerTopo #apps{
    float: right;
}
#playerTopo #apps a{
    display: block;
    width: 45px;
    height: 45px;
    float: left;
    margin: 7px 0 0 10px;
}
#playerTopo #apps a img{
    max-width: 100%;
    max-height: 100%;
}
#site {
    transition: 0.5s;
}
#temp{
    display: none;
}
#all{
    width: 100%;
    display: table;
}
#all.menuAberto #site,#all.mediaAberta #site{
    transition: 0.5s;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
#all.menuAberto,#all.mediaAberta{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#menuTotal{
    background: rgba(222,0,11,0.7) url("../images/back-menu.png") repeat-x;
    position: fixed;
    z-index:100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transform: scale(3);
    transition: 0.5s;
}
#menuTotal #topoMenu #logotipo{
    display: block;
    width: 178px;
    height: 80px;
    background: url("../images/logo-studiofm.png");
    text-indent: -2000px;
    margin: 30px 0 0 20px;
}
#menuTotal #topoMenu #fecharMenu{
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top:30px;
    right: 30px;
    background: url("../images/menu-close.png");
}
#menuTotal #topoMenu #tituloMenu{
    width: 100%;
    text-align: center;
    background: url(../images/menu-titulo.png) center center no-repeat;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: #fff;
    display: block;
    float: left;
    clear: left;
    margin: 70px 0 0 0;
}
#menuTotal #menu{
    width: 100%;
    float: left;
    clear: left;
    position: relative;
}
#menuTotal #menu a {
    float: left;
    display: block;
    font-size: 50px;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    transition: 0.2s;
}
#menuTotal #menu a:hover{
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
    transition: 0.2s;
}
#menuTotal #menu a.sel {
    font-weight: bold;
}
#menuTotal #menu .upperLine{
    display: table;
    margin: 70px auto 70px auto;
}
#menuTotal #menu .lowerLine{
    display: table;
    margin: 0 auto;
}
#all.menuAberto #menuTotal{
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
    pointer-events: auto;
}
#topoImenso{
    position: absolute;
    width: 100%;
    height: 840px;
    top: 0;
    left: 0;
    z-index: 1;
}
#topoImenso strong,#topoImenso h1{
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 8px rgba(0,0,0,0.95);
}
#topoImenso .superior{
    font-size: 30px;
    margin: 300px 0 30px 0;
    text-transform: uppercase;
}
#topoImenso h1{
    text-transform: uppercase;
    font-size: 72px;
    margin: 0 0 40px 0;
}
#header{
    width: 100%;
    height: 160px;
    position: absolute;
    z-index: 2;
    top: 0%;
    left:0%;
}
#header #logotipo{
    display: block;
    width: 178px;
    height: 80px;
    background: url("../images/logo-studiofm.png");
    background-size: contain;
    text-indent: -2000px;
    margin: 25px 0 0 20px;
}
#header #supMenu{
    position: absolute;
    top: 30px;
    right: 0px;
}
#header #supMenu a{
    display: block;
    float: left;
    padding: 0 30px 0 70px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    border-right: 1px solid #d4d4d4;
    background-position: 30px center;
    background-repeat: no-repeat;
}
#header #supMenu.white a{
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.9);
}
#header #supMenu a.menu {
    background-image: url("../images/btn-menu.png");
}
#header #supMenu a.radio {
    background-image: url("../images/btn-radio.png");
}
#header #supMenu a.contato {
    background-image: url("../images/btn-contato.png");
}
#header #supMenu a:last-child{
    border: 0;
}

#banner{
    margin: 130px 0 0 0;
    width: 100%;
    height: 70vmin;
    position: relative;
}
#banner #holdBanners{
    width: 100%;
    height: 70vmin;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#banner #holdBanners a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.5);
}
#banner #holdBanners a.aberto{
    opacity: 1;
    transform: scale(1);
    transition: 0.8s;
    pointer-events: auto;
}
#banner #commandosBanner{
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 3;
}
#banner #commandosBanner a{
    display: block;
    border-radius: 100%;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    height: 11px;
    width: 11px;
    transform: scale(0.8);
    transition: 0.5s;
    float: left;
    margin: 0 4px;
}
#banner #commandosBanner a.sel{
    box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    transform: scale(1);
    transition: 0.5s;
}
h4.tituloRiscado,h4.tituloLimpo{
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    background: url("../images/titulo-riscado.png") no-repeat center center;
}
h4.tituloLimpo{
    background: none;
}
#mediaCenter{
    margin: 80px 0 80px 0;
}
#mediaCenter .quadro{
    float: left;
    width: calc(50% - 15px);
    margin: 80px 30px 0 0;
}
#mediaCenter .quadro:last-child{
    margin-right: 0;
}
#mediaCenter .quadro .imagem{
    width: 100%;
    height: 290px;
    float: left;
    position: relative;
}
#mediaCenter .quadro .imagem .playVideo{
    position: absolute;
    top:50%;
    left: 50%;
    display: block;
    background: url("../images/play-video.png") no-repeat center center;
    width: 95px;
    height: 95px;
    margin: -47px 0 0 -47px;
}
#mediaCenter .quadro .categoria{
    float: left;
    clear: left;
    font-size: 18px;
    color: #ff0000;
    margin: 20px 0 0 0;
}
#mediaCenter .quadro .titulo{
    float: left;
    clear: left;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin: 15px 0 0 0;
    height: 70px;
}
#mediaCenter .quadro .resumo{
    float: left;
    clear: left;
    margin: 20px 0 0 0;
    color: #000;
    font-size: 18px;
    width: 100%;
    height: 100px;
    display: block;
    font-weight: bold;
}
#mediaCenter .quadro .vermais{
    float: left;
    clear: left;
    margin: 30px 0 0 0;
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}
#promocoes{
    margin: 80px 0 80px 0;
}
#promocoes .tituloRiscado{
    margin-bottom: 50px;
}
#promocoes .promo{
    display: block;
    float: left;
    width: calc(50% - 15px);
    margin: 50px 30px 0 0;
}
#promocoes .promo.par{
    margin-right: 0;
}
#promocoes .promo .imagem{
    float: left;
    width: 240px;
    height: 160px;
    margin: 0 25px 0 0;
}
#promocoes .promo .info{
    float: left;
    width: calc(100% - 265px);
}
#promocoes .promo .tipo{
    float: left;
    color: #ff0000;
    font-size: 18px;
    margin: 5px 0 0 0;
}
#promocoes .promo .titulo{
    font-size: 24px;
    height: 40px;
    color: #000;
    float: left;
    clear: left;
    margin: 15px 0 0 0;
}
#promocoes .promo .resumo{
    font-size: 14px;
    color: #000;
    float: left;
    clear: left;
    margin: 15px 0 0 0;
    height: 75px;
}

#boxes {
    width: 100%;
}
#boxes #app{
    float: left;
    width: 48%;
    padding: 0 1%;
    height: 600px;
    background: #ffca00;
    background: -moz-linear-gradient(left,  #ffca00 0%, #ffd800 100%);
    background: -webkit-linear-gradient(left,  #ffca00 0%,#ffd800 100%);
    background: linear-gradient(to right,  #ffca00 0%,#ffd800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca00', endColorstr='#ffd800',GradientType=1 );
}
#boxes #app .tituloComposto{
    float: left;
    color:#14006c;
    font-size: 60px;
    margin: 60px 0 0 16%;
    font-weight: bold;
}
#boxes #app .descricao{
    clear: left;
    float: left;
    margin: 40px 0 0 16%;
    color: #14006c;
    font-size: 20px;
}
#boxes #app .btnBranco{
    font-weight: bold;
    clear: left;
    float: left;
    margin: 70px 0 0 16%;
    color: #14006c;
    text-transform: uppercase;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 190px;
    border-radius: 25px;
    background: #fff;
    letter-spacing: 5px;
}
#boxes #app .iconesOcultos{
    float: left;
    margin: 70px 0 0 16%;
    display: none;
}
#boxes #app .iconesOcultos strong{
    float: left;
    display: block;
    line-height: 50px;
    margin: 0 10px 0 0;
    font-size: 16px;
}
#boxes #app .iconesOcultos a{
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 10px 0 0;
}
#boxes #app .iconesOcultos img{
    width: 100%;
    height: 100%;
}
#boxes #midias {
    float: left;
    width: 50%;
    height: 600px;
    background: url("../images/fundo-midias.jpg") no-repeat center center;
}
#boxes #midias .titulo{
    float: left;
    color: #fff;
    font-size: 60px;
    margin: 60px 0 0 5%;
}
#boxes #midias .texto{
    float: left;
    clear: left;
    color: #fff;
    margin: 60px 0 0 5%;
    font-size: 40px;
}
#boxes #midias .asMidias{
    float: left;
    clear: left;
    margin: 40px 0 0 5%;
}
#boxes #midias .asMidias a{
    float: left;
    margin: 0 20px 0 0;
    width: 70px;
    height:70px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
#boxes #midias .asMidias a.youtube{
    background-image: url("../images/w-mid-youtube.png");
}
#boxes #midias .asMidias a.twitter{
    background-image: url("../images/w-mid-twitter.png");
}
#boxes #midias .asMidias a.instagram{
    background-image: url("../images/w-mid-instagram.png");
}
#boxes #midias .asMidias a.facebook{
    background-image: url("../images/w-mid-facebook.png");
}
#studiocast{
    padding: 75px 0 42px 0;
}
#studiocast .descricao{
    width: 100%;
    font-size: 30px;
    text-align: center;
    float: left;
    clear: left;
    margin: 50px 0 50px 0;
}
#studiocast .podcasts{
    width: 1080px;
    margin: 0 auto 0 auto;
}
#studiocast .podcasts .podcast{
    float: left;
    width: 150px;
    height: 250px;
    display: block;
    margin: 0 15px;
}
#studiocast .podcasts .podcast .imagem{
    float: left;
    display: block;
    width: 150px;
    height: 150px;
    position: relative;
    transition: 0.2s;
}
#studiocast .podcasts .podcast .imagem .play{
    position: absolute;
    top:50%;
    left: 50%;
    display: block;
    background: url("../images/play-video.png") no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    transform: scale(0);
    transition: 0.2s;
}
#studiocast .podcasts .podcast:hover .imagem{
    transition: 0.2s;
    opacity: 0.5;
}
#studiocast .podcasts .podcast:hover .imagem .play{
    transform: scale(1);
    transition: 0.2s;
}
#studiocast .podcasts .podcast .titulo{
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 15px 0 0 0;
    font-weight: bold;
    color: #000;
}
#studiocast .podcasts .podcast .baixar{
    display: block;
    width: calc(100% - 72px);
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    border:1px solid #555555;
    text-align: right;
    color: #555555;
    float: left;
    clear: left;
    margin: 20px 0 0 0;
    padding: 0 35px;
    background: url("../images/ico-download.png") no-repeat;
    background-position: 32px center;
}
#studiocast .maisPodcasts{
    float: left;
    clear: left;
    width: 100%;
    display: block;
    text-align: center;
    margin: 50px 0 0 0;
    color: #000;
    font-size: 20px;
}
#studiocast .maisPodcasts span{
    border-bottom: 1px solid #000;
}

#footer{
    width: 100%;
    height: 160px;
    background: #a8a8a8;
    color: #e3e3e3;
}
#footer .endereco{
    text-align: center;
    width: 100%;
    display: block;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #aeaeae;
    margin: 65px 0 0 0;
    font-size: 14px;
}
#footer .copyright{
    text-align: center;
    width: 100%;
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
}
#footer #dinamicami{
    position: absolute;
    right: 10px;
    bottom: 0px;
    display: block;
    width: 115px;
    height: 24px;
    background: url("../images/logo-dmi.png");
}

#bannerTitle{
    width: 100%;
    height: 290px;
    line-height: 290px;
    text-align: center;
    font-size: 60px;
    color: #fff;
    margin: 130px 0 0 0;
}
#bannerTitle.mediaCenter{
    background-image: url('../images/bt-media.jpg');
}
#bannerTitle.programacao{
    background-image: url('../images/bt-programacao.jpg');
}
.descTitulo{
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    display: block;
    margin: 30px 0;
    font-size: 24px;
}
#menuIcones{
    float: left;
    clear: left;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0 0 30px 0;
}
#menuIcones a{
    display: block;
    width: 33%;
    float: left;
}
#menuIcones a .icone{
    width: 148px;
    height: 110px;
    background: #cccccc;
    margin:  0 auto;
    transition: 0.3s;
    margin-bottom:30px;
}
#menuIcones a:hover .icone{
    background: #c0c0c0;
    transition: 0.3s;
}
#menuIcones a.sel .icone{
    background: #ff0000;
    transition: 0.3s;
}
#menuIcones a .icone img{
    width: 100%;
    height: 100%;
}
#menuIcones a strong{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #000;
    margin: 0 0 10px 0;
}
#menuIcones a .desc{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #707070;
}
.greyArea{
    width: 100%;
    background: #fafafa;
    padding: 30px 0;
    display: table;
    position: relative;
}
.listaPodcasts{
    width: 100%;
}
.listaPodcasts .pod{
    float: left;
    clear: left;
    width: 100%;
    height: 108px;
    background: #fff;
    border-bottom: 2px solid #cbcbcb;
}
.listaPodcasts .pod .imagem{
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: 10px 0 0 25px;
}
.listaPodcasts .pod .info{
    float: left;
    display: block;
    margin: 25px 0 0 65px;
    width: calc(100% - 220px);
    height: 83px;
    background: url(../images/seta-podcast.png) no-repeat right 20px;
    transition: 0.2s;
}
.listaPodcasts .pod:hover .info{
    background-position: right 40px;
    transition: 0.2s;
}
.listaPodcasts .pod .info .titulo{
    float: left;
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}
.listaPodcasts .pod .info .descricao{
    float: left;
    clear: left;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 10px 0 0 0;
}
.listaPodcasts .detalhes{
    width: 100%;
    height: 0px;
    float: left;
    clear: left;
    overflow: hidden;
    transition: 0.3s;
}
.listaPodcasts .detalhes.aberto{
    transition: 0.3s;
    height: 220px;
}
.listaPodcasts .detalhes .icon{
    float: left;
    width: 150px;
    text-align: center;
    color: #ff0000;
    margin: 20px 0 0 0;
    font-weight: bold;
}
.listaPodcasts .detalhes #framePodcast{
    float: left;
    width: calc(100% - 180px);
    margin: 0 0 0 30px;
    border: none;
}
#carregarMaisItens{
    display: block;
    width: 100%;
    float: left;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #000;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin: 20px 0 0 0;
}
#listaFotos{
    width: 100%;
    float: left;
    clear: left;
}
#listaFotos a{
    width: calc(50% - 40px);
    padding: 20px;
    float: left;
    display: block;
    color: #000;
}
#listaFotos a .backimage{
    float: left;
    width: 240px;
    height: 160px;
    display: block;
}
#listaFotos a .info{
    float: left;
    margin: 0 0 0 30px;
    width: calc(100% - 270px);
}
#listaFotos a .data{
    float: left;
    color: #ff0000;
    margin: 5px 0 0 0;
    font-size: 18px;
}
#listaFotos a .titulo{
    float: left;
    clear: left;
    font-size: 24px;
    margin: 15px 0 0 0;
}
#listaFotos a .resumo{
    float: left;
    clear: left;
    width: 100%;
    height: 60px;
}
#zoomMedia{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(12,79,165,0.8);
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transform: scale(3);
    transition: 0.5s;
}
#all.mediaAberta #zoomMedia{
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
    pointer-events: auto;
}
#zoomMedia #tituloMedia{
    position: absolute;
    top:25px;
    left: 75px;
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    display: block;
    font-weight: normal;
}
#zoomMedia #fecharMedia{
    position: absolute;
    width: 45px;
    height:45px;
    display: block;
    top: 25px;
    right: 75px;
    background: url("../images/fecharMedia.png") no-repeat center center;
    background-size: contain;
}
#zoomMedia .controleMedia{
    position: absolute;
    top:70px;
    left: 25px;
    width: 50px;
    height: calc(100% - 95px);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/voltarMedia.png");
}
#zoomMedia #avancarMedia.controleMedia{
    left: auto;
    right: 25px;
    background-image: url("../images/avancarMedia.png");
}
#zoomMedia .controleMedia.nomore{
    opacity: 0.1;
}
#zoomMedia #mediaInterna{
    position: absolute;
    top:70px;
    left: 75px;
    width: calc(100% - 150px);
    height: calc(100% - 95px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 5;
}
#zoomMedia #loading{
    position: absolute;
    width: 120px;
    height: 120px;
    z-index: 6;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -60px;
    border-radius: 100%;
    background: #fff url("../images/loading-blue-whiteback.gif") no-repeat center center;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
#descricaoPromocao{
    margin-top: 840px;
    padding: 60px 0;
    text-align: center;
}
#descricaoPromocao .subtitulo{
    font-size: 24px;
    padding: 40px 0 0 0;
    display: block;
    width: 100%;
    text-align: center;
}
#descricaoPromocao ul{
    text-align: left;
}
#participarPromocao,#formParticipar .submit{
    text-align: center;
    display: block;
    height: 40px;
    width: 150px;
    line-height: 40px;
    border-radius: 20px;
    border:1px solid #555555;
    text-transform: uppercase;
    color: #515151;
    font-size: 14px;
    margin: 45px auto 0 auto;
    transition: 0.3s;
}
#participarPromocao:hover,#participarPromocao:focus,#formParticipar .submit:hover,#formParticipar .submit:focus{
    width: 200px;
    transition: 0.3s;
    color: #116eca;
    border-color: #116eca;
    box-shadow: 0 0 15px rgba(17,110,202,0.5);
    font-weight: bold;
}
#formParticipar .submit{
    clear: both;
}
#formParticipar{
    width:600px;
    margin: 45px auto 0 auto;
    display: none;
}
#formParticipar input,#formParticipar textarea{
    width: 508px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border:1px solid #555555;
    background: #fff;
    float: left;
    clear: both;
    margin: 0 0 15px 30px;
    transition: 0.3s;
}
#formParticipar textarea{
    height: 100px;
}
#formParticipar input:focus,#formParticipar textarea:focus{
    transition: 0.3s;
    color: #116eca;
    border-color: #116eca;
    box-shadow: 0 0 15px rgba(17,110,202,0.5);
    width: 568px;
    margin: 0 0 15px 0px;
}

#listaProgramacao{
    width: 100%;
}
#listaProgramacao .listaDaCategoria{
    background: url("../images/linha-do-tempo.gif") repeat-y top center;
    display: table;
    width: 100%;
}
#listaProgramacao .catTitle{
    font-size: 36px;
    text-align: center;
    display: block;
    width: 100%;
    background: url("../images/titulo-riscado.png") no-repeat center center;
    float: left;
    clear: left;
    margin: 100px 0 70px 0;
}
#listaProgramacao .prog{
    float: left;
    clear: left;
    margin: 0 0 40px 0;
    width: 100%;
}
#listaProgramacao .prog:last-child{
    margin: 0;
}
#listaProgramacao .prog .titulo{
    float: left;
    width: calc(45% - 75px);
    line-height: 150px;
    color: #ff0000;
    font-size: 36px;
    text-align: right;
}
#listaProgramacao .prog .descricao{
    width: calc(45% - 75px);
    float: left;
}
#listaProgramacao .prog .horario{
    float: left;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background: #f4f4f4;
    border: 10px solid #fff;
    margin: 0 5%;
    text-align: center;
    line-height: 130px;
    font-size: 30px;
}
#listaProgramacao .prog.virado .titulo{
    text-align: left;
}
#listaProgramacao .prog.virado .descricao{
    text-align: right;
}
#listaEquipe{
    float: left;
    clear: left;
    margin: 30px 0 0 0;
    width: 100%;
}
#listaEquipe .membro{
    width: 195px;
    height: 350px;
    float: left;
    padding: 10px;
    text-align: center;
}
#listaEquipe .membro .backimage{
    width: 100%;
    height: 230px;
}
#listaEquipe .membro strong,#listaEquipe .membro .funcao,#listaEquipe .membro .niver,#listaEquipe .membro .email{
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 5px 0 0 0;
}
#listaEquipe .membro strong{
    font-size: 19px;
}
#listaEquipe .membro .funcao{
    color: #ff0000;
}
#cobertura .imagem{
    float: left;
    width: 20%;
}
#cobertura .imagem img{
    width: 100%;
}
#cobertura .texto{
    float: left;
    width: 78%;
    padding: 0 1%;
}
#formulario{
    float: left;
    width: 43%;
    padding: 0 1%;
}
#formulario label{
    clear: left;
    float: left;
    width: 110px;
    margin: 15px 10px 0 0;
    display: block;
    line-height: 35px;
    text-align: right;
}
#formulario .input{
    margin: 15px 0 0 0;
    float: left;
    width: calc(100% - 140px);
    padding: 0 10px;
    height: 35px;
    border:none;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
#formulario .input:focus{
    box-shadow: 1px 1px 5px #116eca;
}
#formulario textarea.input{
    height: 120px;
    padding: 10px;
}
#formulario .submit{
    float: right;
    margin: 10px 0 0 0;
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    background: #116eca;
    border-radius: 3px;
    border: none;
}
#mapaLocaliza{
    float: left;
    width: 53%;
    height: 400px;
    margin: 0 1%;
}
#mapaLocaliza iframe{
    width: 100%;
    height: 350px;
    margin: 10px 0 0 0;
    float: left;
    clear: left;
}
#fones{
    float: left;
    width: 100%;
}
#fones .telefone{
    float: left;
    width: 48%;
    padding: 0 1%;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    color: #116eca;
}
#fones .telefone img{
    float: left;
    margin: 0 15px 0 0;
}
#enquete{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: none;
}
#enquete #enqueteQuadro{
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -175px 0 0 -200px;
    background: #fff;
}
#enquete #enqueteQuadro .titulo{
    float: left;
    width: 100%;
    display: block;
    font-size: 19px;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #333;
}
#enquete #enqueteQuadro #perguntas,#enquete #enqueteQuadro #respostas{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    display: table;
}
#enquete #enqueteQuadro .opc{
    float: left;
    clear: left;
    font-size: 14px;
    color: #333;
    margin: 0 0 10px 0;
    display: block;
    width: 100%;
}
#enquete #enqueteQuadro .opc input{
    float: left;
    margin: 0 10px 0 0;
    height: 20px;
    width: 20px;
}
#enquete #enqueteQuadro .opc label{
    float: left;
    line-height: 20px;
    cursor: pointer;
}
#enquete #enqueteQuadro .btn{
    float: right;
    display: block;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #116eca;
    background: #4096ee;
    background: -moz-linear-gradient(top,  #4096ee 0%, #116eca 100%);
    background: -webkit-linear-gradient(top,  #4096ee 0%,#116eca 100%);
    background: linear-gradient(to bottom,  #4096ee 0%,#116eca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#116eca',GradientType=0 );
    color: #fff;
    margin: 0 0 0 10px;
}
#enquete #enqueteQuadro .btn:first-child{
    clear: both;
}
#enquete #enqueteQuadro #respostas{
    display: none;
}
#enquete #enqueteQuadro #respostas .nome{
    float: left;
    clear: left;
    width: 100%;
    line-height: 20px;
}
#enquete #enqueteQuadro #respostas .resp{
    float: left;
    clear: left;
    width: calc(100% - 47px);
    height: 18px;
    border: 1px solid #116eca;
    margin: 0 0 5px 0;
    overflow: hidden;
    border-radius: 5px;
}
#enquete #enqueteQuadro #respostas .val{
    float: left;
    line-height: 20px;
    display: block;
    width: 45px;
    text-align: center;
    color: #333;
    font-size: 13px;
    margin: 0 0 5px 0;
}
#enquete #enqueteQuadro #respostas .resp span{
    display: block;
    height: 18px;
    background: #4096ee;
}
#enquete #enqueteQuadro #fecharEnquete{
    position: absolute;
    top: -20px;
    right: 0%;
    color: #116eca;
    font-weight: bold;
}
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
