body {
  font-family: arial, helvetica, sans-serif;
}


.div_p0_tit {
  background: #494948;
  padding: 6px 20px;
  color: #fff;
  font-family: BentonSans-Regular;
}

.div_p0_cuerpo {
  background: #f6f6f6;
  padding: 30px 20px;
  line-height: 1.5;
  -webkit-box-shadow: 0px 15px 15px -3px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0px 15px 15px -3px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 15px 15px -3px rgba(0, 0, 0, 0.30);
}

.div_p0_tit_nocol {
  background: #7c7b7b;
  margin-top: 100px;
  cursor: pointer;
}

.div_p0_cuerpo {
  font-size: 1.2em;
}

.div_personales_tit {
  background: #494948;
  padding: 6px 20px;
  color: #fff;
  font-family: BentonSans-Regular;
}

.div_personales_cuerpo {
  background: #d9f0fd;
  padding: 10px 20px;
  line-height: 1.5;
  -webkit-box-shadow: 0px 15px 15px -3px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0px 15px 15px -3px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 15px 15px -3px rgba(0, 0, 0, 0.30);
}

.div_personales_p1 {
  font-family: BentonSans-Medium;
}

.div_personales_p2 {
  font-family: BentonSans-Regular;
}

.div_personales_p3 {
  font-family: BentonSans-Light;
}

.div_personales_p4 {
  color: #999;
  font-family: BentonSans-Light;
  font-style: italic;
  padding-top: 10px;
}

.enlace {
  cursor: pointer;
  text-decoration: none;
  color: #346bc9;
  font-family: BentonSans-Regular;
}

.enlace:hover {
  text-decoration: underline;
}





.input_datos {
  width: auto;
  margin: 0 15px;
  padding: 5px;
  border: 0;
  font-size: 12px;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.4);
}







/*	Tipografías	*/

@font-face {
  font-family: BentonSans-Regular;
  src: url("/images/medicoslaspalmas/web/tipografia/BentonSans-Regular.otf") format('opentype');
}

@font-face {
  font-family: BentonSans-Black;
  src: url("/images/medicoslaspalmas/web/tipografia/BentonSans-Black.otf") format('opentype');
}

@font-face {
  font-family: BentonSans-Medium;
  src: url("/images/medicoslaspalmas/web/tipografia/BentonSans-Medium.otf") format('opentype');
}

@font-face {
  font-family: BentonSans-Light;
  src: url("/images/medicoslaspalmas/web/tipografia/BentonSans-Light.otf") format('opentype');
}




/* CUESTIONARIO 1 */



label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

select,
input[type="date"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.help-text {
  margin-top: 10px;
  font-size: 0.9em;
  color: #555;
}


button {
  padding: 12px 24px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

button:hover {
  background-color: #0056b3;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

button.disabled {
  background-color: #cccccc;
  color: #666;
  cursor: not-allowed;
  box-shadow: none;
}

#botonAnterior {
  background-color: #a3a3a3;
  margin-top: 30px;
}

#botonInformar {
  float: right;
  margin-top: 30px;
}

select:not(.input_datos),
input[type="text"]:not(.input_datos),
input[type="number"]:not(.input_datos),
input[type="file"]:not(.input_datos),
input[type="date"]:not(.input_datos) {
  /* width: 100%; */
  padding: 12px 16px;
  margin-bottom: 18px;
  border: 2px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}


select:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="date"]:focus {
  border-color: #007bff;
  outline: none;
}

input[disabled],
select[disabled] {
  background-color: #f0f0f0;
  cursor: not-allowed;
  opacity: 0.6;
}


.form-section {
  background-color: #75756f;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  color: white;
}


@media (max-width: 768px) {
  .form-section {
    padding: 15px;
  }

  button {
    width: 100%;
  }

  select,
  input[type="text"],
  input[type="number"],
  input[type="file"],
  input[type="date"] {
    padding: 10px;
  }
}


.help-text,
#mensajeAyudaExencion,
#mensajeAccesoRecursos,
#mensajeAsesorLaboral,
#mensajeTalonarioRecetas,
#mensajeDudasAsesor {
  font-size: 0.9em;
  color: #333;
  background-color: #f9f9f9;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-top: 15px;
  background-color: #e8f5e9;
  border-color: #81c784;
}

#question2 a {
  text-decoration: none;
}

