/* latin-ext */
@font-face {
  font-family: 'Orienta';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/orienta/v15/PlI9FlK4Jrl5Y9zNSy6i9URF.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Orienta';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/orienta/v15/PlI9FlK4Jrl5Y9zNSyCi9Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.overflow-y-hidden {
  overflow-y: hidden;
}

body {
  background: #000000;
  /* font-family: "Lato", sans-serif; */
  font-family: "Orienta", sans-serif;
  color: #ccc;
  margin: 0px;
}
body::-webkit-scrollbar {
  display: none;
}
/* BANNER/HEADER*/
.both {
  clear: both;
}

#top-preset {
  width: 100%;
  margin: auto;
  height: 56px;
  position: sticky;
  top: 0;
  z-index: 5;
  background-image: linear-gradient(black, rgba(0, 0, 0, 0));
  padding-top: 8px;
  padding-bottom: 8px;
  transition: background 0.5s ease-out;
}

.navTV > .prev,
.navTV > .next {
  top: 5px;
  padding: 11px 15px;
  background: none;
}

.navRad > .prev,
.navRad > .next {
  top: 5px;
  padding: 11px 15px;
  background: none;
}

.prev {
  margin-left: auto;
}

.scrollLateral {
  height: 100%;
  overflow-x: auto;
  width: 800px !important;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.scrollLateral > div {
  /* min-width: 131px; */
  margin: 0 20px;
}

.scrollLateral > div > a {
  white-space: nowrap;
}
.fondoNegro {
  background-color: black !important;
}

.container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.container.titulo {
  flex-grow: 0;
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
  margin-right: auto;
  text-decoration: none;
}

.container.titulo > div {
  white-space: nowrap;
  height: 55px;
  min-width: 88px;
}

.titulo > div {
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.container.nav {
  width: 800px;
  height: 100%;
  flex-grow: 0;
}

.navTV,
.navRad {
  padding: 0;
  overflow-x: hidden;
}

#top > .navTV,
#top > .navRad {
  height: 100%;
  overflow-y: auto;
  font-size: 2em;
  padding-top: 0 !important;
}

#top > .navTV > div,
#top > .navRad > div {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10%;
}

#menuTV,
#menuRad {
  display: none;
}

#menuTV > div,
#menuRad > div {
  margin: 0 auto;
  padding: 0;
}

#menuTV > div > a,
#menuRad > div > a {
  padding: 25px 0;
}

.animar {
  display: block !important;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}

#sliderFavoritos > .tarjeta:not(.bannerFavorits){
  top: -168px;
}

@keyframes growDown {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.container.tvRad {
    position: absolute;
    top: -20px;
    flex-direction: column;
    background-color: black;
    padding: 90px 0 15px 60px;
    align-items: initial;
    border-radius: 0 0 30px 30px;
    left: 20px;
    z-index: -1;
    border: 1px solid #727272;
}

.tvRad.columna {
  align-items: flex-start;
}

.container > div {
  color: white;
  text-align: center;
  flex-grow: 0;
}

.container > div a {
  text-decoration: none;
  color: white;
  display: block;
  /* padding: 0 33px; */
}

.container > div a:hover {
  color: #c50084;
  cursor: pointer;
}

#logo {
  height: 140px;
  transform: translate(120px, 70px);
  transition: all 0.5s ease;
  position: absolute;
  cursor: pointer;
}
#logo img {
  height: 100%;
}
.logoGordo {
  height: 55px !important;
  transform: translateY(0px) !important;
}
#carta {
  width: 73%;
  float: left;
  text-align: center;
}

#carta > img {
  height: 100px;
}

#tele {
  width: 20%;
  float: right;
  text-align: right;
}

/*svg*/
.rad {
  height: 55px;
}

.tv {
  height: 55px;
}

.stroke {
  stroke: #f1f1f1;
  fill: #f1f1f1;
  width: 50%;
}

#lupa,
.tv,
.rad {
  width: 74px;
}

#lupa:hover,
.tv:hover,
.rad:hover {
  scale: 1.2;
}
/*Cambia el color de los iconos de TV y Radio con hover*/
svg:hover .stroke {
  /* stroke: #c50084;
  fill: #c50084; */
}

svg:hover {
  /* cursor: pointer; */
}

/*Lupa*/
#lupa {
  height: 37px;
}
#lupa .stroke {
  stroke: #c8c8c8;
}	
#lupa .stroke:hover {
  stroke: #FFF;
}	
.st0 {
  stroke: #f1f1f1;
  fill: white;
  height: 55px;
}

.st0:hover {
  stroke: #c50084;
  fill: #c50084;
}

/*Fin svg*/

/*Telón buscador y TVRadio*/
#top {
  clear: both;
  align-items: center;
  z-index: 3;
  background-color: #262626;
  top: -100vh;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.oculto {
  display: none !important;
}

.ocultaBoton {
  visibility: hidden;
}

.columna {
  flex-direction: column !important;
  position: relative;
}

#top > .container {
  align-items: baseline;
  padding-top: 108px;
  position: relative;
  margin-bottom: 30px;
}

#top > .container > input,
#top > .container > div {
  /* margin-left: auto; */
}

#top > .container > div,
#top > .container > i {
  /* margin-right: auto; */
}

#containerBuscador {
  width: 77%;
  margin: auto;
}

#containerBuscador > .flex {
  width: 100%;
}

#containerBuscador > .container {
  margin: auto;
}

.displayNone {
  display: none;
}

.displayBlock {
  display: block;
}

.bajaTelon {
  animation-fill-mode: forwards;
  animation-name: baja;
  animation-duration: 1s;
}

/*Animación*/
@keyframes baja {
  from {
  }

  to {
    top: 0;
  }
}

/* Inicio buscador de programas */
input:focus-visible {
  outline: none;
  border-bottom: 2px solid #c50084;
}

.buscador {
  width: 47%;
  height: 30px;
  display: inline-block;
  margin-top: 9px;
  font-size: 20px;
  background-color: #262626;
  border-style: none;
  border-bottom: 2px solid white;
  color: white;
}

.buscador::placeholder {
  color: grey;
}

.fa-grande {
  font-size: x-large;
}

/*fin buscador de programas */
/*Inicio TVRadio*/
#containerTVRadio,
#containerTVRadio > .tvRad {
  margin: 0 !important;
  width: 100% !important;
}

#containerTVRadio > .tvRad > .container {
  width: 100%;
  align-items: flex-start;
}

#containerTVRadio > .tvRad > .container > .botonHome,
#containerTVRadio > .tvRad > .container > .botonTV,
#containerTVRadio > .tvRad > .container > .botonRad {
  margin-left: 12%;
  margin-right: auto;
  cursor: pointer;
}

#containerTVRadio > .tvRad > .container > .dropDownTV,
#containerTVRadio > .tvRad > .container > .dropDownRad {
  margin-left: auto;
  margin-right: 12%;
  font-size: 1.7em;
  width: 50px;
  padding-top: 10px;
  cursor: pointer;
}

