* {
	border: 0;
	box-sizing: border-box;
}

body {
	background-color: #000;
	font-size: 16px
}

.background {
	background-color: #90d;
}

.admin-content {
	background-color: #fff
}

.nav-search-form {
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.nav-search-form input {
	width: 100% !important;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: 0;
	border-radius: 0
}

.admin-content .nav-search-form input {
	display: none
}

.bg-dark .nav-search-form input {
	background-color: rgba(255, 255, 255, 1);
	color: #000
}

.nav-item.dropdown a.dropdown-item {
	color: #000;
	background-color: transparent;
	padding: 4px 10px;
}

.navbar .dropdown-menu {
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.navbar .dropdown-menu::selection {
  background: #121518;
  color: #fff;
  font-weight: 100;
}
.navbar .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #e4e5e9;
}
.navbar .dropdown-menu::-webkit-scrollbar-thumb {
  background: #aeaeaf;
}
.navbar .dropdown-menu::-webkit-scrollbar {
  /* display: none; */
}

.dropdown-menu {
	border-radius: 0
}

.dropdown-item-text {
	text-transform: uppercase;
	font-weight: bold;
	color: #aeb9c5;
	padding: 4px 15px;
}

.dropdown-toggle {
	color: #fff !important
}

.dropdown-item.btn-dark {
	background-color: #000 !important;
	color: #fff !important;
	margin: 3px 30px;
    padding: 5px;
    width: 74%;
	padding-left: 20px;
	padding-right: 20px
}

input:hover,
input:focus,
input:active {
	outline: 0 !important;
	outline: none !important
}

.navbar-nav {
	justify-content: space-between;
	flex: auto;
}

.nav-item a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff
}

.logout {
	white-space: nowrap;
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.9) !important;
	color: #000
}

.bg-dark input {
    background-color: rgba(255, 255, 255, 0.1);
}

.login-container {
	height: calc(100vh - 65px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.login-container h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700
}

.login-container h1 span {
	font-weight: 100
}

.login-container input {
	background-color: rgba(0, 0, 0, 1);
	border-color: #333;
	border-radius: 0;
}

#form-login input:focus,
#form-login input:active {
	background-color: #000;
	outline: none !important;

	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#form-login input {
	color: #fff
}

/* #search-input:not(:focus) {
	color: #fff
} */

#search-input:focus {
	color: #000
}

.video-content {
	margin-top: 100px
}

.video-container-info,
.video-container,
.search-container {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.admin-section-title-container {
	border-bottom: 1px solid #fff;
}
.admin-section-title-container h2 {
	border-bottom: 0 !important;
	margin-bottom: 0
}
.admin-section-title-container .btn-ma {
	margin-bottom: 10px
}

.admin-container {
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

.video-container-info,
.video-container,
.admin-container {
    position: absolute;
    top: 0;
	left: 0;
	width: 100%;
    height: 700px;
	/* border-bottom: 1px solid #333; */
    z-index: 0;
}

.search-container,
.index-info,
.admin-title-container {
	position: relative;
	display: flex;
	min-height: 700px;
	justify-content: flex-start;
	align-items: center;
}

.search-container {
	min-height: 300px;
	align-items: flex-end;
}

.admin-title-container {
	min-height: 200px;
	align-items: flex-end;
}

.dark-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0
}

.search-container .dark-overlay {
	background-color: rgba(0, 0, 0, 0.3);
}

.video-info {
	margin-top: 30px;
	color: #fff
}

.video-info h1 {
	font-size: 2em
}

.video-info a {
	color: #fff
}

.video-info-container {
	position: relative;
	z-index: 2;
	width: 55%
}

.video-info-container h1 {
	font-size: 3em;
	color: #fff;
	margin-bottom: 20px
}

.video-info-container a {
	margin-top: 20px
}

.video-info-container .video-descpription {
	font-size: 1.5em;
	color: #fff;
	margin-bottom: 0
}

.video-meta-info {
	color: #848484;
	font-size: .9em;
	margin-bottom: 10px
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
	margin-top: 50px;
	z-index: 1
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-feature {
	background-color: #1e1d24;
	margin-bottom: 20px;
	padding: 15px;
	width: 100%;
}

.video-feature p {
	color: #6d6c71;
	font-weight: bold;
	margin-bottom: 0
}

.video-feature span {
	color: #fff;
}

.owl-carousel {
	margin-top: 30px
}

.owl-carousel .item {
	border: 2px solid #000
}

.owl-carousel .item:hover {
	border-color: #fff
}

.owl-carousel a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}

.owl-carousel a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/play.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
}

