@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700;900&display=swap");
* {
  font-family: 'Montserrat';
  font-size: 12px;
  box-sizing: border-box; }

body {
  background: #f9fcff; overflow: auto;}

.bg-primario {
  background: #621132;
  color: #FFF; }

.bg-primario-hover:hover {
  background: #B38E5D;
  color: #FFF; }

.form-control-lg {
  font-size: 14px; }

.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee; }

.h-custom {
  height: calc(100% - 73px); }

@media (max-width: 450px) {
  .h-custom {
    height: 100%; } }
.caja {
  background: #FFF;
  border-radius: 7px;
  padding: 8px;
  box-shadow: 0 0 18px 1px rgba(2, 2, 2, 0.1); }

.status {
  text-align: center;
  font-size: 10px;
  display: flex;
  border-radius: 20px;
  padding: 0px;
  justify-content: center; }

.activo {
  background: #52c97f;
  color: white; }

.inactivo {
  background: #b12704;
  color: white; }

.medio {
  background: #febd69;
  color: white; }

.not-btn {
  transition: none;
  color: #004972;
  font-weight: bold; }
  .not-btn:hover {
    border: none;
    color: #006F9F; }

nav {
  display: flex;
  list-style: none; }
  nav .menu-header-left {
    display: flex;
    background: #B7CBDA;
    border-radius: 50px; }
    nav .menu-header-left li {
      padding: 8px;
      display: flex;
      width: 100px;
      justify-content: center;
      align-items: center; }
      nav .menu-header-left li a {
        text-decoration: none;
        color: #2E5977;
        font-weight: 600; }
      nav .menu-header-left li:hover {
        background: #2E5977;
        color: white;
        border-radius: 50px; }
        nav .menu-header-left li:hover a {
          color: white; }

.menu-header-right {
  display: flex;
  justify-content: end; }
  .menu-header-right li {
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    color: #2E5977;
    font-weight: 600; }
    .menu-header-right li a {
      text-decoration: none;
      color: #B7CBDA;
      font-weight: 600; }
      .menu-header-right li a i {
        font-size: 17px; }
    .menu-header-right li img {
      width: 40px;
      height: 40px;
      border-radius: 50%; }

.calendar {
  font-weight: 600;
  color: #2E5977;
  margin: 0;
  padding: 0;
  color: #8cafc9; }

.clock-h, .hours, .minutes, .seconds {
  font-size: 30px;
  font-weight: 400;
  color: #2E5977;
  margin: 0;
  padding: 0; }

.clock-f, .date, .day, .month, .year {
  font-weight: 600;
  font-size: 10px;
  color: #8cafc9;
  margin: 0;
  padding: 0; }

.weekDay {
  font-size: 18px;
  font-weight: 400;
  color: #8cafc9;
  margin: 0;
  padding: 0; }

/**/
.caja-padding {
  padding: 22px 10px; }

/**/
.btn-next {
  padding: 6px 3px;
  background: #dfecf5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .btn-next a {
    text-decoration: none;
    color: #446B86; }
  .btn-next:hover {
    background: #446B86; }
    .btn-next:hover a {
      color: white; }

/**/
.sub-titulo {
  font-weight: 400;
  font-size: 10px;
  color: #8cafc9;
  margin: 0; }

.fila-mnt {
  background: #F3F6F9;
  margin-bottom: 5px;
  border-radius: 5px; }
  .fila-mnt .mnt-icon {
    background: #0598ff;
    border-radius: 3px;
    margin-top: revert;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .fila-mnt .mnt-icon i {
      padding: 5px;
      color: white; }
  .fila-mnt .mnt-clave, .fila-mnt .mnt-hora {
    font-weight: 600;
    font-size: 10px;
    color: #446B86;
    margin: 0;
    padding: 0;
    padding-left: 4px; }
  .fila-mnt:hover {
    background: #deeffb; }

/**/
.fila-cmt {
  background: #F3F6F9;
  margin-bottom: 5px;
  border-radius: 5px; }
  .fila-cmt .cmt-icon {
    background: #446b86;
    border-radius: 3px;
    margin-top: revert;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .fila-cmt .cmt-icon i {
      padding: 5px;
      color: #fff; }
  .fila-cmt .cmt-clave, .fila-cmt .cmt-text {
    font-weight: 400;
    font-size: 11px;
    color: #446B86;
    margin: 0;
    padding: 0;
    padding-left: 4px; }
  .fila-cmt:hover {
    background: #deeffb; }

/**/
.titulo {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #446B86; }

/**/
.btn-create {
  border-width: 0;
  outline: none;
  padding: 7px 17px;
  background: #0598ff;
  border-radius: 6px;
  color: white;
  font-weight: bold;
  font-size: 10px; }
  .btn-create i {
    background: #2786C8;
    border-radius: 5px;
    padding: 8px;
    color: white;
    font-size: 8px;
    margin-right: 2px; }

/**/
table {
  border-bottom-width: 0; }
  table thead tr {
    border-color: none;
    border-style: none;
    border-width: none; }
    table thead tr th {
      font-size: 12px;
      color: #446B86; }
  table tbody tr {
    padding: 2px;
    border-style: hidden; }
    table tbody tr td p {
      font-size: 10px;
      font-weight: 400;
      color: #446B86;
      display: flex;
      align-items: center; }
      table tbody tr td p i {
        color: #0598ff;
        font-size: 30px;
        padding-right: 6px; }
      table tbody tr td p a {
        font-size: 12px;
        font-weight: 400;
        color: #446B86;
        text-decoration: none; }
    table tbody tr:hover {
      background: #EFF7FD;
      border-radius: 10px; }
    table tbody tr .btn-create-tbl {
      background: none;
      border-width: 0;
      outline: none;
      color: white;
      font-weight: bold;
      font-size: 12px;
      text-decoration: none; }
      table tbody tr .btn-create-tbl i {
        background: #0598ff;
        border-radius: 5px;
        padding: 5px;
        color: white;
        font-size: 8px;
        margin-right: 2px; }

/**/
.profile img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
  object-fit: cover; }
.profile .profile-titulo {
  font-weight: 400;
  font-size: 15px;
  color: #446B86;
  margin: 0; }
.profile .profile-sub-titulo {
  font-weight: 400;
  font-size: 10px;
  color: #8cafc9;
  margin: 0; }

/**/
.nav-profile ul {
  list-style-type: none; }
  .nav-profile ul li {
    padding: 2px; }
    .nav-profile ul li a {
      font-weight: 400;
      text-decoration: none;
      color: #2E5977; }
    .nav-profile ul li:hover {
      background: #EFF7FD; }
.nav-profile .pfl-icon {
  background: #2E5977;
  border-radius: 4px;
  padding: 5px;
  color: white;
  font-size: 0px;
  margin-right: 2px; }

/**/
#main-container h3 {
  margin: 20px 0; }

#background-container {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; 
 box-sizing:  border-box;
  overflow: auto;
}

#title-bar-container {
  width: 100%;
  display: flex;
  justify-content: end;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px; }

#panel-container {
  background-color: white;
  width: 400px;
  margin: 50px auto;
  border-radius: 3px; }

#form-expense-container {
  padding: 10px 30px;
  width: 100%; }

#form-expense-container .section {
  padding: 10px 0; }

.titulo-rg-recientes {
  color: #456476;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.subtitulo-rg-recientes {
  color: #456476;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.list-rg {
  border-radius: 8px;
  background: #fdfdff;
  padding: 6px;
  border: 2px #dde7f7 solid;
  cursor: pointer; }

.list-rg:hover {
  background: #f1f4fd; }

/**/
.inputs {
  position: relative; }
  .inputs i {
    position: absolute;
    top: 14px;
    left: 4px;
    color: #b8b9bc; }

#searchTerm {
  font-weight: 400;
  font-size: 15px;
  color: #446B86;
  width: 100%; }
  #searchTerm::placeholder {
    font-weight: bold;
    font-size: 15px;
    color: #b8b9bc; }

.form-control-table {
  text-indent: 22px;
  border: none;
  height: 45px;
  width: 100%;
  border-radius: 0px;
  border-bottom: 1px solid #eee; }

.form-control-table:focus {
  color: #495057;
  background-color: #fff;
  border-color: #eee;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #0598ff; }

/*Creacion de modal */
/*
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', 'sans-serif';
}
.container{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #124660;
}
*/
/*Error 404*/
.error-container {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 90vh; }
  .error-container .error-info {
    text-align: center; }
  .error-container .error404 {
    font-size: 15em;
    text-align: center; }

/*---------->  modal <-----------*/
.popup {
  z-index: 1;
  width: 400px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;
  padding: 0 30px 30px;
  color: #333;
  visibility: hidden;
  transition: transform 0.4s, top 0.4s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  .popup svg {
    margin-top: -50px;
    border-radius: 50%; }
  .popup h2 {
    font-size: 38px;
    font-weight: 500;
    margin: 20px 0 10px; }
  .popup button {
    width: 100%;
    margin-top: 16px;
    padding: 10px 0;
    background: #0d6efd;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

.open-popup {
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible; }

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 100px; }
  100% {
    stroke-dashoffset: 200px; } }
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 100px; }
  100% {
    stroke-dashoffset: 200px; } }
@keyframes checkmark {
  0% {
    stroke-dashoffset: 100px; }
  100% {
    stroke-dashoffset: 0px; } }
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px; }
  100% {
    stroke-dashoffset: 960px; } }
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px; }
  100% {
    stroke-dashoffset: 480px; } }
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px; }
  100% {
    stroke-dashoffset: 960px; } }
@keyframes colored-circle {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }
.inlinesvg .svg svg {
  display: inline; }

.polyline {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards; }

.circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards; }

.circle-active {
  -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
  animation: colored-circle 0.6s ease-in-out 0.7s backwards; }

/*--------> fin modal <---------*/
#listaEnlaces {
  font-size: 12px;
  font-family: "Montserrat Medium";
  color: #446B86;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.hide {
  display: none; }

.red {
  color: Red; }

.filtro {
  display: none; }

@media (max-width: 770px) {
  header nav {
    display: flex;
    justify-content: center; }
  header .menu-header-right {
    display: none; } }
/*-----------------------------------------------------*/
/*poppup */
.popup-2 {
  padding: 10px;
  max-width: 420px;
  min-height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -317px;
  margin-left: -225px;
  background-image: radial-gradient(circle at 51.14% 46.86%, #7d9e78 0, #6f9872 16.67%, #5d8f6a 33.33%, #478461 50%, #2d7959 66.67%, #077054 83.33%, #006a52 100%);
  border-radius: 5px;
  text-align: center;
  z-index: -1;
  /* 1px higher than the overlay layer */
  opacity: 0; }

.overlay_canvas {
  content: "";
  position: fixed;
  /* could also be absolute */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.5s; }

.overlay_popup.popup-open .overlay_canvas,
.popup-open .popup-2 {
  opacity: 1;
  z-index: 11; }

.close_btn {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px;
  color: #fff;
  outline: none !important;
  text-shadow: none;
  min-width: 1px;
  font-size: 21px; }
  .close_btn:hover {
    color: #fff; }

a {
  text-decoration: none; }

#Barba {
  transform-origin: 50% 0%;
  animation: animacion-Barba 2.8s infinite; }

.texto {
  animation: animacion-color-1 3s infinite;
  transform-origin: 100% 100%; }

.texto2 {
  animation: animacion-color-1 3s infinite;
  animation-delay: .5s;
  transform-origin: 100% 100%; }

.texto3 {
  animation: animacion-color-1 3s infinite;
  animation-delay: .8s;
  transform-origin: 50% 50%; }

#frase {
  animation: animacion-opacidad 5s forwards; }

#nombre {
  animation: animacion-opacidad-2 5s forwards;
  /*    transform-origin: 100% 100%;*/
  font-size: 50px;
  animation-delay: .8s; }

