<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-clubesertanejo {
    margin-top: 50px;
  }
  
  .heading-clube {
    font-size: 1.22rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .heading-second-clube {
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 5px;
    text-transform: uppercase;
  }
  
  .fas.fa-podcast.icon-home-clube {
    font-size: 34px;
    margin-right: 5px;
    color: #247CC3;
  }

  #btn-home-clube {
    background-color: #F9D876;
    border-radius: 5px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .noticia-slider-texto{
    font-weight: bold;
    color: #000;
    background-color: #fff;
  }

  #releases-bg{
    background-color: #FCF9ED;
  }

  #artista{
    counter-reset: top-lista;
  }

  .artista-clube{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
  }

  #artista li {
    counter-increment: top-lista;
    position: relative;
  }

  .artista-clube li{
    width: 33.33%;
  }

  #artista-club-div .artista-clube a{
    display: inline-table;
    text-decoration: none;
    line-height: 1.2;
    width: 100%;
    position: relative;
    height: 87px;
  }

  #artista-club-div .artista-clube a&gt;span{
    width: 100px;
    padding: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 14px 0 0;
  }

  .artista-clube .thumb-artista-clube{
    width: 40px;
    height: 40px;
  }

  .artista-clube img{
    width: 80px;
    height: 80px;
  }

  #artista-club-div .artista-clube .artista-clube-txt_primary{
    display: block;
    font-size: 15px;
    font-weight: bold;
  }

  #artista-club-div .artista-clube-txt_secondary{
    display: block;
    margin-top: 3px;
    color: #757575;
  }

  @media only screen and (max-width:576px){
    .heading-p-clube, .texto-home-clube{
      text-align: center;
    }

    .artista-clube{
      padding: 0px;
    }

    .artista-clube li{
      width: 100%;
    }

    #artista-club-div .artista-clube a&gt;.thumb-mobile{
      width: 30px;
    }

    #artista-club-div .artista-clube a&gt;.content-mobile{
      width: 250px;
      padding: 0;
      position: relative;
      display: table-cell;
      vertical-align: middle;
      box-sizing: border-box;
      padding: 0 14px 0 0;
    }
  
    .artista-clube .thumb-artista-clube{
      width: 30px;
      height: 30px;
    }
  }</pre></body></html>