#miDiv {
  font-size: 14px !important; /* o el tamaño que quieras fijo */
}
#closeButton {
  background-color: transparent;
  border: none;
  margin-top: 1.5rem;
  margin-bottom: 20px;
  cursor: pointer;
  float:right;
}
.boton-flotante {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  background-color: #9b2743;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.popout__inner {
}
.popup-derecha {
  height: 100vh;
  position: fixed;
  right: -65rem;
  top: 0;
  transition: right 0.5s ease-in-out;
  z-index: 9999;
  background-color: #e6e3df;
  padding-left: 2rem;
  padding-right: 2rem;
}
.botones-play button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px!important;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ea11y-widget-tool-steps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.principales button {
  flex-direction: column;
}
#INDfontsize-radioGroup {
  font-family: "WorkSans" !important;
  margin-top: 2rem;
  border-radius: 8px;

  display: grid;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  overflow-y: hidden;
}
#INDfontsize-radioGroup button:hover,
#INDfontsize-radioGroup button:focus {
  background-color: #e7e7e7;
}
#INDfontsize-radioGroup button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  border: solid 2px #989898;
  cursor: pointer;
  height: 120px;
  padding: 6px 12px;
  flex-direction: column;
}

#INDfontsize-radioGroup .ea11y-widget-tool-step--active {
  /* Azul brillante para destacar */
  width: 12px; /* Tamaño ligeramente mayor */
  height: 12px;
  border-radius: 50%; /* Forma circular */
  background-color: #9b2743 !important;
  /* Resplandor suave */
  transition: all 0.3s ease; /* Animación suave al cambiar de paso */
}
#INDfontsize-radioGroup .ea11y-widget-tool-step {
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  transition: all 0.3s ease;
  display: block;
}

/* Paso 1 = contraste oscuro */
body[data-contrast-step="1"] *:not(#miDiv):not(#miDiv *) {
  background-color: #18181b !important;
  color: #fafafa !important;
  box-shadow: none !important;
  background-image: none !important;
  text-shadow: none !important;
}

/* Paso 2 = contraste claro */
body[data-contrast-step="2"] *:not(#miDiv):not(#miDiv *) {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Paso 3 = contraste alto */
body[data-contrast-step="3"] *:not(#miDiv):not(#miDiv *) {
  background-color: #000000 !important;
  color: #fffa00 !important;
}

.paused * {
  animation: none !important;
  animation-play-state: paused !important;
  transition: none !important;
  transition-property: none !important;
  transition-delay: 0s !important;
  transition-duration: 0s !important;
  animation: none !important;
  animation-delay: 0s !important;
  animation-play-state: paused !important;
  animation-duration: 0s !important;
  animation-iteration-count: 0 !important;
}

.highlighted-link {
  background-color: yellow !important; /* color de fondo */
  color: black; /* color de texto */
  font-weight: bold; /* opcional */
  text-decoration: underline; /* opcional */
}
.highlighted-link:hover {
  background-color: orange !important; /* color de fondo al pasar el mouse */
  color: black; /* color de texto al pasar el mouse */
}

/*#INDfontsize-radioGroup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#INDfontsize-radioGroup li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

#INDfontsize-radioGroup li:last-child {
  margin-bottom: 0;
}
  */
