.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

header .dropdown .dropdown-menu {
  width: 100%;
}
header .dropdown.controlled-responsive {
  margin-top: 8px;
}
header .dropdown.controller-responsive {
  border-radius: 0;
  padding: 0;
}
header .dropdown.controller-responsive .dropdown-toggle::after,
.dropdown .dropdown-toggle.no-caret::after {
  display: none !important;
}
header .dropdown.controller-responsive .dropdown-menu {
  position: fixed !important;
  top: .8em !important;
  border-radius: 0;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
header .dropdown.controller-responsive .dropdown-menu ul {
  padding: .8em !important;
  list-style: none !important;
}
header .dropdown.controller-responsive .dropdown-menu ul li a {
  padding: .5em 1em !important;
}
header .dropdown.controller-responsive .dropdown-menu li a.text-success,
header .dropdown.controller-responsive .dropdown-menu li a:focus,
header .dropdown.controller-responsive .dropdown-menu li a:hover {
  background-color: rgba(0,0,0,.2) !important;
}
header .dropdown.controller-responsive .dropdown-menu ul li a.nav-user {
  background-color: rgba(0,0,0,.1);
}
header .dropdown.controller-responsive .dropdown-menu ul li a.nav-user-item {
  /*padding-left: 2.5em !important;*/
}

.dropdown-toggle {
  outline: 0;
}
.content-img {
	background-image: url('../img/banner.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	min-height: 30px;
  width: 100%;
}
.slide-space {
	min-height : 300px;
}
.text-marron {
  color: #582900;
}
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .header-left,
  .header-right {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .content-img {
    height: auto !important;
  }
  .header-left {
    margin-top: 2.2rem !important;
  }
  .header-right {
    margin-top: 1rem !important;
  }
  .content-img .card {
    margin-top: 2em;
    margin-bottom: 3.5em;
  }
  .contents-right {
    margin-top: 1.5rem !important;
  }
}
@media screen and (max-width: 991px) {
  .header-left,
  .header-right {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}