#accordion *, #accordion *::after, #accordion *::before {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

*, *::after, *::before {
    box-sizing: border-box;
    line-height: 130%;
    -webkit-font-smoothing: antialiased;
    transform: none;
	font-family: 'Roboto';
}

body {
	background: #000;
	height:50%;
}

.vFlex{
	height: 100%;
	position: absolute;
	width: 100%;
}

* {
	border-color: #444!important;
	text-decoration: none;
	border-radius:0!important;
}

*:hover {
	text-decoration: none!important;
}

li.list-group-item {
	padding: 0;
	position: relative;
}

li.list-group-item a {
	display: block;
	padding: 0!important;
	margin: 0!important;
	text-align: center;
}

li.list-group-item a:hover, li.list-group-item a:active {
	background: #893528;
	color: #FFF!important;
}

.card-body {
	/* background: #000; */
	padding: 0 !important;
}

.card-header {
	padding: 0;
	background: #360c34;
}

.card-header a {
	color: #FFF!important;
	font-weight: bold;
}

li.list-group-item {
	background: #360c34;
}

li.list-group-item a {
	color: #FFF!important;
	font-weight: bold;
	cursor: pointer;
	padding-left: 75px;
	white-space: nowrap;
	overflow:hidden;
	background: #744C6C;
	text-shadow: 1px 1px 3px #000;
	background: radial-gradient(circle, rgb(103 103 103) 0%, rgb(57 57 57) 82%);
}

.card-header a {
	display: block;
	padding: 15px 25px;
    text-shadow: 1px 1px 3px #000;
}

.card {
	border: none;
	/* background: #360c34; */
}

.badge-primary {
	background: #b34534;
}

.navbar {
	display: block;
	padding: 15px;
	background: rgb(109 28 99 / 74%);
	height: 68px;
	z-index: 55;
	width: 100%;
	top: 0;
	box-shadow: -2px 2px 10px 1px rgb(0 0 0 / 42%);
}

.navbar input {
	font-size:17px;
	font-weight: bold;
}

span.badge {
    text-shadow: 1px 1px 3px #000;
    float: right;
    margin: 14px;
    border-radius:10px!important;
    font-size: 15px;
    line-height: 15px;
    padding-top: 3px;
}

li.list-group-item a .cover,
li.list-group-item a .coverfake {
	width: 66px;
	/* height: 100%; */
	display: block;
	background-size: contain;
	float: left;
	margin-left: 0;
	margin-top: -20px;
	margin-right: 20px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}

li.list-group-item a .cover {
    font-size: 36px;
    text-align: center;
    color: #b7a9a7;
    line-height: 35px;
    font-weight: normal;
    display: block;
    margin: 0;
    height: 100%;
    background-color: #b34534!important;
    width: 100%;
    position: relative;
    border-radius: 5px!important;
    background-size: auto 75%;
}
li.list-group-item a .coverfake {
	display: block;
	clear: both;
	margin: 0;
	padding: 5px!important;
	height: 100%;
	width: 66px;
	overflow: hidden;
}

.round{
	position: fixed;
	width: 60px;
	height: 60px;
	top: 5px;
	right: 20px;
	z-index: 555;
	border-radius: 60px!important;
	cursor: pointer;
	background-size: 40px;
	border: 3px solid #542664;
	right: 0;
}

.sabana{
	position: fixed;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	z-index: 1555;
	background:url(../img/ring-resize.svg) no-repeat center center;
	background-color:rgba(0,0,0,0.7);
	background-size:100px;
}
 

.round:hover,
.round.active{
	background-color: #b34534;
}
.intro{
	position: fixed;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	z-index: 1555;
	background:url(../img/htvlogo.png) no-repeat center center;
    background-color: #10061c;
    background-size: 130vw;
}
i.list-group-item {
    border: none;
    border-bottom: 2px solid #4e1f5e;
}
.list-group {
    display: block;
}

.list-group li {
    float: left;
    width: 50%;
    height: 106px;
}

.list-group li a {
    display: block;
    overflow: hidden;
}

li.list-group-item a .coverfake {
    width: 100%;
    height: 80px;
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    padding: 10px!important;
}
li.list-group-item a h3 {
    display: block;
    clear: both;
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
}
li.list-group-item a .coverfake img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
	filter: drop-shadow(2px 1px 3px rgba(0, 0, 0, 0.7));
    padding: 5px;
}
.collapse {
    background: #000;
}
.coverfake.iniciales .letter {
    position: absolute;
    top: 20px;
    left: 0;
    width: 40px;
    height: 41px;
    vertical-align: top;
    display: block;
    line-height: 41px;
    background: #000000a6;
    right: 0;
    float: none;
    margin: auto;
    border-radius: 9px!important;
    font-size: 22px;
}



@media screen and (min-width: 500px) {
	.list-group li {
		width: 33%;
	}
}

@media screen and (min-width: 1000px) {
	.list-group li {
		width: 25%;
	}
}

@media screen and (min-width: 1500px) {
	.list-group li {
		width: 20%;
	}
}

@media screen and (min-width: 1900px) {
	.list-group li {
		width: 12.5%;
	}
}

.contienebuttons {
	display: flex;
	overflow:hidden;
	/* position: fixed; */
	height: 70px;
	/* top: calc(100vh - 70px); */
	/* left: 0; */
	box-shadow: 0 0 7px 1px rgb(0 0 0 / 72%);
	width: 100%;
	bottom: 0;
	justify-content: space-evenly;
	background: #000;
	z-index: 5;
	position: relative;
}



.contienebuttons a{
	/* position: fixed; */
    transition: all 0.2s ease;
}
 
.contienebuttons .prefs{
	background: url(../img/cog.png) no-repeat center center;
    background-size: 25px;
} 
.contienebuttons .play{
	background: url(../img/play.svg) no-repeat center center;
    background-size: 25px;
} 
.contienebuttons .close{
	background: url(../img/close.svg) no-repeat center center;
	background-size: 20px;
	opacity: 1;
} 
.contienebuttons .mute {
    right: 220px;
	background: url(../img/mute_on.svg) no-repeat center center;
    background-size: 25px;
}
.contienebuttons .down{
	background: url(../img/down.svg) no-repeat center center;
    background-size: 20px;
}
.contienebuttons a {
	cursor:pointer;
	font-size:0;
	line-height:0;
	color:transparent;
	display: block;
	overflow: hidden;
	/* width: 25%; */
	/* float: left; */
	color: #FFF!important;
	background: #000;
	padding: 35px 25px;
	background-color:#000!important;
}
.prefsmodal {
	display:none;
	background: #000;
	position: absolute;
	bottom: 70px;
	z-index: 655;
	width: 100%;
	height: calc(100% - 70px);
	color: #FFF;
	overflow:auto;
}
.prefsmodal h3 {
    padding: 20px 25px;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 22px;
}
div#accordion {
    /* padding-bottom: 70px; */
    /* max-height: 100vh; */
    /* overflow: auto; */
    /* padding-bottom: 76px; */
    height: calc(100% - 138px);
    overflow: auto;
}
.prefsmodal span.badge {
    background-color: #28a745;
}
.prefsmodal .card a {
	cursor:pointer;
    background-color: #333!important;
    border-color: #333!important;
}
.prefsmodal .card-header, .prefsmodal .card {
    border: 1px solid #333;
    border-top: 0;
}

.prefsmodal h1 {
    font-weight: bold;
    font-size: 35px;
    padding: 22px;
    margin-bottom: -30px;
}
