/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
.bg1 {
  background: url("/assets/img/amie-johnson-VJXLzQi5TlE-unsplash-scaled.jpg") scroll no-repeat top center transparent;
}

.bg2 {
  background: url("/assets/img/amie-johnson-VJXLzQi5TlE-unsplash-scaled-colored.jpg") scroll no-repeat top center transparent;
}

.bg-corner-2 {
  background: url("/assets/img/icons/spot-illustrations/corner-2.png") scroll no-repeat top center transparent;
}

/* prettier-ignore */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}


.caja-imagen-noticia img {
  max-width: 100%;
}

#upload_image {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.modal-body .box-cropper .nav-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.modal-body .box-cropper .nav-zoom #bar_zoom {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.data_table_css .dataTables_length {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  margin: 0 1rem;
}
.data_table_css .dataTables_length label {
  font-weight: 400 !important;
  font-family: "Open Sans";
}
.data_table_css .dataTables_length select {
  margin: 0 0.5rem;
  padding: 0.1875rem 3rem 0.1875rem 0.75rem;
  border: 1px solid var(--falcon-input-border-color);
  border-radius: 0.2rem;
  background-color: var(--falcon-input-bg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234d5969' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 1rem center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  color: var(--falcon-input-color);
  -webkit-box-shadow: var(--falcon-box-shadow-inset);
          box-shadow: var(--falcon-box-shadow-inset);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.data_table_css .dataTables_filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
}
.data_table_css .dataTables_filter label {
  font-size: 0.875rem;
}
.data_table_css .dataTables_filter input {
  min-height: calc(1.5em + 0.375rem + 2px);
  margin-left: 1rem;
  padding: 0.1875rem 0.75rem;
  border: 1px solid var(--falcon-input-border-color);
  border-radius: 0.2rem;
  background-color: var(--falcon-input-bg);
  background-clip: padding-box;
  color: var(--falcon-input-color);
  -webkit-box-shadow: var(--falcon-box-shadow-inset);
          box-shadow: var(--falcon-box-shadow-inset);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.data_table_css .dataTables_info,
.data_table_css .dataTables_paginate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 1.25rem;
  font-size: 0.8333333333rem !important;
}
.data_table_css .dataTables_info {
  padding-top: 1.33rem;
}
.data_table_css .dataTables_paginate {
  float: right;
}
.data_table_css .paginate_button {
  position: relative;
  display: block;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--falcon-pagination-border-color);
  background-color: var(--falcon-pagination-bg);
  color: var(--falcon-pagination-color);
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
}
.data_table_css .paginate_button:hover {
  z-index: 2;
  border-color: var(--falcon-pagination-hover-border-color);
  background-color: var(--falcon-pagination-hover-bg);
  color: var(--falcon-pagination-hover-color);
  text-decoration: none;
}
.data_table_css .paginate_button.current {
  z-index: 3;
  border-color: var(--falcon-pagination-active-border-color);
  background-color: var(--falcon-pagination-active-bg);
  color: var(--falcon-pagination-active-color);
}
.data_table_css .paginate_button.previous {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.data_table_css .paginate_button.next {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

table.table thead {
  height: 32px;
}
table.table.table-sm .btn-reveal-trigger td {
  height: 46px;
}

th {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

td.fw-semi-bold, td.fw-bold, td.fw-bolder {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

[data-list] li.active .page {
  border-color: #f4f4f2;
  background-color: #f4f4f2;
  color: #433C32 !important;
  font-weight: 700;
}

[data-list] li .page:hover {
  border-color: #f4f4f2;
  background-color: #f4f4f2;
}

.text-falcon-alert-warning {
  color: var(--falcon-alert-warning-color);
}

.portada-card {
  height: 120px;
}
.portada-card img {
  bottom: -0.5rem !important;
  width: 80px;
  height: 80px;
}

.card.vertical figure {
  position: relative;
  min-height: 89px;
  margin: 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.card.vertical figure i,
.card.vertical figure svg {
  width: 3rem;
  height: 3rem;
  margin: 2rem;
  padding: 0.8rem;
  border-radius: 50%;
  background-color: #ebdcd1;
  color: #fff;
}

.card.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.card.horizontal figure i,
.card.horizontal figure svg {
  width: 3rem;
  height: 3rem;
}

.card.vertical,
.card.horizontal {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card.vertical a,
.card.horizontal a {
  color: #CD9C45 !important;
}
.card.vertical:hover,
.card.horizontal:hover {
  background-color: #CD9C45;
}
.card.vertical:hover h5,
.card.vertical:hover a,
.card.vertical:hover span,
.card.vertical:hover svg,
.card.horizontal:hover h5,
.card.horizontal:hover a,
.card.horizontal:hover span,
.card.horizontal:hover svg {
  color: #fff !important;
  text-decoration: none;
}
.card.vertical h5,
.card.horizontal h5 {
  margin: 0;
  font-size: 0.95rem;
}

.btn-enlace {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  color: #625952;
  letter-spacing: 1px;
}
.btn-enlace:hover {
  color: #CD9C45;
}
.btn-enlace.btn-sm {
  height: 32px;
  font-size: 12px !important;
}

.popover {
  background-color: #ffdeab !important;
}

.btn-back-to-top {
  top: -1.75rem;
}

.carousel-inner {
  min-height: 270px !important;
}

.estats {
  padding: 10px;
  border: 1px solid #eee;
  border-top: 3px solid black;
}
.estats.creadas {
  border-top-color: #00d27a;
}
.estats.creadas span {
  color: #00d27a;
}
.estats.errores {
  border-top-color: #e63757;
}
.estats.errores span {
  color: #e63757;
}
.estats.pendientes {
  border-top-color: #f5803e;
}
.estats.pendientes span {
  color: #f5803e;
}
.estats h4 {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.estats span {
  display: block;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 1px;
  height: 100%;
  background-color: currentcolor;
  opacity: 0.25;
}

.flex-0 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.start-1_25rem {
  left: 1rem !important;
}

.text-shadow-8 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
  main.main {
    min-height: calc(100vh - 80px);
    padding: 0px 0 361px;
  }
}
@media screen and (min-width: 992px) {
  main.main {
    padding-bottom: 317px;
  }
}
@media screen and (min-width: 1200px) {
  main.main {
    padding-bottom: 296px;
  }
}
@media screen and (min-width: 1400px) {
  main.main {
    padding-bottom: 254px;
  }
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 36px !important;
  border-radius: 0.25rem;
}

.minicolors-theme-bootstrap .minicolors-swatch {
  width: 36px !important;
  height: 36px !important;
}

.bg-portada {
  background-color: rgba(32, 27, 19, 0.94);
}

.bg-bar {
  padding: 3rem 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
}
.bg-bar .titulo {
  font-weight: bold;
  font-style: oblique;
  font-size: 26px;
}
.bg-bar .contenidos {
  font-size: 16px;
}
.bg-bar .palabras_claves {
  font-weight: bold;
  font-size: 20px;
}
.bg-bar .color01 {
  color: #ed625f;
}
.bg-bar .color01 li {
  border-right: 1px solid #ed625f;
  border-left: 1px solid #ed625f;
}
.bg-bar .color06 {
  color: #ffffff;
}
.bg-bar .color06 li {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.bg-bar .color02 {
  color: #f1ea5e;
}
.bg-bar .color02 li {
  border-right: 1px solid #f1ea5e;
  border-left: 1px solid #f1ea5e;
}
.bg-bar .color25 {
  color: #ad1951;
}
.bg-bar .color25 li {
  border-right: 1px solid #ad1951;
  border-left: 1px solid #ad1951;
}
.bg-bar .color26 {
  color: #f09345;
}
.bg-bar .color26 li {
  border-right: 1px solid #f09345;
  border-left: 1px solid #f09345;
}
.bg-bar .color27 {
  color: #fff8ba;
}
.bg-bar .color27 li {
  border-right: 1px solid #fff8ba;
  border-left: 1px solid #fff8ba;
}
.bg-bar .color44 {
  color: #b08a54;
}
.bg-bar .color44 li {
  border-right: 1px solid #b08a54;
  border-left: 1px solid #b08a54;
}
.bg-bar .color45 {
  color: #a38881;
}
.bg-bar .color45 li {
  border-right: 1px solid #a38881;
  border-left: 1px solid #a38881;
}

.corp-01 {
  background-image: url("/assets/img/corporativa/01.jpg");
}

.corp-02 {
  background-image: url("/assets/img/corporativa/02.jpg");
}

.corp-05 {
  background-image: url("/assets/img/corporativa/05.jpg");
}

.corp-06 {
  background-image: url("/assets/img/corporativa/06.jpg");
}

.corp-06-02 {
  background-image: url("/assets/img/corporativa/06-2.jpg");
}

.corp-07 {
  background-image: url("/assets/img/corporativa/07.jpg");
}

.corp-08 {
  background-image: url("/assets/img/corporativa/08.jpg");
}

.corp-10 {
  background-image: url("/assets/img/corporativa/10.jpg");
}

.corp-14 {
  background-image: url("/assets/img/corporativa/14.jpg");
}

.corp-15 {
  background-image: url("/assets/img/corporativa/15.jpg");
}

.corp-17 {
  background-image: url("/assets/img/corporativa/17.jpg");
}

.corp-19 {
  background-image: url("/assets/img/corporativa/19.jpg");
}

.corp-20 {
  background-image: url("/assets/img/corporativa/20.jpg");
}

.corp-25 {
  background-image: url("/assets/img/corporativa/25.jpg");
}

.corp-26 {
  background-image: url("/assets/img/corporativa/26.jpg");
}

.corp-27 {
  background-image: url("/assets/img/corporativa/27.jpg");
}

.corp-44 {
  background-image: url("/assets/img/corporativa/44.jpg");
}

.corp-45 {
  background-image: url("/assets/img/corporativa/45.jpg");
}

.caras {
  margin: 22px 0 40px 0;
  padding: 0;
  text-align: center;
}
.caras li {
  display: inline-block;
  width: 75px;
  padding-right: 20px;
  padding-left: 20px;
}
.caras li a:hover {
  opacity: 0.5;
}

.noticias .badge {
  padding: 0.5333325em 1.066665em;
}
.noticias .cat-1 {
  background-color: #2c7be5;
}
.noticias .cat-2 {
  background-color: #727cf5;
}
.noticias .cat-3 {
  background-color: #6b5eae;
}
.noticias .cat-4 {
  background-color: #ff679b;
}
.noticias .cat-5 {
  background-color: #e63757;
}
.noticias .cat-6 {
  background-color: #fd7e14;
}
.noticias .cat-7 {
  background-color: #f5803e;
}
.noticias .cat-8 {
  background-color: #00d27a;
}
.noticias .cat-9 {
  background-color: #02a8b5;
}
.noticias .cat-10 {
  background-color: #27bcfd;
}
.noticias .cat-11 {
  background-color: #0b1727;
}

[data-list] li.active .page {
  border-color: #f4f4f2;
  background-color: #f4f4f2;
  color: #433C32 !important;
  font-weight: 700;
}
[data-list] li .page:hover {
  border-color: #f4f4f2;
  background-color: #f4f4f2;
}

.error {
  color: #e63757 !important;
  font-size: 0.8em !important;
}

#progress,
#messages,
#navigation_controls,
#pdf-viewer {
  display: none;
}

#canvas_container {
  position: relative;
  top: 0px;
  left: 0px;
  display: none;
  text-align: center;
}

.sign_pos,
#sign_global {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  min-width: 50px;
  height: 40px;
  min-height: 20px;
  border: 1px solid;
  border: 0;
  border-color: grey;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.sign_pos .img-user,
#sign_global .img-user {
  width: 32px;
  height: 32px;
}
.sign_pos .img-user .letras,
#sign_global .img-user .letras {
  height: 32px;
  font-size: 12px;
}

#sign_global {
  background-color: #6fcf97;
}

.box_bolsa_permisos {
  position: absolute;
  overflow-y: scroll;
  max-width: 28%;
  height: 540px;
  padding-right: 8px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.box_bolsa_permisos::-webkit-scrollbar {
  width: 8px;
}
.box_bolsa_permisos::-webkit-scrollbar-track {
  background: transparent;
}
.box_bolsa_permisos::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #d0d6e3;
}
.box_bolsa_permisos::-webkit-scrollbar-thumb:hover {
  background: #d0d6e3;
}
.box_bolsa_permisos .js-list-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  border: 0;
}
.box_bolsa_permisos .js-list-users .user-list {
  opacity: 0.5;
}
.box_bolsa_permisos .js-list-users .user-list.tarjeta-col {
  width: 100%;
  margin-bottom: 8px;
  padding: 16px;
  text-decoration: none;
}
.box_bolsa_permisos .js-list-users .user-list.tarjeta-col:last-child {
  margin-bottom: 0;
}
.box_bolsa_permisos .js-list-users .user-list.usuario-activo {
  border: 1px solid black;
  opacity: 1;
}
.box_bolsa_permisos .js-list-users .colectivo {
  overflow: hidden;
  max-width: 174px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box_bolsa_permisos .js-list-users .fa-caret-left {
  color: black;
}

.btn-on.active {
  border-color: #009e5c;
  background-color: #00a862;
  color: white;
}
.btn-on.active:hover {
  color: white !important;
}
.btn-on::after {
  content: initial;
  width: 0px;
}

.btn-off.active {
  border-color: #ad2941;
  background-color: #b82c46;
  color: white;
}
.btn-off.active:hover {
  color: white !important;
}
.btn-off::after {
  content: initial;
  width: 0px;
}

#pdf_renderer {
  margin-top: 1rem;
  border: 1px solid #b6c1d2;
}

#filedrag {
  padding: 2rem;
  border: 1px solid #f5803e;
  border-style: dashed;
  border-radius: 0.375rem;
  color: #f5803e;
  font-size: 0.8333333333rem;
  text-align: center;
}
#filedrag.hover {
  border-style: solid;
  border-color: #00d27a;
  color: #00d27a;
  -webkit-box-shadow: inset 0 0 8px #e5e5e5;
          box-shadow: inset 0 0 8px #e5e5e5;
}