.botonHome:hover > div,
.botonTV:hover > div,
.botonRad:hover > div {
  color: #c50084 !important;
}

.botonHome:hover .stroke,
.botonTV:hover .stroke,
.botonRad:hover .stroke {
  stroke: #c50084;
  fill: #c50084;
}

.activo > svg > g {
  stroke: #c50084;
  fill: #c50084;
}
.activo a > svg > g {
  stroke: #c50084;
  fill: #c50084;
}

.activo > div {
  color: #c50084 !important;
}

.dropActivo,
.cateActiva {
  color: #c50084 !important;
}

#dropDownTV,
#dropDownRad {
  cursor: pointer;
}

#containerTVRadio > div > .container > .tv > g,
#containerTVRadio > div > .botonRad > .tv > g {
  stroke: #f1f1f1;
  fill: #f1f1f1;
}

/*fin TVRadio*/

/*Boton salir*/
.container.salir {
  padding: 0 !important;
  margin-right: auto;
  /* margin-left: 15px !important; */
  position: fixed !important;
  z-index: 1;
  /* background: rgb(187 19 141); */
  right: 25px;
  top: 107px;
  opacity: 0;
  cursor: pointer;
}

@keyframes fadeIn {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bajaTelon > .container.salir {
  animation: fadeIn 5s;
  animation-fill-mode: forwards;
}

#subirTelon {
  /* background-color: #262626; */
  color: white;
  border: none;
  font-size: 1.5em;
  margin-left: auto;
  width: 75%;
}

#subirTelon:hover {
  color: #c50084;
  cursor: pointer;
}

/*Fin boton salir*/

/*Fin telón buscador y TVRadio*/

/* FIN BANNER/HEADER*/

.inline-block {
  display: inline-block;
  width: 100%;
}

/* Next & previous buttons */
.contenedorBotonPrevNext {
  min-width: 40px;
  height: 53px;
}

.prev,
.next {
  cursor: pointer;
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  padding: 15px 15px;
  z-index: 2;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  color: #c50084;
}

/*inicio menu*/
#back:hover {
  background-color: #333;
  color: #ccc;
  cursor: pointer;
}

#firstline {
  padding: 8px 8px 8px 32px;
}

#backto {
  padding: 5px 10px;
  border-radius: 2px;
  background: #111;
  color: #ccc;
  border-color: #333;
  font-size: 25px;
}

#backto:hover {
  background: black;
  color: white;
}

.sidebar {
  width: 0;
  position: absolute;
  z-index: 1;
  background: #111;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
}

#sidecontent {
  height: 0;
  width: 0;
  background: #111;
}

.fila {
  margin-bottom: 20px;
  width: 100%;
}

#boxMediaSidebar {
  top: 8px;
  height: auto;
  width: auto;
  height: auto;
  width: auto;
  overflow-y: hidden;
}

#leftSidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #222;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px !important;
}

.sidebar a:hover {
  background-color: #c50084;
  color: white;
}

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.menubtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: #c50084;
  background-color: transparent;
  padding: 10px 15px;
  border: none;
  margin-right: 15px;
  position: relative;
  left: 0;
  top: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.menubtntop {
  font-size: 40px;
  cursor: pointer;
  color: white;
  background-color: transparent;
  padding: 0px;
  border: none;
  display: none;
}

.menubtn:focus {
  outline: 0;
}

.menubtntop:focus {
  outline: 0;
}

.openbtn:hover {
  background-color: #444;
  cursor: pointer;
}

#main {
  /*transition: margin-left 0.5s;*/
  /* height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0; */
  width: 100%;
  margin-top: -72px;
}

/*fin menu lateral*/

/* Inicio Cajas de videos*/
#boxFather {
  width: 100%;
}

#imgPortada {
  position: relative;
  /* height: 0; */
  /* align-items: flex-end; */
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  /* padding-top: max(37.6%, 200px); */
  overflow: hidden;
  max-height: 80vh;
  /* (img-height / img-width * width) */
}

#imgPortada > img {
  position: relative;
  width:100%;
  left:50%;
  transform:translateX(-50%);
}
#imgPortadaRadio {
  position: relative;
  /* height: 0; */
  /* align-items: flex-end; */
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  /* padding-top: max(37.6%, 200px); */
  overflow: hidden;
  max-height: 80vh;
  /* (img-height / img-width * width) */
}

#imgPortadaRadio > img {
  position: relative;
  width: 100vw;
  padding-top: 10%;
  /* top: 0;
  max-width: unset;
  height: 100%;
  width: unset;
  left: -50%; */
}
#imgPortada > .columna {
  padding-left: 5%;
  padding-bottom: 4%;
  width: 100%;
  /* background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 1) 100%
  ); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 1) 100%
  ); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 1) 100%
  ); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  /* FF3.6-15 */
  /*
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  */
  /* Chrome10-25,Safari5.1-6 */
  /*
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); */
  position: absolute;
  bottom: 0;
}

.intro {
  font-size: 0.7em;
}

#miniLogo {
  height: 21px;
  margin-right: 7px;
}

#miniLogo,
.intro,
#tituloPortada,
div#categoriasPortada,
a.botonUrl,
div#iconoCorazonBlanco,
div#iconoInfo {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5))
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.07));
}

#tituloPortada {
  font-size: 5vw;
  text-align: left;
  max-width: 92vw;
}

#categoriasPortada a {
  text-decoration: underline;
  padding: 0 0.6%;
}

#imgPortada > .columna > .container:last-child {
  margin-top: 25px;
}

