body.new-cursor {
  cursor: url("https://www.hospitaldeltrabajador.cl/images/librariesprovider4/accesibilidad-web/cursor.png"), auto !important;
}
body.new-cursor a,
body.new-cursor button {
  cursor: url("https://www.hospitaldeltrabajador.cl/images/librariesprovider4/accesibilidad-web/pointer.png"), auto !important;
}
body.new-cursor a:hover,
body.new-cursor button:hover {
  cursor: url("https://www.hospitaldeltrabajador.cl/images/librariesprovider4/accesibilidad-web/pointer.png"), auto !important;
}
body #__ba_panel {
  opacity: 0 !important;
  pointer-events: none !important;
}

#assistArea.high-contrast .active-area .activate-btn .icono::before {
  content: "";
  background-color: #222;
}
#assistArea.high-contrast .access-opt .row .icono svg path,
#assistArea.high-contrast .access-opt .row .icono svg polygon,
#assistArea.high-contrast .access-opt .row .icono svg rect {
  fill: #ffffff !important;
}
body{
  overflow-x: hidden !important;
}
body.high-contrast-for-all {
  background-color: #222 !important;
}
body.high-contrast-for-all section img,
body.high-contrast-for-all section svg,
body.high-contrast-for-all footer img,
body.high-contrast-for-all footer svg {
  filter: grayscale(100%);
  background-color: transparent !important;
}
body.high-contrast-for-all * {
  background-color: #222 !important;
  color: white !important;
}
body.high-contrast-for-all section {
  filter: grayscale(100%);
}
body.high-contrast-for-all .banner-secondary * {
  background-color: transparent !important;
}
body.high-contrast-for-all #assistArea .active-area .activate-btn .icono::before {
  content: "";
  background-color: #222;
}
body.high-contrast-for-all #assistArea .access-opt .row .icono svg path,
body.high-contrast-for-all #assistArea .access-opt .row .icono svg polygon,
body.high-contrast-for-all #assistArea .access-opt .row .icono svg rect {
  fill: #ffffff !important;
}
body.high-contrast-for-all img,
body.high-contrast-for-all svg {
  filter: grayscale(100%);
  background-color: transparent !important;
}

.cursor {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  opacity: 0;
  transition: all 150ms ease-in-out;
}
.cursor .hl {
  position: absolute;
  height: 5px;
  left: 0;
  right: 0;
  background-color: rgba(11, 255, 194, 0.25) !important;
}
.cursor.activo {
  opacity: 1;
}

.hl-objects {
  outline: 3px dashed rgba(11, 255, 194, 0.5);
  background-color: rgba(11, 255, 194, 0.25);
}

#assistArea {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #348FFF;
  width: 290px;
  padding: 15px 0;
  transition: right 0.2s ease-in-out;
  top: 0;
  height: 100vh;
  z-index: 99999999;
}
#assistArea * {
  transition: none !important;
}
#assistArea a {
  text-decoration: none !important;
  cursor: pointer;
}
#assistArea.hide .active-area {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 54px;
  height: 54px;
  background-color: #348FFF;
  border-radius: 50%;
}
#assistArea:not(.hide) .active-area {
  top: 20px;
}
#assistArea.hide {
  padding: 0;
  right: -290px;
}
#assistArea.hide .access-opt,
#assistArea.hide .access-opt .row {
  opacity: 0;
}
#assistArea .active-area .activate-btn {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
}
#assistArea .active-area .activate-btn.active {
  pointer-events: all;
  opacity: 1;
}
#assistArea .active-area #cerrar-btn.active {
  top: 20px;
}
#assistArea .active-area .activate-btn .icono {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
}
#assistArea .active-area .activate-btn .icono svg {
  width: 46px;
  height: 46px;
}
#assistArea .active-area .activate-btn .icono svg path,
#assistArea .active-area .activate-btn .icono svg polygon,
#assistArea .active-area .activate-btn .icono svg rect {
  fill: #ffffff;
}
/* #assistArea .active-area .activate-btn .icono::before {
  content: "";
  background-color: #348FFF;
  left: -30px;
  right: 0;
  top: 30px;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: -1;
  width: 110px;
  height: 120px;
  border-radius: 50%;
} */
#assistArea .active-area .activate-btn .texto {
  color: white;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-top: 0;
  position: relative;
  z-index: 99;
  text-align: center;
}
#assistArea .active-area .activate-btn#cerrar-btn .texto {
  margin-top: 0;
  position: relative;
  z-index: 10;
}
#assistArea .access-opt {
  /*height: auto;*/
  opacity: 1;
  overflow: hidden;
  background-color: transparent !important;
}
#assistArea .access-opt .container-fluid {
  background-color: transparent !important;
}
#assistArea .access-opt .row .assist-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 20;
}
#assistArea .access-opt .row .assist-btn span {
  display: block;
  text-align: center;
}
#assistArea .access-opt .row .assist-btn span.icono {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid white;
  color: #348FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#assistArea .access-opt .row .assist-btn span.icono svg {
  width: 26px;
  height: 23px;
}
#assistArea .access-opt .row .assist-btn span.icono svg path,
#assistArea .access-opt .row .assist-btn span.icono svg polygon,
#assistArea .access-opt .row .assist-btn span.icono svg rect {
  fill: #348FFF;
}
#assistArea .access-opt .row .assist-btn span.texto {
  font-size: 13.4px;
  line-height: 18px;
  font-weight: 700;
  padding-top: 4px;
  color: white;
  opacity: 1;
}
#assistArea .access-opt .row .assist-btn.active-btn .icono {
  border: 1px solid white;
  background-color: #348FFF;
  color: white;
}
#assistArea .access-opt .row .assist-btn.active-btn .icono img {
  filter: grayscale(100) brightness(100);
}
#assistArea .access-opt .row .assist-btn.active-btn .icono svg path,
#assistArea .access-opt .row .assist-btn.active-btn .icono svg polygon,
#assistArea .access-opt .row .assist-btn.active-btn .icono svg rect {
  fill: #ffffff;
}

/* Animaciones */
#assistArea.hide .assist-btn {
  opacity: 0;
}
#assistArea:not(.hide) .assist-btn {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
#assistArea #agrandar {
  transition-delay: 0.2s;
}
#assistArea #disminuir {
  transition-delay: 0.4s;
}
#assistArea #lectura {
  transition-delay: 0.6s;
}
#assistArea #contraste {
  transition-delay: 0.8s;
}
#assistArea #resaltar {
  transition-delay: 1s;
}
#assistArea #cursor {
  transition-delay: 1.2s;
}

@media (max-width: 576px) {
  #assistArea {
    width: 100%;
  }
  #assistArea.hide {
    padding: 0;
    right: -100%;
  }
}
@media (max-width: 991.98px) {
  #assistArea.hide .active-area{
    bottom: 86px;
  }
}

/*# sourceMappingURL=style-accesibilidad.css.map */
