


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

.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: var(--color-text);
}

#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: var(--color-text);
}

.itemPrograma .itemProgramaInner:hover h4 {
  display: block;
  color: var(--color-text);
}

.itemPrograma .itemProgramaInner:hover .favorito, .itemPrograma .itemProgramaInner:hover
.alerta {
  color: var(--color-white08);
}

.itemPrograma .itemProgramaInner.activo h4 {
  display: block;
  color: var(--color-text);
}

.itemPrograma .itemProgramaInner.activo .favorito, .itemPrograma .itemProgramaInner.activo
.alerta {
  color: var(--color-white08);
}

.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: 12px;
  margin: 0;
  padding: 3px 0 0;
  line-height: 1.3em;
}



#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;
  padding: 9px;
  margin-top: 30px;
  position: absolute;
  background-color: var(--color-white05);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  color: #434043;
  text-align: center;
  font-size: 60px;
  z-index: 90;
  transition: .3s;
}

.nave:hover {
  background-color: var(--color-verdeOscuro);

}

.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 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  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: var(--color-azulOscuro2)!important;
-webkit-box-shadow: 0px 0px 5px 0px var(--color-black75);
-moz-box-shadow: 0px 0px 5px 0px var(--color-black75);
box-shadow: 0px 0px 5px 0px var(--color-black75);
}
.itemProgramaInner:hover svg {
color: var(--color-cart) ;
}
.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;
}

.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;
  overflow: hidden;
}

.contenedorGuiaTv .clearfix {
  zoom: 1;
}

.contenedorGuiaTv .clearfix:before {
  display: table;
  content: " ";
}

.contenedorGuiaTv .clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

#viewPort {
  /*max-width: 1007px;*/
  height: 60px;
  width: 100%;
  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: var(--color-text);
  z-index: 60;
  box-shadow: rgba(0, 0, 0, 0.6) 0 -4px 16px;
}

.itemCanal {
   font-family: 'DINOT-Bold', '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: var(--color-text);
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
}
.itemCanalHoy > p{
    color: var(--color-verdeClaro) !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: var(--color-item);
  display: flex;
  flex-direction: column;
  text-align: left;
  color: white;
  font-family: 'DINOT-Light', '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 var(--color-black02);
  -moz-box-shadow: 0px 0px 5px 0px var(--color-black02);
  box-shadow: 0px 0px 5px 0px var(--color-black02);
  overflow: hidden;
  z-index: 0;
}

.pItemPrograma{
  font-weight: 300;
}
.divRecuadroItemPrograma{
    height: 18px;
    width: 28px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-text3);
    color: var(--color-text3);
    font-size: 9px;
    border-radius:3px;
}

.itemPrograma:hover {
  box-shadow: 0;
  z-index: 10;
  overflow: visible;
}

.itemPrograma .itemProgramaInner:hover
a {
  color: var(--color-text);
}

.itemPrograma .itemProgramaInner:hover
h4 {
  display: block;
  color: var(--color-text);
}

.itemPrograma .itemProgramaInner:hover .favorito, .itemPrograma .itemProgramaInner:hover
.alerta {
  color: var(--color-white08);
}

.itemPrograma .itemProgramaInner.activo
h4 {
  display: block;
  color: var(--color-text);
}

.itemPrograma .itemProgramaInner.activo .favorito, .itemPrograma .itemProgramaInner.activo
.alerta {
  color: var(--color-white08);
}

.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: 'DINOT-Medium', 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  margin: 0 10px 0 0;
  padding: 0;
  color: var(--color-itemh4);
  font-weight: bold;
}

.itemPrograma .itemProgramaInner .fecha {
  margin: 0;
  padding: 2px 0 0 5px;
  font-family: 'DINOT-Medium', 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  float: left;
}
.itemPrograma .itemProgramaInner {
  height: 90px; 
  width: auto;
  min-width: 320px;   
  padding: 0px;
  position: relative;
  display: block;
  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: var(--color-black05);
}

#contProgramas {
  min-width: 5000px;
  height: 255px !important;
  position: absolute;
  top: 60px !important;
  left: 0;
  display: block;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  z-index: 0;
}
#contProgramas2 {
  min-width: 5000px;
  height: 255px !important;
  position: absolute;
  top: 0px;
  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: var(--color-azulOscuro);
}

.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: 13px;
  left: 0;
  display: inline-block;
  border-left: none !important;
  font-size: 18px;
  color: var(--color-gris8);
  font-family: 'Montserrat', '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: 40px;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  font-family: 'DINOT-Medium', 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  background-color: var(--color-text);
  color: var(--color-azulOscuro2);
  transform: translatex(-50%);
}