.botonUrl {
  /* background-color: white;
  color: black !important;
  padding: 11px;
  border-radius: 7px;
  text-align: center; */
  width: 161px;

    height: 40px;
}
.bescolta {
    background: url(https://d3epl8299i6898.cloudfront.net/IB3/img/escoltarAra.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	transition: all 0.5s ease ; 
}
.bveure {
    background: url(https://d3epl8299i6898.cloudfront.net/IB3/img/veureAra.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	transition: all 0.5s ease ; 
}
/*
.prox {
    background: url(https://ib3cdn.s3.eu-west-1.amazonaws.com/IB3/img/prox.png);
	    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
*/
.bescolta:hover {
    background: url(https://d3epl8299i6898.cloudfront.net/IB3/img/escoltarAraHover.png);
	    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bveure:hover {
    background: url(https://d3epl8299i6898.cloudfront.net/IB3/img/veureAraHover.png);
	    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.botonUrl > span {
  display: none;
}

.iconoPortada {
  width: 50px;
  height: 50px;
}

#iconoCorazonBlanco > div {
  font-size: 2em;
}

#iconoInfo {
  /* position: relative; */
  width: 35px;
  height: 35px;
  margin-left: 15px;
}

#iconoInfo > div {
  font-size: 1.6em;
  margin: auto;
  cursor: context-menu;
}

/* #iconoInfo > span {
  display: none;
  color: white;
  background-color: black;
  position: absolute;
  right: 0;
}

#iconoInfo:hover > span {
  display: block;
} */

#iconoInfo:hover > div {
  color: #c50084;
}

#categoriasPortada div {
  padding: 0 0.6%;
}

.tituloSeccion {
  width: 90%;
  padding: 0 5%;
}

.tituloSeccion h2 {
  font-family: "Lato", sans-serif;
  color: #f2f2f2;
  font-size: 1.5em;
}

.contenidoGeneral {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.flow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.contenidoBox {
  overflow: hidden;
  width: 95%;
  margin-left: 5%;
  margin-top: 5px;
}
.deRadio {
	width:90%;
}
.contenidoBox > p {
  font-weight: bold;
  font-size: 1.6em;
  /*border-bottom: 1px solid #c50084;*/
}

.contenidoRow {
  width: max-content;
  margin-bottom: 20px;
}

.box {
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 5px;
  margin-bottom: 20px;
  border: 5px solid transparent;
}

.box:hover {
  border-color: #c50084;
  cursor: pointer;
}

/*centrar contenido de box*/
.box {
  height: 175px;
  width: 175px;
}

#videoC {
  width: 0;
}

.img-square {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

/* fin centrar contenido de box*/

.temporadas > h1 {
  margin-bottom: 0;
}

.thumbnail {
  width: 100%;
}

.link-prog {
  display: block;
}

.pan-box {
  max-width: 300px;
  height: auto;
  text-align: center;
  display: inline-block;
  border: 5px solid transparent;
}

.pan-box:hover {
  border-color: #c50084;
  cursor: pointer;
}

.subtitle {
  margin: 0;
  margin-top: -5px;
  padding: 16px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #ccc;
  background-color: transparent;
}

.title-line {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 1px solid #c50084;
}

.init-box {
  margin-left: 0px !important;
}

.end-box {
  margin-right: 0px !important;
}

.margenR {
  width: 5%;
}

.slider_mesvist {
  overflow: auto;
  overflow-x: auto;
  scrollbar-color: #c50084 #333;
  scrollbar-width: thin;
  /* overflow: hidden; */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  width: 100%;
}

.mesvist {
  width: max-content;
}

.margenL {
  width: 5%;
  border-left: 2px solid white;
  display: flex;
  align-items: center;
}

.margenL > i {
  margin-left: 40px;
  font-size: 30px;
  height: 30px;
  vertical-align: middle;
}

/* Fin Cajas de videos*/

/* Barra scroll personalizada*/
::-webkit-scrollbar {
  height: 5px;
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #c50084;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ab0d77;
}

/* Fin barra scroll personalizada*/

/**Para evitar que puedan seleccionar el texto u element (highligt)*/
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */
}

img {
  max-width: 100%;
  /*evita que las imagenes se puedan arrastrar y sacarals de su caja*/
  pointer-events: none;
}

/* Calendario */
/*inicio botón calendario*/
#calendar {
  display: inline-block;
}

.ui-datepicker-trigger {
  background: #262626;
  color: white;
  margin-left: auto;
  border: 1px solid white;
  border-radius: 7px;
  padding: 10px;
  text-wrap: nowrap;
  white-space: nowrap;
}

.botonSelected {
  color: #c50084 !important;
  border-color: #c50084 !important;
}

/*fin botón calendario*/

#selectorDataGenerico,
#selectorDataPrograma {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 3;
  border: 1px solid #c50084 !important;
  border-radius: 3px;
}

#ui-datepicker-div {
  width: auto;
  margin: 0px;
  /* top: 39px !important;
  left: -88px !important; */
  border: 1px solid #c50084 !important;
  /* position: absolute !important; */
  border-radius: 5px !important;
  margin-top: 38px;
  margin-left: -5%;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-corner-all {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.ui-datepicker {
  padding: 0px !important;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  background-image: none !important;
  display: none !important;
}

.ui-datepicker-prev::after {
  content: "❮" !important;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -8px;
  font-size: small;
}

.ui-datepicker-next::after {
  content: "❯" !important;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -8px;
  font-size: small;
}

.ui-widget-header {
  border: 1px solid #c50084 !important;
  color: white !important;
}

.ui-widget-content {
  background-color: black !important;
  color: white !important;
}

.ui-widget-header {
  color: white;
}

.ui-widget-header a {
  color: white !important;
}

.ui-datepicker td a {
  text-align: center !important;
}

.ui-state-default {
  border-style: none !important;
  background-color: black !important;
  color: white !important;
  text-align: center !important;
}

.dp-highlight > .ui-state-default,
.ui-state-active {
  color: #c50084 !important;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  padding: 0 10px !important;
}

/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background-color: #c50084 !important;
  padding: 0.2em 3em !important;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 !important;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-widget-header .ui-state-hover {
  background-color: #b60079 !important;
  border: none !important;
  border-style: none !important;
  font-weight: inherit !important;
}
table.ui-datepicker-calendar {
    direction: ltr;
}
/* Fin Calendario */

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  border-radius: 15px;
  margin-top: -20px;
  margin-right: -10px;
  text-align: center;
  background-color: #f3f3f3;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/*sombra al modal*/
.modal-content {
  border: 1px solid;
  padding: 10px;
  box-shadow: 7px 5px 10px #c50084;
  width: fit-content;
  max-width: 90%;
}

/*fin sombra modal*/
.modal-content > p {
  color: #333;
  font-weight: bold;
}

/* The Close Button */
.close {
  margin-top: -10px;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.videoC {
  width: 0;
}

/* -------------------------------------------- */
/* SECCION CAPITULOS*/

.inline_block {
  text-align: right;
  margin-right: 20px;
}

#box-cap {
  width: 30%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  float: left;
}

.cap {
  border: 4px solid transparent;
  margin-bottom: 20px;
  width: 46%;
  height: auto;
}

.cap:hover {
  border: 4px solid #c50084;
  cursor: pointer;
}

.cap > img {
  width: 100%;
}

#actualVideo {
  width: 70%;
  display: none;
  float: right;
  text-align: center;
}

#rVideo {
  width: 90%;
}

.fab .fas {
  font-size: 28px;
  color: #f1f1f1;
  display: inline-block;
}

.font_XXL,
.font_XXL * {
  font-size: 28px;
}

.social_container {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 5px;
}

.social_container > a {
  color: #f1f1f1;
}

.block {
  display: block;
}

span.block {
  margin-bottom: 30px;
}

#des-video {
  width: 90%;
  margin: 0 auto;
}

#video-left {
  width: 50%;
  float: left;
  text-align: left;
}

#video-right {
  width: 50%;
  float: right;
  text-align: justify;
}

#videocenter {
  width: 100%;
}

.tit-center {
  float: left;
}

#redescenter {
  float: right;
}

#backToInit {
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  font-weight: bold;
  color: #c50084;
  font-size: 40px;
  display: inline-block;
}

