.font1-1{font-family: wire-One-Regular;font-size: 10px}
.font1-2{font-family: wire-One-Regular;font-size: 12px}
.font1-3{font-family: wire-One-Regular;font-size: 14px}
.font1-4{font-family: wire-One-Regular;font-size: 16px}
.font1-5{font-family: wire-One-Regular;font-size: 20px}
.font1-6{font-family: wire-One-Regular;font-size: 24px}
.font1-7{font-family: wire-One-Regular;font-size: 30px}
.font1-8{font-family: wire-One-Regular;font-size: 40px}

.font2-1{font-family: Bauhaus-Lt-Light;font-size: 10px}
.font2-2{font-family: Bauhaus-Lt-Light;font-size: 12px}
.font2-3{font-family: Bauhaus-Lt-Light;font-size: 14px}
.font2-4{font-family: Bauhaus-Lt-Light;font-size: 16px}
.font2-5{font-family: Bauhaus-Lt-Light;font-size: 20px}
.font2-6{font-family: Bauhaus-Lt-Light;font-size: 24px}
.font2-7{font-family: Bauhaus-Lt-Light;font-size: 30px}
.font2-8{font-family: Bauhaus-Lt-Light;font-size: 40px}

.espacio-cabecera{/* espacio entre la cabecera y el contenido para brincar el fix */
   height: 105px;
   width: auto;
}

.espacio-filtro-cabecera{height: 80px;}

.contenido{
   width: auto;
   height: auto;
   margin:auto;
   /*background:#FFDA71;*/
}

.librerias{
   width: 250px;
   height: auto;
   margin:auto;
   float: left;
   color:beige;
   display: inline;
   cursor: pointer;
   position: fixed;
   /*top:105px*/;
}

.plex-contenido{
   width: calc(100% - 250px);
   height: auto;
   margin:auto;
   float: right;
   color:beige;
   position: relative;
   /*top:105px;*/
   transition: opacity 0.8s;
}

.resultado{
   position: relative;
}

.home-carteles{
   width: auto;
   height: auto;
   overflow: auto;
   white-space: nowrap;   
}

.home-items{
   width: calc((var(--ancho-tumb) + 16px) * 15);
   height: auto;
}

.home-item{
   width: var(--ancho-tumb);
   float: left;
}

.home-espacio{
   width: 15px;
   height: calc((var(--ancho-tumb) / 0.6667) + 50px);
   float: left;
}

.home-name-libreria{
   margin-bottom: 5px;
   margin-top: 7px;
   color: white;
}

.home-name-regresar{
   width: 80%;
   float: left;
}

.regresar{
   margin-bottom: 5px;
   margin-top: 7px;
   width: 32px;
   float: right;
   cursor: pointer;
}

.home-cartel{
   /* la imagen */
   width: var(--ancho-tumb);
   height: calc(var(--ancho-tumb) / 0.6667);
   cursor: pointer;
}

.home-titulo{
   margin-left: 3px;
   margin-bottom: 1px;
}

.home-fecha{
   margin-left: 3px;
   margin-bottom: 5px;
   color:gray;
}

.libreria-etiqueta{
   top:-6px;
   position: relative;
   margin-left: 15px;
}

.img-cartel{
   width: 40%;
   float: left;
}

.home-medio-info{
   width: 55%;
   float: right;
}

.cartel-medio{
   width: 150px;
   height: calc(150px / 0.6667);
   cursor: pointer;
   /* display: flex; */
}

.medio-temporada{
   width: 150px;
   height: auto;
   float: left;
   margin-right: 15px;
   margin-bottom: 15px;
}

.libreria{
   position: relative;
   width: 96%;
   top: 10px;
   left: 10px;
}

.home-titulo-medio{
   width: auto;
   height: auto;
   margin-bottom: 15px;
}

.home-episodios{
   color:white; 
   width: 100%;
   height: 45px;
   border-bottom: 2px solid #626262;
}

.home-episodio{
   width: 100%;
   height: auto;
}

.home-imagen-tumb{
   width: 170px;
   height: calc(170px / 1.77778);
   float: left;
}

.home-episodio-info{
   width: calc(98% - 170px);
   float: right;
}

.input_select{
  height: 24px;
  padding: 2px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  background-color: #2B2B2B;
  color: #fff;
  text-align: left;
  border: none;
  width: 120px;
  border-radius: 5px;
}

.txt-buscar{
  height: 20px;
  padding: 2px;
  background-color: #2B2B2B;
  color: #fff;
  border: 1px solid gray;
  width: 200px;
  border-radius: 5px;
}

.home-filtro-cabecera{
  position: fixed;
  background: #2B2B2B;
  top: 100px;
  width: 100%;
}

@media (max-width: 768px) {
   .contenido{width: auto;background:#002506;}
}
