/* Turbo Hosting Web — pulido visual sobre bloques nativos de Elementor.
   Contenedores por _element_id ; widgets por _css_classes. */
:root{
  --thw-navy:#1A2B5C;--thw-blue:#3A9EFD;--thw-blue-ink:#1f6fd0;--thw-coral:#FF6B6B;
  --thw-check:#2f7fd6;               /* color de los check (azul de marca, no verde) */
  --thw-ok:#2f7fd6;
  --thw-paper:#F5F7FA;--thw-card:#fff;--thw-ink:#1A2B5C;--thw-mute:#5b6a8c;--thw-line:#e3e8f1;
  --thw-fd:'Poppins',system-ui,sans-serif;--thw-fb:'Inter',system-ui,sans-serif;
  --thw-r:16px;
  --thw-sh:0 1px 2px rgba(26,43,92,.05),0 16px 40px -16px rgba(26,43,92,.16);
  --thw-shb:0 22px 48px -14px rgba(58,158,253,.38),0 0 0 1px rgba(58,158,253,.28);
  --thw-shl:0 40px 90px -30px rgba(26,43,92,.3);
}
body{background:var(--thw-paper);color:var(--thw-ink);font-family:var(--thw-fb)}
/* el recuadro gris/verde que se ve al tocar un boton en Android/iPhone es el "tap highlight"
   nativo del navegador: no respeta el border-radius (por eso se ve cuadrado detras del boton
   circular de WhatsApp). Se apaga en todo el sitio; los propios :active que ya pusimos dan
   la respuesta visual al toque, mejor controlada. */
a,button,[role="button"]{-webkit-tap-highlight-color:transparent}
.elementor-invisible{opacity:1!important;visibility:visible!important;animation:none!important;transform:none!important}

/* aparicion al hacer scroll (solo si el JS marca .thw-js; sin JS todo se ve).
   Las tarjetas entran con un leve "asentamiento" (escala .96->1) ademas del
   deslizamiento: le da algo de vida al movil, que no tiene el efecto :hover
   de escritorio. Mismo IntersectionObserver de siempre, sin costo extra. */
.thw-js .thw-reveal{opacity:0;transform:translateY(26px) scale(.97);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.thw-js .thw-reveal.thw-in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.thw-js .thw-reveal{opacity:1!important;transform:none!important;transition:none}}

/* ================= SECCIONES / WRAPS ================= */
#thw-hero,#thw-trust,#incluye,#planes,#como,#testimonios,#cierre,#preguntas,#porque,#empresa,
#acompanamos,#rendimiento,#seguridad,#canales,#formulario,#donde,
[id^="thw-ctarow-1-wrap"]{
  width:100%;max-width:100%;padding:5rem 1.5rem!important}
@media(max-width:768px){
  #thw-hero,#incluye,#planes,#como,#testimonios,#cierre,#preguntas,#porque,#empresa,#acompanamos,
  #rendimiento,#seguridad,#canales,#formulario,#donde,[id^="thw-ctarow-1-wrap"]{padding:3.5rem 1.15rem!important}
  #thw-hero{padding-top:2.25rem!important}
}
[id^="thw-ctarow-1-wrap"]{padding-top:0!important;padding-bottom:3.5rem!important}
#thw-trust{padding:0!important;background:var(--thw-card)!important;border-block:1px solid var(--thw-line);overflow:hidden}
#planes,#testimonios,#empresa,#seguridad,#formulario{background:var(--thw-card)!important;border-block:1px solid var(--thw-line)}
#thw-w-incluye,#thw-w-planes,#thw-w-como,#thw-w-testi,#thw-w-faq,#thw-w-cta,#thw-herogrid,#thw-herogrid-home,#thw-herocta,
#thw-w-porque,#thw-w-empresa,#thw-w-acomp,#thw-pagehero,#thw-w-form,#thw-w-donde,[id^="thw-ctarow-1"]{
  max-width:1200px!important;margin-inline:auto!important;width:100%}

/* ================= TITULOS ================= */
.thw-h1 .elementor-heading-title,.thw-h2 .elementor-heading-title,.thw-plan-name .elementor-heading-title,
.thw-step-title .elementor-heading-title,.thw-cta-h .elementor-heading-title,.thw-flip-ib .elementor-icon-box-title{
  font-family:var(--thw-fd);color:var(--thw-ink);letter-spacing:-.02em;line-height:1.12;text-wrap:balance;font-weight:800}
.thw-h1 .elementor-heading-title{font-size:clamp(2.4rem,1.7rem + 3.4vw,4rem)}
.thw-h2 .elementor-heading-title{font-size:clamp(1.9rem,1.4rem + 2.1vw,2.8rem)}
.thw-eyebrow .elementor-heading-title{font-family:var(--thw-fd);font-weight:700;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--thw-blue)}
.thw-eyebrow{margin-bottom:.9rem}
.thw-h2{margin-bottom:1rem;max-width:24ch}
.thw-sub .elementor-widget-container,.thw-sub p{color:var(--thw-mute);font-size:1.22rem;line-height:1.6;max-width:54ch}
.thw-sub{margin-bottom:2.75rem}
#thw-shead-c{text-align:center;max-width:640px!important;margin-inline:auto!important;align-items:center!important}
#thw-shead-c .thw-h2,#thw-shead-c .thw-h2 .elementor-heading-title{max-width:none}

/* ================= BOTONES ================= */
.thw-btn .elementor-button{font-family:var(--thw-fd)!important;font-weight:600;font-size:1.0625rem;border-radius:12px;
  padding:.9rem 1.6rem;border:1.5px solid transparent;display:inline-flex;align-items:center;gap:.55rem;
  transition:transform .16s,box-shadow .18s,background .18s,border-color .18s,color .18s}
