.tabla {
  padding: 2px;
  -moz-column-count: 2;
  -moz-column-gap: 1px;
  -webkit-column-count: 2;
  -webkit-column-gap: 1px;
  column-count: 2;
  column-gap: 1px;
}

.etiqueta {
  float: left;
  background: #e2e2e2;
  font-weight: 700;
  margin: 0 auto;
  width: 40%;
  padding: 6px;
  text-align: center;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}

.texto {
  float: right;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  width: 60%;
  padding: 6px;
  text-align: center;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

.foto {
  background: #fff;
  color: #ddd;
  font-size: 30px;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

.foto-cir {
  background: #fff;
  color: #ddd;
  /*font-size: 30px; 
    margin: 0 auto;
    width: 120px;
    height: 120px; */
  /* border-radius */
  padding: 4px;
  max-height: 120px;
  max-width: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

.foto-mini {
  background: #fff;
  color: #ddd;
  /* border-radius */
  padding: 0px;
  max-height: 35px;
  max-width: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

.foto-mini1 {
  background: #fff;
  color: #ddd;
  /* border-radius */
  padding: 0px;
  max-height: 25px;
  max-width: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

span.foto {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: normal;
}

div.blueTable {
  background-color: #ffffff;
  width: 100%;
  text-align: left;
}

.divTable.blueTable .divTableCell,
.divTable.blueTable .divTableCell1,
.divTable.blueTable .divTableHead {
  border: 1px solid #aaaaaa;
  padding: 4px 7px;
}

.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}

.blueTable .tableFootStyle .links {
  text-align: right;
}

.blueTable .tableFootStyle .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 5px;
}

.blueTable.outerTableFooter {
  border-top: none;
}

.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px;
}

/* DivTable.com */
.divTable {
  display: table;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  display: table-cell;
}

.divTableHeading {
  display: table-header-group;
}

.divTableFoot {
  display: table-footer-group;
}

.divTableBody {
  display: table-row-group;
}

.divTableCell1 {
  background: #aaaaaa;
  font-weight: 700;
  color: #ffffff;
}

.titulo-pag {
  font-weight: 700;
  font-size: x-large;
  margin: 10px;
}

.titulo-items {
  font-weight: 700;
  font-size: medium;
  margin: 0rem;
}

.detalle-items {
  color: #242323;
  margin: 0rem;
  font-size: small;
}

.elemento {
  margin: 10px;
}

.tipo-incidente {
  margin: 0rem;
  color: rgb(22, 22, 93);
  font-size: small;
  font-weight: 700;
}

.items-estudiante {
  color: #242323;
  margin: 0rem;
  font-size: medium;
}

.icono {
  font-size: xx-large;
}

div.tablaMaterias {
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.divTable.tablaMaterias .divTableCell,
.divTable.tablaMaterias .divTableHead {
  border: 1px solid #aaaaaa;
  padding: 4px 7px;
}

.divTable.tablaMaterias .divTableBody .divTableCell {
  font-size: 12px;
}

.divTable.tablaMaterias .divTableRow:nth-child(even) {
  background: #f9f9f9;
}

.divTable.tablaMaterias .divTableHeading {
  background: #cfcfcf;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  background: -webkit-linear-gradient(
    top,
    #dbdbdb 0%,
    #d3d3d3 66%,
    #cfcfcf 100%
  );
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  border-bottom: 2px solid #444444;
}

.divTable.tablaMaterias .divTableHeading .divTableHead {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.tablaMaterias .tableFootStyle {
  font-size: 14px;
}

.tablaMaterias .tableFootStyle .links {
  text-align: right;
}

.tablaMaterias .tableFootStyle .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
}

.tablaMaterias.outerTableFooter {
  border-top: none;
}

.tablaMaterias.outerTableFooter .tableFootStyle {
  padding: 3px 5px;
}

h4 {
  font-family: inherit;
}

.links {
  text-align: center;
}

.num {
  width: 5%;
}

.desc {
  width: 70%;
}

.det1 {
  width: 15%;
}

.det2 {
  width: 10%;
}

.desc50 {
  width: 50%;
}

.desc40 {
  width: 40%;
}

.desc20 {
  width: 20%;
}

a.list-group-item {
  background-color: #f6fdff;
  color: #000000;
}

.noleido {
  background-color: #f6fdff;
}

.guia {
  text-align: center;
  font-size: 15px;
}

a.attach:link {
  text-decoration: none;
  color: blue;
}

a.attach:visited {
  color: blue;
}

a.attach:hover {
  color: blue;
  font-weight: bold;
}

a.attach:active {
  color: blue;
  font-weight: bold;
}

.alicen {
  text-align: center;
}

.mini {
  font-size: 11px;
}

.hide-close .ui-dialog-titlebar-close {
  display: none;
}

.dp-highlight .ui-state-default {
  background: #484;
  color: #fff;
}

.ui-datepicker.ui-datepicker-multi {
  width: 100% !important;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: none;
}

#datepicker {
  height: 300px;
  overflow-x: scroll;
}

.ui-widget {
  font-size: 100%;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.subtitulo {
  font-weight: bolder;
}

.bd-example {
  padding: 1.5rem;
  margin-right: 0;
  margin-left: 0;
  border-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: relative;
  margin: 1rem -0.75rem 0;
  border: solid #dee2e6;
  background-color: white;
}

.biometrico {
  font-size: 90%;
}

.etiqueta-control {
  font-weight: 600;
  /* line-height: normal; */
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  /*display: flex;
    align-items: center; */
}
.celda-datos {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui-widget-overlay {
  opacity: 0.5;
}

.numero {
  text-align: right;
}

.centrar {
  text-align: center;
}

.alerta {
  color: #d61717;
  font-weight: bold;
}

.datos {
  margin-bottom: 8px;
  margin-top: 8px;
  font-size: xx-large;
  font-weight: 900;
}

.datos-large {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 300%;
  font-weight: 500;
}

.error {
  font-size: small;
  color: red;
}

.password-strength {
  height: 10px;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-top: 5px;
}

.password-strength-bar {
  height: 100%;
  width: 0%;
  background-color: red;
  border-radius: 5px;
  transition: width 0.3s;
}

.password-strength-text {
  font-size: 0.9em;
  margin-top: 5px;
}

.aviso {
  position: absolute;
  width: 100%;
}

/* .form-control-static {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
 */
.ui-datepicker {
  z-index: 9999 !important;
}

.encabezado-estudiantes {
  background-color: #080724;
  color: #ffffff;
}

.principal {
  color: #242323;
  font-weight: 700;
  font-size: large;
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.hijos {
  margin-bottom: 0rem;
}

.complemento {
  color: #4b4b57;
  font-weight: 500;
}

/* General sidebar styling for larger screens */
.sidebar {
  min-height: 100vh;
  padding: 0;
}

.sidebar h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

.sidebar .nav-link {
  color: #ccc;
  font-size: 1.1rem;
}

.sidebar .nav-link.active {
  color: #ffffff;
  background-color: #007bff;
  font-weight: bold;
}

.sidebar .nav-link:hover {
  color: #ffffff;
  background-color: #007bff;
}

/* Override sidebar styling for small screens */
@media (max-width: 767.98px) {
  .sidebar {
    position: absolute;

    min-height: auto;
    /* Remove full viewport height */
    z-index: 1000;
    /* Ensure it appears above other content */
  }
}

.ui-autocomplete {
  max-height: 200px;
  z-index: 99999;
}

* html .ui-autocomplete {
  height: 200px;
}

#chat-box {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
}

#users-box {
  width: 100%;
  border: 1px solid #ccc;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  display: flex;
  align-items: flex-end;
}

.chat-message {
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #f1f1f1;
}

.chat-message1 {
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #dffcdc;
}

.chat-users {
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #ffffff;
}

.chat-name {
  font-weight: 600;
  font-size: smaller;
  margin-bottom: 3px;
  display: flex;
  align-items: end;
}

.chat-text {
  font-size: medium;
  margin-bottom: 0px;
}

.chat-time {
  font-size: 12px;
  color: gray;
  text-align: right;
}

.cont-foto {
  text-align: end;
  padding: 0px;
}

.burbuja-user {
  border-radius: 10px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  margin-right: 5px;
}

.nombre-burbuja {
  font-size: smaller;
}

.user-active {
  background-color: rgb(225, 249, 225);
}

.user-idle {
  background-color: rgb(252, 254, 211);
}

.user-out {
  background-color: rgb(254, 216, 211);
}

.progress {
  height: 30px;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-top: 5px;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: rgb(0, 185, 22);
  border-radius: 5px;
  transition: width 0.3s;
}

.progress-text {
  font-size: 15px;
  font-weight: 500;
}

#formularioUpload {
  z-index: 99999;
}

/*    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
  color: #333;
}

/* header {
  background-color: #003366;
  color: #fff;
  padding: 20px 0;
} */

.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

/* h1 {
  text-align: center;
  font-size: 3em;
} */

nav ul {
  text-align: center;
  list-style: none;
}

nav ul li {
  /* display: inline; */
  margin: 0 10px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  /* font-size: 1.2em; */
}

section {
  padding: 20px 0;
}

.courses,
.news {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

/* .course,
.news article {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

footer {
  background-color: #003366;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
}

form {
  display: flex;
  flex-direction: column;
  /* max-width: 400px; */
  margin: 0 auto;
}

form label {
  margin-top: 10px;
}

form input,
form select {
  padding: 10px;
  /*   margin-top: 5px; */
  border: 1px solid #ccc;
  border-radius: 5px;
}

form input[type="submit"] {
  background-color: #003366;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  padding: 15px;
}

form input[type="submit"]:hover {
  background-color: #00509e;
}

/* Responsivo */
@media (max-width: 768px) {
  header h1 {
    font-size: 2.5em;
  }

  /* nav ul li {
    display: block;
    margin: 10px 0;
  } */

  .courses,
  .news {
    grid-template-columns: 1fr;
  }
}

.tabla {
  padding: 2px;
  -moz-column-count: 2;
  -moz-column-gap: 1px;
  -webkit-column-count: 2;
  -webkit-column-gap: 1px;
  column-count: 2;
  column-gap: 1px;
}

.etiqueta {
  float: left;
  background: #e2e2e2;
  font-weight: 700;
  margin: 0 auto;
  width: 40%;
  padding: 6px;
  text-align: center;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}

.texto {
  float: right;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  width: 60%;
  padding: 6px;
  text-align: center;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

.foto {
  background: #fff;
  color: #ddd;
  font-size: 30px;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

span.foto {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: normal;
}

div.blueTable {
  background-color: #ffffff;
  width: 100%;
  text-align: left;
}
.divTable.blueTable .divTableCell,
.divTable.blueTable .divTableCell1,
.divTable.blueTable .divTableHead {
  border: 1px solid #aaaaaa;
  padding: 4px 7px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
  text-align: right;
}
.blueTable .tableFootStyle .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px;
}
/* DivTable.com */
.divTable {
  display: table;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  display: table-cell;
}
.divTableHeading {
  display: table-header-group;
}
.divTableFoot {
  display: table-footer-group;
}
.divTableBody {
  display: table-row-group;
}

.divTableCell1 {
  background: #aaaaaa;
  font-weight: 700;
  color: #ffffff;
}

.titulo {
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
  font-size: x-large;
  margin-top: 10px;
}

.subtitulo {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

div.tablaMaterias {
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.divTable.tablaMaterias .divTableCell,
.divTable.tablaMaterias .divTableHead {
  border: 1px solid #aaaaaa;
  padding: 4px 7px;
}
.divTable.tablaMaterias .divTableBody .divTableCell {
  font-size: 12px;
}

.divTable.tablaMaterias .divTableRow:nth-child(even) {
  background: #f9f9f9;
}
.divTable.tablaMaterias .divTableHeading {
  background: #cfcfcf;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  background: -webkit-linear-gradient(
    top,
    #dbdbdb 0%,
    #d3d3d3 66%,
    #cfcfcf 100%
  );
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  border-bottom: 2px solid #444444;
}
.divTable.tablaMaterias .divTableHeading .divTableHead {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.tablaMaterias .tableFootStyle {
  font-size: 14px;
}
.tablaMaterias .tableFootStyle .links {
  text-align: right;
}
.tablaMaterias .tableFootStyle .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
}
.tablaMaterias.outerTableFooter {
  border-top: none;
}
.tablaMaterias.outerTableFooter .tableFootStyle {
  padding: 3px 5px;
}

select.form-control:not([size]):not([multiple]) {
  height: 30px;
}

h4 {
  font-family: inherit;
}

.links {
  text-align: center;
}

.num {
  width: 5%;
}

.desc {
  width: 70%;
}

.det1 {
  width: 15%;
}

.det2 {
  width: 10%;
}

.desc50 {
  width: 50%;
}

.desc40 {
  width: 40%;
}
.desc20 {
  width: 20%;
}

a.list-group-item {
  background-color: #f6fdff;
  color: #000000;
}

.noleido {
  background-color: #f6fdff;
}

.guia {
  text-align: center;
  font-size: 15px;
}

.caja {
  font-family: Tahoma;
  font-size: 25px;
}

a.attach:link {
  text-decoration: none;
  color: blue;
}

a.attach:visited {
  color: blue;
}

a.attach:hover {
  color: blue;
  font-weight: bold;
}

a.attach:active {
  color: blue;
  font-weight: bold;
}

.paso {
  font-size: 30px;
  background-color: #ddf1e2;
  border-radius: 15px;
  text-align: center;
  color: #358291;
}

.paso-o {
  font-size: 30px;
  background-color: #edf8ef;
  color: white;
  border-radius: 15px;
  text-align: center;
}

.alerta {
  color: #d61717;
  font-weight: bold;
}

.detallepaso {
  font-size: 13px;
  /*      background-color: #DDF1E2;
      border-radius: 15px; */
  text-align: center;
  color: #358291;
}

.contenido {
  font-size: 15px;
  background-color: #f8f8f8;
  border-radius: 15px;
  color: #3c7691;
}

.pcont {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptit {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #5d95c6;
  border-radius: 15px;
  color: #ffffff;
}

.ptit1 {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2b967;
  border-radius: 15px;
  color: #ffffff;
}

.pcur {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #81c4ff;
  border-radius: 10px;
  color: #000000;
}

.contenido2 {
  font-size: 15px;
  background-color: #ebf5ff;
  border-radius: 15px;
  color: #3d7a97;
}

.contenido3 {
  font-size: 15px;
  background-color: #fffdf3;
  border-radius: 15px;
  color: #4384a2;
}

.ptit4 {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #47b460;
  border-radius: 15px;
  color: #ffffff;
}

.contenido4 {
  font-size: 15px;
  background-color: #ddf1e2;
  border-radius: 15px;
  color: #27693f;
}

.logo {
  text-align: center;
  background-color: white;
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo2 {
  text-align: center;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 100px;
}

.preg {
  margin-left: 20px;
  margin-right: 20px;
}

.resp {
  margin-left: 20px;
  margin-right: 20px;
}

header {
  background-color: #003366;
  color: #fff;
  padding: 10px 0;
}

h1 {
  text-align: center;
  font-size: 2.5em;
}

h2 {
  text-align: center;
  color: #003366;
}

.course,
.stat,
.news article {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.tit_idioma {
  background: lightslategrey;
  color: white;
  text-align: center;
  border-radius: inherit;
  padding: 6px;
}

.input-group-addon {
  padding: 10px;
  background-color: gainsboro;
}

.input-group {
  padding-top: 10px;
}

.input-group2 {
  padding-top: 0px;
}

.form-control-static {
  margin-bottom: 3px;
  margin-top: 3px;
}

.card-title {
  background-color: #27426b;
  padding: 8px;
  color: white;
  border-radius: 9px;
}

.complemento1 {
  padding: 10px;
  margin: 10px;
}

.cuerpo {
  background-color: white;
  border-radius: 5px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.botones {
  margin-bottom: 8px;
  padding-top: 5px;
  text-align: center;
}

.noticias-titulo {
  font-weight: 700;
  font-size: larger;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: inset;
}

.titulo-noticia1 {
  background-color: #f1efef;
  border-radius: 0px;
  padding: 5px;
  padding-left: 10px;
  margin-bottom: 5px;
}

.titulo-noticia2 {
  background-color: #fff5d7;
  border-radius: 0px;
  padding: 5px;
  margin-bottom: 5px;
}

.noticias-cuerpo {
  padding-top: 15px;
  border-top: outset;
}

.botones-min {
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.noticias-sub {
  font-size: smaller;
}

.adjuntos {
  margin-top: 10px;
  margin-bottom: 1rem;
  background-color: #efefef;
  padding: 5px;
}

.stat {
  text-align: center;
  font-size: xx-large;
  padding: 5px;
}

.stats-item p {
  font-size: medium;
  margin-bottom: 8px;
  font-family: system-ui;
}

.purecounter {
  font-weight: 700;
  font-family: system-ui;
}

.error-persona {
  width: 100%;
  text-align: center;
  color: red;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.ui-datepicker.ui-datepicker-multi {
  width: 100% !important;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: none;
}

#datepicker {
  height: 300px;
  overflow-x: scroll;
}

.etiqueta-min {
  font-size: 0.9em;
  font-weight: 700;
}

.detalle-min {
  font-size: small;
}