#backToInit:hover {
  cursor: pointer;
}

.title-where {
  display: inline-block;
}

#des-cap {
  float: right;
  width: 70%;
  position: relative;
  margin-top: 120px;
}

.des-fa {
  width: 70%;
  position: relative;
  border: 2px solid white;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.baner-img > img {
  width: 100%;
  position: absolute;
  opacity: 0.4;
  z-index: -1;
}

.des-fa > p {
  text-align: start;
  margin: 20px;
}

.limpieza {
  height: 220px;
  width: 20%;
  float: right;
}

.des-img {
  width: 20%;
  position: absolute;
  border: 0;
  top: -60px;
  right: -10.5%;
}

.des-img > div {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.portada-img {
  width: 100%;
  margin: auto;
  border-radius: 50%;
}

.tit-des {
  color: #c50084;
  margin: 40px;
}

.cap-temp {
  margin: 10px 40px;
  display: block;
}

.cap-fecha {
  margin: 10px 0 10px 40px;
  display: block;
}

.cap-help {
  margin: 10px 0 10px 40px;
}

#loading {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

#loading > img {
  position: relative;
  top: 40%;
  width: 150px;
}

.activePath > g {
  stroke: #c50084;
}

/*-------------------Añadido------------------*/

.tarjetaSerie {
  width: 400px; /* 188px; */
  height: 710px; /*331px;*/
  float: left;
  margin-right: 15px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
    border: 2px solid transparent;
}

.tarjeta {
  width: 490px;
  height: 275px;
  float: left;
  margin-right: 15px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
  border: 2px solid transparent;
}

.tarjeta > img {
  width: 100%;
  /* height: 202px;*/
}
.rosa {
  color: #c50084;
}

.tarjetaSerie > img {
  object-fit: cover;
  width: 100%;
  height: 100%;

}

.tarjeta > .gradiente,
.tarjetaSerie > .gradiente {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0 0 0 / 67%) 0%, rgba(0, 0, 0, 0) 100%);
  padding-top: 50px;
  bottom: 0;
  height: unset;
}

.epiConDesc > .gradiente {
  bottom: unset;
}

.tarjeta > .gradiente > .titulo,
.tarjetaSerie > .gradiente > .titulo {
  margin-left: 15px;
  margin-right: 7px;
  color: white;
  margin-bottom: 10px;
  white-space: nowrap;
}
.tarjeta > .gradiente > .tituloProg,
.tarjetaSerie > .gradiente > .tituloProg {
  color: #fff;
  font-weight: bold;
  margin: 10px;
  white-space: nowrap;
}
.tarjetaHover {
  width: 96%;
  height: 275px;
  position: absolute;
  left: 0px;
  top: -275px;
  border-radius: 7px;
  background: linear-gradient(#08040461,#050304b5);
  color: #ffffff;
  padding: 0 2%;
  z-index: -1;
}

.epiConDesc > .tarjetaHover {
  border-radius: 7px 7px 0 0;
}

.tarjeta > img:hover {
}
.tarjeta:hover {
	border: 2px solid white;
}
.tarjetaSerie:hover {
	border: 2px solid white;
}
.tarjeta:hover > .tarjetaHover {

	/* -webkit-box-shadow: inset 0px 0px 30px 4px rgba(197, 0, 132, 1);
	-webkit-box-shadow: inset 0px 0px 20px 4px rgb(255 255 255);	
	-moz-box-shadow: inset 0px 0px 20px 4px rgb(255 255 255);
	box-shadow: inset 0px 0px 20px 4px rgb(255 255 255);*/
	top:0;
	z-index:unset;
	transition: 0.5s;
}

.tarjetaSerieHover {
  width: 400px;
  height: 710px;
  position: absolute;
  left: 0;
  top: -462px;
  border-radius: 7px;
  background: linear-gradient(#080404b5,#050304);
  color:#ffffff;
  padding:0 10px;
  z-index: -1;
}

.tarjetaSerie:hover > .tarjetaSerieHover {
	/*-webkit-box-shadow: inset 0px 0px 20px 4px rgb(255 255 255);	
	-moz-box-shadow: inset 0px 0px 20px 4px rgb(255 255 255);
	box-shadow: inset 0px 0px 20px 4px rgb(255 255 255);*/
	top: 0px;
	z-index:unset;
	transition: 0.5s;
}

.prevTarj,
.prevTarjSerie {
  left: 0;
}

.nextTarj,
.nextTarjSerie {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.gris {
  color: #888;
}

.gris:hover {
  color: #888 !important;
}

.prevTarj,
.nextTarj,
.prevTarjSerie,
.nextTarjSerie {
  position: absolute;
  cursor: pointer;
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  padding: 5px 5px;
  z-index: 2;
  top: 33%;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5))
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.07));
}

.prevTarjSerie,
.nextTarjSerie {
  top: 42%;
}

.prevTarj:hover,
.nextTarj:hover {
  color: #c50084;
  background: white;
}
.prevTarjSerie:hover,
.nextTarjSerie:hover {
    color: #c50084;
	background: white;
}

.calendario {
  margin-bottom: 20px;
  margin-top:10px;
}

.temporadas,
.calendario {
  width: 90%;
}

.temporada {
  float: left;
  margin: 5px 15px;
  cursor: pointer;
  font-size: 1.7em;
}

.flex {
  display: flex;
}

.episodio {
  /* margin-left: 15px;
  margin-right: 7px; */
  margin: 10px;
}

ul#epis {
	display:inline-block;
	padding:0;
}
#epis li {
	list-style:none;
	float:left;
}

.flexColumn {
  flex-direction: column;
}

.logoSinopsis {
  height: 100%;
  width: 188px;
  margin-right: 2%;
  border-radius: 7px;
}

.descripcionContainer {
  width: 58%;
  margin-right: auto;
}

.descripcion {
  margin-top: 10px;
}

.programInfo {
  width: 100%;
}

.programInfo > ul {
  list-style-type: none;
  margin-top: 0;
}

.programInfo > div {
  margin-bottom: 10px;
}

.blanco {
  color: white;
}

.negrita {
  font-weight: bold;
}

.imgRedonda {
  border-radius: 9999px;
}

.imgMiembro {
  width: 128px;
  height: 128px;
}

.miembro {
  margin-right: 15px;
}

