html { 
background-color: #f8f9fa;
}
body{
 background-color: #f8f9fa;
}


@font-face
{
    
     font-family: "Calibri";
     src: url(/css/finder/lineup/3391/fonts/Calibri.ttf) format("truetype");
     
     
}

@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;
  
  }

/* 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 only screen and (max-width: 767px) {
    .open .dropdown-menu #liGrilla div, .open .dropdown-menu #liDestacados div {
        color: #7c7c7d !important;
    }
}
/********* MODIFICACION CHANNEL ********/

span, a, th, div, button
{
    font-family: "Gothic-regular";
}

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


.horario{
    background-color:#f8f9fa;    
}
.horario p{
    font-size: 13px;
    color: #7c7c7d !important;
}
#carouseles-programacion-canal{
    float:left;
    width:85%;
    margin-right: 0px
}
#aContinuacion{
    display:inline;
    float:left;    
    padding-left:4%;   
    border-top: 4px solid #1abc9c;
    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, .item:hover a span{
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important; /* Ver que color va segun el finder*/
    border-radius: 0px 0px 8px 8px;
}
.evento_titulo, .PrgDetBusqueda, p{
    color: #7c7c7d !important; /* Ver que color va segun el finder*/
}

.PrgDetBusqueda:hover{
  background-color:  #1abc9c;
}

.PrgDetBusqueda
{
    min-height: 190px;
}
#getnext_list
{
    color: #7c7c7d;
}

.iconLink:hover{
    opacity: 0.7!important;
  
}

.owl-prev, .owl-next {
    background-color:#1abc9c!important;
}
.glyphicon-menu-left:before, .glyphicon-menu-right:before 
{
    color: white!important;
}
hr{
    border-top: 1px solid #7c7c7d!important;
}

#upPage{
    background-color:#1abc9c!important;
    color: white !important;
}