/* #mensajeAyudaExencion {
  background-color: #e0f7fa;
  border-color: #80deea;
}

#mensajeAccesoRecursos {
  background-color: #e8f5e9;
  border-color: #81c784;
}

#mensajeAsesorLaboral {
  background-color: #fff3e0;
  border-color: #ffb74d;
}

#mensajeTalonarioRecetas {
  background-color: #f1f8e9;
  border-color: #a5d6a7;
}

#mensajeDudasAsesor {
  background-color: #f1f8e9;
  border-color: #a5d6a7;
} */


/* CUESTIONARIO 2 */


/* Estilo general */
#cuestionarioRecetas {
  font-family: Arial, sans-serif;
  background-color: #d9f0fd;
  color: #000;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid black;
}

#cuestionarioRecetas h3 {
  font-size: 24px;
  color: black;
  margin-bottom: 20px;
}

#cuestionarioRecetas label {
  font-size: 16px;
  color: black;
  margin-top: 20px;
  margin-bottom: 20px;

}

.opciones {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.opciones label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}


/* Mensajes de error */
.mensajeError {
  margin-top: 20px;
  font-size: 14px;
  color: red;
}

/* Botones */
.btn {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

.btn:hover {
  background-color: #45a049;
}

#anteriorBtn {
  background-color: #a3a3a3;
  margin-right: 10px;
}

#anteriorBtn:hover {
  background-color: #797979;
}

.lamentable {
  color: rgb(255, 0, 0);
  margin-top: 20px;
  font-size: 17px;
  padding: 10px;
  border-radius: 8px;
  width: fit-content;

}


.actualizarFicha {
  color: black;
  margin-top: 20px;
  font-size: 16px;
  background: #82cdff;
  padding: 10px;
  border-radius: 8px;
  width: fit-content;
  border: 1px solid #0054d3;
}




/* Sección principal */
#datosColegial {
  background-color: #f7f9fc;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  margin: 20px auto;
  font-family: 'Roboto', sans-serif;
}

/* Títulos */
#datosColegial h2,
#datosColegial h3 {
  color: #333;
  margin-bottom: 16px;
  font-size: 1.5rem;
  border-bottom: 2px solid #007bff;
  padding-bottom: 4px;
}

/* Etiquetas */
#datosColegial label {
  display: block;
  font-weight: 600;
  /* color: #555; */
  margin-bottom: 8px;
}

/* Inputs y botones de archivo */
#datosColegial input[type="text"],
#datosColegial input[type="number"],
#datosColegial input[type="file"] {
  /* width: 100%; */
  padding: 10px;
  margin-bottom: 20px;
  border: 2px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.3s ease;
  font-size: 1rem;
}

#datosColegial input[type="text"]:focus,
#datosColegial input[type="number"]:focus,
#datosColegial input[type="file"]:focus {
  border-color: #007bff;
  outline: none;
}

/* Botón principal */
#datosColegial #enviarSolicitud {
  background-color: #007bff;
  color: #fff;
  padding: 12px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 10px auto;
}

#datosColegial #enviarSolicitud:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

#datosColegial #enviarSolicitud:hover:not(:disabled) {
  background-color: #0056b3;
  box-shadow: 0 4px 12px rgba(0, 91, 187, 0.3);
}



/* Secciones dependientes */
#datosColegial #certificacionEntrega {
  margin-top: 12px;
  padding: 10px;
  background-color: #e3f2fd;
  border-left: 4px solid #1e88e5;
  border-radius: 4px;
}



/* Checkbox de condiciones */
#datosColegial input[type="checkbox"] {
  margin-right: 10px;
}

#datosColegial p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 15px;
}



/* Estilo base para los radio buttons */
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* border: 2px solid #007bff; */
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 12px;
  outline: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

input[type="radio"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
}

