@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
html, body {
    color: #282828;
    background: #171717 !important;
    font-family: 'Kalam', sans-serif;
    font-size: 16px;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;

}

#header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    height: 70px;
    margin: auto;
    box-sizing: border-box;
    max-width: 2100px;
    background: rgb(40, 40, 43);

    color: #EFEFEF;
    border-bottom: 1px #282828f7 solid;
    z-index: 35;
}
#header > span {
    line-height: 60px;
}
#container {
    position: relative;
    top: 60px;
    left: 0; right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    max-width: 2100px;
    z-index: 20;
}

#content {
    position: relative;
    display: block;
    min-height: calc(100vh - 140px);
    padding: 10px;
    max-width: 2100px;
    margin: auto;
    background: url("../img/Background2.jpg") no-repeat fixed;
    /*background: #171717;*/
    color: #CCC;
}

#footer {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    max-width: 2100px;
    padding: 10px;
    min-height: 80px;
    background: #28282b;
    color: #EFEFEF;
    border-top: 1px #363636 solid;
    z-index: 10;
    display: block;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header > div {
    display: inline-block;
    float: left;
}

#header > span a {
    text-decoration: none;
}
#header > span a:link, #header > span a:visited {
    color: #e4e4e4;
}

#header > span a:hover, #header > span a:active {
    color: #FFFFFF;
}

#header .uk-dropdown {
    background: #090909;
    color: #EFEFEF;
    border-radius: 0 0 8px 8px;
    box-shadow: 1px 1px 14px #000;
}
#header .uk-active {
    background: #181818;
}
#header .uk-dropdown-nav > .uk-nav-header{
    color: #ff493f; font-weight: bold;
}
#header .uk-dropdown-nav > .uk-nav-divider {
    border-top: 1px solid #262626;
}





/* STARS */
.jq-ry-container {
	position: relative;
	padding: 0 5px;
	line-height: 0;
	display: block;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	direction: ltr;
}
.jq-ry-container[readonly="readonly"] {
	cursor: default;
}
.jq-ry-container > .jq-ry-group-wrapper {
	position: relative;
	width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
	position: relative;
	line-height: 0;
	z-index: 10;
	white-space: nowrap;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
	display: inline-block;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
	width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
	width: 0;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}






















.leftrounded {
    border-radius: 8px 0 0 8px;
}

.rightrounded {
    border-radius: 0 8px 8px 0;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #040404;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #282828;
    border-radius: 4px;
    transition: 300ms;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff696d;
}



#idsesion [class*=uk-inline] {
   /* display: inline-block;
    width: 90%;
    text-align: center;*/
}
#idsesion input[type=text], #idsesion input[type=password] {
    font-size: 18px;
    /*padding: 20px 15px;*/
    /*height: 56px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    width: 100%;
    box-sizing: border-box;
    transition: all .3s linear;
    color: #000;
    font-weight: 400;*/
    -webkit-appearance: none;
    border-radius: 4px;
    margin: auto;
    width: calc(100% - 70px);
}
#idsesion input[type=text]:focus, #idsesion input[type=password]:focus {
   /* border-bottom: solid 1px #b69de6;*/
   outline: 0;
   box-shadow: 0 2px 6px -8px rgba(182, 157, 230, 0.45);
}

#idsesion hr {
    width: 90%;
    margin: auto;
}

#idsesion .uk-button {
    border-radius: 27px;
    width: 100%;
}

/* For removing autocomplete highlight color in chrome (note: use this at bottom of your css file). */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
}

.seccionesinicio {
    position: relative;
    width: 100%;
    min-height: 500px;
}
#showmore a {
    font-size: 72px;
    transition: 300ms;
}

#showmore a:link, #showmore a:visited {
    color: rgba(255,255,255,0.4);
}
#showmore a:hover, #showmore a:active {
    color: rgba(255,255,255,1);
}

.rotatetoright {
    transform: rotate(90deg);
    position: relative;

}

.pagina {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: justify;
}

#footer a {
  color: #FFFFFF;
}
#footer a:link, #footer a:visited {
  color: #CCCCCC;
}
#footer a:hover, #footer a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.seccionesinicio h1 {
    display: block !important;
    text-align: center !important;
}

.rapidflash {
    position: relative;
    display: inline-block;
    border: 1px #484848 solid;
    margin: 4px;
    border-radius: 8px;
    box-shadow: 1px 1px 8px #000;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #1d1d1d;
    color: #ccc;
    box-sizing: border-box;
    animation-name: flash;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    height: auto;

}



@keyframes flash {

}

.rapidflash h1 {
    position: relative;
    display: block;
    font-size: 16px;
    color: #EFEFEF;
    background: #2D2D2D;
    border-bottom: 2px #484848 solid;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 8px 8px 0 0;
}