.thw-btn-sm .elementor-button{padding:.6rem 1.05rem;font-size:.92rem;border-radius:10px}
.thw-btn-primary .elementor-button{background:var(--thw-blue);color:#fff;box-shadow:0 12px 26px -12px rgba(58,158,253,.5)}
.thw-btn-primary .elementor-button:hover{background:var(--thw-navy);color:#fff;transform:translateY(-2px);box-shadow:0 18px 40px -10px rgba(58,158,253,.6)}
.thw-btn-ghost .elementor-button{background:var(--thw-card);color:var(--thw-ink);border-color:var(--thw-line)}
.thw-btn-ghost .elementor-button:hover{border-color:var(--thw-blue);color:var(--thw-blue);background:rgba(58,158,253,.08);transform:translateY(-2px);box-shadow:0 16px 36px -12px rgba(58,158,253,.4)}
.thw-btn-white .elementor-button{background:#fff;color:var(--thw-navy)}
.thw-btn-white .elementor-button:hover{background:#fff;color:var(--thw-blue-ink);transform:translateY(-2px);box-shadow:0 18px 44px -12px rgba(0,0,0,.35)}
.thw-btn-white-ghost .elementor-button{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.thw-btn-white-ghost .elementor-button:hover{background:rgba(255,255,255,.12);color:#fff;border-color:#fff;transform:translateY(-2px)}
#thw-herocta,[id^="thw-ctarow-1"],#thw-cta-btns{flex-direction:row!important;flex-wrap:wrap;justify-content:center;gap:1rem!important}
#thw-herocta{margin-top:3rem!important}
#thw-cta-btns{margin-top:1.4rem}
@media(max-width:600px){
  #thw-herocta .elementor-button,[id^="thw-ctarow-1"] .elementor-button,#thw-cta-btns .elementor-button{width:100%;justify-content:center}
}

/* ================= GRIDS ================= */
#thw-g-incluye,#thw-g-planes,#thw-g-como,#thw-g-testi,#thw-g-porque,#thw-g-acomp,#thw-g-flip{
  display:grid!important;gap:1.5rem!important;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;width:100%}
@media(max-width:920px){#thw-g-incluye,#thw-g-planes,#thw-g-como,#thw-g-testi,#thw-g-porque,#thw-g-acomp,#thw-g-flip{grid-template-columns:minmax(0,1fr)}}

/* ================= TARJETA BASE ================= */
[id^="thw-c-incluye-"],[id^="thw-c-como-"],[id^="thw-c-testi-"],[id^="thw-plan-"],
[id^="thw-c-porque-"]:not([id^="ir-"]),[id^="thw-c-acomp-"]:not([id^="ir-"]){
  background:var(--thw-card)!important;border:1px solid var(--thw-line)!important;border-radius:var(--thw-r)!important;
  padding:2rem!important;box-shadow:var(--thw-sh);transition:transform .18s,box-shadow .2s,border-color .2s;height:100%}
[id^="thw-c-incluye-"]:hover,[id^="thw-c-como-"]:hover,[id^="thw-c-testi-"]:hover,[id^="thw-plan-"]:hover,
[id^="thw-c-porque-"]:not([id^="ir-"]):hover,[id^="thw-c-acomp-"]:not([id^="ir-"]):hover{
  transform:translateY(-5px);box-shadow:var(--thw-shb);border-color:var(--thw-blue)!important}
/* equivalente tactil del :hover: en pantallas sin mouse, el mismo levantamiento aparece
   al tocar la tarjeta (yema del dedo = cursor encima) y desaparece al soltar. No requiere
   entender "toca para algo": es solo la respuesta visual, igual que en escritorio. */
@media(hover:none){
  [id^="thw-c-incluye-"]:active,[id^="thw-c-como-"]:active,[id^="thw-c-testi-"]:active,[id^="thw-plan-"]:active,
  [id^="thw-c-porque-"]:not([id^="ir-"]):active,[id^="thw-c-acomp-"]:not([id^="ir-"]):active{
    transform:translateY(-3px) scale(1.015);box-shadow:var(--thw-shb);border-color:var(--thw-blue)!important;
    transition:transform .12s,box-shadow .12s,border-color .12s}
}

/* ---- tarjeta INFO: icono al lado del titulo (centrado), descripcion centrada, boton abajo ---- */
[id^="thw-c-porque-"]:not([id^="ir-"]),[id^="thw-c-acomp-"]:not([id^="ir-"]),[id^="thw-c-incluye-"]:not([id^="ir-"]){
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start;
  text-align:center;gap:0!important}
/* fila icono+titulo: sin fondo ni borde, centrada, altura reservada para 2 lineas -> descripciones alineadas */
[id^="ir-thw-c-"]{
  display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;
  gap:.6rem!important;width:100%!important;min-height:3.4rem;margin-bottom:.85rem;
  background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}
.thw-ic{flex:0 0 auto}
.thw-ic .elementor-icon-wrapper,.thw-ic .elementor-icon{width:44px;height:44px;border-radius:12px;background:rgba(58,158,253,.1);color:var(--thw-blue-ink);display:grid!important;place-items:center;margin:0}
.thw-ic .elementor-icon svg,.thw-ic .elementor-icon i{width:20px;height:20px;font-size:19px;color:var(--thw-blue-ink);fill:var(--thw-blue-ink)}
.thw-ic-t{flex:0 1 auto;min-width:0}
.thw-ic-t .elementor-heading-title{font-family:var(--thw-fd);font-weight:700;font-size:1.14rem;color:var(--thw-ink);line-height:1.22;text-align:left}
.thw-ic-d{width:100%}
.thw-ic-d .elementor-widget-container,.thw-ic-d p{font-size:.95rem;color:var(--thw-mute);line-height:1.55;max-width:32ch;margin:0 auto}
[id^="thw-c-porque-"] .thw-btn,[id^="thw-c-acomp-"] .thw-btn{margin-top:1.25rem}
@media(max-width:920px){
  [id^="ir-thw-c-"]{min-height:0;margin-bottom:.7rem}
}
/* tarjeta de canal (Contacto): boton centrado, pegado abajo */
#canales [id^="thw-c-porque-"]:not([id^="ir-"]){display:flex!important;flex-direction:column!important}
#canales [id^="thw-c-porque-"] .thw-btn{margin-top:auto;align-self:center;padding-top:.5rem;width:100%}
#canales [id^="thw-c-porque-"] .thw-btn .elementor-widget-container{display:flex!important;justify-content:center!important}
#canales [id^="thw-c-porque-"] .thw-btn .elementor-button{white-space:nowrap}

/* ================= MARQUEE ================= */
.thw-marquee{overflow:hidden;padding:1.3rem 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.thw-marquee-track{display:flex;width:max-content;gap:2.75rem;animation:thwMq 36s linear infinite}
.thw-marquee:hover .thw-marquee-track{animation-play-state:paused}
@keyframes thwMq{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.thw-marquee-track{animation:none;flex-wrap:wrap;justify-content:center}}
.thw-chip{display:inline-flex;align-items:center;gap:.55rem;white-space:nowrap;font-size:1.0625rem;font-weight:500;color:var(--thw-ink)}
.thw-chip svg{width:17px;height:17px;color:var(--thw-check);flex:none}

/* ================= PLANS ================= */
[id^="thw-plan-"]{display:flex!important;flex-direction:column!important;gap:.15rem!important}
#thw-plan-xl-feat{border-color:var(--thw-blue)!important;box-shadow:var(--thw-shl)}
.thw-plan-badge{margin-bottom:1rem}
.thw-plan-badge p{display:inline-block;background:var(--thw-coral);color:#fff;font-family:var(--thw-fd);font-weight:700;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .7rem;border-radius:7px;margin:0}
.thw-plan-badge.gh{visibility:hidden}
.thw-plan-name .elementor-heading-title{font-size:2rem;font-weight:800}
.thw-plan-kind .elementor-widget-container,.thw-plan-kind p{color:var(--thw-mute);font-size:.95rem;margin-top:.1rem}
.thw-plan-price{margin-top:1.4rem}
.thw-plan-price .elementor-heading-title{font-family:var(--thw-fd);font-size:1.9rem;font-weight:800;color:var(--thw-ink)}
.thw-plan-term .elementor-widget-container,.thw-plan-term p{color:var(--thw-blue-ink);font-size:.95rem;font-weight:600}
[id^="thw-plan-"] .thw-feat{margin:1.3rem 0!important;flex:1}
[id^="thw-plan-"] .thw-btn{margin-top:auto;width:100%}
[id^="thw-plan-"] .thw-btn .elementor-button{width:100%;justify-content:center}
#thw-plannote{align-items:center!important;gap:.9rem!important;margin-top:2.25rem!important;text-align:center}
.thw-plan-note p{color:var(--thw-mute);font-size:.95rem;max-width:none;margin:0}

/* feature list */
.thw-feat .elementor-icon-list-items{display:flex;flex-direction:column;gap:.62rem}
.thw-feat .elementor-icon-list-item{align-items:flex-start;padding:0}
.thw-feat .elementor-icon-list-icon{padding-top:3px}
.thw-feat .elementor-icon-list-icon svg,.thw-feat .elementor-icon-list-icon i{color:var(--thw-check)!important;fill:var(--thw-check)!important;width:15px;height:15px;font-size:13px}
.thw-feat .elementor-icon-list-text{font-size:.95rem;line-height:1.45;color:var(--thw-ink)}
.thw-feat .elementor-icon-list-text strong{font-weight:600}

/* ================= STEPS ================= */
#thw-g-como{counter-reset:thws}
[id^="thw-c-como-"]{position:relative;padding-top:2.75rem!important}
[id^="thw-c-como-"]::before{counter-increment:thws;content:counter(thws,decimal-leading-zero);
  position:absolute;top:1.5rem;right:1.75rem;font-family:var(--thw-fd);font-weight:800;color:rgba(58,158,253,.22);font-size:3rem;line-height:1}
.thw-step-title .elementor-heading-title{font-size:1.2rem;font-weight:700}
.thw-step-txt .elementor-widget-container,.thw-step-txt p{color:var(--thw-mute);font-size:.95rem}

/* ================= QUOTES ================= */
[id^="thw-c-testi-"]{display:flex!important;flex-direction:column!important;gap:1.1rem!important;padding:2rem 1.9rem!important}
.thw-quote-txt{position:relative}
.thw-quote-txt .mk{font-family:var(--thw-fd);font-size:3rem;font-weight:800;color:rgba(58,158,253,.22);line-height:1;margin:0 0 -1.4rem;display:block}
.thw-quote-txt .q{font-size:1.05rem;line-height:1.6;color:var(--thw-ink);margin:0;max-width:none;position:relative}
[id^="thw-qby-"]{flex-direction:row!important;align-items:center;gap:.75rem!important;margin-top:auto!important;
  width:100%;padding-top:1.1rem;border-top:1px solid var(--thw-line)}
.thw-quote-logo{flex:0 0 auto}
.thw-quote-logo .elementor-widget-container{display:flex;align-items:center}
.thw-quote-logo img{max-height:26px;max-width:96px;width:auto;object-fit:contain;opacity:.8}
.thw-quote-meta{min-width:0}
.thw-quote-meta .n{font-family:var(--thw-fd);font-weight:700;font-size:.95rem;margin:0}
.thw-quote-meta .rl{color:var(--thw-mute);font-size:.95rem;margin:0}

/* ================= FLIP CARDS ================= */
#thw-g-flip{perspective:1600px}
#thw-g-flip > [id^="thw-flip-"]{min-height:270px;cursor:pointer;border-radius:var(--thw-r);transition:box-shadow .22s}
#thw-g-flip > [id^="thw-flip-"]:hover,#thw-g-flip > [id^="thw-flip-"].is-flipped{box-shadow:var(--thw-shb)}
[id$="-in"]{position:relative;width:100%;height:100%;min-height:270px;transition:transform .6s cubic-bezier(.3,1,.4,1);transform-style:preserve-3d}
#thw-g-flip > [id^="thw-flip-"]:hover [id$="-in"],#thw-g-flip > [id^="thw-flip-"].is-flipped [id$="-in"]{transform:rotateY(180deg)}
[id$="-f"],[id$="-b"]{position:absolute!important;inset:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;
  border:1px solid var(--thw-line);border-radius:var(--thw-r);padding:2rem!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
[id$="-f"]{background:var(--thw-card)}
[id$="-b"]{transform:rotateY(180deg);border-color:transparent;text-align:center;
  background:linear-gradient(155deg,#1A2B5C 0%,#254291 52%,#3A9EFD 130%)}
[id$="-b"] .thw-flip-txt p,[id$="-b"] .thw-flip-txt .elementor-widget-container{color:#eef4ff;font-size:1.04rem;line-height:1.6;max-width:26ch;text-align:center;margin:0}
/* frente: icono + titulo en una linea, centrado */
.thw-flip-ib .elementor-icon-box-wrapper{display:flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:.75rem;text-align:left}
.thw-flip-ib .elementor-icon-box-icon{margin:0!important}
.thw-flip-ib .elementor-icon-box-content{width:auto}
.thw-flip-ib .elementor-icon-box-title{margin:0;font-size:1.3rem;font-weight:800;font-family:var(--thw-fd);color:var(--thw-ink)}
.thw-flip-ib .elementor-icon-box-description{display:none}
/* pista: abajo a la derecha; escritorio "Pasa el cursor", tactil "Toca" */
.thw-flip-hint{position:absolute!important;right:1.25rem;bottom:1rem;width:auto!important}
.thw-flip-hint p{margin:0;color:var(--thw-mute);font-size:.78rem;font-weight:600;font-family:var(--thw-fd)}
.thw-flip-hint .ht{display:none}
@media(hover:none){.thw-flip-hint .hd{display:none}.thw-flip-hint .ht{display:inline}}
@media(prefers-reduced-motion:reduce){[id$="-in"]{transition:none}}

/* ================= CTA band ================= */
#thw-cta{background:linear-gradient(150deg,var(--thw-navy) 0%,#22407e 55%,var(--thw-blue) 130%)!important;
  border-radius:22px!important;padding:4.5rem 2.5rem!important;text-align:center;align-items:center!important;gap:1rem!important}
.thw-cta-h .elementor-heading-title{color:#fff!important;overflow-wrap:break-word;max-width:20ch}
.thw-cta-p .elementor-widget-container,.thw-cta-p p{color:rgba(255,255,255,.85);font-size:1.22rem;max-width:46ch;margin:0 auto}
@media(max-width:768px){
  #thw-cta{padding:3rem 1.4rem!important;border-radius:18px!important}
  .thw-cta-h .elementor-heading-title{font-size:1.6rem!important}
  .thw-cta-p .elementor-widget-container,.thw-cta-p p{font-size:1.05rem}
}

/* ================= FAQ ================= */
#thw-w-faq .elementor-widget-html,.thw-faq{max-width:820px;margin-inline:auto}
.thw-faq details{background:var(--thw-card);border:1px solid var(--thw-line);border-radius:12px;margin-bottom:.75rem;overflow:hidden;transition:border-color .18s,box-shadow .18s}
.thw-faq details[open]{border-color:var(--thw-blue);box-shadow:var(--thw-shb)}
.thw-faq summary{list-style:none;cursor:pointer;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  font-family:var(--thw-fd);font-weight:600;font-size:1.1rem;color:var(--thw-ink);text-align:left}
.thw-faq summary::-webkit-details-marker{display:none}
.thw-faq summary::after{content:"";width:11px;height:11px;flex:none;border-right:2.5px solid var(--thw-blue);border-bottom:2.5px solid var(--thw-blue);transform:rotate(45deg);transition:transform .2s;margin-top:-4px}
.thw-faq details[open] summary::after{transform:rotate(-135deg);margin-top:3px}
.thw-faq .a{padding:0 1.5rem 1.3rem}
.thw-faq .a p{margin:0;color:var(--thw-mute);font-size:1.0625rem;line-height:1.6;max-width:none}

/* ================= DONDE ESTAMOS + MAPA ================= */
/* el bloque de texto (eyebrow+titulo+parrafo) es una sola columna, del mismo alto que
   arranca el mapa: nada de separar el titulo arriba del todo y el parrafo centrado aparte */
#thw-donde-grid{display:grid!important;grid-template-columns:1fr 1.1fr;gap:2.5rem!important;align-items:flex-start}
#thw-donde-text{display:flex!important;flex-direction:column!important}
@media(max-width:860px){#thw-donde-grid{grid-template-columns:1fr;gap:1.6rem!important}}
.thw-map{border-radius:var(--thw-r);overflow:hidden;border:1px solid var(--thw-line);box-shadow:var(--thw-sh);aspect-ratio:16/10;background:var(--thw-paper)}
.thw-map iframe{width:100%;height:100%;display:block;filter:grayscale(.15)}

/* ================= FORMULARIO ================= */
#thw-w-form{text-align:center}
#thw-formcard{max-width:620px;margin-inline:auto;background:var(--thw-paper);border:1px solid var(--thw-line);border-radius:var(--thw-r);padding:2rem!important;text-align:left}
.thw-form .elementor-form .elementor-field-group{margin-bottom:1.1rem}
.thw-form .elementor-field-label{font-family:var(--thw-fd);font-weight:600;font-size:.9rem;color:var(--thw-ink);margin-bottom:.4rem}
.thw-form input.elementor-field,.thw-form textarea.elementor-field,.thw-form .elementor-field-textual{
  width:100%;background:#fff!important;border:1.5px solid var(--thw-line)!important;border-radius:10px!important;
  padding:.8rem 1rem!important;font-family:var(--thw-fb)!important;font-size:1rem!important;color:var(--thw-ink)!important;transition:border-color .15s,box-shadow .15s}
.thw-form input.elementor-field:focus,.thw-form textarea.elementor-field:focus{border-color:var(--thw-blue)!important;box-shadow:0 0 0 3px rgba(58,158,253,.18)!important;outline:none}
.thw-form textarea.elementor-field{min-height:130px}
.thw-form .elementor-button{background:var(--thw-blue)!important;color:#fff!important;font-family:var(--thw-fd)!important;font-weight:600!important;border-radius:12px!important;padding:.9rem 1.8rem!important;border:0!important;box-shadow:0 12px 26px -12px rgba(58,158,253,.5);transition:background .18s,transform .16s}
.thw-form .elementor-button:hover{background:var(--thw-navy)!important;transform:translateY(-2px)}

/* ---- formulario de tickets (HTML propio) ---- */
#thw-formcard #thw-ticket-wrap{width:100%}
.thw-ticket{display:flex;flex-direction:column;gap:1.05rem}
.thw-tk-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.05rem}
@media(max-width:600px){.thw-tk-grid{grid-template-columns:1fr}}
.thw-tk-field{display:flex;flex-direction:column;gap:.4rem;font-family:var(--thw-fd);font-weight:600;font-size:.9rem;color:var(--thw-ink)}
/* espacio reservado para la etiqueta (hasta 2 lineas) y el texto pegado abajo, junto al campo:
   asi "Telefono" y "Plan" (mas largo) dejan el input/select a la MISMA altura en la fila. */
.thw-tk-lbl{display:flex;align-items:flex-end;min-height:2.3rem;line-height:1.25}
.thw-tk-field b{color:var(--thw-coral);font-weight:700;margin-left:.15rem}
.thw-ticket input,.thw-ticket select,.thw-ticket textarea{
  box-sizing:border-box;width:100%;background:#fff;border:1.5px solid var(--thw-line);border-radius:10px;
  padding:.8rem 1rem;font-family:var(--thw-fb);font-weight:400;font-size:1rem;line-height:1.3;color:var(--thw-ink);
  transition:border-color .15s,box-shadow .15s}
.thw-ticket textarea{min-height:130px;resize:vertical}
.thw-ticket select{appearance:none;-webkit-appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%233A9EFD' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.6rem;text-overflow:clip}
.thw-ticket input:focus,.thw-ticket select:focus,.thw-ticket textarea:focus{
  border-color:var(--thw-blue);box-shadow:0 0 0 3px rgba(58,158,253,.18);outline:none}
.thw-tk-send{align-self:center;margin-top:.25rem;font-family:var(--thw-fd);font-weight:600;font-size:1.0625rem;
  border:0;border-radius:12px;padding:.9rem 1.7rem;background:var(--thw-blue);color:#fff;cursor:pointer;
  box-shadow:0 12px 26px -12px rgba(58,158,253,.5);transition:background .18s,transform .16s}
.thw-tk-send:hover:not(:disabled){background:var(--thw-navy);transform:translateY(-2px)}
.thw-tk-send:disabled{opacity:.65;cursor:progress}
.thw-tk-msg{margin:.15rem 0 0;font-size:.95rem;line-height:1.5}
.thw-tk-msg:empty{display:none}
.thw-tk-msg.is-err{color:#c0392b}
.thw-tk-ok{text-align:center;padding:1rem 0}
.thw-tk-badge{display:inline-block;font-family:var(--thw-fd);font-weight:800;font-size:1.15rem;color:#fff;
  background:linear-gradient(135deg,var(--thw-navy),var(--thw-blue));border-radius:10px;padding:.5rem 1rem;margin-bottom:.9rem}
.thw-tk-ok p{margin:0;color:var(--thw-ink);font-size:1.02rem;line-height:1.6;max-width:42ch;margin-inline:auto}
@media(max-width:600px){.thw-tk-send{align-self:stretch;text-align:center}.thw-tk-send .elementor-button,.thw-tk-send{width:100%}}

/* ================= HERO ================= */
#thw-hero{position:relative;overflow:hidden;padding-top:4.5rem!important}
#thw-hero::before,#thw-hero::after{content:"";position:absolute;border-radius:50%;filter:blur(90px);z-index:0;pointer-events:none}
#thw-hero::before{width:560px;height:560px;background:rgba(58,158,253,.16);top:-200px;right:-140px;animation:thwFloat 16s ease-in-out infinite}
#thw-hero::after{width:340px;height:340px;background:rgba(255,107,107,.1);bottom:-180px;left:-120px;animation:thwFloat 20s ease-in-out infinite reverse}
@keyframes thwFloat{50%{transform:translate(-30px,40px) scale(1.1)}}
/* lineas de velocidad de fondo */
#thw-herogrid::before,#thw-herogrid-home::before{content:"";position:absolute;inset:-40px -100vw;z-index:0;pointer-events:none;
  background:repeating-linear-gradient(115deg,transparent 0 46px,rgba(58,158,253,.06) 46px 48px);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 30%,#000 70%,transparent);mask-image:linear-gradient(90deg,transparent,#000 30%,#000 70%,transparent);
  animation:thwSlide 8s linear infinite}
@keyframes thwSlide{to{background-position:120px 0}}
@media(prefers-reduced-motion:reduce){#thw-hero::before,#thw-hero::after,#thw-herogrid::before,#thw-herogrid-home::before{animation:none}}
#thw-herogrid,#thw-herogrid-home{position:relative;z-index:1;display:grid!important;grid-template-columns:1.02fr .98fr;gap:3.5rem!important;align-items:center}
#thw-herogrid-home{grid-template-columns:.9fr 1.1fr!important}
@media(max-width:940px){#thw-herogrid,#thw-herogrid-home{grid-template-columns:1fr!important;gap:2.5rem!important}}
#thw-herocol{gap:1.4rem!important;align-items:flex-start;align-self:center}
.thw-lead .elementor-widget-container,.thw-lead p{color:var(--thw-mute);font-size:1.22rem;line-height:1.6;max-width:46ch}
.thw-lead-wide .elementor-widget-container,.thw-lead-wide p{max-width:52ch}
#thw-herophoto{position:relative;z-index:1}
/* foto (home) */
.thw-hero-img .elementor-widget-container{border-radius:20px;overflow:hidden;box-shadow:var(--thw-shl);border:1px solid var(--thw-line);line-height:0}
.thw-hero-img img{width:100%;aspect-ratio:4/4.3;object-fit:cover}
.thw-hero-card{position:absolute!important;left:-22px;bottom:26px;z-index:3;background:#fff;border:1px solid var(--thw-line);border-radius:14px;box-shadow:var(--thw-shl);padding:.9rem 1.05rem;min-width:236px;animation:thwBob 5s ease-in-out infinite}
.thw-hero-card .elementor-widget-container{background:transparent}
@keyframes thwBob{50%{transform:translateY(-8px)}}
@media(prefers-reduced-motion:reduce){.thw-hero-card{animation:none}}
@media(max-width:940px){.thw-hero-card{left:8px}}
.thw-hero-card p{margin:0;max-width:none}
.thw-hero-card .d{font-family:var(--thw-fd);font-weight:700;font-size:.98rem;color:var(--thw-ink);margin-bottom:.5rem}
.thw-hero-card .r{display:flex;justify-content:space-between;gap:1.5rem;font-size:.84rem;color:var(--thw-mute);padding:.12rem 0}
.thw-hero-card .r b{color:var(--thw-ink);font-weight:600}
/* infografia animada del hero */
.thw-hero-viz{display:flex;justify-content:center}
.thw-hero-viz .elementor-widget-container{width:100%;display:flex;justify-content:center}
.thw-hero-viz img{width:100%;max-width:485px;height:auto}
.thw-hero-viz-home img{max-width:610px}
@media(max-width:940px){.thw-hero-viz img{max-width:400px}}
@media(max-width:520px){.thw-hero-viz img{max-width:320px}}

/* ================= extra ================= */
.thw-ctarow-note p{width:100%;text-align:center;color:var(--thw-mute);font-size:.95rem;margin:.6rem 0 0;max-width:none}

/* ================= HEADER ================= */
.elementor-location-header{position:sticky;top:0;z-index:900;background:rgba(255,255,255,.92);
  -webkit-backdrop-filter:blur(10px) saturate(1.4);backdrop-filter:blur(10px) saturate(1.4);
  border-bottom:1px solid var(--thw-line)}
#thw-hdr{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:1.25rem;
  max-width:1240px;margin-inline:auto;width:100%;padding:.5rem 1.5rem!important;background:transparent!important}
/* Elementor mete "wrap" por defecto en sus contenedores nuevos; eso hacia que en movil el
   tercer elemento (la hamburguesa) se fuera solo a una segunda fila -> se veia "al reves". */
.thw-hdr-logo{flex:none;line-height:0;display:flex;align-items:center}
.thw-hdr-logo img{height:38px!important;width:auto!important;display:block}
/* el logo lleva a Inicio; esta respuesta visual (mismo lenguaje que las tarjetas) le
   avisa al usuario que es interactivo, en escritorio con el cursor y en tactil al tocar */
.thw-hdr-logo a{display:block;transition:transform .15s,opacity .15s}
.thw-hdr-logo a:hover{transform:scale(1.045)}
@media(hover:none){.thw-hdr-logo a:active{transform:scale(.93);opacity:.75}}
.thw-hdr-nav{margin-left:auto;display:flex;align-items:center}
.thw-hdr-nav .elementor-nav-menu--main .elementor-item{font-family:var(--thw-fd);font-weight:600;font-size:.97rem;padding:.5rem .8rem!important}
.thw-hdr-cta{flex:none;display:flex;align-items:center}
.thw-hdr-cta .elementor-button{white-space:nowrap}

/* --- movil: logo | ... | [Ver planes] [hamburguesa] , todo centrado verticalmente --- */
@media(max-width:1024px){
  #thw-hdr{gap:.6rem}
  /* !important: por si el widget trae un "Order" heredado del layout original de Elementor
     que gane por estilo en linea (bug de "el orden queda al reves" reportado en movil) */
  .thw-hdr-logo{order:1!important}
  .thw-hdr-cta{order:2!important;margin-left:auto!important}
  .thw-hdr-nav{order:3!important;margin-left:0!important}
  .thw-hdr-nav .elementor-menu-toggle{
    width:42px;height:42px;padding:0!important;border-radius:10px;
    background-color:var(--thw-navy)!important;display:flex!important;align-items:center;justify-content:center}
  .thw-hdr-nav .elementor-menu-toggle svg,.thw-hdr-nav .elementor-menu-toggle i{width:22px;height:22px;font-size:20px;color:#fff!important;fill:#fff!important}
  .thw-hdr-nav .elementor-menu-toggle:hover{background-color:var(--thw-blue)!important}
}
@media(max-width:768px){
  #thw-hdr{padding:.45rem 1.05rem!important}
  .thw-hdr-logo img{height:30px!important}
  .thw-hdr-cta .elementor-button{padding:.58rem .95rem!important;font-size:.88rem}
  .thw-hdr-nav .elementor-menu-toggle{width:40px;height:40px}
}
@media(max-width:360px){
  .thw-hdr-cta .elementor-button{padding:.5rem .8rem!important;font-size:.82rem}
}

/* ================= BOTON FLOTANTE WHATSAPP ================= */
/* circulo solido + anillo de pulso como elemento propio (borde, no box-shadow ni relleno):
   evita el bug de Safari donde el box-shadow animado no respeta el border-radius y se ve
   como un borron cuadrado en vez de un circulo. */
.thw-wa-float{position:fixed;right:18px;bottom:18px;z-index:990;width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;background:#25D366;
  box-shadow:0 6px 18px -4px rgba(0,0,0,.32);transition:transform .18s,box-shadow .18s}
.thw-wa-float:hover{transform:translateY(-3px);box-shadow:0 10px 26px -4px rgba(0,0,0,.4)}
.thw-wa-ic{width:30px;height:30px;fill:#fff;position:relative;z-index:1;flex:none}
.thw-wa-ring{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(37,211,102,.65);
  pointer-events:none;animation:thwWaRing 2.8s cubic-bezier(.25,.7,.3,1) infinite}
@keyframes thwWaRing{0%{transform:scale(.92);opacity:.75}75%,100%{transform:scale(1.55);opacity:0}}
@media(prefers-reduced-motion:reduce){.thw-wa-ring{animation:none;display:none}}
@media(max-width:600px){.thw-wa-float{width:52px;height:52px;right:14px;bottom:14px}.thw-wa-ic{width:27px;height:27px}}

/* sin franja en blanco bajo el footer + sin scroll horizontal en movil */
html,body{overflow-x:clip}
#page{overflow-x:clip}
.elementor-location-footer{margin-bottom:0!important}
.elementor-location-footer>.elementor,.elementor-location-footer .e-con.e-parent:last-child{margin-bottom:0!important}

/* ================= FOOTER ================= */
.elementor-location-footer{background:#0f1a3d}
#thw-ftr{position:relative;overflow:hidden;color:#fff;width:100%;max-width:100%;padding:4rem 1.5rem 2rem!important;
  background:radial-gradient(1100px 520px at 8% -10%,rgba(58,158,253,.35),transparent 60%),
             radial-gradient(900px 480px at 108% 115%,rgba(58,158,253,.22),transparent 55%),
             linear-gradient(160deg,#0d1733 0%,#16255a 50%,#1c3273 100%)!important;
  border-top:1px solid rgba(58,158,253,.35)}
#thw-ftr-wrap{position:relative;z-index:1;max-width:1200px;margin-inline:auto;width:100%;display:flex!important;flex-direction:column!important;gap:2.5rem!important}
#thw-ftr-top{display:grid!important;grid-template-columns:1.6fr 1fr 1.2fr;gap:2.5rem!important;width:100%}
@media(max-width:700px){#thw-ftr-top{grid-template-columns:1fr;gap:2rem!important}}
#thw-ftr-brand{gap:1.1rem!important;max-width:340px}
.thw-ftr-logo img{height:36px!important;width:auto!important;filter:brightness(0) invert(1)}
.thw-ftr-tag p{color:rgba(255,255,255,.72)!important;font-size:.94rem;line-height:1.6;margin:0;max-width:none}
/* iconos sociales: alineados a la izquierda y con el color real de cada red al pasar el cursor */
.thw-ftr-social{justify-content:flex-start!important}
.thw-ftr-social .elementor-grid{justify-content:flex-start!important}
.thw-ftr-social .elementor-social-icon{background:rgba(255,255,255,.1)!important;transition:background .18s,transform .18s,box-shadow .18s}
.thw-ftr-social .elementor-social-icon:hover{transform:translateY(-2px) scale(1.06)}
.thw-ftr-social .elementor-social-icon svg{fill:#fff!important;width:15px;height:15px}
.thw-ftr-social .elementor-social-icon-facebook-f:hover{background:#1877F2!important;box-shadow:0 8px 18px -6px rgba(24,119,242,.65)}
.thw-ftr-social .elementor-social-icon-whatsapp:hover{background:#25D366!important;box-shadow:0 8px 18px -6px rgba(37,211,102,.65)}
.thw-ftr-h .elementor-heading-title{color:var(--thw-blue)!important;font-family:var(--thw-fd);font-weight:800;font-size:.8rem;
  letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.1rem;text-shadow:0 0 20px rgba(58,158,253,.35)}
.thw-ftr-links .elementor-icon-list-icon{display:none!important}
.thw-ftr-links .elementor-icon-list-item{margin-bottom:.12rem;padding:0}
.thw-ftr-links .elementor-icon-list-text{color:rgba(255,255,255,.78)!important;font-size:.94rem;line-height:1.7;transition:color .16s}
.thw-ftr-links a:hover .elementor-icon-list-text{color:#fff!important}
#thw-ftr-bottom{display:flex!important;flex-direction:row!important;flex-wrap:nowrap;justify-content:space-between;
  align-items:center;gap:1.5rem!important;border-top:1px solid rgba(255,255,255,.14);padding-top:1.75rem!important}
.thw-ftr-copy{flex:1 1 auto;min-width:0}
.thw-ftr-copy p{color:rgba(255,255,255,.6)!important;font-size:.84rem;margin:0;max-width:none;white-space:nowrap}
@media(max-width:680px){.thw-ftr-copy p{white-space:normal}}
.thw-ftr-legal{flex:0 0 auto}
.thw-ftr-legal .elementor-icon-list-icon{display:none!important}
.thw-ftr-legal .elementor-icon-list-items{display:flex!important;flex-direction:row!important;flex-wrap:nowrap;gap:1.25rem!important;justify-content:flex-end}
.thw-ftr-legal .elementor-icon-list-item{padding:0;margin:0;white-space:nowrap}
.thw-ftr-legal .elementor-icon-list-text{color:rgba(255,255,255,.6)!important;font-size:.84rem}
.thw-ftr-legal a:hover .elementor-icon-list-text{color:#fff!important}
.thw-ftr-legal a[data-thw-cookies]{cursor:pointer}
@media(max-width:680px){
  #thw-ftr-bottom{flex-direction:column;align-items:flex-start;flex-wrap:wrap}
  .thw-ftr-legal .elementor-icon-list-items{flex-wrap:wrap;justify-content:flex-start}
}

/* ================= PAGINAS LEGALES ================= */
.thw-legal-upd{color:var(--thw-mute);font-size:.92rem;margin:-.6rem 0 0}
.thw-legal-intro-wrap{max-width:1200px!important;margin-inline:auto!important;width:100%;padding:0 1.5rem;margin-top:-1.5rem!important}
.thw-legal-intro{background:var(--thw-card);border:1px solid var(--thw-line);border-radius:var(--thw-r);
  padding:1.6rem 1.9rem!important;box-shadow:var(--thw-sh)}
.thw-legal-intro p{margin:.25rem 0;color:var(--thw-ink);font-size:.96rem;line-height:1.65;max-width:none}
.thw-legal-intro strong{font-weight:700}
.thw-legal-intro a{color:var(--thw-blue-ink);text-decoration:none;font-weight:600}
.thw-legal-intro a:hover{text-decoration:underline}
#thw-legal-body{max-width:760px!important;margin-inline:auto!important;width:100%;padding:4rem 1.5rem 5rem}
@media(max-width:768px){#thw-legal-body{padding:3rem 1.15rem 3.5rem}}
.thw-legal-h{margin-bottom:.85rem!important}
.thw-legal-h .elementor-heading-title{font-family:var(--thw-fd);font-weight:800;font-size:1.3rem;color:var(--thw-navy);letter-spacing:-.01em;line-height:1.3}
[id^="thw-legal-s"]{margin-bottom:2.5rem!important}
[id^="thw-legal-s"]:last-child{margin-bottom:0!important}
.thw-legal-txt .elementor-widget-container,.thw-legal-txt p{color:var(--thw-mute);font-size:1.02rem;line-height:1.7;max-width:none;margin:0 0 1rem}
.thw-legal-txt p:last-child{margin-bottom:0}
.thw-legal-txt ul{margin:0 0 1rem;padding-left:1.3rem;color:var(--thw-mute);font-size:1.02rem;line-height:1.7}
.thw-legal-txt li{margin-bottom:.45rem;padding-left:.2rem}
.thw-legal-txt li::marker{color:var(--thw-blue);font-weight:700}
.thw-legal-txt strong{color:var(--thw-ink);font-weight:700}
.thw-legal-txt a{color:var(--thw-blue-ink);font-weight:600;text-decoration:none}
.thw-legal-txt a:hover{text-decoration:underline}

/* ================= AVISO Y PANEL DE COOKIES ================= */
.thw-cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:980;padding:1rem;
  display:flex;justify-content:center}
.thw-cookie-banner[hidden]{display:none}
.thw-cookie-banner-in{width:100%;max-width:680px;background:var(--thw-card);border:1px solid var(--thw-line);
  border-radius:16px;box-shadow:0 -10px 40px -8px rgba(26,43,92,.28),0 4px 16px rgba(0,0,0,.08);
  padding:1.6rem 1.8rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.1rem}
.thw-cookie-banner-in p{margin:0;color:var(--thw-mute);font-size:.92rem;line-height:1.55;max-width:56ch}
.thw-cookie-banner-btns{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap}
/* botones "reales" (no widgets de Elementor), mismo lenguaje visual que .thw-btn-primary/-ghost */
.thw-ck-btn{font-family:var(--thw-fd);font-weight:600;font-size:.92rem;border-radius:11px;padding:.68rem 1.15rem;
  border:1.5px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .16s,box-shadow .18s,background .18s,border-color .18s,color .18s}
.thw-ck-btn-primary{background:var(--thw-blue);color:#fff;box-shadow:0 10px 22px -10px rgba(58,158,253,.5)}
.thw-ck-btn-primary:hover{background:var(--thw-navy);transform:translateY(-1px)}
.thw-ck-btn-ghost{background:var(--thw-card);color:var(--thw-ink);border-color:var(--thw-line)}
.thw-ck-btn-ghost:hover{border-color:var(--thw-blue);color:var(--thw-blue-ink);background:rgba(58,158,253,.08)}
@media(max-width:600px){.thw-cookie-banner{padding:.7rem}.thw-cookie-banner-in{padding:1.15rem;gap:.9rem}.thw-cookie-banner-btns{width:100%}.thw-cookie-banner-btns button{flex:1}}
body.thw-cookiebar-open .thw-wa-float{display:none}

.thw-cookie-panel{position:fixed;inset:0;z-index:995;display:flex;align-items:center;justify-content:center;padding:1rem}
.thw-cookie-panel[hidden]{display:none}
.thw-cookie-panel-overlay{position:absolute;inset:0;background:rgba(10,18,40,.55);backdrop-filter:blur(2px)}
.thw-cookie-panel-box{position:relative;z-index:1;width:100%;max-width:560px;max-height:88vh;overflow-y:auto;
  background:var(--thw-card);border-radius:var(--thw-r);box-shadow:var(--thw-shl);padding:2.1rem 2rem}
.thw-cookie-panel-x{position:absolute;top:1.1rem;right:1.1rem;width:34px;height:34px;border:0;border-radius:9px;
  background:var(--thw-paper);color:var(--thw-mute);font-size:1.35rem;line-height:1;cursor:pointer;transition:background .15s,color .15s}
.thw-cookie-panel-x:hover{background:var(--thw-line);color:var(--thw-ink)}
.thw-cookie-panel-box h2{margin:0 .5rem .8rem 0;font-family:var(--thw-fd);font-weight:800;font-size:1.4rem;color:var(--thw-navy)}
.thw-cookie-panel-box>p{margin:0 0 1.5rem;color:var(--thw-mute);font-size:.96rem;line-height:1.6;max-width:none}
.thw-cookie-cat{padding:1.05rem 0;border-top:1px solid var(--thw-line)}
.thw-cookie-cat:first-of-type{border-top:1px solid var(--thw-line)}
.thw-cookie-cat-h{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.4rem}
.thw-cookie-cat-h strong{font-family:var(--thw-fd);font-weight:700;font-size:1rem;color:var(--thw-ink)}
.thw-cookie-cat p{margin:0;color:var(--thw-mute);font-size:.9rem;line-height:1.55;max-width:52ch}
.thw-cookie-badge{font-family:var(--thw-fd);font-weight:700;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase;
  color:var(--thw-blue-ink);background:rgba(58,158,253,.12);border-radius:7px;padding:.3rem .6rem}
.thw-cookie-toggle{position:relative;display:inline-block;width:42px;height:24px;flex:none}
.thw-cookie-toggle input{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer;z-index:1}
.thw-cookie-toggle span{position:absolute;inset:0;background:var(--thw-line);border-radius:99px;transition:background .18s}
.thw-cookie-toggle span::before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;
  background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:transform .18s}
.thw-cookie-toggle input:checked+span{background:var(--thw-blue)}
.thw-cookie-toggle input:checked+span::before{transform:translateX(18px)}
.thw-cookie-panel-btns{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid var(--thw-line)}
.thw-cookie-panel-btns button{flex:1 1 auto}
@media(max-width:480px){.thw-cookie-panel-box{padding:1.6rem 1.3rem 1.8rem}}
