
body {
	margin: 0px;
	padding-top: 60px;
	background: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*
* Header
*/
.navega {
	color: #09F;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
	padding: 10px 15px;
}
/*
* Footer
*/
.foot {
	background-color: #333;
}
/*
* Login
*/
video { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}
.logo_res1 {
	background-image: url('../img/logo1.jpg');
	background-repeat: no-repeat;
	width: 180px;
	height: 110px;
	margin-bottom: 20px;
}
/*
* Cursos
*/
.caja_cur {
	border: 1px solid rgba(0, 0, 0, .125);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}
.photo {
	padding: 15px 10px 15px 15px!important;
}
.info {
	padding: 15px 15px 15px 10px!important;
}
.fullname {
	color: #008acb;
}
.summary {
	font-size: 14px;
}
.list-group-item.active {
    background-color: #008acb!important;
    border-color: #008acb!important;
}
.quick_access .list-group-item,
.quick_access h5 {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}
.quick_access a.list-group-item:hover {
    color: #008acb;
}
.quick_access a.active:hover {
    color: #fff;
}
.categoria {
	margin-top: 40px;
	padding: 10px;
	text-align: right;
}
.categoria span {
	font-size: 65%;
}
.logo_cat {
	margin-top: 40px;
	background-image: url(../img/logo1.jpg);
	width: 180px;
	height: 110px;
	display: block;
}
/*
* Home
*/
.leyenda,
.card-title {
	color: #008acb;
}
/*
* General
*/
.separa {
	width: 60%;
	margin-top: 0.5rem;
}
.active.waves-light {
	color: #fff!important;
}
.quick_access a.list-group-item:hover {
	background-color: rgba(0,0,0,.1);
}
#load-faq {
	padding: 20px;
	color: #4B515D;
}
#load-faq p {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.logo_cat {
		margin: 0 auto;
		margin-top: 40px;
	}
}

@media screen and (max-width: 800px) { 
	.photo,
	.info {
		padding: 10px!important;
	}
	.categoria {
		margin-top: 10px;
	}
}