.nombreMiembro {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.categoria {
  margin-top: 72px;
  margin-bottom: 62px;
}

.programas{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background: black;
  padding: 20px 0;
}
.programasBuscador {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 0;
  background: #444444;
  padding: 20px 0;
  border-radius: 20px;
}

.programas > .tarjetaSerie,
.programas > .tarjeta,
.programasBuscador > .tarjetaSerie,
.programasBuscador > .tarjeta {
  margin: auto;
}

.tarjeta > span {
  display: none;
}

.mgTop {
  margin-top: 117px;
}

.nombreCate,
.nombreSubCate,
.paddingCate {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 0;
}

.nombreSubCate {
  border-bottom: 1px solid #c50084;
}

ul.playlist > li > span {
  display: none;
}

ul.playlist {
  width: 65%;
  float: right;
  margin-top: 78px;
  padding: 0;
  max-height: 566px;
  overflow: auto;
  /* line-height: 30px; */
}

.noAudiosEnFecha {
  margin-top: 5px;
  float: right;
  list-style: none;
}

ul.playlist > li {
  position: relative;
}

.toggleSinopAudio {
  font-size: 1.7em;
  cursor: pointer;
}

li > .flex > .flex > .title {
  /* margin: auto 10px auto 2%;
  max-width: 32%; */
  margin: auto;
  min-width: 90%;
  
}

li > .flex > .flex {
  width: 60%;
}

.sinopAudio {
  padding: 0 93px;
  padding-right: 5px;
}

li > .broadcast {
  /* margin: auto 15px auto 5px;
  white-space: nowrap; */
}

.broadcast {
  margin: auto 0;
}

.autoMargin {
  margin: auto;
}

.flex.audio {
  flex-direction: column;
  width: 25%;
}

.audio > .logoSinopsis {
  width: 40%;
  margin-bottom: 22px;
}

.audio > .descripcionContainer {
  width: 100%;
}

.audio > .programInfo {
  width: 100%;
}

.audio > .programInfo > ul {
  padding: 0;
}

.playAudio > svg {
  width: 50px;
}

.playAudio:hover > svg {
  fill: #c50084;
}

ul.playlist > li:nth-of-type(even) {
  background-color: #2a2a2a;
}

li.gris:not(:first-child) {
  margin-top: 10px;
}

.playVideo,
.playAudio {
  cursor: pointer;
}

.playVideo > span,
.playAudio > span {
  display: none;
}

#sinopsisPortada {
  position: absolute;
  top: 575px;
  /* width: 500px; */
  margin-right: 50px;
  color: white;
  background-color: black;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #c50084;
  z-index: 4;
}

.posiVideo,
.posiAudio {
  left: 5%;
}

.posiVideo2 {
  left: calc(3% + 170px);
}

.posiAudio2 {
  left: calc(3% + 188px);
}

.temporadaSel {
  color: #c50084;
  font-weight: bold;
}

.temporada > .pId {
  display: none;
}

.temporada:not(.temporadaSel):hover {
  color: white;
}

audio {
  width: 100%;
}

#cat,
#subC,
#prog {
  display: none;
}

#boxMedia {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#boxMedia > video {
  width: 100%;
}
#mainContainer {
	position:relative;
	width: calc(90vw);
    height: calc(90vw / 16 * 9);
	margin-left: auto;
	margin-right:auto;
}
#videoplayer, #adContainer {
	position:absolute;
	width: calc(80vw);
    height: calc(80vw / 16 * 9);
  left: 50%;
  transform: translate(-50%, 0);
}
 
#myVideo {
	width:100%;
	overflow:hidden;
 }
#playpause {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 33%;
  height: 40px;
  width: 100px;
  border-style: none;
  font-weight: bold;
  font-size: 25px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
}

#playpause:hover {
  border: 1px #f00 solid;
  color: #f00;
}
.mediaTitulo {
  color: white;
  margin-top: 10px;
  font-size: 2em;
}

.categorias {
  margin-top: 72px;
  height: calc(100% - 102px);
  display: flex;
  flex-direction: column;
}

.categorias > div {
  margin: auto;
}

.categorias > div > a {
  text-decoration: none;
}

#cerca {
  cursor: pointer;
  /* margin-left: 10px; */
  margin-right: auto;
  margin-top: auto;
  margin-bottom: 5px;
}

.titleBuscado {
  margin: 20px auto;
  color: white;
  font-size: 2em;
}

.noResul {
  width: 30%;
  margin: 0 11.6%;
}

.titleBuscadoContainer > div:not(.titleBuscado) {
  margin: 18px 0;
  height: 20px;
  padding: 7px;
  background-color: white;
  border: 2px solid #cc017b;
  color: #cc017b;
  border-radius: 10px;
  cursor: pointer;
}

.titleBuscadoContainer ~ .titleBuscadoContainer {
  margin-top: 35px;
}

.titleBuscadoContainer {
  width: 77%;
  margin-left: 11.5%;
}

#nextProgramesPage,
#nextMediasPage {
  /* margin-left:auto; */
}

#prevProgramesPage,
#prevMediasPage {
  /* margin-right:auto; */
}

.mantenScroll {
  margin-bottom: 980px;
}

svg#Flat {
  width: 20px;
  margin-left: 7px;
}

.container.lupaHamburguesa {
  margin-left: auto;
}

.bold {
  font-weight: bold;
}

.botonHome,
.botonTV,
.botonRad {
  display: flex !important;
}

img.mosca {
width: 10%;
    padding: 6px 26px;
}

img.rate {
  height: 45px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5))
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.07));
}

.programInfo > img.rate {
  height: 30px;
}

.tvRad > a > div {
  margin: auto 0;
}

#dropDownModo {
  cursor: pointer;
}
#dropDownModo:hover svg {
    stroke: #c50084;
    fill: #c50084;
}
#containerBuscador > .columna {
  margin: auto 0;
}

.relative.slider_mesvist::-webkit-scrollbar,
.scrollLateral::-webkit-scrollbar {
  display: none;
}

.navTV.container.nav.relative {
  overflow-x: auto;
}

.equip {
  margin-bottom: 15px;
}

.equipoContainer {
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.noEpisEnFecha {
  max-width: 90vw;
}

.pinfoContainer {
  width: 21%;
}

.audio > .pinfoContainer > .programInfo > ul {
  padding: 0;
}

#iconoCorazonBlanco {
  /* visibility: hidden; */
  /* display: none; */
  width: 33px;
  height: auto;
  margin-left: 15px;
  cursor: pointer;
}

#iconoCorazonBlanco > #fav {
  width: 100%;
}

#fav:hover > path {
  stroke: #c50084;
}

#fav.enFavoritos > path {
  fill: #c50084;
  stroke: #c50084;
}

#fav.enFavoritos:hover > path {
  fill: #c50084;
  stroke: #c50084;
}

#iconoShare {
  margin-left: 14px;
  width: 33px;
  height: auto;
  cursor: pointer;
}

#iconoShare > #shareProg {
  width: 100%;
}
#iconoShare > #shareMed {
  width: 100%;
  float:right;
}

#shareProg:hover > circle {
  fill: #c50084;
}

#shareProg:hover > polyline {
  stroke: #c50084;
}
#shareMed:hover > circle {
  fill: #c50084;
}

#shareMed:hover > polyline {
  stroke: #c50084;
}
g {
  cursor: unset;
}

.fullW {
  width: 100%;
  margin-top: 100px;
}

.notFoundImg {
  width: 50%;
  margin: auto;
}

.iconTV {
}

.iconRad {
}

