.cont-cardSimple[data-v-5c0a1e1f] {
  padding: 5px 20px;
  margin: 3px;
}
.cont-cardSimple .cont-titulo[data-v-5c0a1e1f] {
  text-align: center;
  width: 100%;
}
.cont-cardSimple .cont-titulo p[data-v-5c0a1e1f] {
  font-size: 1.2em;
  margin: 0px;
}
.cont-cardSimple .cont-info[data-v-5c0a1e1f] {
  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;
}
.cont-cardSimple .cont-info .cont-icon[data-v-5c0a1e1f] {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid gray 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cont-cardSimple .cont-info .cont-dato[data-v-5c0a1e1f] {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -3px;
}
.cont-cardSimple[data-v-49fff356] {
  padding: 5px 20px;
  margin: 3px;
}
.cont-cardSimple .cont-titulo[data-v-49fff356] {
  text-align: center;
  width: 100%;
}
.cont-cardSimple .cont-titulo p[data-v-49fff356] {
  font-size: 1.2em;
  margin: 0px;
}
.cont-cardSimple .cont-info[data-v-49fff356] {
  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;
}
.cont-cardSimple .cont-info .cont-datos[data-v-49fff356] {
  margin-left: 8px;
}
.cont-cardSimple .cont-info .cont-datos .item-dato h2[data-v-49fff356] {
  font-weight: 400;
}
.cont-cardSimple .cont-info .cont-dato[data-v-49fff356] {
  margin: 0px 10px;
}
.cont-cardSimple .cont-info .cont-dato h2[data-v-49fff356] {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -3px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.cont-cardSimple .cont-info .cont-dato p[data-v-49fff356] {
  font-size: 0.8em;
  margin: 0px;
}
.v-application .headline[data-v-2ce9acb8] {
  font-family: "Muli" !important;
}
.v-application .display-1[data-v-2ce9acb8] {
  font-family: "Muli" !important;
}
.card[data-v-2ce9acb8] {
  border-radius: 14px !important;
  min-height: 240px;
  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;
}
.home-container[data-v-2ce9acb8] {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  padding-bottom: 80px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item-container[data-v-2ce9acb8] {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto;
  padding: 5px;
}
.item-container .item-icon[data-v-2ce9acb8] {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(218, 218, 218)), to(rgb(238, 238, 238)));
  background: linear-gradient(0deg, rgb(218, 218, 218) 0%, rgb(238, 238, 238) 100%);
  width: 80px;
  height: 80px;
  border: solid #fff 1px;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item-container .item-icon i[data-v-2ce9acb8] {
  font-size: 55px;
  color: var(--v-primary-base);
}
.item-container .cont-text .item-button[data-v-2ce9acb8] {
  width: 0 auto;
  padding: 2px;
  border-radius: 4px;
  background: var(--v-primary-base);
  border: solid 2px var(--v-primary-base);
  color: #ffffff;
  line-height: 1.3em;
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-container .cont-text .item-button[data-v-2ce9acb8]:hover {
  background-color: #fff;
  color: var(--v-primary-base);
}
.item-container .cont-text .item-button p[data-v-2ce9acb8] {
  margin: 0;
  padding: 0;
}
.no-acceso[data-v-2ce9acb8] {
  margin: 0;
  position: relative;
  text-align: center;
  height: 40vh;
}
.no-acceso .mensaje[data-v-2ce9acb8] {
  position: absolute;
  margin: 0 auto;
  top: 20%;
  width: 100%;
}
.no-acceso .cont-icon[data-v-2ce9acb8] {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(218, 218, 218)), to(rgb(238, 238, 238)));
  background: linear-gradient(0deg, rgb(218, 218, 218) 0%, rgb(238, 238, 238) 100%);
  width: 80px;
  height: 80px;
  border: solid #fff 1px;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-acceso .cont-icon i[data-v-2ce9acb8] {
  font-size: 55px;
  color: var(--v-primary-base);
}
.no-acceso .texto-mensaje[data-v-2ce9acb8] {
  border-radius: 10px;
  border: solid #fff 1px;
  margin-top: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(218, 218, 218, 0.6)), to(rgba(238, 238, 238, 0.6)));
  background: linear-gradient(0deg, rgba(218, 218, 218, 0.6) 0%, rgba(238, 238, 238, 0.6) 100%);
}
.hv[data-v-9bcc0be2] {
  cursor: pointer;
}
.hv[data-v-9bcc0be2]:hover {
  background: rgba(14, 105, 176, 0.2);
}
.icono-item-menu[data-v-9bcc0be2] {
  width: 30px;
  height: 30px;
  font-size: 20px;
}
.cont-menu-principal[data-v-9bcc0be2] {
  top: 105%;
  left: 0px;
  position: absolute;
}
.cont-menu-principal ul[data-v-9bcc0be2] {
  list-style: none;
  padding: 0px;
}
.cont-menu-principal ul li[data-v-9bcc0be2] {
  margin: 0px;
}
.cont-menu-principal ul[data-v-9bcc0be2] {
  position: relative;
  width: 200px;
  border: solid white 0.4px;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.cont-menu-principal ul > li[data-v-9bcc0be2] {
  cursor: pointer;
  position: relative;
}
.cont-menu-principal ul > li > ul[data-v-9bcc0be2] {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  width: 100%;
  z-index: 2;
}
.cont-menu-principal ul > li:hover > ul[data-v-9bcc0be2] {
  display: block;
}
.cont-menu-principal .cont-item-menu[data-v-9bcc0be2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1em;
  font-size: 0.9em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}
.cont-menu-principal .cont-item-menu[data-v-9bcc0be2]:hover {
  background: #EDEDED;
}
.cont-menu-principal ul > li:hover > .icon-item-menu > .icon-chevron[data-v-9bcc0be2] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cont-item-menu-xs[data-v-9bcc0be2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 5px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1em;
  font-size: 0.9em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  align-items: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.cont-item-menu-xs[data-v-9bcc0be2]:hover {
  background: #EDEDED;
}
.item-menu-xs[data-v-9bcc0be2] {
  width: 100%;
}
.item-menu-xs .icono-item-menu-xs[data-v-9bcc0be2] {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.dialog-menu[data-v-9bcc0be2] {
  max-height: 55px !important;
}
.v-data-table-header[data-v-21d8a676] {
  background-color: #F5F6FA !important;
}
.cabecera[data-v-21d8a676] {
  width: 180px;
  min-width: 180px;
  background: #F8F8F8 !important;
  font-weight: 500 !important;
  line-height: 1.2em;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.font-grid[data-v-21d8a676] {
  font-size: 0.9em;
}
.tit-cargando[data-v-f76af49e] {
  position: relative;
  z-index: 1;
}
.botones-internos[data-v-cb53a26e] {
  margin-top: 0px !important;
}

.icon-circle {
  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;
  background-color: #d32f2f; /* Color aproximado, puedes ajustarlo */
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.center-align-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.capitalcase {
    text-transform: none;
}

.titulo-avance[data-v-091310b4] {
  background: var(--v-primarydark-base);
  padding: 5px;
}
.cont-barra-modulo[data-v-091310b4] {
  z-index: 3;
}
