body.new-cursor {
  cursor: url("https://www.esachs.cl/images/librariesprovider15/accesibilidad-web/cursor.png"), auto !important;
}
body.new-cursor a,
body.new-cursor button {
  cursor: url("https://www.esachs.cl/images/librariesprovider15/accesibilidad-web/pointer.png"), auto !important;
}
body.new-cursor a:hover,
body.new-cursor button:hover {
  cursor: url("https://www.esachs.cl/images/librariesprovider15/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 .btns-area .actions-area .icono svg path,
#assistArea.high-contrast .btns-area .actions-area .icono svg polygon,
#assistArea.high-contrast .btns-area .actions-area .icono svg rect {
  fill: #ffffff !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 .btns-area .actions-area .icono svg path,
body.high-contrast-for-all #assistArea .btns-area .actions-area .icono svg polygon,
body.high-contrast-for-all #assistArea .btns-area .actions-area .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;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #007934;
  width: 100%;
  padding: 15px 0;
  z-index: 99;
  transition: bottom 0.2s ease-in-out;
  z-index: 9999;
}
#assistArea * {
  transition: none !important;
}
#assistArea a {
  text-decoration: none !important;
  cursor: pointer;
}
#assistArea .active-area {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 67px;
  background-color: transparent !important;
}
#assistArea .active-area .activate-btn {
  position: absolute;
  top: 6px;
  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 .activate-btn .icono {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  background-color: #007934;
  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: #007934;
  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;
  width: max-content;
}
#assistArea .active-area .activate-btn#cerrar-btn .texto {
  margin-top: 0;
  position: relative;
  z-index: 10;
}
#assistArea .btns-area {
  /*height: auto;*/
  opacity: 1;
  overflow: hidden;
  background-color: transparent !important;
}
#assistArea .btns-area .container-fluid {
  background-color: transparent !important;
}
#assistArea .btns-area .actions-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  opacity: 1;
}
#assistArea .btns-area .actions-area .assist-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 33.33333%;
  position: relative;
  z-index: 20;
}
#assistArea .btns-area .actions-area .assist-btn span {
  display: block;
  text-align: center;
}
#assistArea .btns-area .actions-area .assist-btn span.icono {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid white;
  color: #007934;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#assistArea .btns-area .actions-area .assist-btn span.icono svg {
  width: 26px;
  height: 23px;
}
#assistArea .btns-area .actions-area .assist-btn span.icono svg path,
#assistArea .btns-area .actions-area .assist-btn span.icono svg polygon,
#assistArea .btns-area .actions-area .assist-btn span.icono svg rect {
  fill: #007934;
}
#assistArea .btns-area .actions-area .assist-btn span.texto {
  font-size: 14px;
  font-weight: 700;
  color: white;
  opacity: 1;
}
#assistArea .btns-area .actions-area .assist-btn.active-btn .icono {
  border: 1px solid white;
  background-color: #007934;
  color: white;
}
#assistArea .btns-area .actions-area .assist-btn.active-btn .icono img {
  filter: grayscale(100) brightness(100);
}
#assistArea .btns-area .actions-area .assist-btn.active-btn .icono svg path,
#assistArea .btns-area .actions-area .assist-btn.active-btn .icono svg polygon,
#assistArea .btns-area .actions-area .assist-btn.active-btn .icono svg rect {
  fill: #ffffff;
}
#assistArea.hide {
  padding: 0;
  bottom: -74px;
}
#assistArea.hide .btns-area {
  /*height: 0;*/
  opacity: 0;
}
#assistArea.hide .btns-area .actions-area {
  opacity: 0;
}

@media (max-width: 992px) {
  #assistArea {
    bottom: 42px;
  }
  #assistArea .icono > img {
    height: 32px;
  }
  #assistArea.hide {
    bottom: -26px;
  }
}
/* 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;
}

/*# sourceMappingURL=style-accesibilidad.css.map */
