@import url(encabezado.css);
@import url(menu.css);
@import url(mision.css);
@import url(fontawesome-all.min.css);
@import url(cursos.css);	
@import url(sedes.css);
@import url(footer.css);
@import url(promo.css);
@import url(slider.css);

body {

	color: #d7d350;
	/*background-image: url("/img/back-img.png");*/
	background: black;
	
}

header {
	background: #0f111e;
	background-image: url("/img/fondo-header.png");
	border-bottom: #e8491d 3px solid;
}

.cont-gral {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.titulo1 {
	font-family: 'Masque', sans-serif;
	font-size: 3em;
}

#subtitulo {
    margin-top: 2%;
	font-family: 'Arimo', sans-serif;
    font-family: 'Russo One', sans-serif;
	font-size: 2em;
	line-height: 1em;
	color: #fff;
}

#leyenda {
	font-family: 'Arimo', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

@media only screen and (max-width: 340px) and (min-width: 5px)  {
	.titulo1 {
		font-size: 5vh;
		line-height: 1em;
		margin-top: 0px;
		
	}
	
	#subtitulo {
		margin-top: 0;
		font-size: 0.8em;
		line-height: 1em;
		
	}

	#leyenda {
		font-size: 1.3em;
		line-height: 1em;
		
	}
}

@media only screen and (max-width: 500px) and (min-width: 341px) {
	.titulo1 {
		font-size: 4vh;
		line-height: 1em;
		margin-top: 0px;
		
	}
	
	#subtitulo {
		margin-top: 5px;
		font-size: 1em;
		line-height: 1em;
	}
}

#Consulta {
	width: 100%;
	text-shadow: 2px 2px 2px black;
	color: #fff;
	border-bottom: #e8491d 3px solid;
	
}

.consulta-ced {
		width: 100%;
		margin: auto;
		
	}

#formulario {
	display: flex;
	width: 60%;
	margin: 10px auto;
	
}
	#cedula{
		height: 30px;
	}
	
	#formulario #tipoCurso{
		height: 30px;
	}
	
	#formulario .btn1 {
		height: 30px;
		width: 60px;
	}
.consult2 {
	width: 60%;
}

.consult2 .cc {
	color: #fff;
	background: rgba(255,245,255,0.1);
}

.consult3 {
	margin-top: 8px;
	width: 10%;
	margin-left: 10px;
}

.consult4 {
	width: 25%;
	
}

.consult5 {
	width: 10%;
	margin-left: 10px;
}


@media only screen and (max-width: 500px) and (min-width: 341px) {
	#formulario {
		width: 100%;
	}
		#formulario #tipoCurso{
			height: 30px;
		}
		
		#formulario .btn1 {
			height: 30px;
			width: 250%;
		}
		.consult2 {
			width: 45%;
		}
		
		.consult3 {
			display: none;
		}
		
		.consult4 {
			width: 36%;
			margin-left: 2%;	
		}
		
		.consult5 {
			width: 6%;
		}



}

@media only screen and (max-width: 340px) and (min-width: 5px)  {
	#formulario {
		width: 100%;
	}
		#formulario #tipoCurso{
			height: 30px;
		}
		
		#formulario .btn1 {
			height: 30px;
			width: 250%;
		}
		.consult2 {
			width: 50%;
		}
		
		.consult3 {
			display: none;
		}
		
		.consult4 {
			width: 30%;
			margin-left: 2%;	
		}
		
		.consult5 {
			width: 6%;
		}



}



	
