/* origem: site/0084.css */
/* SOURCE: /assets/refactor-v943/css/site/0236.css */
/* Relacionadas no padrão da referência: 3 colunas desktop, 2 tablet/mobile, textos menores e sem reticências */
html body.pc .article .related .related-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px 22px!important;
  align-items:start!important;
}
html body.pc .article .related .pc-mini-card,
html body.pc .article .related .pc-mini-card a{
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
  background:transparent!important;
}
html body.pc .article .related .pc-mini-img,
html body.pc .article .related .pc-mini-img img,
html body.pc .article .related .pc-mini-img span{
  width:100%!important;
  height:150px!important;
  min-height:150px!important;font-size:14px!important;
  max-height:150px!important;
  display:block!important;
  object-fit:cover!important;
}
html body.pc .article .related .pc-mini-card b{
  display:block!important;
  margin:8px 0 3px!important;
  font-size:12px!important;
  line-height:1.15!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:unset!important;
  max-height:none!important;
}
html body.pc .article .related .pc-mini-card h3{
  display:block!important;
  margin:0!important;
  font-size:18px!important;
  line-height:1.18!important;
  font-weight:800!important;
  color:#202936!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:unset!important;
  max-height:none!important;
}
html body.pc .article .related .pc-mini-date{
  display:block!important;
  margin-top:5px!important;
  color:#7b8794!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:400!important;
}
@media(max-width:1024px){
  html body.pc .article .related .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 14px!important;}
  html body.pc .article .related .pc-mini-img,
  html body.pc .article .related .pc-mini-img img,
  html body.pc .article .related .pc-mini-img span{height:132px!important;min-height:132px!important;max-height:132px!important;}
  html body.pc .article .related .pc-mini-card b{font-size:10.5px!important;line-height:1.15!important;}
  html body.pc .article .related .pc-mini-card h3{font-size:15px!important;line-height:1.18!important;}
  html body.pc .article .related .pc-mini-date{font-size:12px!important;}
}
@media(max-width:360px){
  html body.pc .article .related .related-grid{grid-template-columns:1fr!important;}
}

/* SOURCE: /assets/refactor-v943/css/site/0237.css */
/* NÃO mexe em pastas de logo, uploads ou banners. Só ajuste visual/estrutura em CSS. */