.valores .entrada-p {
  margin-bottom: 30px;
  text-align: center;
}
.valores .entrada-p .portada {
  position: relative;
  margin-bottom: 30px;
}
.valores .entrada-p .portada img {
  border-bottom: 4px solid #ebdcd1;
  border-radius: 4px;
}
.valores .entrada-p .portada .icono {
  position: absolute;
  bottom: -18px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #433C32;
  color: white;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.valores .entrada-p h3 {
  position: relative;
  font-weight: 800;
}
.valores .entrada-p p {
  margin-bottom: 0;
}
.valores .entrada-g {
  margin-bottom: 16px;
  text-align: center;
}
.valores .entrada-g img {
  border-radius: 4px;
}
.valores .entrada-g h3 {
  font-weight: 700;
  font-size: 20px;
}
.valores .entrada-g p {
  font-size: 14px;
}
.valores .hgroup .page-heading {
  color: #433C32;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
}

.bolsa_permisos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8px 8px 0;
}

.tarjeta-col {
  padding: 24px;
  border: 1px solid #aaa;
  background-color: #f5f5f5;
  color: #333;
}

.tarjeta-col-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tarjeta-col-id .tag-firma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 100%;
  color: white;
  font-size: 10px;
}

.colectivo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 24px;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .notification-indicator-number {
    right: auto;
    left: 6rem;
  }
}