.rapidflash span {
    font-size: 12px;
    box-sizing: border-box;
    padding:  10px;
}

#flashMessage {
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
}

.g-recaptcha {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.g-recaptcha > div {
    width: 100% !important;
}
.uk-modal-title {
	font-size: 18px !important;
	line-height: 42px !important;
}

.menu_gbl {
    background: #000;
    display: inline-block;
    position: relative;
    width: 260px;
    padding: 20px;
    margin: -10px;
    box-sizing: border-box;
    box-shadow: inset -2px 0px 35px -10px #000000;
    transition: 300ms;
}



#bdts a, #bdts a:link, #bdts a:visited {
    display: inline-block;
    position: relative;
    width: 200px;
    min-height: 300px;
    background: #FFFFFF;
    color: #484848;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #000, inset 0 0 50px 0px rgba(0,0,0,0.25);
    margin: 10px;
    position: relative;

}

.prevbdt {
    background: #FFFFFF;
    width: 180px;
    height: 200px;
    border: 1px #282828 solid;
}

.linkbio {
    display: inline-block;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 180px;
}


.wrap {
    width: 192px;
    height: 200px;
    padding: 0;
    overflow: hidden;
}
.frame {
    width: 720px;
    height: 1280px;
    border: 0;
    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}



#items a, #items a:link, #items a:visited {
    display: block;
    background: #484848;
    padding: 5px;
    margin-bottom: 0px;
    box-sizing: border-box;
    border-bottom: 1px #181818 solid;
    color: #EFEFEF;
    text-decoration: none;
    border-left: 1px #181818 solid;
    border-right: 1px #181818 solid;
    position: relative;
    padding-left: 35px;
    overflow: hidden;
    font-size: 12px;
    box-shadow:   inset 0 0 30px #000000;

}
#items a:hover, #items a:active {
    color: #FFFFFF;
    background: #555;

}

#items a:first-child {
    border-radius: 6px 6px 0 0;
    border-top: 1px #181818 solid;
    border-left: 1px #181818 solid;
    border-right: 1px #181818 solid;
}
#items a:last-child {
    border-radius: 0 0 6px 6px;
    border-bottom: 1px #181818 solid;
    border-left: 1px #181818 solid;
    border-right: 1px #181818 solid;
}

.menuicons {
    display: inline-block;
    width: 30px;
    background: #181818;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: 5px;
    color: #FFFFFF;
    transition: 0ms;
}

#items a:hover .menuicons, #items a:active .menuicons {
    background: #ce4040;
}

.yeico {
    color:  #FFF;
}

.yeico .fas, .yeico .far {
    display: block;
    text-align:  center;
    font-size:  72px;
    line-height: 160px;
}


.yeico > div {
    background: transparent;
}

.yeico > div > a {
    width: 100%; background: rgba(0,0,0,0.70);
    box-sizing: border-box;
    padding: 0px;
    border-radius: 10px;
    transition: 300ms;
    color: #FFF;
    text-decoration: none;
    border-bottom: 2px rgba(255,255,255,0.2) solid;
    overflow: hidden;
    padding-top: 16px;
    padding-bottom:  32px;
    position: relative;
    /*height: 275px;*/
    box-shadow: 0px 0px 2px 1px #000;
    display: flex;
	align-self: center;
    align-items: center;
    justify-content: center;

}
.yeico > div > a {
	width: 100%;
	height: 100%;
}
.yeico > div > a > img {
    max-width: 100%;
    max-height: 100%;
    z-index: 20;
    position: relative;
	display: block;
	height: auto;
	width: 100%;
}

.yeico > div > a > span {
    display: block;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: rgba(255,255,255,0.2);
    line-height: 32px;
    transition: 300ms;
    z-index: 33;
    text-shadow: 1px 1px 4px #000;
    font-family: kalam;
    font-weight: bolder;
    text-transform: uppercase;
    overflow: hidden;
}

.yeico > div > a:hover > span {
    display: block;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: rgba(255,255,255,0.5);
    line-height: 32px;
    color: #FFF;
    text-shadow: 1px 1px 4px #000;
}