#boca {
  animation: animacion-boca 3s infinite;
  transform-origin: 100% 100%; }

table {
  table-layout: fixed; }

@keyframes animacion-Barba {
  0% {
    transform: rotate(-2deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-2deg); } }
@keyframes animacion-boca {
  0% {
    transform: rotate(362deg);
    transform-origin: 22% 76%; }
  15% {
    transform: rotate(354deg);
    transform-origin: 22% 76%;
    rx: 16px; }
  30% {
    transform: rotate(362deg);
    transform-origin: 22% 76%;
    rx: 11px; }
  40% {
    transform: rotate(365deg);
    transform-origin: 22% 76%;
    rx: 10px; }
  50% {
    transform: rotate(362deg);
    transform-origin: 22% 76%;
    rx: 11px; }
  60% {
    transform: rotate(365deg);
    transform-origin: 22% 76%;
    rx: 10px; }
  70% {
    transform: rotate(362deg);
    transform-origin: 22% 76%;
    rx: 11px; }
  80% {
    transform: rotate(365deg);
    transform-origin: 22% 76%;
    rx: 10px; }
  100% {
    transform: rotate(362deg);
    transform-origin: 22% 76%;
    rx: 11px; } }
@keyframes animacion-opacidad-2 {
  0% {
    opacity: 0;
    transform: translate(0px, 28px); }
  100% {
    opacity: 1;
    transform: translate(0px, -28px); } }
@keyframes animacion-opacidad {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes animacion-color-1 {
  0% {
    opacity: 0.3;
    font-size: 55.5044px; }
  25% {
    opacity: 1;
    font-size: 68.5044px; }
  50% {
    opacity: 0.3;
    font-size: 45.5044px; }
  75% {
    opacity: 1;
    font-size: 68.5044px; }
  100% {
    opacity: 0.3;
    font-size: 55.5044px; } }
    
    .highlight {
      background-color: yellow;
      font-weight: bold;
      text-decoration: underline;
    }
    span.highlight {
      background-color: yellow;
      font-weight: bold;
    }

      /* Resaltado dentro de un <p.status> (mantiene el fondo original) */
      span.highlight-inline {
        background-color: rgba(255, 255, 0, 0.6); /* amarillo translúcido */
        font-weight: bold;
        color: inherit; /* conserva el color original del texto (blanco, azul, etc.) */
        border-radius: 2px;
        padding: 0 2px;
      }

/*# sourceMappingURL=style.css.map */
