:root {
  --primary-color: #9c27b0;
}

.navbar-default .nav > li > a {
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 20px;
  padding-top: 22px;
  text-transform: uppercase;
  background-color: rgba(156, 39, 176, 0.05);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background: var(--primary-color);
  color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: var(--primary-color);
  color: #fff;
}

.jumbotron {
  background-image: url("../img/jumbotron-background.jpg");
  background-blend-mode: multiply;
  box-shadow: inset 4px 4px 40px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.jumbotron_body .container .row {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

section,
.jb {
  padding: 0;
}
section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.jumbotron .jumbotron_body {
  padding: 25px 0 !important;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination .active a {
  background-color: var(--primary-color);
}

.embed-responsive {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-ctm {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
}

.btn-cont {
  display: flex;
  justify-content: flex-end;
}

.btn-ctm:hover {
  background-color: #8e44ad;
  color: #fff;
}

.btn-ctm:focus {
  border: 3px solid #6a1b99 !important;
  background-color: blueviolet;
  outline: none;
}

.jumbotron {
  padding-top: 40px;
  padding-bottom: 40px;
}

table {
  background: white;
  border-radius: 4px;
  width: 100%;
}
table * {
  position: relative;
}

table thead tr {
  background: #7b1fa2;
  color: #fff;
}

table tbody tr:last-child {
  border: 0;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tfoot tr {
  font-weight: bold;
}

tbody tr {
  color: #808080;
  line-height: 1.2;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
}

.main {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.card__stats {
  background: #ffffff;
  padding: 18px;
  padding-right: 100px;
  margin-bottom: 30px;
  margin-right: 30px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.card__stats--name {
  margin-bottom: 28px;
}

.card__stats--amount {
  font-size: 50px;
  font-weight: bold;
}

.form-login {
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.panel-cont{
  vertical-align: middle;
}

.image {
  color: #f4511e;
  font-size: 200px;
}

.card-autoridad {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  width: 16rem !important;
  transition: 0.3s;
  border-radius: 5px; 
  background-color: #FFF;
}

.card-autoridad:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container-autoridad {
  padding: 2px 16px;
  text-align: center;
}

.img-autoridad {
  display: block;
  border-radius: 5px;
  width: 16rem !important;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}