@keyframes scaleXY {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.yeico > div > a:hover, .yeico > div > a:active {
    background: rgba(20,20,20,0.80);
    /*animation-duration: 600ms;
    animation-name: scaleXY;
    animation-iteration-count: infinite;*/
    border-bottom: 2px #FF9900 solid;
    box-shadow: 1px 1px 16px 2px #000;
    transform: scale(1.02);
}
.cartelera {
    display: block; 
    overflow: hidden;
    background: #323232;
    text-align: center;
    border: 1px #181818 solid;
    margin: -10px;
    margin-bottom: 5px;
    color: #FFCC22;

}
.cartelera h3 {
    color:  #FF3311;
    text-shadow: 1px 1px 8px #000, 1px 1px 8px #000, 1px 1px 8px #000, 1px 1px 8px #000, 1px 1px 8px #000;
}
.cartelera img {
    width:  auto;
    height: 100%;
    border-radius: 6px;
}

.pelicula {
    display: inline-block;
    margin: 5px;
    transition: 300ms;
    position: relative;
    width: 110px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
}
.pelicula:hover {
    transform: scale(1.1, 1.1)
}

.pelicula2 {
    overflow-y: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    height:  240px;
}

.pelicula span {
    height:  80px;
    font-size: 12px;
    overflow: hidden;
    display: block;
    text-shadow: 1px 1px 8px #000, 1px 1px 8px #000, 1px 1px 8px #000, 1px 1px 8px #000, 1px 1px 8px #000;
}
.conciertos {
    text-align: center;
}




/*
.conciertos table {
    border: 1px #000 solid;
    font-size: 12px;
    width: 100%;
}
.conciertos table td {
    border-bottom: 1px #888 solid;
    padding: 5px;
    border-right: 1px #888 solid;
    text-align: left;
}
.conciertos table tr:first-child {
    background: #181818;
    color:  #FFF;
    border: 1px #000 solid;
    padding: 15px;
}
*/
.backshadow {
    position: absolute;
    /* top: 0; left: 0; right: 0; bottom: 0;*/ 
    z-index: 1;
    filter: blur(5px);
}

.videoboss {
    margin-top: 0px;
    max-width: 400px;
    width: 100%;
    height: 50vh;
    background: #000;
    display: inline-block !important;
}

.jacintopepe {

    text-align: center;
    /*animation-name: BGC;
    animation-duration: 10s;
    animation-iteration-count:infinite;
	background: #FF0040 url('../img/Background.jpg') no-repeat fixed;*/
    backdrop-filter: opacity(20%);
}


@-webkit-keyframes BGC {
  0% {
    background: red;
}

19% {
    background: red;
}
20% {
    background: orange;
}

39% {
    background: orange;
}

40% {
    background: yellow;
}

59% {
    background: yellow;
}

60% {
    background: lightgreen;
}

79% {
    background: lightgreen;
}

80% {
    background: turquoise;
}

89% {
    background: turquoise;
}

90% {
    background: blue;
}

99% {
    background: blue;
}

100% {
    background: purple;
}
}


.entry {
    background: #FF0000;
    border-radius: 100%;
    line-height: 100px;
    width: 100px;
    text-align: center;
    color: #FFF;
    border: 2px #FFF solid;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 0px 0px 10px 2px rgba(100,100,100,0.5), 2px 2px 50px 2px #FFF;
}


.entry a, .entry a:visited, .entry a:hover, .entry a:active {
    color:  #FFF;
    text-decoration: none;
}


/* ESTILO PARA EL MENU LATERAL IZQUIERDO v2.0 */

.menupos1 {
    position: fixed;
    top: 60px;
    left: -230px;
    width:  210px;
    bottom: 0px;
    background: #202124;
    z-index: 400;
    transition: 300ms;
    overflow: auto;
    box-shadow: 1px 1px 15px #000;
    border-right: 1px #282828 solid;
}
.menupos2 {
    left: 0px;
}

.opac {
    position: fixed;
    top: 60px;
    left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.75);
    z-index: 100;
}

.ful {
    list-style: none;
    padding: 0;
    text-align: center;
}

.ful li {
    color: #FFF;
}
.ful li a {
    display: block;
    box-sizing: border-box;
    padding: 5px;
    text-align: left;
    padding-left: 15px;
    text-decoration: none;
    border: 6px rgba(0,0,0,0) solid;
}
.ful li a:link, .ful li a:visited {
    color: #282828;
    background: rgba(255,255,255,0.7);
}

.ful li a:hover, .ful li a:active {
    color: #383838;
    background: rgba(255,255,255,0.9);
}

.redesociales {
    position: relative;
    bottom: 0px;
    left: 0; right: 0;
    background: rgba(255,255,255,0);
    text-align: center;
    font-size: 32px;
    color: #FFF;
    display: block;
    margin-top:  40px;
}

.redesociales {
    cursor: pointer;
}

.comentarios {
    background: transparent;
    color: #323232;
    display: block;
    text-shadow: none;
    overflow: hidden;
    border-radius: 0px;


}

.comentarios table {
    width:  100%;
    padding: 0;
    margin: 0;
}
.comentarios table td {
    padding: 0 !important;
    box-sizing: border-box;
}

.comentarios table tr {
    border-bottom: 2px #F84848 solid;
}
.comentarios .name {
    position: relative;
    display: block;
    background: #FFF;
    color:  #323232;
    box-sizing: border-box;
    padding: 6px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px #EEE solid;
}