input[type="radio"]:focus {
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Estilo de etiquetas al lado del radio */
input[type="radio"]+label {
  display: inline-block;
  font-weight: 500;
  color: #333;
  font-size: 1rem;
  vertical-align: middle;
  transition: color 0.3s ease;
}

input[type="radio"]:checked+label {
  color: #007bff;
}

/* Efecto hover sobre el radio button */
input[type="radio"]:hover {
  border-color: #0056b3;
}

input[type="radio"]:hover+label {
  color: #0056b3;
}

.containerFirmaCheckbox {
  display: flex;
  align-items: center;
  gap: 4%;

}

/* Contenedor general del botón y nombre del archivo */
.file-upload-wrapper {
  display: flex;
  align-items: center;
  /* Alinea los elementos de manera horizontal */
  gap: 10px;
  /* Reduce el espacio entre el botón y el texto */
  margin-bottom: 10px;
  /* Espacio inferior para separar de otros elementos */
  margin-top: 25px;
}

/* Estilos del botón personalizado */
.custom-file-upload {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-wrap: nowrap;
}

.custom-file-upload:hover {
  background-color: #0056b3;
}

/* El input type="file" está oculto */
.file-upload {
  display: none;
}

/* Estilos para el nombre del archivo seleccionado */
.file-upload-wrapper span,
.progresoSolicitud span {
  color: #555;
  font-style: italic;
  font-size: 14px;
  margin-left: 5px;
  text-wrap: nowrap;

}


/* Ajustes para que se vea más alineado y compacto */
label {
  font-size: 16px;
}


#carrusel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

#carrusel-container button {

  width: 20%;
}

#carrusel-beneficiarios {
  overflow: hidden;
  /* Oculta los elementos que no deben verse */
  width: 100%;
}

#botonesCarrusel {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5%;
  margin-top: 4%;
}

#beneficiarios {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

#beneficiarios>div {
  min-width: 50%;
  /* Cada beneficiario ocupa todo el ancho */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#opcionesFamiliares {
  flex-direction: column;
}

.containerSiFamiliaresNoMutua {
  display: flex;

}

.containerNoFamiliaresNoMutua {
  display: flex;

}

#beneficiarios select {
  width: 63%;
}


.error-label {
  color: red;
  font-weight: bold;
}


/* Contenedor general de la barra de progreso */
.progress-container {
  position: relative;
  width: 95%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 15%;
}

/* Línea de progreso */
.progress-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #3d3d5c;
  z-index: 1;
  transform: translateY(-50%);
}

/* Línea verde de progreso (relleno) */
.progress-line-filled {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 15%;
  background: #28a745;
  z-index: 2;
  transform: translateY(-50%);
  transition: width 0.3s ease-in-out;
}

/* Flecha sobre la línea de progreso */
.arrow-on-line {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 20px;
  height: 20px;
  background: #28a745;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transform: translate(-50%, -50%) rotate(90deg);
  /* Mira hacia la derecha */
  z-index: 3;
  animation: move-right 1.5s infinite ease-in-out;
}

/* Paso individual */
.step {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: #3d3d5c;
  border: 4px solid #3d3d5c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  cursor: pointer;
}

.step::before {
  content: attr(data-label);
  position: absolute;
  bottom: -50px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 100px;
  color: #aaa;
}


.step:nth-child(3)::before {
  bottom: -60px; /* Para el segundo elemento */
}

/* Estados de los pasos */
.step.completed {
  background: #28a745;
  /* Verde */
  border-color: #28a745;
  color: #fff;
}

.step.in-progress {
  background: #ffc107;
  /* Amarillo */
  border-color: #ffc107;
  color: #fff;
}

.step.canceled {
  background: #ff4949;
  /* Verde */
  border-color: #ff4949;
  color: #fff;
}

/* Animation for the arrow moving to the right */
@keyframes move-right {
  0% {
    transform: translate(-50%, -50%) translateX(0);
  }

  50% {
    transform: translate(-50%, -50%) translateX(10px);
  }

  100% {
    transform: translate(-50%, -50%) translateX(0);
  }
}


.progresoSolicitud {
  margin-top: 5%;
}

.download-link {
  padding: 8px 12px;
  border: 2px solid #007bff;
  border-radius: 5px;
  background-color: #f9f9f9;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #007bff;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.download-link:hover {
  background-color: #e0e0e0;
  border-color: #0056b3;
  color: #0056b3;
}


.mensaje-documentos {
  font-size: 1.2em;
  color: #d9534f;
  /* Rojo para destacar */
  font-weight: bold;
  margin-bottom: 10px;
}

#file-upload-container {
  background: aliceblue;
  padding: 15px;
  border: 1px solid red;

}

/* Contenedor de la tabla */
#tabla-documentos,
#tabla-declaraciones {
  width: 100%;
  border-collapse: collapse;
  background: #e6f0ff;
  /* Fondo claro y elegante */
  color: #333;
  /* Texto oscuro para mayor legibilidad */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* Sombra sutil */
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
  /* Espaciado superior e inferior */
}

