:root{--brasbol-green:#0BD326;--brasbol-dark:#073d19;--brasbol-soft:#effff1;--brasbol-line:#bcecc4}
.brasbol-global-header{min-height:86px;padding:7px max(20px,calc((100vw - 1220px)/2));display:flex;align-items:center;gap:26px;background:rgba(255,255,255,.98);border-bottom:1px solid #e5f1e8;position:sticky;top:0;z-index:9998;box-shadow:0 8px 25px rgba(6,60,19,.06);font-family:Arial,Helvetica,sans-serif}
.admin-bar .brasbol-global-header{top:32px}
.brasbol-global-header *{box-sizing:border-box}
.brasbol-global-header a{text-decoration:none}
.brasbol-global-brand{margin-right:auto;flex:0 0 auto}
.brasbol-global-brand img{display:block;width:160px;height:70px;object-fit:contain}
.brasbol-global-nav{display:flex;align-items:center;gap:25px}
.brasbol-global-nav a{color:#123b20;font-size:14px;font-weight:800;white-space:nowrap}
.brasbol-global-nav a:hover{color:#08a920}
.brasbol-global-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.brasbol-global-account,.brasbol-global-cart{min-height:44px;padding:9px 12px;display:flex;align-items:center;gap:5px;background:var(--brasbol-soft);border:1px solid var(--brasbol-line);border-radius:11px;color:#0a3d18;font-size:12px;font-weight:800;white-space:nowrap}
.brasbol-global-cta{min-height:46px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:var(--brasbol-green);color:#052d12;font-size:14px;font-weight:900;white-space:nowrap;box-shadow:0 10px 24px rgba(11,211,38,.23)}
.brasbol-global-cta:hover{background:#08bb21;transform:translateY(-1px)}
.brasbol-global-mobile{display:none;position:relative}
.brasbol-global-mobile summary{list-style:none;cursor:pointer;width:50px;height:48px;padding:7px;border:1px solid var(--brasbol-line);border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}
.brasbol-global-mobile summary::-webkit-details-marker{display:none}
.brasbol-global-mobile summary>span{width:23px;height:2px;background:var(--brasbol-dark);border-radius:3px}
.brasbol-global-mobile summary small{font-size:8px;color:var(--brasbol-dark);font-weight:800}
.brasbol-global-mobile nav{position:absolute;right:0;top:58px;width:260px;padding:12px;background:#fff;border:1px solid var(--brasbol-line);border-radius:16px;box-shadow:0 20px 48px rgba(4,49,15,.2);display:flex;flex-direction:column;z-index:9999}
.brasbol-global-mobile nav a{padding:12px;color:#123b20;font-size:14px;font-weight:800;border-bottom:1px solid #e7f3e9}
.brasbol-global-mobile nav .brasbol-mobile-cta{margin-top:8px;border:0;border-radius:10px;background:var(--brasbol-green);color:#052d12;text-align:center}
@media(max-width:1180px){.brasbol-global-nav{display:none}.brasbol-global-mobile{display:block}}
@media(max-width:760px){.brasbol-global-header{min-height:72px;padding:5px 10px;gap:6px}.admin-bar .brasbol-global-header{top:46px}.brasbol-global-brand img{width:116px;height:58px}.brasbol-global-actions{gap:5px}.brasbol-global-account,.brasbol-global-cart{width:47px;min-width:47px;height:47px;padding:4px;justify-content:center;font-size:17px}.brasbol-global-account span,.brasbol-global-cart span{display:none}.brasbol-global-cta{display:none}.brasbol-global-mobile summary{width:46px;height:47px}.brasbol-global-mobile nav{position:fixed;top:78px;right:8px;width:calc(100vw - 16px)}}
@media(max-width:380px){.brasbol-global-brand img{width:103px}.brasbol-global-account,.brasbol-global-cart{width:43px;min-width:43px}}


/* ==========================================================
   v3.3.0 — Footer interno moderno y aislado
   ========================================================== */

/* Oculta exclusivamente el footer antiguo del tema en páginas internas. */
body.brasbol-has-global-footer #colophon.site-footer,
body.brasbol-has-global-footer footer#colophon,
body.brasbol-has-global-footer .site-primary-footer-wrap,
body.brasbol-has-global-footer .site-below-footer-wrap,
body.brasbol-has-global-footer .ast-footer-overlay{
  display:none!important;
}

.brasbol-global-footer,
.brasbol-global-footer *{box-sizing:border-box}

.brasbol-global-footer{
  position:relative;
  z-index:2;
  clear:both;
  width:100%;
  margin:60px 0 0;
  background:#03250f;
  color:#cfe5d4;
  font-family:inherit;
}
.brasbol-global-footer__main{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
  padding:58px 0 42px;
  display:grid;
  grid-template-columns:1.3fr .8fr .9fr 1.1fr;
  gap:44px;
}
.brasbol-global-footer__brand img{
  display:block;
  width:170px;
  height:auto;
  padding:8px 13px;
  border-radius:14px;
  background:#fff;
}
.brasbol-global-footer__brand p{
  max-width:330px;
  margin:16px 0 13px;
  color:#b9d4bf;
  line-height:1.65;
}
.brasbol-global-footer__seal{
  display:inline-flex;
  padding:9px 11px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:10px;
  color:#7bf08c;
  font-size:12px;
  font-weight:800;
}
.brasbol-global-footer h3{
  margin:0 0 15px;
  color:#fff;
  font-size:17px;
}
.brasbol-global-footer__links{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.brasbol-global-footer__links a{
  padding:7px 0;
  color:#bfd8c5;
  font-size:14px;
  text-decoration:none;
}
.brasbol-global-footer__links a:hover{color:#0BD326}
.brasbol-global-footer__social p{
  margin:0 0 14px;
  color:#a9c9b0;
  line-height:1.55;
}
.brasbol-global-footer__social>div{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.brasbol-global-footer__social a{
  padding:10px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  color:#e3f1e6;
  text-align:center;
  text-decoration:none;
}
.brasbol-global-footer__social a:hover{
  border-color:#0BD326;
  color:#0BD326;
}
.brasbol-global-footer__bottom{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
  padding:18px 0 22px;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  justify-content:space-between;
  gap:16px;
  color:#83aa8c;
  font-size:12px;
}
.brasbol-global-footer__bottom a{color:#b9d4bf;text-decoration:none}

@media (max-width:980px){
  .brasbol-global-footer__main{
    grid-template-columns:1.15fr 1fr 1fr;
    gap:32px;
  }
  .brasbol-global-footer__social{grid-column:1/4}
  .brasbol-global-footer__social>div{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:767px){
  .brasbol-global-footer{margin-top:36px}
  .brasbol-global-footer__main{
    width:calc(100% - 28px);
    padding:42px 0 30px;
    grid-template-columns:1fr;
    gap:28px;
  }
  .brasbol-global-footer__brand,
  .brasbol-global-footer__links,
  .brasbol-global-footer__social{
    grid-column:1;
    min-width:0;
  }
  .brasbol-global-footer__brand img{width:155px}
  .brasbol-global-footer__social>div{grid-template-columns:1fr 1fr}
  .brasbol-global-footer__bottom{
    width:calc(100% - 28px);
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}
@media (max-width:390px){
  .brasbol-global-footer__social>div{grid-template-columns:1fr}
}

/* El footer Brasbol debe conservar exactamente la estructura de Inicio. */
body.brasbol-has-global-footer .brasbol-home-footer{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  clear:both!important;
  width:100%!important;
  max-width:none!important;
  margin:60px 0 0!important;
  transform:none!important;
}

/* v3.3.1 — estilos exactos del footer de Inicio reutilizados internamente */
.brasbol-home-footer{display:block;padding:0;background:#03250f;color:#d7ebdc}
.footer-main{width:min(1180px,calc(100% - 48px));margin:auto;padding:64px 0 48px;display:grid;grid-template-columns:1.35fr .72fr .8fr 1.28fr;gap:52px}
.brasbol-home-footer .footer-brand{display:flex;flex-direction:column;gap:14px}
.brasbol-home-footer .footer-brand img{width:180px;height:82px;object-fit:contain;object-position:left center;background:#fff;border-radius:16px;padding:8px 14px;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.brasbol-home-footer .footer-brand>p{max-width:330px;margin:0;color:#bdd7c3;line-height:1.65}
.footer-seal{display:flex;align-items:center;gap:11px;margin-top:5px;padding:13px 14px;background:rgba(255,255,255,.055);border:1px solid rgba(11,211,38,.22);border-radius:13px;max-width:330px}
.footer-seal>span{width:35px;height:35px;border-radius:10px;background:#0BD326;color:#05260d;display:grid;place-items:center;font-weight:900}
.footer-seal>div{display:flex;flex-direction:column;gap:3px}.footer-seal b{color:#fff;font-size:13px}.footer-seal small{color:#9fc8a8;font-size:11px}
.brasbol-home-footer h3{color:#fff;font-size:17px;margin:0 0 18px}
.footer-links{display:flex;flex-direction:column;gap:0}
.footer-links a{display:block;padding:8px 0;color:#bfd8c5;font-size:14px;transition:.2s}
.footer-links a:before{content:"›";color:#0BD326;margin-right:8px;font-weight:900}
.footer-links a:hover{color:#fff;transform:translateX(3px)}
.footer-social{display:block}.footer-label{font-size:10px!important;letter-spacing:.13em;color:#66ee79!important;font-weight:900;margin:0 0 8px!important}.footer-social>p:not(.footer-label){font-size:13px;color:#a9c9b0;line-height:1.55;margin:0 0 18px}
.social-icons{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.social-icons a{min-height:48px;padding:9px 11px;border-radius:12px;display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:12px;font-weight:800;transition:.2s}
.social-icons a:hover{transform:translateY(-3px);background:#fff;color:#073815;box-shadow:0 12px 25px rgba(0,0,0,.2)}
.social-icons svg{width:25px;height:25px;flex:0 0 25px;fill:none;stroke:currentColor;stroke-width:1.8}
.social-icons .facebook svg,.social-icons .tiktok svg{fill:currentColor;stroke:none}.social-icons .youtube svg{fill:#ff0033;stroke:none}.social-icons .youtube svg .play{fill:#fff}.social-icons .instagram:hover{color:#c13584}.social-icons .facebook:hover{color:#1877f2}.social-icons .tiktok:hover{color:#111}.social-icons .youtube:hover{color:#ff0033}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);width:min(1180px,calc(100% - 48px));margin:auto;padding:20px 0 24px;display:flex;justify-content:space-between;align-items:center;color:#83aa8c;font-size:12px}
.footer-bottom>div{display:flex;gap:10px}.footer-bottom a:hover{color:#0BD326}
@media(max-width:980px){.footer-main{grid-template-columns:1.2fr 1fr 1fr}.footer-social{grid-column:1/4}.social-icons{grid-template-columns:repeat(4,1fr)}}
@media(max-width:680px){.footer-main{width:calc(100% - 32px);padding:45px 0 32px;grid-template-columns:1fr 1fr;gap:35px 25px}.brasbol-home-footer .footer-brand{grid-column:1/3}.footer-social{grid-column:1/3}.social-icons{grid-template-columns:1fr 1fr}.footer-bottom{width:calc(100% - 32px);align-items:flex-start;flex-direction:column;gap:10px}.brasbol-home-footer .footer-brand img{width:165px}}

/* Protección responsive para celular, tablet y pantallas pequeñas */
html,body{max-width:100%;overflow-x:hidden}
img,svg,video,iframe{max-width:100%}
@media(min-width:761px) and (max-width:1100px){
  .section{width:min(100% - 40px,1180px)}
  .site-header{padding-inline:24px}
  .hero-green{min-height:760px}
  .hero-green h1{font-size:clamp(48px,6vw,64px)}
  .featured-course{width:calc(100% - 40px)}
  .featured-media{min-height:560px}
  .featured-content h2{font-size:30px}
  .image-showcase{gap:16px}
  .modules-photo-band{grid-template-columns:1fr 1fr}
  .module-highlight{grid-column:1/3;height:150px}
}
@media(max-width:760px){
  body{font-size:16px}
  .site-header{width:100%;min-height:72px}
  .mobile-menu nav{position:fixed;top:72px;right:12px;width:min(280px,calc(100vw - 24px));max-height:calc(100vh - 90px);overflow:auto;z-index:100;padding:14px;border:1px solid #d9efdd}
  .mobile-menu nav a{min-height:46px;display:flex;align-items:center}
  .hero-green h1{font-size:clamp(36px,11vw,44px);line-height:1.03;letter-spacing:-.045em}
  .hero-green .hero-copy{padding-inline:18px}
  .hero-pills{gap:6px}.hero-pills span{font-size:9px;padding:7px 9px}
  .inline-benefits{gap:8px;margin:22px 0}.inline-benefits span{text-align:center;padding:9px 6px!important}
  .hero-sale{width:100%}.primary-button,.secondary-button{min-height:56px;padding-inline:18px}
  .video-link{width:100%}
  .hero-proof{justify-content:flex-start}
  .hero-visual{width:100%;min-height:455px}
  .hero-green .hero-image{min-height:365px;background-position:58% center}
  .lesson-card{max-width:180px}.certificate-card{max-width:190px}
  .price-bubble{width:94px;height:94px}.price-bubble b{font-size:18px}
  .hero-green .trust-strip{width:calc(100% - 24px);grid-template-columns:1fr 1fr;gap:0}
  .trust-item{min-width:0}.trust-item span{font-size:11px;line-height:1.25}
  .intro-title,.featured-course{width:calc(100% - 24px)}
  .intro-title{padding:25px 20px;border-radius:20px}.intro-title h2{font-size:clamp(32px,9vw,38px)}
  .intro-title-side>div{display:grid;grid-template-columns:repeat(3,1fr)}.intro-title-side span{text-align:center;padding:7px 4px}
  .featured-media{min-height:360px;border-radius:20px}
  .featured-content{padding:24px 16px}.featured-content h2{font-size:27px;line-height:1.12}
  .course-includes{gap:7px}.course-action>div{text-align:center}
  .visual-heading h2,.audience-copy h2,.modules-heading h2,.learning-copy h2,.teacher-bio h2,.faq h2{font-size:clamp(32px,9vw,42px)}
  .image-showcase .showcase-large{min-height:390px}.image-showcase article{min-height:320px}
  .audience-photo{min-height:350px}.audience-photo strong{font-size:26px}
  .details-grid article{grid-template-columns:48px 1fr;padding:19px 16px}
  .details-grid article>span{width:44px;height:44px}
  .modules-heading{gap:20px}.modules-photo-band{margin-top:25px}
  .modules article{min-height:68px}.modules article span{font-size:14px}
  .learning-visual{min-height:420px}.pattern-card{left:15px;right:15px;bottom:15px}.pattern-card b{font-size:22px}
  .teacher-work{min-height:360px}.teacher-inner>.teacher-stats{gap:8px}.teacher-inner>.teacher-stats span{padding:14px;font-size:12px}
  .certificate{margin-inline:15px;padding:25px 18px;gap:18px}.certificate h2{font-size:27px}
  .faq{width:calc(100% - 30px);padding-top:20px}.faq-list summary{font-size:16px;line-height:1.4}
  .final-cta{padding:50px 18px}.final-cta h2{font-size:36px}.final-cta strong{font-size:40px}
}
@media(max-width:380px){
  .brand img{width:132px}
  .hero-green h1{font-size:35px}
  .hero-pills span:last-child{display:none}
  .course-includes{grid-template-columns:1fr}
  .intro-title-side>div{grid-template-columns:1fr}
  .teacher-inner>.teacher-stats{grid-template-columns:1fr}
  .social-icons{grid-template-columns:1fr}
  .footer-main{grid-template-columns:1fr}.brasbol-home-footer .footer-brand,.footer-social{grid-column:1}.footer-links{grid-column:1}
}

/* Cuenta, carrito y menú visibles en celular/tablet */
.mobile-header-actions{display:none}
@media(max-width:1100px){
  .site-header{justify-content:flex-start;gap:14px}
  .brand{margin-right:auto}
  .mobile-header-actions{display:flex;align-items:center;gap:8px}
  .mobile-header-actions a{position:relative;min-width:68px;height:52px;padding:5px 9px;border:1px solid #bcebc4;border-radius:13px;background:#f3fff5;color:#073818;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px;font-weight:900;box-shadow:0 7px 18px rgba(7,86,24,.08)}
  .mobile-header-actions svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7}
  .mobile-header-actions .mobile-cart b{position:absolute;right:5px;top:3px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#0BD326;color:#04230b;font-size:9px;border:2px solid #fff}
  .mobile-menu{display:block;position:relative}
  .mobile-menu summary{width:58px;height:52px;padding:7px 10px;border:1px solid #c7e9ce;border-radius:13px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;box-shadow:0 7px 18px rgba(7,86,24,.07)}
  .mobile-menu summary span{width:23px;height:2px;background:#073818;border-radius:3px}
  .mobile-menu summary small{font-size:8px;color:#315c3b;font-weight:800;line-height:1}
  .mobile-menu nav{top:62px;right:0;width:310px;padding:12px;background:#fff;border:1px solid #ccebd2;border-radius:18px;box-shadow:0 22px 55px rgba(4,49,15,.2);overflow:hidden}
  .mobile-nav-title{padding:13px 14px 15px;background:linear-gradient(135deg,#073d19,#0b5725);border-radius:12px;margin-bottom:7px;color:#fff;display:flex;flex-direction:column;gap:3px}
  .mobile-nav-title b{font-size:15px}.mobile-nav-title span{font-size:10px;color:#bdebc6}
  .mobile-menu nav>a{min-height:48px;padding:9px 12px;border-bottom:1px solid #e8f4ea;display:flex;align-items:center;gap:11px;color:#123e20;font-size:14px;font-weight:800}
  .mobile-menu nav>a i{font-style:normal;width:30px;height:30px;border-radius:9px;background:#eaffed;color:#08aa20;display:grid;place-items:center;font-size:13px}
  .mobile-menu nav>a:hover{background:#f4fff5;color:#07881b}
  .mobile-menu nav .mobile-enroll{margin-top:8px;border:0;border-radius:11px;background:#0BD326;color:#05270d;justify-content:center;box-shadow:0 9px 22px rgba(11,211,38,.22)}
  .mobile-menu nav .mobile-enroll b{font-size:18px}
}
@media(max-width:760px){
  .site-header{padding-inline:10px;gap:6px}
  .brand img{width:128px;height:58px}
  .mobile-header-actions{gap:5px}
  .mobile-header-actions a{min-width:48px;width:48px;height:48px;padding:4px;border-radius:12px}
  .mobile-header-actions a span{font-size:8px}
  .mobile-header-actions svg{width:21px;height:21px}
  .mobile-menu summary{width:48px;height:48px;padding:5px}
  .mobile-menu nav{position:fixed;top:72px;right:8px;width:calc(100vw - 16px)}
}
@media(max-width:390px){
  .brand img{width:112px}
  .mobile-header-actions a{width:44px;min-width:44px}
  .mobile-menu summary{width:44px}
}

/* Video promocional del curso */
.featured-media.featured-video{align-self:stretch;min-height:100%!important;aspect-ratio:auto;padding:27px!important;display:flex;flex-direction:column;justify-content:center;gap:20px;background:radial-gradient(circle at 100% 0,rgba(11,211,38,.24),transparent 35%),linear-gradient(145deg,#073d19,#041f0d);isolation:isolate}
.featured-video:after{display:none!important}
.course-promo-video{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#071b0e;border-radius:16px;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 38px rgba(0,0,0,.28);z-index:1}
.video-panel-head{color:#fff}
.video-panel-head>span{display:inline-block;padding:7px 10px;border-radius:8px;background:#0BD326;color:#052d12;font-size:10px;font-weight:900;letter-spacing:.08em}
.video-panel-head h3{margin:12px 0 5px;color:#fff;font-size:27px;line-height:1.1}
.video-panel-head p{margin:0;color:#cdebd4;font-size:13px}
.video-panel-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.video-panel-foot span{display:flex;flex-direction:column;padding:12px;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:rgba(255,255,255,.08);color:#cfe8d5;font-size:10px}
.video-panel-foot b{color:#54ed69;font-size:19px}

@media(max-width:760px){
  .featured-media.featured-video{min-height:0!important;aspect-ratio:auto;padding:18px!important;gap:15px}
  .video-panel-head h3{font-size:22px}
  .video-panel-foot span{padding:9px 7px}
}

/* Acceso y recuperación de contraseña de Tutor LMS */
.tutor-login-wrap,.tutor-login-form-wrapper,.tutor-forgot-password-form{
  width:min(520px,calc(100% - 32px));margin:48px auto 80px;padding:32px;
  background:#fff;border:1px solid #d9eadc;border-radius:18px;
  box-shadow:0 16px 42px rgba(7,69,24,.09)
}
.tutor-login-wrap input,.tutor-login-form-wrapper input,.tutor-forgot-password-form input{
  width:100%;min-height:48px;border-radius:10px
}
.tutor-login-wrap button,.tutor-login-form-wrapper button,.tutor-forgot-password-form button{
  width:100%;min-height:48px;border-radius:10px;background:#0BD326!important;
  color:#05270d!important;font-weight:900
}
@media(min-width:761px) and (max-width:1100px){
  .tutor-login-wrap,.tutor-login-form-wrapper,.tutor-forgot-password-form{
    margin-top:38px;margin-bottom:64px
  }
}
@media(max-width:760px){
  .tutor-login-wrap,.tutor-login-form-wrapper,.tutor-forgot-password-form{
    width:calc(100% - 24px);margin:24px auto 50px;padding:22px 18px
  }
  .tutor-login-wrap h2,.tutor-login-form-wrapper h2,.tutor-forgot-password-form h2{
    font-size:25px;line-height:1.2
  }
}

/* Testimonios en video: carga diferida y diseño responsivo */
.testimonials-section{padding:82px 0;background:linear-gradient(145deg,#fbfffb,#effff2);border-block:1px solid #e2f3e5}
.testimonials-heading{text-align:center;max-width:900px}
.testimonials-heading h2{margin:10px 0 14px;color:var(--forest);font-size:clamp(38px,4.4vw,58px);line-height:1.04;letter-spacing:-.04em}
.testimonials-heading>p:last-child{margin:0 auto;color:#647568;font-size:17px;line-height:1.65;max-width:760px}
.testimonials-layout{margin-top:42px;display:grid;grid-template-columns:.86fr 1.14fr;gap:24px;align-items:stretch}
.testimonial-featured,.testimonial-card{overflow:hidden;background:#fff;border:1px solid var(--green-line);border-radius:22px;box-shadow:0 16px 38px rgba(11,82,30,.09)}
.testimonial-featured{display:flex;flex-direction:column}
.testimonial-video{position:relative;background:#071d0d;overflow:hidden}
.testimonial-featured .testimonial-video{flex:1;min-height:600px}
.testimonial-video video{display:block;width:100%;height:100%;object-fit:cover;background:#071d0d}
.testimonial-video>span{position:absolute;left:14px;top:14px;z-index:2;padding:7px 10px;border-radius:999px;background:#0BD326;color:#05270d;font-size:9px;font-weight:900;letter-spacing:.09em;pointer-events:none}
.testimonial-copy{padding:18px 20px}
.testimonial-copy h3{margin:0;color:var(--forest);font-size:18px;line-height:1.25}
.testimonial-featured .testimonial-copy h3{font-size:28px}
.testimonial-copy p{margin:7px 0 0;color:#6b7b6f;font-size:13px;font-weight:700}
.testimonials-gallery-wrap{min-width:0;display:flex;flex-direction:column}
.testimonials-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:1px 2px 10px}
.testimonials-gallery::-webkit-scrollbar{display:none}
.testimonial-card{scroll-snap-align:start;display:flex;flex-direction:column}
.testimonial-card .testimonial-video{height:255px}
.testimonial-card:last-child{grid-column:1/3}
.testimonial-card:last-child .testimonial-video{height:290px}
.testimonial-controls{margin-top:auto;padding-top:18px;display:flex;align-items:center;justify-content:space-between}
.testimonial-controls button{width:46px;height:46px;border:1px solid var(--green-line);border-radius:50%;background:#fff;color:var(--green);font-size:22px;cursor:pointer;box-shadow:0 8px 20px rgba(8,91,28,.08)}
.testimonial-controls button:hover{background:#0BD326;color:#05270d}
.testimonial-controls>span{display:flex;gap:8px}
.testimonial-controls i{width:8px;height:8px;border-radius:50%;background:#d3ded5}
.testimonial-controls i:first-child{background:#0BD326}
.testimonial-proof{margin-top:28px;padding:18px 20px;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:16px;align-items:center;background:#fff;border:1px solid var(--green-line);border-radius:18px}
.testimonial-proof>span{display:grid;grid-template-columns:42px 1fr;column-gap:10px;align-items:center}
.testimonial-proof>span b{grid-row:1/3;width:42px;height:42px;border-radius:13px;background:#dfffe4;color:#08a921;display:grid;place-items:center}
.testimonial-proof strong{color:var(--forest);font-size:13px}
.testimonial-proof small{color:#718076;font-size:10px}
.testimonial-proof>a{min-height:50px;padding:0 22px;border-radius:12px;background:#0BD326;color:#05270d;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 10px 24px rgba(11,211,38,.2)}
@media(max-width:1000px){
  .testimonials-layout{grid-template-columns:1fr 1fr}
  .testimonial-featured .testimonial-video{min-height:560px}
  .testimonials-gallery{display:flex}
  .testimonial-card{min-width:78%}
  .testimonial-card:last-child{min-width:78%}
  .testimonial-card:last-child .testimonial-video{height:255px}
  .testimonial-proof{grid-template-columns:repeat(3,1fr)}
  .testimonial-proof>a{grid-column:1/4}
}
@media(max-width:760px){
  .testimonials-section{padding:58px 0}
  .testimonials-heading{width:calc(100% - 30px)}
  .testimonials-heading h2{font-size:37px}
  .testimonials-heading>p:last-child{font-size:15px}
  .testimonials-layout{width:calc(100% - 24px);margin-top:30px;grid-template-columns:1fr}
  .testimonial-featured .testimonial-video{min-height:520px}
  .testimonial-featured .testimonial-copy h3{font-size:25px}
  .testimonials-gallery{display:flex;gap:12px}
  .testimonial-card,.testimonial-card:last-child{min-width:82%}
  .testimonial-card .testimonial-video,.testimonial-card:last-child .testimonial-video{height:390px}
  .testimonial-proof{width:calc(100% - 24px);grid-template-columns:1fr;padding:14px}
  .testimonial-proof>span{padding:7px 2px;border-bottom:1px solid #e5f2e7}
  .testimonial-proof>span:nth-child(3){border-bottom:0}
  .testimonial-proof>a{grid-column:auto;width:100%}
}
@media(max-width:390px){
  .testimonials-heading h2{font-size:33px}
  .testimonial-featured .testimonial-video{min-height:470px}
  .testimonial-card .testimonial-video,.testimonial-card:last-child .testimonial-video{height:350px}
}

/* Testimonios v3.2: cinco videos, portadas completas y capas profesionales */
.testimonials-section{padding:76px 0;background:radial-gradient(circle at 50% 34%,rgba(11,211,38,.07),transparent 42%),linear-gradient(145deg,#fcfffc,#f2fff4)}
.testimonials-heading{max-width:960px}
.testimonials-heading h2{font-size:clamp(38px,4.1vw,56px)}
.testimonials-layout{width:min(1060px,calc(100% - 48px));grid-template-columns:400px minmax(0,1fr);gap:26px;margin-top:34px;align-items:start}
.testimonial-featured,.testimonial-card{border-radius:18px;border-color:#c8e9ce;box-shadow:0 13px 32px rgba(7,69,23,.09)}
.testimonial-featured .testimonial-video{flex:none;min-height:0!important;aspect-ratio:1/1}
.testimonial-video{isolation:isolate;background:#082d14}
.testimonial-video:before{content:"";position:absolute;inset:-18px;background-image:var(--testimonial-poster);background-position:center;background-size:cover;filter:blur(18px) saturate(.86);opacity:.58;transform:scale(1.12);z-index:-2}
.testimonial-video:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,22,7,.04) 48%,rgba(1,25,8,.50));pointer-events:none;z-index:1}
.testimonial-video video{position:relative;z-index:0;width:100%;height:100%;object-fit:contain!important;background:transparent}
.testimonial-label{position:absolute!important;left:14px!important;top:auto!important;bottom:14px!important;z-index:3!important;padding:7px 11px!important;border-radius:999px!important;background:#0BD326!important;color:#05270d!important;font-size:9px!important;font-weight:900!important;letter-spacing:.1em!important;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.testimonial-play{position:absolute;z-index:4;left:50%;top:50%;width:62px;height:62px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 12px 28px rgba(0,0,0,.24);display:grid;place-items:center;transform:translate(-50%,-50%);cursor:pointer;transition:transform .2s,box-shadow .2s}
.testimonial-play:hover{transform:translate(-50%,-50%) scale(1.07);box-shadow:0 16px 34px rgba(0,0,0,.3)}
.testimonial-play:focus-visible{outline:3px solid #0BD326;outline-offset:3px}
.testimonial-play img{width:25px;height:25px;margin-left:4px}
.testimonial-video.is-playing:after,.testimonial-video.is-playing .testimonial-label,.testimonial-video.is-playing .testimonial-play{opacity:0;visibility:hidden}
.testimonial-copy{padding:15px 18px 17px;background:#fff;position:relative;z-index:2}
.testimonial-copy h3{font-size:17px;line-height:1.2}
.testimonial-featured .testimonial-copy{min-height:132px;padding:20px 22px}
.testimonial-featured .testimonial-copy h3{font-size:27px;line-height:1.12}
.testimonials-gallery-wrap{min-width:0}
.testimonials-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto;gap:15px;overflow:visible;padding:0}
.testimonial-card,.testimonial-card:last-child{min-width:0;grid-column:auto;display:flex}
.testimonial-card .testimonial-video,.testimonial-card:last-child .testimonial-video{height:auto;aspect-ratio:16/10}
.testimonial-card .testimonial-copy{min-height:78px}
.testimonial-controls{margin-top:16px;padding:0}
.testimonial-controls button{width:44px;height:44px;padding:0;display:grid;place-items:center}
.testimonial-controls button img{width:18px;height:18px}
.testimonial-controls>span{align-items:center}
.testimonial-proof{width:min(1060px,calc(100% - 48px));margin-top:20px}
@media(min-width:1181px){
  .site-header{height:86px;flex-wrap:nowrap;gap:14px;padding-inline:max(20px,calc((100vw - 1320px)/2))}
  .brand{flex-basis:150px}
  .brand img{width:160px}
  .desktop-nav{min-width:0;gap:clamp(12px,1.35vw,23px);font-size:13px;white-space:nowrap}
  .header-actions{gap:7px}
  .icon-action{padding-inline:6px!important}
  .header-buy{padding-inline:14px!important}
}
@media(min-width:761px) and (max-width:1180px){
  .desktop-nav,.header-actions{display:none!important}
  .mobile-header-actions{display:flex!important}
  .mobile-menu{display:block!important}
}
@media(max-width:1000px){
  .testimonials-layout{width:min(860px,calc(100% - 40px));grid-template-columns:340px minmax(0,1fr);gap:18px}
  .testimonial-featured .testimonial-copy{min-height:120px}
  .testimonial-featured .testimonial-copy h3{font-size:23px}
  .testimonials-gallery{display:grid}
  .testimonial-card,.testimonial-card:last-child{min-width:0}
  .testimonial-card .testimonial-video,.testimonial-card:last-child .testimonial-video{height:auto;aspect-ratio:4/3}
  .testimonial-copy h3{font-size:15px}
  .testimonial-proof{width:calc(100% - 40px)}
}
@media(max-width:760px){
  .testimonials-section{padding:55px 0}
  .testimonials-layout{width:calc(100% - 28px);grid-template-columns:1fr;gap:18px}
  .testimonial-featured .testimonial-video{aspect-ratio:4/5}
  .testimonial-featured .testimonial-copy{min-height:0}
  .testimonial-featured .testimonial-copy h3{font-size:24px}
  .testimonials-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:1px 1px 12px}
  .testimonial-card,.testimonial-card:last-child{flex:0 0 min(82vw,310px);min-width:0}
  .testimonial-card .testimonial-video,.testimonial-card:last-child .testimonial-video{aspect-ratio:4/5}
  .testimonial-card .testimonial-copy{min-height:88px}
  .testimonial-controls{padding-inline:2px}
  .testimonial-proof{width:calc(100% - 28px)}
}
@media(max-width:390px){
  .testimonial-featured .testimonial-video,.testimonial-card .testimonial-video,.testimonial-card:last-child .testimonial-video{min-height:0!important;height:auto;aspect-ratio:4/5}
  .testimonial-play{width:56px;height:56px}
}


/* v3.3.0 — Footer único en portada.
   El footer antiguo de Astra queda oculto únicamente en la portada estable. */
body.brasbol-stable-home #colophon.site-footer,
body.brasbol-stable-home footer#colophon,
body.brasbol-stable-home .site-primary-footer-wrap,
body.brasbol-stable-home .site-below-footer-wrap,
body.brasbol-stable-home .ast-footer-overlay {
  display:none!important;
}

.brasbol-home-footer{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  background:#03250f;
  color:#d7ebdc;
}
@media (max-width:767px){
  .brasbol-home-footer .footer-main{
    width:calc(100% - 28px)!important;
    padding:42px 0 30px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .brasbol-home-footer .footer-brand,
  .brasbol-home-footer .footer-social,
  .brasbol-home-footer .footer-links{
    grid-column:1!important;
    width:100%!important;
    min-width:0!important;
  }
  .brasbol-home-footer .footer-brand img{
    width:155px!important;
    max-width:100%!important;
    height:auto!important;
  }
  .brasbol-home-footer .social-icons{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
  }
  .brasbol-home-footer .footer-bottom{
    width:calc(100% - 28px)!important;
    padding:18px 0 24px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:10px!important;
  }
}
@media (max-width:390px){
  .brasbol-home-footer .social-icons{grid-template-columns:1fr!important}
}

.brasbol-global-footer{display:none!important}


/* ==========================================================
   v3.3.2 — Corrección móvil: header, alumno y footer
   Solo afecta páginas internas / registro / acceso.
   ========================================================== */

/* El footer debe mostrar siempre el logo real y los SVG de redes. */
body.brasbol-has-global-footer .brasbol-home-footer .footer-brand img{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  object-fit:contain!important;
}
body.brasbol-has-global-footer .brasbol-home-footer .social-icons svg{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:25px!important;
  height:25px!important;
  flex:0 0 25px!important;
}

/* Páginas de registro/acceso: evita que el título quede pegado al header. */
body.brasbol-student-page .site-content,
body.brasbol-student-page #content{
  padding-top:24px!important;
  padding-bottom:0!important;
}
body.brasbol-student-page .site-main,
body.brasbol-student-page main{
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
}
body.brasbol-student-page .entry-header{
  width:min(760px,calc(100% - 28px))!important;
  margin:0 auto 18px!important;
  padding:0!important;
}
body.brasbol-student-page .entry-title{
  margin:0!important;
  color:#1f2d3d!important;
  font-size:clamp(34px,8vw,48px)!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
}
body.brasbol-student-page .entry-content{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}

/* Tutor Login: tarjeta centrada, sin doble marco gigante. */
body.brasbol-student-page .tutor-login-wrap,
body.brasbol-student-page .tutor-login-form-wrapper,
body.brasbol-student-page .tutor-login-form{
  max-width:540px!important;
  width:calc(100% - 28px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.brasbol-student-page .tutor-login-wrap{
  margin-top:18px!important;
  margin-bottom:48px!important;
}
body.brasbol-student-page .tutor-login-form-wrapper{
  padding:28px!important;
  border:1px solid #c8e6ce!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 14px 35px rgba(7,61,25,.08)!important;
}
body.brasbol-student-page .tutor-login-form-wrapper input:not([type="checkbox"]):not([type="radio"]){
  width:100%!important;
  min-height:50px!important;
  border-radius:11px!important;
  font-size:16px!important;
}
body.brasbol-student-page .tutor-login-form-wrapper button,
body.brasbol-student-page .tutor-login-form-wrapper input[type="submit"]{
  width:100%!important;
  min-height:52px!important;
  border-radius:11px!important;
}

/* Registro oficial de Tutor dentro del wrapper Brasbol. */
body.brasbol-student-page .brasbol-student-access{
  margin-top:18px!important;
  margin-bottom:48px!important;
}
body.brasbol-student-page .brasbol-student-access .tutor-form-wrap,
body.brasbol-student-page .brasbol-student-access form{
  margin-top:22px!important;
}
body.brasbol-student-page .brasbol-student-access .tutor-form-row,
body.brasbol-student-page .brasbol-student-access .tutor-row{
  gap:14px!important;
}

/* Footer interno: sin espacios enormes antes de comenzar. */
body.brasbol-student-page .brasbol-home-footer{
  margin-top:0!important;
}
body.brasbol-student-page .brasbol-home-footer .footer-main{
  padding-top:42px!important;
}

/* Widget de soporte: reserva espacio para que no tape enlaces del footer/formulario. */
body.brasbol-student-page{
  padding-bottom:0!important;
}
body.brasbol-student-page .brasbol-home-footer .footer-bottom{
  padding-bottom:92px!important;
}

@media (max-width:767px){
  body.brasbol-student-page .site-content,
  body.brasbol-student-page #content{
    padding-top:12px!important;
  }

  body.brasbol-student-page .entry-header{
    width:calc(100% - 24px)!important;
    margin-bottom:16px!important;
  }
  body.brasbol-student-page .entry-title{
    font-size:clamp(31px,8.5vw,40px)!important;
  }

  body.brasbol-student-page .brasbol-student-access{
    width:calc(100% - 24px)!important;
    padding:22px 14px!important;
    margin:12px auto 38px!important;
    border-radius:18px!important;
  }
  body.brasbol-student-page .brasbol-student-access>h1{
    font-size:clamp(34px,10vw,43px)!important;
    line-height:1.06!important;
  }
  body.brasbol-student-page .brasbol-student-access>p{
    font-size:16px!important;
    line-height:1.55!important;
  }
  body.brasbol-student-page .brasbol-student-access .tutor-form-wrap,
  body.brasbol-student-page .brasbol-student-access form{
    padding:18px 12px!important;
    margin-top:18px!important;
    border-radius:14px!important;
  }

  body.brasbol-student-page .tutor-login-wrap,
  body.brasbol-student-page .tutor-login-form-wrapper,
  body.brasbol-student-page .tutor-login-form{
    width:calc(100% - 24px)!important;
    max-width:none!important;
  }
  body.brasbol-student-page .tutor-login-wrap{
    margin-top:10px!important;
    margin-bottom:38px!important;
  }
  body.brasbol-student-page .tutor-login-form-wrapper{
    padding:22px 14px!important;
    border-radius:17px!important;
  }
  body.brasbol-student-page .tutor-login-form-wrapper h2,
  body.brasbol-student-page .tutor-login-form-wrapper h3{
    font-size:clamp(28px,8.5vw,36px)!important;
    line-height:1.12!important;
  }

  /* Exactamente el footer de Inicio en una sola columna. */
  body.brasbol-has-global-footer .brasbol-home-footer .footer-main{
    width:calc(100% - 28px)!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:28px!important;
    padding:42px 0 30px!important;
  }
  body.brasbol-has-global-footer .brasbol-home-footer .footer-brand,
  body.brasbol-has-global-footer .brasbol-home-footer .footer-links,
  body.brasbol-has-global-footer .brasbol-home-footer .footer-social{
    grid-column:1!important;
    width:100%!important;
    min-width:0!important;
  }
  body.brasbol-has-global-footer .brasbol-home-footer .footer-brand img{
    width:160px!important;
    height:auto!important;
    min-height:0!important;
  }
  body.brasbol-has-global-footer .brasbol-home-footer .social-icons{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
  }
  body.brasbol-has-global-footer .brasbol-home-footer .social-icons a{
    min-height:54px!important;
    justify-content:flex-start!important;
  }
  body.brasbol-has-global-footer .brasbol-home-footer .footer-bottom{
    width:calc(100% - 28px)!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:10px!important;
  }
}

@media (max-width:390px){
  body.brasbol-has-global-footer .brasbol-home-footer .social-icons{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   v3.3.3 — Anchos responsivos: producto individual + formularios
   ========================================================== */

/* Producto WooCommerce: aprovecha pantalla sin pegarse a los bordes. */
body.single-product .site-content,
body.single-product #content{
  width:100%!important;
  max-width:none!important;
  padding-left:0!important;
  padding-right:0!important;
}
body.single-product .site-main,
body.single-product main.site-main,
body.single-product .ast-container{
  width:min(1180px,calc(100% - 40px))!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.single-product div.product{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr)!important;
  column-gap:52px!important;
  align-items:start!important;
}
body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  margin:0!important;
  min-width:0!important;
}
body.single-product div.product .woocommerce-product-gallery img{
  width:100%!important;
  height:auto!important;
  object-fit:cover!important;
}
body.single-product div.product .woocommerce-tabs,
body.single-product div.product .related,
body.single-product div.product .upsells{
  grid-column:1/-1!important;
  width:100%!important;
  max-width:none!important;
}

/* Formularios de alumno: ancho cómodo y centrado. */
body.brasbol-student-page .entry-header,
body.brasbol-student-page .entry-content{
  width:min(820px,calc(100% - 32px))!important;
  max-width:820px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.brasbol-student-page .brasbol-student-access{
  width:100%!important;
  max-width:760px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
body.brasbol-student-page .brasbol-student-access form,
body.brasbol-student-page .brasbol-student-access .tutor-form-wrap{
  width:100%!important;
  max-width:680px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
body.brasbol-student-page .tutor-login-wrap{
  width:min(620px,calc(100% - 32px))!important;
  max-width:620px!important;
}
body.brasbol-student-page .tutor-login-form-wrapper,
body.brasbol-student-page .tutor-login-form{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

/* Tablet */
@media (max-width:921px){
  body.single-product .site-main,
  body.single-product main.site-main,
  body.single-product .ast-container{
    width:calc(100% - 32px)!important;
  }
  body.single-product div.product{
    grid-template-columns:minmax(0,1fr) minmax(300px,.9fr)!important;
    column-gap:28px!important;
  }
}

/* Celular: producto y formularios ocupan el ancho útil real. */
@media (max-width:767px){
  body.single-product .site-main,
  body.single-product main.site-main,
  body.single-product .ast-container{
    width:calc(100% - 24px)!important;
    max-width:none!important;
  }
  body.single-product div.product{
    display:block!important;
    width:100%!important;
  }
  body.single-product div.product .woocommerce-product-gallery,
  body.single-product div.product .summary{
    width:100%!important;
    max-width:none!important;
    margin:0 0 24px!important;
  }
  body.single-product div.product .summary{
    padding:0 2px!important;
  }
  body.single-product div.product .product_title{
    font-size:clamp(30px,9vw,40px)!important;
    line-height:1.08!important;
    overflow-wrap:anywhere!important;
  }
  body.single-product div.product form.cart,
  body.single-product div.product .single_add_to_cart_button{
    width:100%!important;
    max-width:none!important;
  }

  body.brasbol-student-page .entry-header,
  body.brasbol-student-page .entry-content{
    width:calc(100% - 24px)!important;
    max-width:none!important;
  }
  body.brasbol-student-page .brasbol-student-access{
    width:100%!important;
    max-width:none!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  body.brasbol-student-page .brasbol-student-access form,
  body.brasbol-student-page .brasbol-student-access .tutor-form-wrap{
    width:100%!important;
    max-width:none!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  body.brasbol-student-page .tutor-login-wrap{
    width:100%!important;
    max-width:none!important;
  }
  body.brasbol-student-page input,
  body.brasbol-student-page select,
  body.brasbol-student-page textarea{
    max-width:100%!important;
    box-sizing:border-box!important;
  }
}


/* ==========================================================
   v3.3.4 — Ajuste fino móvil: alumno + producto
   ========================================================== */

@media (max-width:767px){

  /* ---------- Registro / acceso ---------- */
  body.brasbol-student-page .entry-header,
  body.brasbol-student-page .entry-content{
    width:calc(100% - 16px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.brasbol-student-page .entry-header{
    margin-top:10px!important;
    margin-bottom:12px!important;
  }

  body.brasbol-student-page .entry-title{
    font-size:clamp(28px,8vw,36px)!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
  }

  body.brasbol-student-page .brasbol-student-access{
    width:100%!important;
    max-width:none!important;
    margin:8px auto 28px!important;
    padding:18px 10px!important;
    border-radius:16px!important;
  }

  body.brasbol-student-page .brasbol-student-access>h1{
    font-size:clamp(30px,8.8vw,38px)!important;
    line-height:1.06!important;
    margin-bottom:14px!important;
  }

  body.brasbol-student-page .brasbol-student-access>p{
    font-size:15px!important;
    line-height:1.5!important;
    margin-bottom:16px!important;
  }

  body.brasbol-student-page .brasbol-student-access .tutor-form-wrap,
  body.brasbol-student-page .brasbol-student-access form{
    width:100%!important;
    max-width:none!important;
    margin:14px auto 0!important;
    padding:14px 10px!important;
    border-radius:12px!important;
  }

  body.brasbol-student-page .brasbol-student-access .tutor-form-group,
  body.brasbol-student-page .brasbol-student-access .tutor-form-field{
    margin-bottom:12px!important;
  }

  body.brasbol-student-page .brasbol-student-access label{
    font-size:13px!important;
    margin-bottom:6px!important;
  }

  body.brasbol-student-page .brasbol-student-access input:not([type="checkbox"]):not([type="radio"]),
  body.brasbol-student-page .brasbol-student-access select,
  body.brasbol-student-page .brasbol-student-access textarea{
    width:100%!important;
    min-height:46px!important;
    padding:10px 12px!important;
    font-size:16px!important;
    border-radius:10px!important;
  }

  body.brasbol-student-page .tutor-login-wrap,
  body.brasbol-student-page .tutor-login-form-wrapper,
  body.brasbol-student-page .tutor-login-form{
    width:calc(100% - 16px)!important;
    max-width:none!important;
  }

  body.brasbol-student-page .tutor-login-form-wrapper{
    padding:18px 12px!important;
    border-radius:15px!important;
  }

  body.brasbol-student-page .tutor-login-form-wrapper h2,
  body.brasbol-student-page .tutor-login-form-wrapper h3{
    font-size:clamp(26px,7.8vw,34px)!important;
    line-height:1.1!important;
    margin-bottom:16px!important;
  }

  /* ---------- Producto individual ---------- */
  body.single-product .site-content,
  body.single-product #content{
    width:100%!important;
    max-width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  body.single-product .site-main,
  body.single-product main.site-main,
  body.single-product .ast-container{
    width:calc(100% - 12px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  body.single-product div.product{
    width:100%!important;
    max-width:none!important;
    margin:8px auto 24px!important;
    padding:10px!important;
    border-radius:16px!important;
    box-shadow:0 10px 28px rgba(7,61,25,.08)!important;
  }

  body.single-product div.product .woocommerce-product-gallery,
  body.single-product div.product .summary{
    width:100%!important;
    max-width:none!important;
    margin:0 0 18px!important;
    padding:0!important;
  }

  body.single-product .woocommerce-product-gallery__wrapper,
  body.single-product .woocommerce-product-gallery__image{
    width:100%!important;
    max-width:none!important;
  }

  body.single-product .woocommerce-product-gallery img{
    width:100%!important;
    height:auto!important;
    border-radius:14px!important;
    object-fit:cover!important;
  }

  body.single-product .summary{
    padding:0 4px 6px!important;
  }

  body.single-product .summary .woocommerce-breadcrumb{
    margin:8px 0 12px!important;
    font-size:13px!important;
    line-height:1.4!important;
  }

  body.single-product .summary .product_title{
    font-size:clamp(32px,9vw,40px)!important;
    line-height:1.03!important;
    margin:12px 0 14px!important;
    letter-spacing:-.03em!important;
  }

  body.single-product .summary .price{
    margin:8px 0 14px!important;
    gap:8px!important;
    align-items:flex-end!important;
  }

  body.single-product .summary .price del{
    font-size:18px!important;
  }

  body.single-product .summary .price ins .amount,
  body.single-product .summary .price>.amount{
    font-size:clamp(34px,10vw,44px)!important;
    line-height:1!important;
  }

  body.single-product .summary .product_meta{
    margin-top:14px!important;
    padding-top:14px!important;
    font-size:14px!important;
  }

  body.single-product .brasbol-course-facts{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }

  body.single-product .brasbol-course-facts>div{
    min-width:0!important;
    padding:12px 10px!important;
  }

  body.single-product .brasbol-course-facts strong{
    font-size:20px!important;
  }

  body.single-product form.cart{
    width:100%!important;
    display:flex!important;
    gap:8px!important;
    align-items:stretch!important;
  }

  body.single-product form.cart .quantity{
    flex:0 0 58px!important;
  }

  body.single-product form.cart .single_add_to_cart_button{
    flex:1 1 auto!important;
    min-width:0!important;
    width:auto!important;
    min-height:48px!important;
  }

  body.single-product .woocommerce-tabs,
  body.single-product .related.products{
    width:100%!important;
    max-width:none!important;
  }

  /* Reserva espacio para widget flotante de soporte. */
  body.single-product,
  body.brasbol-student-page{
    padding-bottom:84px!important;
  }
}

/* teléfonos muy angostos */
@media (max-width:390px){
  body.single-product .brasbol-course-facts{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   v4.0.1 — Ajuste final: alumno + footer sin franja blanca
   ========================================================== */

/* Nunca reservar espacio después del footer. */
html,
body{
  margin-bottom:0!important;
  padding-bottom:0!important;
}

body.brasbol-has-global-footer .brasbol-home-footer{
  margin-bottom:0!important;
  padding-bottom:0!important;
}

body.brasbol-has-global-footer .brasbol-home-footer .footer-bottom{
  margin-bottom:0!important;
}

/* Elimina cualquier espacio heredado reservado para el widget de soporte. */
body.single-product,
body.brasbol-student-page{
  padding-bottom:0!important;
}

body.brasbol-student-page .brasbol-home-footer .footer-bottom{
  padding-bottom:24px!important;
}

/* Página de acceso / registro: ancho más proporcionado y centrado. */
body.brasbol-student-page .entry-header,
body.brasbol-student-page .entry-content{
  width:min(700px,calc(100% - 24px))!important;
  max-width:700px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.brasbol-student-page .tutor-login-wrap{
  width:min(560px,100%)!important;
  max-width:560px!important;
  margin:12px auto 32px!important;
}

body.brasbol-student-page .tutor-login-form-wrapper,
body.brasbol-student-page .tutor-login-form{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.brasbol-student-page .tutor-login-form-wrapper{
  padding:22px 18px!important;
}

body.brasbol-student-page .brasbol-student-access{
  width:min(680px,100%)!important;
  max-width:680px!important;
  margin:10px auto 32px!important;
  padding:20px 16px!important;
}

body.brasbol-student-page .brasbol-student-access form,
body.brasbol-student-page .brasbol-student-access .tutor-form-wrap{
  width:100%!important;
  max-width:620px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Evita cajas externas demasiado altas o con min-height heredado. */
body.brasbol-student-page .tutor-login-wrap,
body.brasbol-student-page .tutor-login-form-wrapper,
body.brasbol-student-page .brasbol-student-access,
body.brasbol-student-page .entry-content{
  min-height:0!important;
  height:auto!important;
}

@media (max-width:767px){
  body.brasbol-student-page .entry-header,
  body.brasbol-student-page .entry-content{
    width:calc(100% - 18px)!important;
    max-width:none!important;
  }

  body.brasbol-student-page .entry-title{
    font-size:clamp(30px,8vw,36px)!important;
    margin-bottom:12px!important;
  }

  body.brasbol-student-page .tutor-login-wrap{
    width:100%!important;
    max-width:none!important;
    margin:8px auto 24px!important;
  }

  body.brasbol-student-page .tutor-login-form-wrapper{
    width:100%!important;
    padding:18px 12px!important;
    border-radius:15px!important;
  }

  body.brasbol-student-page .tutor-login-form{
    width:100%!important;
  }

  body.brasbol-student-page .brasbol-student-access{
    width:100%!important;
    max-width:none!important;
    padding:16px 10px!important;
    margin:8px auto 24px!important;
  }

  body.brasbol-student-page .brasbol-student-access form,
  body.brasbol-student-page .brasbol-student-access .tutor-form-wrap{
    width:100%!important;
    max-width:none!important;
    padding:12px 8px!important;
  }

  /* El footer termina exactamente al final del fondo verde. */
  body.brasbol-has-global-footer .brasbol-home-footer .footer-bottom{
    padding-bottom:22px!important;
  }
}


/* v4.23.1 — acabado moderno para iconos sociales del footer existente. */
.brasbol-home-footer .social-icons a{
  transition:transform .18s ease,opacity .18s ease;
}
.brasbol-home-footer .social-icons a:hover{
  transform:translateY(-2px);
  opacity:.96;
}
.brasbol-home-footer .social-icons a svg{
  width:20px;
  height:20px;
}
