@font-face {
    font-family: 'Gothic-regular';
    src: url(fonts/GothicA1-Regular.woff2) format('woff2'),
         url(fonts/GothicA1-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  
  }

  @font-face {
    font-family: 'Gothic-bold';
    src: url(fonts/GothicA1-Bold.woff2) format('woff2'),
         url(fonts/GothicA1-Bold.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  
  }

.channel-fila {
    background-color:#aaa;
    min-width: 600px;
    overflow: hidden;
}
.row {overflow: hidden;}
.channel-logo {
    cursor: pointer;
    border: 2px solid #000;
    background: #222;
}

.channel-logo .channel-titulo {
    color: #fafafa;
    font-family: 'Gothic-regular';

    
}

.channel-programa {

    color: #fafafa;
    background: #222;
    border: 2px solid #000;

}

.channel-programa .programa-titulo{    
    font-weight: bold;
    font-family: 'Gothic-regular';
    font-size: 13px;

}

.channel-programa .programa-titulo p{
    display: block;
    text-overflow: ellipsis-word;    
}
.item-program,
.item-channel {
     border: none!important;
}
.siguientes_eventos{
    color: white;
    font-weight: bold;
    font-family: 'Gothic-regular';
    font-size: 18px;
}

/*GRILLA DE CANALES*/
#grid-channel-container div { text-align: center;}

    #grid-channel-container .titulo {
        display: block;
       color:#7c7c7d;;
         margin:auto;
        margin-bottom:5px;
        text-align: center;
    }
     #grid-channel-container img{
               max-width: 100%;
                margin:auto;
                border-radius: 8px;
    }

#grid-channel-container img:hover
{
    background: #1abc9c !important;
}   