/* Folha de estilo para codigos adicionais ao bootstrap */
@font-face {
    font-family: PMNCaecilia;
    src: url('../fontes/PMNCaeciliaSansTextHv.TTF');
}

@font-face {
    font-family: Conamore;
    src: url('../fontes/Conamore Regular.otf');
}


.titulo{
    font-family: PMNCaecilia;
}
.subTitulo{
    font-family: Conamore;
}
hr {
    color: #9fcdff;
    background-color: #5a6268;
    height: 2px;
}
.texto_sombra {
    text-shadow: #1b1e21 2px 2px 10px;
    text-shadow: 1px 0px 0px black,
    -1px 0px 0px black,
    0px 2px 0px black,
    0px -1px 0px black;
    font-weight: bold;
    color: #FFF;
}

.altura_card{
    height: 100px;
}
.tamanho_galeria_2{
    max-width:200px;
    max-height:200px;
    width: auto;
    height: auto;
}
.sombra {
    background-color: white;
    box-shadow: 2px 2px 2px #363636;
    -webkit-box-shadow: 2px 2px 2px #363636;
    -moz-box-shadow: 2px 2px 2px #363636;
}

.legenda {
    background: #333;
    color: #FFF;
    padding: 0.2em;
    text-align: center;
}
.fundo_galeria{
    background-color: #d3d9df;
}

.demo-2 {
    position:relative;
    width:300px;
    height:200px;
    overflow:hidden;
    float:left;
    margin-right:20px;
    background-color:rgba(26,76,110,0.5);
}
.demo-2 p,.demo-2 h2 {
    color:#fff;
    padding:10px;
    left:-20px;
    top:20px;
    position:relative
}
.demo-2 p {
    font-family:'Lato';
    font-size:12px;
    line-height:18px;
    margin:0
}
.demo-2 h2 {
    font-size:20px;
    line-height:24px;
    margin:0;
    font-family:'Lato'
}
.effect img {
    position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    margin:-12px 0;
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
}
.effect img.top:hover {
    bottom:-96px;
    padding-top:100px
}
h2.zero,p.zero {
    margin:0;
    padding:0
}
.rodape{
    /*background-image: url(../img/logo_rodape.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;

}

.rodapeImagem{
    max-width:50%;
    max-height:50%;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rodapeImagem_p{
    max-width:100%;
    /* max-height:100%; */
    /* width: auto; */
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.logo:hover{
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.zebra_topo{
    background-color: #0c5460;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
}
.zebra_1{
    background-color: #adb5bd;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
}
.zebra_2{
    background-color: lightsteelblue;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
}

.bg_player{
    background-color: #FFFFFF;
}
.bargraph{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    h1{
        font-size: x-large;
    }
}

.circle {
    background-color: #aaa;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    border-width:1px;
    border-style:solid;
    border-color:#7f879c;
}

.circle img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.capa{
    width: 100%;
    height: auto;
}

.capa:hover{
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.altura_card2{
    height: 80px;
    }
.nome_musica{
    font: 20pt;
}  
.icon_nav{
    width: 16px;
    height: 16px;
}
.capaRadio{
    border: 1px black solid;
    border-radius: 30px;
}
.imgLoading{
    max-width:100px;
    max-height:100px;
    width: auto;
    height: auto;
    margin-top: 100px;
}
h2{
    color: #ff6600;
}
.exibeMusicas{
    font-size: small;
    color: rgb(1, 0, 31);
}
.imgCol {
    /* width: 100%;
    height: auto; */
    margin: 0px;
    padding: 0px;
    /* border: rgb(219, 219, 219) 1px solid; */
  }
  .imgCol:hover {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    /* border: rgb(27, 27, 27) 1px solid; */
    opacity: 0.9;
  }
  .letraCirculo{
      border: 1px solid black;
      border-radius: 50%;
      width: 10px;
      height: 45px;
      font-size: 24px;
      background-color: rgb(247, 183, 158);
      font-weight: bold;
      color: rgb(0, 0, 0);
      padding-top: 3px;
  }
  .textoComentario{
      font-size: smaller;
      line-height: 1.2;
  }
  .numeroPagina{
      display: inline-block;
      border: 1px solid black;
      width: 25px;
      height: 25px;
      text-align: center;
      margin: 3px;
      font-size: small;
      border-radius: 5px;
      padding-top: 2px;
  }
  .paginacao{
      text-align: center;
  }
  .top5{
    width: 90%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); /* Adicionar os prefixos dos navegadores */
    align-items: center;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #exibeMusuca{   
      text-align: center;
      color: #06aa49;
      font-size: larger;
      font-weight: bold;
      margin: -5px;
      padding: 0;
      font-family: PMNCaecilia;
  }
  