@charset "UTF-8";/*!
 * Bootstrap v4.3.1 — SUBSET CURADO (apenas classes usadas em publisher/article.blade.php + includes top-menu/footer)
 * Original: Copyright 2011-2019 The Bootstrap Authors / Twitter, Inc. — Licensed under MIT
 * Reduzido para Core Web Vitals: grid + flex/utils + navbar/collapse + btn base + reboot mínimo.
 * NÃO usar como bootstrap geral do site — outras views ainda carregam o bundle completo do Bitrix.
 */

/* ===== Reboot mínimo ===== */
*,::after,::before{box-sizing:border-box}
html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}
p{margin-top:0;margin-bottom:1rem}
address{margin-bottom:1rem;font-style:normal;line-height:inherit}
ol,ul{margin-top:0;margin-bottom:1rem}
a{color:#007bff;text-decoration:none;background-color:transparent}
a:hover{color:#0056b3;text-decoration:underline}
img{vertical-align:middle;border-style:none}
input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;overflow:visible}
button{border-radius:0;margin:0;font-family:inherit;font-size:inherit;line-height:inherit;overflow:visible;text-transform:none}
button,[type=button],[type=submit]{-webkit-appearance:button}
button:not(:disabled){cursor:pointer}

/* ===== Headings utilitários (.h1-.h6) ===== */
.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}
.h1{font-size:2.5rem}.h2{font-size:2rem}.h3{font-size:1.75rem}.h4{font-size:1.5rem}.h5{font-size:1.25rem}.h6{font-size:1rem}

/* ===== Grid ===== */
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}
.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
.col-6,.col-12,.col-sm-12,.col-md-2,.col-md-6,.col-lg-2,.col-lg-4,.col-lg-6,.col-lg-8{position:relative;width:100%;padding-right:15px;padding-left:15px}
.col-6{flex:0 0 50%;max-width:50%}
.col-12{flex:0 0 100%;max-width:100%}
@media (min-width:576px){.col-sm-12{flex:0 0 100%;max-width:100%}}
@media (min-width:768px){.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-6{flex:0 0 50%;max-width:50%}}
@media (min-width:992px){.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}}

/* ===== Utilitários ===== */
.w-100{width:100%!important}
.d-flex{display:flex!important}
.d-inline-flex{display:inline-flex!important}
.justify-content-end{justify-content:flex-end!important}
.align-items-center{align-items:center!important}
.align-items-end{align-items:flex-end!important}
.ml-auto{margin-left:auto!important}
.p-0{padding:0!important}
.rounded-0{border-radius:0!important}
.list-unstyled{padding-left:0;list-style:none}
.text-center{text-align:center!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-uppercase{text-transform:uppercase!important}
@media (min-width:576px){.flex-sm-row{flex-direction:row!important}}
@media (min-width:992px){.text-lg-left{text-align:left!important}}

/* ===== Botões (base — refinos no <style> inline do blade) ===== */
.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.btn:hover{color:#212529;text-decoration:none}
.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}

/* ===== Navbar + Collapse ===== */
.collapse:not(.show){display:none}
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}
.navbar>.container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}
.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}
.navbar-nav .nav-link{padding-right:0;padding-left:0}
.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}
.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}
.nav-link{display:block;padding:.5rem 1rem}
@media (min-width:992px){
.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}
.navbar-expand-lg .navbar-nav{flex-direction:row}
.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}
.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}
.navbar-expand-lg .navbar-toggler{display:none}
}
h6.landing-block-node-title.g-mb-0.g-color.g-font-size-15.g-font-weight-auto {
    font-size: 1rem;
}
