
  /* Videos Styles Inicio */

  .video-content{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
   
  }
  .video-content  img{
    width: 100%;
    max-height: 100vh;
  }
  #myVideo {
    position: relative;
    width: 100%; 
    height: 100%;
    margin-top: 19px;
  }
    /* Videos Styles Fin */

  .main{
      position: relative;
      top: 5rem;
      min-height: 23.25rem ;
      max-height: 23.25rem ;
      z-index: 16;
      margin-top: 50px !important;
  }
  main .flex-column{
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-margin-titulo{
      height: 0.313rem;
      background: #006bb1;
      opacity: 1;
      box-shadow: inset -7px 0px 10px 0px rgba(0,0,0,0.75);
  }
  .botones-main-reproducir{
    border-radius: 0.2rem;
    padding-left: calc(2rem / 2);
    padding-right: calc(3.3rem / 2);
    width: 160px;
    background-color: rgba(243,124,33,0.8);
    color: #fff;
    font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    height: 2.4rem;
    border: none;
  }
  .botones-main-reproducir:hover{
    background-color: rgb(33, 124, 243);
  }
  .botones-main-informacion{
    border-radius: 0.2rem;
    padding-left: calc(2.4rem / 2);
    padding-right: calc(2rem / 2);
    width: 200px;
    color: #fff;
    font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.1rem;
    font-weight: 700px;
    height: 2.4rem;
    border: none;
    background-color: rgba(133,133,133,0.6);
  }

  .botones-main-informacion:hover{
    background-color: rgba(133,133,133,1);
  }

  .descripcion{
    height: 0px;
    transition: all ease 1.5s;
  }
  .descripcion1{
    height: 105px;
  }

   .main-descripcion {
    height: 0px;
    opacity: 0.2;
    transform-origin: bottom center;
    transition: all ease 1.5s;
    width: 75%;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
  }
  .main-descripcion p{
    margin-bottom: 0px !important;
    font-weight: 900px;
    font-size: 18px;
  }

  .titulo-main-responsive{
    display: none;
  }

  .main-descripcion1{
    height: 100%;
    width: 100%;
    opacity: 1;
  }
  .main-descripcion2{
    height: 0%;
    width: 75%;
    font-size: 0px;
    opacity: 0.1;
  }

  .main-logo-peli{
    width:220px; 
    height:130px;
    transition: all ease 1.5s;
  }

  .main-logo-peli1{
    width:440px; 
    height:230px;
    transition: all ease 1.5s;
  }


  .bottom{
      position: relative;
      bottom: 0;
  }

  .main-logo-img{
    width: 5rem;
      height: 1.875rem;
      transition: all ease 1.5s;
  }
  .main-logo-img1{
    width: 10rem;

}
  /* General Styles */

  .custom-container{
   /* margin-left: 48px;
    margin-right: 60px;*/

}
  
  

  .display-none{
      display: none ;
  }
  
  .display-block{
      display: block !important;
      width: 100%;
      opacity: 1;
  }
  
  .we100{
    width: 100% ;
    transition: all ease 3s;
  }
  .we0{
    width: 0%;
  }
  .we75{
    width: 75%;
  }
  .cursor{
    cursor: pointer;
  }

  .height0{
    height: 0px;
    transition: linear 1s;
  }

  .height100{
    height: 100%;
    transition: linear 1s;
  }

  .visible-not{
    visibility: hidden;
  }
  .m-200{
    margin-right: 12.5rem;
  }
  .responsive{
    display: none;
  }
  .sidenar {    position: fixed;}

  @media (min-width: 300px) and (max-width: 450px) {
    .main{
      top: 5rem !important;
      margin-top: 0px !important;
    }
  }
  @media (max-width: 768px) { 
    .responsive{
      display: block;
    }
    .main{
      top: 4rem;
    }

    .mainResponsive{
      display: none;
    }

    .reproducirResponsive{
      width: 130px;
      background-color:rgba(243,124,33,1); ;
      height: 30px;
      color: #fff;
      text-align: center;
      border: none;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      padding-top: 3px;
      font-size: 10px;
      font-weight: bold;
    }
    .reproducirResponsive p{
      font-size: 0.88rem;
    }
    .main{
      margin-top: none;
      min-height: 0px !important;
    }
    .main-logo-peli{
      width: 110px;
      height: 65px;
    }

    .descripcion{
      display: none;
    }
    

    .sideBar{
      position: absolute;
      width: 0%;
      height: 100%;
      top:55px;
      background-color: rgba(0,6,19,0.3);
      z-index: 100;
      transition: all ease 250ms;
	     z-index: 9999; 
    }
    .sideBar1{
      width: 100%;
    }
    .sideBar .sidebar-content{
      width: 65%;
      background-color: #fff;
      height: 100%;
	  padding: 5px 0;

    }
    .sidebar-content-perfil{
      margin-bottom:20px;
      border-bottom: solid rgb(96 96 96) 0.4px;
    }
    .sidebar-content-perfil a{
      padding-left: 20px;
      color:rgb(1 58 165) !important;
      font-size: 18px;
      font-weight: 500;
      padding-top: 1px;
      padding-bottom: 1px;

    }
    .sidebar-content-perfil a:active{
      color:rgb(1 58 165);
    }
    .sidebar-content-perfil a:hover{
      color:rgb(1 58 165);
    }
    .sidebar-content-items a{
      padding-left: 20px;
      color:#333;
      font-size: 18px;
      font-weight: 500;
      padding-top: 1px;
      padding-bottom: 1px;
    }
    .sidebar-content-items a:active{
      color:#333;
     border-left: solid #0097d1 3.5px;
	  text-decoration:none;
    }
    .sidebar-content-items a:hover{
      color:#0097d1;
	   border-left: solid #0097d1 3.5px;
	  text-decoration:none;
    }
    .active{
      border-left: solid #0097d1 3.5px;
      color: #333 !important;
    }
    .play_arrow{
      display: none !important;
    }

    .perfilResponsive{
      padding-left: 18px;
    }
    .perfilResponsive a{
      padding-left: 5px;
      margin-top: -8px !important;
    }
    .cambiar-usuario-responsive{
      font-size: 9px !important;
      padding: 0;
    }
    .titulo-main-responsive{
      display: block;
      font-size: 18px;
      margin-left: 12px;
      padding-right: 20px;
      padding-top: 10px;
    }
    .descripcion-responsive{
      display: block;
      font-size: 14px;
      color: rgba(255,255,255,0.8);
      margin-left: 12px;
    }
  }



  