.jocarsa-accesibilidad{
  position:fixed;
  top:10px;
  right:10px;
  z-index:999999;
  display:flex;
  flex-direction:row;
  gap:8px;
  padding:8px;
  background:#fff;
  border-radius:14px;
  box-shadow:0 8px 24px rgba(0,0,0,.18);
  opacity:0.1;
  transition:all 1s;
}
.jocarsa-accesibilidad:hover{
	  opacity:1;
}
.jocarsa-boton{
  width:40px;
  height:40px;
  border:0;
  border-radius:10px;
  background:#f3f3f3;
  cursor:pointer;
  font-size:18px;
  opacity:.5;
  transition:opacity .3s, transform .3s, background .3s, color .3s;
}

.jocarsa-boton:hover{
  opacity:1;
  transform:scale(1.08);
}

.jocarsa-boton.activo{
  opacity:1;
  background:#111;
  color:#fff;
}

.jocarsa-fuente-legible *{
  font-family:Arial,Helvetica,sans-serif !important;
  line-height:1.6 !important;
  letter-spacing:.02em;
}

.jocarsa-enlaces-visibles a{
  text-decoration:underline !important;
  text-decoration-thickness:2px !important;
}