.tScroll {
  overflow: auto;
  margin-bottom: 20px;
}

.ts {
  width: max-content;
}

.tScroll::-webkit-scrollbar {
  /* display:none; */
}

.epiConDesc {
  height: 313px !important;
  border: 2px solid transparent !important;
  /* border-radius: 0px;
  border-left: 1px solid #c50084; */
}

.epiConDesc > .gradiente {
  padding: 0;
  margin-top: 10px;
}

.margB {
  margin-bottom: 50px;
}

span.fechaCapi {
  float: right;
}

h1.nombreCate {
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #878787;
    /* font-size: 4em; */
    /* background: #403f3f; */
    background-image: linear-gradient(#c500846e, rgba(0, 0, 0, 0));
}

.rela {
  position: relative;
}

.quitarBusqueda {
  margin-left: 10px;
  /* margin-top: -5px; */
  color: #c50084;
  font-size: 1.5em;
  cursor: pointer;
  margin-right: 15px;

  float: right;
}

#containerDataPrograma {
  display: flex;
}

.back {
  text-decoration: none;
  color: #c50084;
  border-radius: 8px;
  border: 1px solid #c50084;
  padding: 5px;
  padding-bottom: 8px;
  background: #FFF;
}
a.back:hover {
  color:#FFF;
  background: #c50084;  
}
.relacionado,
.floatLeft {
  float: left;
  width: 100%;
}

.equipo {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}

.equipo > li {
  margin-right: 8px;
}

.gradiente {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  bottom: 0px;
  position: absolute;
  height: 120px;
  width: 100%;
}

.programInfo > p {
  margin-bottom: 0;
}

.sinopsisContainer {
  margin-bottom: 50px;
}

.footerR > .socials > div {
  margin-left: auto;
  /* width: 8%; */
}

img.logoFooter {
  width: 53px;
  margin-bottom: 16px;
}

.footerL {
  margin-right: auto;
}

.footerL > .blanco,
.copy,
.otros {
  font-size: 0.9em;
}

.footerR {
  width: 50%;
  margin-left: auto;
}

.otros {
  margin-left: auto;
  margin-top: 8px;
}

a.shareIcon {
  width: 40px;
  display: block;
  margin: 0 10px;
  float: right;
}

.pie {
  width: 90%;
  margin: auto;
  padding-bottom: 41px;
  position: relative;
  margin-top: 139px;
}

.lineaGris {
  width: 100%;
  margin-bottom: 41px;
  background-color: #888;
  border-color: #888;
}

.copy {
  margin-top: 5px;
}

/* .gris{
  color: #a1a1a1;
} */

.socials {
  margin-top: auto;
}

.progBar {
  width: 95%;
  height: 5px;
  margin:0 auto;
  margin-top: -10px;
  margin-bottom: 5px;
  background-color: grey;
  border-radius: 0 0 10px 10px;
}

.fechaSele {
  margin-top: 5px;
}

.playlist > li > .flex > .progBar {
  /* position: absolute;
  top: 49px;
  width: calc(100% - calc(2% + 65px));
  left: calc(2% + 50px); */

  /* width: 50%;
  margin: auto; */

  margin: auto 30px auto auto;
  max-width: 20%;
}

.progres {
  height: 100%;
  background-color: #c50084;
  width: 0%;
}

.toggleSinopAudio > svg {
  fill: white;
  stroke: white;
}

.toggleSinopAudio.rosa > svg {
  fill: #c50084;
  stroke: #c50084;
}

.columnMV {
  width: 100%;
}

.broadcast {
  text-align: right;
  padding-right: 5px;
}

/**
* Cookies
*
*/
#cookie-notice {
  position: fixed;
  bottom: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  margin: 2%;
  border: 1px solid #888;
  border-radius: 46px;
  line-height: normal;
  width: 96%;
  color: white;
  z-index: 2;
}

#cookie-notice table {
  border-collapse: collapse;
  min-width: 1795.5px;
  width: 100%;
}

#cookie-notice td {
  /* text-align: left; */
  border: 1px solid #c50084;
  font-size: 0.8em;
  padding: 0 26px;
}

#cookie-notice td > p {
  text-align: left;
  padding: 0 16px;
}

#cookie-notice > h2,
.mod_cookie > h2 {
  font-weight: normal;
}

/* #cn-deny-cookie {
  background: #d7d7d7;
  margin: 10px 0;
  border-radius: 10px;
  padding: 5px 15px;
  color: #c50084;
} */

#cn-accept-cookie,
#cn-deny-cookie {
  background: white;
  margin: 10px 0;
  border-radius: 10px;
  padding: 5px 15px;
  color: #c50084;
  font-size: 0.9em;
}

#cookie-notice a {
  color: #c50084;
}

p.cookie-notice-container {
  padding: 0 10px;
  font-size: 0.8em;
}

p.cookie-notice-container.i {
  text-align: center;
}

.cookie-notice-container a {
  margin: 10px 0;
  padding: 5px;
  color: #014655;
}

.mod_cookie {
  margin: 20px;
}

.mod_cookie > div {
  overflow-x: auto;
}

.mod_cookie input,
.filtroContainer input {
  display: inline-block;
  clear: both;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filtroContainer {
  /* margin-left: auto; */
}

.filtroContainer > .cboxContainer ~ .cboxContainer {
  margin-left: 35px;
}

.cboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filtroContainer > .cboxContainer {
  padding-left: 27px;
}

span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #c50084;
  border-radius: 6px;
  background:#FFF;
}

.cboxContainer input:checked ~ span.checkmark {
  /* background-color: rgba(0, 0, 0, 0.9); */
  background: none;
}

span.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.cboxContainer input:checked ~ span.checkmark::after {
  display: block;
}

.cboxContainer span.checkmark::after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #c50084;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quitaFavorito {
  position: absolute;
  top: 5px;
  width: 35px;
  height: 35px;
  right: 6px;
  background: url("https://d3epl8299i6898.cloudfront.net/IB3/img/corazon.svg") no-repeat;
}

.quitaFavorito:hover{
  background: url("https://d3epl8299i6898.cloudfront.net/IB3/img/cora_roto.svg") no-repeat;
}
.duracio {
position: absolute;
    right: 0;
    top: 150px;
    background: #000000a8;
    padding: 0 5px;
	font-size: 12px;
}
.duraradio {
	float: right;
    font-size: 12px;
    color: #828181;
}
/**
*Fin Cookies
*/


@media only screen and (max-width: 1116px) {

}

@media only screen and (max-width: 1032px) {

  .pinfoContainer {
    flex-direction: column;
  }
  #sinopsisPortada {
    top: 51.7vw;
  }
  .otros {
    /* position: absolute;
    bottom: 20px;
    left: 0; */
    margin-left: 0;
  }
  .socials {
    margin-top: 0;
    position: absolute;
    top: 59px;
    right: 0;
  }
  .pie > .flex {
    flex-direction: column;
  }
  .footerR {
    width: 100%;
  }
  #logo {
    max-width: unset;
    height: 50px !important;
    position: relative;
    transform: translateY(0);
    transition: none;
  }
}

