.backdropImageFadeIn {
  -webkit-animation:backdrop-fadein .8s ease-in normal both;
  animation:backdrop-fadein .8s ease-in normal both;
}

.backdropContainer {
  contain: layout style size;
}
.backgroundContainer.withBackdrop {
  background-color: rgba(0, 0, 0, 0.86);
}
.backdropImage {
  height: 310px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  contain: layout style;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.backdropImage {
  background-position:50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  contain: layout style;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.detailLogo {
  background-position:50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16vh;
  position: absolute;
  right: 25vw;
  top: 5vh;
  width: 25vw;
}

.movie-info{
  height: 110px;
  width: 120%;
  position: absolute;
  top:200px;
}

.clasificacion{
   background-color: #535353;
   padding: 1px;
   border-radius: 3px;
}


.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}

.contenido{
   overflow: hidden;
   font-size: 24px;
   font-family: Bauhaus-Md-Medium;
   text-align: left;
   width: auto;
   height: auto;
   margin:auto;
}

.espacio-filtro-cabecera{height: 80px;}
.espacio-cabecera{height: 105px;width: auto;}/* espacio entre la cabecera y el contenido para brincar el fix */

.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;
   right: 12px;
   position: fixed;   
}

.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: 30%;
   float: left;
   top: 90px;
   position: relative;   
   margin: 1%;
}

.img-cartel-espacio{
   height: 120px;
   position: relative;
   display: flex;
}


.home-medio-info{
   width: 65%;
   float: right;
   margin-right: 2%;
}

.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;
   font-weight: bold;
}

.home-episodios{
   color:white; 
   width: 100%;
   height: 45px;
   border-bottom: 2px solid #626262;
}

.home-episodio{
   width: 100%;
   height: auto;
}

.home-imagen-tumb{
   width: 300px;
   /* height: calc(300px / 1.77778); */
   float: left;
}

.home-episodio-info{
   width: calc(98% - 300px);
   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: #2B2B2BC4;
  top: 100px;
  width: 100%;
}

