.bstv-footer{position:relative;width:100%;overflow:hidden;color:var(--bstv-white,#fff);font-family:var(--bstv-font,Inter,Arial,Helvetica,sans-serif);background:radial-gradient(circle at 5% 0%,rgba(var(--bstv-violet-rgb,140,82,255),.24),transparent 27%),radial-gradient(circle at 95% 10%,rgba(var(--bstv-pink-rgb,218,108,255),.17),transparent 25%),linear-gradient(180deg,var(--bstv-bg-top,#1b0d31) 0%,var(--bstv-bg,#12091f) 100%)}
.bstv-footer,.bstv-footer *{box-sizing:border-box}.bstv-footer a{color:inherit;text-decoration:none}.bstv-footer__container{width:min(var(--bstv-max-width,1340px),calc(100% - 40px));margin:0 auto}.bstv-footer__line{height:3px;background:linear-gradient(90deg,transparent,var(--bstv-violet,#8c52ff),var(--bstv-pink,#da6cff),var(--bstv-violet-light,#b989ff),transparent)}
.bstv-footer__head{padding:24px 0 22px}.bstv-footer__head-box{display:grid;grid-template-columns:minmax(205px,235px) minmax(0,1fr);align-items:center;gap:24px;padding:20px 22px;border:1px solid var(--bstv-border,rgba(220,204,255,.18));border-radius:20px;background:linear-gradient(135deg,rgba(var(--bstv-violet-rgb,140,82,255),.15),rgba(255,255,255,.04));box-shadow:0 18px 50px rgba(0,0,0,.22)}
.bstv-footer__identity{display:flex;min-width:0;align-items:center;justify-content:flex-start}.bstv-footer__logo-link{display:flex;align-items:center}.bstv-footer__logo{display:block;width:var(--bstv-logo-desktop,220px);max-width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.25))}
.bstv-footer__contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:10px;min-width:0;padding-left:24px;border-left:1px solid var(--bstv-border,rgba(220,204,255,.18))}.bstv-footer__contact-grid--four{grid-template-columns:minmax(220px,1.28fr) repeat(3,minmax(0,1fr))}.bstv-footer__contact-card{display:flex;min-width:0;min-height:88px;align-items:center;gap:11px;padding:13px 12px;border:1px solid var(--bstv-border,rgba(220,204,255,.18));border-radius:15px;background:rgba(255,255,255,.025);transition:transform .25s ease,background .25s ease,border-color .25s ease}.bstv-footer__contact-card:hover{transform:translateY(-3px);border-color:var(--bstv-border-strong,rgba(184,135,255,.52));background:rgba(var(--bstv-violet-rgb,140,82,255),.08)}.bstv-footer__contact-card--whatsapp:hover{border-color:rgba(37,211,102,.34);background:rgba(37,211,102,.07)}
.bstv-footer__contact-icon{display:inline-flex;width:38px;min-width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(var(--bstv-violet-light-rgb,185,137,255),.23);border-radius:11px;color:var(--bstv-lavender,#d5bdff);background:rgba(var(--bstv-violet-rgb,140,82,255),.10)}.bstv-footer__contact-card--whatsapp .bstv-footer__contact-icon{color:#fff;border-color:rgba(37,211,102,.30);background:rgba(37,211,102,.15)}.bstv-footer__contact-icon svg{width:18px;height:18px;fill:currentColor}.bstv-footer__contact-data{min-width:0}.bstv-footer__contact-label{display:block;margin-bottom:3px;color:var(--bstv-muted-dark,#82758f);font-size:var(--bstv-contact-label-size,10.5px);font-weight:850;letter-spacing:.07em;line-height:1.25;text-transform:uppercase}.bstv-footer__contact-value{display:block;overflow-wrap:anywhere;color:#fff;font-size:var(--bstv-contact-value-size,14px);font-weight:850;line-height:1.35}.bstv-footer__contact-note{display:block;margin-top:3px;color:var(--bstv-muted,#a69ab8);font-size:var(--bstv-contact-note-size,10.5px);line-height:1.4}.bstv-footer__contact-card--main .bstv-footer__contact-label{font-size:calc(var(--bstv-contact-label-size,10.5px) + 1px)}.bstv-footer__contact-card--main .bstv-footer__contact-value{font-size:var(--bstv-featured-value-size,19px);line-height:1.2;letter-spacing:-.02em}.bstv-footer__contact-card--main .bstv-footer__contact-note{font-size:calc(var(--bstv-contact-note-size,10.5px) + 1px)}
.bstv-footer__main{padding:25px 0 30px;border-top:1px solid var(--bstv-border,rgba(220,204,255,.18))}.bstv-footer__main-grid{display:grid;grid-template-columns:repeat(var(--bstv-menu-cols,2),minmax(180px,.8fr)) minmax(390px,1.65fr);gap:46px;align-items:start}.bstv-footer__column-title{position:relative;margin:0 0 14px;padding-bottom:10px;color:#fff;font-size:var(--bstv-section-title-size,15px);font-weight:850;letter-spacing:.055em;text-transform:uppercase}.bstv-footer__column-title:after{content:"";position:absolute;bottom:0;left:0;width:34px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--bstv-violet,#8c52ff),var(--bstv-pink,#da6cff))}.bstv-footer__links{display:grid;gap:2px;margin:0;padding:0;list-style:none}.bstv-footer__links a{display:flex;align-items:center;gap:8px;padding:7px 0;color:var(--bstv-muted,#a69ab8);font-size:var(--bstv-nav-link-size,14px);line-height:1.5;transition:color .25s ease,transform .25s ease}.bstv-footer__links a:before{content:"";width:5px;min-width:5px;height:5px;border-radius:50%;background:var(--bstv-violet-light,#b989ff)}.bstv-footer__links a:hover{color:#fff;transform:translateX(4px)}
.bstv-footer__coverage{display:grid;grid-template-columns:repeat(var(--bstv-country-cols,3),minmax(0,1fr));gap:10px}.bstv-footer__details{overflow:hidden;border:1px solid var(--bstv-border,rgba(220,204,255,.18));border-radius:14px;background:rgba(255,255,255,.025)}.bstv-footer__summary{display:flex;min-height:54px;cursor:pointer;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;color:#fff;font-size:var(--bstv-country-size,15px);font-weight:850;list-style:none;transition:color .25s ease,background .25s ease}.bstv-footer__summary::-webkit-details-marker{display:none}.bstv-footer__summary:after{content:"+";display:inline-flex;width:24px;min-width:24px;height:24px;align-items:center;justify-content:center;border-radius:8px;color:var(--bstv-lavender,#d5bdff);background:rgba(var(--bstv-violet-rgb,140,82,255),.12);font-size:17px;font-weight:500}.bstv-footer__summary:hover{color:var(--bstv-lavender,#d5bdff);background:rgba(var(--bstv-violet-rgb,140,82,255),.08)}.bstv-footer__details[open] .bstv-footer__summary{color:var(--bstv-lavender,#d5bdff);border-bottom:1px solid var(--bstv-border,rgba(220,204,255,.18));background:rgba(var(--bstv-violet-rgb,140,82,255),.08)}.bstv-footer__details[open] .bstv-footer__summary:after{content:"−"}.bstv-footer__coverage--open .bstv-footer__summary{cursor:default;pointer-events:none}.bstv-footer__coverage--open .bstv-footer__summary:after{display:none}.bstv-footer__coverage-links{display:grid;grid-template-columns:1fr;gap:2px;max-height:260px;overflow-y:auto;padding:10px 13px 13px;scrollbar-width:thin;scrollbar-color:rgba(var(--bstv-violet-light-rgb,185,137,255),.45) transparent}.bstv-footer__coverage--open .bstv-footer__coverage-links{max-height:none;overflow:visible}.bstv-footer__coverage-links::-webkit-scrollbar{width:5px}.bstv-footer__coverage-links::-webkit-scrollbar-track{background:transparent}.bstv-footer__coverage-links::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(var(--bstv-violet-light-rgb,185,137,255),.42)}.bstv-footer__coverage-links a{position:relative;padding:7px 0 7px 13px;color:var(--bstv-muted,#a69ab8);font-size:var(--bstv-city-size,13.5px);line-height:1.5;transition:color .25s ease,transform .25s ease}.bstv-footer__coverage-links a:before{content:"";position:absolute;top:15px;left:0;width:4px;height:4px;border-radius:50%;background:var(--bstv-violet-light,#b989ff)}.bstv-footer__coverage-links a:hover{color:#fff;transform:translateX(3px)}
.bstv-footer__bottom{border-top:1px solid var(--bstv-border,rgba(220,204,255,.18));background:rgba(0,0,0,.18)}.bstv-footer__bottom-inner{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:22px;padding:14px 0}.bstv-footer__copyright{margin:0;color:var(--bstv-muted-dark,#82758f);font-size:var(--bstv-legal-size,12.5px);line-height:1.55}.bstv-footer__legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px}.bstv-footer__legal a{color:var(--bstv-muted,#a69ab8);font-size:var(--bstv-legal-size,12.5px);transition:color .25s ease}.bstv-footer__legal a:hover{color:var(--bstv-lavender,#d5bdff)}.bstv-footer a:focus-visible,.bstv-footer summary:focus-visible{outline:3px solid rgba(var(--bstv-violet-light-rgb,185,137,255),.5);outline-offset:4px}
@media(max-width:1220px){.bstv-footer__head-box{grid-template-columns:190px minmax(0,1fr)}.bstv-footer__logo{width:var(--bstv-logo-tablet,185px)}.bstv-footer__contact-grid,.bstv-footer__contact-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.bstv-footer__contact-card--main{grid-column:1/-1}.bstv-footer__contact-card{min-height:82px}.bstv-footer{--bstv-contact-label-size:var(--bstv-tablet-contact-label-size);--bstv-contact-value-size:var(--bstv-tablet-contact-value-size);--bstv-contact-note-size:var(--bstv-tablet-contact-note-size);--bstv-featured-value-size:var(--bstv-tablet-featured-value-size);--bstv-section-title-size:var(--bstv-tablet-section-title-size);--bstv-nav-link-size:var(--bstv-tablet-nav-link-size);--bstv-country-size:var(--bstv-tablet-country-size);--bstv-city-size:var(--bstv-tablet-city-size);--bstv-legal-size:var(--bstv-tablet-legal-size)}}
@media(max-width:1100px){.bstv-footer__head-box{grid-template-columns:1fr;gap:18px}.bstv-footer__identity{justify-content:center}.bstv-footer__logo{width:var(--bstv-logo-desktop,220px)}.bstv-footer__contact-grid{padding-top:18px;padding-left:0;border-top:1px solid var(--bstv-border,rgba(220,204,255,.18));border-left:0}.bstv-footer__main-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bstv-footer__coverage-column{grid-column:1/-1}}
@media(max-width:760px){.bstv-footer__container{width:min(100% - 28px,var(--bstv-max-width,1340px))}.bstv-footer__coverage{grid-template-columns:1fr}}
@media(max-width:560px){.bstv-footer{--bstv-contact-label-size:var(--bstv-mobile-contact-label-size);--bstv-contact-value-size:var(--bstv-mobile-contact-value-size);--bstv-contact-note-size:var(--bstv-mobile-contact-note-size);--bstv-featured-value-size:var(--bstv-mobile-featured-value-size);--bstv-section-title-size:var(--bstv-mobile-section-title-size);--bstv-nav-link-size:var(--bstv-mobile-nav-link-size);--bstv-country-size:var(--bstv-mobile-country-size);--bstv-city-size:var(--bstv-mobile-city-size);--bstv-legal-size:var(--bstv-mobile-legal-size)}.bstv-footer__container{width:min(100% - 22px,var(--bstv-max-width,1340px))}.bstv-footer__head{padding-top:22px;padding-bottom:18px}.bstv-footer__head-box{gap:16px;padding:18px 16px;border-radius:18px}.bstv-footer__logo{width:var(--bstv-logo-mobile,195px)}.bstv-footer__contact-grid,.bstv-footer__contact-grid--four{grid-template-columns:1fr;gap:10px;padding-top:16px}.bstv-footer__contact-card{min-height:auto;align-items:center;gap:11px;padding:14px 12px}.bstv-footer__contact-card--main{grid-column:auto;min-height:92px;align-items:center;padding:15px 14px}.bstv-footer__contact-icon{width:34px;min-width:34px;height:34px}.bstv-footer__contact-icon svg{width:17px;height:17px}.bstv-footer__main{padding:24px 0 28px}.bstv-footer__main-grid{grid-template-columns:1fr;gap:30px}.bstv-footer__coverage-column{grid-column:auto}.bstv-footer__links a{padding:8px 0;line-height:1.55}.bstv-footer__summary{min-height:56px;padding:15px 16px}.bstv-footer__coverage-links{padding:13px 16px 16px}.bstv-footer__coverage-links a{padding:8px 0 8px 14px;line-height:1.55}.bstv-footer__coverage-links a:before{top:17px}.bstv-footer__main-grid>nav{display:flex;flex-direction:column;align-items:center;text-align:center}.bstv-footer__main-grid>nav .bstv-footer__column-title:after{left:50%;transform:translateX(-50%)}.bstv-footer__main-grid>nav .bstv-footer__links{width:100%;justify-items:center}.bstv-footer__main-grid>nav .bstv-footer__links li{display:flex;width:100%;justify-content:center}.bstv-footer__main-grid>nav .bstv-footer__links a{justify-content:center;text-align:center}.bstv-footer__main-grid>nav .bstv-footer__links a:hover{transform:none}.bstv-footer__bottom-inner{min-height:auto;flex-direction:column;align-items:flex-start}.bstv-footer__legal{justify-content:flex-start}}
@media(max-width:410px){.bstv-footer__contact-grid,.bstv-footer__contact-grid--four{grid-template-columns:1fr}.bstv-footer__contact-card{min-height:auto;align-items:center;padding:14px}.bstv-footer__contact-card--main{grid-column:auto}}

/* v1.0.3 · Contactos en una sola columna para mobile */
@media(max-width:767px){
  .bstv-footer__contact-grid,
  .bstv-footer__contact-grid--four{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .bstv-footer__contact-card,
  .bstv-footer__contact-card--main{
    grid-column:auto!important;
    width:100%;
    min-height:auto;
    align-items:center;
    padding:14px 13px;
  }
}