/* Encabezados */
#tabla-documentos thead,
#tabla-declaraciones thead {
  background: linear-gradient(135deg, #4b6cc1, #2c4b99);
  /* Degradado de azul con tono vibrante */
  text-transform: uppercase;
  color: #fff;
  /* Color de texto blanco */
}

#tabla-documentos th,
#tabla-declaraciones th {
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
}

/* Alineación para la columna de la fecha y la columna de descarga */
#tabla-documentos th:nth-child(2),
#tabla-documentos th:nth-child(3),
#tabla-documentos th:nth-child(4),
#tabla-documentos th:nth-child(5),
#tabla-declaraciones th:nth-child(2),
#tabla-declaraciones th:nth-child(3),
#tabla-declaraciones th:nth-child(4),
#tabla-declaraciones th:nth-child(5) {
  text-align: center;
}

/* Estilo de las filas */
#tabla-documentos tbody tr,
#tabla-declaraciones tbody tr {
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-bottom: 1px solid #d0d0d0;
  /* Línea sutil entre filas */
}

#tabla-documentos tbody tr:nth-child(even),
#tabla-declaraciones tbody tr:nth-child(even) {
  background: #f4f7ff;
  /* Alternancia de fondo para filas */
}

/* Hover para cada celda individual */
#tabla-documentos td:hover,
#tabla-declaraciones td:hover {
  background-color: #e1e9f7;
}

#tabla-documentos td,
#tabla-declaraciones td {
  padding: 12px 18px;
  font-size: 14px;
  color: #333;
}

/* Alineación de celdas para la fecha y descarga */
#tabla-documentos td:nth-child(2),
#tabla-documentos td:nth-child(3),
#tabla-documentos td:nth-child(4),
#tabla-documentos td:nth-child(5),
#tabla-declaraciones td:nth-child(2),
#tabla-declaraciones td:nth-child(3),
#tabla-declaraciones td:nth-child(4),
#tabla-declaraciones td:nth-child(5) {
  text-align: center;
}

/* Bordes sutiles de la tabla */
#tabla-documentos th,
#tabla-documentos td,
#tabla-declaraciones th,
#tabla-declaraciones td {
  border-right: 1px solid #ccc;
  /* Bordes finos */
}

#tabla-documentos td:last-child,
#tabla-documentos th:last-child,
#tabla-declaraciones td:last-child,
#tabla-declaraciones th:last-child {
  border-right: none;
}

/* Fila de la tabla sin bordes */
#tabla-documentos tbody tr:last-child td,
#tabla-declaraciones tbody tr:last-child td {
  border-bottom: none;
}

table caption {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: #75756f;
  /* Fondo oscuro similar a la tabla */
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
  /* Separación entre el título y el contenido de la tabla */
  border-radius: 8px 8px 0 0;
  /* Bordes redondeados en la parte superior */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Sombra suave para el título */
}


/* Estilos para los radio buttons */
.cumplimiento-radio {
  margin-right: 5px;
}

.cumplimiento-radio.verde {
  background-color: green;
  border: none;
}

.cumplimiento-radio.verde:checked {
  /* border-color: white; */
  background-color: green;

}

.cumplimiento-radio.ambar {
  background-color: orange;
  border: none;

}

.cumplimiento-radio.ambar:checked {
  /* border-color: white; */
  background-color: orange;

}

.cumplimiento-radio.rojo {
  background-color: red;
  border: none;

}


.cumplimiento-radio.rojo:checked {
  /* border-color: white; */
  background-color: red;
}

.pdf-icon {
  text-decoration: none;
  /* Elimina el subrayado */
  color: #0066cc;
  /* Establece el color del icono */
  font-size: 24px;
  /* Ajusta el tamaño */
}

.pdf-icon:visited {
  color: #0066cc;
  /* Asegúrate de que el color sea el mismo que el estado normal */
}

.material-icons {
  font-size: 30px !important;
}

.indicador-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #666;
}

.verde {
  background-color: #4caf50;
}

.ambar {
  background-color: orange;
}

.rojo {
  background-color: #f44336;
}

.gris {
  background-color: #9e9e9e;
}


