*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box; /*para que cuando se coloquen bordes se hagan dentro del parametro del cuadro y 
	                          no se salga. */
}
 
body {
    color: #19abff;
	/*background-image: url("/img/back-img.png");*/
	background: rgb(0, 0, 0);
	overflow-x: hidden;
	font-size: 1em;
	
}

header {
	
	background: #0f111e;
	background-image: url("/img/fondo-header.png");
	/*border-bottom: #1466ff 3px solid;*/
}

.contenedor-loader {
	display: block;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,0.7);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .7s ease-in-out;

}

.loader {
	height: 95px;
	display: flex;
	align-items: center;
}

.linea {
	width: 6px;
	height: 95px;
	background-color: #19abff;
	margin: 0 3px;
	border-radius: 3px;
	animation: loader1 .8s infinite;
}

.linea:nth-child(2) {
   animation-delay: .1s;	
}
.linea:nth-child(3) {
   animation-delay: .2s;
}
.linea:nth-child(4) {
   animation-delay: .3s;
}
.linea:nth-child(5) {
   animation-delay: .4s;
}
.linea:nth-child(6) {
   animation-delay: .5s;
}
.linea:nth-child(7) {
   animation-delay: .6s;
}
.linea:nth-child(8) {
   animation-delay: .7s;
}

@keyframes loader1 {
	0% { height: 0;}
	50% { height: 95px;}
	100% { height: 0;}
}

.cont-gral {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.formulario-reg {
	margin: auto;
	margin-top: 10px;
	padding: 10px 5px;
	text-align: center;
	max-width: 600px;
} 
/* ZONA DE NUEVAS CLAVES */

#encabezado {
	/*background-color: #17f134;*/
	padding-top: 4%;
}



/*========================================*/

.tex-titulo {
	font-family: 'Dhurjati';
	background-color: rgb(53, 53, 53);
	color:#fff; 
	margin: auto;
	border-radius: 0 0 5px 5px;
	width: 95%;
	margin-top: -20px;
	margin-bottom: 0;
	cursor: pointer;
}

.text-cons {
	font-family: 'Dhurjati';
	font-size: 1.2em;
}

.form-register {
	width: 95%;
	display: none;
	visibility: hidden;
	margin: auto;
	background: rgb(255, 255, 255);
	border-radius: 0 0 5px 5px;
	color: black;
	margin-top: -6px;
	padding: 0;
	border-color: #19abff;
}
.verif-btn-btn {
	height: 50px;
}

.form-register .verif-btn {


	padding: 5px 20px;
	height: 35px;
	vertical-align:middle;
	color: #19abff;
	border-radius: 6px;
	border: none;
	background-image:linear-gradient(rgb(0, 0, 0),rgb(90, 90, 90)) ;
	margin-top: 5px;
	width: 90%;
	
}

.icon-search {
	font-size: 0.6em;
}

.icon-window-close-o {
	font-size: 0.6em;
}

.form-opciones {
	display: flex;
	font-family: 'BebasNeue';
}

.opcion-class {
	width: 50%;
}

.card-prop {
	background-color: rgba(255, 255, 255, 0.178);
	/*border: 1px solid #19abff;*/
	margin: 7px;
}

.card-title {
	color: #19abff; 
}
.consult2 {
	width: 95%;
}

.consult2 .cc {
	color: rgb(0, 0, 0);
	background: rgb(255, 255, 255);
	border-style: none;
	
}

.consult4 .tipo-Curso {
	background: rgba(255,245,255,0.3);
}

.consult4 {
	display: none;
}

.regresar {
	padding: 5px 20px;
	height: 35px;
	vertical-align:middle;
	color: #19abff;
	border-radius: 6px;
	border: none;
	background-image:linear-gradient(rgb(0, 0, 0),rgb(90, 90, 90)) ;
	position: fixed;
	bottom: 20px;
	right: 30px;
	opacity: 0;
	transform: translateX(120px);
	transition: all 1s;
	z-index: 1;

}

.boton-visible {
	opacity: 1;
	transform: translateX(0);
}


@media only screen and (max-width: 1800px) and (min-width: 471px) {
	#cedula{
		height: 30px;
		width: 100%;
	}

	.consult2 {
		width: 90%;
		height: 35px;
		margin: auto;
		border-bottom: 1px solid #19abff ;
	}
	
	.consult2 .cc {
		border-style: none;
	}

	.consult4 {
		width: 90%;
		height: 35px;
		margin: auto;
		margin-top: 20px;
		border-bottom: 1px solid #19abff ;
	}
	
	.consult4 .tipo-Curso {
		width: 100%;
		height: 30px;
		color: rgb(0, 0, 0);
		border: 0;
	}

	.form-register .verif-btn {
		width: 90%;
		height: 35px;
	}

}

@media only screen and (max-width: 470px) and (min-width: 5px)  {
	
	body {
		
		font-size: 0.8em;
		
	}
	header {
	   background-image: url("/img/fondo2-header.png");
	   
    }
	
	#cedula{
		height: 30px;
		width: 100%;
	}
	.consult2 {
		width: 90%;
		height: 35px;
		margin: auto;
		border-bottom: 1px solid #19abff ;

	}
	
	.consult2 .cc {
		border: 0;
	}

	.consult4 {
		width: 90%;
		height: 35px;
		margin: auto;
		margin-top: 20px;
		border-bottom: 1px solid #19abff ;
	}
	
	.consult4 .tipo-Curso {
		width: 100%;
		height: 30px;
		color: rgb(0, 0, 0);
		border: 0;
	}

	.form-register .verif-btn {
		width: 90%;
		height: 35px;
	}

}



	
