﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  color: #4A5568;
  background: #F8FAFC;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

.EstiloHeader {
  display: flex;
  align-items: stretch;
  min-height: 56px;
  background: linear-gradient(90deg, #4EC3E4 0%, #2E90AC 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}

.EstiloHeaderInfo {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 18px;
  position: relative;
  min-width: 0;
}
.EstiloHeaderInfo::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.EstiloHeaderBreadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 3px;
  flex-wrap: wrap;
}

.EstiloHeaderMenu {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1;
}

.EstiloHeaderSep {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  user-select: none;
}

.EstiloHeaderTítulo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.EstiloHeaderIcono {
  width: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.97);
}

.EstiloHeaderIconoWrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #EAF8FD;
  border: 1px solid rgba(78, 195, 228, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.EstiloHeaderIconoWrap img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.EstiloHeaderIconoWrap i {
  font-size: 24px;
  color: #1A6B85;
}

@media (max-width: 480px) {
  .EstiloHeaderTítulo {
    font-size: 13px;
  }
  .EstiloHeaderMenu {
    font-size: 11px;
  }
  .EstiloHeaderIcono {
    width: 52px;
  }
  .EstiloHeaderIconoWrap {
    width: 38px;
    height: 38px;
  }
  .EstiloHeaderIconoWrap img {
    width: 26px;
    height: 26px;
  }
  .EstiloHeaderIconoWrap i {
    font-size: 18px;
  }
}
.EstiloLbl {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  display: block;
  font-weight: 500;
  line-height: 1.4;
  color: #4A5568;
  margin-bottom: 3px;
}

.EstiloTxt {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  background-color: #FFFFFF;
  border: 1px solid #CCD1D1;
  border-radius: 8px;
  height: 34px;
  padding: 0 10px;
  width: 100%;
  outline: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.EstiloTxt:hover {
  background-color: #F0FAFD;
  border-color: rgb(131.1, 213, 236.1);
}
.EstiloTxt:focus {
  border-color: #4EC3E4;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(78, 195, 228, 0.12);
}
.EstiloTxt::placeholder {
  color: rgb(156.979757085, 167.3340080972, 182.520242915);
}

.EstiloTxtListado {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  background-color: #FFFFFF;
  border: 1px solid #CCD1D1;
  border-radius: 8px;
  height: 34px;
  padding: 0 10px;
  width: 100%;
  outline: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  background-color: transparent;
  border-color: transparent;
}
.EstiloTxtListado:hover {
  background-color: #F0FAFD;
  border-color: rgb(131.1, 213, 236.1);
}
.EstiloTxtListado:focus {
  border-color: #4EC3E4;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(78, 195, 228, 0.12);
}
.EstiloTxtListado::placeholder {
  color: rgb(156.979757085, 167.3340080972, 182.520242915);
}
.EstiloTxtListado:hover {
  background-color: #F0FAFD;
  border-color: #E2E8F0;
}

.EstiloTxtLectura {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  background-color: #FFFFFF;
  border: 1px solid #CCD1D1;
  border-radius: 8px;
  height: 34px;
  padding: 0 10px;
  width: 100%;
  outline: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  background-color: #F1F5F9;
  pointer-events: none;
  color: #718096;
}
.EstiloTxtLectura:hover {
  background-color: #F0FAFD;
  border-color: rgb(131.1, 213, 236.1);
}
.EstiloTxtLectura:focus {
  border-color: #4EC3E4;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(78, 195, 228, 0.12);
}
.EstiloTxtLectura::placeholder {
  color: rgb(156.979757085, 167.3340080972, 182.520242915);
}
.EstiloTxtLectura:hover {
  background-color: #F1F5F9;
}
.EstiloTxtLectura:focus {
  box-shadow: none;
  border-color: #CCD1D1;
}

.EstiloTxtMultinea {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  background-color: #FFFFFF;
  border: 1px solid #CCD1D1;
  border-radius: 8px;
  height: 34px;
  padding: 0 10px;
  width: 100%;
  outline: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  height: auto;
  min-height: 80px;
  padding: 8px 10px;
  text-align: justify;
  resize: vertical;
  line-height: 1.6;
}
.EstiloTxtMultinea:hover {
  background-color: #F0FAFD;
  border-color: rgb(131.1, 213, 236.1);
}
.EstiloTxtMultinea:focus {
  border-color: #4EC3E4;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(78, 195, 228, 0.12);
}
.EstiloTxtMultinea::placeholder {
  color: rgb(156.979757085, 167.3340080972, 182.520242915);
}

.EstiloContraseña {
  position: relative;
  display: flex;
  align-items: center;
}
.EstiloContraseña .EstiloTxt {
  flex: 1;
  padding-right: 42px;
  text-align: center;
}
.EstiloContraseña i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #718096;
  font-size: 16px;
  transition: color 0.15s ease;
}
.EstiloContraseña i:hover {
  color: #1A6B85;
}

.EstiloGrupoInputError {
  border-color: #E74C3C !important;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.12) !important;
  animation: AnimarSacudir 0.25s linear;
}

@keyframes AnimarSacudir {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}
.EstiloCmb {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  background-color: #FFFFFF;
  border: 1px solid #CCD1D1;
  border-radius: 8px;
  height: 34px;
  padding: 0 10px;
  width: 100%;
  outline: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
  appearance: auto;
}
.EstiloCmb:hover {
  background-color: #F0FAFD;
  border-color: rgb(131.1, 213, 236.1);
}
.EstiloCmb:focus {
  border-color: #4EC3E4;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(78, 195, 228, 0.12);
}
.EstiloCmb::placeholder {
  color: rgb(156.979757085, 167.3340080972, 182.520242915);
}

.EstiloFecha {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  background-color: #FFFFFF;
  border: 1px solid #CCD1D1;
  border-radius: 8px;
  height: 34px;
  padding: 0 10px;
  width: 100%;
  outline: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}
.EstiloFecha:hover {
  background-color: #F0FAFD;
  border-color: rgb(131.1, 213, 236.1);
}
.EstiloFecha:focus {
  border-color: #4EC3E4;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(78, 195, 228, 0.12);
}
.EstiloFecha::placeholder {
  color: rgb(156.979757085, 167.3340080972, 182.520242915);
}
.EstiloFecha::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.EstiloFecha::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
.EstiloFecha::-webkit-datetime-edit {
  color: #4A5568;
}
.EstiloFecha::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.EstiloFecha::-webkit-datetime-edit-text {
  color: #718096;
  padding: 0 2px;
}
.EstiloFecha::-webkit-inner-spin-button {
  display: none;
}

.EstiloContenedorFechas {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.EstiloSeparadorFecha {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  color: #718096;
  font-weight: 500;
  white-space: nowrap;
}

.EstiloBtnImagen {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 34px;
  width: 36px;
  padding: 0 16px;
  background-color: #FFFFFF;
  border: 1px solid #CCD1D1;
  border-radius: 8px;
  color: #4A5568;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, filter 0.15s ease;
  height: 36px;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.EstiloBtnImagen i {
  font-size: 14px;
  flex-shrink: 0;
}
.EstiloBtnImagen:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  filter: brightness(1.06);
}
.EstiloBtnImagen:active {
  transform: scale(0.96);
  box-shadow: none;
  filter: brightness(0.96);
}
.EstiloBtnImagen:disabled, .EstiloBtnImagen[disabled], .EstiloBtnImagen.EstiloDeshabilitado {
  background-color: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: rgb(142.3198380567, 154.2226720648, 171.6801619433) !important;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  pointer-events: none;
}
.EstiloBtnImagen i {
  font-size: 15px;
  color: #4EC3E4;
}
.EstiloBtnImagen:hover {
  background-color: #F0FAFD;
  border-color: #4EC3E4;
}

.EstiloBtnPequeño {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 34px;
  width: 110px;
  padding: 0 16px;
  background-color: #4EC3E4;
  border: 1px solid #4EC3E4;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, filter 0.15s ease;
}
.EstiloBtnPequeño i {
  font-size: 14px;
  flex-shrink: 0;
}
.EstiloBtnPequeño:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  filter: brightness(1.06);
}
.EstiloBtnPequeño:active {
  transform: scale(0.96);
  box-shadow: none;
  filter: brightness(0.96);
}
.EstiloBtnPequeño:disabled, .EstiloBtnPequeño[disabled], .EstiloBtnPequeño.EstiloDeshabilitado {
  background-color: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: rgb(142.3198380567, 154.2226720648, 171.6801619433) !important;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  pointer-events: none;
}

.EstiloBtnMediano {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 34px;
  width: 160px;
  padding: 0 16px;
  background-color: #4EC3E4;
  border: 1px solid #4EC3E4;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, filter 0.15s ease;
}
.EstiloBtnMediano i {
  font-size: 14px;
  flex-shrink: 0;
}
.EstiloBtnMediano:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  filter: brightness(1.06);
}
.EstiloBtnMediano:active {
  transform: scale(0.96);
  box-shadow: none;
  filter: brightness(0.96);
}
.EstiloBtnMediano:disabled, .EstiloBtnMediano[disabled], .EstiloBtnMediano.EstiloDeshabilitado {
  background-color: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: rgb(142.3198380567, 154.2226720648, 171.6801619433) !important;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  pointer-events: none;
}

