*, *::after, *::before {
	outline:none;
    box-sizing: border-box;
    line-height: 130%;
    -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
  backface-visibility: hidden; 
}
html {
	background:#000;
    height: 100%;
	overflow:hidden;
}

body {
	overflow:hidden;
	padding:0;
	margin:0;
    background: #000;
	background:url("../img/bg.svg") no-repeat center center;
	background-size:200% 200%;
    height: 100%;
	overflow:hidden;
}
.video-js,
video{
	opacity:0;
	padding:0;
	margin:0;
	width:100vw;
	height:100vh;
}
body.dark .video-js video,
body.dark .video-js {
	opacity:1!important;
}
#text {
    font-size: 21px;
    color: #FFF;
	font-family: 'Roboto';
    text-transform: capitalize;
    text-shadow: 2px 1px 7px #000;
    width: auto;
    margin-left: 2px;
}
div.home {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(50% - 190px);
    z-index: 55;
}
div#intro {
	display:inline-block;
	background:url("../img/tv.png") no-repeat center center;
	background-size: 300px auto !important;
	width: 350px;
	height:350px;
	text-align: center;
	cursor:pointer;
}
div#remote img {
    margin: 40px;
    display: block;
    overflow: hidden;
    width: 270px;
    height: auto;
    border: 20px solid #FFF;
    border-radius: 20px;
}
div#remote {
    width: 350px;
    height:350px;
	z-index: 55555;
	cursor:pointer;
}
div.home div {
    transition: all 0.2s ease;
    display: inline-block;
    margin: 0 30px;
    background-color: rgb(109 28 99 / 38%) !important;
    overflow: hidden;
    border-radius: 60px;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 37px 1px rgb(234 136 239 / 72%);
}

div.home div:hover {
    transition: all 0.2s ease;
    background-color: #b34534!important;
    box-shadow: 0 0 37px 1px #b34534;
}

.round{
	/* position: fixed; */
	width: 60px;
	height: 60px;
	border-radius: 60px!important;
	cursor: pointer;
	background-color: rgb(109 28 99 / 74%)!important;
	margin-left: 5px;
    transition: all 0.2s ease;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 72%);
}

.dark .round{
	opacity:1;
}

.full{
	background: url(../img/fullscreen.png) no-repeat center center;
	background-size: 40px;
}
.mini{
	background: url(../img/pip.svg) no-repeat center center;
	background-size: 33px;
}
.reload{
	background: url(../img/reload.svg) no-repeat center center;
	background-size: 40px;
}
.cast{
	background: url(../img/cast.png) no-repeat center center;
	background-size: 40px;
}
.proxy{
	background: url(../img/cross.png) no-repeat center center;
	background-size: 40px;
}
.play{
	background: url(../img/play.svg) no-repeat center center;
	background-size: 40px;
}
.remote{
	background: url(../img/playlist.svg) no-repeat center center;
	background-size: 32px;
}
.down{
	background: url(../img/down.svg) no-repeat center 18px;
    background-size: 28px;
}

.downhub #hub {
    transition: all 0.5s ease;
    bottom: -230px;
}

.round:hover,
.round.active{
	background-color: #b34534!important;
    transition: all 0.2s ease;
}
div#hub {
    transition: all 0.5s ease;
	position: fixed;
	z-index: 555;
	width: 100%;
	background: #744C6C;
	background: rgb(66 15 57 / 80%) !important;
	text-align: left;
	bottom: 0;
	padding: 30px 0;
	backdrop-filter: blur(10px);
	box-shadow: 0 0 16px 4px #000;
    z-index: 54;
    padding-top: 20px;
}

div#hub * {
    display: inline-block;
}

div#hub img {
    height: 100%;
	filter: drop-shadow(0 0 15px rgba(0, 0, 0, 1));
    max-width: 300px;
    object-fit: contain;
}
div#hub .coverimg {
    height: 49px;
    margin: 0 20px;
    background: radial-gradient(circle, rgb(245 138 0) 0%, rgba(178, 68, 55, 1) 82%);
    padding: 15px;
    height: 160px;
    border-radius: 10px;
    vertical-align: middle;
    min-width: 100px;
    box-shadow: -2px 2px 10px 1px rgb(0 0 0 / 25%);
    margin-top: -70px;
    position: relative;
}

div#hub h2 {
    line-height: 40px;
    margin: 5px 0;
    padding: 0;
    font-size: 40px;
    color: #FFF;
    vertical-align: middle;
    font-size: 40px;
	font-family: 'Roboto';
    text-shadow: 2px 1px 7px #000;
    clear: both;
    display: block;
}

div#hub .text {
    vertical-align: middle;
}
.video-js{
	background:none;
}
.vjs-modal-dialog-content {
    font-size: 30px!important;
    padding: 50px!important;
}
.video-js .vjs-tech {
    object-fit: cover !important;
}
.round.mute {
    right: 220px;
	background: url(../img/mute_on.svg) no-repeat center center;
	background-size: 40px;
}
.round.mute.on {
    right: 220px;
	background: url(../img/mute.svg) no-repeat center center;
	background-size: 40px;
}
.contienebuttons {
    position: fixed;
    bottom: 150px;
    right: 10px;
}
iframe.remoteframe {
    transition: all 0.5s ease;
    left: -360px;
    position: fixed;
    z-index: 55;
    width: 360px;
    height: 100vh;
    border: none;
    box-shadow: 0 0 16px 4px rgb(0 0 0 / 65%);
}
.showremote iframe.remoteframe {
    transition: all 0.5s ease;
    left: 0;
}


.video-js {
    transition: all 0.5s ease;
    width: 100vw !important;
    right: 0;
    float: right;
}

.showremote .video-js {
    transition: all 0.5s ease;
    width: calc(100vw - 350px) !important;
    right: 0;
    float: right;
}
.showremote #hub {
    transition: all 0.5s ease;
    padding-left: 210px;
}
.video-js div ,
.video-js button {
    display: none;
}

.iniciales .letter {
    position: absolute;
    top: 44px;
    left: 0;
    width: 93px;
    height: 73px;
    vertical-align: top;
    display: block;
    line-height: 71px;
    background: #000000a6;
    right: 0;
    float: none;
    margin: auto;
    border-radius: 11px!important;
    font-size: 45px;
    text-align: center;
	font-family: 'Roboto';
    font-weight: bold;
    opacity: 0.6;
}