 
  body {
	/*por defecto irá en blanco*/
	 color: #111;
	font-family: "Open Sans", sans-serif;
	background: #000000;
	 }
   
  
  /*--------------------------------------------------------------
  # General
  ----------------------------------------------------------------*/
  
  @keyframes fadeUp {to{opacity: 1;}}
  
  .fade-in{opacity: 0; animation: fadeIn 0.6s ease-in forwards;}
  
  .fade-in1{ opacity: 0;animation: fadeIn 0.8s ease-in forwards;}
  .fade-in2{opacity: 0;animation: fadeIn 1.3s ease-in forwards;margin: -11.5px;}
  .fade-in3{opacity: 0;animation: fadeIn 1.7s ease-in forwards;}
  
  
  a {color: rgb(221, 85, 85); transition: 0.5s;}
  
  a:hover, a:active, a:focus {
	color: rgb(170, 91, 0);
	outline: none;
	text-decoration: none;
  }
  
 
  
  p {
	padding: 0;
	margin: 0 0 30px 0;
  }
  
  
  h1, h2, h3,h4, h5, h6 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
	color: #6b6b6b;
  }
  
  
  
  /*--------------------------------------------------------------
  # Welcome
  --------------------------------------------------------------*/
  #inicio {
	display: table;
	width: 100%;
	height: 100vh;
	background-size: cover;
  }
  
  #inicio .inicio-logo {
	margin: 20px;
  }
  
  #inicio .inicio-logo img {
	max-width: 100%;
  }
  
  #inicio .inicio-container {
	background: rgba(0, 0, 0, 0.8);
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
  }
  
  #inicio h1 {
	margin: 30px 0 10px 0;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
	color: #fff;
  }
  
  @media (max-width: 768px) {
	#inicio h1 {
	  font-size: 28px;
	  line-height: 36px;
	}
  }
  
  #inicio h2 {
	color: #999;
	margin-bottom: 50px;
  }
  
  @media (max-width: 768px) {
	#inicio h2 {
	  font-size: 24px;
	  line-height: 26px;
	  margin-bottom: 30px;
	}
	#inicio h2 .rotating {
	  display: block;
	 
	}
  }
  
  #inicio .rotating > .animated {
	display: inline-block;
  
  }
  
  #inicio .actions a {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
  }
  
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
	background: rgb(29, 29, 29);
	padding: 20px 0;
	height: 90px;}
  
  #header1{
	width: 100%;
	position: fixed;}
  
  #header #logo {float: left;}
  
  #header #logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 6px 0;
	line-height: 1;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;}
  
  #header #logo h1 a, #header #logo h1 a:hover {color: #fff;}
  
  #header #logo img {
	padding: 0;
	margin: 0;
	max-height: 50px;}
  
  @media (max-width: 768px) 
  {  
	#header {height: 80px;}
	#header #logo h1 {font-size: 26px;}
	#header #logo img {max-height: 40px;}
  }
  
  .is-sticky #header {background: rgba(0, 0, 0, 0.85);}
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Nav Menu Essentials */
  .nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;}
  
  .nav-menu li {
	position: relative;
	white-space: nowrap;}
  
  .nav-menu > li {float: left;}
  .nav-menu li:hover > ul, .nav-menu li.sfHover > ul {display: block;}
  .nav-menu ul ul {top: 0;left: 100%;}
  .nav-menu ul li {min-width: 180px;}
  
  /* Nav Menu Arrows flechas */
  .sf-arrows .sf-with-ul {padding-right: 30px;}
  
  .sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
  }
  
  .sf-arrows ul .sf-with-ul:after {content: "\f105";}
  
  /* Nav Meu Container */
  #nav-menu-container {
	float: right;
	margin: 5px 0;
  }
  
  @media (max-width: 768px) {
	#nav-menu-container {
	  display: none;
	}
  }
  
  /* Nav Meu Styling */
  .nav-menu a {
	padding: 8px 11px;
	text-decoration: none;
	display: inline-block;
	color: rgb(255, 255, 255);
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	outline: none;}
  
  .nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
	color: rgb(251, 255, 0);}
  
  .nav-menu ul {
	margin: 4px 0 0 15px;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);}
  
  .nav-menu ul li {background: rgb(0, 0, 0);
	border-top: 1px solid #000000;}
  
  .nav-menu ul li:first-child {border-top: 0;}
  .nav-menu ul li:hover {background: #000000;}
  .nav-menu ul li a {color: rgb(250, 250, 250);}
  .nav-menu ul ul {margin: 0;}
  
  /* Mobile Nav Toggle */
  #mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;}
  
  #mobile-nav-toggle i {color: #fff;}
  
  @media (max-width: 768px) {
	#mobile-nav-toggle {
	  display: inline;}     }
  
  /* Mobile Nav estilo navegación movil */
  #mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
  }
  
  #mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;}
  
  #mobile-nav ul li {
	position: relative;}
  
  
  #mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
  }
  
  
  #mobile-nav ul li a:hover {color: #fff;}
  #mobile-nav ul li li {padding-left: 30px;}
  
  #mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: rgb(255, 255, 255);}
  
  .menu-has-children{color: rgb(255, 255, 255);}
  #mobile-nav ul .menu-has-children i.fa-chevron-up {color: rgb(251, 255, 0);}
  #mobile-nav ul .menu-item-active {color: rgb(255, 238, 0);}
  
  #mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	display: none;}
  
  /* Mobile Nav body classes */
  body.mobile-nav-active {overflow: hidden;}
  body.mobile-nav-active #mobile-nav {left: 0;}
  body.mobile-nav-active #mobile-nav-toggle {color: #fff;}
  


