.custom-file-input:lang(es) ~ .custom-file-label::after {
  content: "Elegir";
}

body {
  /*font-family: 'Poppins', sans-serif !important;*/
  font-family: Rubik, sans-serif;
  /*transition: background-color .5s;*/
  font-size: 0.875rem;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #39393d;
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #ffffff;
  display: flex;
  justify-content: center;
}

#sidebar ul.components {
  padding: 20px 0;
  /*border-bottom: 1px solid $colorBlanco;*/
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #000000;
  background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded=true] {
  color: #fff;
  background: #59595f;
}

a[data-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #59595f;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #59595f !important;
  color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}
.listamenus {
  margin-right: 0.5em;
}

.dataTable {
  font-size: 0.775rem;
}

/* ---------------------------------------------------
    LOADER
----------------------------------------------------- */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0060AB;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF6D00;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
@keyframes spin {
  0% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222222;
  z-index: 1000;
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}

.no-js h1 {
  color: #222222;
}

/* ---------------------------------------------------
    LOADER
----------------------------------------------------- */


/* ---------------------------------------------------
    LINEA DEL TIEMPO TIMELINE
----------------------------------------------------- */
/*
body{
  background:#eee;
  margin-top:20px;
}
*/
.hori-timeline .events {
  border-top: 3px solid #e9ecef;
}
.hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}
.hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}
.hori-timeline .events .event-list .event-date {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  /*width: 75px;*/
  width: 165px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 4px;
}
/*
@media (min-width: 1140px) {
  .hori-timeline .events .event-list {
    display: inline-block;
    width: 24%;
    padding-top: 45px;
  }
  .hori-timeline .events .event-list .event-date {
    top: -12px;
  }
}
*/
.bg-soft-primary {
  background-color: rgba(64, 144, 203, 0.3) !important;
}
.bg-soft-success {
  background-color: rgba(71, 189, 154, 0.3) !important;
}
.bg-soft-danger {
  background-color: rgba(231, 76, 94, 0.3) !important;
}
.bg-soft-warning {
  background-color: rgba(249, 213, 112, 0.3) !important;
}
.bg-soft-info {
  background-color: rgba(111, 255, 205, 0.3) !important;
}
.card-timeline {
  border: none;
  margin-bottom: 24px;
  box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
}

/* ---------------------------------------------------
    BUSCADOR
----------------------------------------------------- */
.filter-search{
  display: none;
}

/* ---------------------------------------------------
    ELEMENTS
----------------------------------------------------- */
.btn-bd-purple {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #{shade-color($bd-violet, 10%)};
  --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}
.btn-bd-cyan {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-dark);
  --bs-btn-bg: #5bc0de;
  --bs-btn-border-color: #5bc0de;
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: #4faac6;
  --bs-btn-hover-border-color: #4faac6;
  --bs-btn-focus-shadow-rgb: 91,192,222;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #4495ae;
  --bs-btn-active-border-color: #4495ae;
}
.btn-bd-orange {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #f8781f;
  --bs-btn-border-color: #f8781f;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #e26a1c;
  --bs-btn-hover-border-color: #e26a1c;
  --bs-btn-focus-shadow-rgb: 248,120,31;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #cc5d19;
  --bs-btn-active-border-color: #cc5d19;
}
.class-small-button{
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .75rem;
}
.class-bg-icon {
  background-color: #cd551f;
  color: #FFF;
}
.custom-popover-primary {
  --bs-popover-bg: #f0f8ff;
  --bs-popover-border-color: #4682b4;
  --bs-popover-header-bg: #4682b4;
  --bs-popover-header-color: #ffffff;
  --bs-popover-body-color: #000000;
  font-family: 'Arial', sans-serif;
  border-radius: 10px;
}
.custom-popover-info {
  --bs-popover-bg: #f0f8ff;
  --bs-popover-border-color: #5bc0de;
  --bs-popover-header-bg: #5bc0de;
  --bs-popover-header-color: #ffffff;
  --bs-popover-body-color: #000000;
  font-family: 'Arial', sans-serif;
  border-radius: 10px;
}
.custom-popover-success {
  --bs-popover-bg: #f0f8ff;
  --bs-popover-border-color: #5cc547;
  --bs-popover-header-bg: #5cc547;
  --bs-popover-header-color: #ffffff;
  --bs-popover-body-color: #000000;
  font-family: 'Arial', sans-serif;
  border-radius: 10px;
}
.custom-popover-warning {
  --bs-popover-bg: #f0f8ff;
  --bs-popover-border-color: #e2d64e;
  --bs-popover-header-bg: #e2d64e;
  --bs-popover-header-color: #000000;
  --bs-popover-body-color: #000000;
  font-family: 'Arial', sans-serif;
  border-radius: 10px;
}
.custom-popover-danger {
  --bs-popover-bg: #f0f8ff;
  --bs-popover-border-color: #d85757;
  --bs-popover-header-bg: #d85757;
  --bs-popover-header-color: #ffffff;
  --bs-popover-body-color: #000000;
  font-family: 'Arial', sans-serif;
  border-radius: 10px;
}
.nav .nav-item-panel button.active {
  background-color: transparent;
  color: var(--bs-success) !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--bs-success) !important;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--bs-success) !important;
}
.nav .nav-item-panel:nth-child(2n) button.active {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--bs-success) !important;
}
.nav .nav-item-panel:nth-child(3n) button.active {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--bs-success) !important;
}
.nav .nav-item-panel button.active::after {
  content: "";
  border-right: 4px solid var(--bs-success);
  border-left: 4px solid var(--bs-success);
  height: 100%;
  position: absolute;
  left: 1px;
  right: -1px;
  top: 0;
  border-radius: 5px 5px 5px 5px;
}
.circle-div{
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  display: inline-block;
  font-size: 45px;
  color: #ffffff;
  border-radius: 50px;
  margin-bottom: 15px;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
}
.circle-div:hover{
  color: #ffffff;
  text-decoration: none;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.link-style {
  text-decoration: underline;
  color: #0d6efd;
}
.text-area-resize {
  resize: none;
}

.class-card-green-1 {
  background-color: #3cb371;
  color: #ffffff;
}
.class-card-green-2 {
  background-color: #2e8b57;
  color: #ffffff;
}
.class-card-blue-1 {
  background-color: #317CBD;
  color: #ffffff;
}
.class-card-blue-2 {
  background-color: #46aba2;
  color: #ffffff;
}
.class-card-blue-3 {
  background-color: #3CBBBD;
  color: #ffffff;
}
.class-card-blue-4 {
  background-color: #35A2BD;
  color: #ffffff;
}
.class-card-bronw-1 {
  background-color: #BD9275;
  color: #000000;
}
.class-card-yellow-1 {
  background-color: #BDAC73;
  color: #000000;
}
.class-card-orange-1 {
  background-color: #ff9835;
  color: #ffffff;
}
.class-card-orange-2 {
  background-color: #faa668;
  color: #000000;
}
.class-card-steelblue {
  background-color: #4682b4;
  color: #ffffff;
}
.class-card-cornflowerblue {
  background-color: #6495ed;
  color: #ffffff;
}
.class-card-royalblue {
  background-color: #4169e1;
  color: #ffffff;
}
.class-card-lightseagreen {
  background-color: #20b2aa;
  color: #ffffff;
}
.class-card-darkcyan {
  background-color: #008b8b;
  color: #ffffff;
}
.class-card-lightslategray {
  background-color: #778899;
  color: #ffffff;
}