.EstiloBtnGrande {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 34px;
  width: 100%;
  padding: 0 16px;
  background-color: #4EC3E4;
  border: 1px solid #4EC3E4;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, filter 0.15s ease;
}
.EstiloBtnGrande i {
  font-size: 14px;
  flex-shrink: 0;
}
.EstiloBtnGrande:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  filter: brightness(1.06);
}
.EstiloBtnGrande:active {
  transform: scale(0.96);
  box-shadow: none;
  filter: brightness(0.96);
}
.EstiloBtnGrande:disabled, .EstiloBtnGrande[disabled], .EstiloBtnGrande.EstiloDeshabilitado {
  background-color: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: rgb(142.3198380567, 154.2226720648, 171.6801619433) !important;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  pointer-events: none;
}

.EstiloBtnCancelar {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 34px;
  width: 110px;
  padding: 0 16px;
  background-color: #FEA321;
  border: 1px solid #FEA321;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, filter 0.15s ease;
}
.EstiloBtnCancelar i {
  font-size: 14px;
  flex-shrink: 0;
}
.EstiloBtnCancelar:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  filter: brightness(1.06);
}
.EstiloBtnCancelar:active {
  transform: scale(0.96);
  box-shadow: none;
  filter: brightness(0.96);
}
.EstiloBtnCancelar:disabled, .EstiloBtnCancelar[disabled], .EstiloBtnCancelar.EstiloDeshabilitado {
  background-color: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: rgb(142.3198380567, 154.2226720648, 171.6801619433) !important;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  pointer-events: none;
}