/*--------------------------------------------------------------
# Player
--------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  
 

  .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }

  .container_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }

  .glow {
	position: relative;
	width: 385px;
	height: 490px;
	background: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  from(#302f2e),to(#171718)
	);

	background: -webkit-linear-gradient(bottom, #000000, #3a3a3a);
	background: -moz-linear-gradient(bottom, #000000, #222114);
	background: -o-linear-gradient(bottom, #000000, #0f0f0f);
	background: linear-gradient(0deg, #000000, #35331e);
	-webkit-border-radius: 70%;
	-moz-border-radius: 70%;
	border-radius: 10%;
  }

  .glow_item {
	position: relative;
	width: 325px;
	height: 195px;
	background: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  from(#302e2e),to(#2e2e41)
	);

	background: -webkit-linear-gradient(bottom, #000000, #3a3a3a);
	background: -moz-linear-gradient(bottom, #000000, #222114);
	background: -o-linear-gradient(bottom, #000000, #0f0f0f);
	background: linear-gradient(180deg, #140d01, #050505);
	-webkit-border-radius: 70%;
	-moz-border-radius: 70%;
	border-radius: 9%;
  }

  .glow-cine {
	position: relative;
	width: 525px;
	height: 295px;
	background: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  from(#302e2e),to(#2e2e41)
	);

	background: -webkit-linear-gradient(bottom, #000000, #3a3a3a);
	background: -moz-linear-gradient(bottom, #000000, #222114);
	background: -o-linear-gradient(bottom, #000000, #0f0f0f);
	background: linear-gradient(180deg, #140401, #050505);
	-webkit-border-radius: 70%;
	-moz-border-radius: 70%;
	border-radius: 9%;
  }
 
  .text-container {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }


  .text-container_item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }

  .text {
	color: #fffd95;
	display: block;
  }

  .text1 {
	color: #1f1e16;
	display: block;
	text-align: center;
  }

  .titulo1 {
	color: #ffc493;
	display: block;
	text-align: center;

  }
  button {
	background: #0000002c;
	color: #fafafa;
	font-size: 14px;
	border: none;
	outline: none;
	padding: 0px 15px;
	width: 55px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 32px;
	border-radius: 25px;
  }


  input[type="range"] {
	-webkit-appearance: none;
	border: 1px solid #000000;
	height: 5px;
	vertical-align: middle;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #b8b8b8;
	outline: none;
  }


  input::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fafd9d;
  }

  

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgb(29, 29, 29);
  padding: 30px 0;
  color: rgb(105, 105, 104);
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgb(105, 105, 104);
}

table {
	width: 50%;
	height: 300px;
}