@media only screen and (max-width: 867px) {

  ul.playlist {
    float: none;
    width: 100%;
    margin-top: 0;
    max-height: 445px;
    overflow: auto;
  }
  .sinopsisContainer.audio {
    width: 100%;
    flex-direction: row;
  }
  .audio > .logoSinopsis {
    width: 16%;
  }
  .pinfoContainer {
    width: 100%;
  }
  .descripcion {
    padding-right: 10px;
  }

}

@media only screen and (max-width: 652px) {

  .programas,
  .programasBuscador {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .programasBuscador {
    grid-row-gap: 10px;
    /*max-height: 500px;*/
    overflow: auto;
  }

  .titleBuscadoContainer > div:not(.titleBuscado) {
    padding: 7px;
  }

  .titleBuscado {
    margin: 26px auto 0;
    font-size: 1.4em;
  }

  .ui-datepicker-trigger {
    padding: 5px;
    font-size: 0.8em;
  }
  .mantenScroll {
    margin-bottom: 364px;
  }
}

/* -------------------------------------------- */
/* MEDIA QUERY IPAD PRO*/
@media only screen and (max-width: 1245px) {
	
  #carta {
    width: 70%;
  }

  #carta > img {
    height: 120px;
  }

  #tele {
    display: flex;
    width: 23%;
  }

  .cap {
    width: 70%;
  }

  #rVideo {
    width: 100%;
    margin-left: 0;
  }

  .des-img {
    border: 0;
    top: -65px;
  }

  .des-img > div {
    height: auto;
  }

  .tit-des {
    margin: 30px;
  }
  .sinopsisContainer {
    flex-direction: column;
  }
  .descripcionContainer {
    width: 100%;
  }
	.pinfoContainer {
		width: 50%;
		margin-top: 30px;
	}
}

/* MEDIA QUERY IPAD */
@media only screen and (max-width: 768px) {

  #imgPortada > .columna {
    padding-bottom: 0%;
  }

  .tarjeta,
  .tarjetaHover {
    width: 270px;
    height: 152px;
  }

  /*Buscador dropdown*/

  /*Fin buscador dropdown*/

  #carta > img {
    height: 80px;
  }

  .cap {
    width: 80%;
  }

  #rVideo {
    width: 100%;
    margin-left: 0;
  }

  .tit-des {
    margin: 10px;
  }

  .des-img {
    top: -50px;
  }

  #sinopsisPortada {
    top: 55vw;
  }

  .tarjeta > img {
    height: 152px;
  }
}

@media only screen and (max-width: 662px) {

  #lupa,
  .tv,
  .rad {
    /*
    width: 45px;
    transform: scale(0.75);
    */
  }

  img.mosca {
    width: 12%;
    padding: 6px 16px;
  }

  .titulo > div {
    font-size: 1.1em;
  }
  .pinfoContainer {
    flex-direction: row;
  }

  .logoSinopsis {
    width: 88px;
    margin-bottom: 5px;
  }

  .programInfo > ul {
    padding: 0;
  }
}

/* Media query para moviles   and (min-width: 300px)*/
@media only screen and (max-width: 545px) {

  #top > .container {
    flex-direction: column;
  }
  .ocultoMV {
    display: none !important;
  }
  #cal {
    margin-right: 0;
  }

  #carta {
    width: 74%;
    margin-left: 1%;
  }

  #carta > img {
    height: 40px;
  }

  #tele {
    width: 24%;
  }

  #top-preset {
    padding-left: 0;
    padding-right: 0;
  }

  .contenedorBotonPrevNext {
    display: none !important;
  }

  .lupaHamburguesa {
    flex-grow: 1 !important;
  }

  .lupaHamburguesa > div,
  .lupaHamburguesa > button {
    flex-grow: 1;
  }

  #lupa {
    width: 60px;
  }

  .menubtntop {
    margin-bottom: 8px;
    display: block;
  }

  .container.nav {
    display: none !important;
  }

  .contenidoBox > p {
    font-size: 1em;
  }

  .title-line {
    font-size: 1em;
  }

  .margenL > i {
    margin-left: 5px;
    font-size: 30px;
    height: 30px;
    vertical-align: middle;
  }

  #box-cap {
    width: max-content;
    display: flex;
    flex-flow: row;
    float: none;
  }

  .cap {
    width: 100%;
  }

  #actualVideo {
    width: 100%;
  }

  #rVideo {
    width: 100%;
    margin: 0;
  }

  #topP {
    margin-bottom: 30px;
  }

  #slider-cap {
    overflow-x: auto;
    width: 100%;
    overflow: auto;
    /* para barra scroll chrome */
    overflow-x: auto;
    /*para barra scroll mozilla*/
    scrollbar-color: #c50084 #333;
    scrollbar-width: thin;
  }

  #des-cap {
    width: 100%;
  }

  .margenR {
    color: #c50084;
    font-size: 25px;
  }

  #backToInit {
    width: 45px;
    font-weight: bold;
  }

  .limpieza {
    height: 0;
    width: 100%;
    float: none;
  }

  .des-fa {
    border: none;
    width: 100%;
    float: none;
  }

  .des-img {
    width: 30%;
    top: -120px;
    right: 35%;
  }

  .des-img > div {
    position: static;
  }

  .portada-img {
    width: 100%;
  }

  .inline_block {
    text-align: center;
  }

  #des-cap {
    width: 100%;
  }

  #video-right {
    width: 100%;
  }

  #video-left {
    width: 100%;
    margin-top: 30px;
  }

  .tit-center {
    width: 100%;
    text-align: left;
  }

  #videocenter {
    display: flex;
    flex-flow: column-reverse;
    width: 100%;
  }

  #redescenter {
    width: 100%;
    text-align: end;
  }

  #sinopsisPortada {
    top: 496px;
    left: 5%;
  }

  ul.playlist > li {
    padding: 5px 0;
  }

  li > .broadcast {
    white-space: normal;
    margin-left: auto;
    margin-right: 5px;
    text-align: end;
  }
  .audio > .descripcionContainer {
    margin-right: 5px;
  }
 
  .playlist > li > a {
    margin: auto 0;
  }

  .container.tvRad {
    padding: 80px 0 20px 0;
    width: 100%;
    left: 0;
  }
  .botonHome,
  .botonTV,
  .botonRad {
    margin: auto;
    display: block !important;
  }

  .temporadas {
    margin-top: 15px;
  }

  #imgPortada {
    height: 380px;
    /* padding-top: 0; */
    display: block;
    max-height: unset;
    margin-bottom: 40px;
  }
  #imgPortada > img {
    top: 72px;
	padding-top: 0;
    width: auto;
    height: 100%;
	max-height:340px;
	object-fit:cover;
	
  }
  #imgPortadaRadio {
	height: 350px;
  }
  #imgPortadaRadio > img {
    padding-top: 0;
    top: 0;
    max-width: unset;
    height: 100%;
    width: unset;
    left: -18%;
  }
  .prevTarj,
  .nextTarj,
  .prevTarjSerie,
  .nextTarjSerie {
    display: none;
  }
  #containerBuscador {
    width: 80%;
  }
  .container.salir {
    top: 78px;
    right: 5px;
  }
  #subirTelon {
    width: 49%;
  }
  .buscador {
    width: 100%;
  }
  #containerBuscador > .flex {
    margin-bottom: 25px;
  }
  #containerBuscador > .container.columna {
    margin: auto;
  }
  .playlist > li > .flex > .progBar {
    /* margin: auto 10px; */
    /* margin: auto; */
    margin-right: auto;
    margin-left: 0;
    max-width: calc(100% - 27px);
  }
  .columnMV {
    flex-direction: column;
  }
  li > .flex > .flex {
    max-width: unset;
	    width: 100%;
  }
  .broadcast {
    /* margin: auto; */
    margin-right: auto;
    min-width: calc(100% - 27px);
    text-align: center;
  }
  .toggleSinopAudio {
    margin-left: auto;
  }
  .toggleSinopAudio > svg {
    margin-top: auto;
    height: calc(100% + 24px);
  }
  .toggleSinopAudio > svg {
    margin-top: auto;
    height: calc(100% + 24px);
  }
  a.shareIcon {
    width: 40px;
    margin: 0 10px;
  }
  .otros {
    font-size: 0.9em;
  }
  #tituloPortada {
    font-size: 11vw;
  }
  /* Cookies */
  #cookie-notice {
    line-height: unset;
  }
  #cookie-notice h3 {
    margin: 5px;
  }
  p.cookie-notice-container {
    font-size: 0.9em;
    margin: 0;
    margin-bottom: 11px;
  }
  .mod_cookie {
    margin: 20px;
    margin-top: 0;
  }
  #cookie-notice br {
    display: none;
  }
  p.cookie-notice-container.i {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .duracio {
    top: 138px;
}
  /* Fin Cookies */
}

