
  .itemPrograma .itemProgramaInner:hover, .itemPrograma
  .itemProgramaInner.activo {
    overflow: visible;
    background-color: #333;
    color: white;
  }

  .nano {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
  }
  
  .nano .nano-content:focus {
    outline: thin dotted;
  }
  
  .nano .nano-content::-webkit-scrollbar {
    display: none;
  }
  * {
    box-sizing: inherit;
  }
  
  *:before,*:after {
    box-sizing: inherit;
  }
  
  .contenedorGuiaTv .clearfix:before {
    display: table;
    content: " ";
  }
  
  .contenedorGuiaTv .clearfix:after {
    display: table;
    content: " ";
    clear: both;
  }
  
  #suscribirCanales {
    float: left;
    width: 252px;
    margin-right: 2px;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  #suscribirCanales:hover {
    background-color: #7bdfdc;
    color: white;
  }
  
  #suscribirCanales.activo {
    background-color: #444;
    color: #7bdfdc;
  }
  
  .viewPort2 {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 1007px;
    width: auto;
    height: 400px !important;
    min-height: 400px !important;
  }

 
  
  .itemPrograma .itemProgramaInner * {
    margin-bottom: 3px;
    transition: all 300ms ease;
  }
  
  .itemPrograma .itemProgramaInner:hover a {
    color: #fff;
  }
  
  .itemPrograma .itemProgramaInner:hover h4 {
    display: block;
    color: #fff;
  }
  
  .itemPrograma .itemProgramaInner:hover .favorito, .itemPrograma .itemProgramaInner:hover
  .alerta {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .itemPrograma .itemProgramaInner.activo h4 {
    display: block;
    color: #fff;
  }
  
  .itemPrograma .itemProgramaInner.activo .favorito, .itemPrograma .itemProgramaInner.activo
  .alerta {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .itemPrograma .itemProgramaInner .categoria {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #666;
  }
  

  
  .itemPrograma .itemProgramaInner a {
    text-decoration: none;
    color: #666;
  }
  
  .itemPrograma .itemProgramaInner h4 {
    font-family: Roboto Condensed,sans-serif;
    font-size: 16px;
    line-height: 1.1;
    margin: 0 10px 0 0;
    padding: 0;
    color: #444;
    font-weight: bold;
  }
  
  .itemPrograma .itemProgramaInner p {
    font-style: normal;
    font-size: 14px;
    line-height: 1em;
    margin: 0;
    padding: 3px
  0 0;
  }

  
  #contProgramas {
    position: absolute;
    top: 60px !important;
    left: 0;
    display: block;
    overflow: visible;
    min-width: 5000px;
    min-height: 455px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    z-index: 0;
  }
  
  #contProgramas
  .lineaCanal {
    position: relative;
    display: block;
    overflow: visible;
    width: 7680px;
    height: 85px;
    max-height: 85px;
  }
  
  #contProgramas.dragging
  * {
    cursor: move !important;
  }
  
  /*
  .barraHorizontalHoras {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 40;
    min-width: 7680px;
    height: 60px;
    background-color: #baab4a;
  }*/
  
  .barraHorizontalHoras #barraHoras {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    min-width: 5000px;
    height: 60px;
  }
  
  .nave {
    height: 80px;
    width: 34px;
    margin-top: 30px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    color: #434043;
    text-align: center;
    font-size: 60px;
    z-index: 90;
    padding: 10px;
  }
  .nave:hover {
    background-color: #baab4a;
    transition: .3s;
  }
  .nave:not(hover) {
    background-color: rgba(255, 255, 255, 0.5);
    transition: .3s;
  }
  .nave.naveIzq {
    top: 40%;
    left: 110px;
    border-radius: 0 10px 10px 0;
    content: url("/img/ico/arrow-le-g.svg");
  }
  .nave.naveIzq2 {
    left: 0px;
  }
  
  .nave.naveDrch {
    right: 0px;
    top: 40%;
    border-radius: 10px 0 0 10px;
    content: url("/img/ico/arrow-ri-g.svg");
  }
  
   .itemProgramaInner {
    left: 0px;
    top: 0px;
    height: 70px!important;
    display: flex !important;
    padding-left: 10px !important;
    justify-content: left  !important;
    align-items: center!important;
}

.itemProgramaInner:hover {
  display: block ;
  transition: .3s;
  background-color: #938632 !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.itemProgramaInner:not(hover) {
  background-color: transparent !important;
  transition: .3s;
}

.itemProgramaInner > span {
  display: none ;
}
/*.itemProgramaInner > div > svg:hover {
  color: #fff ;
}*/

.divProgramText{
  display: block ;
  padding-right: 15px;
}
.divProgramText span{
  line-height: 1.5em;
}