/* Estilos para el spinner */
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  /* Borde gris claro */
  border-top: 4px solid #3498db;
  /* Borde superior azul */
  border-radius: 50%;
  /* Hace que el div sea circular */
  width: 40px;
  /* Ancho del spinner */
  height: 40px;
  /* Alto del spinner */
  animation: spin 1s linear infinite;
  /* Aplica la animación */
  margin: 0px 10%;
}

/* Animación de rotación */
@keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Inicia la rotación en 0 grados */
  }

  100% {
    transform: rotate(360deg);
    /* Termina la rotación en 360 grados */
  }
}

#contenedorResolucion,
#contenedorSelloTalonarios {
  background: #f0f8ff;
  /* Azul muy claro */
  border: 2px solid #004080;
  /* Azul oscuro */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* Espaciado entre elementos */
  padding: 20px;
  margin-top: 5%;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 250px;
  text-align: center;
  width: 60%;
  margin: 7% auto;
}

/* Estilos para el título (h2 y h3) */
#contenedorResolucion h2,
#contenedorSelloTalonarios h3 {
  color: #004080;
  /* Azul oscuro */
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #004080, #0074d9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Estilo para el texto descriptivo */
#contenedorResolucion span,
#contenedorSelloTalonarios span {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.8;
}

#contenedorResolucion {
  margin-top: 12%;
}


.table-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}


table caption {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: #75756f;
  /* Fondo oscuro similar a la tabla */
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
  /* Separación entre el título y el contenido de la tabla */
  border-radius: 8px 8px 0 0;
  /* Bordes redondeados en la parte superior */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Sombra suave para el título */
}


/* Estilos generales de la tabla */
#colegiadosTable {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fa;
  color: #333;
  font-family: 'Roboto', sans-serif;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px 0;
}

/* Estilos del encabezado */
#colegiadosTable thead {
  background: linear-gradient(135deg, #6e7dff, #1e50e7);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

#colegiadosTable th {
  padding: 16px 20px;
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
  border-bottom: 2px solid #4c2f91;
}

/* Estilo para celdas */
#colegiadosTable td {
  padding: 14px 18px;
  font-size: 14px;
  text-align: left;
  color: #666;
  border-bottom: 1px solid #ddd;
}

/* Alternar fondo de filas */
#colegiadosTable tbody tr:nth-child(odd) {
  background: #fafafa;
}

#colegiadosTable tbody tr:nth-child(even) {
  background: #f0f0f0;
}

/* Estilo de los bordes */
#colegiadosTable th,
#colegiadosTable td {
  border-right: 1px solid #ddd;
}

#colegiadosTable td:last-child,
#colegiadosTable th:last-child {
  border-right: none;
}


/* Última fila sin borde inferior */
#colegiadosTable tbody tr:last-child td {
  border-bottom: none;
}

#colegiadosTable_length label {
  display: flex;
  align-items: center;
}

#colegiadosTable_wrapper select {
  margin: 0% 10%;
  width: 40px;
}

#colegiadosTable_filter input {
  padding: 6px 10px;
  margin-left: 5px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #f8f9fa;
}

/* Efecto hover en las celdas */
#colegiadosTable td:hover {
  background-color: #d3e0ff;
  cursor: pointer;
  transition: all 0.2s ease;
}

#colegiadosTable_paginate .paginate_button.disabled {
  background-color: #ddd;
  color: #999;
}

#colegiadosTable_paginate .paginate_button:focus {
  outline: none;
}



/* Estilo para el modal */
.modal {
  display: none;
  /* Oculto por defecto */
  position: absolute;
  /* Fijo en la pantalla */
  z-index: 1;
  /* Asegura que el modal esté encima */
  padding-top: 100px;
  /* Posiciona el modal */
  left: 0;
  top: 0;
  width: 100%;
  /* Ancho completo */
  height: 100%;
  /* Alto completo */
  overflow: auto;
  /* Desplazamiento si es necesario */
  background-color: rgb(0, 0, 0);
  /* Fondo oscuro */
  background-color: rgba(0, 0, 0, 0.4);
  /* Fondo con opacidad */
}

/* Estilo para el contenido del modal */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}

/* Estilo para la cruz de cerrar */
.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


#direccionFichaColegial {
  color: #007bff
}


.separator {
  width: 100%;
  height: 2px;
  background-color: #007bff;
  margin-top: 20px;
  margin-bottom: 20px;
}

#blockrandom-1294{
  height: 10000px;
}