@charset "UTF-8";
/* Título tipo 2 /BLOQUE/ */
/* Título tipo 3 /SECCION/ */
/*DETALLES */
/*RELACIONES en DETALLE*/
/* COMPONENTES */
/*BLOQUES DE CONTENIDO */
.Indicador .oculto {
  display: none !important;
}
.Indicador[data-tipo-formatter=ficha] {
  position: relative;
  margin-bottom: 20px;
  position: relative;
}
.Indicador[data-tipo-formatter=ficha] .caja_spinner {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Indicador[data-tipo-formatter=ficha] .caja_spinner .error {
  width: 100%;
  height: 100%;
  background: rgba(123, 14, 14, 0.8705882353);
  color: white;
  padding: 15px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
}
.Indicador[data-tipo-formatter=ficha] .caja_spinner .error span {
  text-align: justify;
}
.Indicador[data-tipo-formatter=ficha] .caja_spinner .error i {
  font-size: 100px;
}
.Indicador[data-tipo-formatter=ficha] .caja_spinner .cajacentrada {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Indicador[data-tipo-formatter=ficha]:hover {
  border-color: #4D7EA0;
}
.Indicador[data-tipo-formatter=ficha]:active {
  border-color: #E49F14;
}
.Indicador[data-tipo-formatter=ficha] .wrapper {
  overflow: hidden;
  background: white;
  min-height: 240px;
  height: 100%;
  border: 1px solid #0077BE;
  gap: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-enlace {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Indicador[data-tipo-formatter=ficha] .Indicador-enlace a {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera {
  padding: 24px;
  background: #0077BE;
  position: relative;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-fondo {
  width: 110%;
  position: absolute;
  top: 78px;
  left: -3px;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-fondo img {
  width: 100%;
  height: 100%;
  filter: invert(22%) sepia(45%) saturate(2500%) hue-rotate(182deg) brightness(83%) contrast(100%);
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-titulo {
  font-weight: 600;
  font-size: 16px;
  color: white;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-tendencia {
  position: absolute;
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 77px;
  right: 15px;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-tendencia i {
  line-height: 25px;
  font-size: 18px;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-tendencia .fa-circle-ellipsis {
  color: #DE1D40;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-tendencia .fa-circle-arrow-up {
  color: #009245;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-tendencia .fa-circle-arrow-up.alzaPositivo {
  color: #009245;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-tendencia .fa-circle-arrow-up.alzaNegativo {
  color: #BB1709;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-tendencia .fa-circle-arrow-down {
  color: #BB1709;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-tendencia .fa-circle-arrow-down.alzaPositivo {
  color: #009245;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-cabecera .Indicador-tendencia .fa-circle-arrow-down.alzaNegativo {
  color: #BB1709;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido {
  padding: 20px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  min-height: 185px;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido .cara_A {
  font-weight: 400;
  font-size: 14px;
  display: block !important;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido .cara_A .Indicador-cantidad {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  justify-content: center;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido .cara_A .Indicador-cantidad .Indicador-valor {
  display: flex;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido .cara_A .Indicador-cantidad .Indicador-multiplicador {
  font-weight: 300;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido .cara_A .Indicador-multiplicador {
  display: none;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido .cara_A .Indicador-fecha {
  color: #333333;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido .cara_B {
  display: none !important;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido .cara_B .Indicador-codigo_medida {
  font-weight: 600;
  font-size: 16px;
  min-height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido .cara_B .que_veo {
  display: flex;
  justify-content: center;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido .cara_B .que_veo .Indicador-Unidad {
  text-transform: lowercase;
}
.Indicador[data-tipo-formatter=ficha] .Indicador-contenido .cara_B .que_veo:has(._de.oculto) .Indicador-Unidad {
  text-transform: capitalize;
}
.Indicador[data-tipo-formatter=ficha]:hover .wrapper {
  background: #E5ECF1;
}
.Indicador[data-tipo-formatter=ficha]:hover .Indicador-contenido .cara_A {
  display: none !important;
}
.Indicador[data-tipo-formatter=ficha]:hover .Indicador-contenido .cara_B {
  display: block !important;
}
.Indicador[data-tipo-formatter=ficha]:has(.abrir_info_indicador i.fa-regular) .info_flotante_no_visible {
  display: none;
}
.Indicador[data-tipo-formatter=ficha] .abrir_info_indicador {
  z-index: 10;
  position: absolute;
  display: flex;
  gap: 3px;
  top: -15px;
  align-items: center;
  background: white;
  width: fit-content;
  justify-content: flex-end;
  height: 15px;
}
.Indicador[data-tipo-formatter=ficha] .abrir_info_indicador span {
  font-size: 9px;
  font-weight: bolder;
}
.Indicador[data-tipo-formatter=ficha] .abrir_info_indicador i {
  cursor: pointer;
  top: -2px;
  position: relative;
}
.Indicador[data-tipo-formatter=ficha] .abrir_info_indicador .fa-regular {
  transform: rotate(180deg);
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 10px;
  background: #0077BE;
  padding: 5px;
  width: 100%;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible .indicador_elegido div:last-of-type {
  color: #dfda00;
  text-align: center;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible .Datos_info .contenido {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible .Datos_info .contenido .titulo {
  font-weight: bold;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible .Datos_info .contenido .tendencia div:first-of-type {
  font-weight: bold;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div {
  margin-bottom: 5px;
  background: Black;
  padding: 5px;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div {
  max-height: 100px;
  overflow: auto;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div.titulo {
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  border-bottom: 1px solid white;
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div.titulo.abrir:after, .Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div.titulo.cerrar:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div.titulo.abrir:after {
  content: "+";
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div.titulo.cerrar:after {
  content: "\f068";
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div > div.Actual {
  color: #dfda00;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div > div.disponibles {
  display: flex;
  flex-wrap: wrap;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div > div.disponibles span:first-of-type {
  margin-right: 3px;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div > div > span:after {
  content: ",";
  margin-right: 3px;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div > div > span:first-of-type {
  font-weight: bold;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div > div > span:first-of-type:after {
  content: none;
}
.Indicador[data-tipo-formatter=ficha] .info_flotante_no_visible > div > div > div > span:last-of-type:after {
  content: none;
}

/*# sourceMappingURL=Indicador.css.map */
