html,
body {
  font-family: "Lato", sans-serif;
  /*font-family: Arial, Helvetica, sans-serif;*/
  transition: background-color .5s;
  /*font-family: Arial;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(225, 225, 225);
  width: 100%;
  justify-content: center;
  align-items: center;
  font-style: normal;
}

/*body {
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
}*/

/*main {
  max-width: 100%;
  margin: auto;
  padding: 1rem;
  text-align: center;
}*/

.fonte {
  text-align: center;
  font-size: 12px;
  padding: 8px;
  font-style: normal;
  font-weight: normal;
}

/*body {
  font-family: "Lato", sans-serif;
  transition: background-color .5s;
}*/

main {
  max-width: 100%;
  background-color: #3e5f8a;
  margin: auto;
  padding: 1rem;
  text-align: center;
  transition: margin-left .5s;
  padding: 0px;
  justify-content: center;
  height: 50px;
}

/* Clase para oscurecer los íconos */
.disabled-icon {
  filter: grayscale(100%);
  /* Pone el ícono en escala de grises */
  opacity: 0.5;
  /* Reduce la opacidad para un efecto de "desactivado" */
  pointer-events: none;
  /* Desactiva la interacción con el ícono */
}

nav2 {
  display: flex;
  background-color: gainsboro;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

nav {
  display: flex;
  background-color: #3e5f8a;
  /*justify-content: space-between;*/
  align-items: center;
  width: 100%;
  height: 100%;

  padding: 8px;
  text-align: center;
  justify-content: space-around;
}

ul {
  list-style: none;
  display: flex;

  justify-content: space-around;
  align-items: center;
}

li {
  margin-right: 1rem;
}

h1 {
  color: #e74c3c;
  margin-bottom: 0.5rem;
}

.imgTitulo {
  padding-left: 5px;
  /* Espaciado de 20px a la izquierda de la imagen */
  margin-left: 0px;
  width: 80px;
  /* Ajusta el tamaño de la imagen */
  height: 30px;
  object-fit: scale-down;
}


.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 1rem 0;
}

.card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 14rem auto;
  height: 12.00rem;
  /*height: 12.90rem;*/
  background: #eceaea;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
}

.card--avatar {
  width: 100%;
  height: 4rem;
  /*height: 10rem;*/
  object-fit: cover;
}

.card--title {
  color: #5c5c5f;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 0.95rem;
  margin-top: 0.40rem;
}

.card--link {
  margin-top: 0.50rem;
  text-decoration: none;
  background: #969392;
  color: #fff;
  padding: 0.3rem 2.5rem;
  border-radius: 10px;
}

canvas {
  display: block;
}

* {
  box-sizing: border-box;
}

.imgPointer {
  cursor: pointer;
}

img {
  vertical-align: middle;
}


/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 8%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/*.video_rect {
  object-fit: contain;
  width: 440px;
  height: 440px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0px;
  transform: translate(0%, 0%);
  clip-path: circle(100% at 50% 50%);
  transition: all .25s ease;
  padding: 0px;
}*/

.video_circle {
  object-fit: cover;
  width: 240px;
  height: 240px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0px;
  border-radius: 20%;
  transform: translate(0%, 0%);
  /*shape-inside: circle(50% at 50% 50%);*/
  clip-path: circle(50% at 50% 50%);
  transition: all .25s ease;
  padding: 0px;
  /*border-top-left-radius: 50% 1%;
	border-top-right-radius: 50% 1%;*/
}


div.scroll-container {
  /*background-color: gainsboro;*/
  overflow: auto;
  width: 100%;
  white-space: nowrap;
  padding: 1px;
  position: absolute;
  bottom: 35px;
}

div.scroll-container img {
  padding: 4px;
}

.form {
  border: 0px solid #252424;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
}

.form h4 {
  text-align: center;
  font-size: 14;
  padding: 10 10 10px;
  color: black;
}

/*.form {
  overflow: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0px solid #252424;
  justify-content: center;
  align-items: center;
  height: 95vh;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: rgba(225, 225, 225);
}*/

.login-container {
  margin: auto;
  background: white;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  border: 0px solid #252424;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 95%;
  max-width: 400px;
  box-sizing: border-box;
  text-align: left;
}

.login-container h1 {
  margin: 0 0 20px;
  font-size: 24px;
  text-align: center;
  color: #ccc;
}