.EstiloBtnVerde {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 34px;
  width: 110px;
  padding: 0 16px;
  background-color: #27AE60;
  border: 1px solid #27AE60;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, filter 0.15s ease;
}
.EstiloBtnVerde i {
  font-size: 14px;
  flex-shrink: 0;
}
.EstiloBtnVerde:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  filter: brightness(1.06);
}
.EstiloBtnVerde:active {
  transform: scale(0.96);
  box-shadow: none;
  filter: brightness(0.96);
}
.EstiloBtnVerde:disabled, .EstiloBtnVerde[disabled], .EstiloBtnVerde.EstiloDeshabilitado {
  background-color: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: rgb(142.3198380567, 154.2226720648, 171.6801619433) !important;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  pointer-events: none;
}

.EstiloBtnRojo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 34px;
  width: 110px;
  padding: 0 16px;
  background-color: #E74C3C;
  border: 1px solid #E74C3C;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, filter 0.15s ease;
}
.EstiloBtnRojo i {
  font-size: 14px;
  flex-shrink: 0;
}
.EstiloBtnRojo:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  filter: brightness(1.06);
}
.EstiloBtnRojo:active {
  transform: scale(0.96);
  box-shadow: none;
  filter: brightness(0.96);
}
.EstiloBtnRojo:disabled, .EstiloBtnRojo[disabled], .EstiloBtnRojo.EstiloDeshabilitado {
  background-color: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: rgb(142.3198380567, 154.2226720648, 171.6801619433) !important;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  pointer-events: none;
}

.EstiloLink {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  background: transparent;
  border: none;
  height: 24px;
  cursor: pointer;
  color: #718096;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s ease;
}
.EstiloLink:hover {
  color: #2E90AC;
}

.EstiloPnlControles {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 10px;
}

.EstiloPnlListado {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: auto;
}

