@font-face{
     font-family: "GothamRounded-Book";
     src: url(/css/finder/lineup/3057/font/GothamRounded-Book.otf) format("truetype");
}
html { 
background-color: #222;
}
body{
 background-color: #222;
}


/* MEDIA QUERIES  */
@media only screen and (min-width: 1601px) {  
 
    body{
        font-size:18px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1367px) {  
   body{
        font-size:17px;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1281px)  {  
    body{
        font-size:15px;
    }
    .relacionado .nombreSenial{
           font-size:11px !important;
           font-weight: bold !important;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 961px) {  
   body{
        font-size:14px;
    }
    .relacionado .nombreSenial{
           font-size:11px !important;
           font-weight: bold !important;
    }
}
@media only screen and (max-width: 960px) {  
    body{
        font-size:13px;
    }
}

@media (max-width: 767px)
{
.navbar-nav .open .dropdown-menu{
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000 !important;
}
#ulCategorias>li>a{
    color:#000 !important;
}
}
/********* MODIFICACION CHANNEL ********/

#carousel-programacion-channel{
    margin-top:10px;
}


.horario{
    background-color:#F80;    
}
.horario p{
    font-size: 13px;
    color: #fff !important;
}
#carouseles-programacion-canal{
    float:left;
    width:85%;
    margin-right: 0px
}
#aContinuacion{
    display:inline;
    float:left;    
    padding-left:4%;   
    border-top: 4px solid #fff !important;
    margin-top: 5px;
}
#aContinuacion p{
    color:white;
}
/**** FIN MODIFICACION CHANNEL ****/
.lazyload{
    color:transparent !important;
    background:transparent url(/css/finder/lineup/2680/img/loadingImg.svg) center no-repeat !important;
    background-size: 20% !important;
    display:block !important;
}
.item:hover div p, .item:hover a p{
    text-decoration: none !important;
    cursor: pointer;
    color: #222 !important; /* Ver que color va segun el finder*/
    border-radius: 8px;
}
.iconLink:hover .evento_titulo .PrgDetBusqueda p{
    color: #ccc !important; /* Ver que color va segun el finder*/
}

.evento_titulo{
    background-color: #fff !important;
    color:#555 !important;
    font-family: GothamRounded-Book !important;
}

.PrgDetBusqueda{
    
    background-color: #fff !important;
}