/* Slide mobile: volta a usar a imagem real do sistema e mantém respiro lateral igual ao conteúdo */
@media(max-width:768px){
  html body.pc .pc-mobile-top-slider{
    width:calc(100% - 30px)!important;
    max-width:calc(100% - 30px)!important;
    margin:12px auto 18px!important;
    padding:0!important;
    overflow:hidden!important;
    background:transparent!important;
    box-sizing:border-box!important;
  }
  html body.pc .pc-mobile-slider-viewport{
    width:100%!important;
    height:250px!important;
    min-height:250px!important;
    max-height:250px!important;
    overflow:hidden!important;
    position:relative!important;
    touch-action:pan-y!important;
    background:#e5e5e5!important;
    box-sizing:border-box!important;
  }
  html body.pc .pc-mobile-slider-track{
    height:250px!important;
    display:flex!important;
    align-items:stretch!important;
    will-change:transform!important;
  }
  html body.pc .pc-mobile-slide{
    position:relative!important;
    display:block!important;
    overflow:hidden!important;
    text-decoration:none!important;
    height:250px!important;
    min-height:250px!important;
    max-height:250px!important;
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    background:#e5e5e5!important;
    box-sizing:border-box!important;
  }
  html body.pc .pc-mobile-slide-img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    overflow:hidden!important;
    background:#e5e5e5!important;
  }
  html body.pc .pc-mobile-slide-img img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    border:0!important;
  }
  html body.pc .pc-mobile-slide:after{
    content:""!important;
    position:absolute!important;
    left:0!important;right:0!important;bottom:0!important;
    height:62%!important;
    background:linear-gradient(transparent,rgba(0,0,0,.90))!important;
    z-index:1!important;
    pointer-events:none!important;
  }
  html body.pc .pc-mobile-slide-info{
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    bottom:16px!important;
    z-index:2!important;
    color:#fff!important;
    text-align:left!important;
  }
  html body.pc .pc-mobile-slide-info b{
    display:block!important;
    color:var(--spb-page-accent,var(--green,#18a058))!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    margin:0 0 4px!important;
    padding:0!important;
  }
  html body.pc .pc-mobile-slide-info strong{
    display:block!important;
    color:#fff!important;
    font-size:21px!important;
    line-height:1.1!important;
    font-weight:800!important;
    letter-spacing:-.2px!important;
    margin:0!important;
    padding:0!important;
  }
  html body.pc .pc-mobile-dots{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    margin:14px 0 22px!important;
    padding:0!important;
    line-height:1!important;
  }
}

/* Slide principal desktop: chapéu e título mais próximos e leitura mais compacta */
html body.pc .pc-main-slide .info{bottom:16px!important;}
html body.pc .pc-main-slide .tag{font-weight:900!important;margin:0 0 2px!important;line-height:1!important;}
html body.pc .pc-main-slide h2{line-height:1.1!important;margin:0!important;}

/* Card lateral: ao passar o mouse o título não muda de cor */
@media(min-width:761px){
  html body.pc .pc-side-item:hover h3{color:#263a4d!important;text-decoration:none!important;}
}

/* Barra/linha dos títulos (Mais lidas, relacionadas etc.) puxa cor do portal */
html body.pc .section-head,
html body.pc .home-pc-rank .box,
html body.pc .box.spb-category-most-read,
html body.pc .box.spb-article-most-read{
  border-color:var(--spb-secondary,var(--spb-primary,var(--green,#80ba27)))!important;
}
html body.pc .section-head{border-bottom-color:var(--spb-secondary,var(--spb-primary,var(--green,#80ba27)))!important;}

/* Relacionadas: mantém 3 desktop, 2 tablet/mobile, sem cortar texto */
html body.pc .article .related .related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
@media(max-width:760px){html body.pc .article .related .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:420px){html body.pc .article .related .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}

/* SOURCE: /assets/refactor-v943/css/site/0238.css */
/* Busca do cabeçalho: abre sempre por cima, sem ficar presa embaixo do menu */
html body.pc .head,
html body.pc .head .wrap{
  overflow:visible!important;
}
html body.pc .head{
  position:relative!important;
  z-index:99990!important;
}
html body.pc .nav,
html body.pc .spb-stories-strip{
  position:relative!important;
  z-index:10!important;
}
html body.pc form.spb-header-search{
  position:relative!important;
  width:280px!important;
  min-width:280px!important;
  max-width:280px!important;
  height:55px!important;
  min-height:55px!important;
  max-height:55px!important;
  z-index:100000!important;
  overflow:visible!important;
}
html body.pc form.spb-header-search .spb-header-search-input{
  width:280px!important;
  min-width:280px!important;
  max-width:280px!important;
  height:55px!important;
  min-height:55px!important;
  max-height:55px!important;
  padding:0 14px!important;
  background:#fff!important;
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  border:1px solid #cfd6df!important;
  border-right:3px solid var(--spb-page-accent,var(--spb-primary,#1462c8))!important;
  box-shadow:none!important;
  border-radius:0!important;
  font-size:14px!important;
  line-height:55px!important;
}
html body.pc form.spb-header-search .spb-header-search-options{
  position:absolute!important;
  top:55px!important;
  left:0!important;
  right:auto!important;
  width:280px!important;
  min-width:280px!important;
  max-width:280px!important;
  z-index:100001!important;
  background:#fff!important;
  color:#26313d!important;
  border:1px solid #cfd6df!important;
  border-top:0!important;
  box-shadow:none!important;
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  transform:none!important;
}
html body.pc form.spb-header-search.is-expanded .spb-header-search-options.is-open,
html body.pc form.spb-header-search:focus-within .spb-header-search-options.is-open{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
html body.pc form.spb-header-search .spb-header-search-option{
  display:block!important;
  width:100%!important;
  min-height:37px!important;
  padding:8px 14px!important;
  background:#fff!important;
  color:#26313d!important;
  -webkit-text-fill-color:#26313d!important;
  border:0!important;
  border-bottom:1px solid #d8dde5!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:1.15!important;
  text-align:left!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
html body.pc form.spb-header-search .spb-header-search-option span{
  color:var(--spb-page-accent,var(--spb-primary,#1462c8))!important;
  -webkit-text-fill-color:var(--spb-page-accent,var(--spb-primary,#1462c8))!important;
  background:transparent!important;
  font-weight:400!important;
}

/* Previsão do tempo: compacta como referência, sem texto preto em fundo colorido */
html body.pc .head .weather.spb-weather-top{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  overflow:visible!important;
}
html body.pc .head .spb-weather-pill{
  display:grid!important;
  grid-template-columns:46px auto!important;
  grid-template-areas:"icon temp" "icon city"!important;
  align-items:center!important;
  column-gap:10px!important;
  row-gap:1px!important;
  min-width:0!important;
  max-width:260px!important;
  line-height:1!important;
  color:#fff!important;
  white-space:nowrap!important;
}
html body.pc .head .spb-weather-pill>i{
  grid-area:icon!important;
  width:46px!important;
  height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:35px!important;
  color:currentColor!important;
  line-height:1!important;
}
html body.pc .head .spb-weather-main{
  grid-area:temp!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  color:currentColor!important;
  line-height:1!important;
}
html body.pc .head .spb-weather-main strong,
html body.pc .head .spb-weather-range{
  color:currentColor!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:400!important;
  letter-spacing:-.4px!important;
  margin:0!important;
  padding:0!important;
}
html body.pc .head .spb-weather-main sup,
html body.pc .head .spb-weather-range sup{
  font-size:.48em!important;
  line-height:0!important;
  position:relative!important;
  top:-.55em!important;
  margin-left:1px!important;
}
html body.pc .head .spb-weather-info{
  grid-area:city!important;
  display:block!important;
  min-width:0!important;
  color:currentColor!important;
  line-height:1!important;
}
html body.pc .head .spb-weather-info b{display:none!important;}
html body.pc .head .spb-weather-info small{
  display:block!important;
  color:currentColor!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:400!important;
  max-width:210px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  margin:0!important;
  padding:0!important;
}
html body.pc .head .spb-weather-info small i{
  font-size:14px!important;
  margin-right:4px!important;
  color:currentColor!important;
}
html body.pc .head:not(.spb-header-light-weather) .spb-weather-pill,
html body.pc .head:not(.spb-header-light-weather) .spb-weather-pill *{
  color:#fff!important;
}
html body.pc .head.spb-header-light-weather .spb-weather-pill,
html body.pc .head.spb-header-light-weather .spb-weather-pill *{
  color:#26313d!important;
}
html body.pc .head.spb-header-light-weather .spb-weather-pill>i{
  color:#c4ccd6!important;
}
@media(max-width:760px){html body.pc .head .weather.spb-weather-top{display:none!important;}}

/* SOURCE: /assets/refactor-v943/css/site/0239.css */
/* Busca: força dropdown acima do menu/nav */
html body.pc header.head,
html body.pc .head,
html body.pc .head .wrap{
  overflow:visible!important;
  position:relative!important;
  z-index:2147483000!important;
}
html body.pc .nav,
html body.pc .nav-container{
  position:relative!important;
  z-index:10!important;
}
html body.pc .head form.spb-header-search,
html body.pc .head .spb-header-search{
  overflow:visible!important;
  z-index:2147483500!important;
}
html body.pc .head .spb-header-search-options,
html body.pc header.head .spb-header-search-options{
  position:absolute!important;
  top:58px!important;
  left:0!important;
  right:auto!important;
  width:100%!important;
  z-index:2147483647!important;
  background:#fff!important;
  border:1px solid #d7d7d7!important;
  border-top:0!important;
  box-shadow:0 10px 22px rgba(0,0,0,.12)!important;
  overflow:visible!important;
}
html body.pc .head .spb-header-search-options.is-open{display:block!important;visibility:visible!important;opacity:1!important;}
html body.pc .head .spb-header-search-options:not(.is-open){display:none!important;visibility:hidden!important;opacity:0!important;}

/* Tempo: igual referência, SEM texto preto em fundo colorido */
html body.pc .head .weather.spb-weather-top{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:72px!important;
  overflow:visible!important;
}
html body.pc .head .spb-weather-pill{
  display:grid!important;
  grid-template-columns:42px auto!important;
  grid-template-rows:auto auto!important;
  grid-template-areas:"ico temps" "ico city"!important;
  align-items:center!important;
  column-gap:10px!important;
  row-gap:2px!important;
  color:#fff!important;
  text-align:left!important;
  line-height:1.05!important;
  white-space:nowrap!important;
  max-width:100%!important;
}
html body.pc .head .spb-weather-pill,
html body.pc .head .spb-weather-pill *,
html body.pc .head .spb-weather-pill i,
html body.pc .head .spb-weather-pill strong,
html body.pc .head .spb-weather-pill span,
html body.pc .head .spb-weather-pill small,
html body.pc .head .spb-weather-pill sup{
  color:#fff!important;
  fill:#fff!important;
  text-shadow:none!important;
}
html body.pc .head .spb-weather-pill > i{
  grid-area:ico!important;
  width:42px!important;
  height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:34px!important;
  line-height:1!important;
}
html body.pc .head .spb-weather-main{
  grid-area:temps!important;
  display:flex!important;
  align-items:baseline!important;
  gap:10px!important;
  line-height:1!important;
}
html body.pc .head .spb-weather-main strong,
html body.pc .head .spb-weather-range{
  display:inline-flex!important;
  align-items:baseline!important;
  font-size:25px!important;
  font-weight:400!important;
  letter-spacing:-.4px!important;
  line-height:1!important;
}
html body.pc .head .spb-weather-main sup,
html body.pc .head .spb-weather-range sup{
  font-size:.48em!important;
  line-height:0!important;
  position:relative!important;
  top:-.55em!important;
  margin-left:1px!important;
}
html body.pc .head .spb-weather-info{
  grid-area:city!important;
  display:block!important;
  min-width:0!important;
  line-height:1.15!important;
}
html body.pc .head .spb-weather-info b{display:none!important;}
html body.pc .head .spb-weather-info small{
  display:block!important;
  font-size:17px!important;
  font-weight:400!important;
  line-height:1.15!important;
  max-width:230px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
html body.pc .head .spb-weather-info small i{font-size:.88em!important;margin-right:4px!important;}
/* só usa texto escuro quando o cabeçalho for realmente branco/claro */
html body.pc .head.spb-header-light-weather .spb-weather-pill,
html body.pc .head.spb-header-light-weather .spb-weather-pill *,
html body.pc .head.spb-header-light-weather .spb-weather-pill i,
html body.pc .head.spb-header-light-weather .spb-weather-pill strong,
html body.pc .head.spb-header-light-weather .spb-weather-pill span,
html body.pc .head.spb-header-light-weather .spb-weather-pill small,
html body.pc .head.spb-header-light-weather .spb-weather-pill sup{
  color:#1f2937!important;
  fill:#1f2937!important;
}
@media(max-width:768px){html body.pc .head .weather.spb-weather-top{display:none!important;}}

/* Slide mobile: mantém respiro e impede corte/bug visual */
@media(max-width:768px){
  html body.pc .pc-mobile-top-slider{
    width:calc(100% - 30px)!important;
    max-width:calc(100% - 30px)!important;
    margin:12px auto 18px!important;
    padding:0!important;
    overflow:visible!important;
    background:transparent!important;
    box-sizing:border-box!important;
  }
  html body.pc .pc-mobile-slider-viewport{
    width:100%!important;
    height:250px!important;
    min-height:250px!important;
    max-height:250px!important;
    overflow:hidden!important;
    position:relative!important;
    background:#e5e5e5!important;
    box-sizing:border-box!important;
    touch-action:pan-y!important;
  }
  html body.pc .pc-mobile-slider-track{
    display:flex!important;
    align-items:stretch!important;
    height:250px!important;
    width:auto!important;
    min-width:100%!important;
    will-change:transform!important;
  }
  html body.pc .pc-mobile-slide{
    position:relative!important;
    display:block!important;
    overflow:hidden!important;
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    height:250px!important;
    min-height:250px!important;
    max-height:250px!important;
    background:#e5e5e5!important;
    box-sizing:border-box!important;
    text-decoration:none!important;
  }
  html body.pc .pc-mobile-slide-img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    overflow:hidden!important;
    background:#e5e5e5!important;
  }
  html body.pc .pc-mobile-slide-img img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-width:100%!important;
    min-height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    border:0!important;
  }
  html body.pc .pc-mobile-slide:after{
    content:""!important;
    position:absolute!important;
    left:0!important;right:0!important;bottom:0!important;
    height:62%!important;
    background:linear-gradient(transparent,rgba(0,0,0,.90))!important;
    z-index:1!important;
    pointer-events:none!important;
  }
  html body.pc .pc-mobile-slide-info{
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    bottom:15px!important;
    z-index:2!important;
    color:#fff!important;
    text-align:left!important;
  }
  html body.pc .pc-mobile-slide-info b{
    display:block!important;
    font-size:13px!important;
    line-height:1!important;
    margin:0 0 4px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
  }
  html body.pc .pc-mobile-slide-info strong{
    display:block!important;
    color:#fff!important;
    font-size:21px!important;
    line-height:1.1!important;
    font-weight:800!important;
    margin:0!important;
    padding:0!important;
  }
}
@media(max-width:380px){html body.pc .pc-mobile-slide-info strong{font-size:20px!important;}}

/* SOURCE: /assets/refactor-v943/css/site/0240.css */
@media (max-width:768px){
  html body.pc .pc-mobile-top-slider{
    display:block!important;
    width:calc(100vw - 30px)!important;
    max-width:calc(100vw - 30px)!important;
    margin:12px auto 18px!important;
    padding:0!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    background:transparent!important;
  }
  html body.pc .pc-mobile-slider-viewport{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    background:#e5e5e5!important;
    touch-action:pan-y!important;
  }
  html body.pc .pc-mobile-slider-track{
    position:relative!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    width:auto!important;
    min-width:100%!important;
    max-width:none!important;
    overflow:visible!important;
    will-change:transform!important;
    box-sizing:border-box!important;
  }
  html body.pc .pc-mobile-slider-track .pc-mobile-slide{
    position:relative!important;
    display:block!important;
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    background:#e5e5e5!important;
    text-decoration:none!important;
    color:#fff!important;
  }
  html body.pc .pc-mobile-slide-img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:100%!important;
    overflow:hidden!important;
    background:#e5e5e5!important;
    box-sizing:border-box!important;
  }
  html body.pc .pc-mobile-slide-img img,
  html body.pc .pc-mobile-slide-img span,
  html body.pc .pc-mobile-slide-img .no-photo{
    display:block!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    border:0!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
  }
  html body.pc .pc-mobile-slide:hover .pc-mobile-slide-img img{
    transform:none!important;
  }
  html body.pc .pc-mobile-slide:after{
    content:""!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    height:64%!important;
    background:linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.62),rgba(0,0,0,0))!important;
    z-index:1!important;
    pointer-events:none!important;
  }
  html body.pc .pc-mobile-slide-info{
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    bottom:18px!important;
    z-index:2!important;
    display:block!important;
    width:auto!important;
    max-width:calc(100% - 28px)!important;
    color:#fff!important;
    text-align:left!important;
    overflow:visible!important;
    white-space:normal!important;
    box-sizing:border-box!important;
  }
  html body.pc .pc-mobile-slide-info b{
    display:block!important;
    color:var(--spb-page-accent,var(--green,#d000c8))!important;
    font-size:20px!important;
    line-height:1!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    margin:0 0 7px!important;
    padding:0!important;
    white-space:normal!important;
  }
  html body.pc .pc-mobile-slide-info strong{
    display:block!important;
    color:#fff!important;
    font-size:24px!important;
    line-height:1.12!important;
    font-weight:800!important;
    letter-spacing:-.25px!important;
    margin:0!important;
    padding:0!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    max-width:100%!important;
  }
  html body.pc .pc-mobile-dots{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    margin:14px 0 22px!important;
    padding:0!important;
    background:transparent!important;
  }
}
@media (max-width:380px){
  html body.pc .pc-mobile-slider-viewport,
  html body.pc .pc-mobile-slider-track,
  html body.pc .pc-mobile-slider-track .pc-mobile-slide{height:290px!important;min-height:290px!important;max-height:290px!important;}
  html body.pc .pc-mobile-slide-info strong{font-size:22px!important;line-height:1.12!important;}
  html body.pc .pc-mobile-slide-info b{font-size:18px!important;}
}

/* SOURCE: /assets/refactor-v943/css/site/0241.css */
html body.pc .spb-story-modal{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:100vw!important;
  height:100vh!important;
  min-height:100vh!important;
  background:#000!important;
  z-index:2147483600!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}
html body.pc .spb-story-modal.is-open{
  display:flex!important;
}
html body.pc .spb-story-modal .spb-story-card{
  position:relative!important;
  z-index:2147483602!important;
}
html body.pc .spb-story-modal .spb-story-close,
html body.pc .spb-story-modal .spb-story-nav{
  z-index:2147483603!important;
}
html body.pc:has(.spb-story-modal.is-open) .head,
html body.pc:has(.spb-story-modal.is-open) .topbar,
html body.pc:has(.spb-story-modal.is-open) .nav,
html body.pc:has(.spb-story-modal.is-open) .spb-mobile-site-header,
html body.pc:has(.spb-story-modal.is-open) .spb-whatsapp-float{
  z-index:1!important;
}
@media(max-width:700px){
  html body.pc .spb-story-modal.is-open{
    align-items:stretch!important;
    justify-content:stretch!important;
  }
  html body.pc .spb-story-modal .spb-story-card{
    width:100vw!important;
    height:100dvh!important;
    max-height:none!important;
    border-radius:0!important;
  }
}