.btn {
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 0;
	font-weight: bold;
}

.bottom-gradient {
	background-image: linear-gradient( rgba(0,0,0,0), rgba(0, 0, 0, 1) );
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 150px;
	z-index: 0
}

.container-ma {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	margin-right: auto;
	margin-left: auto;
}

.btn {
	padding-left: 15px;
	padding-right: 15px;
}

.btn-ma {
	background-color: #000;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #000;
	box-shadow: 0 0 15px rgb(0, 0, 0, .2);
}

.btn-ma:hover {
	background-color: #fff;
	color: #000;
	border-color: #000
}

.btn-ma:focus,
.btn-ma:active {
	outline: none !important
}

.related-videos-container .btn {
	padding-left: 15px;
	padding-right: 15px;
	height: 40px
}

section {
	padding: 80px 0
}

.category-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.card {
	border-radius: 0;
	border: 0
}

.card img {
	width: 100%
}

.modal-content,
.form-control,
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.select2-container--default .select2-selection--multiple {
	border-radius: 0
}

.page-item.active .page-link {
	background-color: #000;
	border-color: #000;
}

.table {
	width: 100%
}

.table a {
	color: #000
}

.table thead {
	text-transform: uppercase;
	font-weight: bold;
}

.table tr td:last-child,
.table tr td:nth-child(3),
.table tr td:nth-child(4) {
	text-align: center;
}

.videos-tabla td img {
	width: 100px
}

.video-item {
	background-color: #000;
}

.video-item .card-body {
	background-color: #fff;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}

.card-calendar {
	color: #858790;
	font-size: .8em
}

.card-evento {
	line-height: 18px !important;
	margin-bottom: 5px !important
}

.card-evento a {
	color: #858790;
	font-size: .9em
}

.card-evento a:hover {
	color: #000;
}

.autores-list a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding-right: 10px;
	font-size: .9em;
	font-weight: bold;
}

.autores-list span:first-child a {
	padding-left: 0
}

.autores-list a::after {
	content: '·';
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 100%;
	color: #000;
}

.autores-list span:last-child a::after {
	content: '';
}

.video-name, .autores-list a {
	color: rgba(0, 0, 0, 0.6);
    font-size: .9em;
}

.autores-list a:hover,
.video-name:hover {
	color: rgba(0, 0, 0, 8);
	text-decoration: underline !important;
}

.card-category {
	display: inline-block;
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	padding: 1px 5px 3px;
	border-radius: 3px;
	font-size: .8em;
	margin-top: 5px
}

.card-category:hover {
	color: #fff;
}

.video-item p {
	margin: 5px 0;
	line-height: 20px
}

.sessions-counter {
	background-color: rgb(255 255 255);
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0 5px;
	font-size: .8em;
	border-radius: 3px;
	border: 1px solid #4d4d4d;
	color: #000;
}

.video-item p.card-titulo {
	height: 45px;
	overflow: hidden;
	margin: 5px 0
}

.video-item a.card-text {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: .9em
}

.video-item .card-footer {
	background-color: #fff;
	padding: 1px 10px 10px 10px;
	height: 60px;
	line-height: 16px;
	border: 0
}

.card-footer:last-child {
	border-radius: 0
}

.video-list {
	position: relative;
}

.video-list a:hover {
	text-decoration: none
}

.load-element {
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	min-height: 400px;
	z-index: 5;
}