.login-container input[type="text"],
.login-container input[type="password"] {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.login-container button {
  width: 100%;
  padding: 10px;
  background-color: #3e5f8a;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.login-container button:hover {
  background-color: #0056b3;
}

@media (min-width: 768px) {
  .login-container {
    width: 400px;
  }
}

/*///////////////////////////////////////////////*/
input[type=text],
input[type=password] {
  width: 100%;
  padding: 16px 8px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: #8ebf42;
  color: white;
  padding: 14px 0;
  margin: 10px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

h1 {
  text-align: center;
  font-size: 18;
}

h4 {
  text-align: center;
  font-size: 12;
  margin: 0 0 20px;
}

button:hover {
  opacity: 0.8;
}

.button {
  border: none;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {
  background-color: #3e5f8a;
  display: block;
  width: 100%;
}

.button10 {
  text-align: center;
  text-decoration: none;
  background-color: #3e5f8a;
  display: block;
  /*width: 100%;*/
  width: 200px;
}

.button11 {
  text-align: center;
  text-decoration: none;
  background-color: #e70c42;
  display: block;
  /*width: 100%;*/
  width: 200px;
}


.button1-imagen {
  background-image: url("../iconos/128_cst_2024.png");
  /*background-size: contain; /* O cover */
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  box-sizing: border-box;
  /*border: 4px inset whitesmoke;*/
  border: 2px groove whitesmoke;
  color: white;
  /* Cambia el color del texto si es necesario */
  padding: 10px;
  background-color: white;
  text-align: center;
  display: block;
  width: 100%;
}




.center2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.center2 .a {
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.hidden-img {
  visibility: hidden;
  /* Mantiene el espacio pero hace el input invisible */
}

.solid {
  border-top: 3px solid ghostwhite;
}

* {
  box-sizing: border-box;
}

.record {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
}

.record.selected {
  background-color: #e0f7fa;
}

.help-icon {
  position: fixed;
  bottom: 70px;
  right: 20px;
  background: rgba(0, 123, 255, 0.8);
  /*rgb(199, 199, 199, 0.8);*/
  /*#007bff;*/
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(128, 128, 128, 0.8);
  z-index: 9999;
}


.menu-item {
  display: left;
  align-items: center;
  gap: 10px;
  /* espacio entre el logo y el botón */
  list-style: none;
}

.menu-item2 {
  display: flex;
  align-items: center;
  gap: 10px;
  /* espacio entre el logo y el botón */
  list-style: none;
}

.menu-item3 {
  display: right;
  align-items: right;
  gap: 10px;
  /* espacio entre el logo y el botón */
  list-style: none;
}

.menu-button2 {
  background: none;
  border: none;
  color: white;
  font-size: 22px;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
}

.menu-button2:hover {
  color: #ddd;
}

.menu-button2 i {
  font-size: 22px;
  color: white;
}

.menu-button3 {
  background: none;
  margin-right: 25px;
  border: none;
  color: white;
  font-size: 22px;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
}

.menu-button3:hover {
  color: #ddd;
}

.menu-button3 i {
  font-size: 22px;
  color: white;
}

.tooltip {
  position: fixed;
  bottom: 120px;
  right: 20px;
  background: rgba(0, 123, 255, 0.9);
  /*rgba(168, 168, 168, 0.9);*/
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
  max-width: 250px;
  box-shadow: 0px 4px 6px rgba(128, 128, 128, 0.8);
  z-index: 9999;
}

.tooltip p {
  display: flex;
  /* Usa flexbox */
  align-items: center;
  /* Alinea verticalmente */
  gap: 8px;
  /* Espacio entre icono y texto */
  margin: 10px 0;
}

.icon {
  width: 24px;
  /* Tamaño fijo para iconos */
  text-align: center;
  /* Centra el icono */
}

/* Estilo para el texto dentro del tooltip */
/*.tooltip p {
  margin: 10px 0;
}*/


/* Estilo de los íconos */
.tooltip i {
  margin-right: 8px;
}


.header {
  /*position: fixed;*/
  background-color: #3e5f8a;
  /*#4caf50;*/
  color: white;
  width: 100%;
  height: 50px;
  padding: 10px;
  flex-shrink: 0;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  font-size: 20px !important;
  transition: none;
  z-index: 999;
}

.header ul2,
.footer ul2 {
  list-style: none;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: space-around;
  align-items: center;
}

.header a,
.footer a {
  color: white;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  font-size: 20px !important;
  transition: none;
}

.header fa,
.footer fa {
  font-size: 20px !important;
  transition: none;
}


.header li2,
.footer li2 {
  flex: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header li2+li2::before,
.footer li2+li2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0px;
  background-color: #f0f0f0;
}

li2 img {
  display: block;
  margin-left: 0px;
  width: 80px;
  /* Ajusta el tamaño de la imagen */
  height: 30px;
  object-fit: scale-down;
  z-index: 100;
  /* align-items: left;
  text-align: left;
  justify-content: left;*/
}