.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.navbar .dropdown-menu.dropdown-menu-end:after {
  right: 1.5rem;
}

.flatpickr-wrapper {
  display: block !important;
}

table.bt.bt--no-header tbody td::before,
table.bt.bt--no-header tfoot td::before {
  display: none;
}
table.bt thead {
  display: none;
}
table.bt tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 1.25rem;
}
table.bt tbody tr:nth-of-type(2n + 2) {
  background: #f9fafd;
}
table.bt tbody th,
table.bt tbody td {
  display: block;
  width: auto;
  height: auto !important;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0 !important;
  border: none;
  text-align: left !important;
}
table.bt tbody th.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}
table.bt tbody th.bt-hide-before::before,
table.bt tbody td.bt-hide-before::before {
  content: "";
  min-height: 1rem;
}
table.bt tbody th::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: block;
  margin-right: 0.5rem;
  color: var(--falcon-body-color);
  font-weight: 400;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
table.bt tbody th .bt-content,
table.bt tbody td .bt-content {
  font-weight: 600;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  white-space: normal;
}
table.bt tfoot th,
table.bt tfoot td {
  display: block;
  border: none;
}
table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide {
  display: none;
}
table.bt tfoot th::before,
table.bt tfoot td::before {
  content: attr(data-th) ": ";
  display: block;
  margin-right: 0.5rem;
  font-weight: 400;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.bt-wrapper.active {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 310px;
}

.ms-container {
  width: 100%;
  height: 100%;
  background: transparent url("../img/switch.png") no-repeat 50% 50%;
}

.ms-container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  min-height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
  float: left;
  width: 45%;
  height: 100%;
  color: #555;
}