.pulsaenter {
    background: #B21A1A;
    display: inline-block;
    width: 100px;
    border-radius: 30px;
    animation-name: pulse1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes pulse1 {
  0% {transform: scale(1)}
  50% {transform: scale(1.1)}
  100% {transform: scale(1)}
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
}


.opro {
    position: relative;
    width: 95%;
    max-width: 600px;
    background: #eaeaea;
    border: 1px #ccc solid;
    height:  15px;
    margin:  auto;
    margin-top:  10px;
    border-radius: 50px;
    overflow: hidden;
    display: none;
}
.ipro {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width:  0%;
    background: #3a546d;
    border-radius: 0px;
    transition: 50ms;
}
.porcentajee {
    display: block;
    font-size: 64px;
    text-align: center;
    margin-top:  40px;
    margin-bottom:  25px;
    display: none;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: #333;
    display: block;
    padding: 10px;
    border-radius: 6px 6px 0 0 ;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #444;
}

.inputfile + label {
    cursor: pointer;
}

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    pointer-events: none;
}



.uk-button-primary {
    background-color: #3a546d;
    color: #fff;
    border: 1px solid transparent;
}

.uk-modal-body > div {
    height: 100% !important;
}

audio
{
width: 100%;
	height: 100%;

}

.lyosss {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(195, 11, 11, 0.7) !important;
	text-shadow: 1px 1px 4px #000;
	padding: 7px;
}




@media (min-width: 640px) {
	.neva {
		height: calc(100vh - 255px);
		overflow: auto;
	}
	.neva2 {
		overflow: none;
	}
}
@media (max-width: 640px) {
	.neva2 {
		overflow: auto;
	}
}

.redon {
	border-radius: 16px !important;
	line-height: 24px !important;
	width: 64px !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center !important;
	height: 24px;
	font-size: 14px;
}

.redon2 {
	border-radius: 12px 0 0 12px !important;
	line-height: 24px !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center !important;
	height: 24px;
	font-size: 14px;
	background: #3e3e3e;
	color: #FFF;
	float: right;
	display: block;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.redon:first-child{
	border-radius: 0px 0 0 0px !important;
	background: #bf3636 !important;
}
.redon:last-child{
	border-radius: 0 12px 12px 0 !important;
	margin-left: -5px !important;
	background: #355082 !important;
}

.taquilleras {
	background: rgba(0,0,0,0.40);
	backdrop-filter: saturate(180%) blur(20px);
	padding: 10px;
	overflow: auto;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
}
.taquillera {
	display: inline-block;
	position: relative;
	width: 150px;
    padding: 5px;
}

.taquillera span {
	display: none;
	font-size: 12px;
	color: #FFF;
}


.emojionearea-editor {
	 width: 100%;
	 height: 140px;
	 padding: 5px;
	 border-radius: 6px 6px 0 0;
	 text-align: left;
	 border: 2px #18222b solid;
	 margin-top: 10px;
	 overflow: auto;
 }

.emojionearea-filters {
	width: 100%;
	overflow: hidden;
	min-height: 38px;
	margin-top: 0px;
	padding-top: 10px;
	background: #18222b;
	margin-bottom: -20px;
}

.emojionearea-filters i, .emojibtn {
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	transition: 200ms;
	border-radius: 8px;
}

.emojibtn:hover, .emojibtn:active {
	background-color: rgba(255,255,255,0.2);
}

.emojionearea-filters i:first-child:hover, .emojionearea-filters i:first-child:active {
	background-color: rgba(255,255,255,0);
}

.emojionearea-filters i:hover, .emojionearea-filters i:active {
	background-color: rgba(255,255,255,0.2);
}



.emojionearea-tabs {
	width: 100%;
	max-height: 120px;
	overflow: auto;
	background: #0f151b;
}

.emojionearea-tab {
	padding: 10px;
}

.removecomentario {
	position: absolute;
	right: 9px;
	top: 6px;
	width: 32px;
	line-height: 32px;
	border-radius: 100%;
	background: #990000;
}

.removecomentario:hover, .removecomentario:active {
	position: absolute;
	right: 9px;
	top: 6px;
	width: 32px;
	line-height: 32px;
	border-radius: 100%;
	background: #FF0000;
	cursor: pointer;
}


.deleteadmin {
	position: absolute; bottom: 2px; right: 5px; background: #FF0000 !important; color: #FFFFFF;  z-index: 500; width: 28px; height: 28px; border-radius: 12px; cursor: crosshair; line-height: 32px !important; font-size: 16px;
}

.yeico .deleteadmin .fas, .yeico .deleteadmin .far {
    display: inline;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}


/* añadido por fernando a partir de aqui */