/* Fin mediaquery moviles*/

/*Media query moviles muy pequeños */
@media only screen and (max-width: 375px) {

  /*Barra navegación*/

  #top-preset {
    padding-left: 0;
    padding-right: 0;
  }

  .container.nav {
    display: none !important;
  }

  .titulo > div {
    margin-left: 0px;
  }

  .container.titulo > div {
    margin-left: 7px;
  }

  #lupa {
    width: 30px;
  }

  .contenedorBotonPrevNext {
    display: none !important;
  }

  .lupaHamburguesa {
    flex-grow: 1 !important;
  }

  .lupaHamburguesa > div,
  .lupaHamburguesa > button {
    flex-grow: 1;
  }

  /*Fin barra navegación*/

  .contenidoBox > p {
    font-size: 1em;
  }

  .margenL > i {
    margin-left: 5px;
    font-size: 30px;
    height: 30px;
    vertical-align: middle;
  }

  #top {
    top: -103vh;
  }

  #top > .container > input {
    /* width: 100px; */
    font-size: small;
  }

  #top > .container > i {
    font-size: 19px;
    margin-left: 3px;
  }

  #cal {
    font-size: x-small;
    margin: 0;
  }

  #selectorDataGenerico {
    font-size: 0.8em;
  }

  .menubtntop {
    display: block;
    margin-bottom: 8px;
  }

  .cap {
    width: 100%;
  }

  #slider-cap {
    overflow-x: auto;
    width: 100%;
  }

  #des-cap {
    width: 100%;
  }

  #video-right {
    width: 100%;
  }

  #video-left {
    width: 100%;
    text-align: center;
  }

  #subirTelon {
    font-size: 1.2em;
  }

  .titleBuscadoContainer > div:not(.titleBuscado) {
    padding: 7px;
    font-size: 0.8em;
  }

  .container.salir {
    margin-left: 4% !important;
  }
  .fechaSele {
    margin-right: auto;
  }
  .programasBuscador {
    /*max-height: 329px;*/
    overflow: auto;
    width: 71%;
    grid-row-gap: 10px;
  }
  .programasBuscador > .tarjeta,
  .programasBuscador > .tarjeta > .tarjetaHover {
    width: auto;
    height: 220px;
  }
  .mediaTitulo {
    font-size: 1.5em;
  }

  .titleBuscado {
    margin: 54px auto 0;
  }
  .titleBuscadoContainer > div:not(.titleBuscado) {
    margin: 50px 0;
  }

  .iconTV > .tv,
  .iconRad > .rad {
    width: 37px;
  }

  #tituloPortada {
    font-size: 9vw;
  }

  #categoriasPortada > a {
    font-size: 12px;
	display:none;
  }

  .contenidoGeneral > div:not(.contenidoBox) {
    margin: 16px 0;
  }

}
/*Fin Media query moviles muy pequeños */
.tarjetaHover h4 {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    text-align: center;
}
.tarjetaSerieHover h4 {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    text-align: center;
}
.piet {
	position:absolute;
	bottom:10px;
	max-height: 100px;
	overflow:auto;
	
}
.piet p {
	margin:0 0 5px 0;
	font-size: 18px;
	color: #c5c4c2;
}
.prox {
  width: 180px;
  height: 40px;
  background: linear-gradient(130deg, #2bdd44, #74efff, #d60475, #FFEB3B, #2bdd44);
  background-size: 400% 400%;
  animation: gradientbg 10s linear infinite;
  animation-direction: alternate;
  border-radius: 10px;
  margin: 5px;
  padding-top: 14px;
  font-size: 22px;
}
.prox::before {
    content: "PRÒXIMAMENT";
}
.invisible {
	display:none;
}
.masked {
    display: flex;
    justify-content: center;
}
@keyframes gradientbg {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.espacio {
	height:60px;
}
.acc {
	cursor:pointer;
  margin: 0 20px;
  width:40px;
}
.acc svg {
  width:40px;
}

.mobi {
  width: auto;
  aspect-ratio: 16/9;
  height: 240px;
}
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url('https://ib3cdn.s3.amazonaws.com/IB3/baners/YT_DIRECTES.webp') no-repeat;
  background-size: contain;
  cursor: pointer;
}
.fechaStream {
  background: #c50084;
  padding: 2%;
  /* width: auto; */
  /* display: inline-block; */
  position: absolute;
  top: 5%;
  left: 10px;
  border-radius: 5px;
  color: white;
  border: 1px rgba(255, 255, 255, 0.4) solid;
}
.tv-canal {
  width: 100%;
  height: 100%;
  max-width: 505px;
  max-height: 300px;
}
.radio-canal {
  width: 200px;
  height: 190px;
}
@media only screen and (max-width: 662px) {
  .mobi {
    height: 200px;
  }
}
.tarjeta audio {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}