.ms-container .ms-selection {
  float: right;
}

.ms-container .ms-list {
  position: relative;
  overflow-y: auto;
  height: 80%;
  margin-top: 1rem;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
}

.ms-container .ms-list.ms-focus {
  border-color: rgba(67, 60, 50, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(67, 60, 50, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(67, 60, 50, 0.6);
  outline: 0;
  outline: thin dotted \9 ;
}

.ms-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ms-container .ms-optgroup-container {
  width: 100%;
}

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  color: #999;
  cursor: pointer;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  padding: 2px 10px;
  border-bottom: 1px #eee solid;
  color: #555;
  font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background-color: #CD9C45;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

.ms-selection h3,
.ms-selectable h3 {
  margin-bottom: 0;
  color: #433C32;
  font-size: 1rem;
}

/*! jQuery UI - v1.11.3 - 2015-02-12
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.box {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.box.box-radius {
  border-radius: 8px;
}
.box .box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding-inline: 20px;
}
.box .box-header h5 {
  margin-bottom: 0;
  color: white;
  font-weight: 700;
  font-size: 0.8333333333rem;
}
.box .box-values .box-value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  color: inherit;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
.box .box-values .box-value .dato-1 {
  padding: 4px 12px;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.12);
}
.box .box-values .box-value-target {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  display: block;
  width: 85%;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: white;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.box .card-footer {
  height: 48px;
  padding: 0 20px;
}
.box .card-footer h5 {
  font-size: 0.8333333333rem;
}

.dato-2 {
  padding: 6px 12px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.67);
  color: #777;
}
.dato-2.positivo .fa-caret-up {
  color: seagreen;
}
.dato-2.positivo strong {
  color: seagreen;
  font-weight: 800;
}
.dato-2.negativo .fa-caret-down {
  color: indianred;
}
.dato-2.negativo strong {
  color: indianred;
  font-weight: 800;
}

.dashbox {
  min-height: 160px;
  padding: 24px 36px;
  border-radius: 12px;
}

.dashbox-upside {
  padding: 24px 36px;
  border-radius: 12px;
}

.leyenda-pie ul {
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .box-bodys {
    padding: 0px 15px 15px 15px;
  }
}
.cursor {
  cursor: pointer;
}

.h-32 {
  height: 32px !important;
}

.card.w-stretched-link:hover {
  background-color: #CD9C45;
}
.card.w-stretched-link:hover .card-title {
  color: white;
}

.portada {
  background: url("/assets/img/amie-johnson-VJXLzQi5TlE-unsplash-scaled.jpg");
  background-position: center;
  background-size: cover;
}
.portada h1 {
  text-shadow: 0px 4px 24px black;
}

.mh-48 {
  max-height: 48px;
}

.selecty img.after {
  display: none;
  margin-inline: auto;
}
.selecty:hover img.after {
  display: block;
}
.selecty:hover img.before {
  display: none;
}

.bg-referencia {
  background: url("/assets/img/amie-johnson-VJXLzQi5TlE-unsplash-scaled-colored.jpg");
  background-position: center;
  background-size: cover;
}