.load-element span {
	position: absolute;
	background-image: url(../img/loader.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100px;
	height: 100px;
	top: 150px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.load-element span::after {
	content: 'Cargando...';
	position: absolute;
	bottom: -35px;
	color: #fff;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.empty-response-container {
	text-align: center;
	padding: 60px;
	color: rgba(255, 255, 255, 0.5);
}

.empty-response-container h2 {
	margin-bottom: 50px
}

.empty-icon {
	background-image: url(../img/empty-box.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

.login-content,
.search-content,
.login-container {
	background-repeat: no-repeat;
}

.login-container {
	background-position: top center;
	background-size: cover;
}

.login-container {
	background-image: url(../img/login-background.jpg);
	background-size: contain;
	background-position: top center;
	color: #fff
}

.ma-login-tabs {
	margin-top: 20px
}

.ma-login-tabs .nav-link {
	padding: 0
}

.ma-login-tabs .nav-item a {
	margin: 0;
	font-size: .9em
}

.ma-login-tabs .nav-item:first-child {
	text-align: left;
}

.ma-login-tabs .nav-item:last-child {
	text-align: right;
}

.nav-pills .nav-link.active {
	background-color: transparent
}

.search-content {
	background-image: url(../img/search-background.jpg);
	background-size: contain;
	background-position: top center;
}

.filters-container {
	background-color: #fff;
	padding: 10px 5px;
	margin-bottom: 20px;
}

.filters-container,
.filters-selected {
	display: flex;
}

.select2-container--default .select2-selection--single {
	height: 40px;
	border-radius: 0;
	padding-top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	margin-top: 6px
}

.filters-container .btn-ma {
	margin-top: 32px
}

.search-container h2 {
	margin-right: 15px
}

/* .select2-container--default .select2-selection--multiple {
	background-color: rgba(0, 0, 0, 0.5);
	border-color: #565656;
	border-radius: 0
}*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #000;
    border: 1px solid #000;
	line-height: 25px;
	padding-bottom: 3px;
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fff
}

.modal .select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-size: .8em;
	line-height: 19px
}

.search-container h2,
.admin-title-container h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

.search-container h2,
.admin-title-container h2,
.search-container p,
.admin-title-container p {
	color: #fff
}

.navbar-dark .navbar-toggler,
.navbar-toggler:focus, .navbar-toggler:hover {
    color: rgba(255,255,255,1);
    border: 0 !important;
	outline: none !important
}

.admin-content .navbar {
	background-color: #000
}

.admin-content .card {
	border: 1px solid #e3e3e3;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

footer {
	border-top: 1px solid #e3e3e3;
	padding: 20px 0
}

footer p,
footer a {
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: .9em
}

.admin-content footer p,
.admin-content footer a {
	margin: 0;
	color: rgba(0, 0, 0, 0.5);
	font-size: .8em
}

footer a:hover {
	color: rgba(255, 255, 255, 1);
}

.admin-content footer a:hover {
	color: rgba(0, 0, 0, 1);
}

#pro-scroll-top {
	background-color: #333;
	position: fixed;
    bottom: 0;
    right: 0;
    width: 40px;
    text-align: center;
    height: 34px;
    padding: 5px;
	color: #fff
}

#pro-scroll-top {
	background-color: #fff;
	color: #333
}

.pagination {
	margin-top: 50px
}

.pagination li {
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
	background-color: #fff
}

.pagination li:last-child {
	border-right: 10px solid #fff;
}

.pagination a {
	padding: 5px 10px;
	color: #000;
	border: 0
}

.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: #c8cacc;
    border-color: #c8cacc;
}

.page-item.disabled .page-link {
	color: #7e878e
}

.pagination-indicator {
	color: #fff;
	text-align: center;
	font-weight: 100
}

@media (min-width: 992px) {
	.navbar-nav {
		display: contents;
		justify-content: flex-end;
	}
}

@media (max-width: 1024px) {

	.nav-search-form {
		width: 70% !important;
	}
	.navbar-nav input {
		width: 100% !important;
	}
	.video-container-info, .video-container {
		height: 600px;
	}
}

@media (max-width: 768px) {
	.navbar {
		background-color: #000
	}
	.form-inline .form-control {
		background-color: #fff
	}
	.video-container-info,
	.video-container {
		min-height: 600px;
	}
	.admin-container {
		background-size: auto 400px
	}
	.search-container {
		min-height: 470px;
	}
	.video-info-container {
		width: 70%;
	}
	.filters-container, .filters-selected {
		display: block;
	}
	.video-info > .row {
		display: block;
	}
	.video-info > .row .col-md-4,
	.video-info > .row .col-md-8 {
		max-width: 100%
	}
}

@media (max-width: 500px) {
	.video-info-container {
		width: 100%;
	}
	.navbar-nav input {
		width: 100% !important;
		margin: 15px 0
	}
	.container-ma {
		padding-left: 20px;
		padding-right: 20px
	}
	.login-container {
		background-image: none;
		height: auto;
		padding: 70px 0
	}
	.login-container .container-ma {
		padding: 35px
	}
	div.dataTables_wrapper div.dataTables_info {
		white-space: inherit !important;
		margin: 20px 0
	}
	footer .col-12 {
		text-align: center !important;
		padding: 10px 0
	}
	.video-content {
		margin-top: 65px;
		padding: 0;
	}
	.video-content > div{
		padding: 0;
	}
	.video-content .video-info {
		padding: 0 20px;
	}
}

.error{
	color: #a9101c;
}

small {
	font-size: 75%
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