/*#horaActual div {
    width: 1px;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-left: 1px solid var(--color-verdeClaro2);
  }*/
  
  #horaActual div {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: var(--color-text);
    font-size: 60px;
    position: relative;
    top: -25px;
    left: -30px;
  }

.fichaDetalleMas{
  height: 100%;
  width: 30%;
  font-size: 20px;
  position: absolute;
  right: 0px;
  color: var(--color-white04);
  cursor: pointer;
}
.fichaDetalleMas > svg{
  position: absolute;
  right: 5px;
  top: 25px;
  color: transparent ;
  cursor: pointer;
}

.fichaDetalleMas:hover svg {
color: var(--color-cart) ;
}

#fichaDetalle{
  width: 467px;
  min-height: 200px;
  padding:  12px .5em 1em 1em;
  position: fixed;
  right: calc(50% - 233px);
  top: calc(50% - 160px);
  display: none;
  background-color: var(--color-azulOscuro2);
  -webkit-box-shadow: 0px 0px 8px 0px var(--color-black75);
  -moz-box-shadow: 0px 0px 8px 0px var(--color-black75);
  box-shadow: 0px 0px 8px 0px var(--color-black75);
  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: var(--color-verdeClaro3);
  font-size: 30px;
}

#divH3FichaDetalle {
padding-bottom: 14px;
margin-bottom: 7px;
display: flex;
justify-content: space-around;
font-weight: bold;
font-family: 'DINOT-Bold', 'Roboto', sans-serif;
font-size: 28px;
border-bottom: 2px solid var(--color-white04);
text-align: center;
}
#divH3FichaDetalle > h3 {
text-align: center;
padding: 0 5%;
font-weight: 700;
}

.divImgFichaDetalle {
height: 135px;
width: 95%;
max-width: 183px;
margin-top: 18px;
}
.imgFichaDetalle {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 20%;
}
.divFichaDatos{
max-width: 182px;
margin-top: 13px;
margin-bottom: 33px;
padding-right: 10px;
font-size: 19px;
font-family: 'DINOT-Bold', 'Roboto', sans-serif;
line-height: 1.1em;
color: var(--color-azul3);
}
.divFichaDatos p {
  font-weight: bold;
}

.textoFicha{
  height: 220px;
  margin-top: 10px;
  padding-top: 8px;
  padding-right: 5px;
  font-family: 'DINOT-Ligth', 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--color-azul3);
  font-size: 16px;
  overflow-y: auto;
  scrollbar-width: 8px;
}
.textoFicha p{
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4em;
}

.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:  4px 5px 4px 4px ;
margin-top: 15px;
border: 1px var(--color-verdeClaro3) solid;
color: var(--color-verdeClaro3); 
background-color: transparent;
font-size: 15px;
text-align: center;
}
#fichaDetalle  .divInfo span{
font-size: 15px;
}

#fichaDetalle  .divInfo:hover{
color: var(--color-azulOscuro2); 
background-color: var(--color-verdeClaro3);
transition: .3s;
}
#fichaDetalle  .divInfo:not(hover){
color: var(--color-verdeClaro3); 
background-color: transparent;
transition: .3s;
}

@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: 110px;
    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;
    margin-bottom: 40px;
  }
}

#selectorDia{
  width: 100px;
  margin-bottom: 42px;
  color: var(--color-gris9);
  font-size: 14px;
  font-weight: 600;
  
  /*background-image: url('https://www.tvads.me/img/flecha2.png');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;*/
}

#selectorDia select{
  border: none;
  background-color: transparent;
  color: var(--color-text);
  font-weight: 700;
  border-bottom: 2px solid var(--color-verdeOscuro2);
}
  #selectorDia select option{
    color: var(--color-black);
    font-weight: 400;
    background-color: var(--color-white05);
  }
    #selectorDia select option:hover, #selectorDia select option:focus{
      background-color: grey;
    }
#selectDia{
  cursor: pointer;
}

/*    INDEX   */

.secParrilla2  {
  height: 210px;
  padding-top: 82px!important;
}
#secParrilla > div {
  position: relative;
}

.secParrilla2 #viewPort {
  height: 180px;
  min-height: 180px;
}

.secParrilla2 .nave{
  height: 45px;
  top: 80px !important;
  margin: 0 !important;
  display: none!important;
}
.secParrilla2 .nave > span{
  top: -17px;
  left: 9px;
  position: absolute;
}

.secParrilla2 #horaActual div{
  height: 60%;
}

.pitemCanal1{
  font-weight: 500;
}