.container {
	padding-top: 40px;
}
.cover-video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
  	z-index: -100;
}
.cover {
	background-color: #FFF;
	right: 0;
	height: 100vh;
	width: 500px;
	display: flex;
	align-items: center;
  	justify-content: center;
  	position: absolute;
}
.imagenppal{
	text-align:center;
}
.ordenamiento{
	cursor:pointer;
}
.ordenamiento th {
	position: relative;
}
.form-control::placeholder {
  color: #e0e0e0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #e0e0e0;
}
.form-control::-ms-input-placeholder {
  color: #e0e0e0;
}
.form-label {
	font-weight: bold;
}
th::after { 
    position: absolute;
    font-family: "Ionicons";
    content: "\f280";
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #9e9e9e
} 
th.headerSortDown::after {
    content: "\f280";
}
th.headerSortUp::after { 
    content: "\f286"
}

body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}
.dropdown-menu {
	font-size: 14px;
}
.bg-primary {
	background-color: #00BB31 !important;
}
.bg-light {
	background-color: #FFFFFF !important;
	box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
}
.btn {
	text-transform: uppercase;
	border-radius: 20px;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 20px;
}
.btn-primary {
	background-color: ##1A1299!important;
	border-color: ##1A1299!important;
}
.form-control {
	border-radius: 1em;
	font-size: 14px;
}
.p-6 {
	padding: 60px 0 !important;
}

.jumbotron label {
    font-size:13px; 
}

#jumbo1{
  background-color: #F1FAF3;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#linea1{
  border: 0 none green;
  border-top: 1px solid green;
  height: 1px;
}

.punter{
  cursor: pointer;
  font-weight: 500;
}

