body{
	overflow: hidden;
	
	font-weight: 300;
}
.mascara{
	background-image: url(../imgs/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100vh;
	background-color: #000000;
	position: fixed;	
	z-index: -9999999;
}
.mascara2{
	width: 100%;
	height: 100vh;
	background-color: #261b1b;
	position: fixed;
	opacity: 0.7;
	z-index: -999999;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: #eee;
}

.form {
  width: 450px;
}
.titulo{
	color: #eee;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 16pt; 
}
.footerLogin{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 20px;
	font-family: 'Raleway', sans-serif;
}
.noti{
	position: fixed;
	z-index: 9999999999;
	width: 100%;
	color: #000000 !important;

}
.desaparecer{
	display: none;
}
.aparecer{
	display: block;
}

#sidebar-container{
	min-height: 100vh;
	margin-left: -18.5.5rem;
	transition: margin 1s ease-in-out;
}
#sidebar-container .logo{
	padding: .875rem 1.25rem;
}

#sidebar-container .menu{
	width: 18rem;
	margin-left: 10px;
}
.bg-primary{
	background: rgba(169,3,41,1);
	background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(51%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
	background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );
}
.textlogo{
	font-size: 12pt;
	margin-left: 10px;
}
.logo{
	margin-top: 30px;
	text-align: center;
}
a:hover{
	text-decoration: none;
}

.btn-search{
	right: 8px;

}
.avatar{
	max-width: 35px;
}

#content{
	overflow-y: auto;
	height: 100vh;
	padding-bottom: 5rem;
}

.font{
	font-family: 'Raleway', sans-serif;
}
.margen{
	padding-top: 40px;
}

.btn{
	border: 0;
}
.stat{
	border-right: 1px solid #000000;
}
.stat2{
	border-right: 0.5px solid #747272;
}

.bg-mix{
	background: linear-gradient(180deg, #ffffff 10%, #f2eded 0);
}
.bg-grey{
	background-color:#f2eded;
}
.distancia{
	margin-right: 10px;
}
.distanciaTop{
	margin-top: 10px;
}
.bg-light{
	background-color: #ffffff !important;
}

.font-18{
	font-size: 35pt;
}
.p-bottom{
	margin-top: 14px;
}
.bg-pro{
	background: rgba(169,3,41,1);
	background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(51%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
	background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );
	color: #eee;
}
.imgLogo{
	max-width: 100px;
	margin-bottom: 10px;
}
.margenMenos{
	margin-top: -10px !important;
}
.panel{
	margin-left: 10px !important;
}
.marginFooter{
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 9pt;
}



.btnResposivo{
	border-radius: 200px;
	width: 50px;
	height: 50px;
	font-size: 20pt;
	padding: 5px;
	position: absolute;
	right: 0;
	margin-right: -25px;
	margin-top: 50vh;
	text-align: center;
	background: linear-gradient(90deg, transparent 50%, #81011e 0);
	color: #eee;
}
.btnResposivo2{
	position: relative;

}

#content-wrapper.toggled #sidebar-container{
	margin-left: 0;

}
.icon-chevron-right{
	margin-left: 12px !important;
	transition: margin .25s ease-in-out;
}
.icon-chevron-left{
	margin-left: 12px !important;
	transition: margin .25s ease-in-out;
}
#sidebar-container{
	display: block;
}

@media (max-width:768px) {
	#sidebar-container{
		display: none;
	}
}
@media (min-width:768px) {
	#sidebar-container{
		margin-left: 0px;
		
	}
	#page-container{
		min-width: 0;
		width: 100%;
	}
	#content-wrapper.toggled #sidebar-container{
		margin-left: -18.5rem;
	
	}
}

.anuncio{
	position:absolute;
	left: 0;
	text-align: center;
	color: #000000 !important;
}
.text-right{
	text-align: right !important;
}
.relativo{
	position: relative;
}
.absoluto{
	position: absolute;
}
.r-0{
	right: 0;
}

.mt-20{
	margin-top: -15px !important;
}

.danger{
	color: #81011e;
}
.font-18{
	font-size: 18pt;
}
.font-11{
	font-size: 11pt !important;
}
.font-18u{
	font-size: 20pt !important;
}
.font-14{
	font-size: 14pt !important;
}
.font-24{
	font-size: 24pt !important;
}

.font-30{
	font-size: 30pt !important;
}
.progress-bar{
	width: 0%;
}

.html{
	background-color: #000000 !important;
	color: #aeeed5 !important;
}
.c-f{
	color: #eeeeee !important;
}
.c-0{
	color: #000000 !important;
}
.pb-23{
	padding-bottom: 23px !important;

}
.mt-20{
	 margin-top: 20px !important;
 }

 .mt-menos{
	 margin-top: -5px !important;
 }
 .standar{
	 width: 80px !important;
 }
 .mt-menos10{
	 margin-top: -10px !important ;
 }
 .mt-menos20{
	margin-top: -20px !important ;
 }

 .btn-circle {
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 6px 0;
	font-size: 30px;
	line-height: 1.428571429;
	border-radius: 200px;
  }




@media (max-width: 1180px){
	#panelInfo{
		display: none;
	}
}

.div-face{
	height: 200px !important; 
	border: 1px solid #000000;
	color: #000000 !important;
	padding: 20px;
	overflow-y: auto;
}

.editable{
	height: 200px !important;
	border: 1px solid #000000;
	color: #000000 !important;
	padding: 20px;
	overflow-y: auto;
}

.verde{
	color: #4edb32;
}