.barraHorizontalHoras #barraHoras
.itemHoras {
  display: none;
}
  .nave .fa {
    position: absolute;
    top: 45%;
    left: 36%;
    font-size: 1.4em;
  }
  
  .nave:hover {
    cursor: pointer;
  }
  
  .nave:hover .fa {
    opacity: 0.5;
  }
  
  .contenedor {
    z-index: 10;
    background-color: transparent !important;
  }
  
  .nano {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
  }
  
  .nano .nano-content:focus {
    outline: thin dotted;
  }
  
  .nano .nano-content::-webkit-scrollbar {
    display: none;
  }
  
  .contenedorGuiaTv {
    position: relative;
    display: block;
    max-width: 997px;
    width: 100%;
    background-color: transparent;
  }
  
  .contenedorGuiaTv .clearfix {
    zoom: 1;
  }
  
  .contenedorGuiaTv .clearfix:before {
    display: table;
    content: " ";
  }
  
  .contenedorGuiaTv .clearfix:after {
    display: table;
    content: " ";
    clear: both;
  }
  
  #viewPort {
    max-width: 1007px;
    min-height: 680px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: transparent;
    background-size: 12px 12px;
  }
  
  #contCanales {
    position: absolute;
    top: 60px !important;
    left: 0;
    width: 110px;
    text-align: center;
    background-color: white;
    z-index: 60;
    box-shadow: rgba(0, 0, 0, 0.6) 0 -4px 16px;
  }
  
  .itemCanal {
     font-family: 'Roboto', sans-serif !important;
     font-weight: 600;
     font-size: 14px;
     background-color: #323438;
     border-bottom: 1px #2c2c31 solid;
     border-right: 1px #393c41 solid;
     border-top: 1px #393c41 solid;
     color: white;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
  }
  .pitemCanal1{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
  }
  .itemCanalHoy{
    color: #baab4a !important;
  }
  .pitemCanal2{
    font-size: 10px;
    margin-top: 2px;
    font-weight: 500;
    font-family: 'Montserrat', 'Roboto', sans-serif !important;
  }

  #contCanales .itemCanal {
    height: 85px;
  }
  

  .itemPrograma {
    height: 70px;
    margin: 7px 0;
    min-width: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #323339;
    display: flex;
    flex-direction: column;
    text-align: left;
    color: white;
    font-family: 'Roboto', sans-serif !important;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 0;
  }
  
  .pItemPrograma{
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
  }
  .divRecuadroItemPrograma{
      height: 18px;
      width: 28px;
      margin-top: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid rgba(255, 255, 255, 0.6);
      color: rgba(255, 255, 255, 0.6);
      font-size: 9px;
      border-radius:3px;
  }

  .itemPrograma:hover {
    box-shadow: 0;
    z-index: 10;
    overflow: visible;
  }
  
  .itemPrograma .itemProgramaInner:hover
  a {
    color: #fff;
  }
  
  .itemPrograma .itemProgramaInner:hover
  h4 {
    display: block;
    color: #fff;
  }
  
  .itemPrograma .itemProgramaInner:hover .favorito, .itemPrograma .itemProgramaInner:hover
  .alerta {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .itemPrograma .itemProgramaInner.activo
  h4 {
    display: block;
    color: #fff;
  }
  
  .itemPrograma .itemProgramaInner.activo .favorito, .itemPrograma .itemProgramaInner.activo
  .alerta {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .itemPrograma .itemProgramaInner
  .categoria {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    
  }
  
  .itemPrograma .itemProgramaInner .mascara .fa-plus {
    position: absolute;
    top: 40px;
    left: 10px;
  }
  
  .itemPrograma .itemProgramaInner
  a {
    text-decoration: none;
    color: #666;
  }
  
  .itemPrograma .itemProgramaInner h4 {
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    margin: 0 10px 0 0;
    padding: 0;
    color: #444;
    font-weight: bold;
  }
  
  .itemPrograma .itemProgramaInner .fecha {
    margin: 0;
    padding: 2px 0 0 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    float: left;
  }
  .itemPrograma .itemProgramaInner {
    width: 100%;
    min-width: 320px;   
    padding: 0px;
    position: relative;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.2em;
    transition: background-color 300ms ease;
    border-radius: 3px;
}

  .itemPrograma .itemProgramaInner span.favorito, .itemPrograma .itemProgramaInner span.alerta {
    height: 18px;
    margin: 0 0 0 8px; 
    display: inline-block;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
  }
  
  #contProgramas {
    min-width: 5000px;
    min-height: 455px;
    position: absolute;
    top: 60px;
    left: 0;
    display: block;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    z-index: 0;
  }
  
  #contProgramas .lineaCanal {
    width: 7680px;
    height: 85px;
    max-height: 85px;
    position: relative;
    display: block;
    overflow: visible;
    cursor: pointer;
  }
   
  .barraHorizontalHoras {
    min-width: 7680px;
    height: 45px !important; 
    display: block;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 40;
    background-color: #baab4a;
  }
  
  .barraHorizontalHoras #barraHoras {
    min-width: 5000px;
    height: 60px;
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  
  .barraHorizontalHoras #barraHoras .itemHoras {
    display: none;
  }
  .barraHorizontalHoras #barraHoras .itemHoras2 {
    width: 160px;
    /*height: 45px;
    padding: 0 5px;*/
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    border-left: none !important;
    font-size: 18px;
    color: #1e3829;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
  }
  
  .barraHorizontalHoras #barraHoras .itemHoras .itemMediasHoras {
    height: 35px;
  }
  
  .itemDia{
    display: none;
  }

  #horaActual {
    width: 0px;
    height: 100%;
    position: absolute;
    top: 39px;
    left: 0;
    display: none;
    z-index: 50;
  }
  
  #horaActual p {
    width: 38px;
    margin: 0;
    padding: .3em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    background-color: white;
    color: rgb(0, 38, 85);;
    transform: translatex(-50%);
  }
  
  /*#horaActual div {
    width: 1px;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-left: 1px solid #7bdfdc;
  }*/
  
  #horaActual div {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: white;
    font-size: 60px;
    position: relative;
    top: -29px;
    left: -30px;
    
  }

  .fichaDetalleMas{
    height: 100%;
    width: 30%;
    font-size: 20px;
    position: absolute;
    right: 0px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
  }
  .fichaDetalleMas > svg{
    position: absolute;
    right: 5px;
    top: 25px;
    color: #323338;
    cursor: pointer;
  }