.EstiloTabla, .EstiloTablaHistorico {
  width: 100%;
  border-collapse: collapse;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  color: #4A5568;
}
.EstiloTabla thead tr, .EstiloTablaHistorico thead tr {
  background-color: #F9EB9B;
  border-bottom: 1px solid rgb(246.6905660377, 227.3018867925, 116.5094339623);
}
.EstiloTabla thead th, .EstiloTablaHistorico thead th, .EstiloTabla thead td, .EstiloTablaHistorico thead td {
  color: #4A5568;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  height: 36px;
  padding: 0 10px;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.EstiloTabla thead th:last-child, .EstiloTablaHistorico thead th:last-child, .EstiloTabla thead td:last-child, .EstiloTablaHistorico thead td:last-child {
  border-right: none;
}
.EstiloTabla thead th input[type=text], .EstiloTablaHistorico thead th input[type=text], .EstiloTabla thead th input[type=text][readonly], .EstiloTabla thead td input[type=text], .EstiloTablaHistorico thead td input[type=text], .EstiloTabla thead td input[type=text][readonly] {
  background: transparent;
  border: none;
  color: #4A5568;
  font-weight: 600;
  text-align: center;
  width: 100%;
  pointer-events: none;
  font-size: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.EstiloTabla tbody tr, .EstiloTablaHistorico tbody tr {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E2E8F0;
  transition: background-color 0.15s ease;
}
.EstiloTabla tbody tr:last-child, .EstiloTablaHistorico tbody tr:last-child {
  border-bottom: none;
}
.EstiloTabla tbody td, .EstiloTablaHistorico tbody td, .EstiloTabla tbody th, .EstiloTablaHistorico tbody th {
  vertical-align: middle;
  height: 30px;
  padding: 2px 4px;
  border-right: 1px solid #E2E8F0;
}
.EstiloTabla tbody td:last-child, .EstiloTablaHistorico tbody td:last-child, .EstiloTabla tbody th:last-child, .EstiloTablaHistorico tbody th:last-child {
  border-right: none;
}
.EstiloTabla tfoot tr, .EstiloTablaHistorico tfoot tr {
  background-color: #FEF5E7;
  border-top: 2px solid rgba(254, 163, 33, 0.35);
}
.EstiloTabla tfoot td, .EstiloTablaHistorico tfoot td, .EstiloTabla tfoot th, .EstiloTablaHistorico tfoot th {
  font-weight: 600;
  font-size: 12px;
  color: rgb(209.5560538117, 123.6569506726, 0.9439461883);
  height: 32px;
  padding: 0 10px;
  text-align: center;
}

.EstiloTablaHistorico thead tr {
  background: linear-gradient(90deg, #7F8C8D 0%, #5D6D7E 100%);
  border-bottom: 2px solid #4A5A6A;
}
.EstiloTablaHistorico thead th, .EstiloTablaHistorico thead td {
  color: #FFFFFF;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.EstiloTablaHistorico thead th input[type=text], .EstiloTablaHistorico thead th input[type=text][readonly], .EstiloTablaHistorico thead td input[type=text], .EstiloTablaHistorico thead td input[type=text][readonly] {
  color: #FFFFFF;
}

.EstiloNavb {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  color: #718096 !important;
}
.EstiloNavb .nav-link {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  margin: 1px;
  transition: box-shadow 0.15s ease, background-color 0.15s ease;
}
.EstiloNavb .nav-link.active {
  background-color: #4EC3E4 !important;
  border-color: #4EC3E4;
  color: #FFFFFF !important;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.EstiloNavb .nav-link:not(.active) {
  background-color: #F0FAFD !important;
  border-color: rgb(144.375, 217.5, 238.125);
  color: #718096 !important;
}
.EstiloNavb .nav-link:not(.active):hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.aspecto-promedio input, .aspecto-comunicativo input, .aspecto-actitudinal input, .aspecto-procedimental input, .aspecto-cognitivo input {
  background: transparent;
  border: none;
  text-align: center;
  font-weight: 600;
  cursor: default;
}
.aspecto-promedio:hover, .aspecto-comunicativo:hover, .aspecto-actitudinal:hover, .aspecto-procedimental:hover, .aspecto-cognitivo:hover {
  background-color: inherit;
}

.aspecto-cognitivo {
  background-color: #EEF4FB;
  border-bottom: 2px solid #B6CFF2;
}

.aspecto-procedimental {
  background-color: #EEF7F1;
  border-bottom: 2px solid #B7E0C2;
}

.aspecto-actitudinal {
  background-color: #FFF8E6;
  border-bottom: 2px solid #F2D28B;
}

.aspecto-comunicativo {
  background-color: #F3EFFB;
  border-bottom: 2px solid #C9B8F0;
}

.aspecto-promedio {
  background-color: #F4F5F7;
  font-weight: 600;
}

.TarjetaCandidato {
  height: 35vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.ImagenCandidato {
  border: 1px solid #CCD1D1;
  border-radius: 12px;
  cursor: pointer;
  transition: box-shadow 0.25s ease;
}
.ImagenCandidato:hover {
  box-shadow: 0 0 0 3px #FEA321;
}

.TextoCandidato {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 6px;
  line-height: 1.2;
}

.Seleccionado {
  border-color: #4EC3E4 !important;
}

.CardVotacion {
  display: block;
  border: 1px solid #4EC3E4;
  padding: 5px 10px;
  background-color: ghostwhite;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: #1A2B3C;
  margin: 1.5px;
  border-radius: 6px;
  font-weight: 300;
  transition: background 0.22s ease, color 0.22s ease;
}
.CardVotacion:hover {
  background-color: #4EC3E4;
  color: #FFFFFF;
}

.CardSeleccionada {
  background-color: #FFE799 !important;
  color: #1A2B3C;
  font-weight: 500;
}

.EstiloPnlProgreso {
  position: fixed;
  inset: 0;
  background: rgba(10, 22, 38, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  animation: AnimarFondoProgreso 0.2s ease;
}

@keyframes AnimarFondoProgreso {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ContenedorLoader {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px 52px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  border: 1px solid #E2E8F0;
  animation: AnimarTarjetaProgreso 0.3s cubic-bezier(0.22, 1.4, 0.56, 1);
}

@keyframes AnimarTarjetaProgreso {
  0% {
    transform: scale(0.88) translateY(18px);
    opacity: 0;
  }
  65% {
    transform: scale(1.02) translateY(-2px);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
.SpinnerLoader {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #EAF8FD;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
}
.SpinnerLoader i {
  font-size: 26px;
  color: #1A6B85;
  animation: AnimarGirar 0.9s linear infinite;
}
.SpinnerLoader::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2.5px solid transparent;
  border-top-color: #4EC3E4;
  border-right-color: rgba(78, 195, 228, 0.3);
  animation: AnimarGirar 0.9s linear infinite;
}

@keyframes AnimarGirar {
  to {
    transform: rotate(360deg);
  }
}
.TextoLoader {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1A6B85;
  animation: AnimarPulsoTexto 1.2s infinite ease-in-out;
}

.TextoLoaderSub {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  color: #718096;
  margin-top: 4px;
}

@keyframes AnimarPulsoTexto {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.PuntosAnimados::after {
  content: "";
  animation: AnimarPuntos 1.5s steps(3, end) infinite;
}

@keyframes AnimarPuntos {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
.EstiloPnlReporte {
  position: fixed;
  inset: 0;
  background: rgba(10, 22, 38, 0.45);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 88888;
  animation: AnimarFondoProgreso 0.2s ease;
}

.ContenedorReporte {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 50px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  border: 1px solid #E2E8F0;
  animation: AnimarTarjetaProgreso 0.3s cubic-bezier(0.22, 1.4, 0.56, 1);
}

.IconoReporte {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFF3E0;
  border: 1px solid rgba(254, 163, 33, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
}
.IconoReporte i {
  font-size: 26px;
  color: rgb(245.0959641256, 144.6286995516, 1.1040358744);
}
.IconoReporte::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2.5px solid transparent;
  border-top-color: #FEA321;
  border-right-color: rgba(254, 163, 33, 0.3);
  animation: AnimarGirar 0.9s linear infinite;
}

.TextoReporte {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(209.5560538117, 123.6569506726, 0.9439461883);
  animation: AnimarPulsoTexto 1.2s infinite ease-in-out;
}

.TextoReporteSub {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  color: #718096;
  margin-top: 4px;
}

a:not(:has(button)):not(:has(input)) {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #2E90AC;
  transition: color 0.15s ease;
}
a:not(:has(button)):not(:has(input)):hover {
  color: #1A6B85;
}

.EstiloLink, input[type=button].EstiloLink {
  background: none;
  border: none;
  color: #2E90AC !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  transition: color 0.15s ease;
}
.EstiloLink:hover, input[type=button].EstiloLink:hover {
  color: #FEA321 !important;
  text-decoration: underline !important;
}
.EstiloLink:focus, .EstiloLink:active, .EstiloLink:visited, input[type=button].EstiloLink:focus, input[type=button].EstiloLink:active, input[type=button].EstiloLink:visited {
  text-decoration: underline !important;
}

a:has(button), a:has(input) {
  text-decoration: none !important;
  color: inherit !important;
}

.EstiloBtnPequeño,
.EstiloBtnMediano,
.EstiloBtnGrande,
.EstiloBtnCancelar,
.EstiloBtnVerde,
.EstiloBtnRojo,
.EstiloBtnImagen {
  color: white !important;
  text-decoration: none !important;
}
.EstiloBtnPequeño:hover, .EstiloBtnPequeño:focus, .EstiloBtnPequeño:active, .EstiloBtnPequeño:visited,
.EstiloBtnMediano:hover,
.EstiloBtnMediano:focus,
.EstiloBtnMediano:active,
.EstiloBtnMediano:visited,
.EstiloBtnGrande:hover,
.EstiloBtnGrande:focus,
.EstiloBtnGrande:active,
.EstiloBtnGrande:visited,
.EstiloBtnCancelar:hover,
.EstiloBtnCancelar:focus,
.EstiloBtnCancelar:active,
.EstiloBtnCancelar:visited,
.EstiloBtnVerde:hover,
.EstiloBtnVerde:focus,
.EstiloBtnVerde:active,
.EstiloBtnVerde:visited,
.EstiloBtnRojo:hover,
.EstiloBtnRojo:focus,
.EstiloBtnRojo:active,
.EstiloBtnRojo:visited,
.EstiloBtnImagen:hover,
.EstiloBtnImagen:focus,
.EstiloBtnImagen:active,
.EstiloBtnImagen:visited {
  color: white !important;
  text-decoration: none !important;
}

.offcanvas {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.offcanvas .offcanvas-header {
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 12px;
}
.offcanvas .offcanvas-title {
  font-size: 14px;
  font-weight: 700;
  color: #1A2B3C;
}
.offcanvas .offcanvas-body {
  padding-top: 16px;
}

.EstiloFondoModal {
  position: fixed;
  inset: 0;
  background: rgba(10, 22, 38, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 10000;
}

.EstiloPnlModal {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 480px;
  height: auto !important;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  border: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: AnimarTarjetaProgreso 0.3s cubic-bezier(0.22, 1.4, 0.56, 1);
  z-index: 10001;
  padding: 0 !important;
}
@media (max-width: 520px) {
  .EstiloPnlModal {
    width: calc(100vw - 32px);
  }
}

.EstiloPnlTítuloModal {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: linear-gradient(90deg, #4EC3E4 0%, #2E90AC 100%);
  flex-shrink: 0;
  position: static !important;
  height: auto !important;
  left: auto !important;
  top: auto !important;
}

.EstiloIconoModal {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.EstiloIconoModal i {
  font-size: 16px;
  color: #FFFFFF;
}

.EstiloTítuloModal {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  flex: 1;
}

.EstiloCuerpoModal {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.EstiloMensajeModal {
  background: #EAF8FD;
  border: 1px solid rgba(78, 195, 228, 0.25);
  border-radius: 8px;
  padding: 10px 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  color: #1A6B85;
  line-height: 1.5;
  text-align: center;
}
.EstiloMensajeModal i {
  margin-right: 6px;
  color: #4EC3E4;
}

.EstiloContenedorTree {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  background: #F8FAFC;
  height: 220px;
  overflow-y: auto;
  padding: 10px 12px;
}
.EstiloContenedorTree::-webkit-scrollbar {
  width: 5px;
}
.EstiloContenedorTree::-webkit-scrollbar-track {
  background: transparent;
}
.EstiloContenedorTree::-webkit-scrollbar-thumb {
  background: rgb(166.5, 225, 241.5);
  border-radius: 10px;
}

.EstiloMensajeModalAdvertencia {
  background: #FFF8E6;
  border: 1px solid rgba(254, 163, 33, 0.3);
  border-radius: 8px;
  padding: 10px 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  color: rgb(158.7847533632, 93.697309417, 0.7152466368);
  line-height: 1.5;
  text-align: center;
  display: block;
}

.EstiloPieModal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 14px 20px;
  border-top: 1px solid #E2E8F0;
  background: #F8FAFC;
  flex-shrink: 0;
}

.EstiloAutocompletar {
  position: relative;
}
.EstiloAutocompletar input {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  background-color: #FFFFFF;
  border: 1px solid #CCD1D1;
  border-radius: 8px;
  height: 34px;
  padding: 0 10px;
  width: 100%;
  outline: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  padding-right: 36px;
}
.EstiloAutocompletar input:hover {
  background-color: #F0FAFD;
  border-color: rgb(131.1, 213, 236.1);
}
.EstiloAutocompletar input:focus {
  border-color: #4EC3E4;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(78, 195, 228, 0.12);
}
.EstiloAutocompletar input::placeholder {
  color: rgb(156.979757085, 167.3340080972, 182.520242915);
}
.EstiloAutocompletar::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transition: background-image 0.15s ease;
}
.EstiloAutocompletar:focus-within::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234EC3E4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");
}

.AutocompletarLista {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 9999;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  max-height: 220px;
  overflow-y: auto;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  animation: AnimarAutocompletar 0.15s ease;
}
.AutocompletarLista::-webkit-scrollbar {
  width: 4px;
}
.AutocompletarLista::-webkit-scrollbar-track {
  background: transparent;
}
.AutocompletarLista::-webkit-scrollbar-thumb {
  background: rgb(166.5, 225, 241.5);
  border-radius: 10px;
}

@keyframes AnimarAutocompletar {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.AutocompletarItem {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  color: #4A5568;
  cursor: pointer;
  transition: background-color 0.12s ease;
}
.AutocompletarItem mark {
  background: transparent;
  color: #4EC3E4;
  font-weight: 600;
  padding: 0;
}
.AutocompletarItem:hover, .AutocompletarItem.AutocompletarItemActivo {
  background-color: #F0FAFD;
  color: #1A6B85;
}
.AutocompletarItem:hover mark, .AutocompletarItem.AutocompletarItemActivo mark {
  color: #2E90AC;
}
.AutocompletarItem + .AutocompletarItem {
  border-top: 1px solid rgba(226, 232, 240, 0.6);
}

.AutocompletarVacio {
  padding: 12px 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  color: #718096;
  text-align: center;
  font-style: italic;
}

.Animación {
  animation: AnimarAparecer 0.6s ease-out;
}

@keyframes AnimarAparecer {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.BtnGrabando {
  background-color: #E74C3C !important;
  color: #FFFFFF !important;
  animation: AnimarParpadeo 1s infinite;
}

@keyframes AnimarParpadeo {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}
.EstiloFilaCampos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0;
  width: 100%;
}
.EstiloFilaCampos > .EstiloCampo {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 120px;
}

.EstiloBarraAcciones {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 14px 6px;
  border-top: 1px solid #E2E8F0;
  margin-top: 0;
  background: #FFFFFF;
  position: sticky;
  bottom: 0;
  z-index: 10;
  border-radius: 0 0 16px 16px;
}

.DocSelectorWrap {
  background: linear-gradient(135deg, rgb(219.6, 243, 249.6) 0%, rgb(169.4733944954, 218.2036697248, 232.1266055046) 100%);
  border: 1px solid rgba(78, 195, 228, 0.25);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.DocSelectorWrap .EstiloLbl {
  color: #1A6B85;
  font-weight: 600;
  margin-bottom: 4px;
}
.DocSelectorWrap .EstiloCmb {
  max-width: 320px;
  flex: 1 1 200px;
}

.DocSelectorIcono {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #4EC3E4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.DocSelectorIcono i {
  font-size: 18px;
  color: #FFFFFF;
}

.DocPlaceholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 280px;
  background: #F8FAFC;
  border: 2px dashed #E2E8F0;
  border-radius: 12px;
  color: #718096;
  text-align: center;
  padding: 24px;
}
.DocPlaceholder i {
  font-size: 40px;
  color: rgb(165.775708502, 175.2008097166, 189.024291498);
}
.DocPlaceholder span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.DocFilaIgual {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.DocFilaIgual > .DocColumna {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .DocFilaIgual {
    flex-direction: column;
  }
}

.DocSeccionCard, .DocSeccionCard--Foto {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 340px;
}

.DocSeccionHeader {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
  flex-shrink: 0;
}
.DocSeccionHeader i {
  font-size: 14px;
  color: #4EC3E4;
}
.DocSeccionHeader span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1A6B85;
}

.DocSeccionCuerpo {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.DocZonaArchivo, .FotoZonaSubir {
  border: 2px dashed rgba(78, 195, 228, 0.4);
  border-radius: 12px;
  background: rgb(232.875, 247.5, 251.625);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  text-align: center;
  position: relative;
  flex: 1;
}
.DocZonaArchivo input[type=file], .FotoZonaSubir input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.DocZonaArchivo i, .FotoZonaSubir i {
  font-size: 32px;
  color: #4EC3E4;
  pointer-events: none;
}
.DocZonaArchivo .DocZonaTítulo, .FotoZonaSubir .DocZonaTítulo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1A6B85;
  pointer-events: none;
}
.DocZonaArchivo .DocZonaSubtítulo, .FotoZonaSubir .DocZonaSubtítulo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  color: #718096;
  pointer-events: none;
}
.DocZonaArchivo:hover, .FotoZonaSubir:hover, .DocZonaArchivo.DocZonaActiva, .DocZonaActiva.FotoZonaSubir {
  border-color: #4EC3E4;
  background: rgb(201.9, 237, 246.9);
}

.DocCardPie {
  padding: 10px 14px;
  border-top: 1px solid #E2E8F0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.DocPreview {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.DocPreviewHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: linear-gradient(90deg, rgb(210.75, 240, 248.25) 0%, rgb(161.4256880734, 214.7412844037, 229.9743119266) 100%);
  border-bottom: 1px solid rgba(78, 195, 228, 0.2);
  flex-wrap: wrap;
  gap: 6px;
}

.DocPreviewTítulo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.DocPreviewTítulo i {
  font-size: 15px;
  color: #1A6B85;
}
.DocPreviewTítulo span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1A6B85;
}

.DocPreviewAcciones {
  display: flex;
  gap: 6px;
}

.DocPreviewCuerpo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 14px;
  background: #F8FAFC;
  min-height: 200px;
}

.DocPreviewImagen {
  max-height: 200px;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  object-fit: contain;
}

.DocPreviewPdf {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.DocPreviewPdf i {
  font-size: 44px;
  color: #E74C3C;
}
.DocPreviewPdf span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #4A5568;
}
.DocPreviewPdf small {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  color: #718096;
}

.FotoTabs {
  display: flex;
  gap: 0;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 3px;
  margin-bottom: 12px;
  width: fit-content;
}

.FotoTabBtn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 14px;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #718096;
  font-weight: 500;
  font-size: 11px;
  transition: all 0.18s ease;
}
.FotoTabBtn i {
  font-size: 13px;
}
.FotoTabBtn.active {
  background: #4EC3E4;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.FotoPanel {
  display: none;
}
.FotoPanel.active {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.FotoZonaSubir {
  min-height: 160px;
}
.FotoZonaSubir i {
  font-size: 24px;
}

.FotoCamaraWrap {
  position: relative;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.FotoCamaraWrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.FotoCamaraOff {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: #1A2B3C;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.5);
}
.FotoCamaraOff i {
  font-size: 36px;
}
.FotoCamaraOff span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
}

.FotoCamaraAcciones {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.FotoResultado {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.FotoResultado.visible {
  display: flex;
}
.FotoResultado img {
  max-width: 180px;
  max-height: 180px;
  border-radius: 8px;
  border: 2px solid #4EC3E4;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  object-fit: cover;
}
.FotoResultado span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  color: #718096;
}

.DocSeccionCard--Foto {
  min-height: 360px;
}

.FirmaWrap {
  position: relative;
  border: 2px solid #E2E8F0;
  border-radius: 8px;
  background: #FFFFFF;
  overflow: hidden;
  transition: border-color 0.2s ease;
  cursor: crosshair;
  flex: 1;
  min-height: 160px;
}
.FirmaWrap:hover, .FirmaWrap.FirmaActiva {
  border-color: #4EC3E4;
}

.FirmaCanvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 160px;
  touch-action: none;
}

.FirmaWatermark {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  color: rgb(232.7227272727, 237.3318181818, 243.4772727273);
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
}

.FirmaAcciones {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.FirmaResultado {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
.FirmaResultado.visible {
  display: flex;
}
.FirmaResultado img {
  max-width: 220px;
  max-height: 100px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  background: #FFFFFF;
}
.FirmaResultado span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  color: rgb(43.6690140845, 194.8309859155, 107.4929577465);
  font-weight: 500;
}

.FormularioLayout {
  display: flex;
  gap: 0;
  min-height: calc(100vh - 56px);
  align-items: stretch;
}

.FormularioSidebar {
  width: 190px;
  flex-shrink: 0;
  background: #FFFFFF;
  border-right: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}
.FormularioSidebar::-webkit-scrollbar {
  width: 4px;
}
.FormularioSidebar::-webkit-scrollbar-track {
  background: transparent;
}
.FormularioSidebar::-webkit-scrollbar-thumb {
  background: rgb(175.35, 228, 242.85);
  border-radius: 10px;
}

.SidebarCabecera {
  padding: 16px 14px 10px;
  border-bottom: 1px solid #E2E8F0;
  background: linear-gradient(135deg, rgb(210.75, 240, 248.25) 0%, rgb(161.4256880734, 214.7412844037, 229.9743119266) 100%);
}

.SidebarAvatarWrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid rgba(78, 195, 228, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.SidebarAvatarWrap i {
  font-size: 24px;
  color: #1A6B85;
}

.SidebarNombre {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1A6B85;
  line-height: 1.3;
  word-break: break-word;
}

.SidebarCódigo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  color: rgba(26, 107, 133, 0.65);
  margin-top: 2px;
}

.SidebarNav {
  flex: 1;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.SidebarEtiquetaGrupo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #718096;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 8px 4px;
  margin-top: 6px;
}
.SidebarEtiquetaGrupo:first-child {
  margin-top: 0;
}

.SidebarNavBtn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A5568;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  color: #718096;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.18s ease;
  position: relative;
  text-align: left;
}
.SidebarNavBtn .SidebarNavIcono {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.18s ease;
}
.SidebarNavBtn .SidebarNavIcono i {
  font-size: 12px;
  color: #718096;
  transition: color 0.18s ease;
}
.SidebarNavBtn .SidebarNavTexto {
  flex: 1;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SidebarNavBtn:hover:not(.active) {
  background: #F0FAFD;
  border-color: rgb(166.5, 225, 241.5);
  color: #2E90AC;
}
.SidebarNavBtn:hover:not(.active) .SidebarNavIcono {
  background: rgb(210.75, 240, 248.25);
  border-color: rgba(78, 195, 228, 0.3);
}
.SidebarNavBtn:hover:not(.active) .SidebarNavIcono i {
  color: #4EC3E4;
}
.SidebarNavBtn.active {
  background: linear-gradient(135deg, rgb(193.05, 234, 245.55) 0%, rgb(145.3302752294, 207.8165137615, 225.6697247706) 100%);
  border-color: rgba(78, 195, 228, 0.3);
  color: #1A6B85;
  font-weight: 700;
}
.SidebarNavBtn.active::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 22px;
  background: #4EC3E4;
  border-radius: 0 2px 2px 0;
}
.SidebarNavBtn.active .SidebarNavIcono {
  background: #4EC3E4;
  border-color: #4EC3E4;
}
.SidebarNavBtn.active .SidebarNavIcono i {
  color: #FFFFFF;
}

.SidebarDivisor {
  height: 1px;
  background: #E2E8F0;
  margin: 6px 8px;
}

.FormularioContenido {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ContenidoPanel {
  flex: 1;
  padding: 16px;
  display: none;
  flex-direction: column;
  gap: 14px;
  animation: AnimarAparecer 0.25s ease-out;
}
.ContenidoPanel.activo {
  display: flex;
}

.PanelSeccion {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.PanelSeccionHeader {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: linear-gradient(90deg, rgb(219.6, 243, 249.6) 0%, rgb(169.4733944954, 218.2036697248, 232.1266055046) 100%);
  border-bottom: 1px solid rgba(78, 195, 228, 0.15);
}
.PanelSeccionHeader i {
  font-size: 13px;
  color: #1A6B85;
}
.PanelSeccionHeader span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1A6B85;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.PanelSeccionCuerpo {
  padding: 14px;
}
.PanelSeccionCuerpo .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

@media (max-width: 767px) {
  .FormularioLayout {
    flex-direction: column;
  }
  .FormularioSidebar {
    width: 100%;
    height: auto;
    position: static;
    border-right: none;
    border-bottom: 1px solid #E2E8F0;
  }
  .SidebarCabecera {
    display: none;
  }
  .SidebarNav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px;
    gap: 6px;
  }
  .SidebarNav::-webkit-scrollbar {
    height: 3px;
  }
  .SidebarNav::-webkit-scrollbar-thumb {
    background: rgb(166.5, 225, 241.5);
    border-radius: 10px;
  }
  .SidebarEtiquetaGrupo {
    display: none;
  }
  .SidebarDivisor {
    display: none;
  }
  .SidebarNavBtn {
    flex-shrink: 0;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    background: #F8FAFC;
  }
  .SidebarNavBtn .SidebarNavIcono {
    display: none;
  }
  .SidebarNavBtn .SidebarNavTexto {
    font-size: 12px;
    white-space: nowrap;
  }
  .SidebarNavBtn.active {
    background: #4EC3E4;
    border-color: #4EC3E4;
    color: #FFFFFF;
  }
  .SidebarNavBtn.active::before {
    display: none;
  }
  .SidebarNavBtn:hover:not(.active) {
    background: #F0FAFD;
    border-color: rgba(78, 195, 228, 0.4);
  }
  .ContenidoPanel {
    padding: 12px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .EstiloBarraAcciones .EstiloBtnPequeño,
  .EstiloBarraAcciones .EstiloBtnCancelar {
    width: auto;
    flex: 1 1 80px;
  }
}
