@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;
  
  }

.sintonia{
    display: none!important;
}

.programacion-logo {
    cursor: pointer;
    background: #f8f9fa;
    
    text-align: center;
    background-color: #30A9D7 !important;
}

a:hover{
    text-decoration: none;
}
.programacion-logo .senial-titulo {
    color: #222;
    font-weight: bold;
    font-family: 'Gothic-regular';
}

.programacion-programa {
    background: #f8f9fa;
    border: none !important;
}

.programacion-programa .programa-titulo p{
    text-overflow: ellipsis-word;
}

.programacion-programa, .programa-titulo{
    
    font-family: 'Gothic-regular';
    font-size: 13px;
    color: #333 !important;

}

.programacion-fila{
    border-bottom: solid 1px;
}