.fichaDetalleMas:hover svg {
  color: #fff ;
}

  #fichaDetalle{
    width: 467px;
    min-height: 200px;
    padding:  12px .5em 1em 1em;
    /*position: absolute;
    right: 0px;
    top: -10px;*/
    position: fixed;
    right: calc(50% - 233px);
    top: calc(50% - 150px);
    display: none;
    background-color: #cbdbd0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    border-radius: 10px; 
    z-index: 100;
  }

  #fichaDetalle > a > div > div > div {
   width: 50%;
   text-align: left;
  }
  .divFichaDetalleCerrar{
    position: absolute;
    right: 4px;
    top: 4px;
    text-align: right;
    cursor: pointer;
  }
  .divFichaDetalleCerrar > svg{
    color: #113460;
    font-size: 30px;
  }

#divH3FichaDetalle {
  padding-bottom: 14px;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  border-bottom: 2px solid #938632;
  text-align: center;
}
#divH3FichaDetalle > h3 {
  text-align: center;
  color: #053213;
  padding: 0 10px;
  line-height: 1.1em;
}

.divImgFichaDetalle {
  height: 135px;
  width: 95%;
  max-width: 183px;
  margin-top: 18px;
}
.imgFichaDetalle {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
.divFichaDatos{
  max-width: 182px;
  margin-top: 20px;
  margin-bottom: 33px;
  padding-right: 10px;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  color: #053213;
}

  .textoFicha{
    height: 220px;
    margin-top: 10px;
    padding-top: 14px;
    padding-right: 5px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 300;
    color: #053213;
    font-size: 16px;
    overflow-y: auto;
    scrollbar-width: 8px;
  }
  
  .textoFicha p{
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
  }
  .textoFicha > p:nth-child(1){
    margin-bottom: 5px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
  }


.owl-eve{
  width: 249px !important;
  height: 329px !important;
  margin-right: 22px;
}
.h4Eventos{
  font-size: 22px!important;
  line-height:23px;
  margin-bottom: 4px;
}
#fichaDetalle .divDatosFichaDetalle{
  min-width: 40%;
}
#fichaDetalle  .divInfo{
  width: 60px;
  padding:  2px 5px 2px 4px ;
  margin-top: 10px;
  border: 1px #938632 solid;
  color: #938632; 
  background-color: transparent;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
}
#fichaDetalle  .divInfo span{
  font-size: 15px;
}

#fichaDetalle  .divInfo:hover{
  color: white; 
  background-color: #938632;
  transition: .3s;
}
#fichaDetalle  .divInfo:not(hover){
  color: #938632; 
  background-color: transparent;
  transition: .3s;
}
#resumen{
  font-weight: 400;
}
@media (max-width: 850px) {
  #contCanales {
    width: 100px;
  }
  .nave.naveIzq {
    left: 100px;
  }
  .nave.naveIzqIndex{
    left: 0px !important;
  }
}


@media (max-width: 500px) {
  #fichaDetalle{
    width: calc(100% - 10px);
    margin-top: 100px;
    position: fixed;
    right: 5px;
  }
  #contCanales {
    width: 75px;
  }
  .nave.naveIzq {
    left: 75px;
  }
  .nave.naveIzqIndex{
    left: 0px !important;
  }
  .divFichaDatos{
    font-size: 16px;
  }
  .textoFicha{
    font-size: 14px;
  }
  #divH3FichaDetalle {
    font-size: 23px;
  }
  #viewPort {
    min-height: 315px;
  }
}
