
/* Compatibilidade do MODELO LOCAL.
   O visual-base vem de app/globals.css da V20.8.3 aprovada. */
.local-fill{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-photo>.local-fill{object-position:center 44%}
.experience-photo,.incompany-photo,.numbers-showcase__photo{position:relative;overflow:hidden}
.experience-photo>.local-fill,.incompany-photo>.local-fill,.numbers-showcase__photo>.local-fill{z-index:0}
.experience-photo__caption,.incompany-photo__badges,.numbers-showcase__seal{z-index:2}
.local-icon{width:1.05em;height:1.05em;display:inline-block;vertical-align:-.15em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.local-icon.lg{width:1.35em;height:1.35em}
.local-icon.xl{width:2.1em;height:2.1em}
.nav-dropdown__icon .local-icon{width:20px;height:20px}
.course-card__icon .local-icon{width:34px;height:34px}
.course-card__watermark .local-icon{width:150px;height:150px}
.menu-button{border:0}
.local-placeholder-link{cursor:pointer}
.local-chat{
 position:fixed;right:22px;bottom:92px;z-index:61;width:min(370px,calc(100% - 30px));
 border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow);
 overflow:hidden;display:none
}
.local-chat.open{display:block}
.local-chat__head{background:var(--purple-950);color:#fff;padding:15px 17px;display:flex;justify-content:space-between;align-items:center}
.local-chat__head span{display:flex;flex-direction:column;line-height:1.3}.local-chat__head small{color:#cbbdd0}
.local-chat__head button{border:0;background:transparent;color:#fff;font-size:1.4rem}
.local-chat__body{padding:18px;background:#faf8fb;min-height:150px}
.local-chat__bubble{padding:12px 13px;background:#fff;border:1px solid var(--line);border-radius:13px 13px 13px 4px;color:var(--text);font-size:.85rem}
.local-chat__note{display:block;margin-top:15px;color:var(--muted);font-size:.72rem}
.local-chat__input{padding:12px;border-top:1px solid var(--line);display:flex;gap:8px}
.local-chat__input input{flex:1;border:1px solid var(--line);border-radius:10px;padding:9px 10px;background:#f8f6f9}
.local-chat__input button{border:0;border-radius:10px;padding:0 13px;background:var(--purple-700);color:#fff}
.whatsapp-float.local-chat-button{background:var(--purple-700)}
.model-ribbon{
 position:fixed;left:12px;bottom:12px;z-index:70;background:rgba(33,8,50,.93);color:#fff;
 padding:7px 10px;border-radius:9px;font-size:10px;letter-spacing:.04em;box-shadow:0 8px 20px rgba(0,0,0,.16)
}
@media(max-width:860px){
 .nav--institutional{top:68px!important}
 .nav-group{width:100%}
 .nav-group__trigger{width:100%;justify-content:space-between!important}
 .nav-dropdown{position:static!important;width:100%!important;min-width:0!important;transform:none!important;margin:4px 0 8px}
 .nav-group:not(.is-open)>.nav-dropdown{display:none!important}
 .nav-group.is-open>.nav-dropdown{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
}
