.placeat-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:focus-visible{outline:3px solid #ffbf47!important;outline-offset:3px!important}

/* PLACEAT compact accessibility trigger */
.designwp-a11y-widget{position:fixed!important;right:20px!important;bottom:112px!important;left:auto!important;top:auto!important;z-index:99998!important;transform:none!important;margin:0!important}.designwp-a11y-trigger{width:64px!important;height:64px!important;min-width:64px!important;padding:0!important;border-radius:50%!important;border:3px solid #fff!important;background:#173f82!important;color:#fff!important;box-shadow:0 4px 14px rgba(0,0,0,.25)!important;font-size:0!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.designwp-a11y-trigger:before{content:'♿';font-size:34px!important;line-height:1!important;color:#fff!important}.designwp-a11y-trigger:hover,.designwp-a11y-trigger:focus-visible{background:#0f2f67!important;transform:translateY(-2px)}.designwp-a11y-panel{position:absolute!important;right:0!important;bottom:76px!important;width:min(320px,calc(100vw - 32px))!important;max-height:70vh!important;overflow:auto!important}@media(max-width:767px){.designwp-a11y-widget{position:fixed!important;right:18px!important;bottom:100px!important;left:auto!important;top:auto!important;transform:none!important;margin:0!important}.designwp-a11y-trigger{width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important}.designwp-a11y-trigger:before{font-size:32px!important}.designwp-a11y-panel{bottom:74px!important;left:auto!important;right:0!important;transform:none!important;width:min(320px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important;box-sizing:border-box!important;overflow-x:hidden!important}}

/* Botón compacto para volver a abrir las preferencias de privacidad */
.designwp-privacy-reopen{position:fixed!important;left:18px!important;right:auto!important;bottom:18px!important;top:auto!important;width:52px!important;height:52px!important;min-width:52px!important;padding:0!important;margin:0!important;border-radius:50%!important;border:3px solid #fff!important;background:#173f82!important;color:#fff!important;box-shadow:0 4px 14px rgba(0,0,0,.25)!important;z-index:99997!important;font-size:0!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.designwp-privacy-reopen:before{content:'🍪';font-size:25px!important;line-height:1!important}.designwp-privacy-reopen:hover,.designwp-privacy-reopen:focus-visible{background:#0f2f67!important;transform:translateY(-2px)}
@media(max-width:767px){.designwp-privacy-reopen{left:16px!important;bottom:16px!important;width:48px!important;height:48px!important;min-width:48px!important}.designwp-privacy-reopen:before{font-size:23px!important}}

/* Controles flotantes: Versión sencilla y Escuchar la página */
.designwp-content-tools{
  position:fixed!important;
  right:auto!important;
  bottom:82px!important;
  left:16px!important;
  top:auto!important;
  z-index:99996!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:10px!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  pointer-events:none!important;
}
.designwp-content-tools .designwp-simple-toggle,
.designwp-content-tools .designwp-listen-toggle{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  min-height:56px!important;
  margin:0!important;
  padding:0!important;
  border:3px solid #fff!important;
  border-radius:50%!important;
  background:#173f82!important;
  color:#fff!important;
  box-shadow:0 5px 16px rgba(0,0,0,.24)!important;
  font-size:0!important;
  line-height:1!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease!important;
}
.designwp-content-tools .designwp-simple-toggle:before{
  content:'Aa';
  font:700 20px/1 Poppins,Arial,sans-serif!important;
  letter-spacing:-1px!important;
  color:#fff!important;
}
.designwp-content-tools .designwp-listen-toggle:before{
  content:'▶';
  display:block!important;
  margin-left:3px!important;
  font-size:23px!important;
  line-height:1!important;
  color:#fff!important;
}
.designwp-content-tools .designwp-simple-toggle[aria-expanded='true'],
.designwp-content-tools .designwp-listen-toggle[aria-pressed='true']{
  background:#23a455!important;
  box-shadow:0 5px 18px rgba(35,164,85,.38)!important;
}
.designwp-content-tools .designwp-listen-toggle[aria-pressed='true']:before{
  content:'Ⅱ';
  margin-left:0!important;
  font-size:25px!important;
  font-weight:800!important;
}
.designwp-content-tools .designwp-simple-toggle:hover,
.designwp-content-tools .designwp-simple-toggle:focus-visible,
.designwp-content-tools .designwp-listen-toggle:hover,
.designwp-content-tools .designwp-listen-toggle:focus-visible{
  transform:translateY(-2px)!important;
  background:#0f2f67!important;
}
.designwp-content-tools .designwp-simple-toggle[aria-expanded='true']:hover,
.designwp-content-tools .designwp-simple-toggle[aria-expanded='true']:focus-visible,
.designwp-content-tools .designwp-listen-toggle[aria-pressed='true']:hover,
.designwp-content-tools .designwp-listen-toggle[aria-pressed='true']:focus-visible{
  background:#198447!important;
}
.designwp-content-tools .designwp-simple-toggle:after,
.designwp-content-tools .designwp-listen-toggle:after{
  position:absolute!important;
  right:auto!important;
  left:68px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:max-content!important;
  max-width:220px!important;
  padding:7px 10px!important;
  border-radius:8px!important;
  background:#172033!important;
  color:#fff!important;
  font:600 13px/1.25 Poppins,Arial,sans-serif!important;
  white-space:nowrap!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .15s ease!important;
}
.designwp-content-tools .designwp-simple-toggle:after{content:'Versión sencilla'}
.designwp-content-tools .designwp-listen-toggle:after{content:'Escuchar la página'}
.designwp-content-tools .designwp-simple-toggle:hover:after,
.designwp-content-tools .designwp-simple-toggle:focus-visible:after,
.designwp-content-tools .designwp-listen-toggle:hover:after,
.designwp-content-tools .designwp-listen-toggle:focus-visible:after{
  opacity:1!important;
  visibility:visible!important;
}
@media(max-width:767px){
  .designwp-content-tools{right:auto!important;left:14px!important;bottom:76px!important;gap:9px!important}
  .designwp-content-tools .designwp-simple-toggle,
  .designwp-content-tools .designwp-listen-toggle{
    width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important
  }
  .designwp-content-tools .designwp-simple-toggle:before{font-size:18px!important}
  .designwp-content-tools .designwp-listen-toggle:before{font-size:21px!important}
  .designwp-content-tools .designwp-simple-toggle:after,
  .designwp-content-tools .designwp-listen-toggle:after{display:none!important}
}
@media(max-width:380px){
  .designwp-content-tools{right:auto!important;left:12px!important;bottom:74px!important}
}

/* Aire lateral para el texto del hero de la portada */
.home .elementor-element-c2cd630 > .elementor-container > .elementor-element-ebb923e > .elementor-widget-wrap{
  padding-left:clamp(24px,4vw,64px)!important;
  padding-right:clamp(18px,2.5vw,36px)!important;
}
@media(max-width:767px){
  .home .elementor-element-c2cd630 > .elementor-container > .elementor-element-ebb923e > .elementor-widget-wrap{
    padding-left:20px!important;
    padding-right:20px!important;
  }
}

/* Alineación derecha: chatbot + accesibilidad */
#chatbase-bubble-button{right:20px!important}
.designwp-a11y-widget{right:20px!important}
.designwp-a11y-widget .designwp-a11y-panel{
  position:absolute!important;
  left:auto!important;
  right:0!important;
  top:auto!important;
  transform:none!important;
  width:min(320px,calc(100vw - 40px))!important;
  max-width:calc(100vw - 40px)!important;
  max-height:min(70vh,620px)!important;
  box-sizing:border-box!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
}
@media(max-width:767px){
  #chatbase-bubble-button{right:18px!important}
  .designwp-a11y-widget{right:18px!important}
  .designwp-a11y-widget .designwp-a11y-panel{
    left:auto!important;
    right:0!important;
    width:calc(100vw - 32px)!important;
    max-width:calc(100vw - 32px)!important;
    max-height:calc(100vh - 120px)!important;
  }
}

/* Preferencias de lectura aplicadas a toda la página, no al panel */
html.placeat-a11y-text-minus body :is(main,header,footer) :is(p,li,a,button,label,input,textarea,select,span,h1,h2,h3,h4,h5,h6){font-size:90%!important}
html.placeat-a11y-text-plus body :is(main,header,footer) :is(p,li,a,button,label,input,textarea,select,span,h1,h2,h3,h4,h5,h6){font-size:112.5%!important}
html.placeat-a11y-spacing body :is(main,header,footer){line-height:1.8!important;letter-spacing:.04em!important;word-spacing:.08em!important}
html.placeat-a11y-spacing body :is(main,header,footer) p{margin-bottom:1.35em!important}
html.placeat-a11y-links body :is(main,header,footer) a{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important}
html.placeat-a11y-motion *,html.placeat-a11y-motion *:before,html.placeat-a11y-motion *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
html.placeat-a11y-contrast body :is(main,header,footer){background:#000!important;color:#fff!important}
html.placeat-a11y-contrast body :is(main,header,footer) :is(section,article,div,nav,aside){background-color:#000!important;background-image:none!important;color:#fff!important}
html.placeat-a11y-contrast body :is(main,header,footer) :is(p,li,span,strong,em,h1,h2,h3,h4,h5,h6,label){color:#fff!important}
html.placeat-a11y-contrast body :is(main,header,footer) a{color:#ffeb3b!important;text-decoration:underline!important}
html.placeat-a11y-contrast body :is(main,header,footer) :is(button,input,textarea,select){background:#fff!important;color:#000!important;border:2px solid #ffeb3b!important}
.designwp-a11y-widget,.designwp-a11y-widget *{font-size:initial}