.limitado{
	background-color: #333;
	color: #fff;
	width: 300px;
	min-height: 60px;
	padding: 20px;
  }

  .linea{
	  border-bottom: 1px solid #747272;
	  height: 20px;
  }

  .loading {
	display: none;
  }
  .loading.active {
	display: block;
	font-size: 2em;
	text-align: center;
	margin: 10px 0;
  }

  .editCaja{
	  height: 290px !important;
  }
  .siguiente{
	  position: absolute;
	  right: 0;
  }

  .principal{
	  width: 80%;
	  margin: 0 auto;
	  padding: 3% 0 6% 0;
	  clear: both;
  }

  .barra{
	  background-color: #f3f3f3;
	  border-radius: 5px;
	  box-shadow: inset 0px 0px 5px rgba(0,0,0,.2);
  }
  
  .cancel{
	  background: #ed1f3c !important;
  }

  .barra_azul{
	  background-color: #247cc0;
	  border-radius: 10px;
	  display: block;
	  height: 25px;
	  line-height: 25px;
	  text-align: center;
	  width: 0%;
  }

  .barra_verde{
	  background-color: #2ea265 !important;
  }

  .barra_roja{
	  background-color: #de3152;
  }

  #form_subir{
	  margin: 1.5% 0;
	  padding: 2%;
  }

  #barra_estado span{
	  color: #ffffff;
	  font-weight: bold;
	  line-height: 25px;
  }

  .acciones input{
	  width: 150px;
	  margin-top: 20px;
  }
  .cortina{
	background: rgba(76,76,76,0.59);
	background: -moz-linear-gradient(-45deg, rgba(76,76,76,0.59) 0%, rgba(44,44,44,0.59) 0%, rgba(71,71,71,0.59) 0%, rgba(0,0,0,0.59) 0%, rgba(89,89,89,0.59) 0%, rgba(102,102,102,0.59) 0%, rgba(17,17,17,0.59) 0%, rgba(43,43,43,0.61) 76%, rgba(28,28,28,0.61) 91%, rgba(19,19,19,0.61) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76,76,76,0.59)), color-stop(0%, rgba(44,44,44,0.59)), color-stop(0%, rgba(71,71,71,0.59)), color-stop(0%, rgba(0,0,0,0.59)), color-stop(0%, rgba(89,89,89,0.59)), color-stop(0%, rgba(102,102,102,0.59)), color-stop(0%, rgba(17,17,17,0.59)), color-stop(76%, rgba(43,43,43,0.61)), color-stop(91%, rgba(28,28,28,0.61)), color-stop(100%, rgba(19,19,19,0.61)));
	background: -webkit-linear-gradient(-45deg, rgba(76,76,76,0.59) 0%, rgba(44,44,44,0.59) 0%, rgba(71,71,71,0.59) 0%, rgba(0,0,0,0.59) 0%, rgba(89,89,89,0.59) 0%, rgba(102,102,102,0.59) 0%, rgba(17,17,17,0.59) 0%, rgba(43,43,43,0.61) 76%, rgba(28,28,28,0.61) 91%, rgba(19,19,19,0.61) 100%);
	background: -o-linear-gradient(-45deg, rgba(76,76,76,0.59) 0%, rgba(44,44,44,0.59) 0%, rgba(71,71,71,0.59) 0%, rgba(0,0,0,0.59) 0%, rgba(89,89,89,0.59) 0%, rgba(102,102,102,0.59) 0%, rgba(17,17,17,0.59) 0%, rgba(43,43,43,0.61) 76%, rgba(28,28,28,0.61) 91%, rgba(19,19,19,0.61) 100%);
	background: -ms-linear-gradient(-45deg, rgba(76,76,76,0.59) 0%, rgba(44,44,44,0.59) 0%, rgba(71,71,71,0.59) 0%, rgba(0,0,0,0.59) 0%, rgba(89,89,89,0.59) 0%, rgba(102,102,102,0.59) 0%, rgba(17,17,17,0.59) 0%, rgba(43,43,43,0.61) 76%, rgba(28,28,28,0.61) 91%, rgba(19,19,19,0.61) 100%);
	background: linear-gradient(135deg, rgba(76,76,76,0.59) 0%, rgba(44,44,44,0.59) 0%, rgba(71,71,71,0.59) 0%, rgba(0,0,0,0.59) 0%, rgba(89,89,89,0.59) 0%, rgba(102,102,102,0.59) 0%, rgba(17,17,17,0.59) 0%, rgba(43,43,43,0.61) 76%, rgba(28,28,28,0.61) 91%, rgba(19,19,19,0.61) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 99999999999999999999999;
	top:0;
    left:0;
    bottom:0;
    right:0; 
	 
  }

  .body-m{
	background: rgba(169,3,41,1);
	background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(51%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
	background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 51%, rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );

  }

  .pa-bu{
	  margin-top: 15px !important;
	  color: #eee !important;
	  font-size: 45pt !important;
  }
  .groupPod{
	  margin-top: 20px !important;
  }
  .spectro{
	  width: 100%;
  }
  .menuresponsivo{
		display: none;
  }
 
  @media (max-width: 768px){
	.menuresponsivo{
			display: block;
	}
  }
  @media (max-width: 1000px){
	 .groupPod{
		 border-bottom: 1px solid #747272;
		 text-align: right !important;
	 }
	 .groupPodPlay{
		 padding-top: 20px;
		 text-align: center !important;		 
		 
	 }
	 
	 
  }

  .mt-menos30{
	  margin-top: -30px !important;
  }

  iframe{
	  width: 100% !important;
	  height: 300px;
  }

  .redeslocutor{
	  width: 100%;
	  height: 210px;
	  overflow-y: auto;
  }
  
  .botom-0{
	  bottom: 0px;
	  right: 10px;
  }

  .pa-pu{
	  margin-left: 30px !important;
  }

  
  